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

615 Commits

Author SHA1 Message Date
Doug Kearns f878307b34 Fix part of #110.
Fix #110 (;b and ;t don't respond to 'activate'. Behavior spec'd in
:help is unclear).

I've fixed the inverted ;b/;t behaviour (the bug), closed the ticket,
and added 'activate' support as a TODO.
2008-12-31 13:19:48 +11:00
Doug Kearns 0f0d26d504 Normalise element related temporary variable names (elt -> elem). 2008-12-31 13:08:41 +11:00
Doug Kearns ef34a5b71d Trivial refactoring of io.readDirectory. 2008-12-31 13:08:35 +11:00
Doug Kearns 2828b47b65 Search recursively for plugins in liberator.loadPlugins. 2008-12-31 13:08:32 +11:00
Ted Pavlic 5d8d61cc01 When setting rtp on startup, set VIMPERATOR_RUNTIME to match if it doesn't already exist. 2008-12-30 10:10:37 -05:00
anekos 5b0d6674db s/let/var/
type is used at function block's tail.
2008-12-30 21:01:23 +09:00
Ted Pavlic aef0a1fe28 Spelling 'refactoring'. 2008-12-29 16:46:26 -05:00
Kris Maglione c316127c1c Fix some more CSS warnings 2008-12-29 15:58:55 -05:00
Kris Maglione d552719235 Merge branch 'master' of kmaglione@git.vimperator.org:/git/vimperator/liberator 2008-12-29 13:55:48 -05:00
Kris Maglione fa0994bd69 Fix style.minWidth = undefined 2008-12-29 13:55:28 -05:00
Kris Maglione bd2c0f25c6 Fix highlight empty CSS stuff. 2008-12-29 13:53:17 -05:00
Kris Maglione 72cb6c35e9 Fix some bugs. 2008-12-29 13:43:26 -05:00
Doug Kearns d65b57cf2d Prefer " over '. 2008-12-29 23:26:09 +11:00
anekos 6c9cef16f1 more '-quotes fix. 2008-12-29 07:29:59 +09:00
anekos 09cfa87fed s/'/"/ and remove spaces. 2008-12-29 07:05:57 +09:00
Kris Maglione dc0d92cc55 s/makeURI/window.makeURI/; s/'/"/ 2008-12-28 15:43:30 -05:00
anekos d4ed88dbb5 Follow ff=mac. 2008-12-26 14:44:12 +09:00
Kris Maglione 91d824b4a6 Fix io.js 2008-12-24 14:21:20 -05:00
Kris Maglione baf1af72e5 Merge branch 'master' into vimperator-2.1
Conflicts:
	common/content/io.js
2008-12-24 13:27:00 -05:00
Kris Maglione 313136a1f8 Cleanup io.js with relation to path separators 2008-12-24 13:22:54 -05:00
Kris Maglione 8294df5e81 Remove dump line 2008-12-24 13:18:08 -05:00
Kris Maglione d889d07454 Merge branch 'master' of kmaglione@git.vimperator.org:/git/vimperator/liberator 2008-12-24 13:10:58 -05:00
Kris Maglione deaba40c8f Fix IO.expandPath quirk on MS 2008-12-24 13:07:36 -05:00
Kris Maglione 3acf687340 Fix stupid MS/Mac urlbar focus bug again (again) 2008-12-24 12:57:59 -05:00
Doug Kearns aba49d9ce4 Fix #88 (:buffer! is broken). 2008-12-25 02:38:15 +11:00
Kris Maglione d2fea07fbd Don't echo commands executed from sourced files. 2008-12-23 17:25:08 -05:00
Kris Maglione 89698e3e05 s/service[(".*?")]/services.get(\1)/g; s/service.get(\w+)/'services.create("' + lcfirst($1) + '")'/ge 2008-12-23 15:07:48 -05:00
Kris Maglione aa27e686c8 Fix :mkv for options with white space 2008-12-23 14:17:15 -05:00
Kris Maglione 1969caca06 Handle bad help tag links better 2008-12-23 14:15:14 -05:00
Kris Maglione d225b8908b Fix :h <partial-tag> 2008-12-23 14:12:08 -05:00
Doug Kearns cf9cb136fc Whitespace fixes. 2008-12-23 22:34:02 +11:00
Doug Kearns 99384f1dad Fix return signature of tabs.tabStrip and showtabline's completer. 2008-12-23 22:07:57 +11:00
Doug Kearns 253346dbc3 Remove trailing commas from object initializers. 2008-12-23 22:07:56 +11:00
Doug Kearns 68a28b7e14 Fix return signature of buffer.{followLink,focusElement}. 2008-12-23 22:07:55 +11:00
Doug Kearns 483b3f4b00 Document return value of util.cloneObject. 2008-12-23 22:07:54 +11:00
Doug Kearns dba08286e8 Prefer let over var in Highlights and Bookmarks. 2008-12-23 22:07:53 +11:00
Martin Stubenschrott feeccb23d2 Undo certain parts from the unfortunate "service" commit, to unbreak Muttator. @Kris: Please try not to
commit unconnected things at once, as it's much harder to revert such commits :( I'll have to revert
the service -> Cc/Ci manually now, as I got lots of conflicts in reverting, and if i didn't, i wouldn't
want to undo the other parts of that commit (like VIMPERATOR_RUNTIME or the added comments)
2008-12-23 03:15:52 +01:00
Kris Maglione db87ca56f8 Fix multiline-input 2008-12-22 19:43:45 -05:00
Doug Kearns f96b522ec1 Handle the silly exception thrown from options.resetPref. 2008-12-23 00:21:38 +11:00
Kris Maglione 3482269980 Fix storage observer weak ref stuff (Gecko is a strange beast) 2008-12-21 18:56:56 -05:00
Kris Maglione fc0a35e833 Fix liberator.callAsync (thanks 罗春雷) 2008-12-21 18:39:09 -05:00
Kris Maglione d7b20e26f5 Blur focused element on return to NORMAL mode. 2008-12-21 17:36:55 -05:00
Kris Maglione 1a78e1c0a9 Remove @class='s' from default hinttags 2008-12-21 17:26:45 -05:00
Kris Maglione 782a28f47a Merge branch 'master' into vimperator-2.1
Conflicts:
	common/content/liberator.js
2008-12-21 16:15:16 -05:00
Doug Kearns fbb1f33fab Use the RegExp global function rather than calling the constructor. 2008-12-21 22:07:16 +11:00
anekos 9ac029441f Fix typo. 2008-12-21 15:40:12 +09:00
Kris Maglione fd8a656d1a Fix status bar for help pages when fragment identifier present. 2008-12-21 00:02:33 -05:00
Kris Maglione df7c7c9d51 Fix some generally silly, stupid, and/or annoying help quirks. 2008-12-20 23:48:56 -05:00
Kris Maglione 2f0132cabc Sorry, minor feature that's more of a bug fix: Options/commands/mappings in :help now behave as links. 2008-12-20 19:59:36 -05:00
Kris Maglione 2c325d4043 Document some stuff in util.js 2008-12-20 18:54:49 -05:00