196652 Commits

Author SHA1 Message Date
Robert O'Callahan
b52d3794d5 Bug 450340. Support SVG mask/clip-path/filter CSS properties applied to non-SVG content. r=longsonr,sr=mats 2008-09-11 12:24:16 +12:00
Robert Kaiser
720062e552 bug 454513 - browser_bug453896.js fails on all SeaMonkey unit test boxes, remove event listeners added by the tests when they aren't needed any more, r=dbaron 2008-09-11 02:07:52 +02:00
Jesse Ruderman
dcb70052c5 Fix a regression from my patch for bug 445999 in the self-assignment case. 2008-09-10 16:23:00 -07:00
Robert Kaiser
b3901a31af bug 451601 - kill MOZILLA_LOCALE_VERSION, main mozilla-central patch to kill xpfe-style chrome versions, r=ted sr=Neil 2008-09-11 01:08:57 +02:00
Robert Kaiser
af57800485 bug 383833 - eliminate toolkit's mork-based history implementation, step 2: finally kill toolkit history, r=mano 2008-09-11 01:04:06 +02:00
Jesse Ruderman
10a4553f65 Fix bug 393802 for HTML links: remove them from the link map when they stop being links due to removeAttribute. r+sr=bz 2008-09-10 15:12:43 -07:00
Jesse Ruderman
9e72e6554f Fix bug 445999, nsCStringArray::operator= leaks all strings that were in the destination array. r=bsmedberg 2008-09-10 15:02:06 -07:00
Jesse Ruderman
6937a7fa99 Instrument nsScriptNameSpaceManager for leaks (patch on bug 453146, r+sr=bz) 2008-09-10 14:58:13 -07:00
Doug Turner
45e735c1b7 Bug 453836 - handle OOM while images decoding. r=jim 2008-09-10 13:23:29 -07:00
Ben Turner
8a3b5e186c Bug 436379 - "Make docshell and securebrowserui only accessible on the main thread". r=kaie. 2008-09-10 13:14:08 -07:00
Vladimir Vukicevic
e7e6b7d62e Get rid of bogus nanojit arm platform stats line 2008-09-10 13:06:31 -07:00
Neil Deakin
51884110cb Bug 452805, rearrange so that flavours are ordered in same order as getSupportedFlavours returns, r=neil 2008-09-10 12:57:58 -04:00
Neil Deakin
9d3a3227cd Bug 454224, Drag feedback should handle canvases not in a document, r+sr=roc 2008-09-10 12:57:58 -04:00
Neil Deakin
45ce2a8581 Bug 435848, don't allow xul popups in minimized windows, fix window.windowState property and window.restore() on Mac, r=josh,sr=roc 2008-09-10 12:57:57 -04:00
Brad Lassey
14a7ca7de9 Bug 406837 - clicking on text input box or address bar doesn't raise virtual keyboard on n800 r=roc sr=roc 2008-09-10 12:12:58 -04:00
Brad Lassey
d31c134d39 Bug 441636 - Add support for dbus handler apps, save/load handler apps correctly r=cbiesinger 2008-09-10 12:10:46 -04:00
Brad Lassey
2c9c05cbf8 Bug 437950 - Support for mailto: r=cbiesinger 2008-09-10 12:10:23 -04:00
Brad Lassey
9432bdb5fa Bug 453867 - Change NS_HILDON by MOZ_PLATFORM_HILDON p=tonikitoo r=ted 2008-09-10 12:08:44 -04:00
Magnus Melin
d4ae76ff7e Bug 147789: remove obsolte pref network.hosts.nntp_server. r+sr=neil 2008-09-10 19:01:15 +03:00
Doug Turner
10bf958f07 Bug 452762 - Make sure Geolocation callbacks run in the right JS context r/sr=jst 2008-09-10 08:52:46 -07:00
Peter Van der Beken
cd5c74d047 Fix for bug 454570 (nsSearchService.js stores document and element on its global object). r=gavin. 2008-09-10 16:26:54 +02:00
L. David Baron
36fa7ce69d Merge three changesets from Zack Weinberg <zweinberg@mozilla.com>. 2008-09-10 07:20:57 -07:00
Graeme McCutcheon
ca1f4435b6 Bug 449116 - Findbar highlighting should not explicitly repaint selection. r=mano 2008-09-10 14:06:49 +02:00
Olli Pettay
d9a98bcf71 Bug 451991 - nsIProgressEventSink::OnProgress reports wrong values when uploading, r+sr=biesi 2008-09-10 13:06:06 +03:00
Marco Zehe
ef06fa9b7b bug 454538 - Rename the 'static' text attribute to 'auto-generated', r=aaronlev 2008-09-10 10:33:24 +02:00
Honza Bambas
c05f662cbb Bug 296528 - Dragging file from Windows Explorer FTP into Firefox deletes the file. r=emaijala 2008-09-10 10:15:54 +02:00
Blake Kaplan
9d078fb5c9 Fix bustage -- these macros are only defined if the tracer was enabled. 2008-09-10 00:12:26 -07:00
Blake Kaplan
f48ee660a4 Re-merge tracemonkey -> mozilla-central 2008-09-09 23:40:33 -07:00
Blake Kaplan
9893654539 Merge tracemonkey -> mozilla-central 2008-09-09 23:38:21 -07:00
Kai Engert
beeb734500 Bug 444752, &getPassword.tokenName.label;: is not properly localizable
r=Pike
2008-09-10 08:13:04 +02:00
Brendan Eich
4e02f9fc96 Bug 454039 - TM: don't abort TraceRecorder::record_JSOP_SETPROP on cache miss (r=mrbkap). 2008-09-09 22:22:52 -07:00
Boris Zbarsky
621ce9d3a5 Removing stray '+' 2008-09-10 01:13:38 -04:00
Zack Weinberg
d6733549b7 bug 452518: move private functions out of nsCSSScanner.h. r+sr=dbaron 2008-09-09 21:38:29 -07:00
Zack Weinberg
dbb4fb027d bug 452278: CSSParserImpl::InitScanner() never fails; remove checks. r+sr=dbaron 2008-09-09 21:38:26 -07:00
Zack Weinberg
f327c524bd bug 452275: eliminate aErrorCode argument to most nsCSSScanner/nsCSSParserImpl functions. r+sr=dbaron 2008-09-09 21:38:14 -07:00
Phil Ringnalda
a0c3300d49 Bug 454360 - Use Components.results.NS_BINDING_ABORTED instead of hardcoding the value, r=gavin 2008-09-09 21:33:27 -07:00
Bobby Holley
60e60f14f4 Forcing sRGB for mochitests - bug 454430. r=vlad 2008-09-09 21:13:23 -07:00
Dietrich Ayala
7ac1c00c18 Bug 451607 - test the performance of common Places UI actions (r=marco) 2008-09-09 21:08:49 -07:00
Johnny Stenback
658e136feb Followup fix for bug 453571 to fix typos pointed out by bz in the bug. 2008-09-09 19:56:09 -07:00
Robert Strong
bfb128a90b [Win32] Bug 453845 - Remove unused custom.properties strings. r=jmathies 2008-09-09 19:21:11 -07:00
Robert Strong
067e01ee62 [Win32] Bug 454130 - Deprecate the ini creation macros from common.nsh. r=jmathies 2008-09-09 19:17:16 -07:00
Boris Zbarsky
c4282496de Bug 449171. Fix bogus assertion. r+sr=dbaron 2008-09-09 21:39:38 -04:00
Boris Zbarsky
c90ed4f01a Bug 454411. Fix caching of redirects to actually work. r+sr=biesi 2008-09-09 21:39:38 -04:00
Andrew Schultz
09f93d94f8 Bug 396519. Encapsulate content viewer eviction in session history. r+sr=bzbarsky 2008-09-09 21:39:38 -04:00
Johnny Stenback
c45a4fe89e One more part of bug 453571. Use [optional] for the optional arguments for window.open() and friends. r+sr=bzbarsky@mit.edu 2008-09-09 18:23:34 -07:00
Taras Glek
15ba12b39c bug 454502: prbool issues in html parser. r+sr=mrbkap 2008-09-09 17:42:04 -07:00
Brendan Eich
c84dcdc593 Back out patch for bug 454039. 2008-09-09 16:55:07 -07:00
Brendan Eich
06a44271b5 Bug 454039 - TM: don't abort TraceRecorder::record_JSOP_SETPROP on cache miss (r=mrbkap). 2008-09-09 16:05:04 -07:00
Brendan Eich
73588c7f32 Bug 453918 - TM: eliminate silly map_is_native guards on globalObj (r=shaver). 2008-09-09 16:01:01 -07:00
David Anderson
93a46e0084 Fixed Linux build, extra qualification on member function. 2008-09-09 13:20:44 -07:00