Граф коммитов

3715 Коммитов

Автор SHA1 Сообщение Дата
satyr 75b1028433 Utils: Renamed sortBy() to sort(). It now works without the 2nd argument. 2010-06-17 08:18:47 +09:00
satyr 590eea2851 Utils: Renamed signHMAC() to signHmac() for consistency. 2010-06-17 05:20:33 +09:00
satyr e7a94313ec maxVersion: 3.7a6pre 2010-06-12 11:50:18 +09:00
satyr df21858c37 "view selection source": Now pretty on 3.7a6pre as well. 2010-06-12 11:49:14 +09:00
satyr fba8ded15b "twitter": Now with xAuth. 2010-06-11 22:10:40 +09:00
satyr af77b9d328 Utils: Added PromptService and a deprecation note for ExtensionManager. 2010-06-11 21:59:57 +09:00
satyr 94b0e1d9cf oauth: Now works as JS module. Added completeAjaxSettings(), a convenient wrapper for use with jQuery.ajax(). 2010-06-11 21:56:59 +09:00
satyr 6134cacde6 Added modules/oauth.js from <http://code.google.com/p/oauth/>. 2010-06-11 13:03:26 +09:00
satyr 4f9dac8c3a "view selection source": Prettified preview. 2010-06-06 14:52:34 +09:00
satyr 6fde9d9b93 prettify.css: Now unminified and forces background-color for readability. 2010-06-06 14:43:15 +09:00
satyr 4693c14224 standard-feeds/email: Applied Ammad's fix (Bug 570070) to "get last email". Refactored some. 2010-06-05 07:55:09 +09:00
satyr 5ffd8091b1 noun_type_email_service: Removed "yahoo" as we don't actually support it. 2010-06-05 06:30:26 +09:00
satyr a7602cc058 ContextUtils: Prevented setSelection() fail (Error: prefix not bound to a namespace) happens when focusedElement is xul:textbox and options.text isn't provided. Filled in a missing line that should have been there on 79c4becfe1a1. 2010-05-18 05:35:07 +09:00
satyr 1dbe81f78c Quit using document.URL which is unavailable in XULDocument. 2010-05-16 05:06:03 +09:00
satyr 17730f00c6 Dealt with the Add-Ons Manager change. Gonna have to bug Unfocused to make "view extension" work properly. 2010-05-16 04:51:03 +09:00
satyr d6c2420b6a noun_type_lang_google: Added Armenian, Azerbaijani, Basque, Georgian and Urdu. 2010-05-14 14:13:04 +09:00
satyr 927c50b9e8 ContextUtils: Simplified setSelection() using nsIPlaintextEditor#insertText(). 2010-05-09 23:40:51 +09:00
satyr 25b3c3b9ed Removed a __parent__ usage. 2010-05-09 04:57:45 +09:00
satyr a10c243358 "translate": Now uses noun_type_url.default() for page translation. 2010-05-07 15:34:26 +09:00
satyr 02c61a946f Utils: gist.getName() now works properly with private gists. 2010-05-01 09:56:29 +09:00
satyr 09dcdf56ef Bespin: 0.7.3 2010-04-30 06:23:01 +09:00
satyr dac5641c5e builtincmds: Added "Command Editor/List" as synonyms of "write/list Ubiquity commands" (as I keep typing them and fail). 2010-04-30 05:31:36 +09:00
satyr e76ebd5672 PlacesUtils.jsm 2010-04-30 05:04:49 +09:00
satyr b9e6d20029 old-parser: Fixed the handling of noun.default returning an empty array. 2010-04-30 04:34:24 +09:00
satyr b290cc51c1 CreateCommand: executeDefault() now handles the case where options.execute isn't a function. Renamed cmd._previewString to cmd.previewHtml. Added cmd.global. 2010-04-30 03:49:13 +09:00
satyr e4bddcdfcd feed-parts/header: Fixed a bug where Utils.uri() wasn't absolutifying properly. 2010-04-30 03:28:24 +09:00
satyr 0237fa7bb0 CommandHistory: Set default for "extensions.ubiquity.history.bin". Prevented empty histories. 2010-04-29 16:31:36 +09:00
satyr 8c7a5a4802 Knuckled under Bug 560018. 2010-04-27 07:54:05 +09:00
satyr 6e39457da2 L10nUtils: Fixed a bug where global keys are duplicated on refreshing feeds. 2010-04-26 02:21:17 +09:00
satyr 9a4131cdc6 "weather": Fixed the issue reported at http://getsatisfaction.com/mozilla/topics/ubiquity_weather_command_forgets_my_location as well as a number of other glitches. 2010-04-26 01:50:30 +09:00
satyr 62b4f7cf5c noun_type_geolocation: Now suggests geoLocation as data and geoLocation.state in text if available. 2010-04-26 01:43:27 +09:00
satyr 83fe3bd7e9 CommandManager: Now compares identities of suggestion objects rather than indices for preventing duplicate preview() calls. This fixes issues such as http://getsatisfaction.com/mozilla/topics/ubiquity_wrong_preview_for_the_weather_command , but may confuse users by allowing unpredictable preview changes as new suggestions jump in top asynchronously. 2010-04-26 00:39:33 +09:00
satyr 1f7921bd87 NounUtils: Fixed a bug where mixNouns() wasn't merging defaults properly. 2010-04-25 21:41:43 +09:00
satyr b9837aa73a Fixed a regression that Utils.unescapeHtml() wasn't preserving whitespaces. 2010-04-22 11:16:46 +09:00
satyr f2d715cab0 Fixed the bug reported at http://getsatisfaction.com/mozilla/topics/top_suggestion_is_erroneously_activated . 2010-04-22 10:53:02 +09:00
satyr fc343e1176 tuner: Applied Ammd's fix at Bug 560496. Removed trailing spaces. 2010-04-22 08:59:01 +09:00
satyr dd505236b1 Made Utils.openUrlInBrowser() check browser.tabs.loadDivertedInBackground (default false) rather than ..loadInBackground (default true), concerning http://getsatisfaction.com/mozilla/topics/ubiquity_extension_for_firefox_3_6_issue_new_tab_is_not_on_top . 2010-04-21 21:43:56 +09:00
satyr 2011a7d58a Utils: Made defineLazyProperty() Array#reduce() friendly. Renamed some private constants to match the rest of our code. 2010-04-19 10:58:02 +09:00
satyr 061429f207 Made noun_type_url stricter and suggest activeElement.href as default. 2010-04-19 07:04:13 +09:00
satyr 3b06b3f614 CommandHistory: Fixed argument orders. Reverted the save frequency as it seemed too aggressive. Made Ubiquity reset cursor on hidden. 2010-04-18 19:11:39 +09:00
satyr e53575e8e9 Utils: += DirectoryService, UnescapeHTML, NS_* 2010-04-17 09:27:15 +09:00
satyr 48bd8ae00b Ubiquity: Renamed msgPanel (which didn't really make sense) to panel. 2010-04-17 08:54:18 +09:00
satyr 36069e79f8 Ubiquity: Made the frequency of history save greater and the hack against ctrlTab safer. 2010-04-17 08:27:56 +09:00
satyr a0e2463e29 DFP: Added Audio, Image, NodeFilter to feed globals. 2010-04-17 08:08:28 +09:00
satyr d6ea883171 ContextUtils: Prevented setSelection() from flickering when focusedElement has scrolled. s/getRanges/getSelectedRanges/g 2010-04-16 15:13:18 +09:00
satyr 7edeb93f8d Removed collection.js which is no longer in use. 2010-04-16 13:55:43 +09:00
satyr ac7499c03e Removed misplaced QueryInterface() from each *Utils. 2010-04-15 10:39:07 +09:00
satyr 87d0ae6550 feed-parts/header: The wrapped Utils.uri() now accepts the 2nd argument. Utils.parseRemoteDocument() works again. 2010-04-15 09:14:02 +09:00
satyr 46b08f59bc CmdUtils: alias injectJs injectJavascript # for completeness 2010-04-15 08:18:31 +09:00
satyr 93a0012ffd CmdUtils: Streamlined eval()ed codes. 2010-04-15 07:30:33 +09:00