Commit Graph

37256 Commits

Author SHA1 Message Date
Brian Birtles
3947001236 Bug 1161320 - Fix conflict between finishing and aborting a pause; r=jwatt
Animation::ResumeAt contains an assertion that, when we exit the play-pending
state, checks we either have a resolved start time or a resolved hold time.

That's normally true but if we are aborting a pause on animation that is
finished we can end up with a resolved start time (since we don't clear the
start time when we're aborting a pause) and a resolved hold time (either
because the regular finishing behavior set one, or, because play() applied
auto-rewinding behavior and set it).

In that case we should actually respect the hold time and update the start time
when resuming the animation. However, ResumeAt won't update the start time if it
is already set.

This patch fixes that by clearing the start time in DoPlay in the case where we
are aborting a pause and have a hold time.

--HG--
extra : rebase_source : 83f980d6cbc34375274f30f6527992b4fec7f639
2015-05-08 16:17:13 +09:00
Nicholas Nethercote
ba79e01ad2 Bug 1161377 (part 3, attempt 2) - Convert some easy PL_DHashTable{Init,Finish} cases. r=froydnj.
--HG--
extra : rebase_source : 990907701818b7da2b4e8955c419bb61130e266f
2015-05-12 17:33:26 -07:00
Nicholas Nethercote
9a60518e5b Bug 1161377 (part 2.5) - Move all static PLDHashTable instances onto the heap to avoid static constructors. r=froydnj.
--HG--
extra : rebase_source : 73029d4a1ed5a41263db882d66b1f380f5e7254b
2015-05-12 17:33:22 -07:00
Wes Kocher
5d3df65465 Merge m-c to inbound a=merge 2015-05-12 16:34:23 -07:00
Wes Kocher
274185f287 Merge b2g-inbound to m-c a=merge 2015-05-12 16:30:03 -07:00
Carsten "Tomcat" Book
a4b5735515 Merge mozilla-central to b2g-inbound
--HG--
rename : dom/media/tests/mochitest/test_peerConnection_addCandidateInHaveLocalOffer.html => dom/media/tests/mochitest/test_peerConnection_addIceCandidate.html
rename : layout/base/tests/marionette/test_selectioncarets_multiplerange.py => layout/base/tests/marionette/test_selectioncarets2.py
extra : rebase_source : 64bb8d517db8d66a9cf2326e6843bf5f54a3caf7
2015-05-12 16:47:49 +02:00
Carsten "Tomcat" Book
dd3f1a22f8 merge mozilla-inbound to mozilla-central a=merge 2015-05-12 16:10:32 +02:00
Szu-Yu Chen [:aknow]
76299d543d Bug 1163511 - Use defineLazyModuleGetter. r=hsinyi 2015-05-12 17:41:46 +08:00
Carsten "Tomcat" Book
e1d7012a98 merge fx-team to mozilla-central a=merge 2015-05-12 12:01:27 +02:00
Kan-Ru Chen
24103c02e5 Bug 1162899 - Use sync message for in-process mozHasPendingMessage. r=fabrice 2015-05-12 10:20:54 +08:00
Boris Zbarsky
6d7a7d1660 Bug 1163898 followup. Fix a test that was expecting the buggy mozAnon behavior. CLOSED TREE. 2015-05-12 17:14:34 -04:00
Eitan Isaacson
e550c8cefd Bug 1162692 - Add SpeechSynthesisUtterance.chosenVoiceURI for testing purposes. r=smaug 2015-05-12 13:24:58 -07:00
Eitan Isaacson
9d09688122 Bug 1160844 - Only initialize pico tts when not in mochitest and speech synth is enabled. r=smaug 2015-05-12 13:24:58 -07:00
Boris Zbarsky
ca4d389a7a Bug 1163898 part 2. Allow creation of an anonymous XHR in non-window scopes if the right mozAnon bits are passed in. r=smaug 2015-05-12 15:56:41 -04:00
Boris Zbarsky
068f758b05 Bug 1163898 part 1. Give DOMEventTargetHelper a sane accessor for getting its nsIGlobalObject. r=smaug 2015-05-12 15:56:39 -04:00
Wes Kocher
608fc62812 Backed out changeset fae12b6114b8 (bug 1162775) for bc1 orange 2015-05-11 16:32:22 -07:00
Dave Townsend
66c14e8046 Bug 1162775 Make contentAreaDropListener use dataTransfer.files to get the files dropped. r=smaug
--HG--
extra : rebase_source : a76f7c5620c0b7f0030912703b9341e8d34a590b
2015-05-11 11:33:15 -07:00
Jocelyn Liu
5fa86d6598 Bug 1162910 - Make bluetooth daemon as the default backend of BT APIv2. r=tzimmermann 2015-05-11 03:44:00 -04:00
Bruce Sun
b6bba13293 Bug 1162893 - Fix BluetoothGattWriteType serialization problem. f=elin, r=jocelyn 2015-05-11 16:43:53 +08:00
Eddy Bruël
d2c20ea03d Bug 1150444 - Intermittent test_WorkerDebugger.isFrozen.xul;r=khuey 2015-05-08 07:08:17 +02:00
Andrea Marchesini
0ff6ef9063 no bug - fix merge bustage, CLOSED TREE 2015-05-12 16:51:08 +01:00
Carsten "Tomcat" Book
90096e4744 merge mozilla-central to mozilla-inbound
--HG--
rename : dom/base/MultipartFileImpl.cpp => dom/base/MultipartBlobImpl.cpp
rename : dom/base/MultipartFileImpl.h => dom/base/MultipartBlobImpl.h
2015-05-12 17:07:10 +02:00
Andrea Marchesini
6061ec65aa Bug 1163597 - patch 2 - MediaStreamGraphImpl::RecomputeBlockingAt CLOSED TREE 2015-05-12 14:54:03 +01:00
Andrea Marchesini
f4538bb921 Bug 1163387 - Rename FileImpl to BlobImpl, r=ehsan
--HG--
rename : dom/base/MultipartFileImpl.cpp => dom/base/MultipartBlobImpl.cpp
rename : dom/base/MultipartFileImpl.h => dom/base/MultipartBlobImpl.h
2015-05-12 13:11:03 +01:00
Andrea Marchesini
368a198972 Bug 1159401 - Split Blob and File classes, r=bz 2015-05-12 13:09:51 +01:00
Andrea Marchesini
b679e52953 Bug 1163597 - MediaStreamGraphImpl::RecomputeBlockingAt: optimization in the number of loops for the mStreams array, r=padenot 2015-05-11 18:50:55 +01:00
Paul Adenot
2a953ecb3a Bug 1160153 - Add debug instrumentation. 2015-05-11 16:56:00 +02:00
Carsten "Tomcat" Book
a98d07f54a Backed out changeset cff5c0c09e72 (bug 1056479) for widespread destruction on a CLOSED TREE 2015-05-12 12:22:01 +02:00
Ben Hsu
2a3ab6eda9 Bug 1161403 - Part 2: A new testcase. r=aknow 2015-05-06 21:07:00 -04:00
Marcos Caceres
312c82515a Bug 1162729 - CORS check is always performed when fetching a manifest. r=ehsan
--HG--
extra : rebase_source : 714b7abcf3f700685d538800af89578b14f7b622
2015-05-07 14:40:00 +02:00
Nils Ohlmeier [:drno]
772e7d8a3f Bug 1087551: updated tests around addIceCandidate(). r=jib
--HG--
rename : dom/media/tests/mochitest/test_peerConnection_addCandidateInHaveLocalOffer.html => dom/media/tests/mochitest/test_peerConnection_addIceCandidate.html
2015-05-12 00:05:24 -07:00
Ben Hsu
96c5adc38a Bug 1161403 - Part 1: Deprecate internal states. r=aknow 2015-05-06 03:58:00 -04:00
Ben Hsu
9bdfd61f64 Bug 1147736 - Part 4: Deprecate NotifyError(Bluetooth). r=btian 2015-05-08 00:21:00 -04:00
Ben Hsu
eed7112128 Bug 1147736 - Part 3: Deprecate NotifyError. r=aknow
--HG--
extra : source : 95e956a2ddb926fc79a61d80bad4a26035f354b0
2015-04-27 23:29:00 -04:00
Ben Hsu
fd87d7cd9d Bug 1147736 - Part 2: Bypass NotifyError. r=aknow
--HG--
extra : source : a78ad976faf317828b6cb268dced774e863b6b80
2015-04-27 23:28:00 -04:00
Ben Hsu
b3901f1c0f Bug 1147736 - Part 1: Extend TelephonyCallInfo. r=aknow
--HG--
extra : source : 5a0f9070dd9441a39d5d759f19e88303d768ad6d
2015-04-27 23:22:00 -04:00
Jessica Jong
a871aa3a80 Bug 1162865 - [DataCall] Do not reset data call's linkInfo if it's still needed. r=echen 2015-05-11 17:09:40 +08:00
Shawn Huang
76d664e594 Bug 1160127 - Send HFP/A2DP profile disconnection notification, r=btian 2015-05-11 11:47:31 +08:00
Ben Tian
e11afd073e Bug 1156503 - Update device name from |RemoteDevicePropertiesNotification| during discovery, r=shuang 2015-04-30 16:48:39 +08:00
Jan Horak
ed82bef0cf Bug 967494 - "Preference Composition/Spelling/Language is ignored, and changing spellcheck language in one composition window affects all open and new compositions" [r=ehsan] 2015-04-28 12:01:00 +03:00
Phil Ringnalda
4a7ce6d864 Merge m-i to m-c, a=merge 2015-05-10 09:10:19 -07:00
Geoff Brown
4bb32f5282 Bug 1140454 - Skip some tests on Android 4.3 Debug for intermittent failures; r=me,trivial 2015-05-09 20:04:44 -06:00
Mike Conley
1f5e274f86 Bug 1136478 - Fire pagehide / pageshow events in content after swapping remote frame loaders. r=smaug.
--HG--
extra : rebase_source : fbe5ee7bb8aeac7edabb580bcab0254aebcbc1e0
2015-05-07 11:43:40 -04:00
Phil Ringnalda
d91228182a Merge b-i to m-c, a=merge 2015-05-09 14:26:41 -07:00
Andrew Osmond
85cf1bc1dd Bug 1158378 - Fix how a failed set configuration call would try to shutdown the camera after release. 2015-05-08 16:20:01 -04:00
Sebastian Hengst
cf952cc343 Backed out changeset 899c470e0275 (bug 1087551) for build bustage. r=bustage fix for CLOSED TREE 2015-05-09 10:34:24 +02:00
Nils Ohlmeier [:drno]
e175791a4b Bug 1087551: updated tests around addIceCandidate(). r=jib 2015-05-09 00:26:30 -07:00
Wes Kocher
4fb59c4c25 Merge b2g-inbound to m-c a=merge 2015-05-08 10:35:16 -07:00
Wes Kocher
e43a05d6d2 Merge fx-team to m-c a=merge 2015-05-08 10:29:41 -07:00
Carsten "Tomcat" Book
d0d26d882e Merge mozilla-central to b2g-inbound on a CLOSED TREE 2015-05-08 13:32:17 +02:00