Commit Graph

42207 Commits

Author SHA1 Message Date
Robert O'Callahan
9cf774cd31 Bug 538062. Call SetPrimaryFrame when we create the text frame for the text content in the display node of a combobox, so that the text frame will be notified when the content changes. r=mats,sr=dbaron 2010-05-13 12:56:09 +12:00
Robert O'Callahan
54d57ee29e Bug 489477. Part 2: nsOverflowTracker should drop references to deleted frame lists. r=fantasai,sr=mats 2010-05-13 12:56:08 +12:00
Robert O'Callahan
9be046184a Bug 489477. Part 1: reflow lines again for clearance while we pull lines from the next-in-flow. r=mats 2010-05-13 12:56:08 +12:00
Robert O'Callahan
e3bea40661 bug 563864. Add mozPaintCount API. r=smaug,sr=vlad 2010-05-13 12:56:08 +12:00
Ehsan Akhgari
a8b3cea296 Merge backout of changeset 0e11e454db6c 2010-05-12 20:50:00 -04:00
Ehsan Akhgari
c0d83853ed Backed out changeset 0e11e454db6c because of browser-chrome orangeness 2010-05-12 20:49:46 -04:00
Ehsan Akhgari
387eade2e1 Bug 543278 - Try to use a more robust way of making sure that the main browser window is focused before running the next browser-chrome test; r=Mossop 2010-05-12 18:51:04 -04:00
Robert Longson
1744d281b9 Bug 490003: Take outer <svg> element's border and padding into account, for invalidation and hit-testing. r=roc 2010-05-12 14:41:47 -07:00
Daniel Holbert
a33dec8012 Bug 548648: Use 'Ahem' font in some svg positioning reftests, to fix failures on cocoa & maemo from subpixel positioning issues. r=jwatt 2010-05-12 14:41:47 -07:00
Daniel Holbert
3aaa90658c Bug 565124: Use PRPackedBool instead of PRBool for member variables in imgContainer. r=joe 2010-05-12 14:41:47 -07:00
Craig Topper
d02574b6b4 DeCOMtaminate nsIStyleSheet method signatures. (Bug 239008) r=dbaron 2010-05-12 13:18:47 -07:00
L. David Baron
aac12d61e6 Annotate crashtest manifest with assertion count for additional assertion that showed up today. (Bug 472557) 2010-05-12 13:18:47 -07:00
Boris Zbarsky
4afe8b537d merging in my changes because people are pushing like mad 2010-05-12 15:04:05 -04:00
Mounir Lamouri
c4da9cad7e Bug 555567. <legend>.form tests. r=jst 2010-05-12 15:01:26 -04:00
Mounir Lamouri
0a330cc270 Bug 555567. Make <legend>.form follow HTML5 spec. r=jst 2010-05-12 15:01:25 -04:00
Boris Zbarsky
607d85171d Bug 564981. Make content flushes after pageload faster. r=jst 2010-05-12 15:01:25 -04:00
Bas Schouten
f1f06de017 Bug 565387: Add a pref to disable accelerated layers by force. r=vlad 2010-05-12 20:56:31 +02:00
Jeff Muizelaar
9dc97fd45f Bug 564427. Fix inconsistent color space information in reticule.png and reticule-*.png. r=zwol
Add a sRGB chunk to reticule.png

--HG--
extra : rebase_source : 2e71905e951ea9b1b5daa9dc03186c12d4fbb587
2010-05-12 14:35:23 -04:00
Rob Arnold
2ca58a16a8 Bug 562253 - Ensure the proxy window is destroyed before tearing down the taskbar preview r=jimm 2010-05-12 14:31:24 -04:00
Rob Arnold
fd95e7b700 Bug 563462 - Remove Photon bits from toolkit/ r=Mossop 2010-05-12 14:31:24 -04:00
Rob Arnold
0c9477b1ff Bug 563462 - Remove Photon bits from libpref r=dwitte 2010-05-12 14:31:24 -04:00
Rob Arnold
63f71eeeb5 Bug 563462 - Remove Photon bits from netwerk/ r=biesi 2010-05-12 14:31:24 -04:00
Rob Arnold
87c2d77759 Bug 563462 - Remove Photon bits from widget/ r=vlad 2010-05-12 14:31:23 -04:00
Doug Turner
2225a94f11 Bug 564402 - slots #define in Qt, prevents Qt builds on trunk. r/sr=jst
--HG--
extra : rebase_source : 5f7ac6c449ea03e4be8ab6834d3f1880cb7d9c80
2010-05-11 16:32:17 -07:00
Rob Arnold
6ab735510f Bug 510037 - Remove obsolete widget events r=roc r=smaug 2010-04-29 18:03:00 -04:00
Rob Arnold
4a1d5a5ea2 Bug 510037 - Remove obsolete widget events r=jimm 2010-04-29 18:08:00 -04:00
Steffen Wilberg
1920b72b59 Bug 282127: Highlight odd tree rows in trees with multiple columns in Gnomestripe and Pinstripe. Implement and use ::-moz-tree-row(multicol). ui-review=faaborg, r=enndeakin 2010-05-12 20:25:48 +02:00
Josh Aas
ce62913a4e Check NPAPI plugin architecture on Windows so we don't list or attempt to load binaries of the wrong arch. b=551471 r=jmathies 2010-05-12 14:13:09 -04:00
Josh Aas
f538577fdd Fix case where we return an NPError value as an nsresult in PluginModuleParent. b=564917 r=cjones 2010-05-12 14:12:49 -04:00
Josh Aas
b6cda63bd4 Fix int comparison warning in BrowserStreamChild.cpp. b=560828 r=bsmedberg 2010-05-12 14:12:27 -04:00
Dave Townsend
9957603f69 Bug 554237: Dual vertical scrollbars if any type of add-ons exceed window area. r=unfocused 2010-05-12 10:26:04 -07:00
Benoit Jacob
680ac240d5 Bug 565287: Properly initialize mOGLLibrary on GLContectProviderCGL. r=bas 2010-05-12 18:56:40 +02:00
Dave Townsend
4e702f917a Bug 564901: Debug builds on ARM fail saying that emms is not a supported instruction. r=roc 2010-05-12 09:52:02 -07:00
Bas Schouten
1803c0e148 Add a comment explaining texture usage as backbuffer. 2010-05-12 18:21:34 +02:00
Bas Schouten
3c4be85e84 Bug 562392: Use TEXTURE_RECTANGLE_EXT for backbuffer where we can't bind NPOT TEXTURE_2D to a framebuffer. r=joedrew 2010-05-12 18:21:31 +02:00
Jonathan Kew
a338d94cff bug 552308 - add arithmetic overflow checks in woff encoding routines (NPOTB). r=dveditz 2010-05-12 13:17:58 +01:00
Jonathan Kew
9581487a1d bug 564309 - cache non-antialiased font to fix MathML perf regression on Windows. r=roc 2010-05-12 13:17:55 +01:00
Mats Palmgren
fe0ac44242 Add crashtests for bug 499006. 2010-05-12 14:14:54 +02:00
Mats Palmgren
73489238b0 Force the test to complete after 1 sec to avoid hang if the window isn't focused. b=564413 2010-05-12 14:14:48 +02:00
Jacek Caban
6b28186055 Bug 557000 - Correctly set GCC_VERSION on mingw. r=ted 2010-04-03 14:41:33 +02:00
Marco Bonardo
0a18d022d4 Bug 520384 - Random failure in browser_library_infoBox.js on Linux. r=dietrich 2010-05-12 12:20:08 +02:00
Marco Bonardo
5194c802ec Bug 562663 - Rev3 Fedora 12 x64 permaorange in browser_library_panel_leak.js. r=dietrich 2010-05-12 12:20:05 +02:00
bjarne@runitsoft.com
cd57e1113a Bug 561727 - nsCSPService breaks nsIChannelEventSink contract. r=jst 2010-05-12 12:12:04 +02:00
Frederic Plourde
42fab8d304 Bug 543739 - Need xpcshell unit test suites for libPref. r=dwitte 2010-05-12 12:12:01 +02:00
Frederic Wang
9460a70cb6 Bug 556767 - (semantics) Improve/Complete implementation of <semantics/>. r=roc 2010-05-12 12:11:59 +02:00
Jacek Caban
e853d23bfc Bug 557000 - Don't use GCC_VERSION to detect GCC in makefiles. r=ted 2010-05-01 11:46:25 +02:00
Paolo Amadini
8e4e0a85a6 Bug 561472 - Add a new DownloadPaths JavaScript module. r=sdwilsh 2010-05-12 12:11:53 +02:00
Marco Bonardo
476f09781f Backing out Bug 561741 due to suspect Linux crash on startup 2010-05-12 11:14:50 +02:00
Makoto Kato
66128e542c Bug 540999 - Enable SSE2 for pixman on Windows x64 build. r=jmuizelaar 2010-05-12 17:07:19 +09:00
Makoto Kato
42d8b9c46f Bug 206802 - U+3005 is missing from the kinsoku list. r=smontagu 2010-05-12 17:06:32 +09:00