Commit Graph

6672 Commits

Author SHA1 Message Date
Jonathan Kew
6997bcf952 bug 550163 - part 11 - use sans-serif to avoid Win7 subpixel failure in reftest 474417. r=roc 2010-03-08 10:10:57 +00:00
Jonathan Kew
2aabbeb10f bug 550163 - part 10 - use sans-serif to avoid Win7 subpixel failure in reftest 413292. r=roc 2010-03-08 10:10:55 +00:00
Jonathan Kew
e10358ec7f bug 550163 - part 9 - use sans-serif to avoid Win7 subpixel failure in reftest 389074. r=roc 2010-03-08 10:10:52 +00:00
Jonathan Kew
cca1cfc9e1 bug 550163 - part 8 - use @font-face to ensure we have a font with the fi ligature in reftest 385569. r=roc 2010-03-08 10:10:50 +00:00
Jonathan Kew
20eca686d5 bug 550163 - part 7 - use sans-serif to avoid Win7 subpixel failure in reftest 362901. r=roc 2010-03-08 10:10:48 +00:00
Jonathan Kew
7ddd87c9df bug 550163 - part 6 - use sans-serif to avoid Win7 subpixel failure in reftest 351641. r=roc 2010-03-08 10:10:45 +00:00
Jonathan Kew
205148299c bug 550163 - part 5 - use sans-serif and padding to avoid Win7 subpixel failure in reftest 350506. r=roc 2010-03-08 10:10:43 +00:00
Jonathan Kew
9ab552d322 bug 550163 - part 4 - add padding to avoid Win7 subpixel failure in reftest 296361. r=roc 2010-03-08 10:10:41 +00:00
Jonathan Kew
72566aa191 bug 550163 - part 3 - avoid Win7 subpixel failure in bidi/with-first-letter reftest. r=roc 2010-03-08 10:10:38 +00:00
Jonathan Kew
db79ec8013 bug 550163 - part 2 - resolve Win7 failure in bidi-004 reftest. r=smontagu 2010-03-08 10:10:31 +00:00
Jonathan Kew
362c1db2db bug 550163 - part 1 - resolve Win7 failures in bidi/mixedChartype reftest. r=roc 2010-03-08 10:10:29 +00:00
Ginn Chen
b8ef46d240 Bug 550405: [Sun Studio] Mangled name mismatch for LoadInlineStyle and LoadStyleLink (release build only) r=bzbarsky 2010-03-08 17:34:55 +08:00
Clint Talbert
7ffd9496bc Backed out changeset b4372055f473 -- due to unexplained orange on OS X Leak test (Bd) box 2010-03-07 17:34:23 -08:00
Joel Maher
ef6c5fda3d Bug 544097 - Change mochitests to use mochi.test instead of localhost for mobile test refactoring p=jmaher, r=sayrer,dwitte 2010-03-07 16:08:05 -08:00
Martijn Wargers
024450afb2 Reftests for bug 381746 and bug 383035. 2010-03-07 12:48:37 +01:00
Bernd
06f0fc48fa bug 378935 the border collapse code relies on having mutliple dead cell data entries in a row r=bzbarsky 2010-03-06 10:53:04 +01:00
Bernd
1144f148f4 bug 505894 remove double null check r=timeless 2010-03-06 10:53:03 +01:00
Bernd
ee60430533 bug 484256 remove remaining border widths limits that are now obsolete as borders have a 2 byte storage r=fantasai 2010-03-06 10:53:03 +01:00
Bernd
65b8d4cc9c bug 229247 remove no op quirk code r=bzbarsky 2010-03-06 10:53:02 +01:00
Bernd
7492b03bef bug 281241 if a content based column looses its content based children we need to create anonymous cols r=bzbarsky 2010-03-06 10:53:02 +01:00
Zack Weinberg
11dc66e189 Part of bug 541496: Don't use the CSS parser's "low level" error flag to signal namespace lookup failure. r=bzbarsky
--HG--
extra : rebase_source : 7e844cd9061aedc36d0e58d699e0ba18ca34cc82
2010-03-05 10:43:50 -08:00
Daniel Holbert
9513bd93b3 Bug 452319 followup: cast mRgIndex to be unsigned, to fix signed-unsigned-comparison compiler warning. r=bernd 2010-03-05 10:41:54 -08:00
Robert O'Callahan
6a95e8500e Backed out changeset 78318b260f18 2010-03-05 20:05:33 +13:00
Robert O'Callahan
b752207ff1 Bug 546071. Compute view-to-widget offset for plugin views. r=mats 2010-02-24 00:33:41 -08:00
Robert O'Callahan
6f9f70fb08 Bug 546033. AddScrollPositionListener lazily in nsCanvasFrame to ensure that it's not added during frame construction when the root scroll frame might not be set up yet. r=enndeakin 2010-03-05 13:10:41 +13:00
Robert O'Callahan
f3e9a6b5c7 Bug 545268. Decide whether to suppress a mouse event by looking at the suppression state of the document where the event is going to be delivered. r=smaug 2010-03-05 13:10:32 +13:00
Robert O'Callahan
f07ee1400d Bug 539323. Position the caret at the content-edge of its container frame, not the border-edge. r=mats 2010-03-05 11:52:59 +13:00
Robert O'Callahan
de8fd32344 Bug 532569. Support 'transparent' attribute on XUL IFRAMEs to integrate content documents into the chrome rendering hierarchy, with their background defaulting to transparent. r=mats,sr=bz 2010-03-05 11:52:59 +13:00
Robert O'Callahan
481b4ae05c Bug 499862. Need to flush out linebreaker stuff even if there are no mapped flows. r=smontagu 2010-02-23 23:23:45 -08:00
Mike Kristoffersen
abdb2aa82c Build bustage on Qt due to macro definition of malloc, realloc, etc. Most of this is just moving Qt #includes around. r=dougt
--HG--
extra : rebase_source : 9734e9e68754a6fc45bddbdc60bb5e898bb8cdb2
2010-03-04 13:51:42 -08:00
Clint Talbert
085f2cd30a Backed out changeset a6a6824e2a0e 2010-03-04 10:02:33 -08:00
Joel Maher
7c9970f7af Bug 493792 Refactor runreftests.py test harness to prepare for mobile r=ted p=jmaher
--HG--
extra : rebase_source : 2f904ec7861b9c8f1c192036b7d3c12ef97bed3e
2010-03-04 09:10:16 -08:00
Dão Gottwald
caf1dccaa5 Bug 547224 - Remove the custom emptyText implementation, implement textbox.placeholder using the input field's native placeholder facility. r=enn
--HG--
extra : rebase_source : 50e3996d42073daa4c9f68f8c263b8b8106f3d84
2010-03-04 08:13:27 +01:00
Boris Zbarsky
3f25246245 Bug 522632. Make cellContent blocks returns false from IsContainingBlock. r=dbaron 2010-03-03 18:53:18 -05:00
Shawn Wilsher
8686b4b3fa Mark test as passing since it is (and should be) with the fix from bug 549797. 2010-03-03 14:15:47 -08:00
Shawn Wilsher
9f5d0cab2d Bug 549797 - Removing href attribute from html:a, html:link, and svg:a doesn't remove link styling
r=bz
2010-03-03 12:55:35 -08:00
Olli Pettay
83b813bb98 Bug 549566, clean-up beforeunload message, r=sicking
--HG--
extra : rebase_source : 5abe27de295f9285b926f105d7ec317ebe1503ff
2010-03-03 14:41:57 +02:00
Mark Banner
c54d4b13fb Bug 549860 Fix non-libxul build bustage from bug 544112. r=ted over irc 2010-03-03 12:21:23 +00:00
Cristian KLEIN
c693ddaffc Bug 370436 - Context menu from keyboard for spell checker selects the wrong line; Mochitest for this bug.
r=roc.
2010-03-03 11:12:28 +01:00
Serge Gautherie
5f4a3a1ad2 Bug 381467 - Switch application/x-javascript to application/javascript; (Dv3) /layout/tools/*.
r=dbaron.
2010-03-03 11:12:28 +01:00
Jonas Sicking
aeb9ba77c3 Bug 543870: Implement File.url. r=bz sr=jst 2010-03-02 23:51:09 -08:00
Daniel Holbert
5f7e96d98d Bug 547333 followup: Move FlushAnimations() call from nsSVGElement::GetAnimatedLengthValues to FlushPendingNotifications. r=jwatt r=bz 2010-03-02 07:36:33 -08:00
Daniel Holbert
627f47b186 Bug 540090: Add method nsIDocument::HasAnimationController, to let us check for active SMIL animation without triggering lazy construction. r=roc 2010-03-02 23:09:51 -08:00
Daniel Holbert
36cce2aeb3 Bug 549705: mark random test smil-transitions-interaction-1.svg as random. 2010-03-02 16:08:26 -08:00
Boris Zbarsky
7b3f749b05 Bug 527977 followup. Fix build bustage. 2010-03-02 19:04:44 -05:00
Boris Zbarsky
ca0c6a507d Bug 527977 part 4. Have rulenode always cache inherit structs on the style context (posibly in addition to caching on the rulenode. r=zwol, sr=dbaron 2010-03-02 18:27:21 -05:00
Boris Zbarsky
abae116f82 Bug 527977 part 3. Change the style context cached struct storage; inline GetStyle* and PeekStyle* now that they're pretty dead-simple. r=zwol, sr=dbaron 2010-03-02 18:27:21 -05:00
Boris Zbarsky
864b51b6ce Bug 527977 part 2. Add a way to destroy the structs in an nsInheritedStyleData without trying to deallocate the object itself. r=zwol 2010-03-02 18:27:20 -05:00
Boris Zbarsky
f74086736a Bug 527977 part 1. Remove unused ClearInheritedData functions. r=zwol 2010-03-02 18:27:20 -05:00
Mark Finkle
8a2adedf06 Bug 471700 - reftest for native-widgets fail for fennec, but pass in firefox [r=dbaron] 2010-03-02 17:14:14 -05:00