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

261 Commits

Author SHA1 Message Date
Kris Maglione acd13342a4 Cleanup. 2011-09-29 17:57:55 -04:00
Kris Maglione 6ebda9b918 Gecko developers hate us. 2011-09-29 14:40:37 -04:00
Kris Maglione 1b2c3be9b3 Add binary component for Gecko 10/Linux/x86-64. 2011-09-28 22:56:15 -04:00
Kris Maglione 43421e8631 Add params and data parameters to util.httpRequest params object. Add docs. 2011-09-27 17:36:57 -04:00
Kris Maglione 6af256bc53 Add first crude binary module implementation. 2011-09-22 21:08:40 -04:00
Kris Maglione d568ce8762 Fixes issue #640. Hopefully. Given that I've never seen it on any of the dozens of setups I've tested on. 2011-09-20 18:53:51 -04:00
Kris Maglione 057600d780 Fix :js context on Minefield. 2011-09-17 00:08:02 -04:00
Kris Maglione 16eea3c45a Fix typo. 2011-09-14 10:44:28 -04:00
Kris Maglione 9f4b3ec3a7 Minor cleanup. 2011-09-13 15:16:37 -04:00
Kris Maglione c6035ce674 Minorish refactoring. 2011-09-08 10:22:43 -04:00
Kris Maglione e9a0b1eea3 Move stuff from overlay.jsm to main.jsm. 2011-09-08 08:53:09 -04:00
Kris Maglione 0064665749 Dequote preference names in :set! 2011-09-07 07:25:05 -04:00
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