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

299 Commits

Author SHA1 Message Date
Kris Maglione 34e9e55489 Fix NEWS munging broken by charset corruption after moving to modules. 2011-09-06 10:04:38 -04:00
Kris Maglione a5aafe63d9 Fix REPL with foreign window contexts. Other general cleanup. 2011-09-05 08:46:31 -04:00
Kris Maglione aa78825133 Fix crappy add-on manager icons. 2011-09-03 21:13:51 -04:00
Kris Maglione 91cbb9dacb Minorish changes. 2011-09-03 09:12:13 -04:00
Kris Maglione e70cd8934d Backed out changeset ccb7eca3e069 2011-08-23 23:17:52 -04:00
Kris Maglione 435f30f7eb First work towards group-local option values. 2011-08-23 22:42:38 -04:00
Kris Maglione 9ad4be54a9 objectToString stuff. 2011-08-23 22:42:37 -04:00
Kris Maglione 94249780e9 objectToString stuff. 2011-08-23 20:40:16 -04:00
Kris Maglione ee55f89823 Fix Firefox exploding with OOM errors when stringifying certain functions. 2011-08-23 02:03:18 -04:00
Kris Maglione 60c858b59b After some profiling, give all modules a common prototype. 2011-08-22 01:45:41 -04:00
Kris Maglione fbb6af43ed Add dom.jsm. And stuff. 2011-08-22 01:16:14 -04:00
Kris Maglione 5f42595f65 Fix some cleanup issues. Better error pages for bad dactyl: URLs. Remove some dead code. Other cleanup. 2011-08-21 10:41:46 -04:00
Kris Maglione cef61c8733 Respect <C-t> for a few more key bindings. Add :background. 2011-08-20 19:58:45 -04:00
Kris Maglione 01fd946df1 Add canceled property to DOM instances. Remove stray util.haveGecko call. 2011-08-15 13:57:13 -04:00
Kris Maglione 07d6099a95 Move overlay magic from util to overlay module. 2011-08-15 00:03:57 -04:00
Kris Maglione 681af3e618 Move DOM and config properties from the util namespace to the DOM and config namespaces, respectively. 2011-08-14 23:30:05 -04:00
Kris Maglione 236a894c89 Add dactyl instance tracking. 2011-08-14 17:06:46 -04:00
Kris Maglione 1509ee96e5 Add experimental jQuery-ish DOM object. 2011-08-14 16:58:24 -04:00
Kris Maglione 9273db48ab Decode URLs in the completion list against my better judgment. Get rid of bloody newlines in strict mode lambdas. 2011-08-14 13:09:51 -04:00
Kris Maglione 84a69b920a Fix util.generateXPath for unknown namespaces. 2011-08-07 17:40:16 -04:00
Kris Maglione fc09e4828f Add a basic XPath generator. 2011-08-07 14:36:22 -04:00
Kris Maglione f1493e5e8a Flush the startup cache when re-sourcing a JS file. 2011-08-06 10:09:21 -04:00
Kris Maglione a0de5d9e24 Save option restore data until add-on is disabled. Cleanup preferences on uninstall. 2011-07-29 05:29:06 -04:00
Kris Maglione c165fd95be Don't explicitly pop Menu mode on menu_<Esc>. Closes issue #527. Normalize mode docs to Name rather than NAME. 2011-07-29 03:58:49 -04:00
Kris Maglione a63d61612d Add {, }, [{arg}, ]{arg}. Closes issue #592. 2011-07-28 00:09:37 -04:00
Kris Maglione f220206df5 Ignore unnamed and disabled fields in util.parseForm. Closes issue #564. 2011-07-27 09:27:59 -04:00
Kris Maglione b56963cdfd Deal with sites with finicky input handling. Add some docs. Fix :reh|foo / :rehash +args. Closes issue #551. 2011-07-27 06:45:39 -04:00
Kris Maglione 969cdfc5dc More stuff. 2011-07-26 21:25:37 -04:00
Kris Maglione f92a3814d9 HTMLIsIndexElement is no more.
--HG--
extra : rebase_source : 96f489682b79aedba805e4e7b2134c3b1a520cc2
2011-07-25 23:01:23 -04:00
Kris Maglione eca606fab2 Move statusline.losslessDecodeURI to util. 2011-07-22 05:33:57 -04:00
Kris Maglione 9002a78d14 s/\bset\b/Set/g 2011-07-16 18:51:59 -04:00
Kris Maglione 5b01369d62 Use Cu.unload where available.
--HG--
extra : rebase_source : 28ce17c49f2eeb6b330ce47e13e0543569348c59
2011-07-12 19:10:16 -04:00
Kris Maglione eefc32dfe4 :set passunknown-=!input 2011-06-28 19:41:30 -04:00
Kris Maglione 94c9515422 Clobber focusAndSelectUrlBar. 2011-06-17 18:18:34 -04:00
Kris Maglione 3cc9ce2f8c Fix mode name generated for longer names in mapping serialization. Closes issue #565.
--HG--
extra : rebase_source : 115073fae6cf2a15692cac72df976e1eacf5298e
2011-06-11 13:45:30 -04:00
Kris Maglione abd00c8350 Add some docs. Yay. 2011-06-02 15:04:02 -04:00
Kris Maglione 8459d93e0b Add array indexing to macro-string processing. Checkin Minefield crash workaround that was supposed to have been checked in yesterday. 2011-05-27 19:48:30 -04:00
Kris Maglione db0ffa989c Better dactyl: charset handling. Fix some option completion issues. 2011-05-04 15:40:16 -04:00
Kris Maglione b181d7164f Add Find highlight group. 2011-04-01 18:20:58 -04:00
Doug Kearns a52a0dc61f More ad hoc i18n work. 2011-04-01 10:12:47 +11:00
Kris Maglione 204f8ca25c Annotate most strings which need to be explicitly localified. 2011-03-25 22:37:16 -04:00
Kris Maglione 9276447f97 Add Security info to :pageinfo. 2011-03-25 18:17:34 -04:00
Doug Kearns af550c3839 Run style bot.
--HG--
extra : rebase_source : 3661ea16c48258e44239734cdad6bc18abc70b5f
2011-03-19 15:00:46 +11:00
Kris Maglione 57dbc1b913 Get rid of apparently redundant QIs. 2011-03-19 01:12:22 -04:00
Kris Maglione ba4b07a593 Fix dtd generation bug. 2011-03-16 01:56:20 -04:00
Kris Maglione f1965c81ff Automagically generate option types and default value entities for options.xml. 2011-03-15 23:12:28 -04:00
Kris Maglione f8bd1fd4fb Allow <*-Globbed> modifier keys. 2011-03-14 15:19:54 -04:00
Kris Maglione b7822c5cb2 Make 'strictfocus' a currently undocumented sitemap option. 2011-03-12 14:36:07 -05:00
Doug Kearns 27de24f852 Move some more message strings to the properties file. 2011-03-13 03:10:59 +11:00
Kris Maglione abe1bf9a27 Add :pin and :unpin. Closes issue #344. 2011-03-11 13:55:08 -05:00