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

4472 Коммитов

Автор SHA1 Сообщение Дата
sayrer%gmail.com 19ef91d48f Bug 341407. After subscribe to feed operation, rss icon is broken until web page is refreshed. Second patch, fix call site. Patch by Ben Goodger <bugs@bengoodger.com>. r=darin, a=mconnor 2006-07-27 06:26:56 +00:00
benjamin%smedbergs.us 53d439ff5b Bug 343146 - pull and build l10n dictionaries, r=preed 2006-07-27 04:04:58 +00:00
tony%ponderer.org c4faff18f9 bug 344063: report phishing page should include the mozilla brand
r=me
2006-07-27 03:10:59 +00:00
vladimir%pobox.com 31c8e763e7 b=334174, corrupted db files are not handled correctly, r=brettw 2006-07-26 18:54:12 +00:00
benjamin%smedbergs.us a778372e10 Bug 335605 - Hook up "download dictionaries" context menu, r=brettw 2006-07-26 18:09:33 +00:00
tony%ponderer.org 60190fee50 Bug 345938: anti-phishing doesn't check all urls if there are http redirects
patch: listen for all document requests
r=darin,sr=bryner
2006-07-26 17:41:36 +00:00
gavin%gavinsharp.com df3da6404d Bug 344189: don't cancel the search autocomplete timer from stopSearch, to avoid having the caller wait indefinitely (also avoids multiple tabs opening for a single search), r=mconnor 2006-07-26 02:50:27 +00:00
gavin%gavinsharp.com 350e03f0a3 Bug 323798: Keyword URL Needs to be localized, r=axel, sr=bzbarsky 2006-07-26 01:19:42 +00:00
tony%ponderer.org 27af34bde8 Bug 345460: Phishing site detection failure with changes to the URL fragment
patch: stop using GetName() and remove url fragment
r=darin,sr=bryner
2006-07-25 22:53:31 +00:00
pamg.bugs%gmail.com 46c1be5ebc Bug 343897: Microsummary bookmark in toolbar has incorrect hover highlight. Images by <kevin@kmgerich.com>. 2006-07-25 21:52:57 +00:00
gavin%gavinsharp.com 8790020105 Bug 345869: fix regression from bug 345407 that caused the search bar dropdown shortcuts to not work, r=pamg/mconnor 2006-07-25 21:39:15 +00:00
tony%ponderer.org aa98d1eae0 bug 345675: unwanted connection to www.google.com at startup with Safe
Browsing disabled
patch: don't get key if sb off, don't get whitelist tables if remote checking
on
r=mmchew,sr=bryner
2006-07-25 17:44:26 +00:00
jminta%gmail.com ccce510651 Bug 345349 Add notification bar when blocking images for a site to help notice accidental blocking. r=mconnor, ui-r=beltzner 2006-07-25 16:56:46 +00:00
sspitzer%mozilla.org 1495286e92 fix for bug #344048
set tab min width and tab clip width to better values, per beltzner.

r=mano, ui-r=beltzner
2006-07-25 15:35:42 +00:00
mark%moxienet.com 647e8e6b5c 345739 "Block Images from %s" context menu item is misaligned after bugs 342515, 344570. Change it from an iconic menu item to a <menuitem type="checkbox">. r=mano 2006-07-24 21:32:52 +00:00
gavin%gavinsharp.com 76b75de26b Fix review nit from bug 344523. 2006-07-24 18:45:32 +00:00
gavin%gavinsharp.com 4e242e23e4 Bug 345127: nsSearchService's loadListener should implement nsIBadCertListener to avoid popping up "wrong cert" dialogs, r=mconnor 2006-07-24 18:44:19 +00:00
gavin%gavinsharp.com a28867687f Bug 344523: AddSearchProvider doesn't check if provider already installed (installation of an engine with the same name as an already-installed engine fails silently), r=mconnor 2006-07-24 18:41:25 +00:00
jwalden%mit.edu ddbf869424 Bug 344368 - There should be a way to change spell checker settings in the options panel. ui=beltzner, r=mconnor 2006-07-24 18:35:00 +00:00
gavin%gavinsharp.com c99fd00bcb Backing my last checkin out, since the tree is closed 2006-07-24 18:17:47 +00:00
gavin%gavinsharp.com afe9ad34c6 Bug 344523: AddSearchProvider doesn't check if provider already installed (installation of an engine with the same name as an already-installed engine fails silently), r=mconnor 2006-07-24 18:15:14 +00:00
jminta%gmail.com afc6cd16d3 Bug 341837 microsummary service should impose limit on length of microsummary, r=myk 2006-07-24 18:01:04 +00:00
martijn.martijn%gmail.com c54ab46e4e Bug 316995 - When migrating from Internet Explorer http auth passwords are not migrated, patch by Michael Wu, r=mconnor 2006-07-23 20:11:53 +00:00
rob_strong%exchangecode.com 65d73cc926 Bug 344490 - Implement silent and unattended installation for NSIS installer (forgot to check this in). r=sspitzer 2006-07-23 01:05:57 +00:00
dietrich%mozilla.com 6ed817b3a7 Bug 344642 [SessionStore] Get rid of the unnused "Undo Close Window" code (r=dietrich) 2006-07-22 23:09:07 +00:00
sayrer%gmail.com d2aca315ce Bug 344991. Change accessors to return nsIFeedTextConstructs. r=ben. missed this file 2006-07-22 15:56:58 +00:00
sspitzer%mozilla.org 906e7b0515 fix for bug #344040: when warning on "opening too many tabs", only count non-deleted bookmarks (and not folders or separators)
r=ben
2006-07-22 06:52:51 +00:00
dietrich%mozilla.com 1cc670df17 Bug 343895 Restoring first tab with Undo Close Tab creates an extra blank one (for zeniko, r=dietrich) 2006-07-22 02:17:45 +00:00
myk%mozilla.org 65847c39bb display link tag's title attribute on microsummary menu item while downloading generator
Patch by Justin Dolske.
bug=342231
r=myk
2006-07-21 21:49:44 +00:00
dietrich%mozilla.com d94a17c8fc Bug 344736 Add a keyboard shortcut for Undo Close Tab (for ventnors_dogs234@yahoo.com.au, r=dietrich) 2006-07-21 21:16:12 +00:00
jminta%gmail.com b4cc029676 Bug 344279 FeedWriter dumps error messages to the console, r=ben 2006-07-21 18:10:22 +00:00
jwalden%mit.edu ae7bfbc478 Bug 340677 - update preferences panels (add anti-phishing, rationalize categories, simplify wording). We're slowly spiralling in on a final design... r=mconnor 2006-07-21 17:42:26 +00:00
pamg.bugs%gmail.com e980b04aa6 Bug 345407, step 1: Move search-engine selection drop-down back to the engine icon. r=mconnor 2006-07-21 17:05:56 +00:00
sspitzer%mozilla.org 0cb5952075 fix for regression bug #341697
do not show branded icon by default, use smaller branded icons for wizard, only show it for certain scenarios.

r=rstrong
2006-07-21 14:01:33 +00:00
gavin%gavinsharp.com 88413cff00 Bug 345319: installation of an engine with a very long name can fail, original patch by Joey Minta <jminta@gmail.com>, r=mconnor 2006-07-21 12:52:57 +00:00
gavin%gavinsharp.com 109f313299 Bug 317033: fix SetBoolPref callers in nsIEProfileMigrator.cpp to only pass PR_True or PR_False, patch by Michael Wu <michael.wu@mozilla.com>, r=mconnor 2006-07-21 12:36:44 +00:00
gavin%gavinsharp.com 9f11790b0c Bug 343909: 'i' is a bad accesskey, use 's' instead (history menu), patch by Kurt <supernova_00@yahoo.com>, uir=beltzner, r=mano 2006-07-21 12:30:11 +00:00
sspitzer%mozilla.org 63a42c57fe icons for bug #341697. do not show branded icon by default, use smaller branded icons for wizard, only show it for certain scenarios. this icon already has ui review 2006-07-21 06:02:01 +00:00
gavin%gavinsharp.com fbd6c1d6d7 Bug 345404: fix issue with search update that was causing errors on startup, r=jminta 2006-07-21 01:30:48 +00:00
myk%mozilla.org c4d986a2b5 make the microsummary service support <link> tags with rel=space-separated list of words and ignore case of "microsummary" rel value
Patch by Justin Dolske.
bug=342228
r=myk
2006-07-21 00:12:26 +00:00
gavin%gavinsharp.com ce948b83ab Bug 327932: re-implement search engine update system, patch by me and jminta, r=me/jminta, rs=mconnor 2006-07-20 23:00:39 +00:00
pamg.bugs%gmail.com bb15006068 Bug 337491: Allow disabling search suggestions. r=gavin, ui-r=beltzner, sr=beng 2006-07-20 22:54:19 +00:00
myk%mozilla.org a132927214 make the microsummary service update installed generators when the user reinstalls them instead of installing a second copy
bug=342036
r=mconnor
2006-07-20 22:29:46 +00:00
benjamin%smedbergs.us f5cace86f0 Bug 321219 - separate places backend into toolkit, removing old files which now live in toolkit/components/places, r=beng 2006-07-20 20:16:15 +00:00
gavin%gavinsharp.com ed0b35a61c Bug 343788: throw an error instead of silently failing when trying to install an OpenSearch search engine that doesn't have an HTML result type, r=jhughes, r=mconnor 2006-07-20 17:38:43 +00:00
dietrich%mozilla.com b1ebc639d5 Bug 342471 [sessionstore] urlbar of first tab focused after restoring a session if homepage is about:blank (for zeniko, r=dietrich) 2006-07-20 16:31:59 +00:00
beng%bengoodger.com 910595f228 341407 - reload web page after user subscribes to a feed when an auto-handler is set so that the browser's cached feed list, which is cleared on startDocumentLoad, is regenerated so that subsequent subscription attempts work. r=darin 2006-07-20 16:28:30 +00:00
myk%mozilla.org 4b19461842 truncate microsummary file names to 60 characters to prevent nsIFile.createUnique from failing due to too-long names
Patch by Joey Minta.
bug=342212
r=myk
2006-07-20 08:52:31 +00:00
pamg.bugs%gmail.com ec04d05f85 Bug 344231: Clicking an autocomplete entry in the search bar doesn't start the search. r=gavin, sr=beng 2006-07-20 00:05:42 +00:00
pamg.bugs%gmail.com f0a70cbbd7 Bug 344437: String cleanup for search engine confirmation dialog. r=beng 2006-07-19 23:55:13 +00:00