1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-26 03:01:35 +02:00
Commit Graph

1350 Commits

Author SHA1 Message Date
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
Kris Maglione 81396b2367 Deal with removal of nsIMarkupDocumentViewer interface. Closes bug #1186.
--HG--
extra : rebase_source : 7ac030d6b921fadf6d810f43413d4cbbf0f89703
2014-08-10 21:24:09 -07:00
Kris Maglione c245702041 Remove references to services.debugger and services.charset. 2014-08-02 21:25:32 -07:00
Kris Maglione b71b724ccb Make [[ and ]] work better. 2014-07-30 00:06:46 -07:00
Kris Maglione 48fcb93bcd Skip leading white space when proto matching.
--HG--
extra : rebase_source : ad2bc00283827198b0cab54400a1c1b8d323a7a3
2014-07-29 22:15:01 -07:00
Kris Maglione 412da77667 "can't convert undefined to object" my arse. Hrmph. 2014-07-11 01:36:33 -07:00
Kris Maglione 085ad7c7ef Add icon of pagan fertility celebration.
--HG--
extra : rebase_source : e6e0ad7bf46ef12b7563220994d91ccdf4bc0507
2014-07-05 23:36:55 -07:00
Doug Kearns 007449a2e1 Replace calls to octal() with octal integer literals. 2014-06-30 19:24:10 +10:00
Kris Maglione 2f39d0bb87 Bump maxVersion.
--HG--
extra : rebase_source : 46970005c99aaff5e0c1969858ad22635bb8ae4b
2014-06-27 13:25:04 -07:00