Nick Desaulniers
bf4f85a325
Bug 1144266 - Change runtime reference from obsolete aurora to firefoxdeveloperedition. r=myk
...
--HG--
extra : rebase_source : b4552e94e4dd2e6a841efb39fa880153641b27f5
2015-03-17 16:22:00 -04:00
Dave Hunt
8d3cf141a5
Bug 1144240 - Fix generated Marionette documentation. r=ato
...
--HG--
extra : rebase_source : b1611484f19b7690d679d5860c8989fde3cca672
2015-03-17 11:04:00 -04:00
Ting-Yu Lin
61a15823c0
Bug 1140238 - Part 3: Clear maintain selection when dragging caret. r=mats
...
After double-clicking to select a word on browser, we cannot drag caret
to change the selection within a word. We should clear the maintained
selection.
--HG--
extra : rebase_source : 5577ef1ee92591a58d1812130f2ad29e8ec18d32
2015-03-17 00:57:00 -04:00
Ting-Yu Lin
b79c10f9e3
Bug 1140238 - Part 2: Adjust ranges after changing selection direction. r=mats
...
When dragging the second caret (eDirNext) over non-selectable elements,
the last range is not generated. Therefore when dragging the first
caret, we will change the selection direction to eDirPrevious, the last
range will be excluded by AutoPrepareFocusRange.
We add a new function to adjust generated bit and anchor focus range
after changing selection direction.
--HG--
extra : rebase_source : 1622818b9cbbc82e02188ec7ea8ac7951ba6f634
2015-03-18 03:26:00 -04:00
Ting-Yu Lin
1afed065de
Bug 1140238 - Part 1: Add a test to drag first caret over non-selectable. r=automatedtester
...
The original test had dragged the second SelectionCaret over
non-selectable elements. After that, we should further drag the first
SelectionCaret over non-selectable elements, and confirm that the
selection ranges are correct.
--HG--
extra : rebase_source : d2cb9d4e2234f2b1f92cb7ff4a1730f1f408d275
2015-03-10 20:40:00 -04:00
Alexandre Poirot
b47e33bec1
Bug 1139984 - Fix console API in child processes by ensuring windowID is correctly typed. r=bz
...
--HG--
extra : rebase_source : cadf747b30735e845e15f7a6f4a30bcae591f4e0
2015-03-17 07:13:00 -04:00
Catalin Badea
7774d591e4
Bug 982726 follow-up: Add exempt from worker limit pref to a test.
2015-03-18 16:56:47 +02:00
Catalin Badea
d15c1bbafb
Bug 982726 - Test the number of clients returned by matchAll. r=nsm
2015-03-18 16:47:17 +02:00
L. David Baron
634de3488b
Bug 1125455 patch 7 - For compositor-thread application of transitions, don't apply transitions when animations are also running. r=birtles
...
I've verified locally that this patch (not others in this series) fixes
the test failures that match the test changes in this patch.
2015-03-18 07:35:30 -07:00
L. David Baron
00a88de17f
Bug 1125455 patch 6 - Only search the properties list of the animation once when adding animations to the compositor. r=birtles
...
This removes the duplication where AddAnimationsForProperty calls
HasAnimationOfProperty which goes over the list once, and then
AddAnimationForProperty searches the list again and skips all but the
item found before.
It also makes it easier, in patch 7, to perform additional tests on the
item that we found.
2015-03-18 07:35:30 -07:00
L. David Baron
82ad97d447
Bug 1125455 patch 5 - Add Animation::GetAnimationOfProperty. r=birtles
...
This is needed for patch 6.
2015-03-18 07:35:30 -07:00
L. David Baron
8f015c4370
Bug 1125455 patch 4 - For main-thread application of transitions, don't apply transitions when animations are also running. r=birtles
...
I've verified locally that this patch (not others in this series) fixes
the test failures that match the test changes in this patch.
2015-03-18 07:35:30 -07:00
L. David Baron
9d97e616c7
Bug 1125455 patch 3 - Add mochitests for animations overriding transitions. r=birtles
...
Note that (at this stage) some of the tests in both files fail (which I
have verified locally), as noted by the todos and FIXMEs in the test,
which will be removed in later patches in this bug, as the failures are
fixed.
2015-03-18 07:35:30 -07:00
L. David Baron
3be5178484
Bug 1125455 patch 2 - Set mWinsInCascade for transitions based on whether there are animations. r=birtles
2015-03-18 07:35:30 -07:00
L. David Baron
065aeaa603
Bug 1125455 patch 1 - Add boolean for whether an animation of a property wins in the CSS cascade. r=birtles
2015-03-18 07:35:29 -07:00
Nicolas B. Pierron
979db7f522
Bug 1137624 - Disable Array.join optimization. r=jandem
2015-03-18 15:12:47 +01:00
Nikhil Marathe
c7893519a9
Bug 1134462 - Cleanup Promise usage in fetch test SW. r=jdm
...
--HG--
extra : rebase_source : c74bc35e4c675e8ece5b43790e93f727888c5b5d
2015-03-17 08:48:31 -07:00
Nikhil Marathe
b470a6df88
Bug 1134462 - allow null body. r=jdm
...
--HG--
extra : rebase_source : 35d79b8d3701e993f284dcafe0e78fe08ef316db
2015-03-17 08:48:30 -07:00
Nikhil Marathe
191be106d4
Bug 1134462 - Synthesize status and headers from Response returned by ServiceWorker. r=jdm
...
--HG--
extra : rebase_source : 6bfb181427869bb99a0812608e75b6311f3dfb97
2015-03-17 08:48:30 -07:00
Boris Zbarsky
86b3a88d1b
Bug 1144452. Print the global in JSObject::dump. r=waldo
2015-03-18 09:24:13 -04:00
Boris Zbarsky
2676d9eb32
Bug 1144097. Fix yet another is<ScopeObject>() assert. r=shu
2015-03-18 09:24:13 -04:00
Boris Zbarsky
8480cad9bd
Bug 1135963. Allow JS_InitializePropertiesFromCompatibleNativeObject to deal with objects that have different prototypes. r=bhackett
2015-03-18 09:24:13 -04:00
Sylvestre Ledru
57e754e11c
Bug 1144176 - Remove a useless declaration. r=bholley
2015-03-18 14:10:08 +01:00
Carsten "Tomcat" Book
9ad72a9c31
Merge mozilla-central to mozilla-inbound
2015-03-18 13:53:54 +01:00
Carsten "Tomcat" Book
3c57b5be0b
merge mozilla-inbound to mozilla-central a=merge
2015-03-18 13:51:53 +01:00
Carsten "Tomcat" Book
8bfab8ff75
merge fx-team to mozilla-central a=merge
2015-03-18 13:12:18 +01:00
B2G Bumper Bot
c3df6d7fda
Bumping manifests a=b2g-bump
2015-03-18 01:48:18 -07:00
B2G Bumper Bot
6ea2144408
Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/18a7681ac7c7
Author: BavarianTomcat <tomcat@mozilla.com>
Desc: Revert "Bug 1107139 - Show id-overlay when there's no screenshot. r=etienne" for conflicting with mozilla-inbound
This reverts commit b59f8b014e2d3c1abfe3b3911d2b468cbd75dc05.
========
https://hg.mozilla.org/integration/gaia-central/rev/56696c9032c1
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #28877 from yuwen41200/master
Bug 1141971 - [Privacy Controls] fix remaining words, r=marta
========
https://hg.mozilla.org/integration/gaia-central/rev/da19d6ef4a58
Author: yuwen41200 <yuwen41200@gmail.com>
Desc: Rename remaining 'privacy panel' to 'privacy controls'
2015-03-18 01:45:30 -07:00
B2G Bumper Bot
74be22b8ba
Bumping manifests a=b2g-bump
2015-03-18 01:17:58 -07:00
B2G Bumper Bot
a064b0b221
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/7e3ce02dd9c5
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1135044 - merge pull request #28894 from gabrielesvelto:bug-1135044-update-call-information-when-contact-changes to mozilla-b2g:master
========
https://hg.mozilla.org/integration/gaia-central/rev/2991622cce60
Author: Gabriele Svelto <gsvelto@mozilla.com>
Desc: Bug 1135044 - When updating a call group's contact information dispatch the appropriate udpate event r=drs
2015-03-18 01:15:24 -07:00
Carsten "Tomcat" Book
bbf229d607
Backed out changeset 6b528bd3294c (bug 1039926) for R20 test failures on a CLOSED TREE
2015-03-18 09:12:41 +01:00
Avi Halachmi
971e1cf05d
bug 1142079: disable refresh driver telemetry on Android. r=froydnj
2015-03-18 08:59:01 +02:00
Gavin Sharp
7306d707ec
Bug 1144231 - browser_polaris_prefs.js doesn't cleanup the preference at the end of the test. r=jmaher
2015-03-18 08:38:26 -04:00
Joel Maher
20bcaaf77b
Bug 1143091 - restarting tests with --keep-open is hard. r=ted
2015-03-18 08:38:25 -04:00
Nigel Babu
0a587c5cdd
Backed out changeset 05850dac2882 (bug 1143562) for B2G Emulator ICS M2 bustage CLOSED TREE
2015-03-18 12:20:57 +05:30
Jean-Yves Avenard
4625562fc6
Bug 1143650: Part3. Disable test on mac. CLOSED TREE r=bustage
...
media webref tests weren't run on mac previously.
2015-03-18 17:45:41 +11:00
Nigel Babu
2e6821328d
Backed out changeset dd13fdf7b284 (bug 1144236) for bustage CLOSED TREE
...
--HG--
extra : amend_source : 3a70fa61052cbdaa1df2a1656880717965d1165e
2015-03-18 12:05:33 +05:30
B2G Bumper Bot
a665e1db5c
Bumping manifests a=b2g-bump
2015-03-17 23:32:50 -07:00
B2G Bumper Bot
33528c5df9
Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/1f7fc985b95c
Author: Alive.Kuo <alegnadise@gmail.com>
Desc: Merge pull request #28905 from alivedise/bugzilla/1139987/skip-ftu-service
Bug 1139987 - Finish all ftu step request if ftu is closed by any way, r=etienne
========
https://hg.mozilla.org/integration/gaia-central/rev/fba56b248857
Author: Alive Kuo <alegnadise@gmail.com>
Desc: Bug 1139987 - Finish all ftu step request if ftu is closed by any way
========
https://hg.mozilla.org/integration/gaia-central/rev/8ba02cd4dc35
Author: Alive.Kuo <alegnadise@gmail.com>
Desc: Merge pull request #28907 from alivedise/bugzilla/1143577/update-mute-icon
Bug 1139987 - Update mute icon when notification volume setting changed, r=etienne
========
https://hg.mozilla.org/integration/gaia-central/rev/80c94eeeef3a
Author: Alive Kuo <alegnadise@gmail.com>
Desc: Bug 1143577 - Update mute icon when notification volume setting changed
2015-03-17 23:30:16 -07:00
Nigel Babu
47340db7f0
Backed out changeset 96c20db25b6b (bug 1144214) for Android M4 bustage CLOSED TREE
2015-03-18 11:48:41 +05:30
B2G Bumper Bot
b743e63576
Bumping manifests a=b2g-bump
2015-03-17 21:23:06 -07:00
B2G Bumper Bot
6625f16d2a
Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/7685caa7d8a8
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #28922 from KevinGrandon/bug_1144235_build_test_browser_image
Bug 1144235 - Use more specific path for browser images in build test
========
https://hg.mozilla.org/integration/gaia-central/rev/b6f86f8b61a5
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1144235 - Use more specific path for browser images in build test
========
https://hg.mozilla.org/integration/gaia-central/rev/319d78a50dd6
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #28819 from jrburke/bug1142347-email-vscroll-initing
Bug 1142347 - [email] Remove vscroll mitigation for bug 1135960 now that bug 1141362 has landed
========
https://hg.mozilla.org/integration/gaia-central/rev/0022aaaa2bc8
Author: jrburke <jrburke@gmail.com>
Desc: Bug 1142347 - [email] Remove vscroll mitigation for bug 1135960 now that bug 1141362 has landed
2015-03-17 21:20:12 -07:00
Jesse Ruderman
54ce7cf07e
Bug 1144351 - Add newline at the end of 'JSDOMParser error' messages. r=mfinkle
2015-03-17 21:06:06 -07:00
Gijs Kruitbosch
eb35e37139
No bug, update Readability.js to the version in github, rs=margaret,me per discussion earlier today
...
--HG--
extra : amend_source : bf0d161d34ef298b3338ae4b1ec9469817132504
2015-03-17 20:58:58 -07:00
Ehsan Akhgari
e73318de31
Bug 1144236 - Add tests for the ignoreMethod match mode in DOM cache; r=bkelly
2015-03-17 23:56:32 -04:00
Ehsan Akhgari
b48d53e850
Bug 1144214 - Fix DeleteOrphanedBodyAction so that it doesn't orphan cache files if the action is canceled; r=bkelly
2015-03-17 23:56:31 -04:00
Jessica Jong
6e615ff1c0
Bug 1137088: B2G RIL: move data call related handling out of ril_worker. r=echen
2015-03-18 11:28:54 +08:00
Jean-Yves Avenard
09f736c2cc
Bug 1143987: Use SharedDecoderManager with EME PDM. r=cpearce
...
--HG--
extra : rebase_source : cf3c5fff87bdca3b55d10e41d5b4f44678253c72
2015-03-18 14:10:59 +11:00
Jean-Yves Avenard
c0f007c90f
Bug 1143650: Update webref failure links r=karlt
...
--HG--
extra : rebase_source : cbfe468eee88c5ebca5f344ef439e12130a221ba
2015-03-18 14:10:58 +11:00
Jean-Yves Avenard
f42bde1fb3
Bug 1128332: Part4. Update webref results. r=karlt
...
--HG--
extra : rebase_source : 41470a277697104feb64d23107bb60c6179a91dc
2015-03-18 14:10:58 +11:00