Yuan Xulei
b1993a8aef
Bug 910412 - Basic tests for filesystem API. r=dhylands
2014-03-05 11:24:53 +08:00
Yuan Xulei
858942196b
Bug 910412 - Implement |getRoot|, |createDirectory| and |get| for Directory. r=dhylands, r=smaug
2014-03-05 11:25:40 +08:00
Yuan Xulei
ca0c726448
Bug 910412 - WebIDL and DOM binding for filesystem API. r=baku, r=smaug, f=dhylands, f=jonas
2014-03-05 11:26:39 +08:00
Yuan Xulei
d074c7bf78
Bug 957213 - Fix Intermittent test_bug944397.html caused by SetTimeout. r=fabrice
2014-03-14 09:43:13 -04:00
Carsten "Tomcat" Book
ac51ae1f62
Merge mozilla-central to b2g-inbound
2014-03-14 12:43:37 +01:00
Thomas Zimmermann
8b1eb0343a
Bug 979370: Remove |BluetoothService::IsEnabledInternal|, r=echou
...
The method |IsEnabledInternal| of |BluetoothService| is not used
any longer. This patch removes it.
2014-03-14 10:50:29 +01:00
Thomas Zimmermann
48270a0cf3
Bug 979370: Remove |ToggleBtTask|, r=echou
...
|ToggleBtTask| runs on the same thread as the start and stop methods
of |BluetoothService|. This patch merges the code of |ToggleBtTask|
into the start and stop methods and removes the class.
2014-03-14 10:50:18 +01:00
Thomas Zimmermann
37bbe5d22a
Bug 979370: Split |BluetoothService::StartStopBluetooth|, r=echou
...
This patch splits |BluetoothService::StartStopBluetooth| into two
separate functions. Both have mostly different code paths.
2014-03-14 10:50:02 +01:00
Thomas Zimmermann
d5c4098cf9
Bug 979370: Move Bluetooth thread into BlueZ backend, r=echou
...
The Bluetooth thread is only necessary for starting and stopping
Bluetooth with the BlueZ backend. Bluedroid implements its multi-
threading internally.
This patch moves the Bluetooth thread into the BlueZ backend. Two
runnables implement the starting and stopping code. The methods
|StartInternal| and |StopInternal| of |BluetoothDBusService| each
create an instance of the respective runnable and send it to the
internal BT thread. The code in |BluetoothService| runs completely
on the main thread.
For the Bluedroid back end, the patch changes a number of thread
assertions.
2014-03-14 10:49:33 +01:00
Bill McCloskey
aa5f40a77e
Bug 982828 - [e10s] Disable mochitest-plain tests that don't pass in e10s (r=ted)
2014-03-13 21:38:19 -07:00
Wes Kocher
a3277d291d
Backed out changeset 88425ad0f06a (bug 982828) for introducing various mochitest-5 failures on a CLOSED TREE
...
* * *
Backed out changeset 94f9ebdc6662 (bug 982828)
2014-03-13 19:41:21 -07:00
Bill McCloskey
975097b94c
Bug 982828 - Followup to fix merge bustage in dom/devicestorage
2014-03-13 19:18:33 -07:00
Bill McCloskey
f4f6bf8e4d
Bug 982828 - [e10s] Disable mochitest-plain tests that don't pass in e10s (r=ted)
2014-03-13 15:41:41 -07:00
Blake Kaplan
6f5f5bed05
Bug 982906 - No free lunches! r=bzbarsky
2014-03-13 17:08:58 -04:00
Bill McCloskey
7193069fa0
Backed out changeset d6261f65070a
2014-03-13 15:52:27 -07:00
Bill McCloskey
69a746922b
Bug 982828 - [e10s] Disable mochitest-plain tests that don't pass in e10s (r=ted)
2014-03-13 15:41:41 -07:00
Ryan VanderMeulen
79e8d7ff84
Merge inbound to m-c.
2014-03-13 15:32:36 -04:00
Shawn Huang
2e7b14e994
Bug 976485 - [bluedroid] Fix sometimes Avrcp 1.3 play status is out of sync. r=gyeh
2014-03-13 09:12:41 -04:00
Rick Eyre
d192be9622
Bug 978163 - Part 2: VTTCue should have Region property. r=rillian, r=bz
...
See spec bug: https://www.w3.org/Bugs/Public/show_bug.cgi?id=24380
2014-03-11 13:33:58 -04:00
Rick Eyre
350c89b361
Bug 978163 - Part 1: Remove VTTRegionList and VTTRegion TextTrack extensions. r=rillian, r=bz
...
- These two parts of the spec were recently removed as they
were seen as unecessary or bad design, in the case of the
VTTRegion TextTrack extensions. See the spec bug at:
https://www.w3.org/Bugs/Public/show_bug.cgi?id=24380
2014-03-10 11:33:06 -04:00
Andrea Marchesini
93347f7268
Bug 982800 - Browser API: Add a mozbrowsermanifestchange event to detect <link rel="manifest"> elements, r=ehsan
...
--HG--
rename : dom/browser-element/mochitest/test_browserElement_inproc_Iconchange.html => dom/browser-element/mochitest/test_browserElement_inproc_Manifestchange.html
rename : dom/browser-element/mochitest/test_browserElement_oop_Iconchange.html => dom/browser-element/mochitest/test_browserElement_oop_Manifestchange.html
2014-03-13 15:30:03 +00:00
Nils Ohlmeier [:drno]
362466ef9e
Bug 981156 - iceConnectionState is not a callable function. r=jesup
2014-03-13 09:18:32 -04:00
Jed Parsons
ccfbb12e96
Bug 971379 - FxA should accept synthetic events from certified apps. r=ferjm
2014-03-11 19:35:24 -07:00
Carsten "Tomcat" Book
028ff7c203
Merge mozilla-central to mozilla-inbound
2014-03-13 13:32:39 +01:00
Carsten "Tomcat" Book
638054be47
merge b2g-inbound to mozilla-central
2014-03-13 12:54:33 +01:00
Gian-Carlo Pascutto
3fefb76168
Bug 877954 - Implement Load Management service. Add callbacks to ViEncoder. r=jesup
2014-03-13 11:05:27 +01:00
Paul Adenot
d8a22556ad
Bug 982541 - Update OscillatorNode.{start, stop} to have the first argument optional and default to zero. r=ehsan
2014-03-13 14:51:41 +08:00
Botond Ballo
81f6add29a
Bug 980493 - Transition FrameMetrics::mZoom to use a getter/setter. r=kats
2014-03-12 12:46:57 -04:00
Botond Ballo
c169aeed9c
Bug 980493 - Transition FrameMetrics::mScrollOffset to use a getter/setter. r=kats
2014-03-13 02:34:34 -04:00
Wes Kocher
a15b6e2f00
Merge m-c to m-i
2014-03-12 21:21:07 -07:00
Wes Kocher
d3699eaf73
Merge b2g-inbound to m-c
2014-03-12 19:51:10 -07:00
Wes Kocher
e8d6845a05
Merge inbound to m-c
2014-03-12 19:36:50 -07:00
Wes Kocher
a4de6958ad
Merge m-c to inbound
2014-03-12 18:59:54 -07:00
Dave Hylands
e651093286
Bug 959591 - Add a test to verify functionality. r=fabrice
2014-03-12 14:15:05 -07:00
Dave Hylands
1d9cb952e2
Bug 959591 - Allow device storage media dirs to be overridden (esp useful for desktop). r=fabrice
2014-03-12 14:15:03 -07:00
Jan-Ivar Bruaroey
fe2bc5a3f5
Bug 964127: Add a/v sync status to about:webrtc. r=jesup
2014-03-12 17:13:20 -04:00
Ryan VanderMeulen
f06b210e1a
Merge m-c to b2g-inbound.
2014-03-12 11:33:22 -04:00
Tim Chien
0343064af8
Bug 981997 - Fix test for setInputMethodActive and dead object error. r=yxl
2014-03-12 08:45:27 -04:00
Carsten "Tomcat" Book
a2e27580e8
Merge mozilla-central to b2g-inbound
2014-03-12 12:34:49 +01:00
Carsten "Tomcat" Book
3b19bf2106
merge b2g-inbound to mozilla-central
2014-03-12 12:23:01 +01:00
Carsten "Tomcat" Book
105cf3d683
merge mozilla-inbound to mozilla-central
2014-03-12 12:15:34 +01:00
Ben Tian
a1bfbbd31e
Bug 981458 - Revise +CIEV string for battery charge indicator, r=gyeh
2014-03-12 17:21:07 +08:00
Peter Chang
1e4d8e1868
backout of rev 45253e02bde3, fd02f1217e4c, 75217485ce5a b=981804
2014-03-12 15:16:20 +08:00
Wes Kocher
9123b4037c
Merge m-c to b-i
2014-03-11 18:39:35 -07:00
Reuben Morais
160aedb8c1
Bug 946239 - Divert download channels to the parent process. r=bz
2014-03-11 19:41:48 -03:00
Ryan VanderMeulen
0b95cae58a
Merge m-c to inbound on a CLOSED TREE.
2014-03-11 13:25:49 -07:00
Bill McCloskey
0e47a67ab3
Bug 972420 - [e10s] Don't send keypress if keydown was prevented (r=smaug)
2014-03-11 20:13:38 -07:00
Wes Kocher
6d09c880fc
Backed out changeset 716ba77a9d0a (bug 967005) for ASAN m-4 failures
2014-03-11 17:23:35 -07:00
Thomas Zimmermann
f21e0f75d3
Bug 982126: Set session ID in NFC messages, r=allstars.chh
2014-03-11 15:23:30 +01:00
Chuck Lee
f694afc21c
Bug 972628 - Remove redundant network while loading network config. r=vchang
2014-03-10 16:48:13 +08:00