Daniel Holbert
|
212a11b1d1
|
Bug 932066: Turn input[type="color"] style on or off based on a -moz-system-metric pseudoclass instead of an %ifdef. r=jimm
|
2013-11-11 12:08:40 -08:00 |
|
Ed Morley
|
69faaab2a4
|
Merge mozilla-central and inbound
|
2013-11-11 13:20:20 +00:00 |
|
Ms2ger
|
2d2f7fa030
|
Bug 921718 - Part b: Move MediaList to WebIDL; r=bz
|
2013-11-11 09:03:17 +01:00 |
|
Ms2ger
|
912c0ae2b2
|
Bug 921718 - Part a: Rename nsMediaList::Count to Length and make it return uint32_t; r=bz
|
2013-11-11 09:01:01 +01:00 |
|
Ms2ger
|
c1e5a09403
|
Bug 923251 - Part i: Outparamdel nsMediaList::Clone; r=heycam
|
2013-11-11 09:00:55 +01:00 |
|
Ms2ger
|
dea78db886
|
Bug 923251 - Part h: Don't handle allocation failure in nsMediaQuery::Clone; r=heycam
|
2013-11-11 09:00:50 +01:00 |
|
Ms2ger
|
6c1fc9bfa4
|
Bug 923251 - Part g: Make nsCSSStyleSheet::WillDirty return void; r=heycam
|
2013-11-11 09:00:46 +01:00 |
|
Ms2ger
|
0019ba0a33
|
Bug 923251 - Part f: Pass an Element to inDOMUtils::GetRuleNodeForContent and rename it to reflect that; r=heycam
|
2013-11-11 09:00:41 +01:00 |
|
Ms2ger
|
ed791684be
|
Bug 923251 - Part e: Make nsPresContext::EnsureSafeToHandOutCSSRules return void; r=heycam
|
2013-11-11 09:00:33 +01:00 |
|
Ms2ger
|
d2bac29347
|
Bug 923251 - Part d: Remove nsCSSStyleSheet::eUniqueInner_CloneFailed; r=heycam
|
2013-11-11 09:00:18 +01:00 |
|
Ms2ger
|
63ed46994e
|
Bug 923251 - Part c: Make nsCSSStyleSheet::AppendAllChildSheets return void; r=heycam
|
2013-11-11 08:59:58 +01:00 |
|
Ms2ger
|
eafd14c859
|
Bug 923251 - Part b: Make Loader::PrepareSheet return void; r=heycam
|
2013-11-11 08:57:53 +01:00 |
|
Ms2ger
|
54698d817e
|
Bug 923251 - Part a: Make ParseMediaList return void; r=heycam
|
2013-11-11 08:57:34 +01:00 |
|
Jim Mathies
|
18fbf3543f
|
Bug 918273 - Pass back the target scrollable layer id from apzc event methods. r=kats
|
2013-11-10 10:43:17 -06:00 |
|
Mats Palmgren
|
621531ee96
|
Bug 935850 - Mark box-sizing-replaced-001.xht as random on Android for now. r=dbaron
|
2013-11-10 14:36:46 +08:00 |
|
Robert O'Callahan
|
ac0cf04d84
|
Backout changesets 238b3c81f42c and rest of a417424f9213 (bug 928798 and rest of bug 923193 respectively)
--HG--
extra : rebase_source : a453412840da1eacb9d5c6f9f553137efa050e0c
|
2013-11-11 21:02:01 +13:00 |
|
Garrett Robinson
|
e97987f422
|
Bug 855326 - CSP 1.1 nonce-source for scripts and styles r=mrbkap r=dholbert r=geekboy
|
2013-11-08 15:44:39 -08:00 |
|
Daniel Holbert
|
5f6b9e24c0
|
Bug 936100 part 5: Remove usage of flexbox pref from C++ code. r=mats
|
2013-11-09 07:53:14 -08:00 |
|
Daniel Holbert
|
691c57ea0d
|
Bug 936100 part 4: Rename file_flexbox* mochitests (which were previously loaded in iframes) to test_flexbox*. r=mats
--HG--
rename : layout/style/test/file_flexbox_align_self_auto.html => layout/style/test/test_flexbox_align_self_auto.html
rename : layout/style/test/file_flexbox_child_display_values.xhtml => layout/style/test/test_flexbox_child_display_values.xhtml
rename : layout/style/test/file_flexbox_flex_grow_and_shrink.html => layout/style/test/test_flexbox_flex_grow_and_shrink.html
rename : layout/style/test/file_flexbox_flex_shorthand.html => layout/style/test/test_flexbox_flex_shorthand.html
rename : layout/style/test/file_flexbox_layout.html => layout/style/test/test_flexbox_layout.html
rename : layout/style/test/file_flexbox_order.html => layout/style/test/test_flexbox_order.html
rename : layout/style/test/file_flexbox_order_table.html => layout/style/test/test_flexbox_order_table.html
|
2013-11-09 07:53:03 -08:00 |
|
Daniel Holbert
|
024f68d44c
|
Bug 936100 part 3: Remove pref-setting mochitest wrappers for flexbox-specific mochitests, and transfer their boilerplate into the actual test files (currently named "file_"). r=mats
|
2013-11-09 07:53:03 -08:00 |
|
Daniel Holbert
|
54a0f5d671
|
Bug 936100 part 2: Adjust non-flexbox-specific mochitests to no longer bother with flexbox pref. r=mats
|
2013-11-09 07:53:02 -08:00 |
|
Daniel Holbert
|
786b9688df
|
Bug 936100 part 1: Adjust reftests and crashtests to no longer bother with flexbox pref. r=mats
|
2013-11-09 07:53:02 -08:00 |
|
Mike Hommey
|
91af4c88d7
|
Bug 935305 - Move preprocessor to mozbuild.action. r=gps
--HG--
rename : config/Preprocessor.py => python/mozbuild/mozbuild/preprocessor.py
rename : config/tests/unit-Expression.py => python/mozbuild/mozbuild/test/test_expression.py
rename : config/tests/unit-LineEndings.py => python/mozbuild/mozbuild/test/test_line_endings.py
rename : config/tests/unit-Preprocessor.py => python/mozbuild/mozbuild/test/test_preprocessor.py
|
2013-11-09 10:35:44 +09:00 |
|
Seth Fowler
|
b9446babbb
|
Bug 933057 (Part 2) - Add tests for scaling explicitly sized svg:image elements in inline SVGs. r=dholbert
|
2013-11-08 15:14:58 -08:00 |
|
Seth Fowler
|
96e14a470f
|
Bug 933057 (Part 1) - Correct scaling of SVG images in nsLayoutUtils::DrawSingleImage. r=dholbert
|
2013-11-08 15:14:53 -08:00 |
|
Mats Palmgren
|
aa968b5201
|
Bug 936286 - Add fuzzy to fix intermittent-failure in 472020-1a.xul. r=mats
|
2013-11-08 15:31:21 -05:00 |
|
Daniel Holbert
|
0d7ef379ad
|
backout 57213b64023b (bug 855326) for build bustage in debug builds
CLOSED TREE
|
2013-11-08 11:22:36 -08:00 |
|
Garrett Robinson
|
7cbc01f239
|
Bug 855326 - CSP 1.1 nonce-source for scripts and styles. r=mrbkap r=dholbert r=geekboy
|
2013-11-08 09:20:43 -08:00 |
|
Nicholas Cameron
|
62834d7d9f
|
Bug 907463. Ignore result of very big canvas reftest. r=roc DONTBUILD
|
2013-09-27 21:48:41 +12:00 |
|
Daniel Holbert
|
3b62710378
|
Bug 936628: Add media query to check for whether we have a color picker backend available. r=jimm
|
2013-11-10 19:07:59 -08:00 |
|
Robert O'Callahan
|
9ed4932e4b
|
Backout changesets 37f9a5424227, c1578a4fc86d and a417424f9213 (for bugs 933354, 929021 and 923193 respectively) while we figure out performance regressions
--HG--
extra : rebase_source : e4a004a15c92b5a8a8b780e7da779ac86d1c29be
|
2013-11-11 15:23:56 +13:00 |
|
Horia Iosif Olaru
|
f2ff499ef7
|
Bug 841601 - Add a second batch of tests for background-blending which tests each blend mode. r=roc
The reference results are copied over from the svg tests.
|
2013-11-08 10:09:08 -05:00 |
|
Horia Iosif Olaru
|
2b693ecfaf
|
Bug 841601 - Add background-blend-mode tests. r=roc
|
2013-11-08 10:08:23 -05:00 |
|
Horia Iosif Olaru
|
db2682823f
|
Bug 841601 - Add background-blend-mode implementation. r=roc
|
2013-11-08 10:08:03 -05:00 |
|
Horia Iosif Olaru
|
1340220842
|
Bug 841601 - Add background-blend-mode to the style parsing mechanism. r=heycam
|
2013-11-08 10:07:36 -05:00 |
|
Robert Longson
|
5dfc52a1b5
|
Test for bug 935994 r=jwatt,bas
|
2013-11-08 10:49:55 +00:00 |
|
Robert Longson
|
12e3afa0a1
|
Bug 935902 - Fix access to filter standard attributes for gaussian blur and component transfer. r=jwatt
|
2013-11-08 09:28:42 +00:00 |
|
Matt Woodrow
|
34be370713
|
Bug 880031 - Make animated transforms force all above content to be in a separate ThebesLayer. r=roc
|
2013-11-08 19:04:12 +13:00 |
|
Andreas Gal
|
23a6963608
|
Bug 930451 - Part 3: Use the gradient cache for SVG gradients as well. r=roc
|
2013-11-08 17:50:39 +13:00 |
|
Andreas Gal
|
ea2cb339b6
|
Bug 930451 - Part 2: Use the new Rendering gradient cache for CSS border gradients as well. r=roc
|
2013-11-08 17:50:39 +13:00 |
|
Andreas Gal
|
c5af5332e9
|
Bug 930451 - Part 1: Factor out CSS gradient cache into a new class gfxGradientCache. r=roc
|
2013-11-08 17:50:39 +13:00 |
|
Wes Kocher
|
f99a9e4b8e
|
Merge m-c to inbound
|
2013-11-07 17:56:10 -08:00 |
|
Wes Kocher
|
e084de1151
|
Merge fx-team to m-c
|
2013-11-07 17:33:06 -08:00 |
|
Randell Jesup
|
871a4d68f2
|
Bug 932112: Rollup of changes previously applied to media/webrtc/trunk/webrtc rs=jesup
* * *
* * *
Add AndroidAudioManager to the moz.build files.
|
2013-11-07 20:07:47 -05:00 |
|
Carsten "Tomcat" Book
|
0844656768
|
merge mozilla-central to fx-team
|
2013-11-07 16:04:23 +01:00 |
|
Carsten "Tomcat" Book
|
6c46faf206
|
merge b2g-inbound to mozilla-central
|
2013-11-07 15:50:39 +01:00 |
|
Cameron McCormack
|
d9f00beb2e
|
Comment typo fix; no bug. (DONTBUILD)
--HG--
extra : rebase_source : 9b2e37ed8770288e3d83e3ac1d9b6290eb5d35cd
|
2013-11-07 15:33:26 +11:00 |
|
Matthew Gregan
|
f9f23a8559
|
Bug 935349 - Remove disabled DASH code. r=doublec
|
2013-11-07 17:08:30 +13:00 |
|
Mike Hommey
|
53e380d1ff
|
Bug 935387 - Remove non recursed install targets. r=mshal
|
2013-11-07 10:37:45 +09:00 |
|
Paul Rouget
|
d5c2ff9d10
|
Bug 890195 - device-width media queries should use the page width, not the actual device width. r=bz
|
2013-11-07 14:40:23 +01:00 |
|