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

3715 Коммитов

Автор SHA1 Сообщение Дата
satyr 79b35ecde5 CmdUtils: Fixed a call of nonexistent method in CreateAlias(), an encoding issue in injectJavascript() and a number of other minor things. 2010-04-15 02:02:46 +09:00
satyr 8106cdb87d ContextUtils: Made getSelection() and getHtmlSelection() deal with all ranges. Replaced cloneFirstRange() with getRanges(). Unified the docs. 2010-04-15 00:33:31 +09:00
satyr f528445727 ContextUtils: Made getSelectedNodes() include focusedElement. 2010-04-14 11:53:03 +09:00
satyr 5ed68156e7 CodeSource: Probable fix for Bug 559008. Made isVaridUri()s simpler. 2010-04-13 22:02:32 +09:00
satyr 8ef14b3733 maxVersion: 3.7a5pre 2010-04-13 09:19:59 +09:00
satyr 9a64cd2c32 Modularized command history. 2010-04-13 09:19:14 +09:00
satyr 6fff878f9b Ubiquity: No longer handle keys on keydown. Removed excess code. 2010-04-12 16:40:40 +09:00
satyr 7c959a283f Eliminated __count__ usages. Added Utils.count() in compensation. 2010-04-12 08:47:35 +09:00
satyr 81895dbcfe Removed overquotings. 2010-04-11 07:25:34 +09:00
satyr 71c559619a pageLoad hooks now fire on sidebar. 2010-04-11 04:15:53 +09:00
satyr 27e0be4204 makeSearchCommand: Fixed a bug that it didn't accept options.argument. 2010-04-10 13:05:43 +09:00
satyr 524ef8ed14 Utils.ellipsify(): Now allows the ellipsis to be specified, has test, and (actually) truncates to the given length. 2010-03-30 22:30:48 +09:00
satyr 42f1bfcdbe feed-parts/footer: Optimized the algorithm and code size to make the refresh faster (in continuation of #679--about 20% reduction this time). 2010-03-30 21:01:49 +09:00
satyr 6626946341 DFP: Exposed atob/btoa/DOMParser/XMLSerializer to sandboxes. Refactored DFPFeed to save some memory. 2010-03-30 02:37:56 +09:00
satyr b4153a68e9 Utils: Made escapeHtml()/unescapeHtml() more efficient. 2010-03-29 04:30:44 +09:00
satyr 05032634de SFP: Fixed stupid reference errors. 2010-03-26 08:04:56 +09:00
satyr 8588bf76bb "highlight syntax": Now works on view-source views. Improved the code selection logic at Adamantium's suggestion. 2010-03-26 08:02:41 +09:00
satyr 33be629f0d "highlight syntax": Work-around for Fx3.5 which doesn't support mozMatchesSelector. 2010-03-22 22:30:08 +09:00
satyr 8c2f73dbbf Utils: += unescapeHtml() 2010-03-21 21:22:48 +09:00
satyr 0443e67052 makeSearchCommand: Replaced parser.html with parser.plain, meaning that the results are assumed to be HTML by default for all modes. Less safe but more consistent (thus easier to use). 2010-03-21 20:48:52 +09:00
satyr b523eb7e30 CmdUtils: Made absUrl() more accurate (again). Refactored makeBookmarkletCommand(). 2010-03-21 11:28:24 +09:00
satyr 51d35479ef ContextUtils: Removed an innerHTML hack. 2010-03-21 09:45:11 +09:00
satyr cb9187c321 makeSearchCommand: Enabled parser.postData. Fixed the mal-encoding in query(). Added log(). 2010-03-21 07:50:10 +09:00
satyr ebf701236b makeSearchCommand: Now uses Utils.parseHtml() for safer parsing, handles XML documents, and has logging capability. 2010-03-20 07:22:01 +09:00
satyr 9c771324d8 Utils: Added parseHtml(), extracted from the feed-specific parseRemoteDocument(). 2010-03-20 06:57:26 +09:00
satyr 2a0f4f1090 editor: Added a description for the "Share" button. 2010-03-19 21:08:06 +09:00
satyr d90726b0d6 toolbarbutton: s/\.png/\.ico/ s/:active/:hover/ 2010-03-19 14:32:38 +09:00
satyr 695ffa52bd "Amazon.com": Fixed the "invalid string escape mask" error. 2010-03-19 11:34:05 +09:00
satyr 7cb3a6a823 CmdUtils: Overhauled makeSearchCommand(). Made absUrl() slightly faster.
* No longer requires parser.title to contain an <a>.
* Added/Renamed parser options.
** parser.html
** parser.body <- parser.preview
** parser.baseUrl <- parser.baseurl
* Refined the doc.
* Added To(Do|Localize)s.
2010-03-19 10:15:01 +09:00
satyr 95104ae621 Utils: uneval(seq(-3)) === "({lead:2, end:0, step:-1})" 2010-03-19 04:57:49 +09:00
satyr 6ac34c80b4 Optimized icon sizes. 2010-03-18 14:52:52 +09:00
satyr af727561cf Added SkinFeedPlugin in place of SkinSvc, simplifying things greatly. 2010-03-18 05:41:03 +09:00
satyr 670de04680 AnnotationService/FeedAggregator: Nullified inner dictionaries' prototypes. 2010-03-18 04:30:36 +09:00
satyr 687cd16e9a Changed the spec of FeedPlugin#onSubscribeClick() so that plugins can use any info the link element contains. Made command feed titles reflect link@title. 2010-03-18 04:15:06 +09:00
satyr 7c4c336d03 Utils: Added extend(). Fixed some quirks in gist.getName(). 2010-03-18 01:07:49 +09:00
satyr 05589bac31 s/\.(?=preview-list)/#/g 2010-03-16 07:21:28 +09:00
satyr f631c81f48 #ubiquity-entry now retrieves focus on accesskeyed clicks. .preview-list now uses onclick rather than onfocus. 2010-03-15 08:44:29 +09:00
satyr 92ad8f453a Enabled context menus and tooltips on Ubiquity panel. Removed #330 hack which started to behave badly since Fx3.6 (possibly related to Bug 543190). 2010-03-15 04:39:32 +09:00
satyr b5e9e6693e "undo closed tabs": Fixed the disorder. 2010-03-14 22:58:45 +09:00
satyr 52601e30de Removed pointless event capturings. Fixed misplaced returns. 2010-03-14 09:21:17 +09:00
satyr f56949132f Fixed eval errors on "google image search" preview. 2010-03-14 08:47:11 +09:00
satyr a8b2b73eda preferences: No longer creates duplications. 2010-03-14 08:23:48 +09:00
satyr 7dbc849bc9 Fixed "Yahoo!". Made "view selection source" work on frames/sidebar/etc. 2010-03-14 03:21:11 +09:00
satyr 9d309b043a Utils.regexp: No longer suppresses flag errors nor copies regexps. Replaced Trie#regexp with Trie#toRegExp(flag). 2010-03-13 03:17:25 +09:00
satyr d7a7070505 new-parser: Lazified initializations. 2010-03-13 03:11:08 +09:00
satyr 2fd685d6e3 Utils: += tabs.length 2010-03-13 01:58:41 +09:00
satyr 076f1db80d old-parser: Tiny optimizations. 2010-03-13 01:34:41 +09:00
satyr eedfec22d3 Named some [gs]etters. 2010-03-13 00:28:49 +09:00
satyr 72e081cf7d Utils: Enlazed gPrefBranch. Added UnicodeConverter. 2010-03-11 04:30:59 +09:00
satyr aa3d7ebf1b maxVersion: 3.7a3pre 2010-03-11 02:02:30 +09:00