Commit Graph
100 Commits
Author SHA1 Message Date
dkearns 0c1e9b470b Merge pull request #167 from futuro/fix-noscript
Fix noscript plugin
2016-08-23 19:03:59 +10:00
Doug Kearns fd1966eebb Work around Array.concat bug 2016-08-18 03:48:12 +10:00
dkearns 480699a84d Merge pull request #160 from zbinlin/patch-1
Use Object.defineProperty instead of __defineGetter__/__defineSetter__
2016-08-17 20:28:05 +10:00
dkearns cfad71b53b Merge pull request #159 from airodactyl/fix-match-idx
Offset the index by 1 so matches show from 1 to n
2016-08-10 05:39:53 +10:00
Doug Kearns 1a4290d92a Bump max version to 47.
Min version to 38.

Everyone seems to ignore these and extensions.checkCompatibility in
favour of a feverish install.rdf hacking ritual anyway.
2016-05-01 12:02:20 +10:00
dkearns 82c8fac9ae Merge pull request #151 from prmtl/fix/re-as-string
Fix 'split' method when using String not RegExp
2016-04-29 15:03:02 +10:00
dkearns 7a7503bbc8 Merge pull request #156 from prmtl/fix/following-hints
Fix error with assigning to String in hints mode
2016-04-29 15:01:51 +10:00
Doug Kearns 73caa225c2 Drop maxVersion to 45. 2016-04-28 09:24:39 +10:00
Doug Kearns 0b835e187b Fix sanitizing domain data when called from FF. 2016-02-13 03:20:42 +11:00
Doug Kearns cf68a38739 Fix santization of marks. 2016-02-11 18:36:14 +11:00
Doug Kearns a85c6a35c2 Remove remaining comprehensions (Part 2). 2016-01-30 00:26:44 +11:00
Doug Kearns c9c9cea6d0 Remove remaining comprehensions. 2016-01-29 23:26:05 +11:00
dkearns b9849df565 Merge pull request #130 from ntnn/treestyletabs.js
Treestyletabs.js
2016-01-16 01:16:46 +11:00
Doug Kearns 6d9999fa71 Fix :help completion.
See 13a8b46.
2016-01-16 00:38:15 +11:00
Doug Kearns 8835121bcf Fix :command listings. 2016-01-13 10:41:12 +11:00
Doug Kearns 94b4be6b6f Fix charset completion. 2016-01-12 23:04:26 +11:00
Doug Kearns 6b25390115 Fix :listkeys completion. 2016-01-12 22:15:32 +11:00
Doug Kearns e36f8ed7cd Fix JAR file completion. 2016-01-11 21:32:13 +11:00
Doug Kearns 13a8b46093 Fix :cookies action completion.
I'm assuming that the change to the completion module, in 916ea41, no
longer handling bare objects is deliberate and this appears consistent
with other cases.
2016-01-11 02:39:30 +11:00
Doug Kearns 4ee27ef728 Fix command related JavaScript completers. 2016-01-10 00:38:40 +11:00
dkearns f1752f1813 Merge pull request #128 from ntnn/treestyletabs.js
Treestyletabs.js
2016-01-09 16:04:26 +11:00
Doug Kearns 54fb39d139 Add a contrib directory to plugins/. 2016-01-09 01:07:37 +11:00
dkearns 00a2124769 Merge pull request #125 from ntnn/treestyletabs.js
Add treestyletabs.js
2016-01-09 01:03:44 +11:00
dkearns 7be6b3e57f Merge pull request #123 from femnad/issue-122-bookmark-tag-completion
Fix Bookmark Tag Completion
2016-01-09 00:34:00 +11:00
Doug Kearns e16a993e99 Another quick fix for DOM.Event.
Not really fixed in 5930524.
2015-12-24 11:56:38 +11:00
Doug Kearns 1d2bf51c1a Use a Gecko version check for determing URL in :pageinfo s. 2015-12-24 03:54:58 +11:00
dkearns 4f05f934fd Merge pull request #113 from woutershep/pageinfo-fix
Fix pageinfo by handling _uri too.
2015-12-24 03:45:12 +11:00
Doug Kearns 5930524f85 Fix DOM.event.
Closes #116.
2015-12-24 03:29:50 +11:00
Doug Kearns 68871ff16f Fix :unmap. 2015-12-22 23:45:16 +11:00
Doug Kearns 5ad7574353 Fix heredoc processing.
Closes #114.

Just reverting the relevant erroneous commit as it's consistent with the
explicit use of var's hoisting behaviour elsewhere in the codebase and
because I don't personally find any of the other options more readable.
2015-12-22 00:31:39 +11:00
Doug Kearns 42ac708456 Add a cheap Array#includes polyfill. 2015-12-22 00:03:50 +11:00
dkearns 40e757aec9 Merge pull request #115 from congma/fix-typo-in-common-makefile
Typo in function name "realpath".
2015-12-21 23:36:17 +11:00
Doug Kearns 5a42ae42d6 Fix :dialog completions. 2015-12-21 19:27:21 +11:00
Doug Kearns cb42274a46 Fall back to String#contains when #includes is not supported.
Changeover was FF40.
2015-12-21 02:30:55 +11:00
Doug Kearns a19a8653c1 Fix beta string matching in :help versions. 2015-12-21 02:24:07 +11:00
Doug Kearns f85f3df612 Fix Object.{entries,values} polyfills. 2015-12-20 21:36:47 +11:00
Doug Kearns e3c3748511 Fix util.regexp.iterate for FF43. 2015-12-06 21:32:37 +11:00
Doug Kearns 4356313a09 Fix :cookies breakage.
Closes #102.  See https://bugzil.la/1165263
2015-11-30 02:54:43 +11:00
dkearns 2ae30e857e Merge pull request #103 from lzh9102/fix-download-command-error
Fix :downloads error
2015-11-19 02:14:50 +11:00
Doug Kearns fb13552421 Remove unreachable code from buffer.win.
Presumably this was intended as an alternate implementation but appears
never to have been used.
2015-10-20 21:49:59 +11:00
Doug Kearns 41d023ac4f Bump max version. 2015-07-28 15:37:26 +10:00
Doug Kearns f70203bc9c Fix ]] error.
Closes #72.
2015-07-27 23:42:47 +10:00
Doug Kearns 174b8ae0b6 Delete ancient commented-out events.onFocus. 2015-07-23 01:57:33 +10:00
Doug Kearns 77d59cdfd1 Replace expression closures (methods).
Expression closures are to be axed. See https://bugzil.la/1083458.
2015-07-23 01:55:32 +10:00
Doug Kearns c035aa936b Normalise command/option/mapping config object param name.
s/extraInfo/extra/
2015-07-23 01:19:57 +10:00
Doug Kearns 779752d776 Replace expression closures (command/option/mapping definitions).
Expression closures are to be axed. See https://bugzil.la/1083458.
2015-07-23 01:15:41 +10:00
Doug Kearns 85eede1ee2 Add util.iterFrames. 2015-07-06 23:55:51 +10:00
Doug Kearns 58faec7655 Fix handling of "any" key modifier in events.hasNativeKey. 2015-07-06 23:29:11 +10:00
Doug Kearns f4790729da Make iter() treat Structs as it does Arrays. 2015-06-29 20:43:33 +10:00
Doug Kearns 03322645a9 Fix Ary#toString et al. 2015-06-25 18:51:26 +10:00
Doug Kearns befd0d8658 Remove crufty param from buffer.scrollByScrollSize. 2015-06-24 00:29:25 +10:00
Doug Kearns 723ab5c052 Fix iter.zip.
This doesn't appear to be called anywhere but is presumably available
for symmetry so the implementation roughly matches the slightly quirky
Ary#zip.  These might be better generalised at some point.
2015-06-24 00:25:01 +10:00
Doug Kearns 5eece742e1 Fix Bookmark* autocommand events.
Struct now only offers values during iteration like Array.
2015-06-24 00:15:42 +10:00
Doug Kearns ccfc69bc01 Fix :set <no-arg>.
Args needs a working length property. Reverts change in 7ee5792.

Despite grave warnings of impending performance doom there seems to be
no penalty for using __proto__ here.
2015-06-23 23:57:26 +10:00
Doug Kearns 35176d50ac Fix bare assignment with object destructuring in FF41. 2015-06-23 14:37:48 +10:00
Doug Kearns d3cb216478 Make isinstance() and template.highlight Symbol aware. 2015-06-18 18:20:48 +10:00
Doug Kearns cd7a8eeda9 Make use of callable() in update(). 2015-06-18 17:38:43 +10:00
Doug Kearns e31211fcc4 Fix linking to source definitions from :listkeys et al. 2015-06-18 03:15:24 +10:00
Doug Kearns 422fc6b9b7 Fix bookmark icon loading. 2015-06-17 13:21:43 +10:00
Doug Kearns 079277f28b Fix :set -= (botched expression closure removal).
Closes #61.
2015-06-15 17:24:02 +10:00
Doug Kearns 1b965147ff Make step a default parameter of util.range. 2015-06-13 02:19:52 +10:00
Doug Kearns a7e3024320 Fix :ab -js listings. 2015-06-13 02:02:49 +10:00
Doug Kearns 59613afb27 Move util.identity to the base module.
Most other functions of its ilk live there.
2015-06-11 03:10:16 +10:00
Doug Kearns 6ca1cc3d08 Fix toolbar commands for the Navbar. 2015-06-11 03:01:17 +10:00
Doug Kearns 3e77e62c78 Remove unused var. 2015-06-09 00:30:21 +10:00
Doug Kearns b541195188 Fix util.makeDTD.
Accidentally reverted in the appropriately threatening commit 7ee5792
2015-06-09 00:15:41 +10:00
Doug Kearns 51fffeb2d6 Fix :command -complete=extension 2015-06-06 23:28:09 +10:00
Doug Kearns b236add69d Replace expression closures (function expressions - named and dynamic this).
Expression closures are to be axed. See https://bugzil.la/1083458.

Leaving deprecated() and literal() calls and method shorthand syntax
conversions until after the ESR overlap.
2015-06-06 23:12:40 +10:00
Doug Kearns 07b64b3197 Bump max version.
Closes #56.
2015-05-29 01:33:33 +10:00
Doug Kearns 6e8040286a Replace expression closures (getters).
Expression closures are to be axed. See https://bugzil.la/1083458.
2015-05-27 04:42:30 +10:00
Doug Kearns ce82387cdd Replace expression closures (function expressions).
Expression closures are to be axed. See https://bugzil.la/1083458.
2015-05-26 03:38:58 +10:00
Doug Kearns 34bfc2f50f Fix use of String#replace flags parameter.
It is deprecated. See https://bugzil.la/1142351.
2015-05-26 00:10:13 +10:00
Doug Kearns c0b7c4c35d Replace expression closures (function declarations).
Expression closures are to be axed. See https://bugzil.la/1083458.
2015-05-25 23:59:30 +10:00
Doug Kearns 5ab1befbf7 Add missing semicolons. 2015-05-25 23:54:56 +10: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
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
Doug Kearns 18015e3750 Fix <C-g>. 2015-04-29 01:26:54 +10:00
Doug Kearns 165c619b8e Fix :sanitize marks. 2015-04-27 20:51:57 +10:00
Doug Kearns aee0c79752 Fix commandline history.
Broken in 52993ec.
2015-04-26 05:36:25 +10: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 cd48d1b90b Fix :marks.
Closes #13.
2015-04-25 23:43:10 +10:00
Doug Kearns 9a076fda0f Remove crufty make target "dist". 2015-04-16 21:52:36 +10:00
Doug Kearns 6dc54bf34a Remove crufty parameter from commandline._echoLine. 2015-04-10 19:21:22 +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 e030d11bfd Remove some unused vars. 2015-04-08 03:53:28 +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
Doug Kearns 0d4df875d5 Remove "venkman" from :dialog.
Venkman is sadly deceased.
2015-03-27 01:51:48 +11:00
Doug Kearns daaea67294 Remove final unnecessary use of Iterator. 2015-03-09 17:33:35 +11:00
Doug Kearns a67825d450 Fix :stopall and <tab> autocommands keyword. 2015-03-06 22:36:26 +11:00
Doug Kearns 1b21d04f68 Fix gi.
Fixes issue #1273.
2015-02-25 23:46:04 +11:00
Doug Kearns 232a369bc6 Fix <C-^>.
Fixes issue #1274.
2015-02-25 23:30:02 +11:00
Doug Kearns 1859226203 Fix issue #1270. 2015-02-24 23:49:06 +11:00
Doug Kearns 259b0d6e92 Bump maxVersion. 2015-01-14 23:47:36 +11:00
Doug Kearns 4a8affde65 Fix swapped :stylenable and :styledisable help specs.
Fixes issue #1249.
2014-12-12 20:25:54 +11:00
Doug Kearns 71e30cfc11 Remove remnant return statement from hints.show. 2014-12-12 20:24:00 +11:00
Doug Kearns 31262ee2d0 Bump maxVersion.
Fixes issue #1234.
2014-12-05 13:13:45 +11:00