Commit Graph

39984 Commits

Author SHA1 Message Date
Brian Crowder
cc6c908bab Bug 471917 - fix PNG reftests to respect color-management settings, r=mfinkle, sr=dbaron 2010-03-29 14:56:46 -07:00
Michael Wu
11ea1ddce8 Bug 555088 - Support building freetype2 on other platforms, r=ted 2010-03-30 12:51:31 -07:00
Brad Lassey
ec1449333d update nspr to NSPR_HEAD_20100330 to pick up support for android r=ted
--HG--
extra : rebase_source : 90577e9e3385b0d866e4860e0c6c89bfe382881e
2010-03-30 15:23:44 -04:00
Marco Bonardo
6485472101 Bug 530962 - Taskbar tab preview crashes [@ mozilla::widget::WindowHook::Lookup(unsigned int)]. r=robarnold 2010-03-30 21:22:03 +02:00
Bas Schouten
fc93216036 Bug 556029: Add the ability to detect which layers backend is used. r=roc 2010-03-30 20:58:37 +02:00
Chris Jones
667d7d4438 Merge backout 2010-03-30 13:41:09 -05:00
Chris Jones
1f52f413bf Backed out changeset 3bbb3c3d3fa8 because of universal build issues with IPC-only files 2010-03-30 13:40:52 -05:00
Josh Aas
3f6f2843f5 Enable MOZ_IPC for i386 Mac OS X. b=555234 r=bsmedberg 2010-03-30 13:34:20 -04:00
Chris Jones
49b89002de Stub out OOP crashreporter on OS X. b=555714 r=josh 2010-03-30 13:32:53 -04:00
Robert Longson
99ef989e31 Bug 388547 - reenable reftest. 2010-03-30 13:21:18 +01:00
Robert Longson
34e414e59c Bug 388547 - revert reftest change to get tree green. 2010-03-30 12:44:28 +01:00
Oleg Romashin
b371b618cb Bug 554911 - mozilla-runtime process hang and not closed properly after closing fennec UI. r=dougt
--HG--
extra : rebase_source : 5490b2acfe1980e372b7918cf36e8e771b2a0747
2010-03-30 07:34:37 -04:00
Robert Longson
0bd28ce649 Bug 388547 - initial support for x,y,dx,dy,rotate lists on SVG text and tspan elements (missing reftest files). r=roc 2010-03-30 12:32:03 +01:00
Robert Longson
11cc4a0089 Bug 388547 - initial support for x,y,dx,dy,rotate lists on SVG text and tspan elements. r=roc 2010-03-30 11:21:19 +01:00
Henri Sivonen
1608f31ed7 Bug 555899 - Make the HTML5 parser have a limit of 200 on the stack depth like the old parser. rs=sicking. 2010-03-30 11:21:36 +03:00
Henri Sivonen
d9cf6edf3d Bug 555462 follow-up - Sync HTML5 parser Java sources with the backout. rs=sicking. NPOTB. 2010-03-30 11:21:36 +03:00
Henri Sivonen
a2caf355ca Bug 555462 - Back out changeset a0f0fde99844 for causing a buffer overrun. 2010-03-30 11:21:36 +03:00
Ginn Chen
955b6dba8c Bug 555669 CTypes.cpp failed to compile on Solaris r=sayrer 2010-03-30 14:29:59 +08:00
Bas Schouten
42e017024d Bug 546517: The layers OpenGL backend. r=vlad 2010-03-30 06:48:52 +02:00
Rob Arnold
12d840d9bd GCC complains about unnecessary typedef from checkin of bug 555133 r=dholbert 2010-03-29 22:14:13 -04:00
Dão Gottwald
37ca9a8a6c Disable aero glass until bug 555182 is fixed (CLOSED TREE) 2010-03-30 01:27:44 +02:00
Josh Aas
9aa84a5f00 [OOPP] Serialize remaining Cocoa NPAPI events, including keyboard events. b=555300 r=cjones 2010-03-29 15:27:49 -04:00
Rob Arnold
4e6aa3c7bd Bug 554764 - Dynamically removing glass appearance causes the window to stop redrawing r=jimm 2010-03-29 15:24:40 -04:00
Rob Arnold
f404093e78 Bug 555198 - Find bar and all tabs panel are black r=jimm 2010-03-29 15:24:40 -04:00
Rob Arnold
9ffd5134c3 Bug 555133 - Attempt to infer whether or not theme parts are transparent r=roc sr=vlad 2010-03-29 15:24:40 -04:00
Ehsan Akhgari
6f2d38eace Another follow-up fix for bug 555289 2010-03-29 14:15:57 -04:00
Ehsan Akhgari
b98dde56be Follow-up fix for bug 555289 2010-03-29 14:08:34 -04:00
Ehsan Akhgari
37a960ee26 Bug 555289 - Plugin crashed UI should be RTL in RTL locales; r=dao 2010-03-29 14:06:25 -04:00
Joel Maher
a431b763bf Bug 471676 Allow reftest harness to accept same chunking arguments as mochitest, used for maemo and other platforms r=ted 2010-03-29 10:57:51 -07:00
Andrew Sutherland
b4419b8d6f Bug 555124 - Intermittent "ASSERTION: AsyncStatementSpinner not thread-safe: '_mOwningThread.GetThread() == PR_GetCurrentThread()', file .../mozilla/storage/test/test_true_async.cpp, line 162". null out references on the main thread to avoid destruction on the async thread. r=sdwilsh. 2010-03-29 10:54:41 -07:00
Dan Witte
f87571cea6 Bug 552525 - Get rid of container classes with static functions in CTypes.h/cpp. r=benjamn 2010-03-29 09:38:27 -07:00
Josh Matthews
f0948407a7 Bug 552999 - Implement PointerType().prototype.isNull. r=dwitte 2010-03-26 17:27:28 +13:00
Dan Witte
af9398763b Bug 513778 - Support passing JS functions as callbacks to C APIs. Part 3: Add closures for callback
support. r=benjamn
2010-03-29 09:38:17 -07:00
Dan Witte
1490a0cfa7 Bug 513778 - Support passing JS functions as callbacks to C APIs. Part 2.1: Use
js_NewArrayObjectWithCapacity. r=benjamn
2010-03-29 09:38:17 -07:00
Dan Witte
9913891522 Bug 513778 - Support passing JS functions as callbacks to C APIs. Part 2: Rename Function to
FunctionType, with all the privileges and responsibilities therein. r=benjamn
2010-03-29 09:38:16 -07:00
Jim Mathies
e3431f34db Bug 555463 - Deal with sync wm_setfocus events from child. r=enn. 2010-03-29 11:04:46 -05:00
Benjamin Smedberg
2e0b8d0752 Bug 542700 - Async calls aren't cancelled when the instance is destroyed, and the list of pending calls isn't protected against simultaneous access, r=cjones
--HG--
extra : rebase_source : b0949fd4921d1dbb558e84e191387964af5767fc
2010-03-25 14:25:38 -04:00
Josh Aas
fc1d594cb2 Initialize NPP structure's pdata pointer to NULL. Plugins can mistake an uninitialized non-NULL value for their own instance pointer and try to dereference it. b=555312 r=BenWa 2010-03-29 10:16:27 -04:00
Ginn Chen
71160f4569 Bug 555673 FramePropertyTable.cpp failed to compile with Sun Studio on Solaris r=roc 2010-03-29 19:43:35 +08:00
Henri Sivonen
a01214dc62 Test for bug 541937 - Make test_bug541937.html not fail when the HTML5 parser is enabled. r=laurent. 2010-03-26 15:51:28 +02:00
Dão Gottwald
88350e63d0 Bug 554975 - Fix autocomplete url color on Win7/Vista. r=rflint 2010-03-29 12:04:05 +02:00
Ginn Chen
e152a98890 Bug 543709 trace-test/tests/basic/bug529130.js failed with debug version on Solaris r=jimb 2010-03-29 17:27:51 +08:00
Brian Lu
5bacc5f107 Bug 554583 Failed to configure firefox on Solaris r=ted.mielczarek 2010-03-29 17:26:19 +08:00
Robert O'Callahan
db479aa8d3 Backing out fix for bug 548792 to try to fix test failure in test_caretmove.html 2010-03-29 16:42:53 +13:00
Robert O'Callahan
51423cccfa Backed out changeset 4df05ea5fe1b 2010-03-29 16:42:10 +13:00
Robert O'Callahan
c745b6c7bc Bug 551463. Don't clamp scroll positions during reflow, do it during a post-reflow callback so that temporary frame size changes don't clamp when they shouldn't. r=mats 2010-03-29 14:46:59 +13:00
Robert O'Callahan
f850f044d1 Bug 548792. When scrolling content into view, make sure to check scrollable elements in ancestor documents. r=mats 2010-03-29 14:46:59 +13:00
Robert O'Callahan
51aea0b3ed Bug 545049. Capture the pre-transform overflow area of a frame and use it in InvalidateOverflowArea. r=mats 2010-03-29 14:46:58 +13:00
Robert O'Callahan
60dacfeed1 Bug 545049. When the overflow area of a transformed frame changes, we need to repaint the whole thing. r=mats 2010-03-29 14:46:58 +13:00
Robert O'Callahan
9a2ed61b34 Bug 551660. Switch layout code from using nsPropertyTable to FramePropertyTable. r=mats,sr=dbaron 2010-03-29 14:46:55 +13:00