Commit Graph

17634 Commits

Author SHA1 Message Date
Shelly Lin
05dcf724ca Bug 842243 - Part 3: Add TrackEncoder.h/.cpp; Base class for audio/video track encoder. r=roc 2013-05-17 19:16:36 +08:00
Shelly Lin
370c645a9f Bug 842243 - Part 2: Add OggWriter.h/.cpp; Implementation of Ogg container. r=roc, r=tterribe 2013-05-17 19:13:01 +08:00
Ryan VanderMeulen
254db91ed2 Merge m-c to inbound. 2013-06-10 12:26:38 -04:00
Kartikaya Gupta
3add0c36b5 Bug 879004 - Add types to the remaining methods in GeckoContentController. r=kentuckyfriedtakahe 2013-06-10 09:05:44 -04:00
Kartikaya Gupta
21233ee23c Bug 879004 - Convert the async scroll offset fields in APZC.h to CSSPoints. r=kentuckyfriedtakahe 2013-06-10 09:05:44 -04:00
Kartikaya Gupta
44de711089 Bug 879004 - Cleanups for consistency; no functional changes. r=BenWa, ketuckyfriedtakahe 2013-06-10 09:05:43 -04:00
Kartikaya Gupta
fe148e065e Bug 879004 - Change FrameMetrics.mViewport to be a CSSRect. r=BenWa 2013-06-10 09:05:43 -04:00
Kartikaya Gupta
8125a1cac7 Bug 879004 - Convert mDisplayport and mCriticalDisplayport in FrameMetrics to CSSRects. r=BenWa 2013-06-10 09:05:42 -04:00
Sotaro Ikeda
2d8e4dae08 Bug 871485 - Share hw codec between applications/tasks. r=mwu, r=doublec, r=roc 2013-06-10 08:22:05 -04:00
Cameron McCormack
1cc273c880 Bug 880150 - Treat \<EOF> as U+FFFD outside a string, and drop it inside a string. r=dbaron 2013-06-10 17:04:27 +10:00
Stephen Pohl
43969691bb Bug 881022: Check that the scrollable frame is still alive after each call to UnsetOpacityOnElement for the two scrollbars to avoid crashing. r=roc 2013-06-09 20:38:45 -07:00
Karl Tomlinson
55c41ed5f4 b=810274 allow smooth scroll step to nearest pixel boundary short of desired position r=roc
--HG--
extra : transplant_source : %07%FC%14%84%D6%80%BD%5C%ECe%05%0D%8F%B3%0E%8F%7B%F8%90%1E
2013-06-10 12:37:16 +12:00
Karl Tomlinson
4c8386df31 b=810274 include bounds with layer pixels as possible destinations to minimize subpixel scrolls r=roc
--HG--
extra : transplant_source : %3BkY-X%D0%60lwm%C5XN%BEo%CA%AF%0E%10%08
2013-06-10 12:37:16 +12:00
Matt Woodrow
395c4378ee Bug 871917 - Schedule a paint when an nsSVGImageFrame gets an image changed notification. r=roc 2013-06-10 12:14:01 +12:00
Matt Woodrow
5dbeaae395 Backout Bug 861805 for causing Bug 871729. rs=roc 2013-06-10 12:13:10 +12:00
Stephen Pohl
6100487947 Bug 877097: Check that the scrollable frame is still alive after each call to SetOpacityOnElement for the two scrollbars to avoid crashing. r=roc 2013-06-08 14:05:33 -07:00
Jon Coppeard
af7d9a0531 Bug 860573 - Part 2 - Use spare bits of wrapper cache flags for nsINode r=smaug 2013-06-08 09:54:59 +01:00
Boris Zbarsky
6a359eb980 Bug 879628. Don't screw up the text from earlier counters when using counters() with various list styles. r=dbaron 2013-06-07 22:45:46 -04:00
Boris Zbarsky
9f09fecc19 Bug 877281 part 6. Replace ${jsvalPtr} with a MutableHandle ${jsvalHandle}. r=peterv
It's a little unfortunate that we need both ${jsvalHandle} and
${jsvalRef}, but the only other option is to consistently have a
MutableHandle in this code.  If the thing we have to work with is a
Rooted, that means doing JS::MutableHandle<JS::Value>(&myRooted) as
the thing to substitute for ${jsvalHandle}.  Just using "&myRooted"
doesn't work, because things like "&myRooted.set()" or
"&myRooted.address()" fail, even if parenthesized as
"(&myRooted).set()", because &myRooted is actually a Rooted*, not a
MutableHandle.

We could go the JS::MutableHandle<JS::Value>(&myRooted) route if
desired; it would primarily uglify dictionary and sequence to-js
conversions.  With the setup in this patch, ideally it looks pretty
idiomatic except for the use of .set() instead of operator= on Rooted.
2013-06-07 22:45:46 -04:00
Jeff Gilbert
92a42f92c9 Bug 870232 - Enable 'webgl' requests for Desktop FF. - r=bjacob 2013-06-07 17:44:51 -07:00
Olli Pettay
131ba92590 Bug 877612 - Cannot enter into fullscreen mode after print dialog is opened, r=roc 2013-06-07 12:11:04 +03:00
Matt Woodrow
c0cd112167 Bug 852850 - Follow-up to improve failure output with reftest-no-paint. r=dbaron 2013-06-07 17:10:31 +12:00
Daniel Holbert
087d6bca07 Bug 880137 part 7: Point flexbox-sizing-* to the layout algorithm chunk of the flexbox spec. 2013-06-06 22:08:48 -07:00
Timothy Nikkel
6f4a1b5f7f Bug 880508. Remove defer invalidations code because we don't invalidate during painting anymore. r=matt.woodrow 2013-06-06 23:12:10 -05:00
L. David Baron
b5a44f6a97 Bug 880137 patch 6: Fix a broken spec link. 2013-06-07 13:01:32 +09:00
L. David Baron
67318c20cf Bug 880137 patch 5: point to TR draft rather than dev.w3.org draft. 2013-06-07 12:55:28 +09:00
Daniel Holbert
3bb860e1e0 Bug 880137 part 4: Populate test title fields in w3c-css flexbox reftests. rs=dbaron 2013-06-06 20:37:20 -07:00
Daniel Holbert
c6834755a6 Bug 880137 part 3: Give w3c-css flexbox reftests the necessary boilerplate headers with author info, reference, and placeholder test-title and "help" nodes (populated in next patch). rs=dbaron 2013-06-06 20:37:18 -07:00
Daniel Holbert
f29d0dd35a Bug 880137 part 2: Migrate most flexbox reftests to the flexbox directory in w3c-css folder. rs=dbaron
--HG--
rename : layout/reftests/flexbox/flexbox-align-self-baseline-horiz-1-ref.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-align-self-baseline-horiz-1-ref.xhtml
rename : layout/reftests/flexbox/flexbox-align-self-baseline-horiz-1.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-align-self-baseline-horiz-1.xhtml
rename : layout/reftests/flexbox/flexbox-align-self-horiz-1-block.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-align-self-horiz-1-block.xhtml
rename : layout/reftests/flexbox/flexbox-align-self-horiz-1-ref.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-align-self-horiz-1-ref.xhtml
rename : layout/reftests/flexbox/flexbox-align-self-horiz-1-table.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-align-self-horiz-1-table.xhtml
rename : layout/reftests/flexbox/flexbox-align-self-horiz-2-ref.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-align-self-horiz-2-ref.xhtml
rename : layout/reftests/flexbox/flexbox-align-self-horiz-2.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-align-self-horiz-2.xhtml
rename : layout/reftests/flexbox/flexbox-align-self-horiz-3-ref.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-align-self-horiz-3-ref.xhtml
rename : layout/reftests/flexbox/flexbox-align-self-horiz-3.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-align-self-horiz-3.xhtml
rename : layout/reftests/flexbox/flexbox-align-self-horiz-4-ref.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-align-self-horiz-4-ref.xhtml
rename : layout/reftests/flexbox/flexbox-align-self-horiz-4.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-align-self-horiz-4.xhtml
rename : layout/reftests/flexbox/flexbox-align-self-horiz-5-ref.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-align-self-horiz-5-ref.xhtml
rename : layout/reftests/flexbox/flexbox-align-self-horiz-5.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-align-self-horiz-5.xhtml
rename : layout/reftests/flexbox/flexbox-align-self-vert-1-ref.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-align-self-vert-1-ref.xhtml
rename : layout/reftests/flexbox/flexbox-align-self-vert-1.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-align-self-vert-1.xhtml
rename : layout/reftests/flexbox/flexbox-align-self-vert-2-ref.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-align-self-vert-2-ref.xhtml
rename : layout/reftests/flexbox/flexbox-align-self-vert-2.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-align-self-vert-2.xhtml
rename : layout/reftests/flexbox/flexbox-align-self-vert-3-ref.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-align-self-vert-3-ref.xhtml
rename : layout/reftests/flexbox/flexbox-align-self-vert-3.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-align-self-vert-3.xhtml
rename : layout/reftests/flexbox/flexbox-align-self-vert-4-ref.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-align-self-vert-4-ref.xhtml
rename : layout/reftests/flexbox/flexbox-align-self-vert-4.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-align-self-vert-4.xhtml
rename : layout/reftests/flexbox/flexbox-align-self-vert-rtl-1-ref.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-align-self-vert-rtl-1-ref.xhtml
rename : layout/reftests/flexbox/flexbox-align-self-vert-rtl-1.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-align-self-vert-rtl-1.xhtml
rename : layout/reftests/flexbox/flexbox-align-self-vert-rtl-2-ref.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-align-self-vert-rtl-2-ref.xhtml
rename : layout/reftests/flexbox/flexbox-align-self-vert-rtl-2.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-align-self-vert-rtl-2.xhtml
rename : layout/reftests/flexbox/flexbox-align-self-vert-rtl-3-ref.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-align-self-vert-rtl-3-ref.xhtml
rename : layout/reftests/flexbox/flexbox-align-self-vert-rtl-3.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-align-self-vert-rtl-3.xhtml
rename : layout/reftests/flexbox/flexbox-align-self-vert-rtl-4-ref.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-align-self-vert-rtl-4-ref.xhtml
rename : layout/reftests/flexbox/flexbox-align-self-vert-rtl-4.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-align-self-vert-rtl-4.xhtml
rename : layout/reftests/flexbox/flexbox-baseline-align-self-baseline-horiz-1-ref.html => layout/reftests/w3c-css/submitted/flexbox/flexbox-baseline-align-self-baseline-horiz-1-ref.html
rename : layout/reftests/flexbox/flexbox-baseline-align-self-baseline-horiz-1.html => layout/reftests/w3c-css/submitted/flexbox/flexbox-baseline-align-self-baseline-horiz-1.html
rename : layout/reftests/flexbox/flexbox-baseline-align-self-baseline-vert-1-ref.html => layout/reftests/w3c-css/submitted/flexbox/flexbox-baseline-align-self-baseline-vert-1-ref.html
rename : layout/reftests/flexbox/flexbox-baseline-align-self-baseline-vert-1.html => layout/reftests/w3c-css/submitted/flexbox/flexbox-baseline-align-self-baseline-vert-1.html
rename : layout/reftests/flexbox/flexbox-baseline-empty-1-ref.html => layout/reftests/w3c-css/submitted/flexbox/flexbox-baseline-empty-1-ref.html
rename : layout/reftests/flexbox/flexbox-baseline-empty-1a.html => layout/reftests/w3c-css/submitted/flexbox/flexbox-baseline-empty-1a.html
rename : layout/reftests/flexbox/flexbox-baseline-empty-1b.html => layout/reftests/w3c-css/submitted/flexbox/flexbox-baseline-empty-1b.html
rename : layout/reftests/flexbox/flexbox-baseline-multi-item-horiz-1-ref.html => layout/reftests/w3c-css/submitted/flexbox/flexbox-baseline-multi-item-horiz-1-ref.html
rename : layout/reftests/flexbox/flexbox-baseline-multi-item-horiz-1.html => layout/reftests/w3c-css/submitted/flexbox/flexbox-baseline-multi-item-horiz-1.html
rename : layout/reftests/flexbox/flexbox-baseline-multi-item-vert-1-ref.html => layout/reftests/w3c-css/submitted/flexbox/flexbox-baseline-multi-item-vert-1-ref.html
rename : layout/reftests/flexbox/flexbox-baseline-multi-item-vert-1.html => layout/reftests/w3c-css/submitted/flexbox/flexbox-baseline-multi-item-vert-1.html
rename : layout/reftests/flexbox/flexbox-baseline-single-item-1-ref.html => layout/reftests/w3c-css/submitted/flexbox/flexbox-baseline-single-item-1-ref.html
rename : layout/reftests/flexbox/flexbox-baseline-single-item-1a.html => layout/reftests/w3c-css/submitted/flexbox/flexbox-baseline-single-item-1a.html
rename : layout/reftests/flexbox/flexbox-baseline-single-item-1b.html => layout/reftests/w3c-css/submitted/flexbox/flexbox-baseline-single-item-1b.html
rename : layout/reftests/flexbox/flexbox-basic-block-horiz-1-ref.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-basic-block-horiz-1-ref.xhtml
rename : layout/reftests/flexbox/flexbox-basic-block-horiz-1.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-basic-block-horiz-1.xhtml
rename : layout/reftests/flexbox/flexbox-basic-block-vert-1-ref.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-basic-block-vert-1-ref.xhtml
rename : layout/reftests/flexbox/flexbox-basic-block-vert-1.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-basic-block-vert-1.xhtml
rename : layout/reftests/flexbox/flexbox-basic-canvas-horiz-1-ref.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-basic-canvas-horiz-1-ref.xhtml
rename : layout/reftests/flexbox/flexbox-basic-canvas-horiz-1.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-basic-canvas-horiz-1.xhtml
rename : layout/reftests/flexbox/flexbox-basic-canvas-vert-1-ref.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-basic-canvas-vert-1-ref.xhtml
rename : layout/reftests/flexbox/flexbox-basic-canvas-vert-1.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-basic-canvas-vert-1.xhtml
rename : layout/reftests/flexbox/flexbox-basic-fieldset-horiz-1-ref.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-basic-fieldset-horiz-1-ref.xhtml
rename : layout/reftests/flexbox/flexbox-basic-fieldset-horiz-1.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-basic-fieldset-horiz-1.xhtml
rename : layout/reftests/flexbox/flexbox-basic-fieldset-vert-1-ref.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-basic-fieldset-vert-1-ref.xhtml
rename : layout/reftests/flexbox/flexbox-basic-fieldset-vert-1.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-basic-fieldset-vert-1.xhtml
rename : layout/reftests/flexbox/flexbox-basic-iframe-horiz-1-ref.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-basic-iframe-horiz-1-ref.xhtml
rename : layout/reftests/flexbox/flexbox-basic-iframe-horiz-1.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-basic-iframe-horiz-1.xhtml
rename : layout/reftests/flexbox/flexbox-basic-iframe-vert-1-ref.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-basic-iframe-vert-1-ref.xhtml
rename : layout/reftests/flexbox/flexbox-basic-iframe-vert-1.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-basic-iframe-vert-1.xhtml
rename : layout/reftests/flexbox/flexbox-basic-img-horiz-1-ref.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-basic-img-horiz-1-ref.xhtml
rename : layout/reftests/flexbox/flexbox-basic-img-horiz-1.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-basic-img-horiz-1.xhtml
rename : layout/reftests/flexbox/flexbox-basic-img-vert-1-ref.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-basic-img-vert-1-ref.xhtml
rename : layout/reftests/flexbox/flexbox-basic-img-vert-1.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-basic-img-vert-1.xhtml
rename : layout/reftests/flexbox/flexbox-basic-textarea-horiz-1-ref.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-basic-textarea-horiz-1-ref.xhtml
rename : layout/reftests/flexbox/flexbox-basic-textarea-horiz-1.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-basic-textarea-horiz-1.xhtml
rename : layout/reftests/flexbox/flexbox-basic-textarea-vert-1-ref.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-basic-textarea-vert-1-ref.xhtml
rename : layout/reftests/flexbox/flexbox-basic-textarea-vert-1.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-basic-textarea-vert-1.xhtml
rename : layout/reftests/flexbox/flexbox-basic-video-horiz-1-ref.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-basic-video-horiz-1-ref.xhtml
rename : layout/reftests/flexbox/flexbox-basic-video-horiz-1.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-basic-video-horiz-1.xhtml
rename : layout/reftests/flexbox/flexbox-basic-video-vert-1-ref.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-basic-video-vert-1-ref.xhtml
rename : layout/reftests/flexbox/flexbox-basic-video-vert-1.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-basic-video-vert-1.xhtml
rename : layout/reftests/flexbox/flexbox-items-as-stacking-contexts-1-ref.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-items-as-stacking-contexts-1-ref.xhtml
rename : layout/reftests/flexbox/flexbox-items-as-stacking-contexts-1.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-items-as-stacking-contexts-1.xhtml
rename : layout/reftests/flexbox/flexbox-items-as-stacking-contexts-2-ref.html => layout/reftests/w3c-css/submitted/flexbox/flexbox-items-as-stacking-contexts-2-ref.html
rename : layout/reftests/flexbox/flexbox-items-as-stacking-contexts-2.html => layout/reftests/w3c-css/submitted/flexbox/flexbox-items-as-stacking-contexts-2.html
rename : layout/reftests/flexbox/flexbox-items-as-stacking-contexts-3-ref.html => layout/reftests/w3c-css/submitted/flexbox/flexbox-items-as-stacking-contexts-3-ref.html
rename : layout/reftests/flexbox/flexbox-items-as-stacking-contexts-3.html => layout/reftests/w3c-css/submitted/flexbox/flexbox-items-as-stacking-contexts-3.html
rename : layout/reftests/flexbox/flexbox-justify-content-horiz-1-ref.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-justify-content-horiz-1-ref.xhtml
rename : layout/reftests/flexbox/flexbox-justify-content-horiz-1.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-justify-content-horiz-1.xhtml
rename : layout/reftests/flexbox/flexbox-justify-content-horiz-2-ref.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-justify-content-horiz-2-ref.xhtml
rename : layout/reftests/flexbox/flexbox-justify-content-horiz-2.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-justify-content-horiz-2.xhtml
rename : layout/reftests/flexbox/flexbox-justify-content-horiz-3-ref.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-justify-content-horiz-3-ref.xhtml
rename : layout/reftests/flexbox/flexbox-justify-content-horiz-3.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-justify-content-horiz-3.xhtml
rename : layout/reftests/flexbox/flexbox-justify-content-horiz-4-ref.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-justify-content-horiz-4-ref.xhtml
rename : layout/reftests/flexbox/flexbox-justify-content-horiz-4.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-justify-content-horiz-4.xhtml
rename : layout/reftests/flexbox/flexbox-justify-content-horiz-5-ref.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-justify-content-horiz-5-ref.xhtml
rename : layout/reftests/flexbox/flexbox-justify-content-horiz-5.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-justify-content-horiz-5.xhtml
rename : layout/reftests/flexbox/flexbox-justify-content-vert-1-ref.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-justify-content-vert-1-ref.xhtml
rename : layout/reftests/flexbox/flexbox-justify-content-vert-1.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-justify-content-vert-1.xhtml
rename : layout/reftests/flexbox/flexbox-justify-content-vert-2-ref.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-justify-content-vert-2-ref.xhtml
rename : layout/reftests/flexbox/flexbox-justify-content-vert-2.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-justify-content-vert-2.xhtml
rename : layout/reftests/flexbox/flexbox-justify-content-vert-3-ref.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-justify-content-vert-3-ref.xhtml
rename : layout/reftests/flexbox/flexbox-justify-content-vert-3.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-justify-content-vert-3.xhtml
rename : layout/reftests/flexbox/flexbox-justify-content-vert-4-ref.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-justify-content-vert-4-ref.xhtml
rename : layout/reftests/flexbox/flexbox-justify-content-vert-4.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-justify-content-vert-4.xhtml
rename : layout/reftests/flexbox/flexbox-justify-content-vert-5-ref.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-justify-content-vert-5-ref.xhtml
rename : layout/reftests/flexbox/flexbox-justify-content-vert-5.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-justify-content-vert-5.xhtml
rename : layout/reftests/flexbox/flexbox-margin-auto-horiz-1-ref.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-margin-auto-horiz-1-ref.xhtml
rename : layout/reftests/flexbox/flexbox-margin-auto-horiz-1.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-margin-auto-horiz-1.xhtml
rename : layout/reftests/flexbox/flexbox-margin-auto-horiz-2-ref.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-margin-auto-horiz-2-ref.xhtml
rename : layout/reftests/flexbox/flexbox-margin-auto-horiz-2.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-margin-auto-horiz-2.xhtml
rename : layout/reftests/flexbox/flexbox-mbp-horiz-1-ref.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-mbp-horiz-1-ref.xhtml
rename : layout/reftests/flexbox/flexbox-mbp-horiz-1-reverse-ref.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-mbp-horiz-1-reverse-ref.xhtml
rename : layout/reftests/flexbox/flexbox-mbp-horiz-1-reverse.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-mbp-horiz-1-reverse.xhtml
rename : layout/reftests/flexbox/flexbox-mbp-horiz-1-rtl-reverse.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-mbp-horiz-1-rtl-reverse.xhtml
rename : layout/reftests/flexbox/flexbox-mbp-horiz-1-rtl.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-mbp-horiz-1-rtl.xhtml
rename : layout/reftests/flexbox/flexbox-mbp-horiz-1.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-mbp-horiz-1.xhtml
rename : layout/reftests/flexbox/flexbox-mbp-horiz-2-ref.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-mbp-horiz-2-ref.xhtml
rename : layout/reftests/flexbox/flexbox-mbp-horiz-2a.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-mbp-horiz-2a.xhtml
rename : layout/reftests/flexbox/flexbox-mbp-horiz-2b.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-mbp-horiz-2b.xhtml
rename : layout/reftests/flexbox/flexbox-mbp-horiz-3-ref.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-mbp-horiz-3-ref.xhtml
rename : layout/reftests/flexbox/flexbox-mbp-horiz-3-reverse-ref.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-mbp-horiz-3-reverse-ref.xhtml
rename : layout/reftests/flexbox/flexbox-mbp-horiz-3-reverse.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-mbp-horiz-3-reverse.xhtml
rename : layout/reftests/flexbox/flexbox-mbp-horiz-3.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-mbp-horiz-3.xhtml
rename : layout/reftests/flexbox/flexbox-mbp-horiz-4-ref.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-mbp-horiz-4-ref.xhtml
rename : layout/reftests/flexbox/flexbox-mbp-horiz-4.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-mbp-horiz-4.xhtml
rename : layout/reftests/flexbox/flexbox-overflow-horiz-1-ref.html => layout/reftests/w3c-css/submitted/flexbox/flexbox-overflow-horiz-1-ref.html
rename : layout/reftests/flexbox/flexbox-overflow-horiz-1.html => layout/reftests/w3c-css/submitted/flexbox/flexbox-overflow-horiz-1.html
rename : layout/reftests/flexbox/flexbox-overflow-horiz-2-ref.html => layout/reftests/w3c-css/submitted/flexbox/flexbox-overflow-horiz-2-ref.html
rename : layout/reftests/flexbox/flexbox-overflow-horiz-2.html => layout/reftests/w3c-css/submitted/flexbox/flexbox-overflow-horiz-2.html
rename : layout/reftests/flexbox/flexbox-overflow-horiz-3-ref.html => layout/reftests/w3c-css/submitted/flexbox/flexbox-overflow-horiz-3-ref.html
rename : layout/reftests/flexbox/flexbox-overflow-horiz-3.html => layout/reftests/w3c-css/submitted/flexbox/flexbox-overflow-horiz-3.html
rename : layout/reftests/flexbox/flexbox-overflow-vert-1-ref.html => layout/reftests/w3c-css/submitted/flexbox/flexbox-overflow-vert-1-ref.html
rename : layout/reftests/flexbox/flexbox-overflow-vert-1.html => layout/reftests/w3c-css/submitted/flexbox/flexbox-overflow-vert-1.html
rename : layout/reftests/flexbox/flexbox-overflow-vert-2-ref.html => layout/reftests/w3c-css/submitted/flexbox/flexbox-overflow-vert-2-ref.html
rename : layout/reftests/flexbox/flexbox-overflow-vert-2.html => layout/reftests/w3c-css/submitted/flexbox/flexbox-overflow-vert-2.html
rename : layout/reftests/flexbox/flexbox-overflow-vert-3-ref.html => layout/reftests/w3c-css/submitted/flexbox/flexbox-overflow-vert-3-ref.html
rename : layout/reftests/flexbox/flexbox-overflow-vert-3.html => layout/reftests/w3c-css/submitted/flexbox/flexbox-overflow-vert-3.html
rename : layout/reftests/flexbox/flexbox-paint-ordering-1-ref.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-paint-ordering-1-ref.xhtml
rename : layout/reftests/flexbox/flexbox-paint-ordering-1.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-paint-ordering-1.xhtml
rename : layout/reftests/flexbox/flexbox-paint-ordering-2-ref.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-paint-ordering-2-ref.xhtml
rename : layout/reftests/flexbox/flexbox-paint-ordering-2.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-paint-ordering-2.xhtml
rename : layout/reftests/flexbox/flexbox-sizing-horiz-1-ref.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-sizing-horiz-1-ref.xhtml
rename : layout/reftests/flexbox/flexbox-sizing-horiz-1.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-sizing-horiz-1.xhtml
rename : layout/reftests/flexbox/flexbox-sizing-horiz-2-ref.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-sizing-horiz-2-ref.xhtml
rename : layout/reftests/flexbox/flexbox-sizing-horiz-2.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-sizing-horiz-2.xhtml
rename : layout/reftests/flexbox/flexbox-sizing-vert-1-ref.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-sizing-vert-1-ref.xhtml
rename : layout/reftests/flexbox/flexbox-sizing-vert-1.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-sizing-vert-1.xhtml
rename : layout/reftests/flexbox/flexbox-sizing-vert-2-ref.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-sizing-vert-2-ref.xhtml
rename : layout/reftests/flexbox/flexbox-sizing-vert-2.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-sizing-vert-2.xhtml
rename : layout/reftests/flexbox/flexbox-table-fixup-1-ref.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-table-fixup-1-ref.xhtml
rename : layout/reftests/flexbox/flexbox-table-fixup-1a.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-table-fixup-1a.xhtml
rename : layout/reftests/flexbox/flexbox-table-fixup-1b.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-table-fixup-1b.xhtml
rename : layout/reftests/flexbox/flexbox-whitespace-handling-1-ref.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-whitespace-handling-1-ref.xhtml
rename : layout/reftests/flexbox/flexbox-whitespace-handling-1a.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-whitespace-handling-1a.xhtml
rename : layout/reftests/flexbox/flexbox-whitespace-handling-1b.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-whitespace-handling-1b.xhtml
rename : layout/reftests/flexbox/flexbox-whitespace-handling-2-ref.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-whitespace-handling-2-ref.xhtml
rename : layout/reftests/flexbox/flexbox-whitespace-handling-2.xhtml => layout/reftests/w3c-css/submitted/flexbox/flexbox-whitespace-handling-2.xhtml
rename : layout/reftests/flexbox/flexbox-with-pseudo-elements-1-ref.html => layout/reftests/w3c-css/submitted/flexbox/flexbox-with-pseudo-elements-1-ref.html
rename : layout/reftests/flexbox/flexbox-with-pseudo-elements-1.html => layout/reftests/w3c-css/submitted/flexbox/flexbox-with-pseudo-elements-1.html
rename : layout/reftests/flexbox/flexbox-with-pseudo-elements-2-ref.html => layout/reftests/w3c-css/submitted/flexbox/flexbox-with-pseudo-elements-2-ref.html
rename : layout/reftests/flexbox/flexbox-with-pseudo-elements-2.html => layout/reftests/w3c-css/submitted/flexbox/flexbox-with-pseudo-elements-2.html
rename : layout/reftests/flexbox/flexbox-with-pseudo-elements-3-ref.html => layout/reftests/w3c-css/submitted/flexbox/flexbox-with-pseudo-elements-3-ref.html
rename : layout/reftests/flexbox/flexbox-with-pseudo-elements-3.html => layout/reftests/w3c-css/submitted/flexbox/flexbox-with-pseudo-elements-3.html
rename : layout/reftests/flexbox/ahem.css => layout/reftests/w3c-css/submitted/flexbox/support/ahem.css
rename : layout/reftests/flexbox/solidblue.png => layout/reftests/w3c-css/submitted/flexbox/support/solidblue.png
2013-06-06 20:37:11 -07:00
Daniel Holbert
6ecc4c3db2 Bug 880137 part 1: Create reftest directory for flexbox in w3c-css folder. rs=dbaron 2013-06-06 20:37:09 -07:00
Joe Drew
05696aaf04 Bug 878037 - print preview crash test for printing a bullet with an animated image. r=smaug
--HG--
extra : rebase_source : 2bba8a640fd6c5099fbaa7ae28970f941d27efb3
2013-06-06 13:35:41 -04:00
Daniel Holbert
581b00294c Bug 880104 followup: Annotate flexbox-align-self-vert-rtl-1-ref.xhtml as fuzzy on Android, to fix reftest orange. 2013-06-06 02:46:00 -07:00
Ed Morley
51e8d1b8e5 Merge mozilla-central and inbound 2013-06-06 10:46:45 +01:00
Ed Morley
836a321fdf Merge latest green birch changeset and mozilla-central 2013-06-06 10:44:11 +01:00
Michael Wu
d2b4696cee Bug 771551 - Add CSS Media Query for physical home buttons, r=heycam 2013-06-05 22:42:02 -04:00
Daniel Holbert
b51ddaa1b0 Bug 880104 part 4: Remove unnecessary -moz-max-content from flexbox-widget-flex-items-4.html, and other minor cleanup/commenting in that reftest. rs=dbaron 2013-06-06 00:27:47 -07:00
Daniel Holbert
a84e855928 Bug 880104 part 3: Fix flexbox-justify-content-horiz-5-ref.xhtml to not rely on -moz-max-content for centering shrinkwrapped content. rs=dbaron 2013-06-06 00:27:43 -07:00
Daniel Holbert
1f2b28488f Bug 880104 part 2: Replace -moz-*-content with the (known) fixed length that it computes to in some flexbox reftest files. rs=dbaron 2013-06-06 00:27:36 -07:00
Daniel Holbert
5099ca7b17 Bug 880104 part 1: Rewrite flexbox-align-self-* reftests to not depend on prefixed intrinsic sizing keywords. rs=dbaron 2013-06-06 00:27:23 -07:00
Karl Tomlinson
c6546925ce merge backout b=810274 2013-06-06 18:04:48 +12:00
Karl Tomlinson
e5d64fd2bd backout f4add9815dd1 and db258cb900a7 because gcc 4.4 builds don't use -std=gnu++0x for decltype b=810274 2013-06-06 18:03:21 +12:00
Karl Tomlinson
0088362048 b=810274 allow smooth scroll step to nearest pixel boundary short of desired position r=roc
--HG--
extra : transplant_source : %CF%FE%015%5E%E6R%F0W%EB%1EoW%A5%3B%04%D9%F4C%0A
2013-06-06 15:49:23 +12:00
Karl Tomlinson
154b99ab77 b=810274 include bounds with layer pixels as possible destinations to minimize subpixel scrolls r=roc
--HG--
extra : transplant_source : %22c%20R%E6%BF%C6%10%02%7C%1E%9F%CA%C7%2B%8C%98A%28%D3
2013-06-06 15:49:10 +12:00
Karl Tomlinson
4ff9f7630b b=810274 ensure scrolled range is non-negative even in the presence of nscoord overflow r=roc
Instead of trying to detect all integer overflow at the source, this merely
keeps the sizes non-negative.  That may not mean they are less than
nscoord_MAX.

If we give in and accept that integer arithmetic may result in the scrolled
rect being smaller than the scroll port, then we shouldn't assert.

--HG--
extra : transplant_source : RP%15%84zx%B9%E8%2C%1E%0A%AB%82%F4%9C%A2y%AD5%27
2013-06-06 15:47:39 +12:00
Karl Tomlinson
a4bef8e7d3 partially re-expand assertion count range for "non-root reflow roots must not have scrollable overflow" assertion that doesn't always trigger b=810274
range reduced in 9419b209de19
2013-06-06 16:58:30 +12:00
Jonathan Kew
9c8066d495 bug 875629 - reftest for SVG glyph encoded using a supplementary-plane variation sequence. r=roc 2013-06-05 12:35:06 +01:00
Jonathan Kew
994946b3f6 bug 875629 - test for supplementary-plane character support in SVG-in-OpenType. r=roc 2013-06-05 12:35:00 +01:00
Cameron McCormack
6653c9cf7e Bug 872353 - Remove nsSVGTextFrame2::Reflow(), which is currently unused. r=longsonr 2013-06-05 17:15:31 +10:00
Daniel Holbert
f5826d6b94 Bug 879540: Remove "random" annotation from reftests that depend on flexbox being enabled at startup time; they're not actually random, since it's enabled by default. (no review; just a reftest.list tweak) 2013-06-04 23:23:22 -07:00
Timothy Nikkel
e84c378072 Bug 879494. Remove bug685516 annotations from reftests, they are not needed anymore. r=khuey 2013-06-05 00:18:54 -05:00
David Zbarsky
c796a281aa Bug 788549 Part 12: Add tests for async transform transitions r=dbaron 2013-06-04 20:11:56 -07:00
David Zbarsky
c4ea9e18e0 Bug 788549 Part 11: Refactor test_transitions_per_property in prepartion for async tests r=dbaron 2013-06-04 20:11:56 -07:00
Bobby Holley
03e356bde0 Bug 877478 - Fix tests that depend on creating verboten instances in content. r=mrbkap
XPConnect generally throws when trying to create instances of non-DOM objects
in content. Due to some bugs this has historically worked in certain cases, but
we're fixing those now. So we need to fix the tests that do this sort of thing.
2013-06-04 19:56:42 -07:00
Ryan VanderMeulen
fdf50e57e9 Merge m-c to inbound. 2013-06-04 20:46:25 -04:00
L. David Baron
c302bad27c Bug 879255: Refactor fix for bug 613888, step 4: consolidate conditions, and reindent (and fix bracing while doing so). r=nrc 2013-06-05 09:35:52 +09:00
L. David Baron
88008d07b3 Bug 879255: Refactor fix for bug 613888, step 3: move no-change test earlier so that we don't have to clutter conditions between the new location and old with logic to fall through to it. r=nrc 2013-06-05 09:35:52 +09:00
L. David Baron
e6b239e959 Bug 879255: Refactor fix for bug 613888, step 2: consolidate oldPT variable. r=nrc 2013-06-05 09:35:52 +09:00
L. David Baron
96e910cca8 Bug 879255: Refactor fix for bug 613888, step 1: create haveCurrentTransition variable. r=nrc 2013-06-05 09:35:52 +09:00
Vivien Nicolas
b7bd1bfae7 Backout c0213576a3b7 and 780d65e3ebfa (bug 874984) because it was slowing down HTML rendering 2013-06-04 23:14:24 +02:00
Scott Johnson
bf29874117 Bug 877160: Backout patch for bug 794693 due to regressions. [r=mats] 2013-06-04 10:43:08 -05:00
Frédéric Wang
85df684e6b Bug 878396 - Fix a regression with mspace@mathbackground. r=karlt 2013-06-04 08:22:51 -04:00
Frédéric Wang
fa7da46873 Bug 875294 - Implement menclose notation "updiagonalarrow". r=karlt 2013-06-04 08:21:25 -04:00
Frédéric Wang
925cae8e05 Bug 854339 - Make the equal sign stretchable in MathML. r=karlt 2013-06-04 08:17:45 -04:00
Jared Wein
fd06f10e47 Bug 879131 - Use prefix-less zoom-in and zoom-out CSS property values. r=ms2ger 2013-06-04 17:41:31 -04:00
Rick Eyre
83c073b612 Bug 772321 - Implement CSS parsing of writing-mode r=dbaron 2013-05-28 12:00:49 -04:00
David Zbarsky
f118fa9c91 Bug 779395 - Add support for skew transforms to compositor-driven animations r=dbaron 2013-05-21 18:22:44 +08:00
David Zbarsky
1b3e2ac9d8 Bug 879017: Remove some unneeded CIDs r=bz 2013-06-03 23:05:16 -07:00
Timothy Nikkel
1b7c8bd04d Bug 878612. Passing through the background painting flags in all cases means we follow the same path more often, which asserted before, so we need to bump the assertion counts for one reftest. r=matt.woodrow 2013-06-03 23:49:03 -05:00
Timothy Nikkel
2838778b53 Bug 878612. Make sure to pass through the background painting flags through in all cases. r=matt.woodrow 2013-06-03 23:49:03 -05:00
Ehsan Akhgari
1fbfccb49f Bug 876194 - Remove 660451-1.html because we have another copy of it in the tree (656130-2.html) 2013-06-03 21:42:23 -04:00
Cameron McCormack
4a5fb8a9b7 Bug 876186 - Don't do anything with fill-rule on SVG text. r=longsonr 2013-06-04 10:18:21 +10:00
Joe Drew
6a09b1c5b5 Bug 878062 - Don't call TryOptimizeToImageLayer if we are definitely not going to optimize to an image layer, since it uses lots of memory. r=mattwoodrow 2013-06-03 10:57:06 -04:00
Cameron McCormack
74241f8a2b Bug 876831 - Only reflow nsSVGTextFrame2's anonymous block frame under ReflowSVG. r=bzbarsky,longsonr f=jwatt 2013-06-04 00:15:29 +10:00
Cameron McCormack
fc0c97f294 Bug 873806 - Part 2: Make descendants of non-display nsSVGForeignObjectFrame also non-display. r=longsonr 2013-06-04 00:15:29 +10:00
Cameron McCormack
840c220491 Bug 873806 - Part 1: Ensure non-display SVG text frames get reflowed. r=longsonr f=jwatt
--HG--
rename : layout/reftests/svg/text/clipPath-content.svg => layout/reftests/svg/text/clipPath-content-2.svg
rename : layout/reftests/svg/text/mask-content.svg => layout/reftests/svg/text/mask-content-2.svg
2013-06-04 00:15:29 +10:00
Kartikaya Gupta
94f09001ff Bug 877728 - Convert the page rect passed to SetFirstPaintViewport to LayerIntRect. r=BenWa 2013-06-03 09:58:34 -04:00
Kartikaya Gupta
3bec007d2f Bug 877728 - Convert a couple of nsInt* variables to LayerInt*. r=BenWa 2013-06-03 09:58:07 -04:00
Kartikaya Gupta
d45ced53de Bug 877728 - Convert the scroll offset out-param to SyncViewportInfo from nsIntPoint to ScreenPoint. r=BenWa
Also deletes a bunch of dead code, and makes some variables local
variables instead of member variables since they are only used in
a single function and don't need to be persisted.
2013-06-03 09:53:32 -04:00
Kartikaya Gupta
83f51d55ac Bug 877728 - Convert some CSS rects passed to Java from gfx::Rect to CSSRect. r=BenWa 2013-06-03 09:52:44 -04:00
Ed Morley
a56260120f Bug 774689 - Mark 632781-verybig.html random-if on WinXP for too many intermittent failures DONTBUILD 2013-06-03 14:04:15 +01:00
Michael Harrison
f7b0b83f4a Bug 772153 - Add support for unprefixed cursor:zoom-in/out. r=bz 2013-06-03 08:49:38 -04:00
Ed Morley
7c1c2a7c56 Bug 774689 - Mark 632781-verybig.html fails-if on WinXP for too many intermittent failures 2013-06-03 12:56:00 +01:00
David Zbarsky
0e09a4e5f0 Bug 788549: Fix matrix animations (patch hunk got lost in rebasing) r=dbaron 2013-06-02 13:35:17 -07:00
Ms2ger
b2f1185282 Merge m-c to m-i. 2013-06-02 17:38:01 +02:00
Cameron McCormack
b3ed03c550 Comment tweak for clarity; no bug. (DONTBUILD) 2013-06-02 21:47:48 +10:00
Cameron McCormack
14aea9ed8f Bug 877942 - Don't rely on timeouts in multiple-x-percentages-3.html. r=longsonr 2013-06-02 21:33:11 +10:00
Cameron McCormack
d3dc64f378 Backed out changeset 8bfd675518e9 for incorrect bug number. 2013-06-02 21:32:16 +10:00
Cameron McCormack
be0d7f805a Bug 873806 - Don't rely on timeouts in multiple-x-percentages-3.html. r=longsonr 2013-06-02 21:28:00 +10:00
Tim Taubert
1d11d0dc32 Bug 453650 - implement reflow observers for docShells; r=bz 2013-06-01 12:00:12 +02:00
Daniel Holbert
f1c4805013 Bug 878205: Remove unused & no-longer-needed perl script 'gbdate.pl' from layout/build. r=mats DONTBUILD because NPOTB 2013-05-31 13:20:44 -07:00
Olli Pettay
a490e048b2 Bug 877671 - crash in nsEventListenerManager::RemoveEventListener, r=jst
--HG--
extra : rebase_source : ee7f4547e0b9b26e8dc577d7a530491c2004876c
2013-05-31 14:05:23 +03:00
Drew Willcoxon
15a2e99e96 Bug 863430 - Teach the reftest harness about async spell checking. r=dbaron 2013-06-05 17:07:55 -07:00
Drew Willcoxon
d26b623171 Bug 856270 - Update spell checking to use nsIContentPrefService2 (part 4: update reftests). r=ehsan 2013-06-05 17:07:55 -07:00
Drew Willcoxon
7b004ec642 Bug 856270 - Update spell checking to use nsIContentPrefService2 (part 1: core changes). r=ehsan, sr=gavin 2013-06-05 17:07:54 -07:00
David Zbarsky
d3476eade8 Bug 788549 Part 9: matrix() animations interpret arguments in wrong order r=dbaron 2013-05-31 11:06:56 -07:00
Scott Johnson
fe9e70e605 Bug 730559: Limit the number of columns during layout of column sets to prevent hang. [r=mats]
In nsRuleNode, when we parse a number of columns from a CSS style sheet, we enforce
a rule that the number of columns cannot exceed 1000. This patch simply enforces
the same rule when we decide that the column count will be generated based on
the available width (e.g. the column-count property has a value of 'auto').
2013-05-31 10:51:43 -05:00
Daniel Holbert
9390ba90db Bug 877890: In CSS flexbox and XUL box model, sort placeholders using their out-of-flow frame's order/ordinal value. r=bz 2013-05-31 22:14:03 -07:00
Nathan Froyd
0a950cb848 Bug 877824 - log proper TEST-START and TEST-END points for reftests; r=dbaron 2013-05-30 16:14:46 -04:00
Joe Drew
c15953ec67 Bug 867770 - Test to make sure that animated images are layerized correctly when the pref is enabled. r=mattwoodrow 2013-05-30 21:33:17 -04:00
Joe Drew
d90b555d68 Bug 867770 - Add a pref as to whether we layerize animated images, disabled by default. r=mattwoodrow 2013-05-30 21:33:17 -04:00
Joe Drew
ac3b24a51f Bug 867770 - Layerize all animated images. r=mattwoodrow 2013-05-30 09:50:50 -04:00
Kartikaya Gupta
09a6269c24 Bug 877726 - Convert FrameMetrics.mScrollOffset to be a CSSPoint. r=kentuckyfriedtakahe 2013-05-30 21:30:13 -04:00
David Zbarsky
2bfb28139d Bug 788549 Part 6: Remove a redundant if check r=dbaron 2013-05-30 17:45:17 -07:00
Avi Halachmi
f81ce175bd Bug 856427: Add vsync support at the refresh driver (Windows DWM). r=vlad 2013-05-29 13:31:16 +03:00
Simon Sapin
3d3cc72e20 Bug 875287 - font-family: Do not require whitespace between unquoted idents. r=dbaron
When 'font-family' is secified with unquoted identifiers rather than a quoted string, a single space should be inserted between identifier tokens, even if they are separated by a comment rather than a whitespace token.
2013-05-30 08:10:02 -04:00
Cameron McCormack
a8d15f795f Bug 877575 - Don't force mPositions to be recomputed inside nsSVGTextFrame2::ReflowSVG. r=jwatt 2013-05-30 18:34:59 +10:00
Jonathan Watt
d6090bdaa6 Bug 827915 - Get rid of SVG's own invalidation mechanisms and rely on DLBI instead. r=dholbert 2013-05-30 09:28:13 +01:00
L. David Baron
2e4a775e61 Bug 234485: Map xml:lang attribute into style so that it's used for font selection and hyphenation. r=bzbarsky
The code in nsHTMLStyleSheet implements LangRule to map xml:lang into
style and the code to manage its uniqueness.

The change to nsGenericHTMLElement fixes the mapping of the HTML lang
attribute to do cascading the way all other rule mapping does so that
the cascading works correctly.

The tests test that the correct style language is used for hyphenation
by copying over a set of hyphenation reftests that check its basic
response to languages.  There are no specific tests for font selection,
but font selection is known to use the same language data from style.

I verified manually (see other attachments to bug) that the rule
uniqueness is being managed correctly.

--HG--
rename : layout/reftests/text/auto-hyphenation-1.html => layout/reftests/text/auto-hyphenation-xmllang-1.xhtml
rename : layout/reftests/text/auto-hyphenation-10.html => layout/reftests/text/auto-hyphenation-xmllang-10.xhtml
rename : layout/reftests/text/auto-hyphenation-1.html => layout/reftests/text/auto-hyphenation-xmllang-11a.xhtml
rename : layout/reftests/text/auto-hyphenation-1.html => layout/reftests/text/auto-hyphenation-xmllang-11b.xhtml
rename : layout/reftests/text/auto-hyphenation-4.html => layout/reftests/text/auto-hyphenation-xmllang-12a.xhtml
rename : layout/reftests/text/auto-hyphenation-4.html => layout/reftests/text/auto-hyphenation-xmllang-12b.xhtml
rename : layout/reftests/text/auto-hyphenation-1.html => layout/reftests/text/auto-hyphenation-xmllang-13a.xhtml
rename : layout/reftests/text/auto-hyphenation-1.html => layout/reftests/text/auto-hyphenation-xmllang-13b.xhtml
rename : layout/reftests/text/auto-hyphenation-4.html => layout/reftests/text/auto-hyphenation-xmllang-14a.xhtml
rename : layout/reftests/text/auto-hyphenation-4.html => layout/reftests/text/auto-hyphenation-xmllang-14b.xhtml
rename : layout/reftests/text/auto-hyphenation-1a.html => layout/reftests/text/auto-hyphenation-xmllang-1a.xhtml
rename : layout/reftests/text/auto-hyphenation-2.html => layout/reftests/text/auto-hyphenation-xmllang-2.xhtml
rename : layout/reftests/text/auto-hyphenation-3.html => layout/reftests/text/auto-hyphenation-xmllang-3.xhtml
rename : layout/reftests/text/auto-hyphenation-4.html => layout/reftests/text/auto-hyphenation-xmllang-4.xhtml
rename : layout/reftests/text/auto-hyphenation-5.html => layout/reftests/text/auto-hyphenation-xmllang-5.xhtml
rename : layout/reftests/text/auto-hyphenation-6.html => layout/reftests/text/auto-hyphenation-xmllang-6.xhtml
rename : layout/reftests/text/auto-hyphenation-7.html => layout/reftests/text/auto-hyphenation-xmllang-7.xhtml
rename : layout/reftests/text/auto-hyphenation-8.html => layout/reftests/text/auto-hyphenation-xmllang-8.xhtml
rename : layout/reftests/text/auto-hyphenation-9.html => layout/reftests/text/auto-hyphenation-xmllang-9.xhtml
2013-05-30 16:00:20 +08:00
Cameron McCormack
5e8ff9b6ea Bug 877035 - Remove nsSVGTextFrame2::UpdateGlyphPositioning's aForceGlobalTransform argument and look at mGetCanvasTMForFlag instead. r=longsonr 2013-05-30 17:53:07 +10:00
Cameron McCormack
2c6badad7d Bug 877029 - Add a crashtest for calling nsSVGMarkerFrame::GetCanvasTM() inappropriately. r=longsonr 2013-05-30 17:48:15 +10:00
Robert O'Callahan
a551f00d51 Bug 872254. Clear line/row cursors when overflow areas of lines or table rows change. r=bz
--HG--
extra : rebase_source : 81c1c4269e22ffad98433669ef152002b9d63533
2013-05-30 16:44:37 +12:00
Matt Woodrow
038b820cc3 Bug 877516 - Add MOZ_DUMP_INVALIDATION to enable invalidation logging. r=roc 2013-05-30 14:43:43 +12:00
Matt Woodrow
211e902371 Bug 877516 - Extend MOZ_REFTEST_VERBOSE to also send log messages synchronously. r=roc 2013-05-30 14:43:01 +12:00
Matt Woodrow
fa247b33af Bug 869133 - Recycle the ImageLayers created by nsDisplayImage/nsDisplayBackgroundImage instead of recreating them each time. r=roc 2013-05-30 14:42:28 +12:00
Cameron McCormack
109e949fe7 Bug 876323 - Avoid recomputing mPositions when COORD_CONTEXT_CHANGED unless percentages were used. r=jwatt 2013-05-30 10:44:55 +10:00
David Zbarsky
67106717be Bug 788549 Part 5: Add a function to get opacity and transform property values from layers r=roc 2013-05-29 17:38:27 -07:00
Cosmin Clapon
f24a6b5abb Bug 764996 - Reftests. r=karlt 2013-05-29 19:26:41 -04:00
Cosmin Clapon
4df5931ff9 Bug 764996 - Determine directionality. r=karlt 2013-05-29 19:26:40 -04:00
Cosmin Clapon
3265786443 Bug 764996 - Dir attribute mapping. r=karlt 2013-05-29 19:26:40 -04:00
Timothy Nikkel
de185c2c27 Bug 877458. Bullet frame should honour the sync decode images flag. r=matt.woodrow 2013-05-29 18:23:31 -05:00
Ehsan Akhgari
994b787c21 Backed out 8 changesets (bug 803299) because it makes Tcheckerboard and Tpan so much worse
Backed out changeset f0311781c218 (bug 803299)
Backed out changeset 946467115924 (bug 803299)
Backed out changeset 59af481d8888 (bug 803299)
Backed out changeset 99a03f7ca8a4 (bug 803299)
Backed out changeset 44539f533a92 (bug 803299)
Backed out changeset 3f3963a3ebf6 (bug 803299)
Backed out changeset 5269f0483d1e (bug 803299)
Backed out changeset a9485787fdb1 (bug 803299)
2013-05-29 17:14:27 -04:00
Boris Zbarsky
3db2fdbf6a Bug 876725. Make use of IDL default string values in CSSStyleDeclaration to simplify the code. r=smaug 2013-05-29 16:15:50 -04:00
Arnaud Sourioux
bdc5222535 Bug 875367 followup: Manually annotate ScrollSelectionIntoView and RepaintSelection in nsPresShell.h as MOZ_OVERRIDE. r=dholbert 2013-05-29 12:37:50 -07:00
Arnaud Sourioux
ae5aa58dbc Bug 875367: Annotate ~280 more methods with MOZ_OVERRIDE in /layout. r=dholbert 2013-05-29 12:37:49 -07:00
Chris Lord
2c3afd1543 Bug 803299 - Even more fuzzing for 24bpp/Android. r=blassey CLOSED TREE
Add some extra fuzzing that I think got lost in a rebase to silence some
intermittent failures.
2013-05-29 18:18:06 +01:00
Ralph Giles
4780a7622c Bug 875305 - Replace slow webvtt caption selectors with classes. r=bz
We set the class caption-box class on the anonymous div which
acts as the parent container for the captions overlayed on
the video frame.

caption-text isn't currently used, but will be applied to
child elements by when bug 833382 lands.
2013-05-28 13:55:00 -07:00
Chris Lord
5953e8f4f6 Bug 803299 - Some SVG tests need more fuzzing on Android with 24bpp. r=jwatt
--HG--
extra : rebase_source : b8fcf2a8673d43b6c946a756d2a290553d06fd21
2013-05-29 15:26:40 +01:00
Chris Lord
e2d85efce5 Bug 803299 - Some tests require extra fuzzing on Android in 24-bit colour. r=blassey
--HG--
extra : rebase_source : 75c2dc44bc3a8167b1699ab24da20c67075a182a
2013-05-29 15:26:37 +01:00
Chris Lord
d64c14562e Bug 803299 - More tests pass on Android with 24-bit colour. r=blassey
Tests that were marked as failing now pass with increased colour depth.

--HG--
extra : rebase_source : 620739d5cdd1bb227f51a5cc985e16cd8dfa06f9
2013-05-29 15:26:34 +01:00
L. David Baron
5c77a680fe Bug 864686: Make reftest harness print test URL when there is one. r=heycam
I think the case in this bug is the RecvException case.
2013-05-29 16:06:35 +08:00
Daniel Holbert
8eb336b3f2 Bug 874418: Assert that placeholders are reflowed before their out-of-flows. r=bz 2013-05-21 12:15:57 -04:00
L. David Baron
926f95308f Bug 815408: Ignore CSS transitions and animations in print and print preview. r=bzbarsky
Note that this patch has a little bit of a belt-and-braces aspect to it.
In each file, either one of the changes should be sufficient, but one of
them prevents us from doing unneeded work and the other one ensures that
we never apply style resulting from transitions and animations even if
somehow we do that work.

Also note that the tests don't actually test anything usefully, since
the reftest harness doesn't currently make the pres context non-dynamic.
(Thus they're marked as failing.)  I'm not sure what I should do about
that, though I'm considering just deleting the tests entirely.
2013-05-29 14:36:39 +08:00
L. David Baron
2b20096ae9 Bug 876570: Add missing UngetToken() call in an+b microsyntax parsing. r=bzbarsky 2013-05-29 14:36:39 +08:00
André Reinald
3a7449434c Bug 873012 - In case we use overlay scrollbars, and we run on system 10.8 or later, make them overlap in the bottom right corner, r=smichaud
--HG--
extra : rebase_source : 300f78c1230a6f91a102c032b026b1fe2455f634
2013-05-23 14:14:00 -07:00
Joshua Cranmer
30e98999ec Bug 876701 - Static analysis failure in nsMathMLsemanticsFrame.h, r=karlt 2013-05-28 22:20:44 -05:00
Trevor Saunders
11be8dcfb7 backout 7a1706d0e5b0 to 8c8b6adebb4c for frequent failures in scrolling/text-1.html and scrolling/text-2.html reftests on a CLOSED TREE 2013-05-28 18:32:29 -04:00
Chris Lord
ecaaa1916d Bug 803299 - Some SVG tests need more fuzzing on Android with 24bpp. r=jwatt 2013-05-28 18:50:17 +01:00
Chris Lord
76c290cd25 Bug 803299 - Some tests require extra fuzzing on Android in 24-bit colour. r=blassey 2013-05-28 18:50:17 +01:00
Chris Lord
2b67d3b55b Bug 803299 - More tests pass on Android with 24-bit colour. r=blassey
Tests that were marked as failing now pass with increased colour depth.
2013-05-28 18:50:17 +01:00
Timothy Nikkel
578e7a98db Bug 876630. The async widget release is no longer needed in nsComboBoxFrame because the view subsystem now does the widget destroy async. r=mats 2013-05-28 12:27:36 -05:00
Daniel Holbert
31fd633e58 Bug 876074: Soften flexbox assertion about out-of-order children, since it's not dangerous and it can be triggered by unrelated-to-flexbox tree mutations. r=bz 2013-05-28 09:39:02 -07:00
Robert O'Callahan
a2e128cb3e Bug 876426. Part 1: Fire 'resizevideocontrols' event on video controls element when the element's size is changed. r=mattwoodrow 2013-05-28 17:00:59 +12:00
Ed Morley
3daddbf54f Backed out changeset bb46fe25304b (bug 803299) 2013-05-28 14:45:30 +01:00
Ed Morley
70119eee54 Backed out changeset 8a713f374b1b (bug 803299) 2013-05-28 14:45:24 +01:00
Ed Morley
60c2ad21da Backed out changeset 1b3d30cfce65 (bug 803299) 2013-05-28 14:45:19 +01:00
Chris Lord
fa7778cfc5 Bug 803299 - Some SVG tests need more fuzzing on Android with 24bpp. r=jwatt 2013-05-28 14:22:15 +01:00
Chris Lord
09e469092a Bug 803299 - Some tests require extra fuzzing on Android in 24-bit colour. r=blassey 2013-05-28 14:22:11 +01:00
Chris Lord
8f3844da0f Bug 803299 - More tests pass on Android with 24-bit colour. r=blassey
Tests that were marked as failing now pass with increased colour depth.
2013-05-28 14:22:08 +01:00
Ed Morley
8c071cdb0c Backed out changeset 9395a7b2e54c (bug 876426) for crashtest timeouts on a CLOSED TREE 2013-05-28 08:50:53 +01:00
Robert O'Callahan
8c9ac6ddc4 Bug 876426. Part 1: Fire 'resize' event on video controls element when the element's size is changed. r=mattwoodrow 2013-05-28 17:00:59 +12:00
L. David Baron
f038a57cc3 Additional tests for bug 750388. No review. 2013-05-28 12:12:06 +08:00
Thomasy
9d783e15fe Bug 750388: In an+b microsyntax in :nth-child() etc., allow starting with +n and allow comments at all token boundaries rather than requiring the strange tokens that result from lack of comments or spaces. r=dbaron 2013-05-28 12:12:06 +08:00
Mike Shal
6f32ddf61c Bug 864774 - Part 2: Move CPPSRCS to moz.build as CPP_SOURCES; r=joey CLOSED TREE
From 9e0ba7f425143f545eb6c4b26a9a96b5ade4d8e9 Mon Sep 17 00:00:00 2001
2013-04-23 17:54:15 -04:00
Jon Coppeard
f53a29e132 Bug 874691 - Make CC participant tracing indirect r=mccr8 r=smaug r=bz 2013-05-27 12:50:49 +01:00
Jonathan Watt
8aeef8e483 Bug 876175 - Fix O(n^2) behavior and other perf issues with nsSVGGradientFrame::GetPaintServerPattern. r=roc 2013-05-27 08:34:01 +01:00
Jonathan Watt
c5cdfe938b Bug 876157 - Avoid expensive nsSVGGradientFrame::GetGradientTransform calls when gradients paint only a single color. r=roc 2013-05-27 08:31:39 +01:00
Cameron McCormack
b2822eb8cd Bug 876127 - Assert if we do not look at all style structs in nsStyleContext::CalcStyleDifference. r=dbaron 2013-05-27 16:48:19 +10:00
Stephen Pohl
4bdaf2913e Bug 869314: Test for availability of dropmarkers in non-native styled comboboxes when overlay scrollbars are used. r=roc 2013-05-26 15:05:14 -07:00
Stephen Pohl
7546829bc2 Bug 869314: Fix missing dropmarkers in non-native styled combobox controls when overlay scrollbars are used. r=roc 2013-05-26 15:05:10 -07:00
Stephen Pohl
0e3edb584a Back out bug 869314 for missing r='s. 2013-05-26 15:00:17 -07:00
Stephen Pohl
599e68fbd2 Bug 869314 - Test for availability of dropmarkers in non-native styled comboboxes when overlay scrollbars are used. 2013-05-26 14:40:25 -07:00
Stephen Pohl
622d3dddfd Bug 869314: Fix missing dropmarkers in non-native styled combobox controls when overlay scrollbars are used. 2013-05-26 14:40:16 -07:00
Masatoshi Kimura
407e00e58c Bug 876040 - Replace nsIDOMEvent::GetPreventDefault() with nsIDOMEvent::DefaultPrevented(). r=smaug 2013-05-26 06:05:36 +09:00
Phil Ringnalda
e1008c9cd8 Merge m-c to m-i 2013-05-25 18:18:55 -07:00
Phil Ringnalda
6c5865d6a9 Back out 6115fce2399d (bug 756241 crash test) for making Linux debug crashtest logs exceed the maximum size
CLOSED TREE
2013-05-25 18:13:40 -07:00
Jonathan Kew
4131e1e140 backout changesets d8f3694dd6df (bug 871961 pt 2) and b77d5e403c3d (bug 871961 pt 4) for making the browser crashy. r=me 2013-05-25 21:06:59 +08:00
Jonathan Watt
25717c7a0f Bug 854765 - Get rid of the DidSetStyleContext overrides in SVG frame code to avoid some major perf hits. r=roc 2013-05-24 18:32:33 +01:00
Jonathan Watt
c44e28a47c Bug 875037 - Fix lots of bugs in nsStyleSVG/nsSVGStyleReset::CalcDifference so that they return the correct hints. r=roc 2013-05-24 18:31:33 +01:00
Ed Morley
05416056b0 Merge latest green inbound changeset and mozilla-central 2013-05-24 15:49:15 +01:00
Anthony Jones
f4328c5b39 Bug 868047 - Use a PresShell ID to eliminate stale APZC events; r=roc,benwa 2013-05-24 09:43:36 +08:00
Daniel Holbert
5423d3fe0d Bug 585185: Parse font-sizes as non-negative, in 'font' shorthand. r=dbaron 2013-05-24 09:39:03 +08:00
Phil Ringnalda
f00f44e120 Merge m-c to birch 2013-05-23 21:20:32 -07:00
Phil Ringnalda
64b3a1136c Bug 874984 followup, mark reftest as failing on b2g 2013-05-23 20:24:28 -07:00
Phil Ringnalda
4207b31a0e Back out affd9b74be00 (bug 874418) for unexpected crashtest assertions
CLOSED TREE
2013-05-24 19:00:38 -07:00
Daniel Holbert
13c03fac44 Bug 874418: Assert that placeholders are reflowed before their out-of-flows. r=bz 2013-05-21 12:15:57 -04:00
Ehsan Akhgari
5dc60f0aa8 Backed out changeset 831c1928fba9 (bug 875037) for mochitest-1 assertions on a CLOSED TREE 2013-05-24 16:03:03 -04:00
Ehsan Akhgari
67f4978f9d Backed out changeset e3e70237a47a (bug 854765) because of mochitest-1 assertions 2013-05-24 16:02:48 -04:00
Jonathan Watt
5373250846 Bug 854765 - Get rid of the DidSetStyleContext overrides in SVG frame code to avoid some major perf hits. r=roc 2013-05-24 18:32:33 +01:00
Jonathan Watt
cdd51f042b Bug 875037 - Fix lots of bugs in nsStyleSVG/nsSVGStyleReset::CalcDifference so that they return the correct hints. r=roc 2013-05-24 18:31:33 +01:00
Jonathan Watt
dcc3e40184 Bug 378923 - Make non-root outer-<svg> respect |overflow:visible| (overflow="visible"). r=roc 2013-05-24 17:56:26 +01:00
Daniel Holbert
50afd752be Bug 842065: Remove no-longer-necessary method nsIFrame::StyleDataExternal(). r=dbaron 2013-05-25 00:21:53 +08:00
Ed Morley
6b263d87fa Merge mozilla-central and inbound 2013-05-24 16:09:48 +01:00
Nicholas Cameron
060d253855 No bug - fix incorrect comment on nsStyleAnimation::UncomputeValue r=me 2013-05-24 22:19:28 +08:00
Jonathan Watt
ea0d6e617c Bug 875175 - Stop continuous reflow and invalidation of entire SVG when an element that is partially/wholly outside the viewport is subject to a transform animation. r=dbaron 2013-05-24 14:51:50 +01:00
Mounir Lamouri
6b3cffaec9 No bug - Fix b2g bustage because they hardcode colours... r=me on CLOSED TREE 2013-05-23 16:08:42 +01:00
Markus Stange
07bad85738 Bug 676241 part 8: Remove alternate layer manager handling. r=mattwoodrow 2013-05-23 16:49:18 +02:00
Markus Stange
8ade205eb2 Bug 871590 - Make unified titlebar / toolbar handling more robust. r=roc 2013-05-22 11:50:57 +02:00
Jonathan Watt
b94995ea24 Bug 875069 - nsSVGPathGeometryFrame::NotifySVGChanged needs to take account of stroke-width and non-scaling-stroke. r=dholbert 2013-05-23 15:30:14 +01:00
Boris Zbarsky
decdabaacb Bug 867487. Make sure we don't think we're cloning a complete sheet when we're actually cloning a loading one because the complete sheet was dirty. r=dbaron 2013-05-23 09:20:52 -04:00
Mounir Lamouri
91bfa3c31a Bug 874600 - Make <input type='file'> label colour inherits from the parent's colour. r=bz 2013-05-23 14:09:45 +01:00
Jonathan Watt
481319b784 Bug 874865 - Stop nsSVGOuterSVGFrame::AttributeChanged from calling ChildrenOnlyTransformChanged for transform attribute changes. r=longsonr 2013-05-23 08:04:21 +01:00
Jonathan Watt
b34211cc84 Bug 874846 - Stop calling NotifySVGChanged(TRANSFORM_CHANGED) in nsSVGTextFrame2::AttributeChanged. r=longsonr 2013-05-23 08:09:15 +01:00
Jonathan Watt
d1f5d8d8d3 Bug 874854 - Stop calling SchedulePaint for SVG transform attribute changes. r=longsonr 2013-05-23 08:04:21 +01:00
David Zbarsky
7c6786d1d2 Bug 788549 Part 1: Throttled animations should not claim that their style rule is up to date r=dbaron, nrc 2013-05-23 16:43:22 +08:00
David Zbarsky
fc0f3597bc Bug 788549 Part 3.5: Make nsComputedDOMStyle::MatrixToCSSValue public so we can actually use it r=me 2013-05-23 16:41:40 +08:00
David Zbarsky
7d2f6a8e24 Bug 788549 Part 3: Refactor nsComputedDOMStyle::DoGetTransform r=dbaron 2013-05-23 15:09:27 +08:00
David Zbarsky
f7abc6a2b2 Bug 788549 Part 2: Remove nsComputedDOMStyle::GetROCSSPrimitiveValue r=dbaron 2013-05-23 15:09:26 +08:00
David Zbarsky
bbfd5fd484 [Bug 875204] Merge OMTA prefs r=nrc 2013-05-23 15:09:26 +08:00
Timothy Nikkel
6df2d49365 Bug 865702. Don't move the frame in FinishReflowChild if we were told not to. r=roc 2013-05-23 00:37:05 -05:00
Joe Drew
ec50bea94f Bug 867758 - Synchronize the first time we call RequestRefresh() on an image with the time we call it on images with the same first frame delay, and set the animation start time on those images to the refresh driver's time stamp for accuracy. r=seth
--HG--
extra : rebase_source : ed68e52d1918a8d5ec014579ac01fef48338f3ca
2013-05-17 16:57:26 -04:00
Scott Johnson
b32fabcc6b Bug 794693: Fix font inflation crash by reordering logic in nsHTMLReflowState::InitResizeFlags(). [r=mats] 2013-05-23 11:14:12 +08:00
Ralph Giles
3d52d52549 Bug 833385 - Implement HTMLTrackElement and TextTrack. r=bz,Ms2ger
Add webidl interfaces and implementations of the HTML <track>
element and related TextTrack, TextTrackList, TextTrackCue,
and TextTrackCueList dom objects.

Visibility is controlled by the media.webvtt.enabled pref,
which defaults to false.

HTMLMediaElement:NewURIFromString() is hoisted to
nsGenericHTMLElement so it's available to the track
element as well.

This patch is primarily work by Dale Karp, David Humphrey
and others as Seneca College.
2013-05-22 00:14:00 +08:00
L. David Baron
cf6bee7ae2 Bug 511803 patch 2: Convert all eCSSUnit_Function storage to use nsCSSKeyword. This leads to one behavior change, which is case canonicalization for font-variant-alternates function values. r=bzbarsky
--HG--
rename : layout/style/test/test_bug721136.html => layout/style/test/test_specified_value_serialization.html
2013-05-23 09:08:29 +08:00
L. David Baron
59e9a53413 Bug 511803 patch 1: Fix serialization of font-variant-alternates values with more than one function. (Tested in patch 2.) r=jdaggett 2013-05-23 09:08:29 +08:00
Stephen Pohl
784fa73430 Bug 874486 - Add weakFrame.IsAlive checks to avoid crashing. r=roc 2013-05-22 13:16:19 -04:00
Bobby Holley
ba05c93769 Bug 868130 - Include nsCxPusher.h everywhere we need it, and stop including it from nsContentUtils.h. r=gabor 2013-05-22 10:05:26 -06:00
Jonathan Kew
ca383c5ed8 bug 871961 pt 3 - annotate failing svgglyphs reftests. r=roc 2013-05-22 23:48:27 +08:00
Jonathan Kew
544cab2954 bug 871961 pt 2 - add text-svgglyphs subdirectory to the master layout/reftests manifest. r=roc 2013-05-22 23:48:24 +08:00
Ryan VanderMeulen
707ce92bc8 No bug - Fix up reftest list order. DONTBUILD 2013-05-22 09:48:56 -04:00
Markus Stange
e129b2f0f9 Backed out 2 changesets (bug 871590) CLOSED TREE 2013-05-22 14:10:46 +02:00
Sebastian Wong
7053ccd2a5 Bug 563884 - Add styling for the link tag and add reftests. r=bz 2013-05-22 07:58:09 -04:00
Jonathan Watt
becef9b68a Bug 867596 - Stop calling nsSVGUtils::InvalidateBounds in nsSVGTextFrame2, and use DLBI instead. r=longsonr 2013-05-22 12:30:20 +01:00
Mats Palmgren
0a3fd30f4a Bug 873926 - Don't store a scroll state if we never have been scrolled or restored a previous scroll state. r=roc 2013-05-22 12:49:49 +00:00
David Zbarsky
4b7f63887c Bug 874770 - Always enable OMTA throttling r=nrc 2013-05-22 18:31:03 +08:00
Markus Stange
359f366595 Bug 871590 - Make unified titlebar / toolbar handling more robust. r=roc
--HG--
extra : rebase_source : dc4c5dff4f0a392e096976b355bcf2140f7b2879
2013-05-22 11:50:57 +02:00
Jonathan Kew
9af24cb77c bug 874349 - cached webfonts that were loaded in private browsing mode should not leak out to normal windows. r=ehsan,roc 2013-05-22 14:42:30 +08:00
Jonathan Kew
ec3bf09cb0 bug 862222 pt 1 - bypass the webfont cache when force-reloading the page. r=roc 2013-05-22 12:39:39 +08:00
Daniel Holbert
35aa3d8c53 Bug 825810 part 2: When digging for a flex item's first non-anonymous descendant, check table caption list & column-group list. r=bz 2013-05-22 11:59:36 +08:00
Daniel Holbert
c0ae6eb860 Bug 825810 part 1: Make GetFirstNonAnonBoxDescendant() okay with receiving & returning null frame pointers. r=bz 2013-05-22 11:59:35 +08:00
Daniel Holbert
78739a25c8 Bug 864553 part 2: Minor cleanup to formerly-ifdef-MOZ_FLEXBOX code. r=dbaron 2013-05-22 11:44:52 +08:00
Daniel Holbert
568a0e9c03 Bug 864553 part 1: Remove ifdefs for MOZ_FLEXBOX and configure.in MOZ_FLEXBOX chunk. r=dbaron 2013-05-22 11:44:25 +08:00
Boris Zbarsky
2386f5cd5f Bug 851514. Make sure that we add the parent frame before its kids when constructing a scrollable block, so that things will appear in the right order in fixed-pos lists. r=dbaron 2013-05-21 14:15:30 -04:00
Jonathan Watt
e8fb58c2d0 Bug 874487 - Have nsSVGUseFrame notify any rendering observers when the referenced element is re-cloned. r=roc 2013-05-21 18:24:05 +01:00
Ryan VanderMeulen
88a926596c Backed out changeset 4cb1973f06b9 (bug 868439) for Android M2 failures.
CLOSED TREE
2013-05-21 10:48:09 -04:00
Ryan VanderMeulen
1279992a7b Backed out changesets 619cdf937af1 and 381492b19e3f (bug 869314) for Windows mochitest failures.
CLOSED TREE
2013-05-21 10:13:25 -04:00
Olli Pettay
f312fce963 Bug 865511, make sure to keep track on the right imgIRequest in ImageLoader, r=khuey
--HG--
extra : rebase_source : 55ac3f73c0c6cb9440e662ffa34ddcd596a61627
2013-05-21 15:43:02 +03:00
Ed Morley
6739a9cd44 Backed out changeset 1d056bb94292 (bug 779395) for reftest failures on Tegras 2013-05-21 14:03:43 +01:00
Stephen Pohl
96051cdd24 Bug 869314 - Test for availability of dropmarkers in non-native styled comboboxes when overlay scrollbars are used. r=roc 2013-05-21 08:27:30 -04:00
Stephen Pohl
4437e01248 Bug 869314 - Fix missing dropmarkers in non-native styled combobox controls when overlay scrollbars are used. r=roc 2013-05-21 08:27:14 -04:00
Martijn Wargers
8d347b2743 Bug 868439 - Convert some uses of nsIPrefBranch to SpecialPowers. r=jmaher 2013-05-21 02:14:06 +02:00
David Zbarsky
4a039e4a6e Bug 779395 - Add support for skew transforms to compositor-driven animations r=dbaron 2013-05-21 18:22:44 +08:00
Jonathan Kew
f7865d5906 bug 873902 - reftest for Arabic marks with Windows fonts. r=jdaggett 2013-05-21 13:45:41 +08:00
Bobby Holley
76cfaf4368 Bug 871887 - Make sure |this|-binding is correct or marquee event listeners. r=bz 2013-05-20 11:33:49 -06:00
John Daggett
6ef6e22846 Bug 549861 - add missing files from reland patch. r=bustage 2013-05-20 12:47:32 +09:00
Jonathan Kew
1ecd77525b bug 847344 - refactor gfxFont/gfxFontEntry and associated classes for more efficient use of HarfBuzz and Graphite shaper APIs. r=roc 2013-05-16 17:29:20 +01:00
John Daggett
aa507d8c18 Bug 549861 - reland font-variant subproperties with DOM-peer review. r=khuey 2013-05-20 11:59:20 +09:00
Phil Ringnalda
ff02b0702c Merge m-c to m-i 2013-05-19 11:43:44 -07:00
Ms2ger
9d5803279f Merge backout. 2013-05-19 20:26:58 +02:00
Ms2ger
e0c18984a5 Backout bug 549861 (changesets 27fb48df15ce:7ecd4e3863b4) for insufficient review. 2013-05-19 20:23:19 +02:00
Ms2ger
ecc15add17 Backout changeset 0a6d36fc3749 for conflicting with the backout of bug 549861. 2013-05-19 20:22:17 +02:00
Martijn Wargers
5603b609fd Bug 367360 - crash test 2013-05-19 18:20:21 +00:00
Martijn Wargers
f450c62c4f Bug 367498 - crash tests 2013-05-19 18:20:21 +00:00
Martijn Wargers
2db7ef0d44 Bug 368752 - crash test 2013-05-19 18:20:21 +00:00
Martijn Wargers
1bfbe941cb Bug 682684 - crash test 2013-05-19 18:20:20 +00:00
Jesse Ruderman
60627a970e Bug 493649 - crash test 2013-05-19 18:20:20 +00:00
Martijn Wargers
73d1d6410c Bug 452185 - crash test 2013-05-19 18:20:20 +00:00
Mats Palmgren
01aaa27b5f Bug 467080 - crash test 2013-05-19 18:20:20 +00:00
Cameron McCormack
cdf9e5c44e Bug 839958 - Followup to fix Mac reftest failures due to incorrect fuzzy-if(). 2013-05-20 01:33:18 +10:00
Cameron McCormack
20244c26c8 Bug 839958 - Prevent infinite invalidation loops when using SVG text inside a mask or pattern. r=jwatt 2013-05-19 11:11:16 +10:00
Daniel Holbert
1cbf3e8acf Bug 873172: When checking whether a flex item is generated content, skip past any anonymous boxes around it. r=bz
--HG--
rename : layout/reftests/flexbox/flexbox-with-pseudo-elements-1-ref.html => layout/reftests/flexbox/flexbox-with-pseudo-elements-3-ref.html
rename : layout/reftests/flexbox/flexbox-with-pseudo-elements-1.html => layout/reftests/flexbox/flexbox-with-pseudo-elements-3.html
2013-05-19 11:37:56 +08:00
Cameron McCormack
0e56963ada Backout d00f9ead1848 (bug 839958) for Windows reftest failure on pattern-content.svg. 2013-05-19 12:50:30 +10:00
Cameron McCormack
e7c198552c Bug 839958 - Prevent infinite invalidation loops when using SVG text inside a mask or pattern. r=jwatt 2013-05-19 11:11:16 +10:00
Joel Maher
1b16a50232 Bug 871575 - Set prefs to ensure we don't hit the network in the background during reftest-harness tests on Android, particularly during shutdown when that'll give us NSS crashes, r=philor 2013-05-17 11:20:00 -04:00
Mats Palmgren
998dedb507 Bug 873083 - Disable the crash test for bug 813372 on all platforms except Linux. 2013-05-18 19:37:30 +00:00
Mats Palmgren
aff2473f5a Bug 873083 - Disable the crash test for bug 813372 on Windows. 2013-05-18 19:34:31 +00:00
Aki Helin
24e331e5c1 Bug 619021 - crash test 2013-05-18 18:38:34 +00:00
Martijn Wargers
c47f014ccc Bug 589787 - crash test 2013-05-18 18:38:34 +00:00
Olli Pettay
3265ac784a Bug 585815 - crash test 2013-05-18 18:38:34 +00:00
Martijn Wargers
74d80b563f Bug 576878 - crash test 2013-05-18 18:38:34 +00:00
Jesse Ruderman
612057776b Bug 571995 - crash test 2013-05-18 18:38:33 +00:00
Martijn Wargers
25554b4b15 Bug 526217 - crash test 2013-05-18 18:38:33 +00:00
Martijn Wargers
3a650220ab Bug 509839 - crash tests 2013-05-18 18:38:33 +00:00
XtC4UaLL
31c8f87fba Bug 507119 - crash test 2013-05-18 18:38:33 +00:00
Martijn Wargers
4999e3d00a Bug 499138 - crash test 2013-05-18 18:38:33 +00:00
Martijn Wargers
edc98dfa53 Bug 496742 - crash test 2013-05-18 18:38:32 +00:00
Gregory Szorc
c1b865f669 Bug 873629 - Remove 129 empty Makefile.in files; r=ted 2013-05-17 16:20:11 -07:00
John Daggett
9558e43335 Bug 549861. Alias unprefixed versions of font-feature-settings and font-language-override. r=dbaron 2013-05-13 18:45:38 +09:00
John Daggett
5c527e4327 Bug 549861. Changes based on review comments for parsing of font-variant-alternates. r=dbaron 2013-05-13 18:45:38 +09:00
John Daggett
35a0809475 Bug 549861. Reftests of font-variant-alternates. r=jkew 2013-05-13 18:45:37 +09:00
John Daggett
6758cb5e04 Bug 549861. Implement support for @font-feature-values rule. r=dbaron 2013-05-13 18:45:37 +09:00
John Daggett
57964002fe Bug 549861. Implement CSS parsing of font-variant-alternates. r=dbaron 2013-05-13 18:45:37 +09:00
John Daggett
01200ec056 Bug 549861. Implement rendering support for simple font-variant properties. r=jkew 2013-05-13 18:45:36 +09:00
John Daggett
a00ecfde45 Bug 549861. Parse simple font-variant subproperties. r=dbaron 2013-05-13 18:45:36 +09:00
Ed Morley
2710e5d6a9 Backed out changeset 496846474ed3 (bug 864774) 2013-05-13 10:05:49 +01:00
Mike Shal
d2b29f4e87 Bug 864774 - Part 2: Move CPPSRCS to moz.build as CPP_SOURCES; r=joey
From 140b9201e3b5d2d8efe7af286d279c2411dbc197 Mon Sep 17 00:00:00 2001
2013-04-23 17:54:15 -04:00
David Zbarsky
66e862daca Bug 864206 - Use dom::Touch instead of nsIDOMTouch where possible r=Ms2ger 2013-05-17 13:17:53 -07:00
Mounir Lamouri
c1e03641e2 Bug 52500 - Allow styling <input type='file'> like any other form control. r=bz
--HG--
rename : layout/reftests/forms/input-file-width-clip-ref.html => layout/reftests/forms/input/file/input-file-width-clip-ref.html
rename : layout/reftests/forms/input-file-width-clip-1.html => layout/reftests/forms/input/file/input-file-width-clip.html
2013-05-17 18:40:14 +01:00
Mats Palmgren
7ff07c285a Bug 813372 - Tweaking the test a bit to try to avoid intermittent failures. 2013-05-17 16:36:25 +00:00
Benjamin Peterson
125cb1c0c5 Bug 873309 followup - Killed another unused function. r=me CLOSED TREE 2013-05-16 20:44:04 -05:00
David Zbarsky
e38d5abf49 Bug 873309 - Remove unused GetAllInFlowPaddingRects(Union) function r=roc 2013-05-16 17:46:10 -07:00
Jonathan Watt
d8a27f177a Bug 864120 - Use a display list item to create the focus ring for <input type=range>. r=roc 2013-04-22 10:11:56 +01:00
Karl Tomlinson
d22276e182 backout bug 810274 for typeof VS compile failure 2013-05-13 13:50:42 +12:00
Karl Tomlinson
8619350cbc b=810274 allow smooth scroll step to nearest pixel boundary short of desired position r=roc
--HG--
extra : transplant_source : %BE%DF%8BhHLmaB%D5%3F%DD7%AB%14%989%A0%CA%14
2013-05-02 15:04:20 +12:00
Karl Tomlinson
f0fcdeecf9 b=810274 include bounds with layer pixels as possible destinations to minimize subpixel scrolls r=roc
--HG--
extra : transplant_source : a%E1S%03%CBB%D3%DE%DDn%96r%BC%B2%D6%7D%82%AB%EBv
2013-05-02 15:04:20 +12:00
Mark Hammond
ce535b97f9 Bug 812943 - allow panel anchor arrow to 'slide' on one axis rather than being resized. r=Neil 2013-05-09 08:59:03 +10:00
Jonathan Watt
5a8be49450 Bug 870192 - Prevent rounding issues in gfxMatrix::ScaleFactors from combinging with timing issues to cause sporadic invalidation of transforming elements. r=roc 2013-05-13 00:12:19 +01:00
Jesse Ruderman
6b4b180e17 Bug 494283 - crash test 2013-05-12 23:09:31 +02:00
Jesse Ruderman
5f031daf28 Bug 474075 - crash test 2013-05-12 23:09:31 +02:00
Martijn Wargers
403c4fe2fa Bug 470272 - crash test 2013-05-12 23:09:31 +02:00
Martijn Wargers
a29dcff4b2 Bug 462849 - crash test 2013-05-12 23:09:31 +02:00
David Baron
cca0f58c46 Bug 462392 - crash test 2013-05-12 23:09:31 +02:00
Martijn Wargers
baa948a934 Bug 455407 - crash test 2013-05-12 23:09:30 +02:00
Martijn Wargers
cdd0939d37 Bug 451170 - crash test 2013-05-12 23:09:30 +02:00
Jesse Ruderman
dd766be282 Bug 423098 - crash test 2013-05-12 23:09:30 +02:00
Martijn Wargers
2b6c9ee4d4 Bug 420718 - crash tests 2013-05-12 23:09:30 +02:00
Martijn Wargers
0e5ded4687 Bug 416165 - crash tests 2013-05-12 23:09:30 +02:00
Martijn Wargers
b9fb9fa9c7 Bug 402872 - crash tests 2013-05-12 23:09:30 +02:00
Martijn Wargers
2ed7cb55e1 Bug 401734 - crash tests 2013-05-12 23:09:30 +02:00
Jesse Ruderman
46c9ca351b Bug 397293 - crash test 2013-05-12 23:09:30 +02:00
dror3go
f2b5f40381 Bug 386476 - crash test 2013-05-12 23:09:29 +02:00
Mats Palmgren
4721db3cda Bug 377522 - crash test 2013-05-12 23:09:29 +02:00
Martijn Wargers
a205a1403b Bug 375831 - crash test 2013-05-12 23:09:29 +02:00
Bas Schouten
b78d7bc97a Bug 779029: Try to respect EXTEND_NONE when masking. r=jrmuizel
--HG--
extra : rebase_source : 0634d90f2c580fd4cc1ad73fb5b3406a6afda964
2013-05-12 15:03:12 +01:00
Jonathan Watt
36958534b6 Bug 870443 - Add warning comment to DoApplyRenderingChangeToTree. r=dholbert
--HG--
extra : rebase_source : d6f6ba5f17f42f4606edc7c89f004d5782de447a
2013-05-12 10:25:10 +01:00
Jonathan Watt
3c475cc281 Bug 870415 - Simplify invalidation of SVG in DoApplyRenderingChangeToTree. r=dholbert
--HG--
extra : rebase_source : c189f97241b6ef3534c1ddffc2bfc426f892d4a5
2013-05-12 10:15:02 +01:00
L. David Baron
1a4df21deb Fix warnings-as-errors bustage from changeset 09552b219c3a (Bug 828312 patch 3). 2013-05-10 18:04:55 -07:00
L. David Baron
485f35e89c Bug 828312 patch 4.5: Pass the same aMinChange to the top level of a ReResolveStyleContext that we would for the recursive calls, rather than including previous continutaions in aMinChange. r=bzbarsky 2013-05-10 17:35:08 -07:00
L. David Baron
9c274e1932 Bug 828312 patch 4: Remove unused nsIPresShell::StyleChangeReflow. r=bzbarsky 2013-05-10 17:35:08 -07:00
L. David Baron
e1c209333c Bug 828312 patch 3: Wait to mark lines dirty until we're in reflow, to avoid O(N^2) behavior as a result of looking for lines. r=bzbarsky
The assertion count reduction from 12 to 8 in
layout/generic/crashtests/798020-1.html is the removal of the 4
###!!! ASSERTION: math on NS_UNCONSTRAINEDSIZE: 'NS_UNCONSTRAINEDSIZE != aState.mReflowState.mComputedBorderPadding.left && NS_UNCONSTRAINEDSIZE != aState.mReflowState.ComputedWidth()'
in nsBlockFrame::PrepareResizeReflow by avoiding calling
nsBlockFrame::PrepareResizeReflow.
2013-05-10 17:35:08 -07:00
L. David Baron
b55a1a7ac7 Bug 828312 patch 2: Make list renumbering code set NS_FRAME_HAS_DIRTY_CHILDREN correctly on intermediate blocks and inlines, and NS_FRAME_IS_DIRTY correctly on the bullets. r=bzbarsky
The change to mark NS_FRAME_IS_DIRTY on the bullets fixes a failure in
layout/reftests/bugs/418574-1.html exposed by patch 3.
2013-05-10 17:35:08 -07:00
L. David Baron
79987cd17f Bug 828312, patch 1: Remove unneeded assignment to nonInheritedHints, which is not needed because we will do difference computation on the style context in this codepath anyway. r=bzbarsky 2013-05-10 17:35:08 -07:00
Ryan VanderMeulen
f29781ff66 Bug 869694 - Mark another test as random on Android. 2013-05-10 09:17:12 -04:00
Frédéric Wang
ebcbc169f6 Bug 745131 - Reftests for <semantics>. r=karlt 2013-05-10 08:40:44 -04:00
Frédéric Wang
1e903a00f8 Bug 745131 - Improve how <semantics> determine the visible child. r=karlt
--HG--
rename : layout/mathml/nsMathMLmactionFrame.cpp => layout/mathml/nsMathMLSelectedFrame.cpp
rename : layout/mathml/nsMathMLmactionFrame.h => layout/mathml/nsMathMLSelectedFrame.h
2013-05-10 08:40:44 -04:00
Ed Morley
cf8199da6c Merge latest green inbound changeset and mozilla-central 2013-05-10 09:13:03 +01:00
Ms2ger
8fb7fe4ba0 Bug 868726 - Outparamdel nsViewManager::GetDeviceContext; r=tn 2013-05-10 09:13:49 +02:00
Ms2ger
b0aeaa7fdc Bug 859252 - Part c: Hook up the reftests in dom/imptests; r=jhammel 2013-05-10 09:13:19 +02:00
Ms2ger
268cfa21e8 Bug 859252 - Part b: Import the reftests in the HTML test suite; r=mounir+smontagu
--HG--
rename : layout/reftests/bidi/dirAuto/dir_auto-EN-L-ref.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-EN-L-ref.html
rename : layout/reftests/bidi/dirAuto/dir_auto-EN-L.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-EN-L.html
rename : layout/reftests/bidi/dirAuto/dir_auto-EN-R-ref.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-EN-R-ref.html
rename : layout/reftests/bidi/dirAuto/dir_auto-EN-R.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-EN-R.html
rename : layout/reftests/bidi/dirAuto/dir_auto-L-ref.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-L-ref.html
rename : layout/reftests/bidi/dirAuto/dir_auto-L.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-L.html
rename : layout/reftests/bidi/dirAuto/dir_auto-N-EN-L-ref.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-N-EN-L-ref.html
rename : layout/reftests/bidi/dirAuto/dir_auto-N-EN-L.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-N-EN-L.html
rename : layout/reftests/bidi/dirAuto/dir_auto-N-EN-R-ref.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-N-EN-R-ref.html
rename : layout/reftests/bidi/dirAuto/dir_auto-N-EN-R.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-N-EN-R.html
rename : layout/reftests/bidi/dirAuto/dir_auto-N-EN-ref.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-N-EN-ref.html
rename : layout/reftests/bidi/dirAuto/dir_auto-N-EN.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-N-EN.html
rename : layout/reftests/bidi/dirAuto/dir_auto-N-L-ref.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-N-L-ref.html
rename : layout/reftests/bidi/dirAuto/dir_auto-N-L.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-N-L.html
rename : layout/reftests/bidi/dirAuto/dir_auto-N-R-ref.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-N-R-ref.html
rename : layout/reftests/bidi/dirAuto/dir_auto-N-R.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-N-R.html
rename : layout/reftests/bidi/dirAuto/dir_auto-R-ref.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-R-ref.html
rename : layout/reftests/bidi/dirAuto/dir_auto-R.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-R.html
rename : layout/reftests/bidi/dirAuto/dir_auto-contained-L-ref.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-contained-L-ref.html
rename : layout/reftests/bidi/dirAuto/dir_auto-contained-L.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-contained-L.html
rename : layout/reftests/bidi/dirAuto/dir_auto-contained-R-ref.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-contained-R-ref.html
rename : layout/reftests/bidi/dirAuto/dir_auto-contained-R.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-contained-R.html
rename : layout/reftests/bidi/dirAuto/dir_auto-contained-bdi-L-ref.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-contained-bdi-L-ref.html
rename : layout/reftests/bidi/dirAuto/dir_auto-contained-bdi-L.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-contained-bdi-L.html
rename : layout/reftests/bidi/dirAuto/dir_auto-contained-bdi-R-ref.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-contained-bdi-R-ref.html
rename : layout/reftests/bidi/dirAuto/dir_auto-contained-bdi-R.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-contained-bdi-R.html
rename : layout/reftests/bidi/dirAuto/dir_auto-contained-dir-L-ref.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-contained-dir-L-ref.html
rename : layout/reftests/bidi/dirAuto/dir_auto-contained-dir-L.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-contained-dir-L.html
rename : layout/reftests/bidi/dirAuto/dir_auto-contained-dir-R-ref.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-contained-dir-R-ref.html
rename : layout/reftests/bidi/dirAuto/dir_auto-contained-dir-R.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-contained-dir-R.html
rename : layout/reftests/bidi/dirAuto/dir_auto-contained-dir_auto-L-ref.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-contained-dir_auto-L-ref.html
rename : layout/reftests/bidi/dirAuto/dir_auto-contained-dir_auto-L.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-contained-dir_auto-L.html
rename : layout/reftests/bidi/dirAuto/dir_auto-contained-dir_auto-R-ref.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-contained-dir_auto-R-ref.html
rename : layout/reftests/bidi/dirAuto/dir_auto-contained-dir_auto-R.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-contained-dir_auto-R.html
rename : layout/reftests/bidi/dirAuto/dir_auto-contained-script-L-ref.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-contained-script-L-ref.html
rename : layout/reftests/bidi/dirAuto/dir_auto-contained-script-L.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-contained-script-L.html
rename : layout/reftests/bidi/dirAuto/dir_auto-contained-script-R-ref.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-contained-script-R-ref.html
rename : layout/reftests/bidi/dirAuto/dir_auto-contained-script-R.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-contained-script-R.html
rename : layout/reftests/bidi/dirAuto/dir_auto-contained-style-L-ref.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-contained-style-L-ref.html
rename : layout/reftests/bidi/dirAuto/dir_auto-contained-style-L.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-contained-style-L.html
rename : layout/reftests/bidi/dirAuto/dir_auto-contained-style-R-ref.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-contained-style-R-ref.html
rename : layout/reftests/bidi/dirAuto/dir_auto-contained-style-R.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-contained-style-R.html
rename : layout/reftests/bidi/dirAuto/dir_auto-contained-textarea-L-ref.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-contained-textarea-L-ref.html
rename : layout/reftests/bidi/dirAuto/dir_auto-contained-textarea-L.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-contained-textarea-L.html
rename : layout/reftests/bidi/dirAuto/dir_auto-contained-textarea-R-ref.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-contained-textarea-R-ref.html
rename : layout/reftests/bidi/dirAuto/dir_auto-contained-textarea-R.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-contained-textarea-R.html
rename : layout/reftests/bidi/dirAuto/dir_auto-input-EN-L-ref.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-input-EN-L-ref.html
rename : layout/reftests/bidi/dirAuto/dir_auto-input-EN-L.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-input-EN-L.html
rename : layout/reftests/bidi/dirAuto/dir_auto-input-EN-R-ref.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-input-EN-R-ref.html
rename : layout/reftests/bidi/dirAuto/dir_auto-input-EN-R.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-input-EN-R.html
rename : layout/reftests/bidi/dirAuto/dir_auto-input-L-ref.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-input-L-ref.html
rename : layout/reftests/bidi/dirAuto/dir_auto-input-L.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-input-L.html
rename : layout/reftests/bidi/dirAuto/dir_auto-input-N-EN-L-ref.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-input-N-EN-L-ref.html
rename : layout/reftests/bidi/dirAuto/dir_auto-input-N-EN-L.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-input-N-EN-L.html
rename : layout/reftests/bidi/dirAuto/dir_auto-input-N-EN-R-ref.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-input-N-EN-R-ref.html
rename : layout/reftests/bidi/dirAuto/dir_auto-input-N-EN-R.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-input-N-EN-R.html
rename : layout/reftests/bidi/dirAuto/dir_auto-input-N-EN-ref.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-input-N-EN-ref.html
rename : layout/reftests/bidi/dirAuto/dir_auto-input-N-EN.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-input-N-EN.html
rename : layout/reftests/bidi/dirAuto/dir_auto-input-N-L-ref.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-input-N-L-ref.html
rename : layout/reftests/bidi/dirAuto/dir_auto-input-N-L.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-input-N-L.html
rename : layout/reftests/bidi/dirAuto/dir_auto-input-N-R-ref.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-input-N-R-ref.html
rename : layout/reftests/bidi/dirAuto/dir_auto-input-N-R.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-input-N-R.html
rename : layout/reftests/bidi/dirAuto/dir_auto-input-R-ref.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-input-R-ref.html
rename : layout/reftests/bidi/dirAuto/dir_auto-input-R.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-input-R.html
rename : layout/reftests/bidi/dirAuto/dir_auto-input-script-EN-L-ref.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-input-script-EN-L-ref.html
rename : layout/reftests/bidi/dirAuto/dir_auto-input-script-EN-L.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-input-script-EN-L.html
rename : layout/reftests/bidi/dirAuto/dir_auto-input-script-EN-R-ref.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-input-script-EN-R-ref.html
rename : layout/reftests/bidi/dirAuto/dir_auto-input-script-EN-R.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-input-script-EN-R.html
rename : layout/reftests/bidi/dirAuto/dir_auto-input-script-L-ref.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-input-script-L-ref.html
rename : layout/reftests/bidi/dirAuto/dir_auto-input-script-L.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-input-script-L.html
rename : layout/reftests/bidi/dirAuto/dir_auto-input-script-N-EN-L-ref.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-input-script-N-EN-L-ref.html
rename : layout/reftests/bidi/dirAuto/dir_auto-input-script-N-EN-L.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-input-script-N-EN-L.html
rename : layout/reftests/bidi/dirAuto/dir_auto-input-script-N-EN-R-ref.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-input-script-N-EN-R-ref.html
rename : layout/reftests/bidi/dirAuto/dir_auto-input-script-N-EN-R.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-input-script-N-EN-R.html
rename : layout/reftests/bidi/dirAuto/dir_auto-input-script-N-EN-ref.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-input-script-N-EN-ref.html
rename : layout/reftests/bidi/dirAuto/dir_auto-input-script-N-EN.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-input-script-N-EN.html
rename : layout/reftests/bidi/dirAuto/dir_auto-input-script-N-L-ref.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-input-script-N-L-ref.html
rename : layout/reftests/bidi/dirAuto/dir_auto-input-script-N-L.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-input-script-N-L.html
rename : layout/reftests/bidi/dirAuto/dir_auto-input-script-N-R-ref.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-input-script-N-R-ref.html
rename : layout/reftests/bidi/dirAuto/dir_auto-input-script-N-R.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-input-script-N-R.html
rename : layout/reftests/bidi/dirAuto/dir_auto-input-script-R-ref.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-input-script-R-ref.html
rename : layout/reftests/bidi/dirAuto/dir_auto-input-script-R.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-input-script-R.html
rename : layout/reftests/bidi/dirAuto/dir_auto-isolate-ref.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-isolate-ref.html
rename : layout/reftests/bidi/dirAuto/dir_auto-isolate.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-isolate.html
rename : layout/reftests/bidi/dirAuto/dir_auto-pre-N-EN-ref.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-pre-N-EN-ref.html
rename : layout/reftests/bidi/dirAuto/dir_auto-pre-N-EN.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-pre-N-EN.html
rename : layout/reftests/bidi/dirAuto/dir_auto-pre-N-between-Rs-ref.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-pre-N-between-Rs-ref.html
rename : layout/reftests/bidi/dirAuto/dir_auto-pre-N-between-Rs.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-pre-N-between-Rs.html
rename : layout/reftests/bidi/dirAuto/dir_auto-pre-mixed-ref.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-pre-mixed-ref.html
rename : layout/reftests/bidi/dirAuto/dir_auto-pre-mixed.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-pre-mixed.html
rename : layout/reftests/bidi/dirAuto/dir_auto-textarea-N-EN-ref.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-textarea-N-EN-ref.html
rename : layout/reftests/bidi/dirAuto/dir_auto-textarea-N-EN.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-textarea-N-EN.html
rename : layout/reftests/bidi/dirAuto/dir_auto-textarea-N-between-Rs-ref.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-textarea-N-between-Rs-ref.html
rename : layout/reftests/bidi/dirAuto/dir_auto-textarea-N-between-Rs.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-textarea-N-between-Rs.html
rename : layout/reftests/bidi/dirAuto/dir_auto-textarea-mixed-ref.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-textarea-mixed-ref.html
rename : layout/reftests/bidi/dirAuto/dir_auto-textarea-mixed.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-textarea-mixed.html
rename : layout/reftests/bidi/dirAuto/dir_auto-textarea-script-N-EN-ref.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-textarea-script-N-EN-ref.html
rename : layout/reftests/bidi/dirAuto/dir_auto-textarea-script-N-EN.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-textarea-script-N-EN.html
rename : layout/reftests/bidi/dirAuto/dir_auto-textarea-script-N-between-Rs-ref.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-textarea-script-N-between-Rs-ref.html
rename : layout/reftests/bidi/dirAuto/dir_auto-textarea-script-N-between-Rs.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-textarea-script-N-between-Rs.html
rename : layout/reftests/bidi/dirAuto/dir_auto-textarea-script-mixed-ref.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-textarea-script-mixed-ref.html
rename : layout/reftests/bidi/dirAuto/dir_auto-textarea-script-mixed.html => dom/imptests/html/html/dom/elements/global-attributes/dir_auto-textarea-script-mixed.html
rename : content/html/content/reftests/hidden-1-ref.html => dom/imptests/html/html/editing/the-hidden-attribute/hidden-1-ref.html
rename : content/html/content/reftests/hidden-1a.html => dom/imptests/html/html/editing/the-hidden-attribute/hidden-1a.html
rename : content/html/content/reftests/hidden-1b.html => dom/imptests/html/html/editing/the-hidden-attribute/hidden-1b.html
rename : content/html/content/reftests/hidden-1c.html => dom/imptests/html/html/editing/the-hidden-attribute/hidden-1c.html
rename : content/html/content/reftests/hidden-1d.html => dom/imptests/html/html/editing/the-hidden-attribute/hidden-1d.html
rename : content/html/content/reftests/hidden-1e.html => dom/imptests/html/html/editing/the-hidden-attribute/hidden-1e.html
rename : content/html/content/reftests/hidden-1f.html => dom/imptests/html/html/editing/the-hidden-attribute/hidden-1f.html
rename : content/html/content/reftests/hidden-1g.html => dom/imptests/html/html/editing/the-hidden-attribute/hidden-1g.html
rename : content/html/content/reftests/hidden-2-ref.svg => dom/imptests/html/html/editing/the-hidden-attribute/hidden-2-ref.svg
rename : content/html/content/reftests/hidden-2.svg => dom/imptests/html/html/editing/the-hidden-attribute/hidden-2.svg
2013-05-10 09:12:55 +02:00
Daniel Holbert
ef64fdc5f8 Bug 870555 part 2: Add nsFlexContainerFrame::GetSkipSides specialization. r=mats 2013-05-09 20:10:49 -07:00
Daniel Holbert
60c2c28212 Bug 870555 part 1: Add curly braces around early-return in nsBlockFrame::GetSkipSides, for clarity. r=mats 2013-05-09 20:10:47 -07:00
Daniel Holbert
6872785fff Bug 870504: De-virtualize the unnecessarily virtual method nsBlockFrame::ComputeFinalSize. r=mats 2013-05-09 17:23:28 -07:00
Timothy Nikkel
457b71eb78 Bug 869694. Followup, Mark two reftests as random instead of fails on android because they pass sometimes. r=philor 2013-05-09 19:06:08 -05:00
Joel Maher
abcfe41b3e Bug 869694 - Enable layout/reftests/bugs on Android. r=tn 2013-05-09 13:42:13 -04:00
Andrea Marchesini
031eb2e92c Bug 866796 - Convert SVGAnimatedRect to WebIDL. r=Ms2ger 2013-05-09 13:42:12 -04:00
Bobby Holley
7a055e0974 Bug 857356 - Make reftests/crashtest run without XBL scopes. r=bz
I talked about this with bz. The issue is that we have a lot of XUL reftests
that end up getting run as remote XUL given that the reftest harness loads
them with file:// URIs. But realistically most of them probably want to test
the fully-featured XBL environment that we provide to frontend and extensions.

So the compromise here is to do XBL scopes for content, and no XBL scopes
for reftests/crashtests.
2013-05-09 09:16:02 -07:00
Nathan Froyd
dbba9baf39 Bug 858131 - rewrite FloatingPoint.h to be C++-only instead of C-compatible C++; r+original-author=Waldo 2013-05-01 16:55:13 -04:00
Daniel Holbert
211c5db345 Bug 722888: Add reftest for this bug (which became fixed by DLBI). [test-only change] 2013-05-08 23:53:55 -07:00
Gregory Szorc
2afb3f3369 Bug 856392 - Categorize mach commands; r=jhammel
DONTBUILD (NPOTB)
2013-05-08 17:56:30 -07:00
L. David Baron
b436d2b23d Bug 868751: Remove support for obsolete document.createEvent("AnimationEvent"), document.createEvent("TransitionEvent"), AnimationEvent.initAnimationEvent, and TransitionEvent.initTransitionEvent. r=smaug 2013-05-08 13:45:35 -07:00
Mark Banner
e569d3dfb4 Bug 863069 - Part 2: Sort lists in moz.build files (mac specific); r=gps 2013-05-08 19:31:52 +01:00
Jonathan Watt
5dac4df334 Bug 869611 - Stop reflowing in nsSVGPathGeometryFrame::NotifySVGChanged for ancestor transform changes. r=dholbert 2013-05-08 18:13:11 +01:00
Jonathan Watt
4202ed2982 Bug 869781 - Make nsSVGOuterSVGFrame::Reflow update the overflow rects of its children if it has a viewBox. r=dholbert 2013-05-08 18:11:42 +01:00
Robert O'Callahan
5bf8a17b77 Bug 866579. Don't bother adding an arena-allocated DisplayItemClip to mDisplayItemClipsToDestroy if its destructor isn't going to do anything interesting. r=mattwoodrow
--HG--
extra : rebase_source : b8b64d9697cd2f19a42ff751cbfb7a1566f28209
2013-05-07 22:16:30 -07:00
Phil Ringnalda
241555aa18 Back out ff30118a4799 (bug 868432) for mochitest-chrome failures 2013-05-07 22:11:25 -07:00
JosiahOne
1b7d868082 Bug 868432 - Animate scrolling when Home/End button is pressed. r=roc 2013-05-07 14:41:09 -04:00
Ryan VanderMeulen
f6068dd244 Merge inbound to m-c. 2013-05-07 22:10:19 -04:00
Michael Wu
d59dd9ac0f Bug 869251 - Disable omx decoder and camera on gonk-JB, r=doublec,glandium 2013-05-02 17:21:22 -04:00
Jeff Muizelaar
6d373b1bb7 Bug 868557. Explicitly unalias list in nsStyleContext::AddChild() r=dbaron
Clang and GCC probably MSVC are not able to unalias list because they don't
realize that mEmptyChild and mChild can't alias mNextSibling and mPrevSibling.
If we explicitly dereference list we get better code, saving 3 instructions
with clang.
2013-05-06 11:05:44 -04:00
Mark Hammond
28354e5923 Bug 798226 - allow the anchor arrow on a panel to move while the popup is open. r=neil 2012-12-21 12:26:32 +11:00
Phil Ringnalda
122e56f853 Bug 855352 - annotate some reftests that fail on b2g 2013-05-05 19:46:12 -07:00
Jonathan Watt
473d23052d Bug 853525 - Convert much of HTMLInputElement (step handling, validation, events, etc.) to use mozilla::Decimal (a Binary Coded Decimal type) to avoid many rounding issues when it has fractional step values. r=mounir 2013-05-06 00:23:18 +01:00
Phil Ringnalda
d3e92cd2f3 Merge m-c to m-i 2013-05-05 12:17:07 -07:00
Olli Pettay
56514d79da Bug 848293 - Update AnimationEvent to be compatible with the spec, r=dbaron
--HG--
extra : rebase_source : 04f2cb9c5aa56549da0af3c722b35f3dab5746c3
2013-05-05 16:22:29 +03:00
Ms2ger
651b9b2b24 Bug 868729 - Remove nsHTMLCSSStyleSheet::Init; r=bz 2013-05-05 09:03:20 +02:00
Olli Pettay
d8f8f5e50b Bug 848291 - Update TransitionEvent to be compatible with the spec, additional patch for the test, r=dbaron 2013-05-04 18:24:09 +03:00
Olli Pettay
ac44aa8903 Bug 848291 - Update TransitionEvent to be compatible with the spec, r=dbaron 2013-05-04 17:41:20 +03:00
Robert Longson
26a936aec3 Bug 863994 - Enable reftest 2013-05-05 08:24:54 +01:00
Robert Longson
fae04a65cb Bug 863994 - Support transform attribute on <svg> elements. r=dholbert
--HG--
rename : layout/reftests/svg/svg-transform-01.svg => layout/reftests/svg/svg-transform-02.svg
2013-05-05 08:20:25 +01:00
Timothy Nikkel
dea7b99417 Bug 868572. Move nsIScrollPositionListener file from view/ to layout/. r=mats
--HG--
rename : view/public/nsIScrollPositionListener.h => layout/generic/nsIScrollPositionListener.h
2013-05-03 17:31:08 -05:00
Joe Drew
d67cf0e8c6 Backout 5878a9a7c540 for breaking tests 2013-05-03 16:41:21 -04:00
Joe Drew
0b7f9bffe6 Bug 844676 - Mark a video as still loading if we haven't yet created the ImageContainer, probably because the dedicated GPU isn't available yet. r=roc 2013-05-03 15:15:46 -04:00
Geoff Brown
5832df9345 Bug 865944 - Use top activity instead of process to check launch success; r=jmaher 2013-05-03 11:37:59 -06:00
Geoff Brown
41a50b0aaa Bug 865944 - Add droid.py to list of files used by remote reftests and mochitests; r=jmaher 2013-05-03 11:37:51 -06:00
Mats Palmgren
ca5677b644 Bug 868906 - Make GetChildFrameContainingOffset() stable. r=roc 2013-05-07 20:48:59 +02:00
Mats Palmgren
18e978a375 Bug 867530 - Make the current poison consumers use the new API. r=roc 2013-05-07 20:48:59 +02:00
Mats Palmgren
c05c58a0a5 Bug 867530 - Move PresArena poisoning code to MFBT. r=roc
--HG--
rename : layout/base/tests/cpp-tests/TestPoisonArea.cpp => mfbt/tests/TestPoisonArea.cpp
2013-05-07 20:48:59 +02:00
Sumedh Shekhar
e409da4cb3 Bug 804742 - EnsureStringLength doesn't work. f=Ms2ger, r=ehsan 2013-05-08 00:52:52 +09:00
Iivari Äikäs
c0b2ce3bd9 Bug 617897 - Replace calls to AppendASCII('*') with Append('*'). r=dougt 2013-05-07 10:25:21 -04:00
Robert Longson
4aadf03549 Bug 868904 - Fix infinite recursion with outer SVG transform animation r=dholbert 2013-05-06 07:33:20 +01:00
Trevor Saunders
f14f21d2de bug 856779 - outparamdel nsIDocument::CreatePresShell() r=dholbert 2013-04-01 06:26:37 -04:00
Trevor Saunders
305b3e3e1f bug 856779 - make PresShell::Init() return void and devirtualize it r=bz 2013-05-02 09:22:59 -04:00
Phil Ringnalda
fe8b3393d0 Bug 855050 - mark sync-image-switch-* random on WinXP 2013-05-02 20:26:24 -07:00
Daniel Holbert
cdf2e95325 Bug 855841: Remove unused constants NS_STYLE_CLEAR_BLOCK, NS_STYLE_CLEAR_COLUMN, NS_STYLE_CLEAR_PAGE. r=mats r=fantasai 2013-05-02 16:01:11 -07:00
Daniel Holbert
9f2af182ff Bug 867454 followup: fix typo in reftest names. (s/pseuedo/pseudo/)
--HG--
rename : layout/reftests/flexbox/flexbox-with-pseuedo-elements-1-ref.html => layout/reftests/flexbox/flexbox-with-pseudo-elements-1-ref.html
rename : layout/reftests/flexbox/flexbox-with-pseuedo-elements-1.html => layout/reftests/flexbox/flexbox-with-pseudo-elements-1.html
rename : layout/reftests/flexbox/flexbox-with-pseuedo-elements-2-ref.html => layout/reftests/flexbox/flexbox-with-pseudo-elements-2-ref.html
rename : layout/reftests/flexbox/flexbox-with-pseuedo-elements-2.html => layout/reftests/flexbox/flexbox-with-pseudo-elements-2.html
2013-05-02 14:29:59 -07:00
Daniel Holbert
42771dcfef Bug 867454: Treat a flex container's ::before and ::after generated content nodes as flex items. r=bz 2013-05-02 14:04:47 -07:00
Stephen Pohl
15b6f78be0 Bug 636564 - Implement lion style scrollbars on Mac OSX 10.7+; r=roc 2013-05-02 10:58:00 -04:00
Ryan VanderMeulen
a213f7964d Backed out changeset 1840b15583fd (bug 636564) for bustage.
CLOSED TREE
2013-05-02 08:33:54 -04:00
Stephen Pohl
c51a7b61fd Bug 636564 - Implement Lion style scrollbars on Mac OSX 10.7+. r=roc 2013-05-02 07:52:25 -04:00
Aryeh Gregor
91cb3e0c40 Bug 859817 - Make nsStringBuffer::Alloc return already_AddRefed; r=bz 2013-04-22 14:13:22 +03:00
Boris Zbarsky
a2a1edabb4 Bug 866545. Remove the obsolete dom.enable_performance preference, so we can rely on things like performance.now() existing. r=smaug 2013-05-01 23:44:11 -04:00
David Zbarsky
66bd868e95 Bug 866575: Throw when creating a pattern with a large source r=nrc, mattwoodrow 2013-05-01 22:04:08 -04:00
Scott Johnson
22e9dc076b Bug 861106: Add null check for mDocument in SetTextZoom, SetFullZoom, and SetMinFontSize to prevent crash on tab close. [r=blassey] 2013-05-01 17:21:47 -05:00
Ian Melven
3cb5f27888 Bug 763879 - implement inline stylesheet blocking for CSP (r=dbaron) 2012-08-30 10:58:24 -07:00
Daniel Holbert
2d9f474c2f (no bug, comment-only) s/:before/::before/ in one comment, for consistency with rest of the comment. DONTBUILD 2013-05-16 15:02:16 -07:00
Geoff Brown
e06075d433 Bug 872244 - Dump ANR stack traces after Android tests; r=jmaher 2013-05-16 14:32:52 -06:00
Olli Pettay
57dc026022 Bug 873101 - Remove nsRefreshDriver::ClearAllImageRequests(), r=vlad
--HG--
extra : rebase_source : 0edc481e6d4f79b299747342dbfdb62564852cdc
2013-05-16 19:19:25 +03:00
Jonathan Kew
7f6bb6c441 bug 847344 - refactor gfxFont/gfxFontEntry and associated classes for more efficient use of HarfBuzz and Graphite shaper APIs. r=roc 2013-05-16 17:32:41 +01:00
Ehsan Akhgari
2f3ac0380a Bug 873038 - Remove the old MSVC PGO exclusions across the tree; r=glandium 2013-05-16 11:16:30 -04:00
Ryan VanderMeulen
600d2857cc Backed out 2 changesets (bug 763879, bug 842657) for landing with an r-. DONTBUILD
Backed out changeset 254c1ac4ab8b (bug 842657)
Backed out changeset 58a2011beeac (bug 763879)
2013-05-16 11:15:07 -04:00
Ian Melven
0b6b28c5d7 Bug 763879 - implement inline stylesheet blocking for CSP (r=dbaron) 2012-08-30 10:58:24 -07:00
Scott Johnson
c45503c1dd Bug 862763: Cache whether font size inflation is enabled in the pres shell for efficiency. [r=dbaron] 2013-05-16 10:06:03 -05:00
Ted Mielczarek
47d7af59de bug 871712 - make MSVC PGO opt-in per-directory, and opt-in in the directories that matter. r=glandium 2013-05-16 09:33:26 -04:00
Robert O'Callahan
8b339cab63 Bug 868082. Allow SetIsFixedPosition to be used on layers with transforms. In CompositorParent, use the animated transform value as the base transform in CompositorParent::TransformFixedLayers when it has been set by the animation sampler. r=cwiis
--HG--
extra : rebase_source : 3b809428bf8740753a98defc30ad7b7d96339442
2013-05-17 00:34:24 +12:00
Cameron McCormack
9c655c183c Bug 839103 - Part 11: Add StyleRule{Added,Removed,Changed} events. r=bz 2013-05-16 17:13:36 +10:00
Phil Ringnalda
5ad98aed12 Back out 4d755ea39a56:81d152795bea (bug 798843) for style mochitest failures 2013-05-15 20:53:30 -07:00
Cameron McCormack
5c2a5c6ee4 Bug 872111 - Make test_rule_insertion.html more tolerant to text measurements. r=bz 2013-05-16 13:27:03 +10:00
Edwin Flores
3ef6b2c224 Bug 798843 - Add README for generating fonts for SVG in OpenType reftests r=dbaron 2013-05-16 14:35:15 +12:00
Edwin Flores
01a69ae836 Bug 798843 - Test to check that context-* attribute values are not valid when gfx.font-rendering.opentype_svg.enabled pref is false r=dbaron 2013-05-16 14:35:15 +12:00
Edwin Flores
a4c230a033 Bug 798843 - Rename -moz-objectFill, -moz-objectStroke, -moz-objectValue to context-fill, context-stroke, context-value r=dbaron 2013-05-16 14:35:15 +12:00
Edwin Flores
fe4c1f5f33 Bug 798843 - Replace instances of 'object' with 'context' to match change in CSS values r=roc 2013-05-16 14:35:12 +12:00
Bobby Holley
2e60cad213 Bug 871887 - Fix marquee _setEventListener. r=bz 2013-05-15 18:59:53 -07:00
Trevor Saunders
32d1fa5dd9 bug 870594 - remove accessible/build/ r=bsmedberg f=surkov 2013-03-30 18:29:47 -04:00
Jonathan Watt
027c097726 Bug 872619 - Stop using 'load' in many SVG reftests, and use MozReftestInvalidate instead, and flag the fallback setTimeouts. r=dholbert
--HG--
extra : rebase_source : c41d8fb0048e6c6eea70db12d5b6e976fc442b69
2013-05-16 01:53:03 +01:00
Olli Pettay
4aedc83264 Bug 862309, remove useless warning about missing presshell, r=mats
--HG--
extra : rebase_source : 5f77555a3a24bc27cb3ce4422d6f06e1d4b97ab3
2013-05-15 14:38:05 +03:00
JosiahOne
4e132d9ee5 Bug 868432 - Animate scrolling when Home/End button is pressed. r=roc 2013-05-07 14:41:09 -04:00
Matt Woodrow
9ef4239ee8 Bug 866470 - Make the style context lookup in nsDisplayList match what nsCSSRendering does. r=roc 2013-05-08 15:47:31 +12:00
Boris Zbarsky
1256c02593 Bug 862825. Stop trying to snapshot IPC crashtests or jsreftests. r=roc 2013-05-14 14:21:48 -04:00
Boris Zbarsky
7386be95e5 Bug 870845. Correctly check for parse-inaccessible properties in inDOMUtils::GetCSSPropertyNames. r=heycam 2013-05-14 14:20:58 -04:00
Ryan VanderMeulen
a7737c8f7f Backed out 4 changesets (bug 869195, bug 870845, bug 872043, bug 862825) for mochitest b-c, mochitest-other, and xpcshell orange on a CLOSED TREE.
Backed out changeset 049889b25a79 (bug 869195)
Backed out changeset fc0bef5a2cfd (bug 862825)
Backed out changeset 267fe0d9c201 (bug 870845)
Backed out changeset 7b06b9d1acb2 (bug 872043)
2013-05-14 16:40:26 -04:00
Scott Johnson
a1007ebb6a Bug 836565, Part 2: Perform a horizontal resize reflow instead of a full reflow when reflowing on zoom to get better performance. [r=dbaron] 2013-05-14 14:24:14 -05:00
Boris Zbarsky
14301843a6 Bug 862825. Stop trying to snapshot IPC crashtests or jsreftests. r=roc 2013-05-14 14:21:48 -04:00
Boris Zbarsky
6656d4c597 Bug 870845. Correctly check for parse-inaccessible properties in inDOMUtils::GetCSSPropertyNames. r=heycam 2013-05-14 14:20:58 -04:00
Arnaud Sourioux
a57d318afa Bug 870516: Annotate ~600 more methods with MOZ_OVERRIDE in /layout r=dholbert 2013-05-14 09:33:23 -07:00
Jonathan Watt
58c479c7c9 Bug 871264 - Remove the aPresContext and aFrame parameters from ThemeDrawsFocusForWidget. r=dholbert, sr=roc 2013-05-14 00:47:03 +01:00
Mats Palmgren
36dc286e5d Bug 756241 - crash test. 2013-05-14 10:36:51 +02:00
Jesse Ruderman
a12c94a99d Bug 691210 - crash test 2013-05-14 10:36:51 +02:00
Martijn Wargers
54cecb77c0 Bug 723108 - crash test 2013-05-14 10:36:51 +02:00
Abhishek Arya
1727ce11f7 Bug 747688 - crash test. 2013-05-14 10:36:51 +02:00
Mats Palmgren
81e6ae37f1 Bug 750066 crashtest. 2013-05-14 10:36:51 +02:00
Mats Palmgren
fd968e6a2c Bug 759249 - Crash tests. 2013-05-14 10:36:51 +02:00
Jesse Ruderman
44e78e1c94 Bug 765409 - crash test 2013-05-14 10:36:50 +02:00
Abhishek Arya
52e77f2186 Bug 765621 - crash test 2013-05-14 10:36:50 +02:00
Abhishek Arya
4c5bf1f4fd Bug 767765 - crash test 2013-05-14 10:36:50 +02:00
Abhishek Arya
c1d30df210 Bug 769120 - crash test 2013-05-14 10:36:50 +02:00
Abhishek Arya
39d006f5a4 Bug 769303 - crash tests 2013-05-14 10:36:50 +02:00
Jesse Ruderman
7c2660682d Bug 772306 - crash test 2013-05-14 10:36:50 +02:00
L. David Baron
3d95aa6df4 Backout changeset af5273034fdf (bug 871264), which doesn't compile (didn't fix nsRangeFrame.cpp (and possibly others). 2013-05-13 17:28:47 -07:00
Jonathan Watt
4f3640a8c0 Bug 871264 - Remove the aPresContext and aFrame parameters from ThemeDrawsFocusForWidget. r=dholbert, sr=roc 2013-05-14 00:47:03 +01:00
Jonathan Watt
8f5ac9f5d6 Bug 870816 - Replace DEBUG_INVALIDATIONS with a pref called nglayout.debug.invalidation. r=mattwoodrow 2013-05-14 00:47:02 +01:00
L. David Baron
8eed96b5d6 Bug 871338: Handle NS_BLOCK_LOOK_FOR_DIRTY_FRAMES lazy marking in GetMinWidth and GetPrefWidth in addition to Reflow. r=bzbarsky 2013-05-13 15:37:00 -07:00
Joey Armstrong
0d49db0381 bug 869143: phase2 cleanup for XPCSHELL_TEST conversion. r=mshal 2013-05-13 16:24:07 -04:00
Jesse Ruderman
1eb532f9b4 Bug 788360 - crash test 2013-05-13 16:28:29 +02:00
Jesse Ruderman
ba645b6dea Bug 791601 - crash test 2013-05-13 16:28:29 +02:00
Martijn Wargers
d9a355e4ca Bug 793844 - crash test 2013-05-13 16:28:29 +02:00
Jesse Ruderman
288546dbd1 Bug 793848 - crash test 2013-05-13 16:28:29 +02:00
Abhishek Arya
a37f885043 Bug 802902 - crash test 2013-05-13 16:28:29 +02:00
Atte Kettunen
0904fa12bb Bug 814713 - crash test 2013-05-13 16:28:28 +02:00
Jesse Ruderman
7d9ef319f9 Bug 822865 - crash test 2013-05-13 16:28:28 +02:00
Abhishek Arya
5f63f738e5 Bug 827076 - crash test 2013-05-13 16:28:28 +02:00
Nils
e3b5c6007f Bug 833604 - crash test 2013-05-13 16:28:28 +02:00
Loic
9b40f95a41 Bug 835056 - crash test 2013-05-13 16:28:28 +02:00
Jesse Ruderman
99cee7a269 Bug 840787 - crash test 2013-05-13 16:28:28 +02:00
Jesse Ruderman
8ae22a0858 Bug 852293 - crash test 2013-05-13 16:28:28 +02:00
Felipe Gomes
e063337817 Bug 583976. Part 4 - Enable reftests that require focus on reftest-ipc. r=cjones 2011-10-03 16:15:44 -07:00
Jonathan Kew
1a2d045dd7 bug 857089 - backout changeset b85353b6cc38 pending revised UI for the feature 2013-05-01 10:12:41 +01:00
Matt Woodrow
ace055b629 Bug 865104 - Implement a BasicCompositor. r=nrc 2013-05-01 12:42:05 +12:00
Andreas Gal
5ad33677ae Bug 867047 - remove caret theming support and the Gtk2 implementation r=roc 2013-04-30 12:17:08 -07:00
Catalin Iacob
6abc828b6e Bug 864119 - Don't generate assertions in MathML mochitests. r=karlt 2013-04-21 12:08:07 +02:00
Mats Palmgren
cd2a9144a4 Bug 866785 - Move repeated nsIFrame::List implementations code to a new method, ListGeneric, for re-use. Cleanup and improve the code a bit. r=roc
Specifically:
* move all the frame dump methods to nsIFrame. Especially nsFrame::ListTag
  was annoying, often requiring a cast to nsFrame*.
* print common values in the same order for all types of frames
* print fluid continuations as "next-in-flow=%p" and non-fluid as
  "next-continuation=%p" (as before)
* print the style-context more compactly, e.g.
  "[sc=0x7faa6b60e0a0] pst=:first-line" becomes
  "[sc=0x7faa6b60e0a0:first-line]"
* suppress printing visual/scroll-overflow rects when they are identical
  to mRect and do the same for nsLineBox::List where it was especially
  hard to see which lines actually had real overflow
* fix a bug that printed the child list name at the far right when the
  principal list was empty (making it hard to see)
* print the address of child lists (other than the principal list) to
  help debug frame list property bugs
* s/NS_IMETHODIMP/void/
2013-04-30 20:38:52 +02:00
Andrew McCreight
0bafa2c0cd Bug 866151 - Clean up usage of nsCycleCollector.h and nsCycleCollectorUtils.h. r=smaug,bsmedberg
--HG--
rename : xpcom/base/nsCycleCollector.h => xpcom/glue/nsCycleCollectionJSRuntime.h
2013-04-30 10:41:22 -07:00
Jonathan Kew
e73c66cc0a bug 863248 - update harfbuzz to version 0.9.16 from upstream. r=jdaggett 2013-04-30 13:02:25 +01:00
Mats Palmgren
8e33678d6c Bug 866588 - Check that the frame IsBidiSplittable before changing a fluid continuation to non-fluid. r=smontagu 2013-04-30 12:37:07 +02:00
Bobby Holley
bea5c24967 Bug 865947 - Force all string event handlers to be evaluated in the content scope. r=jaws,bz 2013-04-29 14:37:36 -07:00
Joey Armstrong
12356a4c50 bug 844655: Port XPCSHELL_TESTS to moz.build as XPCSHELL_TESTS_MANIFESTS 2013-04-29 14:49:00 -04:00
Bobby Holley
1ebbd86c0f Bug 865729 - Remove nsIJSContextStack from other miscellaneous parts of gecko. r=gabor 2013-04-29 11:16:19 -07:00
Mats Palmgren
d29548fd77 Bug 865602 - FieldSet block may be null for overflow containers. r=roc 2013-04-29 14:11:03 +02:00
Timothy Nikkel
18dd7379c4 Bug 851641. Ignore move/resize notifications for popups whose widget is hidden because this likely means they are notifications about our own move/resize requests. r=mats 2013-04-28 15:27:25 -05:00
Robert Longson
9ac622e3aa Bug 865958 - Text in clipPath does not update correctly when changed. r=heycam,jwatt 2013-04-28 11:53:58 +01:00
Masatoshi Kimura
edb82c4095 Bug 859018 - Remove the MSVC exemption for FAIL_ON_WARNINGS in layout. r=dbaron 2013-04-28 19:02:35 +09:00
Jonathan Watt
c1b5bf869b Bug 839865 - Stop calling nsSVGUtils::InvalidateBounds for SVG transform changes, and use DLBI instead. r=mattwoodrow. 2013-02-11 23:25:56 +00:00