Commit Graph

16991 Commits

Author SHA1 Message Date
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
Dave Townsend
330ddd2b79 Backout of bug 135007 due to Tp regression 2008-08-18 15:08:44 +01:00
Dave Townsend
9cb6773784 Backed out changeset cf3eae029913 2008-08-18 15:08:14 +01: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
Dão Gottwald
062a8a32f2 Bug 429722 - long EV cert owner string obscures URL in location bar. r=gavin, ui-r=johnath 2008-08-18 10:55:39 +02:00
Leon Sha
d9abf2456a Bug 126802 Printing while in print preview disabled on Unix. roc: review+ roc: superreview+ 2008-08-18 16:34:41 +08:00
Ginn Chen
c866616af3 Bug 449751 gfxFont.cpp failed to compile with Sun Studio 12 r=jdaggett sr=pavlov 2008-08-18 16:31:53 +08:00
Josh Aas
15cb862bad Don't process events twice when a plugin has focus in an embedding situation. b=433719 r=smorgan sr=roc 2008-08-18 03:10:18 -04:00
Josh Aas
85f462c5bc Fix gcc4.2 compile error. Patch by Simon Howes. b=450880 r=josh sr=roc 2008-08-18 02:25:35 -04:00
Bobby Holley
f0efbd4775 Code to fastpath Alpha PNGs in LCMS - part of bug 445552. r=vlad 2008-08-17 22:08:53 -07:00
Bobby Holley
4b4850ea45 Optimized SSE2 assembly for LCMS - part of bug 445552. r=vlad 2008-08-17 22:07:51 -07:00
Eric Butler
06ad41b197 open cookie db unshared and exclusive - bug 449987. r=dwitte 2008-08-17 21:05:54 -07:00
Robert Strong
13b6095ca1 Bug 446527 - major update not offered when some language packs are installed. r=dtownsend, r=bsmedberg 2008-08-17 19:15:10 -07:00
Robert O'Callahan
1499813be0 Bug 118704. Get the document title from the DOM instead of storing it in the document object. Relanding with hopeful leak fix. r+sr=jst 2008-08-18 14:10:28 +12:00
Robert O'Callahan
0f9e4e319d Bug 238072. Make generated content take the normal frame construction path. Relanding with changes so that counter and quote nodes are initialized after their frames are available, more like the old code. r+sr=dbaron,bzbarsky 2008-08-18 13:16:42 +12:00
Bobby Holley
e376ccfcac adding a file for bug 450454 that I forgot to commit in c71e4d3f0093. 2008-08-17 17:48:42 -07:00
Justin Dolske
3ee8efc7fc Fix tests on Windows and re-enable mozStorage for password manager (bug 288040) 2008-08-17 16:12:57 -07:00
Karsten Düsterloh
e897be84fc Bug 446281: double id cleanup, part 3: editor window; r=stefanh, sr=Neil 2008-08-17 23:57:37 +02:00
Eric Butler
15f31b92bc Disable broken seamonkey tests - bug 450114. r=vlad 2008-08-17 13:58:11 -07:00
Bobby Holley
4df9587e01 LCMS patch to set up aligned space for SSE2 assembly. Part of bug 445552. r=vlad 2008-08-17 13:48:10 -07:00
Robert Longson
0cf414cc75 Bug 450495 - Bustage fix 2008-08-17 15:35:58 +01:00
Karsten Düsterloh
dc0f8376b5 Bug 450647: EditorCommandsOverlay.xul is unused and should be removed; r/sr=Neil 2008-08-17 16:14:55 +02:00
Robert Longson
0450a7f540 Bug 450495 - Bustage fix 2008-08-17 14:11:04 +01:00
Robert Longson
0f5abca8c0 Bug 450495 - Make foreignObject a mandatory part of SVG. r+sr=roc 2008-08-17 12:18:21 +01:00
Robert Strong
b32937f301 Adding general application update service tests from Bug 446527. r=dtownsend, r=bsmedberg 2008-08-16 22:40:34 -07: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
Stuart Parmenter
c126af8547 bug 448989. Merging the mozilla-qt repository. r=me,vlad 2008-08-16 23:18:27 -07:00
Phil Ringnalda
813dd35839 Bug 445039 - Only package oji.xp if it's likely to be there, r=gavin 2008-08-16 21:27:04 -07:00
Ben Turner
1b47bba018 Bug 437152 - "implement worker threads". Test failure fix - uninitialized rv code. 2008-08-16 20:07:07 -07:00
Blake Kaplan
af92a8acda bug 450871 - Null check the right variable. r=igor 2008-08-16 18:39:28 -07:00
Ben Turner
9dbb64256b Bug 437152 - "implement worker threads". r+sr=jst. 2008-08-16 18:25:01 -07:00
Dietrich Ayala
974dc64fd8 Bug 450674 - Fix test_expiration.js
r=sdwilsh
2008-08-16 18:34:36 -04:00
Shawn Wilsher
b77395a679 Bug 449884 - Stop using mozIStorageConnection::GetLastInsertRowID
It turns out that this is not a safe function to use at all when you start using
the database connection on more than one thread.  It also does not work as
expected when triggers are used to insert data into a database.
r=dietrich
2008-08-16 18:28:28 -04:00
Shawn Wilsher
186dba48ff Bug 444763 - Use an unshared cache connection instead of a shared one
This makes places no longer use a shared cache for the database.  This wins us
about 7% for location bar queries.  For those needing access to the places
database now, they should QI nsINavHistoryService to nsPIPlacesDatase and get
the database connection off of it.
r=dietrich
2008-08-16 18:23:24 -04:00
Shawn Wilsher
d2b18f154b Bug 449506 - Expose the places db connection
This adds a private interface that consumers can QI to to get access to the
internal database connection.
r=dietrich
2008-08-16 18:21:23 -04:00
Bobby Holley
ead2727c2c Floating point path through lcms as part of bug 445552. r=vlad 2008-08-16 14:44:51 -07:00
Robert Strong
acf4fab526 Adding general application update service tests from Bug 446527 without the Makefiles since the tree is not green - NPOB for now. r=dtownsend, r=bsmedberg 2008-08-16 13:27:09 -07:00
romaxa
b9dd045b06 Bug 408925: XRE_InitEmbedding does not initialize properly profilelock and gDirServiceProvider. r=bsmedberg 2008-08-16 16:20:35 +01:00
Matthew Gertner
1587df72eb Bug 435033: -override is not passed to spawned process on EM restart. r=bsmedberg 2008-08-16 16:19:43 +01:00
Mike Hommey
8ffe1d929d Bug 441137: Handle -remote earlier. r=bsmedberg 2008-08-16 16:18:43 +01:00
Lukas Blakk
35fc19014c Bug 450665: test_bug-365166.js creates file in /tmp instead of in build directory. r=sdwilsh 2008-08-16 16:17:47 +01:00
romaxa
666a1bc911 Bug 441979: gAppData null check not required in nsXREDirProvider::GetUserDataDirectoryHome. r=bsmedberg 2008-08-16 16:13:35 +01:00
Régis Caspar
45ff8740fb Bug 386434: Add-ons aren't sorted correctly in Add-ons manager (problem with non-ascii chars). r=dtownsend 2008-08-16 16:05:07 +01:00
Robert O'Callahan
65a0e17d1b Backing out bug 118704 to try to fix Windows leak orange 2008-08-16 23:27:40 +12:00
Robert O'Callahan
bea9a7413b Bug 447739. When a uniform-color area is bitblitted to a new location while scrolling, the intersection of its old and new areas does not need to be invalidated. r+sr=dbaron 2008-08-16 21:22:02 +12:00
Robert O'Callahan
86e7983c19 Bug 423823. Clip overflowing background when tbody is scrollable. r=fantasai,sr=dbaron 2008-08-16 21:10:29 +12:00
Robert O'Callahan
7dd66f45b7 Bug 450670. Avoid conflicts in textframe state bits, urk. r=smontagu 2008-08-16 21:06:21 +12:00
Robert O'Callahan
21fbc52690 Bug 118704. Get the document title from the DOM instead of storing it as a string in the document. r+sr=jst 2008-08-16 21:01:52 +12:00
Robert O'Callahan
5ffba4aa56 Bug 118704. Get the document title from the DOM instead of storing it as a string in the document. r+sr=jst 2008-08-16 21:01:46 +12: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