1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-25 14:21:23 +02:00
Commit Graph

1408 Commits

Author SHA1 Message Date
Kris Maglione 72a4d80ad1 Fix NS_ERROR_NOT_INITIALIZED on some :write filename completions. 2015-05-18 14:22:34 -07:00
Doug Kearns 07ce319763 Remove straggling String#quote usage.
String#quote is no more.

Fixes :mkvimruntime.
2015-05-14 03:02:30 +10:00
Doug Kearns a9a97704f3 Fix charset validation. 2015-05-14 02:43:49 +10:00
Kris Maglione 1c2766371b Fix :rehash/updating. 2015-05-12 20:49:07 -07:00
Kris Maglione fbdae38c9e Fix arg parsing issue in 38+. 2015-05-12 19:40:35 -07:00
Doug Kearns 48acf656ec Remove unnecessary use of values() when iterating over arrays. 2015-05-11 23:56:31 +10:00
Doug Kearns a8e70d3f43 Remove an unnecessary localized message to string conversion.
Messages is now JSON aware.
2015-05-11 23:19:48 +10:00
Kris Maglione 29228527c2 Add toJSON method to lazy localized strings. 2015-05-07 13:54:18 -07:00
Doug Kearns 18015e3750 Fix <C-g>. 2015-04-29 01:26:54 +10:00
Kris Maglione 61df94e750 Better handling of operations on list options with complex types. Closes #37. 2015-04-25 12:48:31 -07:00
Doug Kearns 7bfca8bd5b Fix generation of options.dtd. 2015-04-26 04:00:44 +10:00
Doug Kearns 52993ec781 Remove more unused vars. 2015-04-25 23:57:57 +10:00
Doug Kearns df81b7fca2 Create the info directory if it doesn't exist.
This fixes a bug in 1.1.
2015-04-08 04:06:11 +10:00
Doug Kearns dd61d50ec6 Remove Array.prototype.{find,findIndex} polyfills. 2015-04-07 03:33:22 +10:00
Doug Kearns 3c682b6a8d Fix fat arrow syntax error in 39.
Closes #25.
2015-04-06 05:27:12 +10:00
Kris Maglione 1bcc5502e7 Remove obsolete global private browsing code. 2015-03-09 19:24:51 -07:00
Kris Maglione 06f63847e0 Fix brokenness. 2015-03-05 13:44:59 -08:00
Kris Maglione d6543c6510 Rename 'array' class 'Ary'. 2015-03-04 17:27:32 -08:00
Kris Maglione 313fa1c333 Asyncify File object. 2015-03-03 19:59:05 -08:00
Kris Maglione 29e614ab74 Decruftify crufty old gunk, promisify stuff. 2015-03-02 19:01:19 -08:00
Kris Maglione 7b2f821e04 Promises cleanup. 2015-03-02 18:12:57 -08:00
Kris Maglione c84c657d27 Closes issue #1280. 2015-03-02 17:10:59 -08:00
Kris Maglione 17300e6748 Fix brokenness. 2015-02-25 12:45:00 -08:00
Kris Maglione df904a6fbd Iterate over structs as if they were arrays. 2015-02-25 12:31:39 -08:00
Kris Maglione e819e7616d Fix brokenness. 2015-02-25 12:10:35 -08:00
Kris Maglione a8b1b278e2 Clean up some old-style iterator gunk. 2015-02-25 10:48:10 -08:00
Doug Kearns 1b21d04f68 Fix gi.
Fixes issue #1273.
2015-02-25 23:46:04 +11:00
Kris Maglione 8d3e8994f1 e10s fixes. 2015-02-23 17:32:52 -08:00
Kris Maglione 271c3a95c7 Fix brokenness. 2015-02-23 13:01:52 -08:00
Kris Maglione 1531910e19 Try not to fail too hard with plugins that use old-style iterators. 2015-02-22 21:01:02 -08:00
Kris Maglione 65f2cda381 Fix brokenness. 2015-02-22 19:49:29 -08:00
Kris Maglione 1ee5668cac Cleanup crufty apply code. 2015-02-21 22:43:41 -08:00
Kris Maglione 7ee579200f Fix all the things. And break most of the other things, in all likelihood. 2015-02-21 21:59:37 -08:00
Kris Maglione 54f38d90d9 Add redirect magic for HEAD XMLHttpRequests. 2015-02-21 15:50:28 -08:00
Kris Maglione 777a43d21b Best to be safe. 2014-11-16 19:20:15 -08:00
Kris Maglione 2eb807d026 Ignore professed short URLs after AJAX tomfoolery. 2014-11-14 21:22:42 -08:00
Doug Kearns 2acf4a6997 Restore YouTube shortlink hack.
YouTube is broken again.
2014-11-14 21:43:02 +11:00
Kris Maglione 03402bd411 Don't use documentURI for gu/gU.
--HG--
extra : rebase_source : 68b221e92b9234da8aebd6f0e19f89bd924956c1
2014-11-03 20:23:29 -08:00
Doug Kearns 8da04c5c1a Fix more temporal dead zone fallout in contexts.bindMacro.
Fixes issue #1230.
2014-10-28 22:44:37 +11:00
Doug Kearns 07d7cbdede Bump minVersion to the latest ESR of 31.
Remove some version specific code that is no longer applicable.

--HG--
extra : amend_source : 803a60c3f5578a56a6832bd2dba9cce07784b873
2014-10-04 02:33:48 +10:00
Doug Kearns 85465a5f50 iter.indexOf should return -1 when the elem is not found. 2014-10-04 02:09:50 +10:00
Doug Kearns 3a7fafb8ff Open the cache as readonly when retrieving a page size for :pageinfo. 2014-10-03 02:00:41 +10:00
Doug Kearns 53c7cc118d Update :pageinfo to use the new HTTP cache API. 2014-10-02 14:59:05 +10:00
Kris Maglione 5b4d9dceae Closes issue #1212. 2014-09-17 08:55:22 -07:00
Kris Maglione 3ab2fcf8e6 Fix minefield. 2014-09-16 13:19:54 -07:00
Kris Maglione 0f41b99a03 Cleanup/fixes. 2014-08-25 22:10:26 -07:00
Kris Maglione e3abdd7559 Fix charset bustage. 2014-08-18 19:42:30 -07:00
Kris Maglione 54568d5f82 Fix styling of help pages on first run. 2014-08-14 20:08:05 -07:00
Kris Maglione 1ea32b603d Minor fixes/cleanup.
--HG--
extra : rebase_source : 68f5a1d3479b051ee8c081217f18b0121c8ca098
2014-08-14 19:49:17 -07:00
Kris Maglione df87dc5676 Delete dead code. 2014-08-14 11:57:06 -07:00