Commit Graph

1775 Commits

Author SHA1 Message Date
edward.lee@engineering.uiuc.edu
adc27d3c76 Bug 407655 - Reorganize download context menus. r=sdwilsh, a1.9=beltzner 2007-12-14 10:26:06 -08:00
edward.lee@engineering.uiuc.edu
3c93d07aee Bug 406230 - Vertically align download icons in the center. r=sdwilsh, a1.9=beltzner 2007-12-14 10:24:01 -08:00
edward.lee@engineering.uiuc.edu
c1ca67b823 Bug 406923 - Just started downloads don't know about their referrers until reopened. r=sdwilsh, a1.9=dsicore 2007-12-14 02:08:45 -08:00
edward.lee@engineering.uiuc.edu
6bacb2f190 Bug 407784 - "Copy Source Location" -> "Copy Download Link". r=sdwilsh, a1.9=schrep 2007-12-14 02:05:39 -08:00
edward.lee@engineering.uiuc.edu
5201d9071c Bug 407771 - Remove retry button for blocked/dirty downloads. r=sdwilsh, a1.9=schrep 2007-12-14 02:03:36 -08:00
edward.lee@engineering.uiuc.edu
69b017a4a8 Bug 405884 - List date/time of download for each download shown. r=sdwilsh, b-ff3=mconnor 2007-12-14 02:00:16 -08:00
reed@reedloden.com
2299ec6696 Bug 404530 - "Make use of GTK stock icons in more places" (Print preview) [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r=Ryan a1.9=schrep] 2007-12-13 23:37:14 -08:00
reed@reedloden.com
2d33a2813c Bug 404530 - "Make use of GTK stock icons in more places" (Close button on notification bar) [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r=Ryan a1.9=schrep] 2007-12-13 23:34:37 -08:00
reed@reedloden.com
967262a8c0 Bug 404530 - "Make use of GTK stock icons in more places" (Error pages) [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r=Ryan a1.9=schrep] 2007-12-13 23:31:58 -08:00
reed@reedloden.com
dd1a6cc6c7 Bug 407477 - "Use stock icons in the XUL open file dialog" [p=sikon@lucidfox.org r=Ryan a1.9=schrep] 2007-12-13 22:58:27 -08:00
reed@reedloden.com
44b73096c0 Bug 406672 - "Please add 'back' and 'forward' stock icons to help viewer under Linux" [p=sikon@lucidfox.org r=Ryan a1.9=schrep] 2007-12-13 22:55:32 -08:00
philringnalda@gmail.com
9d27a8ad48 Bug 407650 - livemark service cleanup, trailing whitespace, bogus and misplaced comments, temporary logging, make getFeedURI check for the existence of the annotation before getting it instead of using a problem-swallowing try-catch, r=dietrich, a=mconnor 2007-12-13 22:04:49 -08:00
philringnalda@gmail.com
cce160bae7 Bug 407561 - Livemark service cancels loadgroups with an undefined property instead of an error, r=sayrer, a=mconnor 2007-12-13 21:25:59 -08:00
sayrer@gmail.com
6f889dab58 disable one test from bug 407937 2007-12-13 20:20:27 -08:00
philringnalda@gmail.com
0b42466754 Bug 342484 - replace livemark service's call to CheckLoadURIStr with a call to CheckLoadURIWithPrincipal, r=sayrer, sr=bz, a=mconnor 2007-12-13 20:01:05 -08:00
sspitzer@mozilla.org
cc487cfb1d fix for bug #408221: url bar autocomplete problems with tags and case-insensitivity r=dietrich, a=mconnor 2007-12-13 15:09:39 -08:00
mozilla.mano@sent.com
5222f86564 Bug 407575 - Tag system should be case-insensitive. r=sspitzer. 2007-12-13 12:07:38 -08:00
enndeakin@sympatico.ca
154987f6ef Disable one test on linux until I can see what's wrong with it 2007-12-13 08:18:50 -08:00
enndeakin@sympatico.ca
199aa5bf62 Bug 407937, popup with left/top attributes can expand outside of content area, also ensure that popup position is adjusted if too far off screen,r+sr=roc CVS: ---------------------------------------------------------------------- 2007-12-13 06:41:33 -08:00
dtownsend@oxymoronical.com
11d728c227 Bug 303194: Pressing delete key in extension manager should uninstall extension. p=Simon Bünzli <zeniko@gmail.com>, r=dtownsend, a=schrep. 2007-12-13 03:00:53 -08:00
sspitzer@mozilla.org
2c94084861 fix for bug #406487: After selecting auto-complete entry and then correcting it, pressing enter still loads auto-complete r=gavin, a=blocking-firefox-3+ 2007-12-12 14:55:29 -08:00
dolske@mozilla.com
f3c39a6a1d Followup to Bug 396316, update IDL comments to reflect new hostname format. r=gavin, a=blocking-ff3+ 2007-12-12 14:42:01 -08:00
sspitzer@mozilla.org
c90498a169 fix for bug #400682: favicons displayed at full size in open location autocomplete and homepage (pref ui) autocomplete r=gavin, a=blocking-firefox-3+ 2007-12-12 13:02:19 -08:00
dcamp@mozilla.com
2cc955f005 Bug 407858: initialize some members of nsUrlClassifierDBServiceWorker. r=tony, a=dsicore 2007-12-12 11:04:25 -08:00
sspitzer@mozilla.org
faed98a7c2 for correctness: fix for bug #402118: problems when highlighting part of a title in url bar auto complete results when the title is a RTL value for performance: fix for bug #407984: get rid of the scrollboxes in autocomplete.xml fix for bug #407951: don't reset textContent in _setUpDescription() if it hasn' t changed fix for bug #408024: when setting the width of the boxes that hold the descript ion elements, use Math.floor() r=gavin, a=blocking-firefox-3+ Thanks to vlad for the performance suggestions. 2007-12-12 10:43:08 -08:00
sspitzer@mozilla.org
247899f9f0 whitespace change, no bug 2007-12-12 10:23:48 -08:00
martijn.martijn@gmail.com
9db956c04f Bug 407912 - When page is zoomed in/out, autocomplete popup doesn't have the correct width, r=enndeakin, a=mtschrep 2007-12-12 05:27:09 -08:00
reed@reedloden.com
e3eda0fcb5 Bug 405389 - "Passwords reappear after being deleted, when using the search" [p=ehsan.akhgari@gmail.com (Ehsan Akhgari) r=mconnor a=blocking-firefox3+] 2007-12-12 05:24:39 -08:00
reed@reedloden.com
041d5bee81 Bug 406664 - "Cookies dialog still using XP-ish icon" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r=Ryan a1.9=damons] 2007-12-12 05:22:15 -08:00
aaronleventhal@moonset.net
3a80055521 Fixing orange 2007-12-11 18:48:03 -08:00
aaronleventhal@moonset.net
fe7f4d5bdb Bug 398910. Remove support for namespaced ARIA properties since they are no longer official (we are pre-1.0). r=surkov, r=ginn, r=bienvenu, r=mano, r=mconnor, r+sr=neil 2007-12-11 18:10:26 -08:00
dtownsend@oxymoronical.com
19823efd13 Bug 406718: add logging to file support to assist troubleshooting, r=robstrong, a=schrep 2007-12-11 16:56:09 -08:00
reed@reedloden.com
64377725db It's textbox, not textbar. :( 2007-12-11 12:26:42 -08:00
reed@reedloden.com
de8fd4d3d5 Bug 405165 - "Menu icons for Gnomestripe" (Textbox context menu) [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r=Ryan a1.9=schrep] 2007-12-11 12:15:48 -08:00
dtownsend@oxymoronical.com
c8d559dd09 Bug 396234: Crash when dialog comes up before automatic shutdown on Mac. r=bsmedberg. 2007-12-11 02:35:02 -08:00
reed@reedloden.com
5639cdc712 Bug 405653 - "Synchronize /suite and /toolkit <contentAreaUtils.js>" ((Av1a-TK) whitespace/++ cleanup) [p=sgautherie.bz@free.fr (Serge Gautherie) r=Mano a1.9=schrep] 2007-12-11 01:57:36 -08:00
reed@reedloden.com
8cfed0c9c0 Bug 407114 - "when viewing the "Most Visited" item of the "Smart Bookmarks" folder in the places organizer, the "Visit Date" column is empty" [p=mak77@supereva.it (Marco Bonardo [MaK77]) / sspitzer@mozilla.com (Seth Spitzer) r=sspitzer r=dietrich a1.9=damons] 2007-12-11 01:22:50 -08:00
reed@reedloden.com
6ab5343399 Bug 406982 - "Toolbar separator margin too big" [p=ispence@gmail.com (Ian Spence) r+sr=roc a1.9=mconnor] 2007-12-11 01:11:19 -08:00
reed@reedloden.com
bc725fc31c Bug 406676 - "GTK Menu Separator is not painted natively" [p=ispence@gmail.com (Ian Spence) r+sr=roc a1.9=beltzner] 2007-12-11 01:09:09 -08:00
reed@reedloden.com
a4c1530ea2 Bug 405874 - "Update toolkit/toolkit-makefiles.sh to reflect recent removals" [p=reed r=bsmedberg a1.9=damons] 2007-12-11 01:03:03 -08:00
reed@reedloden.com
bfc17d4e19 Bug 405551 - "investigate performance of AdjustIndices()" [p=mak77@supereva.it (Marco Bonardo [MaK77]) r=dietrich a1.9=damons a=blocking-firefox3+] 2007-12-11 01:01:33 -08:00
reed@reedloden.com
c05835661c Bug 403817 - "nsDownloadManager.cpp #includes nsTArray.h but doesn't use it" [p=rahul@murmuria.in (Rahul Murmuria) r=gavin a1.9=mconnor] 2007-12-11 00:54:30 -08:00
reed@reedloden.com
69a3fcd239 Bug 399820 - "Native GTK look for find toolbar" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r=Mano a1.9=mconnor] 2007-12-11 00:53:25 -08:00
Evan.Yan@Sun.COM
72abc27375 Bug 380848 - Selected list item is not reported when focus to the list r=neil a=dsicore 2007-12-10 19:11:29 -08:00
ted.mielczarek@gmail.com
ea1e24c4ae bug 407229 - breakpad fails to send on Fedora F8. r=bsmedberg 2007-12-10 10:47:29 -08:00
dietrich@mozilla.com
39b1b4b780 Bug 402880 figure out pref UI for history expiration / limiting visits (RELANDING TESTS, r=sspitzer) 2007-12-08 15:17:16 -08:00
reed@reedloden.com
66a4797113 Fix logic in the better bustage fix for bug 402742. 2007-12-07 17:38:35 -08:00
reed@reedloden.com
2fd6fa38f1 Better bustage fix for bug 402742. 2007-12-07 17:13:42 -08:00
reed@reedloden.com
aa5a9ec1af Bustage fix #3 for bug 402742. 2007-12-07 17:00:18 -08:00
reed@reedloden.com
2cd9d978d2 Bustage fix #2 for bug 402742. 2007-12-07 16:39:32 -08:00
reed@reedloden.com
b1ffb3d6b7 Bug 402742 - "Stock icons will not display if libgnomeui is not present" (more soft runtime dependencies) [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r=vlad sr=roc aM10=schrep] 2007-12-07 16:08:09 -08:00
dietrich@mozilla.com
7ca6f669b7 TESTING A on bm-xserve11 - Bug 407018 expiration not using browser.history_expire_days_min (r=sspitzer) 2007-12-07 15:13:52 -08:00
sspitzer@mozilla.org
d098985e33 fix for bug #407373: if ExpireItems() fails, don't fire the timer again. r=dietrich, a=schrep for m10 2007-12-07 13:22:20 -08:00
sspitzer@mozilla.org
9cf89245cf fix for bug #406259: update 5 richlistitems at a time to improve url bar rich result utocomplete performance. r=gavin a=blocking-firefox-3+ p1/m10 2007-12-07 09:50:45 -08:00
sspitzer@mozilla.org
f443b2b73b fix for bug #407124: performance problem with expiration code due to query in FindVisits() for people with lots of history. patch=Marco Bonardo <mak77@supereva.it> r=sspitzer, dietrich a=blocking-firefox-3+ p1 / m10 2007-12-07 09:44:57 -08:00
dtownsend@oxymoronical.com
1040b917e5 Typo fix to kick off unit testers. No bug. 2007-12-06 05:47:48 -08:00
sspitzer@mozilla.org
d1b4eb3c50 fix for bug #399266: improve perf of the "Most Visited" pre-defined query in the "Smart Bookmarks" folder on the personal toolbar. r=dietrich initial patch=Marco Bonardo (MaK77) <mak77@supereva.it> a=blocking-firefox-3+ 2007-12-05 23:38:52 -08:00
dolske@mozilla.com
bf4b95dfdf Backing out 407018, trace_malloc_allocs on bm-xserve11 jumped from 460K to 570K. 2007-12-05 22:51:24 -08:00
dietrich@mozilla.com
16b5121b20 Bug 407018 expiration not using browser.history_expire_days_min (r=sspitzer,a=mconnor) 2007-12-05 13:30:37 -08:00
dolske@mozilla.com
840da044fa Bug 396316 - update format of stored login manager entries. r=gavin, blocking-ff3+ 2007-12-05 13:16:33 -08:00
dietrich@mozilla.com
a0d51295f2 Backing out bug 406114 to test Ts impact 2007-12-05 09:14:05 -08:00
dietrich@mozilla.com
3beb4ac515 Bug 402880 figure out pref UI for history expiration / limiting visits (r=sspitzer, take 2) 2007-12-05 00:30:07 -08:00
dietrich@mozilla.com
b60b7f31eb Backing out bug 402880 2007-12-05 00:01:13 -08:00
dietrich@mozilla.com
aa7eeb3e59 Bug 402880 figure out pref UI for history expiration / limiting visits (r=sspitzer) 2007-12-04 23:40:49 -08:00
sspitzer@mozilla.org
7e2ae597a3 fix for bug #406114: when automatically importing from bookmarks html format, use bookmarks.postplaces.html, if it exists (otherwise, defer to bookmarks.html) r=dietrich, a=damon 2007-12-04 23:14:47 -08:00
sspitzer@mozilla.org
d1df49f1d3 fix for bug #406355: New autocomplete has a11y issues The "faabar" wasn't friendly to screer readers, and would either just say what the user typed in the url bar or nothing at all. now, screen readers will read the title, url and type ("tag" or "bookmark") for each autocomplete result. r=gavin, a=blocking-firefox3+ 2007-12-04 22:19:38 -08:00
philringnalda@gmail.com
c4fe6b4c5c Bug 405282 - Test for bug 382990 leaves bookmarks sidebar open, r=gavin, a=itsatest 2007-12-04 21:05:55 -08:00
philringnalda@gmail.com
dd90c15797 Bug 405068 - Remove localized Get (extensions|themes) URLs, r=rob.strong, a=mconnor 2007-12-04 21:03:55 -08:00
philringnalda@gmail.com
2551ffd673 Bug 392984 - Feed that fails to load results in many messages in livemark, r=mano, a=blocker 2007-12-04 21:02:06 -08:00
dietrich@mozilla.com
9d09e89134 Re-enabling tests for bug 398914 (r=sspitzer) 2007-12-04 20:56:04 -08:00
dcamp@mozilla.com
36a3bfb644 Bug 406865: Clobber pre-recent-bugfixes urlclassifier3.sqlite files that might be in an inconsistent state. r=tony, a=dsicore 2007-12-04 19:22:39 -08:00
dietrich@mozilla.com
8087786f44 Bug 398914 Creating an additional bookmark with "Add a keyword for this search" overwrites the POST_DATA of existing bookmark(s) with the same location (r=sspitzer) 2007-12-04 17:56:55 -08:00
dcamp@mozilla.com
3ecab52987 Bug 406856: handle expiring safebrowsing chunk ranges in addition to individual chunks. r=tony, a=dsicore 2007-12-04 16:16:41 -08:00
cbarrett@mozilla.com
f9b17fabcb Bug 406828 - Pinstripe shouldn't shouldn't use unified. r=mano a1.9=dsicore 2007-12-04 15:40:28 -08:00
sspitzer@mozilla.org
61fa0d484c relanding fix for bug #406094, as it was not the cause of the Ts / Txul regression. 2007-12-04 14:04:51 -08:00
gavin@gavinsharp.com
15f30a3ea9 Back out the patch for bug 405235 to see whether it caused the Ts/Txul hit 2007-12-04 13:00:12 -08:00
sspitzer@mozilla.org
a296751974 backing out fix for bug #406094 until dietrich's backout clears so that we can clearly measure that this change did not impact Ts / Txul. s=dmose 2007-12-04 12:09:53 -08:00
dietrich@mozilla.com
c7f555e1b3 Backing out bug 398914 2007-12-04 11:44:46 -08:00
sspitzer@mozilla.org
38c01069c4 fix for bug #406094: removing places.sqlite manually (or having it corrupted) and restarting leaves me without a personal toolbar, without a bookmarks menu, and with a blank organize relanding with changes that impact Ts / Txul patch=Marco Bonardo <mak77@supereva.it> r=sspitzer a=schrep for 1.9 2007-12-04 11:26:55 -08:00
dtownsend@oxymoronical.com
6ab6f79acd Bug 393813: recently-closed tabs menu disabled, can't reopen tabs. r=bsmedberg 2007-12-04 10:58:53 -08:00
gavin@gavinsharp.com
52b94fea43 Bug 405235: search bar autocomplete doesn't appear unless content autocomplete has been used (don't rely on openAutocompletePopup to unhide the autocomplete panel), r=sspitzer 2007-12-04 10:37:21 -08:00
dietrich@mozilla.com
d07002ff34 Bug 398914 Creating an additional bookmark with "Add a keyword for this search" overwrites the POST_DATA of existing bookmark(s) with the same location (r=sspitzer) 2007-12-04 10:34:44 -08:00
dtownsend@oxymoronical.com
87e0e9ef26 Bug 401624: Remove support for install.js based xpi bundles. r=bsmedberg, a=schrep 2007-12-04 08:47:25 -08:00
dietrich@mozilla.com
9c859db900 Bug 402882 pre-compile and store the query in nsAnnotationService::GetItemsWithAnnotationTArray() (r=sspitzer, a=schrep) 2007-12-04 08:46:40 -08:00
dtownsend@oxymoronical.com
cbe649c3cb Additional fix for bug 404375. r=robstring, a=mconnor 2007-12-04 07:56:58 -08:00
ted.mielczarek@gmail.com
eacdc8e46e bug 392919 - update Breakpad to SVN revision 234. r=mento 2007-12-04 07:54:20 -08:00
reed@reedloden.com
65fdc02cc0 Backing out patch from bug 406094 due to perf regression. 2007-12-04 03:22:14 -08:00
sspitzer@mozilla.org
c932ae6528 supplimental fix for bug #405231 and bug #406094: (the pref got renamed) 2007-12-04 01:36:08 -08:00
sspitzer@mozilla.org
072a037af4 fix for bug #406094: removing places.sqlite manually (or having it corrupted) and restarting leaves me without a personal toolbar, without a bookmarks menu, and with a blank organize patch=Marco Bonardo <mak77@supereva.it> r=sspitzer a=schrep for 1.9 2007-12-04 00:08:33 -08:00
sspitzer@mozilla.org
a05a934200 backing out. 2007-12-04 00:07:15 -08:00
sspitzer@mozilla.org
7098e7087f *** empty log message *** 2007-12-04 00:03:25 -08:00
dcamp@mozilla.com
d1be87fadf Bug 406621: fix an off-by-one error reading chunks during safebrowsing updates. r=tony, a=dsicore 2007-12-03 21:49:11 -08:00
dcamp@mozilla.com
a0669a4d56 Bug 405685: check the phishing preference when blocking pages in the url-classifier. r=tony, a=dsicore 2007-12-03 21:10:22 -08:00
dcamp@mozilla.com
61678070f3 Bug 403354: only read/parse/write applied-chunk lists once per safe-browsing update. r=tony, a=damons 2007-12-03 20:49:22 -08:00
dcamp@mozilla.com
27fbc00206 Bug 404645: apply an entire safebrowsing update as one transaction, rather than a transaction per chunk of entries. r=tony, blocking-1.9=beltzner 2007-12-03 20:35:25 -08:00
neil@parkwaycc.co.uk
1a590d6bf9 Bug 405445 Let popup know which notification button was clicked r=Enn a=dsicore 2007-12-03 15:20:29 -08:00
mark.finkle@gmail.com
e831b78385 b=389705. r=gavin. a=blocking-firefox3. Tighten up the launch application dialog 2007-12-03 13:43:33 -08:00
enndeakin@sympatico.ca
0414ebb213 Bug 401627, better way of handling click to close menu so that it doesn't reopen the menu again, r+sr=roc 2007-12-03 08:33:42 -08:00
stefanh@inbox.com
37c277fe84 Bug 349437 - Menulist menuitem font doesn't inherit from the parent anymore: Make the font inherit and fix consumers in Firefox prefs. ui-r=beltzner, r=Mano, a=mtschrep. 2007-12-03 07:10:08 -08:00
enndeakin@sympatico.ca
bab1964f4f Bug 405986, noautohide attribute check for tooltips is reversed, r+sr=neil,a=damon 2007-12-03 06:34:57 -08:00
dtownsend@oxymoronical.com
808660ee4a Bug 406032: Block update info urls that are not http/https. r=robstrong, a=schrep 2007-12-03 04:24:41 -08:00
dtownsend@oxymoronical.com
4964adb831 Bug 404375: Recover from 'needs restart' message. r=robstrong, a=schrep 2007-12-03 04:20:57 -08:00
reed@reedloden.com
f786e11862 Bug 404751 - "Change menu spacing to match native GTK apps" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r+sr=roc a1.9=schrep] 2007-12-03 01:16:15 -08:00
reed@reedloden.com
97d54f7b27 Bug 404514 - "Native GTK active button look" [p=twanno@lycos.nl (Teune van Steeg) r+sr=roc a1.9=schrep] 2007-12-03 01:14:18 -08:00
reed@reedloden.com
612b8ed335 Bug 406075 - "Firefox does not use native toolbar separator" [p=ispence@gmail.com (Ian Spence) r+sr=roc a1.9=schrep] 2007-12-03 01:13:29 -08:00
dmose@mozilla.org
ba9efad44f Improve external protocol handling dialog UE (bug 402771), ui-r=beltzner, r=gavin, a=blocking-1.9+ 2007-12-02 17:55:12 -08:00
mozilla.mano@sent.com
65c0868979 Bug 405696 - Cmd+F in download manager doesn't work on Mac. Bug 405698 - Cmd+F should select search field contents. r=mconnor. 2007-12-02 12:12:43 -08:00
philringnalda@gmail.com
5dce8cfc6f Bug 405284 - Confusing error reports from timepicker tests, r=enndeakin 2007-12-01 21:22:33 -08:00
philringnalda@gmail.com
075a2aa2dd Bug 400151 - Thunderbird nightly update build id is cropped, r=sspitzer, a=beltzner 2007-12-01 21:18:54 -08:00
rob_strong@exchangecode.com
22ac61bcb3 Bug 401601 - applications preference tab jumps the first time I select it. r=sspitzer, blocking-firefox3=mconnor 2007-12-01 05:29:18 -08:00
reed@reedloden.com
12c596dbee Bug 393303 - "Create a blocked string for dirty downloads (virus scan failed)." [p=comrade693+bmo@gmail.com (Shawn Wilsher [sdwilsh]) r=gavin a=blocking-firefox3+] 2007-11-30 22:49:07 -08:00
reed@reedloden.com
57e492fc6f Back out sdwilsh's patch for bug 393303 as a last ditch effort to fix the perf regression. 2007-11-30 19:17:32 -08:00
rob_strong@exchangecode.com
382c307019 Backing out bug 401601 due to tree being closed without any notice on the tinderboxen of the tree being closed... bleh 2007-11-30 17:08:40 -08:00
rob_strong@exchangecode.com
70255a5a40 Bug 401601 - applications preference tab jumps the first time I select it. r=sspitzer, blocking-firefox3=mconnor 2007-11-30 17:01:43 -08:00
gerv@gerv.net
0802e1a12b Bug 400520 - add Breakpad details to about:license. Patch by gerv; a=beltzner. 2007-11-30 15:16:55 -08:00
reed@reedloden.com
cdf0528474 Bug 393303 - "Create a blocked string for dirty downloads (virus scan failed)" [p=comrade693+bmo@gmail.com (Shawn Wilsher [sdwilsh]) r=gavin a=blocking-firefox3+] 2007-11-30 12:24:10 -08:00
reed@reedloden.com
996a89359f Bug 404368 - "xulrunner application.ini --version outputs: "(null)" if copyright field is not defined" [p=arno.@no-log.org (arno.) r=bsmedberg a1.9=schrep] 2007-11-30 12:08:55 -08:00
rob_strong@exchangecode.com
6418bd1612 Bug 398036 - Add file in use install support. r=sspitzer, blocking-firefox3=mconnor 2007-11-30 11:02:09 -08:00
edward.lee@engineering.uiuc.edu
13f58b61a9 Bug 403728 - Better display non-eTLDable download URIs (file: data: jar:). r=sdwilsh, b-ff3=mconnor 2007-11-30 10:28:13 -08:00
sspitzer@mozilla.org
b5bd29fc9d fix for bug #406136: Empty rows in autocomplete when searching for the first time after starting Firefox in a supplimental patch for bug #399664, I accidentally removed this line. 2007-11-30 02:02:57 -08:00
sspitzer@mozilla.org
cc0cfaa136 on the first url bar autocomplete search (for a new window), prevent the "stars" from jumping. details in bug #399664 r=dietrich 2007-11-29 21:56:58 -08:00
sspitzer@mozilla.org
e214f4628e fix for bug #399664: In location bar auto-complete, indicate which part of the result matches the query fix for bug #403159: Switch location bar auto-complete to a two line view fix for bug #399281: Transition location bar auto-complete results to a richlistbox widget r=gavin, with additional reviews from neil deakin a=firefox-3-+ sheriff approval from dietrich to check in on orange 2007-11-29 20:57:57 -08:00
ted.mielczarek@gmail.com
75fcf5f3c3 bug 384207 - Crash Reporter client should include a URL field (linux). r=campd 2007-11-29 09:35:44 -08:00
reed@reedloden.com
6ac9f569cc Bug 376976 - "Crash [@ nsGlobalHistory::IsURLInHistory] null pointer dereference" [p=mook.moz+mozbz@gmail.com (Mook) r=Neil sr=biesi a1.9=damons] 2007-11-28 23:04:26 -08:00
ted.mielczarek@gmail.com
0b1b3eea29 bug 384207 - Crash Reporter client should include a URL field (OS X and Win32 only). r=campd 2007-11-28 16:55:15 -08:00
ted.mielczarek@gmail.com
957602a573 bug 384207 - Crash Reporter client should include a URL field (OS X and Win32 only). r=campd 2007-11-28 16:53:57 -08:00
reed@reedloden.com
6796ca89d1 Bug 404493 - "Native GTK style for arrows" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r+sr=roc a1.9=beltzner] 2007-11-28 14:45:21 -08:00
reed@reedloden.com
cfc1123987 Bug 405561 - "nsGnomeVFSService.cpp has new libgnomevfs/gnome-vfs-utils.h system header dependency" [p=manish@flock.com (Manish Singh) r=bsmedberg a1.9=beltzner] 2007-11-28 14:39:55 -08:00
rflint@ryanflint.com
ddeea778fe Bug 405809 - Replacement Tango icons. Icons by the Tango team, a=mconnor (browser portion) 2007-11-28 13:54:29 -08:00
myk@mozilla.org
08a12837af bug 331259: make the helper apps dialog create the urn:mimetypes:root resource if it doesn't already exist so checking the 'do this automatically for files like this from now on' checkbox saves that pref to the helper apps datasource and thus has an effect on future downloads of same file type; r=sdwilsh,myk 2007-11-28 12:24:16 -08:00
myk@mozilla.org
3d1b4cda1d bug 405683: make content pref service update schema version when migrating schema from version 2 to version 3; r=mconnor, a=beltzner 2007-11-28 12:19:05 -08:00
ted.mielczarek@gmail.com
3ac12f328c bug 384194 - close box in upper right of windows breakpad client doesn't close the reporter. r=campd 2007-11-28 11:40:08 -08:00
dcamp@mozilla.com
5be25d64fe Bug 394525: don't try to malware check uris with no hostname. r=tony 2007-11-27 12:08:02 -08:00
Olli.Pettay@helsinki.fi
8656f1286d Bug 405044, clean up updates.xml, r=gavin, a=beltzner 2007-11-27 12:01:16 -08:00
martijn.martijn@gmail.com
451231bdcf Bug 257722 - No visual feedback when clicking on scrollbarbutton in autocomplete popups (no depressed state), r=neil, a=beltzner 2007-11-27 10:53:55 -08:00
myk@mozilla.org
c90c3ae2a9 bug 403375: make content pref database uses indices instead of doing a full table scan when retrieving the pref value for a given site; r=mconnor 2007-11-26 23:55:59 -08:00
reed@reedloden.com
c6d06df230 Bug 373623 - "Unicode … should be used instead of three separate dots: ..." (browser locales) [p=hendrik.maryns@uni-tuebingen.de (Hendrik Maryns) r=mconnor a1.9=beltzner] 2007-11-26 18:44:44 -08:00
alqahira@ardisson.org
c1316037d8 Bug 403164 - Add Sparkle license to about:license. r=gerv, a/1.9=mconnor 2007-11-26 17:47:04 -08:00
gavin@gavinsharp.com
eeb2515efb Bug 405264: remove unused file, r=mano, a=schrep 2007-11-26 16:57:35 -08:00
reed@reedloden.com
9fbbe371b5 Bug 402458 - "saveDocument func calls internalSave with aSkipPrompt param in the wrong position @ contentAreaUtils.js:168" [p=sgautherie.bz@free.fr (Serge Gautherie) r=Mano sr=Neil a=blocking-firefox3+] 2007-11-26 16:25:43 -08:00
reed@reedloden.com
2776adeb96 Bug 391980 - "New Download manager automatically associates all types of files including folders with one file type" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r=bsmedberg a=blocking-firefox3+] 2007-11-26 15:55:34 -08:00
myk@mozilla.org
759b2a5934 bug 385224: optimize performance of site-specific preferences; r=mconnor,roc 2007-11-26 00:35:22 -08:00
sspitzer@mozilla.org
3de236bd55 fix for bug #395452: handle multiple tags in url bar autocomplete fix for bug #395462: handle multiple tags in bookmark search fix for bug #403847: places organizer search won't find items tagged with multi-word tags fix for bug #403849: fix URIHasTag() to take a string, not a nsIURI r=dietrich, a=blocking-firefox-3+ 2007-11-24 18:38:17 -08:00
reed@reedloden.com
66c879c135 Bug 405078 - "When an update is ready "Apply Downloaded Update Now" menu does nothing" [p=dao@mozilla.com (Dão Gottwald) r=mconnor a=blocking-firefox3+] 2007-11-23 22:14:08 -08:00
sdwilsh@shawnwilsher.com
10f433e9ca Bug 390491 - Add advanced search button that brings up places UI (back-end only landing). r=Mano, a=beltzner 2007-11-23 13:29:22 -08:00
sspitzer@mozilla.org
e0d33d3d21 wallpaper for bug #404928: crash @ nsNavHistoryFolderResultNode::OnItemAdded() r=mano, a=blocking-firefox3-+ 2007-11-23 12:09:31 -08:00
enndeakin@sympatico.ca
e1e1c805bd Bug 404527, editable menulist is offset, r=mano 2007-11-23 11:07:34 -08:00
philringnalda@gmail.com
e0dc02bfb7 Bug 404912 - typo in crashreporter submit.log, r=luser, a=beltzner 2007-11-22 23:08:57 -08:00
rflint@ryanflint.com
fc839d7ad1 Bug 386531 - XPCOMUtilify console command line handler. r+a=mconnor 2007-11-22 21:24:20 -08:00
enndeakin@sympatico.ca
459d7aae66 Bug 402548, 402551, popups positioned wrong when document is zoomed. Affects anchored popups anchored in a different document, and popups opened at a given screen position, r+sr=roc 2007-11-22 06:12:03 -08:00
reed@reedloden.com
bba0b0c8c2 Bug 404647 - "CTRL+F shortcut should focus the search box in the download manager" [p=cdolivei.bugzilla@gmail.com (cesar) r=sdwilsh a1.9=schrep] 2007-11-22 01:22:25 -08:00
ted.mielczarek@gmail.com
789fb3458c bug 404893 - crash reporter fails to submit. rs=sspitzer 2007-11-21 19:27:41 -08:00
philringnalda@gmail.com
9979a737d8 Bug 386578 - same accesskey for Install (local file) and Install Updates, r=pike,gavin, a=schrep 2007-11-21 19:03:26 -08:00
mozilla.mano@sent.com
110d10e24d Bug 404370 - perf: Don't call AdjustIndices when inserting a bookmark at the default index. r=dietrich. 2007-11-21 17:46:43 -08:00
sspitzer@mozilla.org
c0c4f76c67 supplimental fix for bug #404630: Faviconize Tab extension causes a crash @ nsNavHistory::LazyMessage::Init r=thunder, a=blocking-firefox3+ 2007-11-21 16:44:33 -08:00
thunder@mozilla.com
139815aa52 Bug 404630: Fix a crash when nsNavHistory::setAndLoadFaviconForPage() is called with no URI. r=sspitzer, a=mtschrep 2007-11-21 13:41:17 -08:00
reed@reedloden.com
33dce78fd4 Bug 403621 - "fix various ArrayEnumerator implementations" [p=dao@mozilla.com (Dão Gottwald) r=Mano a1.9=schrep] 2007-11-21 13:15:39 -08:00
reed@reedloden.com
7e6f8996ee Bug 282958 - "toolkit/mozapps/downloads/content uses wrong contractid for the MIME service" [p=chpe@gnome.org (Christian Persch) r=biesi a1.9=schrep] 2007-11-21 12:57:38 -08:00
reed@reedloden.com
74ce8e304f Bug 400460 - "appPicker.css should be moved to /mozapps/skin/ for themers" [p=jmathies@mozilla.com (Jim Mathies) r=gavin a=blocking-firefox3+] 2007-11-20 21:28:47 -08:00
sspitzer@mozilla.org
2302e68493 fix for bug #403832 js error, this.tree.view has no properties (regression from bug #402668) r=gavin, a=schrep 2007-11-20 19:49:00 -08:00
dietrich@mozilla.com
ee69ea1afe Bug 403040 Places killed all my history >2 days ago (for mak77@supereva.it, r=dietrich) 2007-11-20 15:45:34 -08:00
dietrich@mozilla.com
4541ab0bc3 Bug 381795 places indexes need review (followup, r=sspitzer) 2007-11-20 15:27:41 -08:00
reed@reedloden.com
17e107c2d8 Bug 398965 - "tab bar smooth-scrolling performance problems" (avoid closure) [p=dao@mozilla.com (Dão Gottwald) r=Enn a1.9=mconnor] 2007-11-20 14:50:46 -08:00
gavin@gavinsharp.com
b9e4f1eaff Bug 404184: Cmd+Opt+Arrows tab-switching shortcut is broken on Mac, r=mano, a=schrep 2007-11-20 10:36:47 -08:00
dietrich@mozilla.com
466257d6aa Bug 381795 places indexes need review (r=sspitzer, r=marco) 2007-11-20 10:23:38 -08:00
reed@reedloden.com
1604854da6 Bug 323041 - "Software update dialog steals focus / wait for idle before prompting" [p=dao@mozilla.com (Dão Gottwald) r=sspitzer a=blocking-firefox3+] 2007-11-20 02:08:55 -08:00
myk@mozilla.org
d21e9e94fe bug 404222: remove unnecessary calls to getBrowserIndexForDocument to improve performance; r=sayrer, a=schrep 2007-11-19 23:55:40 -08:00
myk@mozilla.org
dda67d8e86 bug 400466: application selector dialog isn't wide enough if there is long file type description; patch by Jim Mathies; r=myk, a=schrep 2007-11-19 23:50:00 -08:00
dietrich@mozilla.com
a8a5d28b4f Bug 389789 nsNavHistory::RemoveDuplicateURIs() should not delete moz_historyvisits, it should remap them to the moz_place id we are keeping (r=marco, r=sspitzer) 2007-11-19 21:14:57 -08:00
dolske@mozilla.com
cb318490d3 Bug 380931 - Post-landing cleanup from Bug 374723 (rewrite password manager in JS). r=gavin, a19=schrep 2007-11-19 20:51:40 -08:00
mozilla.mano@sent.com
eb11c71b56 Backing out bug 404370, which caused sortFolderByName to fail (in test_placesTxn). 2007-11-19 19:28:27 -08:00
ted.mielczarek@gmail.com
15cabb6c09 bug 401960 Red Close button doesn't quit crash reporter. r=campd 2007-11-19 18:15:03 -08:00
mozilla.mano@sent.com
adf51f6912 Bug 387746 - New Left Pane for Places Organizer, along with other places back-end and front-end changes; also fixes bugs 393547, 395994, 401075, 403141. r=dietrich. 2007-11-19 18:01:53 -08:00
mozilla.mano@sent.com
051876ac24 Bug 404370 - perf: Don't call AdjustIndices when inserting a bookmark at the default index. r=sspitzer. a=mconnor. 2007-11-19 17:14:28 -08:00
gavin@gavinsharp.com
7f2645a2c7 Fix newlines 2007-11-19 12:48:56 -08:00
jonas@sicking.cc
136308d144 bug 384612: Remove script from scrollbar XBL binding. r/sr=dbaron 2007-11-19 12:08:20 -08:00
masayuki@d-toybox.com
f32b16c6fe Bug 403484 The ellipsis for UI should be localizable r=roc+mconnor, sr=roc 2007-11-19 02:17:17 -08:00
philringnalda@gmail.com
487ee60452 Bug 403592 - remove incredibly long-dead nsMdbPtr.h, r=bsmedberg, a=schrep 2007-11-18 18:37:24 -08:00
neil@parkwaycc.co.uk
8d497a55eb Move communicator theme stub out of toolkit b=399571 r=Mano,mscott a=schrep 2007-11-18 12:58:11 -08:00
reed@reedloden.com
f88037d85a Bug 404100 - "Do not draw lines connecting cells in trees" [p=sylvain.pasche@gmail.com (Sylvain Pasche) r+sr=roc a1.9=schrep] 2007-11-17 13:44:58 -08:00
dtownsend@oxymoronical.com
7f097cc951 Fix that hopefully clears up the test failure on windows, no bug. r=waldo a=test-only 2007-11-17 12:08:11 -08:00
jwalden@mit.edu
a6ca15d5e1 Bug 403180 - Executing test_378216.js hits an assertion due to not shutting down an HTTP server before finishing. r=Mossop, a=test-only change 2007-11-17 10:22:13 -08:00
enndeakin@sympatico.ca
f3dee7a7ae Bug 394600, address bz's additional popup reworking comments, add tests for removing popups, r+sr=bz,a=beltzner 2007-11-17 07:47:38 -08:00
dtownsend@oxymoronical.com
4160214e4c Bug 399932: Add some variable substitution to updateInfoUrl. r=robstrong a=mconnor 2007-11-17 04:52:03 -08:00
reed@reedloden.com
686def9c38 Bug 403845 - "Launch Application dialog displays duplicate entries after selection" [p=florian@mozilla.com (Florian Quèze) r=gavin a=blocking-firefox3+] 2007-11-16 20:30:28 -08:00
aaronleventhal@moonset.net
64a402038f Bug 403210. Extra hidden focus events when tabbing out of XUL menulists. r=neil, a=blocking1.9 2007-11-15 17:30:23 -08:00
neil@parkwaycc.co.uk
3952b0e860 Back out earlier patches because customisable menubars suck b=403634 r=gavin bl=mconnor 2007-11-15 14:08:00 -08:00
reed@reedloden.com
04d2d99d2b Bug 402419 - "tabbox cleanup" [p=dao@mozilla.com (Dão Gottwald) r=gavin r=Enn a1.9=damons] 2007-11-15 13:59:34 -08:00
reed@reedloden.com
e226cabf97 Bug 156459 - "XBL widgets should not set global variables for event handler" ((Cv1-TK) Xpfe to Toolkit port) [p=sgautherie.bz@free.fr (Serge Gautherie) r=Mano a1.9=schrep] 2007-11-15 13:45:23 -08:00
bugzilla@standard8.plus.com
46665d12a5 Bug 403683 Remove some unnecessary nsISupportsArray includes from toolkit. r=gavin,a1.9=dsicore 2007-11-15 12:36:06 -08:00
masayuki@d-toybox.com
547601300c b=403484 backing-out the previous patch, caused by testing failure. 2007-11-15 03:02:47 -08:00
masayuki@d-toybox.com
b666c60c33 Bug 403484 The ellipsis for UI should be localizable r=roc+mconnor, sr=roc, blocking1.9=mtschrep 2007-11-15 02:43:16 -08:00
reed@reedloden.com
9979c527b7 Bug 403753 - "Groupbox should follow GNOME's interface guidelines" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r=gavin a1.9=mconnor] 2007-11-14 23:41:48 -08:00
reed@reedloden.com
c975b2825d Bug 403659 - "autocomplete dropdown has shaded bar / is not big enough after 118312" [p=twanno@lycos.nl (Teune van Steeg) r=gavin a1.9=schrep] 2007-11-14 23:36:44 -08:00
reed@reedloden.com
708e13974b Bug 402839 - "Modal dialogs should use Linux's native icons" (part B) [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r=Mano a1.9=schrep] 2007-11-14 22:53:36 -08:00
jonas@sicking.cc
bcefb5530b relanding bug 118312 since it doesn't look to be the source of the Ts regression 2007-11-14 19:47:16 -08:00
jonas@sicking.cc
7d34ecef5a relanding bug 386202 since it doesn't look to be the source of the Ts regression 2007-11-14 19:43:41 -08:00
jonas@sicking.cc
1a15d13e25 relanding bug 400327 since it doesn't look to be the source of the regression 2007-11-14 19:38:16 -08:00
jonas@sicking.cc
7312328af1 back out bug 118312 as final attempt to fix Ts 2007-11-14 18:36:44 -08:00
jonas@sicking.cc
acac7afc64 Backing out bug 386202 to attempt to fix Ts regression 2007-11-14 13:35:17 -08:00
jonas@sicking.cc
271bb97cf4 Backing out bug 400327 too see if that helps Ts 2007-11-14 11:11:59 -08:00
dcamp@mozilla.com
b5e809bc0a backing out 403354 to see if it caused Ts regression. 2007-11-13 21:31:07 -08:00
dcamp@mozilla.com
a05f3056df Replace nsCStringArray::ParseString usage in the url-classifier. b=403354, r=tony, sr+a=stuart 2007-11-13 14:43:56 -08:00
reed@reedloden.com
2b96715fab Bug 330139 - "Change 'Remove' in download manager to 'Remove From List'" [p=supernova_00@yahoo.com (Kurt [supernova_00]) r=sdwilsh ui-r=madhava a1.9=schrep] 2007-11-13 12:12:38 -08:00
enndeakin@sympatico.ca
439a869ff8 Bug 386202, ensure that tab's selected attribute can be used to initialize a tabbox, r=gavin,a=schrep 2007-11-13 11:39:54 -08:00
reed@reedloden.com
5eb579e78a Bug 118312 - "NS_THEME_TREEVIEW* implementations (GTK)" (implement NS_THEME_TREEVIEW_TWISTY) [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r+sr=roc a1.9=schrep] 2007-11-13 11:38:35 -08:00
reed@reedloden.com
3f2752be52 Bug 396278 - "should take edge values from print settings instead of prefs" [p=chpe r+sr=roc r=gavin a1.9=schrep] 2007-11-13 11:14:07 -08:00
enndeakin@sympatico.ca
e9884990d0 Bug 400327, use a different mechanism for the spliiter, insert it when the url and search fields are adjacent, r=mano,neil,sr=neil,a=schrep 2007-11-13 10:53:56 -08:00
reed@reedloden.com
de216ba28f Bug 304799 - "when closing the Profile Manager with "Exit", the "Don't ask at startup" checkbox state isn't saved" [p=hskupin@gmail.com (Henrik Skupin) r=bsmedberg a1.9=schrep] 2007-11-13 08:22:59 -08:00
stuart.morgan@alumni.case.edu
f034d1b71b Bug 402294: Pull nsIDownload from toolkit rather than xpfe for Camino. r=mento a1.9=schrep 2007-11-13 07:09:11 -08:00
rflint@ryanflint.com
7872a37fed Backout bug 396278 due to failing reftests 2007-11-13 06:18:36 -08:00
reed@reedloden.com
611647d42a Bug 393581 - "toolbar resizer visible in popups with only visible location bar" [p=florian r=gavin a=blocking-firefox3+] 2007-11-13 02:45:38 -08:00
reed@reedloden.com
3d0523f876 Bug 396278 - "should take edge values from print settings instead of prefs" [p=chpe r+sr=roc r=gavin a1.9=schrep] 2007-11-13 02:30:39 -08:00
reed@reedloden.com
9d117fcb71 Bug 118312 - "NS_THEME_TREEVIEW* implementations (GTK)" (implement NS_THEME_TREEVIEW_HEADER_SORTARROW) [p=twanno@lycos.nl (Teune van Steeg) r+sr=roc a1.9=schrep] 2007-11-13 00:43:03 -08:00
reed@reedloden.com
0a577b8ce0 Bug 383354 - "Listcell items of type "checkbox" do not allow label cropping (typo in binding)" [p=toddw@ActiveState.com (Todd Whiteman) r=Enn a1.9=damons] 2007-11-13 00:17:19 -08:00
reed@reedloden.com
6af24f946e Bug 398177 - "ISO 8601 dates helper" [p=erwan@flock.com (Erwan Loisant) r=sayrer sr=mscott a1.9=damons] 2007-11-13 00:12:56 -08:00
reed@reedloden.com
062c51a88c Add missing 'Ci.' in front of 'nsIUpdateItem.TYPE_ANY' to fix test bustage. 2007-11-12 23:25:26 -08:00
reed@reedloden.com
4ac8322643 Bug 392376 - "Double-clicking on the selected application within the file handling dialog should work as "OK" and launch the application" [p=florian r=Mano a=blocking-firefox3+] 2007-11-12 22:48:20 -08:00
reed@reedloden.com
619264c693 Bug 401093 - "Do not force restart when installing unknown add-on types" [p=trev.moz@adblockplus.org (Wladimir Palant) r=rob_strong a1.9=schrep] 2007-11-12 22:40:51 -08:00
reed@reedloden.com
5ed4496554 Bug 401863 - "ContentPrefService cleanup" [p=dao r=Mano a1.9=schrep] 2007-11-12 22:36:18 -08:00
reed@reedloden.com
62d7e80d22 Bug 390711 - "autocomplete dropdown has no border after 388317" [p=sylvain.pasche@gmail.com (Sylvain Pasche) r=Enn a=blocking1.9+] 2007-11-12 21:41:42 -08:00
reed@reedloden.com
9fd7514820 Bug 403471 - "Address and Search field text half-selected when clicking just inside field bounds" [p=dao r=Mano a1.9=schrep] 2007-11-12 21:35:17 -08:00
reed@reedloden.com
d91e8740ea Bug 401862 - ""Cinterfaces" is nonsense" [p=dao r=Mano a1.9=schrep] 2007-11-12 21:21:22 -08:00
sdwilsh@shawnwilsher.com
9ce3a83879 Bug 400543 - Add TRANSITION_DOWNLOAD. r=mano, a=schrep 2007-11-12 18:54:32 -08:00
sdwilsh@shawnwilsher.com
6d0e410d33 Bug 395092 - Don't send dl-start event for download resume, (Add dl-pause and dl-resume events?). r=Mardak, a=blocking-firefox3 2007-11-12 18:50:13 -08:00
jonas@sicking.cc
124afcf51b fix redness 2007-11-12 18:01:13 -08:00
gavin@gavinsharp.com
da77f30df4 Bug 403036: nsAutoCompleteController::GetPopupWidget() is dead code, r=enndeakin, a=schrep 2007-11-12 16:19:42 -08:00
enndeakin@sympatico.ca
d29c264f13 Bug 400893, escape should close panels, r+sr=neil,a=beltzner 2007-11-12 13:52:13 -08:00
ted.mielczarek@gmail.com
4da777b049 bug 392609 - InitUserID() leaks ID string. r=bsmedberg 2007-11-12 10:53:52 -08:00
gavin@gavinsharp.com
585834fb36 Bug 403125: find bar highlighting doesn't work as expected (button incorrectly assumes it's 'checked' property is toggled after the oncommand handler is called), r=mano, a=schrep 2007-11-12 07:23:13 -08:00
edward.lee@engineering.uiuc.edu
57967c9862 Bug 400493 - Track download finish time in Download UI. r=sdwilsh, a1.9=mconnor 2007-11-11 15:58:50 -08:00
edward.lee@engineering.uiuc.edu
0b17136954 Bug 400617 - Include eTLD + 1 for failed, canceled, blocked downloads. r=sdwilsh, a1.9=schrep 2007-11-11 15:56:14 -08:00
edward.lee@engineering.uiuc.edu
d8f072036b Bug 223895 - Completed downloads should include size and TLD instead of "Done". r=sdwilsh, r=dwitte, b-ff3=beltzner, a1.9=beltzner 2007-11-11 15:52:49 -08:00
edward.lee@engineering.uiuc.edu
f429b36064 Bug 400616 - Alias Ci.nsIDownloadManager to nsIDM, clean spaces, fix headings. r=sdwilsh, a1.9=mconnor 2007-11-11 15:48:43 -08:00
gavin@gavinsharp.com
9bbd030b5d Remove DOS newline introduced by the patch for bug 395534 2007-11-11 12:25:34 -08:00
sspitzer@mozilla.org
4241fde6d5 fix for bug #402668: reduce Ts by initially hiding editBookmarkPanel and autocomplete panel r=gavin, a=schrep 2007-11-11 10:36:52 -08:00
sspitzer@mozilla.org
f506f869bf backing out, tree's closed 2007-11-09 17:46:10 -08:00
sspitzer@mozilla.org
74b8f2a146 fix for bug #402668: reduce Ts by initially hiding editBookmarkPanel and autocomplete panel. r=gavin, a=schrep 2007-11-09 17:43:14 -08:00
jruderman@hmc.edu
9a9698b9bf Fix bug 399402, make about:plugins without CSS more readable. r=gemal, sr=neil rashbrook, a=damon. 2007-11-09 14:30:06 -08:00
dietrich@mozilla.com
f46ce4ead5 Bug 320183 Optimize statement compilation (r=sspitzer, a=drivers) 2007-11-09 13:21:38 -08:00
dietrich@mozilla.com
b487b75a28 Bug 400679 get last session query is joining against itself (could be faster) (r=dietrich, a=drivers) 2007-11-09 13:05:49 -08:00
wr@rosenauer.org
e9c86d323a Part of Bug 312010 - remove non-working patch, r=bsmedberg, a19=mtschrep 2007-11-09 12:37:58 -08:00
rob_strong@exchangecode.com
5f2c936eed Bug 402999 - Installer defaults to official install directory for beta releases. r=sspitzer, a1.9=mtschrep 2007-11-09 12:22:16 -08:00
dietrich@mozilla.com
f493153e14 Bug 402753 remove post-sql options checks from nsNavHistory::IsHistoryMenuQuery (r=sspitzer, a=drivers) 2007-11-09 12:20:37 -08:00
dietrich@mozilla.com
c96b2a0062 Bug 403040 Places killed all my history >2 days ago (r=sspitzer, a=drivers) 2007-11-09 12:04:13 -08:00
rob_strong@exchangecode.com
6b140b3a81 Bug 401608 - updater.exe will crash on windows if you only specify 2 args. r=sspitzer, a1.9=mtschrep 2007-11-09 11:47:27 -08:00
ted.mielczarek@gmail.com
0f8d571635 bug 399341 - add crashreporter log file. r=bsmedberg 2007-11-09 08:46:34 -08:00
ted.mielczarek@gmail.com
5e1467cc11 bug 393548 - Restart Thunderbird button is too small, text doesn't fit. r=dcamp 2007-11-09 08:38:57 -08:00
neil@parkwaycc.co.uk
2eef083ca9 Bug 397873 Popup windows have menu bar when they used not to r=gavin a=sayrer 2007-11-09 06:06:28 -08:00
reed@reedloden.com
cf2b7bd12b Bug 381545 - ""Find Updates" button is not clickable on 100% of its surface" [p=dao r=Mano a=blocking-firefox3+] 2007-11-08 18:26:33 -08:00