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

190 Commits

Author SHA1 Message Date
Kris Maglione 7a023373bf Fix some issues with magically toolbarless popups.
Update issue 148
This fixes some particular issues with these types of popups, but I
no longer see the original problem (though window.content is
certainly still null).
2011-01-13 23:55:51 -05:00
Kris Maglione 6fcd00e8ca Ditch the bloody chrome registry. 2011-01-13 16:04:32 -05:00
Kris Maglione 04f55e9324 Deal with fallout from 609832. 2011-01-09 16:15:52 -05:00
Kris Maglione 012732edc7 Decent filtering for :extrehash. Fix tab bar layout after rehash with go+=n. Cleanup. 2010-12-31 02:11:48 -05:00
Kris Maglione 5f1c47ee20 Fix some smallish focus issued. 2010-12-30 00:17:01 -05:00
Kris Maglione cb97f1cd25 Replace weird mystery meat args of mapping actions with a proper object. 2010-12-29 22:21:00 -05:00
Kris Maglione d2c8d0112f Make 'stal' a string option. 2010-12-29 15:03:34 -05:00
Kris Maglione 7a0c7dacbe Move config module to config.jsm.
--HG--
rename : common/content/configbase.js => common/modules/config.jsm
2010-12-29 14:49:20 -05:00
Kris Maglione 8c64d0ec44 Re-enable tab numbers of FF36. 2010-12-26 20:45:03 -05:00
Kris Maglione dca9f2df86 Merge changes from bootstrapped. 2010-12-25 16:00:56 -05:00
Kris Maglione 5591ed6797 Merge changes from bootstrapped. 2010-12-24 20:59:29 -05:00
Kris Maglione cace9f737c Closes issue #204. 2010-12-23 20:27:34 -05:00
Kris Maglione 8019a607d9 Fix Hint input bugs from revision d678604aa8d0. 2010-12-22 21:06:49 -05:00
Kris Maglione 9b8ea86c09 Refactor the Styles API and implimentation slightly. Move deprecated() to base.jsm. 2010-12-22 03:22:23 -05:00
Kris Maglione 0d74c309f3 Fix minor bug in stal=1. closes issue #190. 2010-12-20 02:09:49 -05:00
Kris Maglione fd897c1f77 Further disable tab numbers on Gecko 1.9. 2010-12-20 01:57:11 -05:00
Kris Maglione 394420a9d1 Fix definition link for commands defined on the command-line. 2010-12-18 18:56:17 -05:00
Kris Maglione 9fb3febe95 Typo and general idiocy fixes. Kill 'linksearch'. 2010-12-17 12:30:51 -05:00
Kris Maglione d6fc8c5cb5 Fix tab numbers again.
--HG--
extra : rebase_source : 8461c5bed454c0522fcad7a71163a4de338f55f7
2010-12-17 02:43:41 -05:00
Kris Maglione a73ee765d8 Kill tab bindings. 2010-12-17 00:46:26 -05:00
Kris Maglione 0dcf1d8ffd Completion of certain chrome:, resource:, and about: URLs. 2010-12-14 23:05:41 -05:00
Kris Maglione 561b6e8e3b Fix :tabdo. 2010-12-12 20:18:14 -05:00
Kris Maglione e339032fd2 Some minor cleanup and fixes. 2010-12-09 20:46:35 -05:00
Kris Maglione bf73483d42 Settle stupid naming dispute. 2010-12-07 01:13:22 -05:00
Kris Maglione 175cd126b7 Use completion.buffer for tabs.switchTo/:buffer!.
--HG--
extra : rebase_source : 91bb7fa4c4573048721f65c3aa871370300e7979
2010-12-06 22:57:04 -05:00
Štěpán Němec 033c3b43c8 Use config.removeTab instead of tabs.remove in :bdelete.
The latter affects tab selection, which is not desirable here.
2010-12-02 04:25:04 +01:00
Kris Maglione 5d51fd491a Do away with services.(get|create), and move the prefs module to its own file. 2010-12-01 21:57:51 -05:00
Kris Maglione 0a3ec8c768 Make the silly ':hi Bell display:none;' hack function again. 2010-11-20 16:03:21 -05:00
Kris Maglione 2df24c410d Open the firstrun page in a new tab. 2010-11-19 16:30:38 -05:00
Doug Kearns a8b16ec635 Replace util.isOS with a platform queryable util.OS object.
--HG--
extra : rebase_source : 2a00dd4e3a023c9de11818bb95d86d9901341c6a
2010-11-08 05:34:57 +11:00
Doug Kearns 903268b0e1 Add missing semicolons.
--HG--
extra : rebase_source : 9b307f142d55c3cd89ea6010ea15f1d26b11846f
2010-11-05 09:09:09 +11:00
Kris Maglione ab81ed4cb4 Dispatch events from buffer.followLink as trusted events. Closes issue #124. 2010-11-07 10:17:22 -05:00
Doug Kearns c89df81725 Typo fixes. 2010-10-23 23:14:08 +11:00
Doug Kearns 377f8b01d4 Replace use of <b>arg</b> in API docs with *arg*.
--HG--
extra : rebase_source : f127ac4f494053e4306074f5acded34b2d363eef
2010-10-21 22:55:15 +11:00
Kris Maglione e6b6d80b10 Implement (with an e) an experimental ‘ex’ namespace. 2010-10-17 20:00:57 -04:00
Doug Kearns d170fda0e3 Replace dactyl.has(OS) with util.isOS. 2010-10-17 23:22:53 +11:00
Kris Maglione 64694a6327 Remove inane fourth argument from tabs.remove. 2010-10-16 15:55:14 -04:00
Štěpán Němec 2fbd7c93cc Fix tabs.remove for count === undefined. 2010-10-16 21:51:29 +02:00
Kris Maglione a703d0a3bf Integrate sanitizer with host UI, sanitize at shutdown support, and control which items are sanitized when more thoroughly. Closes issue #70. 2010-10-14 03:29:56 -04:00
Kris Maglione 8628551c5a Fix parsing of invalid JSON strings in arguments, and serialization of strings containing tabs and newlines. Closes issue #72. 2010-10-12 17:34:39 -04:00
Kris Maglione e96c946499 Fix the default 'activate' value. 2010-10-12 16:05:21 -04:00
Kris Maglione 4351bb675b Make "all" toggle other items in "activate", "eventignore", "newtab", and "sanitizeitems". 2010-10-12 14:29:11 -04:00
Kris Maglione ff224d81c1 Add temporary kludge until the next FF4b comes out. 2010-10-08 15:16:17 -04:00
Kris Maglione 3da8b7af2a Allow :write! >>nonexistent.file
--HG--
extra : rebase_source : b446ad89bdbaf38f6091b2145a4b4be687eeb24d
2010-10-05 10:32:56 -04:00
Kris Maglione e592637c08 Use a different tab binding on FF36. Closes issue #41. 2010-10-05 02:18:16 -04:00
Kris Maglione 226e411420 Fix stal=0 on FF36. Closes issue #37. 2010-10-04 10:43:56 -04:00
Kris Maglione bf715affd4 Collapse the tab strip via CSS rather than the collapsed property to deal with the host tending to uncollapse it. Closes issue #37.
--HG--
extra : rebase_source : faa088b37377e1585421a2302f011b32493726ce
2010-10-03 10:31:28 -04:00
Doug Kearns 1fea8310c6 Melodactyl naming fixes 2.
--HG--
rename : melodactyl/content/xulmus.svg => melodactyl/content/melodactyl.svg
2010-10-03 19:22:55 +11:00
Kris Maglione f7b99e9272 Fix some functions that used to use args.string. 2010-09-29 13:21:01 -04:00
Kris Maglione 85a5e15fc6 Fix <C-6> after deleting the current tab. 2010-09-28 13:24:30 -04:00