Josh Aas
|
62a62df8b8
|
fix npapi types bustage, b=453883
|
2008-09-11 01:10:49 -04:00 |
|
Josh Aas
|
53f34a7d8b
|
fix npapi types bustage, b=453883
|
2008-09-11 00:36:07 -04:00 |
|
Josh Aas
|
321f9b3b4f
|
fix npapi types bustage, b=453883
|
2008-09-11 00:12:43 -04:00 |
|
Josh Aas
|
7527027f71
|
fix npapi types bustage, b=453883
|
2008-09-10 23:51:45 -04:00 |
|
Josh Aas
|
29642a63c9
|
fix npapi types bustage, b=453883
|
2008-09-10 23:40:58 -04:00 |
|
Boris Zbarsky
|
6d5d39a41d
|
Fixing typo leading to build bustage. Bug 453496
|
2008-09-10 23:29:59 -04:00 |
|
Michal Novotny
|
025f2c9b0a
|
Bug 389394. Fix FTP upload of small files to properly report failures. r+sr=bzbarsky
|
2008-09-10 23:25:39 -04:00 |
|
Boris Zbarsky
|
1ddcac6ab7
|
Bug 454394. Speed up the copying code when using a single-byte buffer in the textfragment. r+sr=jst
|
2008-09-10 23:22:23 -04:00 |
|
Boris Zbarsky
|
284e2ff6c9
|
Bug 454317. Improve GetClasses to not do virtual calls when not needed. r=smaug, sr=jst
|
2008-09-10 23:22:20 -04:00 |
|
Boris Zbarsky
|
f232a8d549
|
Bug 453496. Split up SetForm() into SetForm and ClearForm and rationalize the args. r+sr=jst
|
2008-09-10 23:21:33 -04:00 |
|
Boris Zbarsky
|
e3295081e1
|
Bug 453858. Get rid of some XPCOM-ness in nsArraySH::GetItemAt. r+sr=jst
|
2008-09-10 23:15:29 -04:00 |
|
Bobby Holley
|
1bcc99f8b1
|
Turning color management on by default - bug 418538. r=vlad
Also updating some reftests whose behavior changes with color management
enabled - bug 453548. r=dolske
|
2008-09-10 19:35:00 -07:00 |
|
Josh Aas
|
0432bd8669
|
Remove npapi dependency on nspr and use C99 integer types in npapi instead of defining our own. b=453883 r/sr=jst
|
2008-09-10 22:32:36 -04:00 |
|
Bobby Holley
|
7f68f87dbf
|
Fixing some endian-ness bugs for color management - bug 439704. r=vlad
|
2008-09-10 19:21:03 -07:00 |
|
Robert Strong
|
325b84ba57
|
Fix intermittent failure of Bug 451085 on Mac OS X. r=me
|
2008-09-10 19:17:07 -07:00 |
|
Robert O'Callahan
|
539a029252
|
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
|
e3cf823f2f
|
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
|
9b6ab3d11b
|
Fix a regression from my patch for bug 445999 in the self-assignment case.
|
2008-09-10 16:23:00 -07:00 |
|
Robert Kaiser
|
2c0122f06d
|
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
|
b465c64a64
|
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
|
d8e83fc0c2
|
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
|
79639ae449
|
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
|
d26b55df8b
|
Instrument nsScriptNameSpaceManager for leaks (patch on bug 453146, r+sr=bz)
|
2008-09-10 14:58:13 -07:00 |
|
Doug Turner
|
a49e520740
|
Bug 453836 - handle OOM while images decoding. r=jim
|
2008-09-10 13:23:29 -07:00 |
|
Ben Turner
|
9bcce69d4a
|
Bug 436379 - "Make docshell and securebrowserui only accessible on the main thread". r=kaie.
|
2008-09-10 13:14:08 -07:00 |
|
Vladimir Vukicevic
|
b5c30cfadc
|
Get rid of bogus nanojit arm platform stats line
|
2008-09-10 13:06:31 -07:00 |
|
Neil Deakin
|
f3e1336106
|
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
|
4647bc5c99
|
Bug 454224, Drag feedback should handle canvases not in a document, r+sr=roc
|
2008-09-10 12:57:58 -04:00 |
|
Neil Deakin
|
5194966cd0
|
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
|
e43d03a42e
|
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
|
40c9a11cb3
|
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
|
f7f1eae0c2
|
Bug 437950 - Support for mailto: r=cbiesinger
|
2008-09-10 12:10:23 -04:00 |
|
Brad Lassey
|
2a654b5834
|
Bug 453867 - Change NS_HILDON by MOZ_PLATFORM_HILDON p=tonikitoo r=ted
|
2008-09-10 12:08:44 -04:00 |
|
Magnus Melin
|
bcab31e8f0
|
Bug 147789: remove obsolte pref network.hosts.nntp_server. r+sr=neil
|
2008-09-10 19:01:15 +03:00 |
|
Doug Turner
|
3291d97489
|
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
|
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 |
|
L. David Baron
|
857630db30
|
Merge three changesets from Zack Weinberg <zweinberg@mozilla.com>.
|
2008-09-10 07:20:57 -07:00 |
|
Graeme McCutcheon
|
5a0b5c0a9b
|
Bug 449116 - Findbar highlighting should not explicitly repaint selection. r=mano
|
2008-09-10 14:06:49 +02:00 |
|
Olli Pettay
|
0a720a8d24
|
Bug 451991 - nsIProgressEventSink::OnProgress reports wrong values when uploading, r+sr=biesi
|
2008-09-10 13:06:06 +03:00 |
|
Marco Zehe
|
65f0e21e44
|
bug 454538 - Rename the 'static' text attribute to 'auto-generated', r=aaronlev
|
2008-09-10 10:33:24 +02:00 |
|
Honza Bambas
|
3f5af661e4
|
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
|
bcd1f7f97d
|
Fix bustage -- these macros are only defined if the tracer was enabled.
|
2008-09-10 00:12:26 -07:00 |
|
Blake Kaplan
|
fcb73d7151
|
Re-merge tracemonkey -> mozilla-central
|
2008-09-09 23:40:33 -07:00 |
|
Blake Kaplan
|
88856d9ef1
|
Merge tracemonkey -> mozilla-central
|
2008-09-09 23:38:21 -07:00 |
|
Kai Engert
|
1dfd66af0a
|
Bug 444752, &getPassword.tokenName.label;: is not properly localizable
r=Pike
|
2008-09-10 08:13:04 +02:00 |
|
Brendan Eich
|
ce15bc7cd3
|
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
|
c718d157e0
|
Removing stray '+'
|
2008-09-10 01:13:38 -04:00 |
|
Zack Weinberg
|
be8953654b
|
bug 452518: move private functions out of nsCSSScanner.h. r+sr=dbaron
|
2008-09-09 21:38:29 -07:00 |
|
Zack Weinberg
|
b4eb771b96
|
bug 452278: CSSParserImpl::InitScanner() never fails; remove checks. r+sr=dbaron
|
2008-09-09 21:38:26 -07:00 |
|
Zack Weinberg
|
f3752b90cb
|
bug 452275: eliminate aErrorCode argument to most nsCSSScanner/nsCSSParserImpl functions. r+sr=dbaron
|
2008-09-09 21:38:14 -07:00 |
|