summaryrefslogtreecommitdiff
path: root/common/modules/contexts.jsm
Commit message (Expand)AuthorAge
* Kill strict mode for the moment.Kris Maglione2011-11-27
* Cleanup main.jsm. Add (currently disabled) command cacheing.Kris Maglione2011-10-06
* New prototype ItemList implementation. Faster completion scrolling.Kris Maglione2011-10-02
* Add util.weakReference that won't crash if you pass null.Kris Maglione2011-10-01
* Allow loading plugins globally.Kris Maglione2011-10-01
* Implement parent groups.Kris Maglione2011-09-27
* Move events.(toString|fromString|iterKeys|canonicalKeys) to DOM.Event.Kris Maglione2011-09-10
* Backed out changeset ccb7eca3e069Kris Maglione2011-08-23
* First work towards group-local option values.Kris Maglione2011-08-23
* After some profiling, give all modules a common prototype.Kris Maglione2011-08-22
* Add dom.jsm. And stuff.Kris Maglione2011-08-22
* Don't push pass through mode multiple times. Closes issue #641.Kris Maglione2011-08-19
* Import part of top patch in queue: Add no-op option hive for plugin API reaso...Kris Maglione2011-08-16
* Merge the globals of multiple plugins of the same name.Kris Maglione2011-08-12
* Add -pentadactyl-remote command-line flag and CommandOption.STRINGMAP type.Kris Maglione2011-08-12
* Make 'doc' available to group initializer.Kris Maglione2011-08-08
* Fix :delgroup completer's builtin group exclusions.Doug Kearns2011-07-21
* s/\bset\b/Set/gKris Maglione2011-07-16
* Add bang support to :delgroup to delete all groups.Doug Kearns2011-07-05
* Add missing semicolons.Doug Kearns2011-06-16
* Fix mode name generated for longer names in mapping serialization. Closes iss...Kris Maglione2011-06-11
* Minor refactoring of last commit.Kris Maglione2011-06-06
* Fix Scriptio.jsmCONTEXT value.Kris Maglione2011-06-06
* Fix Firefox freakout. Closes issue #463.Kris Maglione2011-05-31
* Collapse bloody focus region selection after following a hint.Kris Maglione2011-03-23
* Fix possible crash when RC file can't be located. Closes issue #448.Kris Maglione2011-03-16
* Localeify more strings.Kris Maglione2011-03-15
* Move status updates out of the page load pipeline.Kris Maglione2011-03-15
* Make userContext a proper Context.Kris Maglione2011-03-15
* Move some more message strings to the properties file.Doug Kearns2011-03-08
* Localization-related changes. Fix dead help links.Kris Maglione2011-03-04
* Allow localization of command/mapping/option descriptions.Kris Maglione2011-03-04
* Move some more strings to messages.properties and report (but don't throw) an...Kris Maglione2011-03-02
* Move some event-based code into observers in the modules it affects.Kris Maglione2011-02-27
* Ammend revision 9f791638b3ef: Don't throw, but report error.Kris Maglione2011-02-27
* Throw an error when trying to replace a plugin context.Kris Maglione2011-02-27
* Remove some double spacing.Doug Kearns2011-02-24
* Fix live XPI update.Kris Maglione2011-02-23
* Fix a silly error in modes.set.Kris Maglione2011-02-23
* Make Melodactyl minimally functional. Closes issue #340.Kris Maglione2011-02-22
* Add tests for dead help links. Fix some minor bugs. Show error when trying to...Kris Maglione2011-02-21
* Fix key mapping fallthrough bug.Kris Maglione2011-02-19
* Make 'passkeys' a sitemap rather than a regexpmap for parity with autocmds, g...Kris Maglione2011-02-17
* Don't beep after canceling a key chain with <Esc>Kris Maglione2011-02-16
* Fix :au grouping bug.Kris Maglione2011-02-12
* Don't inherit plugin contexts from modules.plugins.Kris Maglione2011-02-12
* Add abbreviation hives and fix some apparently long standing abbreviation bug...Kris Maglione2011-02-11
* Fix some context splitting issues and add the group flag missing from some :s...Kris Maglione2011-02-11
* Make negation in site-filters do something more sensible.Kris Maglione2011-02-11
* Fix botched patch.Kris Maglione2011-02-11