Commit Graph

1224 Commits

Author SHA1 Message Date
Johnathan Nightingale
d010d61ed4 Redesign certificate error page for Firefox as about:certerror. b=431826, r=gavin, ui-r=beltzner 2008-10-29 11:54:51 -04:00
Markus Stange
055f5b9bfb Bug 459751 - about:sessionrestore switches button placement, r=zeniko 2008-10-29 15:22:10 +01:00
Johnathan Nightingale
c0b015bca5 Rephrase Clear Private Data's "Authenticated Sessions." b=460338 r=mconnor ui-r=faaborg 2008-10-29 09:22:10 -04:00
Dave Townsend
74c5d65028 Bug 460334: sessionstore-windows-restored fires too early. r=zeniko 2008-10-29 08:40:12 +00:00
Simon Bunzli
a61e3edeee Bug 427186 - Session store shouldn't clobber its data file after failed restore; r=dietrich 2008-10-29 06:23:44 +01:00
Johnathan Nightingale
42304f61a6 Add escape & appeal buttons to phishing/malware clickthrough bar. r=gavin r=tony ui-r=beltzner b=441624 2008-10-27 15:36:46 -04:00
Simon Bünzli
940ba0f4d1 Bug 459593 - ignore browser.sessionstore.max_resumed_crashes in Safe Mode, r=dietrich 2008-10-26 20:35:01 +03:30
Daniel Veditz
90dbbefb64 bug 455987 crash fix, r/sr=bsmedberg 2008-10-24 16:15:33 -07:00
Doug Turner
2ffbae7624 Bug 459893. Geolocation prompt stops working if initializer window is closed. r=smaug/gavin. relanding with leak in tests fixed 2008-10-24 09:06:27 -07:00
Doug Turner
29ebfd957e this might have caused a leak. backing out to check.
Backed out changeset 3b47c0e2f6d9
2008-10-23 15:17:01 -07:00
Doug Turner
64f4628273 Bug 459893. Geolocation prompt stops working if initializer window is closed. r=olli+gavin 2008-10-23 11:01:32 -07:00
Mike Hommey
2f095d3376 Bug 460599 - Allow external web feed application to work without gnome libraries; r=(gavin.sharp + myk) 2008-10-23 18:19:03 +02:00
Boris Zbarsky
0e664da731 Moving closing paren to make it clearer what the logic really is and removing redundant comment. No behavior change. 2008-10-22 22:11:40 -04:00
Blake Kaplan
5e1c8eca6f Bug 459906 - Avoid weird XPConnect wrapping behavior in setTimeout. r=zeniko 2008-10-22 13:29:14 -07:00
Johnathan Nightingale
a05d4d377d Don't try to load favicon.ico for error pages. b=453442 r=gavin 2008-10-21 16:02:26 -04:00
Dmitry Potapov
7214c98ab9 Bug 412610 - "MAXPATHLEN too small for glibc's realpath()" (define MAXPATHLEN as PATH_MAX when PATH_MAX is available) [r=bsmedberg] 2008-10-20 22:55:57 -05:00
Ehsan Akhgari
90c0874889 Bug 248970 - Private Browsing mode (global toggle for saving/caching everything) [cookie part]; r=dwitte,mconnor sr=bzbarsky 2008-10-20 00:42:53 +03:30
Justin Dolske
9ea40b62a9 Bug 460546 - nsBrowserGlue should use a smart getter for the pref service. r=gavin 2008-10-17 19:02:07 -07:00
Marco Bonardo
5669bf0455 Bug 457587 - Duplicates appear in Smart Bookmarks lists, r=mano 2008-10-18 01:53:08 +02:00
Asaf Romano
ea32ac412c Bug 459323 - Drag and Drop in input controls is broken. r=smaug, sr=sicking. 2008-10-17 22:04:55 +02:00
Marco Bonardo
f7ff4ff44f Bug 429350 - Unable to delete tags from column list, r=mano 2008-10-17 12:06:53 +02:00
Asaf Romano
6d990c74f8 merging for 458233 2008-10-14 15:14:08 +02:00
Asaf Romano
748b0ae276 Bug 458233 - Use the new D&D API in Places Toolbar. r=Marco Bonardo. 2008-10-14 14:35:03 +02:00
Simon Bunzli
8cdc349908 Bug 459651 - possible to wind up with about:sessionrestore listing about:sessionrestore as your session to restore; r=dietrich 2008-10-14 07:02:28 +02:00
Marco Bonardo
6be899bfd4 Bug 458043 - Use aggregate transaction for tag (multi)editing, r=dietrich 2008-10-13 14:25:14 +02:00
Gabriele Best
a6c492d7e4 Bug 237592 - Bookmarks/RSS items should always show tooltip when hovering with mouse, r=gavin 2008-10-13 12:19:55 +02:00
Simon Bunzli
e6a3178a4d Bug 324164 - Unify Single Window Mode Preferences; r=gavin.sharp 2008-10-12 19:36:01 +02:00
Manish Singh
bb512ab33b Bug 450206 - Port FeedWriter favicon code to use new favicon data URL api; r=gavin.sharp 2008-10-12 19:26:19 +02:00
Magnus Melin
b916d04dab Bug 457906: browser.cache.disk.capacity MBs are calculated incorrectly. r=gavin 2008-10-12 18:33:36 +03:00
Simon Bunzli
d020be5c46 Bug 345898 - Add error handling to getClosedTabCount; r=dietrich 2008-10-12 17:08:58 +02:00
Simon Bünzli
c24be5cf7c Bug 459041 - jar: URLs break sss_serializeSessionStorage (and thus SessionStore) 2008-10-12 00:02:55 +03:30
Simon Bünzli
ca09407952 Bug 456342 - also restore non-standard input field types (such as type="search") 2008-10-11 22:46:03 +03:30
Simon Bünzli
4e8a0d2149 Bug 458963 - persistTabAttribute isn't a no-op when the attribute has already been registered, r=dietrich 2008-10-11 22:39:38 +03:30
Simon Bünzli
4e787c5b55 Bug 457195 - nsSessionStartup::state not cleared with history, r=dietrich 2008-10-11 22:28:21 +03:30
Simon Bünzli
2243cc4a79 Bug 448976 - turn the Session Restore prompt into an error page, r=dietrich 2008-10-11 22:17:31 +03:30
Ehsan Akhgari
6da03d8e12 Bug 458954 - Session store should handle exceptions when manipulating sessionStorage, r=zeniko 2008-10-11 21:46:29 +03:30
Robert Sayre
6579c458ac Merge. 2008-10-08 21:17:03 -04:00
Robert Sayre
bef8140a39 Bug 458959. this.JSON is enumerable. r+sr=mrbkap 2008-10-08 19:33:26 -04:00
Johnathan Nightingale
1af36a7446 Update entity IDs for phishing prefs. b=417687 r=gavin 2008-10-08 09:35:38 -04:00
Daniel Holbert
72c410a648 Bug 458167 - (comments-only changes) Grammar Nazi Vol1: s/it's/its/ for the posessive version of the word, and a few other misc comment-typos, in these directories: accessible browser config profile rdf toolkit tools xpcom xpfe 2008-10-01 23:49:45 -07:00
Simon Bünzli
03f5c3a8fa Bug 408470 - "Page Style (e.g. "No Style") does not persist across sessions" [r=dietrich] 2008-10-01 00:41:27 -05:00
Dan Mills
c58b659f8f Bug 445788 - "distribution.ini fails to set the correct RSS Feed handler Order" (Load feed handler prefs after distro customizations) [r=gavin] 2008-10-01 00:36:21 -05:00
Philip Chee
54ca06a4e6 Bug 456959 - "Options->Advanced->Encryptation->Revocation Lists can open multiple crlManager.xul windows" (Fix window type in showCRLs()) [r=gavin] 2008-10-01 00:02:22 -05:00
Dão Gottwald
4fbb4ec465 Backed out changeset 634469bdfadb 2008-09-30 16:34:23 +02:00
Simon Bünzli
3260178813 Bug 456342 - also restore non-standard input field types (such as type="search"). r=dietrich 2008-09-30 15:04:15 +02:00
Dietrich Ayala
e3904c9f2a Bug 412002 - should be able to edit tags for multiple bookmarks at the same time (for highmind63@gmail.com, r=dietrich) 2008-09-29 23:10:47 -07:00
Ginn Chen
5e22623f5f Bug 454558 Null check missing in nsGNOMEShellService::GetShouldCheckDefaultBrowser and SetShouldCheckDefaultBrowser, r+sr=roc 2008-09-28 21:09:09 +08:00
Simon Bunzli
e2d192843a Bug 339445 - Session store should save/restore sessionStorage data (from DOMStorage); tests, r=mano 2008-09-28 13:06:22 +03:30
Simon Bunzli
8c36b18d6e Bug 339445 - Session store should save/restore sessionStorage data (from DOMStorage), r=mano 2008-09-28 13:01:08 +03:30
Simon Bunzli
c5ff206ff5 Bug 456465 - return the reopened tab from undoCloseTab (both the API and the browser.js method), r=dietrich 2008-09-28 10:08:09 +03:30
Phil Ringnalda
e6b3f8b7de Bug 452317 - FeedConverter.js: QueryInterface should throw NS_ERROR_NO_INTERFACE, not NS_ERROR_NOT_IMPLEMENTED, r=gavin 2008-09-27 20:20:48 -07:00
L. David Baron
39f78a82a0 Fix spelling (s/depreciated/deprecated/) to force Windows builder to cycle. 2008-09-26 16:33:53 -07:00
Simon Bünzli
ac4e14181d Bug 454908 - sessionstore.js stores contents of password fields in plaintext; regression test; r=dietrich 2008-09-25 18:19:03 +02:00
Marco Bonardo
77bb2e6d9c Bug 407468 - Livemark loading and failed to load messages should be static menuitems from menu.xml, original patch by Michael Schonfeld <dev@schonfeld.org>, r=mano 2008-09-25 12:30:33 +02:00
Marco Bonardo
6008f041e5 Bug 420449 - Enable shift + drag for folders in bookmarks toolbar on Linux, r=mano 2008-09-24 20:29:52 +02:00
Simon Bünzli
b59771f443 Bug 356830 - Reword "New pages should be opened in..."; r=gavin.sharp ui-r=beltzner 2008-09-22 21:23:12 +02:00
Vlado Valastiak (wladow@gmail.com>
1b08799a73 Bug 454806 - Textbox in Permissions dialog needs an accesskey; r=gavin.sharp 2008-09-21 18:24:01 +02:00
Peter Van der Beken
6589f5100f Fix for bug 405032 (Changing feed handler to web handler leaks nsGlobalWindow). r=gavin. 2008-09-20 16:36:10 +02:00
Marco Bonardo
4be23e0485 Bug 418671 - Fix failing mochitest, r=post-facto 2008-09-20 00:20:08 +02:00
Benjamin Smedberg
78e43f9e84 Followup to bug 418671 - fix the unit test with a dumb s/canMoveContainerNode/canMoveNode/ per mak77 2008-09-19 14:18:32 -04:00
Johnathan Nightingale
7125a5aeac Change strings on safebrowsing prefs to better match blocked page ui. b=417687 r=gavin ui-r=beltzner 2008-09-19 11:52:52 -04:00
Marco Bonardo
5edd5fff2c Bug 418671 - Clean up places views drag and drop code, r=mano 2008-09-19 17:47:45 +02:00
Ben Bucksch
8135e14fa2 Bug 443918 - comment only - Remove now outdated comment, per gavin. 2008-09-16 03:25:13 +02:00
Ben Bucksch
db18bf3ae4 Bug 443918: Don't show (and force user to accept) EULA for
open-source builds. r=gavin.sharp, sr=mconnor
2008-09-16 03:16:19 +02:00
Marco Bonardo
ebc1b48c9f Bug 433542 - context menu is not updated correctly on toolbar and menus after reordering bookmarks, r=mano 2008-09-15 21:15:54 +02:00
Simon Bunzli
2cc4e8a8b9 Bug 453873 - fix the TODO in the test for bug 346337; r=dietrich 2008-09-15 18:29:34 +02:00
Serge Gautherie
ed9f43fb63 Bug 455258 - browser_bug410900.js minor nits; Av1; r=gavin.sharp 2008-09-15 14:51:05 +02:00
Neil Deakin
f7f3593429 Bug 444735, move search service to toolkit, r=gavin
--HG--
rename : browser/components/search/nsIBrowserSearchService.idl => toolkit/components/search/nsIBrowserSearchService.idl
rename : browser/components/search/nsSearchService.js => toolkit/components/search/nsSearchService.js
rename : browser/components/search/nsSearchSuggestions.js => toolkit/components/search/nsSearchSuggestions.js
2008-09-13 17:01:14 -04:00
Marco Bonardo
1d4ddeb7ae Bug 430442 - Undo and redo in the library are sometimes not correctly working, r=dietrich 2008-09-11 16:16:54 +02:00
Peter Van der Beken
dda5d0de06 Fix for bug 454570 (nsSearchService.js stores document and element on its global object). r=gavin. 2008-09-10 16:26:54 +02:00
Phil Ringnalda
b65979710c Bug 454360 - Use Components.results.NS_BINDING_ABORTED instead of hardcoding the value, r=gavin 2008-09-09 21:33:27 -07:00
Dietrich Ayala
2d92b155ba Bug 451607 - test the performance of common Places UI actions (r=marco) 2008-09-09 21:08:49 -07:00
Ted Mielczarek
468a3823fc bug 447642 - get rid of --disable-mochitest, replace MOZ_MOCHITEST with ENABLE_TESTS. r=bsmedberg 2008-09-09 13:59:11 -04:00
Phil Ringnalda
8cdaf2633d Bug 454090 - Use .trim() in search service, r=gavin 2008-09-08 21:48:07 -07:00
Alice White
b710b55732 Bug 432766 - Middle click bookmarks folder in Library replaced current tab, r=dietrich 2008-09-08 23:34:04 +02:00
Simon Bünzli
e908c93110 Bug 355284 - If you quickly close a tab whilst it's loading, in History > Recently Closed Tabs it can be titled 'Loading...'. r=dietrich 2008-09-08 13:54:47 +02:00
Simon Bünzli
0b39a2e084 Bug 366572 - clearing private data doesn't clear sessionstore.js at exit. r=dietrich 2008-09-08 12:22:28 +02:00
Marco Bonardo
fe22b139ba Bug 431508 - Changing RSS Subscription Location cause: Error: this.getResult() is null, r=mano 2008-09-08 12:16:14 +02:00
Christopher A. Aillon
3ad1d33939 Bug 421977 - nsGNOMEShellService::GetDesktopBackgroundColor should support GConf's actual format. r=gavin 2008-09-08 12:06:32 +02:00
Steffen Wilberg
25711690bd Bug 449664 followup: whitespace cleanup 2008-09-08 00:30:29 +02:00
Steffen Wilberg
2bce951e4b Bug 449664 - use the new search textbox binding in the cookie viewer. r=mano 2008-09-07 18:00:46 +02:00
Simon Bunzli
9870073231 Bug 451702 - remove unneeded global variables; r=dietrich 2008-09-07 14:33:26 +02:00
Serge Gautherie
86b2ef55a5 Bug 445753 - "Rewrite" <nsSidebar.js> |function srGetStrBundle()|; Bv2-FF; r=gavin.sharp 2008-09-06 18:56:23 +02:00
Simon Bünzli
9d71890e4a Bug 381349 - Session Restore: trigger save operation when scrolling. r=dietrich 2008-09-06 11:50:01 +02:00
Simon Bünzli
78649b88bb Bug 342635 - wrong scroll behaviour after loading new page while session restoring. r=dietrich 2008-09-06 05:42:39 +02:00
Simon Bünzli
fd23220e6f Bug 367052 - about:blank shows up in back arrow history of restored blank tabs. r=dietrich 2008-09-06 05:32:15 +02:00
Simon Bünzli
2d0c4fb542 Bug 453831 - Focus in limbo after multi-tab launch pref set. r=dietrich 2008-09-06 05:27:49 +02:00
Boris Zbarsky
0c7e65dbe7 Bug 394416. Feed sniffing should apply to fewer MIME types. r=sayrer 2008-09-05 13:39:19 -04:00
Simon Bünzli
1a25c2cc4d Bug 452975 - don't reset browser.sessionstore.resume_session_once until the first browser window opened. r=dietrich 2008-09-05 12:05:34 +02:00
Simon Bünzli
a298f04efd Bug 346337 - Form input field data not retained on session restore. r=dietrich 2008-09-05 11:47:17 +02:00
Simon Bünzli
40d8efbe6f Bug 439675 - Firefox restart loses URLs. r=dietrich 2008-09-05 11:38:07 +02:00
Simon Bünzli
78edb244e8 Bug 368677 - Sessionstore should ignore popup windows. r=dietrich 2008-09-05 11:31:03 +02:00
Gavin Sharp
4cb6c649fb Bug 452689: fix opening RSS feeds in external apps, r=mano 2008-09-03 20:14:08 -04:00
Marco Bonardo
fed5a1056a Bug 442731 - GIF favicons are not resampled in places.sqlite (large icons are stored), r=dietrich, pavlov 2008-09-02 13:59:59 +02:00
Marco Bonardo
7b53e51bf7 Bug 432832 - "aNode is null" error hovering history sidebar, r=mano 2008-09-02 01:26:41 +02:00
Brian Crowder
0bb31fd22a Bug 422771 - reduce narrow Windows API calls in browser, original patch by Brad Lassey <blassey@mozilla.com>, r=jmathies 2008-08-27 14:44:54 -07:00
Dave Camp
ace5a3bf61 Bug 442806: Use seperate, versioned caches for offline apps. r+sr=bz
* * *
2008-08-26 16:09:02 -07:00
Simon Bünzli
70652d0679 Bug 451366: Convert chrome tests to browser tests. r=dietrich 2008-08-26 16:30:56 +01:00
Dan Mills
9fb8cb701c Bug 449388: allow the customized-bokmarks-added preference to be changed (for compatibility with legacy deployments). r=gavin 2008-08-25 14:24:03 -07:00
Dan Mills
7bc6ff2c28 Bug 450668: Add support for livemarks to distribution.ini. r=gavin 2008-08-25 14:22:33 -07:00
Dave Camp
0356f133d4 Backed out changeset ebafb9df6ce0 (bug 442806) 2008-08-24 23:11:31 -07:00
Dave Camp
ac150ad11b Bug 442806: Use seperate, versioned caches for offline apps. r+sr=bz 2008-08-24 21:51:19 -07:00
Dave Camp
4e09b689d3 Merge for backout of bug 367052 2008-08-20 03:46:26 -07:00
Dave Camp
a3f0b6f2bc Backed out changeset f468ae1633d4 (bug 367052) 2008-08-20 03:25:06 -07:00
Simon Bünzli
4c143fc146 Bug 448741 - "nsISessionStore uses private methods and is not extensible" [r=dietrich] 2008-08-20 01:39:09 -05:00
Simon Bünzli
c668011f2c Bug 367052 - "[SessionStore] about:blank shows up in back arrow history of restored blank tabs" [r=dietrich] 2008-08-20 01:33:30 -05:00
Adam Guthrie
9c97d5a133 Bug 391397 - "Need to clean up URLs before adding them to a crash report" [r=gavin]
Index: mozilla/browser/components/sessionstore/src/nsSessionStore.js
===================================================================
RCS file: /cvsroot/mozilla/browser/components/sessionstore/src/nsSessionStore.js,v
retrieving revision 1.100
2008-08-20 01:13:01 -05:00
Dave Camp
31f2999169 Merge for backout of 442806 2008-08-19 22:53:41 -07:00
Dave Camp
234fd1844f Backed out changeset ea551e6f0f40 (bug 442806) 2008-08-19 22:53:20 -07:00
Simon Bünzli
d77e15e29a Bug 449596 - "remove the browser.sessionstore.enabled pref" (remove the (buggy) note from API comments) 2008-08-20 00:48:36 -05:00
Simon Bünzli
7191176de5 Bug 449596 - "remove the browser.sessionstore.enabled pref" (remove the pref) [r=dietrich] 2008-08-20 00:48:08 -05:00
Johnathan Nightingale
f4e388814c Bug 415846 - "can't report a page as not actually being a web forgery" (Restore the correct menu behaviour) [r=dcamp r=Pike r=gavin] 2008-08-19 23:11:39 -05:00
Dave Camp
db4eca26fd Bug 442806: Use seperate, versioned caches for offline apps. r+sr=bz 2008-08-19 19:30:44 -07:00
Blake Kaplan
9752c3b806 bug 451213 - Fix one bug and many warnings in the SeaMonkey migrator. r=gavin 2008-08-19 12:15:29 -07:00
Benjamin Smedberg
14a3c32c99 Merge backout of bug 421977 due to unit-test failure. 2008-08-19 14:11:10 -04:00
Benjamin Smedberg
4dc5acae86 Backed out changeset dd6d74c34c8f due to test failure:
*** TEST-UNEXPECTED-FAIL | ../../../../_tests/xpcshell-simple/test_browser_shell/unit/test_421977.js | #000000 == #000000000000
2008-08-19 14:10:41 -04:00
Simon Bünzli
c69236a204 Bug 409115 - --safe-mode kills stored session, r=dietrich 2008-08-19 13:08:30 -04:00
Simon Bünzli
b3ae20bbf3 Bug 450879 - consistently use JSON objects instead of our own quirky string serialization, r=dietrich 2008-08-19 13:00:03 -04:00
Christopher Aillon
706ec021c4 Bug 421977 - nsGNOMEShellService::GetDesktopBackgroundColor should supports GConf's actual format, r=gavin 2008-08-19 11:22:06 -04:00
Simon Bünzli
59f047cd2e Bug 450595 - gmail (v2) gets stuck loading with session restore enabled: don't restore wyciwyg URIs, r=gavin+dietrich 2008-08-19 10:35:26 -04:00
Serge Gautherie
eba3ff08cf Bug 445374 - In </browser/*>, use a xul <stringbundle/> instead of including the strres.js code. r=tony+gavin. 2008-08-18 17:22:57 +02:00
Simon Bünzli
098e300bb2 Bug 357419 – don't restore a single blank tab when Firefox is started with URLs to load. r=dietrich 2008-08-18 11:05:26 +02:00
Robert Strong
f255d60c8e Bug 448804 – In <test_384370.js> and <test_placesTxn.js>, 'Exception / NS_ERROR_FILE_ACCESS_DENIED / nsIFile.remove / head_bookmarks.js / cleanUp', with debug build. r=dietrich 2008-08-16 22:32:53 -07:00
Dão Gottwald
ff192b9048 Bug 449375 – Use the new search textbox binding in the Places organizer. r=dietrich 2008-08-16 10:45:12 +02:00
Régis Caspar
d966d73043 Bug 449622 – right clicking on Get more search engines in search manager acts as a left click. r=gavin 2008-08-14 09:52:48 +02:00
Régis Caspar
d099ab143e Bug 429091 – Search Engine Manager doesn't consider pending keyword changes when determining whether a keyword is in conflict. r=gavin 2008-08-14 09:49:39 +02:00
Simon Bünzli
3001579d7d Bug 415941 – nsISessionStore documentation: clarify the meaning of "window". r=mano 2008-08-13 08:30:14 +02:00
Dão Gottwald
ea5746602f Bug 395642 – make clear button in Applications prefpane be x button inside search field (and use emptytext for the label). r=myk 2008-08-07 09:36:13 +02:00
Dietrich Ayala
1e7252450a Bug 431882 - Don't allow paste of items into a feed list (for mak77@bonardo.net, r=mano) 2008-08-06 09:46:43 -07:00
Simon Bünzli
545eff09fd Bug 343352 – Session restore clobbers my window position on restore. r=mano 2008-08-06 13:05:07 +02:00
Dão Gottwald
198d35306f Bug 388811 – provide a search textbox widget. r=enndeakin 2008-08-05 19:42:30 +02:00
Robert Strong
ff36003492 Correctness fix for Bug 447934 - Default browser check doesn't return false if the registry key doesn't exist. r=jmathies 2008-08-04 23:48:06 -07:00
Robert Strong
083168142e Bug 447934 - Default browser check doesn't return false if the registry key doesn't exist. r=jmathies 2008-08-04 23:13:44 -07:00
Marco Bonardo
cc158c5660 Bug 432778 – Searching on Tags doesn't give back any results. r=dietrich 2008-08-03 12:57:17 +02:00
Asaf Romano
9d6e86ec20 merge 2008-07-25 02:24:46 +03:00
Marco Zehe
4496243bc8 bug 446535 - Main->Downloads->"Save to" file field misses accessible label, r=mano 2008-07-24 17:08:05 +02:00
Asaf Romano
3ddd52e804 Bug 426806 - 'Sort By Name' is slow. r=dietrich. 2008-07-24 00:15:48 +03:00
Asaf Romano
6a0c1b201b Bug 446664 - Organizer: Cannot open a query by double clicking on it or pressing enter while it's selected in the right pane. r=dietrich. 2008-07-24 00:14:23 +03:00
Dave Camp
3c4e980f6e Backed out changeset 040813674892 2008-07-21 19:41:33 -07:00
Asaf Romano
5ec40d3398 Bug 426806 - "Sort by Name" is slow in Places. r=dietrich. 2008-07-22 03:10:59 +03:00
Ryan Flint
4d072bbf49 Bug 446212 - Random failure on Linux mozilla-central qm-centos5-03 / browser_bug410900.js. r=gavin 2008-07-20 02:34:35 -04:00
Rob Campbell
db6eb060a7 bug 436540 - BookmarksMenu items from distribution.ini do not get added to Bookmarks Menu, p=me, r=gavin+thunder 2008-07-18 11:00:41 -03:00
Dão Gottwald
8060550139 Bug 426026 – Back/forward buttons disappear when moving from 1.8 to 1.9 if they've been moved. r=gavin 2008-07-17 12:22:50 +02:00
Shawn Wilsher
dcbbde8e48 Performance test for bug 432706
This just adds a performance test to help debug bug 432706.  This is a chrome
test, but will not be run automatically (it must be called manually from the
command line).
r=dietrich
2008-07-15 20:55:11 -04:00
Mike Hommey
9f157c561e Bug 444922 - "Application Details empty after fixing empty Applications panel (after bug #409192)" [r=gavin] 2008-07-12 18:18:46 -05:00
Kohei Yoshino
6f939ce346 Bug 442830 – modules/distribution.js: int and bool prefs are not set correctly. r=thunder/bsmedberg 2008-07-12 13:00:47 +02:00
David Humphrey
6a67d0f290 Bug 430901 - "The checkbox in the Tools>Options menu, under the Privacy tab, the "Keep my History for at least X days" will not save any changes, and remains unchecked." (privacy.js patch to deal with case of mirror=0) [r=dietrich] 2008-07-12 05:15:42 -05:00
Serge Gautherie
6f72cab4f0 Bug 311672 – Remove the obsolete 2nd parameter from |nsIStringBundleService::createBundle(...)| "JS" callers. r=zeniko/mano 2008-07-12 11:56:02 +02:00
Klaas Heidstra
74c7d8393b Bug 403154 – Search field in the bookmarks organizer should have a search button inside the field. r=dao, ui-r=faaborg 2008-07-12 10:51:47 +02:00
Mike Hommey
fd48fc7812 Bug 409192 - "Applications prefpane is broken if shell service isn't available at runtime (Applications preferences dialogue is empty, no way to add applications)" [p=mh+mozilla@glandium.org (Mike Hommey) r=gavin] 2008-07-12 03:40:15 -05:00