Commit Graph

33923 Commits

Author SHA1 Message Date
Jessica Jong
2ed08371fa Bug 1126222 - Part 2: Use promise to ensure execution order in NetworkManager. r=echen 2015-05-07 00:57:00 -04:00
Jessica Jong
7bc34d3788 Bug 1126222 - Part 1: Provide callback in some functions in NetworkService. r=echen 2015-05-04 23:48:00 -04:00
Ryan VanderMeulen
8e8b37cfff Merge inbound to m-c. a=merge 2015-05-06 16:26:26 -04:00
Ryan VanderMeulen
c156ae90a7 Merge fx-team to m-c. a=merge 2015-05-06 16:20:55 -04:00
Carsten "Tomcat" Book
0dc27e37d0 Backed out changeset 5a0f9070dd94 (bug 1147736) for bustage on a CLOSED TREE 2015-05-06 17:03:13 +02:00
Carsten "Tomcat" Book
18ef51f793 Backed out changeset a78ad976faf3 (bug 1147736) 2015-05-06 17:02:38 +02:00
Carsten "Tomcat" Book
81d1146ed3 Backed out changeset 95e956a2ddb9 (bug 1147736) 2015-05-06 17:02:35 +02:00
Carsten "Tomcat" Book
1d66282062 Backed out changeset 0098029a7bdd (bug 1147736) 2015-05-06 17:02:31 +02:00
Bruce Sun
f556ed7f7c Bug 1161939 - Correct bitwise checking on GATT characteristic write properties. r=jocelyn 2015-05-06 18:15:30 +08:00
Morris Tseng
3ecfee88d0 Bug 1151111 - Append iframe2 after iframe1 has loaded. r=kchen 2015-05-05 19:42:00 -04:00
Jessica Jong
6367e72157 Bug 1159132 - Part 2: Set ro.tethering.dun_required when running dun test case. r=echen 2015-05-04 02:33:00 -04:00
Jessica Jong
b2c9e7b2d9 Bug 1159132 - Part 1: Use dun apn only when config ro.tethering.dun_required is set. r=echen 2015-05-04 02:32:00 -04:00
Ben Hsu
64470de269 Bug 1147736 - Part 4: Deprecate NotifyError(Bluetooth). r=btian 2015-04-27 23:31:00 -04:00
Ben Hsu
79ce54d50c Bug 1147736 - Part 3: Deprecate NotifyError. r=aknow 2015-04-27 23:29:00 -04:00
Ben Hsu
f8c5ab0892 Bug 1147736 - Part 2: Bypass NotifyError. r=aknow 2015-04-27 23:28:00 -04:00
Ben Hsu
b0b31a19b4 Bug 1147736 - Part 1: Extend TelephonyCallInfo. r=aknow 2015-04-27 23:22:00 -04:00
Carsten "Tomcat" Book
102335fda6 Merge mozilla-central to b2g-inbound 2015-05-06 13:14:52 +02:00
Carsten "Tomcat" Book
40a9422941 merge mozilla-inbound to mozilla-central a=merge 2015-05-06 11:59:15 +02:00
Thomas Zimmermann
6dbc71922d Bug 1161003: Don't send PDU when connection to Bluetooth daemon is closed, r=shuang
During restarts of the Bluetooth daemon, it can occur that Gecko tries
to send without having a connection to bluetoothd opened. This patch adds
a check to prevent this.
2015-05-06 10:00:02 +02:00
Thomas Zimmermann
bf325d916b Bug 1159267: Share BlueZ's HFP manager between Bluetooth v1 and v2, r=btian
Both implementations mostly differ in coding style and correctness
fixes. The last remaining differences are related to different
interfaces in Bluetooth v1 and v2.
2015-05-06 09:58:04 +02:00
Thomas Zimmermann
b046a2aff6 Bug 1159267: Share Bluedroid's A2DP manager between Bluetooth v1 and v2, r=btian
Bluedroid's A2DP manager is the same for Bluetooth v1 and v2, except
fixes for bug 1062697 and bug 1148311 in v1. This patch merges both
variants. The last remaining difference is a call to |DistributeSignal|,
which differs between both implementations.
2015-05-06 09:58:04 +02:00
Thomas Zimmermann
02dfb0bf12 Bug 1159267: Share Bluedroid's HFP manager between Bluetooth v1 and v2, r=btian
The implementation of the Bluedroid HFP manager in Bluetoth v1 and v2
differs by a number of interface changes. This patch merges both variants
into a single one, were possible.
2015-05-06 09:58:04 +02:00
Thomas Zimmermann
77ad1b350f Bug 1159267: Share Bluedroid's OPP manager between Bluetooth v1 and v2, r=btian
Bluedroid's OPP manager is the same for Bluetooth v1 and v2; except
for bug 1118177, which is fixed in v1. So with this patch, the v1
implementation is used for both variants.
2015-05-06 09:58:04 +02:00
Alphan Chen
d1266d0888 Bug 1158047 - [AutoMounter] Resolve the problem of stucking in UMS_CONFIGURING state. r=dhylands 2015-05-04 14:46:16 +08:00
Wes Kocher
eee57fb9df Merge fx-team to m-c a=merge 2015-05-05 14:45:52 -07:00
Ben Kelly
f529480953 Bug 1160013 CachePushStreamChild should hold the parent DOM object alive. r=baku 2015-05-05 07:03:52 -07:00
Ehsan Akhgari
86a6b07e7c Bug 1161239 - Emit a warning if the respondWith handler is resolved with a non-Object value; r=baku 2015-05-05 09:56:48 -04:00
Carsten "Tomcat" Book
8061d7003f Backed out changeset 2a08b161b02e (bug 926838) 2015-05-05 15:51:27 +02:00
Carsten "Tomcat" Book
a67f848736 Backed out changeset 5b6ef91bfe01 (bug 926838) 2015-05-05 15:51:16 +02:00
Paul Adenot
fd25e43fd1 Bug 926838 - [Part 6] Unbitrot the build system bits. r=gps 2015-05-04 17:19:03 +02:00
Bobby Holley
2f01b6eb5e Bug 1161742 - Use lambdas for Seek. r=jww 2015-05-05 21:04:30 -07:00
Bobby Holley
2d85ff9631 Bug 1161742 - Use lambdas for WaitForData. r=jww 2015-05-05 21:02:59 -07:00
Bobby Holley
55bc102e4c Bug 1161742 - Add support for lambdas in MediaPromise. r=jww 2015-05-05 21:02:58 -07:00
Bobby Holley
ad17c346b8 Bug 1161742 - Factor out the guts of RefableThen to make them usable for Function-y {,Refable}Then(...) calls. r=jww 2015-05-05 21:02:58 -07:00
Bobby Holley
9e02c8acb6 Bug 1161742 - Hoist part of ResolveOrReject into ThenValueBase. r=jww 2015-05-05 21:02:57 -07:00
Bobby Holley
956fc5c4d5 Bug 1161742 - Introduce ResolveOrRejectValue to make MediaPromise implementation less verbose. r=jww 2015-05-05 21:02:57 -07:00
Bobby Holley
0cfac03c88 Bug 1161742 - Hoist dispatch-related stuff from ThenValue to ThenValueBase. r=jww
This cleanup was made possibly by the introduction of AbstractThread. :-)
2015-05-05 21:02:56 -07:00
Phil Ringnalda
cef8bcdbab Back out dbb002daa455 (bug 1160321) for assertion failures 2015-05-05 20:04:39 -07:00
Ehsan Akhgari
f2fdb3f6d9 Clean up after test_workerupdatefoundevent.html, no bug 2015-05-05 21:45:00 -04:00
Ehsan Akhgari
ce040a6b1d Revert the debugging patch for bug 1157901 2015-05-05 21:43:53 -04:00
Jean-Yves Avenard
2402d76551 Bug 1161443: Always read SDM::mWaitForInternalDrain while holding monitor. r=gerald 2015-05-06 09:58:09 +10:00
Jean-Yves Avenard
17788d594d Bug 1161416: Don't wait for a drain complete that will never happen. r=cpearce 2015-05-06 09:58:09 +10:00
Jean-Yves Avenard
f0eb96a6e9 Bug 1154896: Part2. Ignore kVTDecodeInfo_FrameDropped flag. r=rillian
It appears that on some machine, all video frames are marked with kVTDecodeInfo_FrameDropped even when valid. We just can't rely on it.
2015-05-06 09:58:09 +10:00
Jean-Yves Avenard
2a2fe342a8 Bug 1154896: Report decoding errors back to MP4Reader. r=rillian 2015-05-06 09:58:09 +10:00
Chris Pearce
c5a6afb826 Bug 1160321 - Test whether we can create H.264/AAC decoders before we report we support them. r=mattwoodrow 2015-05-06 11:40:45 +12:00
Blake Kaplan
869a3c68b9 Bug 1155494 - Add a 'compressall' message flag. f=handyman r=billm (parts of this patch were written by handyman with r=billm) 2015-05-05 16:20:42 -07:00
Ben Kelly
bd6433bc24 Bug 1160138 P3 Test Cache chrome-only Constructor. r=ehsan 2015-05-05 15:45:36 -07:00
Ben Kelly
b80c2ca842 Bug 1160138 P2 Add a [ChromeConstructor] to CacheStorage to support devtools. r=ehsan 2015-05-05 15:45:36 -07:00
Ben Kelly
2f54d18cbd Bug 1160138 P1 Update CacheStorage and Cache webidl to latest spec. r=ehsan 2015-05-05 15:45:36 -07:00
Xidorn Quan
1a94f7ac8f Bug 947854 part 3 - Include testing MozExitedFullscreen event in existing chrome test. r=smaug 2015-05-06 10:04:31 +12:00