Ryan VanderMeulen
f2349a07bd
Merge inbound to m-c on a CLOSED TREE.
2014-05-27 16:23:41 -04:00
Ryan VanderMeulen
6aa0d71aea
Merge b2g-inbound to m-c.
2014-05-27 16:09:31 -04:00
Ryan VanderMeulen
a14ebecdb7
Backed out changeset 09ebd0af27a4 (bug 903291) for frequent B2G debug mochitest crashes.
2014-05-27 15:47:04 -04:00
Ryan VanderMeulen
b46128affc
Backed out changeset 2c631967ab9e (bug 999651) for B2G crashes.
...
CLOSED TREE
2014-05-27 14:08:30 -04:00
Krzysztof Mioduszewski
4539eaf7b7
Bug 1012620 - [NFC] toggleNFC in Marionette tests should use Promise. r=allstars.chh
2014-05-26 17:02:24 +02:00
Garvan Keeley
be40e890f3
Bug 1014916 - Loop through all the available wireless interfaces. r=dougt
2014-05-27 09:50:00 -04:00
Dimi Lee
263ab9b736
Bug 993836 - Testcase for reading NDEF data from type 2 tag. r=tzimmermann
2014-05-27 14:53:45 +08:00
Carsten "Tomcat" Book
c509721e94
merge b2g-inbound to mozilla-central
2014-05-26 15:26:11 +02:00
Carsten "Tomcat" Book
00eac7d5ba
merge fx-team to mozilla-central
2014-05-26 14:59:21 +02:00
Ben Tian
e6dff5f2e9
Bug 1015090 - Add BluetoothAdapterEvent.webidl and BluetoothAttributeEvent.webidl, r=bz
2014-05-26 09:40:28 +08:00
Reuben Morais
7943a9dc65
Bug 952486 - Use CheckPermissions instead of Func for several interfaces. r=bz
2014-05-25 15:31:11 -03:00
Reuben Morais
24b03739fb
Bug 952486 - Add a CheckPermissions extended attribute to WebIDL. r=bz
2014-05-25 15:31:07 -03:00
Hsin-Yi Tsai
081ed85f1c
Bug 1016276 - [B2G] revise test_outgoing_answer_hangup_oncallschanged.js - wait for 'dialing' state. r=edgar
2014-05-27 18:36:35 +08:00
Szu-Yu Chen [:aknow]
d354390e8f
Bug 1013745 - Part 4: Refine dialling process and pending call mechanism. r=hsinyi
2014-05-26 19:08:00 +02:00
Szu-Yu Chen [:aknow]
0df99c56e0
Bug 1013745 - Part 3: Get callIndex when dialling success (ipc). r=hsinyi
2014-05-26 19:08:00 +02:00
Szu-Yu Chen [:aknow]
8a7e7b6271
Bug 1013745 - Part 2: Get callIndex when dialling success (dom). r=hsinyi
2014-05-26 19:08:00 +02:00
Szu-Yu Chen [:aknow]
753cae57ac
Bug 1013745 - Part 1: Get callIndex when dialling success (interface). r=hsinyi
2014-05-26 19:07:00 +02:00
Jessica Jong
d0c33feb10
Bug 939046 - Part 4: changes to test cases after data call enhancement. f=edgar r=hsinyi
2014-05-27 02:09:00 +02:00
Jessica Jong
4062d031e9
Bug 939046 - Part 3: Introduce dataNetworkInterfaces map and DataCall. f=edgar r=hsinyi
...
First, we change to use dataNetworkInterfaces map. The key of the map
is the apn type and the value is its corresponding RILNetworkInterface.
RILNetworkInterface(s) are created as soon as apn settings are ready and
registered to NetworkManager right away.
Then, we introduce the DataCall object which represents a real
underlying PDP. When RILNetworkInterface is created, a DataCall is
assigned to it. DataCall can be shared between RILNetworkInterfaces
if they consist of the same apn, username and password.
When a RILNetworkInterface is enabled, it requests its DataCall to
be connected; the DataCall, which can be shared, will establish the
data call if it's not already connected. Similarly, DataCall will
disconnect the data call only when no RILNetworkInterface is requesting
it.
Also, we set the CONNECTING/DISCONNECTING state in DataCall instead of
waiting for state change from ril_worker.
2014-05-27 02:08:00 +02:00
Jessica Jong
e06c0ca3e3
Bug 939046 - Part 2.b: use DISCONNECTED state instead of UNKNOWN when data is disconnected. f=edgar r=hsinyi,vicamo
...
Since we have removed routing stuff in register/unregisterNetworkInterface()
in Part 2.a, we should use DISCONNECTED state so that routes can be properly
removed when data call is deactivated.
2014-05-27 02:04:00 +02:00
Jessica Jong
6ea091cffd
Bug 939046 - Part 2.a: remove routing stuff in register/unregisterNetworkInterface. f=edgar r=hsinyi,vicamo
...
We should handle routing stuff when a network becomes CONNECTED/DISCONNECTED.
2014-05-27 02:03:00 +02:00
Jessica Jong
6c46a8334b
Bug 939046 - Part 1.b: use network id in ril to look for networkInterfaces. r=hsinyi,vicamo
2014-05-27 02:03:00 +02:00
Jessica Jong
65ea8fb108
Bug 939046 - Part 1.a: use network id as key in NetworkManager. f=edgar r=hsinyi,vicamo
...
Network id is composed of a sub-id + '-' + network type. For mobile network
types, sub-id is 'ril' + service id; for non-mobile network types, sub-id
is always 'device'.
2014-05-27 02:01:00 +02:00
Kershaw Chang
8b90d9d66e
Bug 1013094 - Rename browser.manifestURL and browser.homescreenURL, r=fabrice
2014-05-27 18:01:01 +08:00
Fabrice Desré
bed5c8c262
Bug 952486 - backout for breaking all device and emulator builds (keeping dom reviewer to land the backout...) r=bz
2014-05-26 12:11:52 -07:00
Reuben Morais
e77a142d67
Bug 952486 - Use CheckPermissions instead of Func for several interfaces. r=bz
2014-05-25 15:31:11 -03:00
Reuben Morais
ac85b83f82
Bug 952486 - Add a CheckPermissions extended attribute to WebIDL. r=bz
2014-05-25 15:31:07 -03:00
Szu-Yu Chen [:aknow]
6c8d3ece84
Bug 1015097 - Rewrite test_outgoing_emergency_in_airplane_mode.js. r=hsinyi
2014-05-25 20:22:00 +02:00
Gene Lian
6b0b14581a
Bug 1014594 - IAC: when no apps are selected to connect, we still need to do connections for the existing allowed apps. r=nsm
2014-05-24 11:19:02 +08:00
Carsten "Tomcat" Book
5cdf419e8d
Backed out changeset 8473f191f232 (bug 1014594) for gaia ui test failures on a CLOSED TREE
2014-05-28 10:26:49 +02:00
Alphan Chen
bd5af6e9fa
Bug 996996 - Correct indention in ContentChild.cpp and ContenParent.cpp. r=mrbkap
2014-05-28 11:04:23 +08:00
Gene Lian
31f939622c
Bug 1014594 - IAC: when no apps are selected to connect, we still need to do connections for the existing allowed apps. r=nsm
2014-05-24 11:19:02 +08:00
Nils Ohlmeier [:drno]
73495c9de5
Bug 1013809 - switch order of setLocalDescription and setRemoteDescription for the answer. r=jesup
2014-05-23 11:28:00 +02:00
Sean Lin
311190e038
Bug 908191 - Use xpcom-interface caller to do interaction between Inter-App Communication API and run-time prompt. r=gene,fabrice
2014-05-26 11:53:44 +08:00
Fernando Jiménez
974cbdab7d
Bug 903291 - App download hangs indefinitely if the child process dies before confirming the install. r=fabrice
...
* * *
Bug 903291 - App download hangs indefinitely if the child process dies before confirming the install
2014-05-24 12:28:13 -07:00
Gene Lian
70bbf6c260
Bug 1015100 - Polish the Alarm API Mochitest (part 3, polish tests to not run on invalid builds). r=Luqman
2014-05-23 18:41:45 +08:00
Gene Lian
e68c29034a
Bug 1015100 - Polish the Alarm API Mochitest (part 2, polish tests to avoid accessing null request). r=Luqman
2014-05-23 18:41:11 +08:00
Wes Kocher
594334d9ce
merge inbound to m-c
2014-05-23 17:19:27 -07:00
Mike Conley
3d1a60d674
Bug 978913 - Dragging e10s window between HiDPI and non-HiDPI displays causes text to be scaled incorrectly. r=smaug.
2014-05-23 10:36:50 -04:00
Carsten "Tomcat" Book
7ca506bb30
merge b2g-inbound to mozilla-central
2014-05-23 16:03:42 +02:00
Andrea Marchesini
29df09f67c
Bug 1014657 - Port DOMStorageEvent to WebIDL and remove nsIDOMStorageEvent, r=smaug, f=ms2ger
2014-05-23 08:33:24 +01:00
Krzysztof Mioduszewski
82fd96c8ad
Bug 933595 - Part 3: Marionette tests - error messages, mozNfc.checkP2PRegistration. r=allstars.chh
2014-05-23 09:04:40 +02:00
Andrea Marchesini
005147cdf4
Bug 1014855
- "Reenable test_url.html in workers". r=khuey
2014-05-23 00:32:00 +02:00
Jamin Liu
4de2888b23
Bug 968709 - Add a marionette test for pairing APIs of BluetoothAdapter. r=echou, f=vyang
2014-05-22 22:42:00 +02:00
Tim Chien
cb249e6a6b
Bug 983490 - Better progress control for setInputMethodActive() test. r=yxl
2014-05-23 03:14:00 +02:00
Felipe Gomes
5b49177b09
Bug 1015535 - Only consider text nodes and cdata sections as candidates for translation. r=smaug
2014-05-24 23:52:04 -03:00
Krzysztof Mioduszewski
4a4e5acf17
Bug 933595 - Part 2: Adding promise to toggleNFC, adding enableRE0. r=allstars.chh
2014-05-22 16:33:45 +02:00
Krzysztof Mioduszewski
c3cae8d37e
Bug 933595 - Part 1: Gecko code changes to pass error messages to gaia. r=allstars.chh
2014-05-23 09:11:38 +02:00
Nils Ohlmeier [:drno]
40c1076f3d
Bug 1011775 - increase ended event timeout for B2G debug builds. r=jesup
2014-05-27 15:13:00 +02:00
Eric Chou
040a06cf36
Bug 942104 - add BluetoothDiscoveryStateChangedEvent to test case test_all_synthetic_events, r=smaug
2014-05-23 14:04:11 +08:00
Eric Chou
ba6482b08a
Bug 942104 - Notify BluetoothAdapter about discovery state changed (bluez), r=gyeh
2014-05-23 14:01:41 +08:00
Eric Chou
d0e72e9eb8
Bug 942104 - Notify BluetoothAdapter about discovery state changed (bluedroid), r=gyeh
2014-05-23 14:01:37 +08:00
Eric Chou
cc37d09a62
Bug 942104 - Fire event 'discoverystatechanged', r=gyeh
2014-05-23 14:00:25 +08:00
Eric Chou
1b0712e697
Bug 942104 - Add event 'BluetoothDiscoveryStateChangedEvent', r=gyeh, r=bz
2014-05-23 14:00:19 +08:00
Eric Chou
12595ba7a4
Bug 942104 - Add an event listener "ondiscoverystatechanged", r=gyeh, r=mrbkap
2014-05-23 14:00:14 +08:00
Eric Chou
a495946ef1
Bug 942104 - Avoid exposing Bluetooth interface to all web pages, r=bz
...
Current Bluetooth related webidl implementation would make interfaces
such as BluetoothAdapter exposed to all web pages, and obviously we
don't want to see that.
2014-05-23 14:00:10 +08:00
Wes Kocher
4a7629e50a
Merge inbound to m-c
2014-05-22 17:30:30 -07:00
Fabrice Desré
0f9a20f3c0
Bug 1014267 - Use the correct pref to check the system app manifest url in ContentParent.cpp r=cyu
2014-05-22 11:33:59 -07:00
Ryan VanderMeulen
cb09b3403c
Backed out changeset aa71426c4514 (bug 983490) for intermittent failures.
2014-05-22 13:24:50 -04:00
Brian Birtles
72675542fe
Bug 1010681 part 5 - Remove conditional processing inside animation controller; r=longsonr
...
Remove the changes to nsSMILAnimationController introduced by bug 619469 now
that we have introduced a more thorough approach to disabling animations that
fail conditional processing tests.
2014-05-28 14:15:30 +09:00
Brian Birtles
230eccc28b
Bug 1010681 part 4 - Add crashtest for changes to conditional processing tests on animation elements; r=longsonr
...
Before the changes in this bug, this test used to produce an assertion:
ABORT: Rewind in the middle of a forwards seek?
This was because for a timed element whose corresponding animation element fails
conditional processing tests, we were still performing milestone samples even
though we were skipping regular samples.
2014-05-28 14:15:30 +09:00
Brian Birtles
f944440297
Bug 1010681 part 3 - Add mochitest for dynamic changes to conditional processing tests on animation elements; r=longsonr
2014-05-28 14:15:29 +09:00
Brian Birtles
2c94db21f2
Bug 1010681 part 1 - Add nsSMILTimedElement::SetIsDisabled for turning off a timed element; r=longsonr
...
This method is added so that animation elements that fail conditional processing
tests can disable the corresponding timed element. Currently, this handling is
performed by the animation controller which simply skips sampling animations
that fail tests. However, this doesn't provide the correct behavior since
"skipped" animations can still have intervals that trigger syncbase dependencies
etc. Also, we still do milestone samples for "skipped" animations which can
lead to cases where we are in an inconsistent state.
This patch provides a method that will be used in subsequent patches to more
correctly remove the effects of a timed element.
To do this, this patch also factors out some common methods for clearing timing
state that can be shared with the Rewind method.
2014-05-28 14:13:31 +09:00
Nils Ohlmeier [:drno]
7c55a4e670
Bug 1013822 - add test failures if delay between set*Description calls was too high. r=bwc
2014-05-22 14:30:00 +02:00
Tim Taubert
1b70826363
Backed out changeset 67652107c498 (bug 965309)
2014-05-23 08:03:19 +02:00
Tim Taubert
216eaf5379
Backed out changeset 97e18fbba4b6 (bug 965309)
2014-05-23 08:03:18 +02:00
Kyle Huey
6dc62fbe35
Bug 965309 - Test that terminating a sync XHR at loadstart doesn't hang r=test-only
2014-05-23 06:58:49 +02:00
Jason Orendorff
e77930726a
Bug 987995, part 3 - Move memory pressure callbacks from nsJSEnvironment/XPCJSRuntime to CycleCollectedJSRuntime. r=mccr8.
2014-05-22 08:18:02 -05:00
Jason Orendorff
1387145693
Bug 987995, part 2 - Add a data parameter to two memory-pressure-related callbacks. r=luke.
2014-05-22 08:18:01 -05:00
Jason Orendorff
7457608460
Bug 998080 - Refactor so that definition_body methods return un-indented code. r=peterv.
2014-05-22 08:18:01 -05:00
Steven Lee
7a0a2cc831
Bug 922500 - Fix the problem of casting a PRUnichar* to char* in MediaManager. r=ehsan
2014-05-25 23:38:00 +02:00
Ehsan Akhgari
a9b1426983
Bug 1015430 - Fix more XPCOM constructors to clarify whether they should be explicit; r=froydnj
2014-05-25 21:16:01 -04:00
Peter Van der Beken
3c18fdf069
Backout 82e3d6f25c5f (bug 789261).
2014-05-25 18:50:27 +02:00
Gene Lian
d9a0fd291b
Bug 1009408 - IAC shouldn't check the install origin for certified apps (part 2, remove the install origin check for the certified app in Gecko). r=ferjm
2014-05-13 17:52:20 +08:00
Fernando Jiménez
f2ada05fb6
Bug 988427 - Allow audio-channel-ringer to be used by |privileged| apps. r=pauljt, r=fabrice
2014-05-19 05:10:00 -04:00
Fernando Jiménez
c0129b0c6c
Bug 990552 - Grant |privileged| apps use the Telephony channel by requesting the audio-channel-telephony permission. r=pauljt, r=fabrice
2014-05-19 05:09:00 -04:00
Boris Zbarsky
6c0bc65ea8
Bug 891952. Named getters for HTMLCollection should never return anything for "". r=smaug
2014-05-22 00:23:51 -04:00
Nils Ohlmeier [:drno]
78dfd0b65e
Bug 1013798 - fix the timeout of the checkMediaTrack function. r=jesup
2014-05-21 00:26:00 +02:00
Carsten "Tomcat" Book
48bc654378
Backed out changeset 91dad1e50118 (bug 891952) for m1 and m3 test failures on a CLOSED TREE
2014-05-22 08:24:17 +02:00
William Chen
911ba177c6
Bug 999271 - Implement web components getDestinationInsertionPoints() extension to Element interface. r=mrbkap
2014-05-21 23:11:53 -07:00
Boris Zbarsky
36b5591afb
Bug 999456. Page load events should not be cancelable. r=smaug
2014-05-22 00:23:51 -04:00
Boris Zbarsky
61c102231c
Bug 891952. Named getters for HTMLCollection should never return anything for "". r=smaug
2014-05-22 00:23:51 -04:00
Masayuki Nakano
b2db399fcc
Bug 1009388 part.3 nsXBLPrototypeHandler should use WidgetEvent::AccelModifier() for consistency with other modules r=smaug
2014-05-22 13:06:05 +09:00
Masayuki Nakano
728e27ae6c
Bug 1009388 part.1 Support getModifierState("Accel") r=smaug
2014-05-22 13:06:05 +09:00
Birunthan Mohanathas
6f68094e30
Bug 869836 - Part 9: Use AssignLiteral instead of Assign(NS_LITERAL_STRING(...))
. r=ehsan
2014-05-22 06:48:52 +03:00
Birunthan Mohanathas
2deaba6d91
Bug 869836 - Part 8: Use Append('c')
instead of Append("c")
. r=ehsan
2014-05-22 06:48:52 +03:00
Birunthan Mohanathas
76ca8ec617
Bug 869836 - Part 7: Use AppendLiteral instead of Append where possible. r=ehsan
2014-05-22 06:48:51 +03:00
Birunthan Mohanathas
c4568a7085
Bug 869836 - Part 6: Use EqualsLiteral instead of Equals where possible. r=ehsan
2014-05-22 06:48:51 +03:00
Birunthan Mohanathas
e2a009d822
Bug 869836 - Part 5: Use AssignLiteral instead of Assign where possible. r=ehsan
2014-05-22 06:48:51 +03:00
Birunthan Mohanathas
807e72372f
Bug 869836 - Part 4: Use EqualsLiteral instead of Equals(NS_LITERAL_STRING(...))
. r=ehsan
2014-05-22 06:48:51 +03:00
Birunthan Mohanathas
411a8639b4
Bug 869836 - Part 3: Use Append('c')
instead of AppendLiteral("c")
. r=ehsan
2014-05-22 06:48:51 +03:00
Birunthan Mohanathas
62570a8716
Bug 869836 - Part 2: Use AppendLiteral instead of Append(NS_LITERAL_STRING(...))
. r=ehsan
2014-05-22 06:48:50 +03:00
Wes Kocher
f8bb8da7ea
Merge b2g-inbound to m-c
2014-05-21 20:24:32 -07:00
Ghislain 'Aus' Lacroix
4e43971eb1
bug 1007965 - Add storageName and storagePath to DOM Download Object. r=fabrice, r=bz (for WebIDL changes)
2014-05-21 14:13:24 -07:00
Ghislain 'Aus' Lacroix
0afbc3b8e9
Backed out changeset f8c15df3a068 -- Need to re-land with correct commit message.
2014-05-21 14:07:51 -07:00
Ghislain 'Aus' Lacroix
dca4cb2f58
bug 1007965
...
bug 1007965
* Add storageName and storagePath to DOM Download Object.
r=fabrice
r=bz (for WebIDL changes)
2014-05-21 13:51:09 -07:00
Ryan VanderMeulen
ad4282b28a
Merge b2g-inbound to m-c.
2014-05-21 16:17:37 -04:00
Ed Morley
403be7a9fd
Bug 919106 - Disable test_pointerlock-api.html since it became permaorange after a chunking change; CLOSED TREE
...
--HG--
extra : amend_source : 3c950b1662c2e37d915e761926d330bbe0198a58
2014-05-21 18:54:59 +01:00
Gabor Krizsanits
66c718a038
Bug 877072 - HTML Imports part1. r=mrbkap
2014-05-21 19:08:12 +02:00
Kartikaya Gupta
ed28b62150
Bug 1001438 - Remove setCriticalDisplayPortForElement and have the getter function automatically compute it. r=tn
2014-05-21 12:06:02 -04:00
Andrew Osmond
efc1cdaf2c
Bug 1013425
- Set extra HDR params when changing scene mode to ensure all driver accept; was causing preview freezes on flame after take picture. r=mikeh
2014-05-20 12:24:00 -04:00
Ryan VanderMeulen
a3f0913720
Backed out 7 changesets (bug 824717) for bustage. r=khuey because the webidl hook is dumb
...
Backed out changeset bd7c604de980 (bug 824717)
Backed out changeset 4c4b8b15da37 (bug 824717)
Backed out changeset fd9e72e50518 (bug 824717)
Backed out changeset d66a08988272 (bug 824717)
Backed out changeset 5eaab20bb1aa (bug 824717)
Backed out changeset c80dbc9a693a (bug 824717)
Backed out changeset 62e12031b8bc (bug 824717)
2014-05-21 08:42:54 -04:00
Carsten "Tomcat" Book
68f3c7307e
Merge mozilla-central to b2g-inbound
2014-05-21 14:32:08 +02:00
Carsten "Tomcat" Book
3189a1798c
merge b2g-inbound to mozilla-central
2014-05-21 14:08:03 +02:00
Jocelyn Liu
0039abe92e
Bug 1009347 - Patch 4/4: Change binding headers in bluetooth2 for using new webidls, f=btian, r=echou
2014-05-21 14:12:31 +08:00
Jocelyn Liu
44d6fe6ff5
Bug 1009347 - Patch 3/4: Using dom/bluetooth2 based on bluetooth API version build flag, f=btian, r=marcosc
2014-05-21 14:12:28 +08:00
Jocelyn Liu
f4b7a4a84b
Bug 1009347 - Patch 2/4: Using new bluetooth webidls based on bluetooth API version build flag, f=btian, r=bz, marcosc
...
--HG--
rename : dom/webidl/BluetoothAdapter.webidl => dom/webidl/BluetoothAdapter2.webidl
rename : dom/webidl/BluetoothDevice.webidl => dom/webidl/BluetoothDevice2.webidl
rename : dom/webidl/BluetoothManager.webidl => dom/webidl/BluetoothManager2.webidl
2014-05-21 14:12:24 +08:00
Jocelyn Liu
4af9c98d9d
Bug 1009347 - Patch 1/4: Make copy of dom/bluetooth for API refinement, f=btian, r=echou
...
--HG--
rename : dom/bluetooth/BluetoothAdapter.cpp => dom/bluetooth2/BluetoothAdapter.cpp
rename : dom/bluetooth/BluetoothAdapter.h => dom/bluetooth2/BluetoothAdapter.h
rename : dom/bluetooth/BluetoothCommon.h => dom/bluetooth2/BluetoothCommon.h
rename : dom/bluetooth/BluetoothDevice.cpp => dom/bluetooth2/BluetoothDevice.cpp
rename : dom/bluetooth/BluetoothDevice.h => dom/bluetooth2/BluetoothDevice.h
rename : dom/bluetooth/BluetoothHfpManagerBase.h => dom/bluetooth2/BluetoothHfpManagerBase.h
rename : dom/bluetooth/BluetoothHidManager.cpp => dom/bluetooth2/BluetoothHidManager.cpp
rename : dom/bluetooth/BluetoothHidManager.h => dom/bluetooth2/BluetoothHidManager.h
rename : dom/bluetooth/BluetoothManager.cpp => dom/bluetooth2/BluetoothManager.cpp
rename : dom/bluetooth/BluetoothManager.h => dom/bluetooth2/BluetoothManager.h
rename : dom/bluetooth/BluetoothProfileController.cpp => dom/bluetooth2/BluetoothProfileController.cpp
rename : dom/bluetooth/BluetoothProfileController.h => dom/bluetooth2/BluetoothProfileController.h
rename : dom/bluetooth/BluetoothProfileManagerBase.h => dom/bluetooth2/BluetoothProfileManagerBase.h
rename : dom/bluetooth/BluetoothPropertyContainer.cpp => dom/bluetooth2/BluetoothPropertyContainer.cpp
rename : dom/bluetooth/BluetoothPropertyContainer.h => dom/bluetooth2/BluetoothPropertyContainer.h
rename : dom/bluetooth/BluetoothReplyRunnable.cpp => dom/bluetooth2/BluetoothReplyRunnable.cpp
rename : dom/bluetooth/BluetoothReplyRunnable.h => dom/bluetooth2/BluetoothReplyRunnable.h
rename : dom/bluetooth/BluetoothRilListener.cpp => dom/bluetooth2/BluetoothRilListener.cpp
rename : dom/bluetooth/BluetoothRilListener.h => dom/bluetooth2/BluetoothRilListener.h
rename : dom/bluetooth/BluetoothService.cpp => dom/bluetooth2/BluetoothService.cpp
rename : dom/bluetooth/BluetoothService.h => dom/bluetooth2/BluetoothService.h
rename : dom/bluetooth/BluetoothSocketObserver.h => dom/bluetooth2/BluetoothSocketObserver.h
rename : dom/bluetooth/BluetoothUuid.cpp => dom/bluetooth2/BluetoothUuid.cpp
rename : dom/bluetooth/BluetoothUuid.h => dom/bluetooth2/BluetoothUuid.h
rename : dom/bluetooth/Makefile.in => dom/bluetooth2/Makefile.in
rename : dom/bluetooth/ObexBase.cpp => dom/bluetooth2/ObexBase.cpp
rename : dom/bluetooth/ObexBase.h => dom/bluetooth2/ObexBase.h
rename : dom/bluetooth/bluedroid/BluetoothA2dpManager.cpp => dom/bluetooth2/bluedroid/BluetoothA2dpManager.cpp
rename : dom/bluetooth/bluedroid/BluetoothA2dpManager.h => dom/bluetooth2/bluedroid/BluetoothA2dpManager.h
rename : dom/bluetooth/bluedroid/BluetoothOppManager.cpp => dom/bluetooth2/bluedroid/BluetoothOppManager.cpp
rename : dom/bluetooth/bluedroid/BluetoothOppManager.h => dom/bluetooth2/bluedroid/BluetoothOppManager.h
rename : dom/bluetooth/bluedroid/BluetoothServiceBluedroid.cpp => dom/bluetooth2/bluedroid/BluetoothServiceBluedroid.cpp
rename : dom/bluetooth/bluedroid/BluetoothServiceBluedroid.h => dom/bluetooth2/bluedroid/BluetoothServiceBluedroid.h
rename : dom/bluetooth/bluedroid/BluetoothSocket.cpp => dom/bluetooth2/bluedroid/BluetoothSocket.cpp
rename : dom/bluetooth/bluedroid/BluetoothSocket.h => dom/bluetooth2/bluedroid/BluetoothSocket.h
rename : dom/bluetooth/bluedroid/BluetoothUtils.cpp => dom/bluetooth2/bluedroid/BluetoothUtils.cpp
rename : dom/bluetooth/bluedroid/BluetoothUtils.h => dom/bluetooth2/bluedroid/BluetoothUtils.h
rename : dom/bluetooth/bluedroid/b2g_bdroid_buildcfg.h => dom/bluetooth2/bluedroid/b2g_bdroid_buildcfg.h
rename : dom/bluetooth/bluedroid/hfp-fallback/BluetoothHfpManager.cpp => dom/bluetooth2/bluedroid/hfp-fallback/BluetoothHfpManager.cpp
rename : dom/bluetooth/bluedroid/hfp-fallback/BluetoothHfpManager.h => dom/bluetooth2/bluedroid/hfp-fallback/BluetoothHfpManager.h
rename : dom/bluetooth/bluedroid/hfp/BluetoothHfpManager.cpp => dom/bluetooth2/bluedroid/hfp/BluetoothHfpManager.cpp
rename : dom/bluetooth/bluedroid/hfp/BluetoothHfpManager.h => dom/bluetooth2/bluedroid/hfp/BluetoothHfpManager.h
rename : dom/bluetooth/bluez/BluetoothA2dpManager.cpp => dom/bluetooth2/bluez/BluetoothA2dpManager.cpp
rename : dom/bluetooth/bluez/BluetoothA2dpManager.h => dom/bluetooth2/bluez/BluetoothA2dpManager.h
rename : dom/bluetooth/bluez/BluetoothDBusService.cpp => dom/bluetooth2/bluez/BluetoothDBusService.cpp
rename : dom/bluetooth/bluez/BluetoothDBusService.h => dom/bluetooth2/bluez/BluetoothDBusService.h
rename : dom/bluetooth/bluez/BluetoothHfpManager.cpp => dom/bluetooth2/bluez/BluetoothHfpManager.cpp
rename : dom/bluetooth/bluez/BluetoothHfpManager.h => dom/bluetooth2/bluez/BluetoothHfpManager.h
rename : dom/bluetooth/bluez/BluetoothOppManager.cpp => dom/bluetooth2/bluez/BluetoothOppManager.cpp
rename : dom/bluetooth/bluez/BluetoothOppManager.h => dom/bluetooth2/bluez/BluetoothOppManager.h
rename : dom/bluetooth/bluez/BluetoothSocket.cpp => dom/bluetooth2/bluez/BluetoothSocket.cpp
rename : dom/bluetooth/bluez/BluetoothSocket.h => dom/bluetooth2/bluez/BluetoothSocket.h
rename : dom/bluetooth/bluez/BluetoothUnixSocketConnector.cpp => dom/bluetooth2/bluez/BluetoothUnixSocketConnector.cpp
rename : dom/bluetooth/bluez/BluetoothUnixSocketConnector.h => dom/bluetooth2/bluez/BluetoothUnixSocketConnector.h
rename : dom/bluetooth/bluez/BluetoothUtils.cpp => dom/bluetooth2/bluez/BluetoothUtils.cpp
rename : dom/bluetooth/bluez/BluetoothUtils.h => dom/bluetooth2/bluez/BluetoothUtils.h
rename : dom/bluetooth/ipc/BluetoothChild.cpp => dom/bluetooth2/ipc/BluetoothChild.cpp
rename : dom/bluetooth/ipc/BluetoothChild.h => dom/bluetooth2/ipc/BluetoothChild.h
rename : dom/bluetooth/ipc/BluetoothMessageUtils.h => dom/bluetooth2/ipc/BluetoothMessageUtils.h
rename : dom/bluetooth/ipc/BluetoothParent.cpp => dom/bluetooth2/ipc/BluetoothParent.cpp
rename : dom/bluetooth/ipc/BluetoothParent.h => dom/bluetooth2/ipc/BluetoothParent.h
rename : dom/bluetooth/ipc/BluetoothServiceChildProcess.cpp => dom/bluetooth2/ipc/BluetoothServiceChildProcess.cpp
rename : dom/bluetooth/ipc/BluetoothServiceChildProcess.h => dom/bluetooth2/ipc/BluetoothServiceChildProcess.h
rename : dom/bluetooth/ipc/BluetoothTypes.ipdlh => dom/bluetooth2/ipc/BluetoothTypes.ipdlh
rename : dom/bluetooth/ipc/PBluetooth.ipdl => dom/bluetooth2/ipc/PBluetooth.ipdl
rename : dom/bluetooth/ipc/PBluetoothRequest.ipdl => dom/bluetooth2/ipc/PBluetoothRequest.ipdl
rename : dom/bluetooth/moz.build => dom/bluetooth2/moz.build
rename : dom/bluetooth/tests/marionette/head.js => dom/bluetooth2/tests/marionette/head.js
rename : dom/bluetooth/tests/marionette/manifest.ini => dom/bluetooth2/tests/marionette/manifest.ini
rename : dom/bluetooth/tests/marionette/test_dom_BluetoothAdapter_discovery.js => dom/bluetooth2/tests/marionette/test_dom_BluetoothAdapter_discovery.js
rename : dom/bluetooth/tests/marionette/test_dom_BluetoothAdapter_getters.js => dom/bluetooth2/tests/marionette/test_dom_BluetoothAdapter_getters.js
rename : dom/bluetooth/tests/marionette/test_dom_BluetoothAdapter_setters.js => dom/bluetooth2/tests/marionette/test_dom_BluetoothAdapter_setters.js
rename : dom/bluetooth/tests/marionette/test_dom_BluetoothManager_adapteradded.js => dom/bluetooth2/tests/marionette/test_dom_BluetoothManager_adapteradded.js
rename : dom/bluetooth/tests/marionette/test_dom_BluetoothManager_enabled.js => dom/bluetooth2/tests/marionette/test_dom_BluetoothManager_enabled.js
2014-05-21 14:11:31 +08:00
Chuck Lee
66cb94c53d
Bug 1002314 - 0002. Provide WiFi capability info. r=mrbkap, r=vchang
2014-05-19 10:29:21 +08:00
Chuck Lee
22af57e945
Bug 1002314 - 0001. WebIDL Change. r=ehsan, r=mrbkap
2014-05-19 10:29:18 +08:00
Peter Van der Beken
e2650539c4
Bug 1012723 - Stop preserving Window reflectors in WindowStateHolder. r=bz.
...
--HG--
extra : rebase_source : 9be2ebcd765d5cb2fb8cb0a196c0d00f6752f492
2014-05-16 12:33:16 +02:00
Peter Van der Beken
586ab29b04
Bug 1013796 - Make TraceGlobal deal with partially created global object. r=bz.
...
--HG--
extra : rebase_source : b487663d8d80c88a389d377b027683255460dd48
2014-05-20 21:44:49 +02:00
Carsten "Tomcat" Book
88b5b45de0
Merge mozilla-central to mozilla-inbound
2014-05-21 14:26:21 +02:00
Andrew McCreight
bb04be7eb0
Bug 994090 - Use do_CreateInstance in nsWindowMemoryReport. r=smaug
2014-05-15 09:35:00 -04:00
Shigeyuki Tsukihashi
4a3b14fabe
Bug 999964 part 1 - Patch for SVG 2 getBBox method; r=longsonr, r=bz
2014-05-13 10:24:35 +09:00
Andrew McCreight
37a465763d
Bug 1000613 - Don't leak txExecutionState::mInitialEvalContext. r=peterv
2014-05-15 09:33:00 +02:00
Tim Taubert
c4a1f380d9
Bug 965309 - Stop the SyncLoop of a running sync XHR if the proxy was released before the LoadStartDetectionRunnable could run r=khuey
2014-05-09 12:53:12 +02:00
Nicholas Nethercote
b8e23eaf85
Bug 1014249 - Beef up the "is DMD enabled?" and "is DMD running?" checks. r=mccr8.
...
--HG--
extra : rebase_source : 868ce1a1e470e45f51447f5126982aaeb51905f1
2014-05-22 19:45:14 -07:00
Bobby Holley
3787e97238
Bug 1013576 - Guard against duplicate property holder creation in XBL. r=billm
2014-05-22 18:44:03 -07:00
Wes Kocher
e594fbd022
Merge m-c to inbound
2014-05-22 17:55:00 -07:00
Richard Barnes
28f37245bb
Bug 998804 - Add support for SHA-1 and SHA-2 digests to WebCrypto API. r=bz, r=cviecco, r=dkeeler
2014-05-04 21:25:00 -04:00
Richard Barnes
84b4f71b33
Bug 995385 - Add WebCrypto WebIDL interfaces. r=bz, r=cviecco, r=dkeeler
2014-05-15 06:20:00 -04:00
Monica Chew
4841496a48
Bug 1014282: Do not direct every ssl error to 'Report Web Forgery' (r=margaret)
2014-05-22 16:26:57 -07:00
Ryan VanderMeulen
510bb7eb35
Backed out changeset f1068bf18e64 (bug 978913) for bustage on most platforms.
...
CLOSED TREE
2014-05-22 16:39:46 -04:00
Mike Conley
aed81296e1
Bug 978913 - Dragging e10s window between HiDPI and non-HiDPI displays causes text to be scaled incorrectly. r=smaug.
2014-05-22 12:07:27 -04:00
Ms2ger
de668c9f03
Bug 1014537 - Mark Window.top as nullable in WebIDL; r=bz over IRC
...
In the !mDocShell case, we return null.
2014-05-22 20:43:11 +02:00
Rik Cabanier
36e328aee2
Bug 979692 - Calculate hit detection and fill in region parameter to mouse events. r=bz, r=roc
2014-05-20 00:54:00 -04:00
Andrea Marchesini
6982846213
Bug 1008044 - DataStoreServiceChild should check the name of the DataStore before resolving the promise callback, r=ehsan, f=kgrandon
...
--HG--
rename : dom/datastore/tests/test_oop.html => dom/datastore/tests/test_bug1008044.html
2014-05-22 12:12:15 +01:00
Olli Pettay
da66e30ed5
Bug 1014258, make sure JSEventHandler's CanSkip is called, r=mccr8
2014-05-22 13:58:29 +03:00
Tim Chien
10083e09db
Bug 983490 - Better progress control for setInputMethodActive() test. r=yxl
2014-05-22 01:14:00 +02:00
Birunthan Mohanathas
51bb570c80
Bug 798033 - Remove 'using namespace' from remaining headers. r=froydnj
2014-05-18 19:34:00 -04:00
Bevis Tseng
163fe2cb03
Bug 824717 - Part 7: Modify and Add test cases to check the message id and message content when failed to send SMS/MMS message. r=vyang
2014-04-29 17:04:42 +08:00
Bevis Tseng
20532c28e0
Bug 824717 - Part 7: Modify and add test cases to check the message id and message content when failed to send SMS/MMS message. r=vyang
2014-04-29 17:04:42 +08:00
Bevis Tseng
6058e5f67d
Bug 824717 - Part 6: Notify SendMesageFailed with saved DOM Message if available. r=vyang
2014-04-28 13:28:12 +08:00
Bevis Tseng
0c4d2904a6
Bug 824717 - Part 6: Notify SendMesageFailed with saved DOM Message if available. r=vyang
2014-04-28 13:28:12 +08:00
Bevis Tseng
65e0ae92f7
Bug 824717 - Part 5: Fire DOMMobileMessageError when NotifySendMessageFailed(). r=vyang
2014-04-28 13:20:02 +08:00
Bevis Tseng
bc379790bf
Bug 824717 - Part 5: Fire DOMMobileMessageError when NotifySendMessageFailed(). r=vyang
2014-04-28 13:20:02 +08:00
Bevis Tseng
081cd4c108
Bug 824717 - Part 4: Add a optional MobileMessageData data member in ReplyMessageSendFail. r=vyang
2014-04-28 12:42:24 +08:00
Bevis Tseng
8001417d64
Bug 824717 - Part 4: Add an optional MobileMessageData data member in ReplyMessageSendFail. r=vyang
2014-04-28 12:42:24 +08:00
Bevis Tseng
13803d46f9
Bug 824717 - Part 3: Modify nsIMobileMessageCallback::notifySendMessageFailed() to accept an additional nsISupports message. r=vyang
2014-04-28 12:33:10 +08:00
Bevis Tseng
2fad58c2b3
Bug 824717 - Part 3: Modify nsIMobileMessageCallback::notifySendMessageFailed() to accept an additional nsISupports message. r=vyang
2014-04-28 12:33:10 +08:00
Jeff Walden
2155f1cf29
Bug 999651, bug 995679, bug 1009952, bug 1011007, bug 991981. r=sfink, r=shu, r=jandem, r=jdm, r=luke, r=bbouvier, r=nmatsakis, r=bz, r=ehsan, r=jgilbert, r=smaug, r=sicking, r=terrence, r=bholley, r=bent, r=efaust, r=jorendorff
2014-05-27 14:32:41 -07:00
Mounir Lamouri
282138d824
Bug 1012624 - Add missing return in test_navigator_language.html r=Ms2ger
2014-05-26 12:25:16 +01:00
Mounir Lamouri
7160138d18
Bug 1014581 - Vibration API: clamp vibration lengths and array length to match platform restrictions. r=smaug
2014-05-27 21:54:03 +01:00
Mounir Lamouri
03fc50c2a6
Bug 887703 - navigator.doNotTrack returns { "0", "1", "unspecified" }. r=jlebar
...
--HG--
rename : dom/tests/mochitest/general/test_bug629535.html => dom/tests/mochitest/general/test_donottrack.html
2014-05-26 22:10:39 +01:00
Bevis Tseng
545d5bc162
Bug 824717 - Part 2: Refactor SmsParent::GetMobileMessageDataFromMessage() as a static method to be used in both SmsParent/SmsRequestParent. r=vyang
2014-04-28 12:06:29 +08:00
Bevis Tseng
02d137eec7
Bug 824717 - Part 2: Refactor SmsParent::GetMobileMessageDataFromMessage() as a static method to be used in both SmsParent/SmsRequestParent. r=vyang
2014-04-28 12:06:29 +08:00
Bevis Tseng
c23182ec87
Bug 824717 - Part 1: Define DOMMobileMessageError:DOMError to hook an additional nsISupports object like nsIDOMMozSmsMessage/nsIDOMMozMmsMessage when error occurs. r=hsinyi, r=smaug
2014-04-28 11:54:07 +08:00
Gregor Wagner
cd56871ef7
Bug 1012196 - PhonenumberJS: update metadata. r=bent
2014-05-27 11:58:42 -07:00
Bevis Tseng
39995d21fc
Bug 824717 - Part 1: Define DOMMobileMessageError:DOMError to hook an additional nsISupports object like nsIDOMMozSmsMessage/nsIDOMMozMmsMessage when error occurs. r=hsinyi, r=smaug
2014-04-28 11:54:07 +08:00
Szu-Yu Chen [:aknow]
9c60153b36
Bug 1003650 - Dynamically update debug flag. r=hsinyi
2014-05-21 00:50:00 +02:00
Andrew Osmond
56af312b8b
Bug 1011342 - Fix how coordinates were passed in wrong order for focus/metering areas. r=dhylands
2014-05-20 09:37:00 +02:00
Andrew Osmond
e85420825c
Bug 1007832 - Reset recording hint when stopping video recording to fix driver state. r=dhylands
2014-05-19 11:10:00 +02:00
Rik Cabanier
1e437be22f
Bug 979692 - Extend MouseEvent interface. r=bz
2014-04-26 18:32:00 -04:00
Peter Van der Beken
fd17683306
Bug 789261 - Enable WebIDL bindings for Window. r=bz.
...
--HG--
extra : rebase_source : 4c515e4a41e622f195a81904e1f896c492831440
2014-04-08 20:48:37 +02:00
Masayuki Nakano
c981e66e2f
Bug 865649 part.1 Implement KeyboardEvent.code r=smaug
2014-05-25 11:08:58 +09:00
Boris Zbarsky
ab5d1f90e8
Bug 1007878 part 5. Implement callback codegen for MozMap. r=khuey
2014-05-23 17:32:39 -04:00
Boris Zbarsky
a2e3bc72ea
Bug 1007878 part 4. Add C++-to-JS conversion for MozMap. r=khuey
2014-05-23 17:32:38 -04:00
Boris Zbarsky
2e69c899dd
Bug 1007878 part 3. Add JS-to-C++ conversion for MozMap. r=khuey
2014-05-23 17:32:38 -04:00
Boris Zbarsky
72c13f6d06
Bug 1007878 part 2. Add a C++ type to represent MozMap. r=khuey
2014-05-23 17:32:38 -04:00
Boris Zbarsky
67e904587e
Bug 1007878 part 1. Add parsing of MozMap to the WebIDL parser. r=khuey
2014-05-23 17:32:38 -04:00
Wes Kocher
64c4381b8e
Merge m-c to inbound
2014-05-23 17:37:56 -07:00
Bobby Holley
1c2ad9bb25
Bug 992958 - Fix test that depends on the order in which properties are enumerated. r=luke
2014-05-23 16:53:02 -07:00
Wes Kocher
b1b2b3a291
Backed out 5 changesets (bug 1007878) for b2g build bustage r=khuey
...
Backed out changeset ee3bb06075f7 (bug 1007878)
Backed out changeset ab3dd51be3cd (bug 1007878)
Backed out changeset aa53ba4e64b8 (bug 1007878)
Backed out changeset ff6fd8187ff3 (bug 1007878)
Backed out changeset d631378463ac (bug 1007878)
2014-05-23 15:10:51 -07:00
Luke Wagner
89be6a3e1d
Bug 968272 - use less conservative temporary storage policy in QuotaManager (r=janv)
...
--HG--
extra : rebase_source : 40739bd10fa31c813303328e48bff371fbe6224c
2014-05-20 17:19:59 -05:00
Boris Zbarsky
7933c029d2
Bug 1007878 part 5. Implement callback codegen for MozMap. r=khuey
2014-05-23 17:32:39 -04:00
Boris Zbarsky
6a5cd20ceb
Bug 1007878 part 4. Add C++-to-JS conversion for MozMap. r=khuey
2014-05-23 17:32:38 -04:00
Boris Zbarsky
619f8192dd
Bug 1007878 part 3. Add JS-to-C++ conversion for MozMap. r=khuey
2014-05-23 17:32:38 -04:00
Boris Zbarsky
aea41c8d2e
Bug 1007878 part 2. Add a C++ type to represent MozMap. r=khuey
2014-05-23 17:32:38 -04:00
Boris Zbarsky
0bf9253cf1
Bug 1007878 part 1. Add parsing of MozMap to the WebIDL parser. r=khuey
2014-05-23 17:32:38 -04:00
Boris Zbarsky
0b14b0cdf7
Bug 998356. Don't completely fail out of the parser if we can't format one of our string error messages. r=hsivonen
2014-05-23 17:32:37 -04:00
Shihua Zheng
f8fd5b5e2e
Bug 1013657: Fix incorrect handling of ErrorEvents in worker unit tests. r=khuey
2014-05-23 12:53:20 -07:00
Kyle Huey
8a1ded0d50
Bug 996133: Remove unnecessary NS_DISPATCH_NORMAL arguments to NS_DispatchToMainThread. r=ehsan
2014-05-23 12:53:17 -07:00
Yoshi Huang
f061a92bd6
Bug 981646 - B2G RIL: Cannot read sdn contacts. r=smaug, vicamo
2014-05-16 14:50:00 +08:00
Vincent Chang
c4cc0c31a6
Bug 1005775 - [Wifi] [Follow up of Bug 999388]Refactor wifi when send terminate command to wpa_supplicant. r=chulee
2014-05-06 13:40:07 +08:00
Fabrice Desré
625b7bf6a0
Bug 1009781 - Remove activities -> content handler mappings r=vingtetun
2014-05-20 13:51:30 -07:00
Gregor Wagner
3d4f47d2fe
Bug 1012214 - Settings service doesn't call handle callback created in lock object. r=bent
2014-05-20 12:19:18 -07:00
Ryan VanderMeulen
485d29fda5
Merge b2g-inbound to m-c.
2014-05-20 14:51:20 -04:00
Ryan VanderMeulen
cd0760c45b
Merge fx-team to m-c.
2014-05-20 14:31:48 -04:00
Ryan VanderMeulen
f38af37ac7
Backed out changeset 8433a3609a54 (bug 1001320) for suspected B2G device image bustage.
...
CLOSED TREE
2014-05-20 12:17:51 -04:00
Carsten "Tomcat" Book
9c2d832247
Merge mozilla-central to b2g-inbound
2014-05-20 16:18:50 +02:00
Carsten "Tomcat" Book
3c5d74ce0d
merge b2g-inbound to mozilla-central
2014-05-20 15:49:17 +02:00
Andrea Marchesini
b8269a29cc
Bug 1012887 - DataStoreCursorImpl.jsm must check if the window is still available, r=gene
2014-05-20 10:03:35 +01:00
Carsten "Tomcat" Book
4e6b93d81b
Merge mozilla-central to fx-team
2014-05-20 16:17:08 +02:00
Yuan Xulei
66e58236a9
Bug 993394 - Wait until BrowserElement child ready before calling SetInputMethodActive. r=fabrice
2014-05-19 17:34:55 +08:00
Szu-Yu Chen [:aknow]
af424657bd
Bug 1012504 - Rewrite test_emergency_label.js. r=hsinyi
2014-05-19 01:42:00 +02:00
Vincent Liu
0ce7a191f7
Bug 988704 - [dolphin][camera]camera preview is obviously slower than android. r=sotaro
2014-05-19 09:52:47 +08:00
Szu-Yu Chen [:aknow]
a3d37c0265
Bug 1005816 - Part 2: Add telephony request queue. r=hsinyi
2014-05-20 18:36:40 +08:00
Szu-Yu Chen [:aknow]
e68ee9bf7d
Bug 1005816 - Part 1: Remove delay of telephony diai in test case. r=hsinyi
2014-05-20 18:36:40 +08:00
Jessica Jong
e5877eace2
Bug 979134 (follow-up): convert test_mobile_data_connection.js to Promise. r=vicamo
2014-05-18 20:45:00 +08:00
Ed Morley
23767089cc
Backed out changeset 756fac661b86 (bug 979692) for mochitest-ally leaks; CLOSED TREE
2014-05-19 15:37:17 +01:00
Ed Morley
3452af7d1e
Backed out changeset 1f34d528c0f1 (bug 979692)
2014-05-19 15:36:36 +01:00
Carsten "Tomcat" Book
2fb1104640
Backed out changeset 46c16792274f (bug 1010955) for suspicion of causing memory leaks on a CLOSED TREE
2014-05-19 15:02:58 +02:00
Hsin-Yi Tsai
1931f1a1a1
Bug 1011429 - [B2G][RIL] correctly update phone_state in cdma 3way call scenario. r=aknow
2014-05-16 17:14:11 +08:00
Jan-Ivar Bruaroey
bb2598b25c
Bug 970685 - definitions for WebRTC telemetry for jitter, packet-loss and RTT. r=smaug, r=jesup
2014-05-12 15:35:34 -04:00
James Graham
41dd2b2604
Bug 1011458 - Buy back a few characters for Windows paths by renaming tests staging directory. r=ted
2014-05-16 04:55:00 +02:00
xKhorasan
296d2d3e28
Bug 998076 - implement responseURL attribute for XMLHttpRequest. r=smaug
2014-05-17 09:24:37 +09:00
Trevor Saunders
4abce4092c
bug 1004746
- part 1 - Remove a bunch of usage of nsAutoPtr's copy ctor r=froydnj
2014-05-07 18:05:37 -04:00
Carsten "Tomcat" Book
32fc9f058f
Merge mozilla-central to mozilla-inbound
2014-05-20 16:15:15 +02:00
Wes Kocher
bd1a784c76
Backed out changeset c744c837c732 (bug 789261) for Gaia-unit test bustage on a CLOSED TREE
2014-05-19 15:20:43 -07:00