summaryrefslogtreecommitdiff
path: root/common/modules/io.jsm
Commit message (Collapse)AuthorAge
...
* Add cache module. Cleanup help and DTD generation. Fix :help version ↵Kris Maglione2011-09-30
| | | | generation issues. Fix other assorted issues.
* Cleanup.Kris Maglione2011-09-29
|
* Make 'cpt' a stringlist. Add support for native autocomplete providers.Kris Maglione2011-09-26
|
* Add first crude binary module implementation.Kris Maglione2011-09-22
|
* Fix stuff.Kris Maglione2011-09-15
|
* Minorish refactoring.Kris Maglione2011-09-08
|
* Fix REPL with foreign window contexts. Other general cleanup.Kris Maglione2011-09-05
|
* Fix crappy add-on manager icons.Kris Maglione2011-09-03
|
* After some profiling, give all modules a common prototype.Kris Maglione2011-08-22
|
* Add dom.jsm. And stuff.Kris Maglione2011-08-22
|
* Because I can.Kris Maglione2011-08-21
|
* Move DOM and config properties from the util namespace to the DOM and config ↵Kris Maglione2011-08-14
| | | | namespaces, respectively.
* Allow asynchronous io.system() calls. Fix :help intro.Kris Maglione2011-08-10
|
* Flush the startup cache when re-sourcing a JS file.Kris Maglione2011-08-06
|
* Don't attempt to highlight trailing comments in command script files.Doug Kearns2011-07-28
| | | | | | | Trailing comments are no longer supported. Closes issue #583. --HG-- extra : rebase_source : c953f246da1291a3fe065cbf0e38ca1162f1c53d
* Remove unused arg from commands.iterator call in :mkv.Doug Kearns2011-07-21
| | | | | --HG-- extra : rebase_source : df82691921cfa8847e92ea18f8d9849f53db08a2
* Use [foo] instead of foo[] consistently in source doc type annotations.Štěpán Němec2011-07-22
|
* Allow full path names to be matched by 'wildignore'.Doug Kearns2011-07-14
| | | | Closes issue #567.
* Fix 'wildignore'.Doug Kearns2011-07-10
|
* Fix :run!.Doug Kearns2011-07-10
| | | | | | | Broken by me in 4582cb2b148c. --HG-- extra : rebase_source : 57fb60a9e103c70b810a3140f46da4b45f552f7a
* Clarify some arg counts and some related tests.Doug Kearns2011-06-29
| | | | | --HG-- extra : rebase_source : e50c757b46406988b0bfa0c179ec1e9bad21a446
* Delete some stale comments.Doug Kearns2011-06-19
| | | | | --HG-- extra : rebase_source : 509c4daaf6e61de833f454cc81d8a7e13752eb94
* Use the alias of :run that was called in the output window.Doug Kearns2011-06-19
|
* Add missing semicolons.Doug Kearns2011-06-16
| | | | | --HG-- extra : rebase_source : d0f7ae9f98a691c7a721e8203121964d7976447e
* Minor documentation updates.Štěpán Němec2011-06-07
|
* Fix typo.Kris Maglione2011-06-03
|
* Closes issue #516.Kris Maglione2011-06-02
|
* Closes issue #522.Kris Maglione2011-04-29
|
* More polyglotization.Kris Maglione2011-04-29
|
* Fix missing ancestor modes in :listkeys, recognize paths like c:/ on ↵Kris Maglione2011-04-24
| | | | Windows®, and elide redundant -group=user in :style serialization.
* Display a message from :scriptnames when no scripts have been sourced.Doug Kearns2011-04-04
|
* Whitespace fixes.Doug Kearns2011-04-04
|
* More ad hoc i18n work.Doug Kearns2011-04-01
|
* Annotate most strings which need to be explicitly localified.Kris Maglione2011-03-25
|
* Move some more message strings to the properties file.Doug Kearns2011-03-13
|
* Fix some unnecessary error reports for invalid jar: URLs. Also complete the ↵Kris Maglione2011-03-10
| | | | JAR file portion of the URL.
* Move some more message strings to the properties file.Doug Kearns2011-03-10
|
* Fix some initialization order issues.Kris Maglione2011-03-09
|
* Move some more message strings to the properties file.Doug Kearns2011-03-08
|
* Move some more message strings to the properties file.Doug Kearns2011-03-06
|
* Move some more message strings to the properties file.Doug Kearns2011-03-06
|
* Move some more strings to messages.properties and report (but don't throw) ↵Kris Maglione2011-03-02
| | | | an error for unknown strings.
* Don't print error message on :source! non-existent-file. Add tests. Closes ↵Kris Maglione2011-02-18
| | | | issue #390.
* Replace XPath-based hint paths with CSS selectors. Needs cleanup and validation.Kris Maglione2011-02-17
| | | | | --HG-- extra : rebase_source : 83035481bf697b7b57e17e516b0dfc61329164c6
* Require "x" flag in util.regexp for "extended" regex processing.Kris Maglione2011-02-15
|
* Experimentally move contexts.js to contexts.jsm.Kris Maglione2011-02-10
| | | | | | --HG-- branch : groups rename : common/content/contexts.js => common/modules/contexts.jsm
* Experimentally move commands.js and options.js to modules. Fix some bugs.Kris Maglione2011-02-10
| | | | | | | --HG-- branch : groups rename : common/content/commands.js => common/modules/commands.jsm rename : common/content/options.js => common/modules/options.jsm
* Merge default.Kris Maglione2011-02-08
|\ | | | | | | | | --HG-- branch : groups
| * Only consider executable files in io.pathSearch.Kris Maglione2011-02-08
| |
* | Add contexts.withContext.Kris Maglione2011-02-07
| | | | | | | | | | --HG-- branch : groups