Carsten "Tomcat" Book
dd8dff70e3
Merge mozilla-central to b2g-inbound on a CLOSED TREE
2015-11-20 16:48:53 +01:00
Carsten "Tomcat" Book
133a1d2dae
Merge mozilla-central to b2g-inbound on a CLOSED TREE
2015-11-20 14:36:21 +01:00
Jean-Yves Avenard
e4f9d8efb2
Bug 1222866: P3. Fix mochitest. r=me a=tomcat for fixing perma failure
...
Actual calculated duration was 9.2879819869995117. The new behaviour and rounded value is as such more correct
--HG--
extra : amend_source : 3c586cd3e43d37033f94a94552fcddf6f1021152
2015-11-20 20:14:51 +11:00
Jean-Yves Avenard
68cfd7635f
Bug 1222866: P2. Add gtest checking on seconds -> microseconds -> seconds. r=gerald
2015-11-20 15:41:13 +11:00
Jean-Yves Avenard
7c8d6ceb7d
Bug 1222866: P1. Round second to closest microseconds. r=gerald.
...
Due to the internal double representation as per IEEE 754, during conversion the use of ints would have rounded down our value.
2015-11-20 15:41:13 +11:00
Randall Barker
3fbfbb9aeb
Bug 1226193 - Fix test_animation_observers.html timing out on Fennec with C++APZ enabled. r=heycam
...
Fix: INFO TEST-UNEXPECTED-FAIL | dom/animation/test/chrome/test_animation_observers.html | Test timed out.
By extending animation observer timeout.
--HG--
extra : commitid : GEfsdBOqqsu
2015-11-19 23:06:43 -05:00
Randall Barker
53f3fdea84
Bug 1223937
- test_bug388794.html fails string match test due to off by one error in Fennec with C++APZ. r=roc
...
When C++APZ is enabled in Fennec, events that are generated by nsWindowUtil may result in
off by one errors when received by the DOM. This is caused by the fact that the PresShell
resolution must be applied to the event coordinates before being dispatched which introduces
rounding errors. To work around the failure in test_bug388794.html it is necessary to
convert the string compares to regex so that the off by one rounding errors may be accounted for.
--HG--
extra : commitid : FCSDte8j1sG
2015-11-19 21:40:05 -05:00
Jean-Yves Avenard
1b4c99671f
Bug 1222866: P2. Add gtest checking on seconds -> microseconds -> seconds. r=gerald
2015-11-19 16:08:00 +01:00
Jean-Yves Avenard
d316442a2d
Bug 1222866: P1. Round second to closest microseconds. r=gerald.
...
Due to the internal double representation as per IEEE 754, during conversion the use of ints would have rounded down our value.
2015-11-19 16:07:00 +01:00
Carsten "Tomcat" Book
5b0d94ec87
Backed out changeset 002714e2ccba (bug 1222866)
2015-11-20 16:39:37 +01:00
Carsten "Tomcat" Book
618aec2ae2
Backed out changeset 74caf0456e1e (bug 1222866)
2015-11-20 16:39:35 +01:00
Bruce Sun
4492d3aae8
Bug 1225787: Fix wrong arguments of BluetoothGattInterface::AddCharacteristic; r=jocelyn
2015-11-19 14:26:58 +08:00
Bruce Sun
ab7cea57cc
Bug 1225785: Fix WriteRequested mismatch; r=jocelyn
2015-11-19 14:26:23 +08:00
Wes Kocher
f2a69ef549
Merge b2ginbound to central, a=merge
...
--HG--
extra : commitid : DJ1BP2VTWLm
2015-11-19 13:36:16 -08:00
Kartikaya Gupta
bd89527b60
Bug 1203058 - Set the paint sync id on the top-level window rather than the tab's window, because then it won't get lost during page unload. r=rbarker
...
--HG--
extra : commitid : LTIWvjdej9z
2015-11-19 09:57:51 -05:00
Kartikaya Gupta
8a6023f387
Bug 1223928 - Update various reftests that now pass/fail with gecko scrollbars on Android&&asyncPan. r=snorp
...
--HG--
extra : commitid : G5eJp4xTljl
2015-11-19 09:55:21 -05:00
Nathan Froyd
1ad1a76ff4
Bug 1226063 - take advantage of UniquePtr in BluetoothMapSmsManager::SendMasObexData; r=btian
...
Now that UnixSocketRawData can assume ownership of UniquePtrs, we can
enhance SendMasObexData to accept UniquePtrs where possible.
2015-11-18 17:14:07 -05:00
Andrea Marchesini
5e1f614532
Bug 1169068 - Performance.translateTime(), r=bz
2015-11-19 14:04:47 +00:00
Nigel Babu
ec972087c8
Backed out changeset 9c8f83fb5930 (bug 1190093) for Gij(11) bustage on a CLOSED TREE
2015-11-19 17:48:09 +05:30
Andrew McCreight
70ccd9bdd2
Bug 1225942 - Enable some M1 e10s tests that seem to work. r=mrbkap
2015-11-18 11:00:00 +01:00
Lee Salzman
eb7e01d003
Bug 1225381 - ensure mozCurrentTransform is finite. r=jmuizelaar
2015-11-17 12:35:10 -05:00
Hiroyuki Ikezoe
1e734eff34
Bug 1223255 - Use Animation::AnimationTimeToTimeStamp instead of timeline->ToTimeStamp. r=bbirtles
...
Otherwise delay value is multiplied by playbackRate twice.
--HG--
extra : rebase_source : 42b088e65c2ce3986bc36fa1c41a06e38f1c133a
2015-11-18 01:50:00 +01:00
Ross Lovas
9c07cb9430
Bug 1190093 - Stop throttling frame requests for loading pages by checking Hidden(), not isShowing. r=tnikkel
2015-11-19 03:43:34 -06:00
Thomas Nguyen
403d826981
Bug 1055959 - [NFC] testNfcBadSessionIdError testcase fail. r=yoshi
...
--HG--
extra : rebase_source : 55c7673df24400f3cce37188c211d70e80652bd0
2015-11-15 19:13:00 +01:00
Carsten "Tomcat" Book
0bfff5e905
Merge mozilla-central to b2g-inbound
2015-11-19 15:27:02 +01:00
Thomas Zimmermann
764c23b828
Bug 1223806: Convert Bluetooth to |BluetoothCoreInterface|, r=btian
2015-11-19 11:21:03 +01:00
Thomas Zimmermann
c9a3c00a12
Bug 1223806: Add |BluetoothDaemonCoreInterface|, r=btian
2015-11-19 11:21:03 +01:00
Thomas Zimmermann
3c5994d6ba
Bug 1223806: Convert Bluetooth to |BluetoothCoreNotificationHandler|, r=btian
2015-11-19 11:21:03 +01:00
Thomas Zimmermann
971e8406ba
Bug 1223806: Convert Bluetooth to |BluetoothCoreResultHandler|, r=btian
2015-11-19 11:21:03 +01:00
Thomas Zimmermann
350896bf18
Bug 1223806: Add Bluetooth Core interface, notification and result handler, r=btian
2015-11-19 11:21:03 +01:00
Nigel Babu
ba8444d785
Backed out changeset 95069f2ce648 (bug 1182546) for Android M(c) bustage ON A CLOSED TREE
2015-11-19 14:26:33 +05:30
Phil Ringnalda
ff8fa4d932
Bug 1223394 - Reenable webspeech synth tests on Mulet now that it has audio support, a=philor
...
--HG--
extra : rebase_source : fc7ca45d6f3b8576a80cb7787eb6d6d59230b87c
2015-11-17 19:30:54 -08:00
Gregory Arndt
5540610f3d
Bug 1223394 - Use desktop-test image for Mulet mochitests to fix audio issues, r=aus, a=philor
...
--HG--
extra : rebase_source : 73bb5268f8be0ac64eda5b083f05543913ce10b7
2015-11-17 14:40:31 -06:00
Wes Kocher
3b60bb0151
Merge b2ginbound to central, a=merge
...
--HG--
extra : commitid : H8QgxzNGpnm
2015-11-17 13:21:48 -08:00
Carsten "Tomcat" Book
405e01e8a1
Merge mozilla-central to b2g-inbound
2015-11-17 12:38:16 +01:00
Carsten "Tomcat" Book
1cf9b8b2ab
merge mozilla-inbound to mozilla-central a=merge
2015-11-17 12:26:16 +01:00
Thomas Zimmermann
8294faa09b
Bug 1223720: Support UUIDs and addresses for Bluetooth signal paths, r=joliu
...
This patch improves the Bluetooth signal API by adding methods for
dealing with UUIDs and addresses directly. Callers have been converted
where possible.
2015-11-17 11:25:34 +01:00
William Chen
551e115461
Bug 1210211 - Part 3: Test for push notification quota with web notifications. r=kitcambridge
...
--HG--
extra : commitid : 6jOIM2i8D3P
extra : rebase_source : 2c3dbcb73f561d8a6132f465148b59d269f96d8b
2015-11-16 21:34:00 -08:00
William Chen
cfff602824
Bug 1210211 - Part 2: Notify Push service of visible notifications. r=baku
...
--HG--
extra : commitid : JIe7odI4Fgo
extra : rebase_source : f71dc1cf94def6ad72db773c1ba77473149f8359
2015-11-16 21:33:17 -08:00
William Chen
8588891ca7
Bug 1210211 - Part 1: Delay updating push quota. r=kitcambridge
...
--HG--
extra : commitid : 70QSm4u4WLW
extra : rebase_source : e52cc3bae822448e64dca6c40be48d74ea924e0b
2015-11-16 21:33:11 -08:00
Phil Ringnalda
6edbd4d1af
Back out 3 changesets (bug 1210211) for b2g build bustage
...
CLOSED TREE
Backed out changeset 204a1746f421 (bug 1210211)
Backed out changeset e5d16111e809 (bug 1210211)
Backed out changeset b78d00c9af42 (bug 1210211)
2015-11-16 19:34:14 -08:00
Phil Ringnalda
a0dfb7b514
Back out changeset a9ca2bcc8633 (bug 1224936) for Mulet Gij bustage in Player_test.js
...
CLOSED TREE
2015-11-16 19:33:26 -08:00
Wes Kocher
c4f40f5dfc
Merge inbound to m-c a=merge
...
--HG--
extra : commitid : 8FO2ow49CX2
2015-11-16 17:20:42 -08:00
William Chen
658a242e1a
Bug 1210211 - Part 3: Test for push notification quota with web notifications. r=kitcambridge
...
--HG--
extra : commitid : 7VLdKkGHG
extra : rebase_source : 222edbb7684e86e1fd656ad91df6d9ce4661105e
2015-11-16 13:20:20 -08:00
William Chen
1677aaeb9a
Bug 1210211 - Part 2: Notify Push service of visible notifications. r=baku
...
--HG--
extra : commitid : 7lTQ80hfQU6
extra : rebase_source : f31c7dd4c3dc9f9d4bb492791fd59c413268d22d
2015-11-16 13:20:15 -08:00
William Chen
e791f70b13
Bug 1210211 - Part 1: Delay updating push quota. r=kitcambridge
...
--HG--
extra : commitid : GXDHaPbe8pi
extra : rebase_source : 260a2a8e1434355671b25d58e36007c88b934464
2015-11-16 13:20:09 -08:00
Andrea Marchesini
96905fb6e8
Bug 1224936 - AudioChannelAgent should be informed when HTMLMediaElement dispatches an error, r=roc
2015-11-17 01:28:07 +00:00
Wes Kocher
187dd319f1
Merge m-c to inbound, a=merge
...
--HG--
extra : commitid : DGwcWNlrDUA
2015-11-16 17:27:08 -08:00
Wes Kocher
9d1f194cbb
Backed out 2 changesets (bug 1218433) for wpt failures CLOSED TREE
...
Backed out changeset 1cc8cc0444c0 (bug 1218433)
Backed out changeset 5418ca0e0378 (bug 1218433)
--HG--
extra : commitid : H1h8VHrzxx8
2015-11-16 11:13:43 -08:00
Boris Zbarsky
b9ac672526
Bug 1224580. Copy of URLSearchParams should not copy its observer pointer. r=baku
2015-11-16 13:29:57 -05:00