Commit Graph

194664 Commits

Author SHA1 Message Date
Simon Bünzli
15ad1ed095 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
152481e580 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
e62103c31a Bug 126802 Printing while in print preview disabled on Unix. roc: review+ roc: superreview+ 2008-08-18 16:34:41 +08:00
Ginn Chen
e6b2bd7c00 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
107cd6b18f 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
ae6ccb7013 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
ec2707c4bd Code to fastpath Alpha PNGs in LCMS - part of bug 445552. r=vlad 2008-08-17 22:08:53 -07:00
Bobby Holley
9e10444a2e Optimized SSE2 assembly for LCMS - part of bug 445552. r=vlad 2008-08-17 22:07:51 -07:00
Eric Butler
c6ee2db163 open cookie db unshared and exclusive - bug 449987. r=dwitte 2008-08-17 21:05:54 -07:00
Robert Strong
af1860ab84 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
fb7a994159 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
edc33b1edc 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
ea24bf35cd adding a file for bug 450454 that I forgot to commit in c71e4d3f0093. 2008-08-17 17:48:42 -07:00
Justin Dolske
29ab1cc49b Fix tests on Windows and re-enable mozStorage for password manager (bug 288040) 2008-08-17 16:12:57 -07:00
Karsten Düsterloh
0b8a090332 Bug 446281: double id cleanup, part 3: editor window; r=stefanh, sr=Neil 2008-08-17 23:57:37 +02:00
Eric Butler
c2199a99f2 Disable broken seamonkey tests - bug 450114. r=vlad 2008-08-17 13:58:11 -07:00
Bobby Holley
efdd8a7ef4 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
f48fd6d7c3 Bug 450495 - Bustage fix 2008-08-17 15:35:58 +01:00
Karsten Düsterloh
d708a2440b Bug 450647: EditorCommandsOverlay.xul is unused and should be removed; r/sr=Neil 2008-08-17 16:14:55 +02:00
Robert Longson
2cbd3cdb34 Bug 450495 - Bustage fix 2008-08-17 14:11:04 +01:00
Robert Longson
d388bfe998 Bug 450495 - Make foreignObject a mandatory part of SVG. r+sr=roc 2008-08-17 12:18:21 +01:00
Robert Strong
a535309e07 Adding general application update service tests from Bug 446527. r=dtownsend, r=bsmedberg 2008-08-16 22:40:34 -07:00
Robert Strong
cfc3a6d425 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
21b1ae16c8 bug 448989. Merging the mozilla-qt repository. r=me,vlad 2008-08-16 23:18:27 -07:00
Phil Ringnalda
ba9831992b 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
44d675016b Bug 437152 - "implement worker threads". Test failure fix - uninitialized rv code. 2008-08-16 20:07:07 -07:00
Blake Kaplan
67c2ac1f4d bug 450871 - Null check the right variable. r=igor 2008-08-16 18:39:28 -07:00
Ben Turner
8f2cbea28f Bug 437152 - "implement worker threads". r+sr=jst. 2008-08-16 18:25:01 -07:00
Dietrich Ayala
8e8f112b0a Bug 450674 - Fix test_expiration.js
r=sdwilsh
2008-08-16 18:34:36 -04:00
Shawn Wilsher
2e4f783618 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
b4e36bcb89 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
060ff3099d 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
a19ebe3def Floating point path through lcms as part of bug 445552. r=vlad 2008-08-16 14:44:51 -07:00
Robert Strong
8260bb705b 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
ba257a3135 Bug 408925: XRE_InitEmbedding does not initialize properly profilelock and gDirServiceProvider. r=bsmedberg 2008-08-16 16:20:35 +01:00
Matthew Gertner
983247b6be Bug 435033: -override is not passed to spawned process on EM restart. r=bsmedberg 2008-08-16 16:19:43 +01:00
Mike Hommey
2f55574cd9 Bug 441137: Handle -remote earlier. r=bsmedberg 2008-08-16 16:18:43 +01:00
Lukas Blakk
b4c01f2f50 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
a1ad3a1c2e Bug 441979: gAppData null check not required in nsXREDirProvider::GetUserDataDirectoryHome. r=bsmedberg 2008-08-16 16:13:35 +01:00
Régis Caspar
f8dfc6e1f1 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
842b3fea92 Backing out bug 118704 to try to fix Windows leak orange 2008-08-16 23:27:40 +12:00
Robert O'Callahan
cd57e98a68 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
a1ceff3005 Bug 423823. Clip overflowing background when tbody is scrollable. r=fantasai,sr=dbaron 2008-08-16 21:10:29 +12:00
Robert O'Callahan
61b1894727 Bug 450670. Avoid conflicts in textframe state bits, urk. r=smontagu 2008-08-16 21:06:21 +12:00
Robert O'Callahan
34de2392a2 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
78a2558a52 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
8a93e089c6 Bug 449375 – Use the new search textbox binding in the Places organizer. r=dietrich 2008-08-16 10:45:12 +02:00
Steffen Wilberg
e4ece0cd3d Bug 450164: remove leftovers from DOMi removal from installer.nsi. r=robert 2008-08-16 09:39:03 +02:00
honzab@allpeers.com
db4bc19d7b Bug 135007, Transfer mode of images should be relevant for shown lock icon state (mixed content)
Based on ideas from Stuart Parmenter and experimental code from Kai Engert
Patch contributed by Honza Bambas
r=kaie, r=pavlov, sr=bz
2008-08-16 09:12:42 +02:00
Kai Engert
54d46c6523 Backed out changeset 3770c42e3118 2008-08-16 08:00:17 +02:00