satyr
|
b74ee97186
|
PrefKeys: Quick styling fix.
|
2009-11-12 23:53:55 +09:00 |
satyr
|
f97392dd95
|
PrefKeys: Now a module. Added prefs for repeat-last-command.
|
2009-11-12 23:05:12 +09:00 |
satyr
|
faca891ef3
|
Utils: += defineLazyProperty
|
2009-11-12 18:47:07 +09:00 |
satyr
|
101183b72c
|
Dodoed chrome/content/preview.js and localization/templates.
|
2009-11-12 17:09:46 +09:00 |
satyr
|
3777a66260
|
Added chromeWindows/currentTab/BrowserTab/WindowMediator to Utils. Reduced FUEL dependencies.
|
2009-11-12 16:56:24 +09:00 |
satyr
|
e68eadd377
|
noun_type_url: Now supports Google Reader.
|
2009-11-12 14:58:04 +09:00 |
satyr
|
a1f16682b9
|
builtincmds: rm startup_setBasicPreferences (http://getsatisfaction.com/mozilla/topics/javascript_options_showinconsole)
|
2009-11-12 11:24:23 +09:00 |
satyr
|
afd3e709c7
|
Utils: openUrlInBrowser() now conforms to "browser.tabs.loadInBackground".
|
2009-11-12 10:57:37 +09:00 |
satyr
|
b40183ae61
|
bugzilla: Now directly jumps to the bug for single number inputs.
|
2009-11-10 01:28:00 +09:00 |
satyr
|
46a13bb2a1
|
previewList: Made the default style slightly more list-ish.
|
2009-11-09 07:54:52 +09:00 |
satyr
|
14f696909f
|
standard-feeds/firefox: Tweaked formattings.
|
2009-11-09 07:43:36 +09:00 |
satyr
|
b701741af1
|
preview.html: Specified title for DOM Inspector friendliness.
|
2009-11-09 00:49:52 +09:00 |
satyr
|
6b5102ea09
|
command-history: Now accessible via mouse wheel.
|
2009-11-08 10:15:04 +09:00 |
satyr
|
62c3552872
|
AnnotationService: Implemented removePageAnnotations(). removePageAnnotation() no longer throws exception (as does nsIAnnotationService).
|
2009-11-08 09:51:09 +09:00 |
satyr
|
d69e87f2c2
|
Utils: log() now checks if Firebug.Console is enabled.
|
2009-11-07 04:05:43 +09:00 |
satyr
|
96a4233023
|
Manually updating a feed now reloads it immediately (was requiring restart). Made the update notifications a little bigger.
|
2009-11-07 03:24:06 +09:00 |
satyr
|
b26356fca9
|
ContextUtils: Fixed a ReferenceError.
|
2009-11-07 02:46:55 +09:00 |
satyr
|
077025a875
|
Ubiquity: Added inputLimit to avoid parsing critical amount of input (#507).
|
2009-11-03 01:30:47 +09:00 |
satyr
|
6598f83c69
|
view-extension: fix for the security fix
|
2009-11-02 11:14:58 +09:00 |
satyr
|
a3bdfcd75f
|
Prevented PreviewBrowser from having chrome privilege by using resource:// rather than chrome:// (#714). Adjusted skins and map command for the change.
|
2009-11-01 17:30:15 +09:00 |
satyr
|
07747cfcf3
|
CmdUtils: Aliased two more.
|
2009-11-01 15:17:00 +09:00 |
satyr
|
c2d426f268
|
CmdUtils: Aliased getHiddenWindow() as well.
|
2009-11-01 02:58:23 +09:00 |
satyr
|
0013073af0
|
CmdUtils: getDocument() series now picks xml/xul documents correctly (was throwing exceptions). Added aliases for them (getWindow() -> window).
|
2009-10-31 15:59:33 +09:00 |
satyr
|
1b7c778db7
|
Removed some dump()s (#897).
|
2009-10-31 15:29:10 +09:00 |
satyr
|
25ba6c25f0
|
Utils: dump() now dumps only when extensions.ubiquity.dump is true.
|
2009-10-31 15:16:56 +09:00 |
satyr
|
e039e31f4d
|
Updated maxVersion.
|
2009-10-31 14:54:52 +09:00 |
satyr
|
2d2b681707
|
old-parser: Commands without args are no longer suggested for multi-word input.
|
2009-10-25 13:33:48 +09:00 |
satyr
|
88eff41649
|
CmdUtils: Improved previewList() slightly.
--HG--
extra : rebase_source : 451d5fe6f261e35c2c7d5d7aa3823dc46200aab8
|
2009-10-21 21:25:54 +09:00 |
Christian Sonne
|
0c60e6c160
|
Using Utils.uri instead of Utils.url
|
2009-10-21 13:35:59 +02:00 |
satyr
|
887df2fee8
|
tests/framework: Made assertEquals() strict.
|
2009-10-21 18:17:42 +09:00 |
satyr
|
13ba6c5539
|
Utils: Made urlToParams() more accurate. Added test for it.
|
2009-10-21 17:20:30 +09:00 |
satyr
|
252a71fe8f
|
command-history: Changed the completion modifier to ctrl (shift+ctrl to cycle through reversely).
|
2009-10-20 17:36:20 +09:00 |
satyr
|
a182eb06c6
|
CmdUtils: CreateCommand() now allows previewUrl to be a getter. makeSearchCommand() no longer shows the sane warning in preview.
|
2009-10-19 14:21:21 +09:00 |
satyr
|
33afa39c49
|
command-history: shift+Tab now completes from history.
|
2009-10-18 15:31:46 +09:00 |
satyr
|
9203a46845
|
FeedManager: Made Feed#title a getter.
|
2009-10-18 13:42:06 +09:00 |
satyr
|
cd0d0107b4
|
Utils: Updated gist.getName() to fit the site change.
|
2009-10-18 13:37:58 +09:00 |
satyr
|
48bd68e29e
|
Fixed a regression where "Auto-update this feed" had no effect.
|
2009-10-17 08:00:05 +09:00 |
satyr
|
9824414fc4
|
FeedManager: += getAllFeeds()
|
2009-10-17 06:37:47 +09:00 |
satyr
|
c55ceb0d65
|
cmdlist: Now catches any exception on description/help insertion.
|
2009-10-17 02:28:13 +09:00 |
satyr
|
c8c7671d0d
|
Added charset support to CmdUtils.makeSearchCommand(). create-search-command now uses it.
|
2009-10-16 20:49:07 +09:00 |
satyr
|
2dbe413a59
|
standard-feeds/search: Fixed some (global leak|mal-encoding|outdated code)s. Got rid of fake-infrastructure.js.
|
2009-10-16 19:16:08 +09:00 |
satyr
|
2ee5754667
|
old-parser: Penalized async suggestions' scores to prevent disorder.
|
2009-10-15 23:13:46 +09:00 |
satyr
|
ae78ad4f72
|
noun_type_geo_*: Corrected mal-filtering of API results.
|
2009-10-15 22:48:34 +09:00 |
satyr
|
c8be7a5312
|
noun_type_geo_*: Now keeps all informations by simply passing AddressDetails as data.
|
2009-10-15 13:07:33 +09:00 |
satyr
|
99d2563dc9
|
NounUtils: += mixNouns()
|
2009-10-15 12:56:22 +09:00 |
satyr
|
14b815a9ac
|
old-parser: Verb matching is case-insensitive again.
|
2009-10-15 08:09:26 +09:00 |
satyr
|
e9c8b15282
|
Ubiquity: Test implementation of http://getsatisfaction.com/mozilla/topics/open_ubiquity_window_at_outside_of_browser_window
|
2009-10-15 03:36:38 +09:00 |
satyr
|
532b06c888
|
Ubiquity: Passing empty input to execute() now uses current entry, so that { gUbiquity.execute("") } acts like repeat-complex-command.
|
2009-10-10 05:40:38 +09:00 |
satyr
|
8070ead2fc
|
s/\badd-?on\b/extension/gi
|
2009-10-10 01:15:04 +09:00 |
satyr
|
7f3a9caa8f
|
view-add-on: Added a button to open install directory.
|
2009-10-07 11:14:04 +09:00 |