Alfredo Yang
194c256e84
Bug 1229363 - support sw video codec. r=sotaro
2016-01-13 18:53:00 +01:00
Jared Wein
52768dab8f
Bug 1225911 - Properly check if LOCATION_CHANGE_SAME_DOCUMENT is in aFlags. r=dao
2016-01-13 07:51:00 +01:00
Boris Chiou
2f2ea45d9f
Bug 1214536 - Part 9: Test. r=birtles
2016-01-08 00:04:00 +01:00
Boris Chiou
86a80f4228
Bug 1214536 - Part 8: Add an operator=() for TimingParams. r=birtles
...
Overload TimingParams::operator=() for AnimationEffectTimingProperties objects,
so we can assign an AnimationEffectTimingProperties/KeyframeEffectOption object
to a TimingParams object.
We also keep the uninitialized state of KeyframeEffectOptions::mDuration while
converting a KeyframeEffectOptions object into a TimingParams object.
2016-01-13 18:42:00 +01:00
Boris Chiou
deee95a0d8
Bug 1214536 - Part 7: Rename AnimationTiming as TimingParams. r=birtles, r=smaug
...
1. struct AnimationTiming -> struct TimingParams
2. AnimationEffectReadOnly::TimingAsObject() -> AnimationEffectReadOnly::Timing()
3. KeyframeEffectReadOnly::Timing() -> KeyframeEffectReadOnly::SpecifiedTiming()
2016-01-13 18:41:00 +01:00
Boris Chiou
d03ac9c993
Bug 1214536 - Part 6: Revise AnimationTiming::operator==. r=birtles
2016-01-13 18:38:00 +01:00
Boris Chiou
fa79443f12
Bug 1214536 - Part 5: Add AnimationEffectTimingReadOnly interface. r=birtles, r=smaug
...
1. Add AnimationEffectTimingReadOnly.webidl.
2. Add AnimationEffectTimingReadOnly cpp files.
3. Use AnimationEffectTimingReadOnly as KeyframeEffectReadOnly::mTiming.
--HG--
extra : rebase_source : 0e9c112b70ae56f2bcdf162374388857518fc124
extra : amend_source : 0aebf0e9daac77542d913e4ad6a07c75e21a93b5
2016-01-13 18:37:00 +01:00
Boris Chiou
71cff999e0
Bug 1214536 - Part 4: Use OwingUnrestrictedDoubleOrString for duration. r=birtles
...
We store the original value of duration in AnimationTiming, and add
computed duration in ComputedTiming, so both the Timing model and
AnimationEffectTimingReadOnly can get what they want.
By the way, replace mIterationDuration with mDuration.
--HG--
extra : rebase_source : f8e1fd648572e6d7b1cbecc2ac1888a2f74bbc7e
2016-01-13 18:36:00 +01:00
Boris Chiou
76f7e5a44e
Bug 1214536 - Part 3: Store the original value of fill. r=birtles
...
FillMode could be 'auto', and we should treat it as 'none' in the timing model.
However, AnimationEffectTimingReadOnly should get its original value.
By the way, replace mFillMode with mFill.
--HG--
extra : rebase_source : 5a397dd7fbb22ac76fe96003d82d097e398852c7
2016-01-13 18:36:00 +01:00
Boris Chiou
b0c41b12ec
Bug 1214536 - Part 2: Replace mIterationCount in layers::Animation. r=birtles
...
Replace mIterationCount with mIterations.
--HG--
extra : rebase_source : 2aa326be768d3326d56e689d6c45ca9d6439c3bc
2015-12-27 18:51:00 +01:00
Boris Chiou
44cb5bee0a
Bug 1214536 - Part 1: Use unrestricted double for iterations. r=birtles
...
We want to store the original value from KeyframeEffectOptions whose
iterations is unrestricted double. Therefore, we can get the original value
of iterations by AnimationEffectTimingReadOnly.
By the way, replace mIterationCount with mIterations.
--HG--
extra : rebase_source : da2953056031079c41273ed977545dc926e1b83c
2016-01-10 18:41:00 +01:00
Gabor Krizsanits
b8ba404554
Bug 1236926 - Remove _showE10sActivatedNotice. r=felipc
2016-01-14 09:42:52 +01:00
Andrea Marchesini
8d1fe3d9e0
Bug 1199466 - part 2 - Cookie manager in FF preferences should show the userContextId, r=paolo
2016-01-14 08:05:08 +00:00
Andrea Marchesini
b88bc4f2a4
Bug 1199466 - part 1 - Expose originAttributes in nsICookie, r=jduell
2016-01-14 08:03:50 +00:00
Randell Jesup
d7077c329c
Bug 1218217: bustage fix for static assert r=bustage
...
on a CLOSED TREE
2016-01-14 02:35:45 -05:00
John Daggett
1bcfcee64a
Bug 1235186 - fix small userfont logging nit. r=m_kato
2016-01-14 16:11:47 +09:00
Randell Jesup
6036210fe2
Bug 1218217: avoid buffersize overflow even if codec is unbounded in dimensions r=pkerr
2016-01-14 02:08:46 -05:00
Randell Jesup
f2eebc5e16
Bug 1237224: Check sending framesize is set before calculating max fps when max-mbps is negotiated r=pkerr
2016-01-14 02:06:44 -05:00
Daniel Holbert
5dd80e8104
Bug 1239153: Accept unitless '0' for angle values in CSS -webkit-linear-gradient() expressions. r=heycam
2016-01-13 22:59:14 -08:00
Kyle Machulis
5123ed88c9
Bug 1237963 - Add documents to embed element capabilities; r=bz
2016-01-13 22:36:55 -08:00
Nigel Babu
0ce7a5f39e
Backed out 5 changesets (bug 1235112, bug 1237467) for nsRuleNode::Transition crashes
...
Backed out changeset ac21baf87df2 (bug 1235112)
Backed out changeset c47a6e0a6d95 (bug 1237467)
Backed out changeset 7609ca218902 (bug 1237467)
Backed out changeset d63ca2677bd5 (bug 1237467)
Backed out changeset 5a3d7e16b1e0 (bug 1237467)
--HG--
extra : commitid : LONozKsGtli
2016-01-14 11:35:06 +05:30
Chris Manchester
ab5e6b6e17
Bug 1238320 - Part 3 (Windows): Download test binaries necessary to run xpcshell tests and mochitests in artifact builds. r=nalexander
...
--HG--
extra : rebase_source : b1c404789cb4afaa31b0da676ed66ad7cdbed7b4
2016-01-13 21:56:36 -08:00
Chris Manchester
db3a9aef35
Bug 1238320 - Part 2 (Mac): Download test binaries necessary to run xpcshell tests and mochitests in artifact builds. r=nalexander
...
--HG--
extra : rebase_source : 700fad2fa9b8082efe403b9822f20a738e42fec3
2016-01-13 21:56:36 -08:00
Chris Manchester
59bdb886e9
Bug 1238320 - Part 1 (Linux): Download test binaries necessary to run xpcshell tests and mochitests in artifact builds. r=nalexander
...
--HG--
extra : rebase_source : 09d7045ad02d30c6f5651dfbac23b38a05a54ed2
2016-01-13 21:56:36 -08:00
Stuart
7ae9575cc9
Bug 1220716 - Removing nsICurrentCharsetListener. r=emk
2016-01-14 14:50:27 +09:00
Randell Jesup
3a110e2974
Bug 1219339: switch GetStaticInstance to use IPC's Singleton<T> impl r=froyd
2016-01-14 00:16:49 -05:00
Sotaro Ikeda
e6486fd6be
Bug 1237914
- Remove layers.screen-recording.enabled r=mwu
2016-01-13 20:45:57 -08:00
Sotaro Ikeda
41edebedd1
Bug 1238876 - Move StartRemoteDrawing() implementation from nsWindow to nsScreenGonk r=mwu
2016-01-13 20:37:56 -08:00
Jeff Walden
1bdd937ff4
Remove an obsolete auto-regress test now that class-checks in the spec affirmatively reject proxies around permissible objects, making the test (which is enclosed in a try-catch block, no less) meaningless. No bug, r=me
2016-01-13 19:40:35 -08:00
Georg Kilzer
8ffe0ffc55
Bug 1236373 - Fix JSCLASS_CACHED_PROTO_WIDTH's definition when it appears outside the js namespace. r=jwalden
...
--HG--
extra : rebase_source : 27179d493978c6d5dbc1f5c7d05a6597ae9a0109
2016-01-03 21:15:41 +01:00
Tooru Fujisawa
8562b73b6c
Bug 1234038 - Self-host ArrayBuffer.prototype.slice. r=lth
2015-12-26 02:32:11 +09:00
Christoph Kerschbaumer
9fe9a078ce
Bug 1232786 - Convert JS tests to use open2 within devtools/ (r=sicking)
2016-01-13 19:35:41 -08:00
Christoph Kerschbaumer
e5662ee73b
Bug 1239107 - Convert JS tests to use open2 within addon-sdk/ (r=sicking)
2016-01-13 19:35:08 -08:00
Nigel Babu
ecae6cd9a5
Backed out 4 changesets (bug 1226826) for widespread bustage
...
Backed out changeset 95d373bec568 (bug 1226826)
Backed out changeset bb9970d440a4 (bug 1226826)
Backed out changeset 6c1fa0dc6bd7 (bug 1226826)
Backed out changeset 400ebf504171 (bug 1226826)
--HG--
extra : commitid : D1zZSeIHTOA
2016-01-14 08:33:11 +05:30
Boris Zbarsky
6efc9783c7
Bug 1032979 part 2. Getting outerHTML on a node from an XML document should not use the self-closing form of empty container tags from the HTML namespace. r=smaug
...
--HG--
rename : testing/web-platform/tests/html/syntax/serializing-html-fragments/outerHTML.html => testing/web-platform/tests/html/syntax/serializing-xml-fragments/outerHTML.html
2016-01-13 21:36:25 -05:00
Boris Zbarsky
34ae6e1bac
Bug 1032979 part 1. Refactor the outerHTML web platform test to make it easier to add an XML version. r=smaug
...
--HG--
rename : testing/web-platform/tests/html/syntax/serializing-html-fragments/outerHTML.html => testing/web-platform/tests/html/syntax/html-element-list.js
2016-01-13 21:36:24 -05:00
Boris Zbarsky
071f157aa8
Bug 1238804. Make <base> actually work in a srcdoc document. r=smaug
2016-01-13 21:36:24 -05:00
Nigel Babu
ccbf22eae8
Backed out changeset f001a01c85d7 (bug 1224694) for browser-chrome bustage on a CLOSED TREE
...
--HG--
extra : commitid : 5BUjoFsY8bv
2016-01-14 08:04:50 +05:30
Nigel Babu
7089beabc7
Backed out changeset f51b921e1ccf (bug 1233098) for browser-chrome bustage
...
--HG--
extra : commitid : ytS8fc4lFu
2016-01-14 08:04:37 +05:30
Jonathan Griffin
7567f48ed9
Bug 1239025 - Disable a few reftests on win7/e10s so we can turn the suite on, a=test-only
2016-01-13 17:32:19 -08:00
Ryan VanderMeulen
5115e9b08b
Merge m-c to inbound. a=merge
2016-01-13 20:27:12 -05:00
Ryan VanderMeulen
065a253bf1
Merge inbound to m-c. a=merge
2016-01-13 20:25:33 -05:00
Brian Birtles
02e4c93ce9
Bug 1234095 - Rework sorting to handle to script-generated animations; r=heycam
2016-01-14 10:24:24 +09:00
Ryan VanderMeulen
4a55d015a3
Merge fx-team to m-c. a=merge
2016-01-13 20:20:20 -05:00
Ryan VanderMeulen
48fc701767
Merge b2g-inbound to m-c. a=merge
2016-01-13 20:18:38 -05:00
B2G Bumper Bot
529387c466
Bumping manifests a=b2g-bump
2016-01-13 12:50:48 -08:00
B2G Bumper Bot
5761a4b70f
Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/a376ee00d888
Author: No-Jun Park <npark@mozilla.com>
Desc: Merge pull request #33815 from npark-mozilla/1237069
Bug 1237069 - Implement option to record video capture of python UI test
========
https://hg.mozilla.org/integration/gaia-central/rev/be6ae689d260
Author: g5njpark <nojun.park@gmail.com>
Desc: Bug 1237069 - Implement option to record video capture of python UI tests
========
https://hg.mozilla.org/integration/gaia-central/rev/731765bdef22
Author: Hubert Figuière <hub@figuiere.net>
Desc: Merge pull request #33835 from hfiguiere/bug1238411-disable-oga-metadata-test
Bug 1238411 - Disable metadata test for Music OGA r=mhenretty
========
https://hg.mozilla.org/integration/gaia-central/rev/b42b6d2a1470
Author: Hubert Figuière <hub@figuiere.net>
Desc: Bug 1238411 - Disable metadata test for Music OGA
2016-01-13 12:49:13 -08:00
B2G Bumper Bot
4dc216a45a
Bumping manifests a=b2g-bump
2016-01-13 11:31:50 -08:00
B2G Bumper Bot
d895b7d720
Bumping gaia.json for 7 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/8c1610dd8eda
Author: Ghislain 'Aus' Lacroix <aus@noiseport.org>
Desc: Merge pull request #33846 from nullaus/bug1228079
Bug 1228079 - Use same retry count for gaia, gaia-master as we do for…
========
https://hg.mozilla.org/integration/gaia-central/rev/a95bad98daa4
Author: Ghislain 'Aus' Lacroix <aus@mozilla.com>
Desc: Bug 1228079 - Use same retry count for gaia, gaia-master as we do for gecko trees running Gij. r=gaye
========
https://hg.mozilla.org/integration/gaia-central/rev/b81aa62e49a0
Author: Sam Foster <sfoster@mozilla.com>
Desc: Merge pull request #33833 from sfoster/ftu-rtl-gij-intermittent-bug-1236251
Bug 1236251 - Fix intermittent RTL gij test
========
https://hg.mozilla.org/integration/gaia-central/rev/9df72d669af6
Author: Sam Foster <sfoster@mozilla.com>
Desc: Bug 1236251 - Fix intermittent RTL gij test. r=mhenretty
========
https://hg.mozilla.org/integration/gaia-central/rev/4a2012a3dbb8
Author: Hubert Figuière <hub@figuiere.net>
Desc: Merge pull request #33834 from hfiguiere/bug1238201-disable-oga-search-test
Bug 1238201 - disable search test for Music OGA on tbpl r=mhenretty
========
https://hg.mozilla.org/integration/gaia-central/rev/e61148bf8e99
Author: Hubert Figuière <hub@figuiere.net>
Desc: Bug 1238201 - disable search test for Music OGA on tbpl
========
https://hg.mozilla.org/integration/gaia-central/rev/e975ee5b94d2
Author: Salvador de la Puente González <salva@unoyunodiez.com>
Desc: Revert "Merge pull request #33722 from vinay-y/bug1206474"
This reverts commit ee02a3b54fde3cebe0c026357865269d2fe1fcb9, reversing
changes made to c9b75f06735556d29311af3b95f21b171df48a72.
2016-01-13 11:30:15 -08:00
Ralph Giles
019f175b5f
Bug 1239366 - Remove leading 'v' from detected versions. r=mshal
...
The leading 'v' was intended to distinguish the detected from
the literal version string, but this is non-obvious, and could
be confused with the git tag convention.
Instead, make the strings match, but put the detected version
first since it's what configure is likely to act on.
2016-01-13 11:20:00 -08:00