Ryan VanderMeulen
c59c631795
Backed out changeset c81707878977 (bug 974197) for Gaia integration test failures on a CLOSED TREE.
2014-04-09 22:14:13 -04:00
Ryan VanderMeulen
fd1b9be733
Merge m-c to inbound on a CLOSED TREE.
2014-04-09 19:11:24 -04:00
Geoff Brown
df1d237299
Bug 962676 - Reset expected assertion counts for Android crashtests; r=blassey
2014-04-09 08:38:44 -06:00
Carsten "Tomcat" Book
7d3eabe04e
Merge m-c to mozilla-inbound
2014-04-09 14:41:48 +02:00
Carsten "Tomcat" Book
d7dfb3c5c8
merge b2g-inbound to mozilla-central
2014-04-09 14:27:34 +02:00
Henry Chang
9d6a75f8cb
Bug 993732 - Should use renamed properties done by bug 988129. pending r=gene
...
Landed directly on mozilla-central in order to fix the Firefox OS bustage in today's build.
2014-04-09 15:42:47 +08:00
Aaron Klotz
025fed58f4
Bug 913653: Remove lock from IOInterposer and add IOInterposer thread registration; r=froydnj
2014-04-08 22:57:52 -06:00
Edgar Chen
50fc472757
Bug 978027 - Part 4: Test cases for prl version. r=allstars.chh
2014-04-07 16:18:50 +08:00
Edgar Chen
71186cfe6b
Bug 978027 - Part 3: Get icc app index only when the _isCdma flag is ready to use. r=allstars.chh
2014-04-07 16:57:45 +08:00
Edgar Chen
67eb1bd2f2
Bug 978027 - Part 2: RIL implementation for prl version. r=allstars.chh
2014-04-07 15:29:04 +08:00
Edgar Chen
e636912452
Bug 978027 - Part 1: Interface changes for prl version. r=hsinyi,allstars.chh
2014-04-07 14:44:45 +08:00
Vicamo Yang
7f9706214e
Bug 979134: convert test_mobile_operator_names.js to Promise. r=hsinyi
2014-04-09 13:16:10 +08:00
Vicamo Yang
23d339188e
Bug 979134: convert test_mobile_data_location.js to Promise. r=hsinyi
2014-04-09 13:16:09 +08:00
Vicamo Yang
3b1a86e48b
Bug 979134: convert test_mobile_voice_location.js to Promise. r=hsinyi
2014-04-09 13:16:07 +08:00
Vicamo Yang
d9c4d5b84d
Bug 979134: convert test_mobile_data_state.js to Promise. r=hsinyi
2014-04-09 13:16:06 +08:00
Vicamo Yang
4ae502dbf1
Bug 979134: convert test_mobile_voice_state.js to Promise. r=hsinyi
2014-04-09 13:16:05 +08:00
Vicamo Yang
486d9c35dc
Bug 979134: convert test_mobile_networks.js to Promise. r=hsinyi
2014-04-09 13:16:04 +08:00
Vicamo Yang
52aa848043
Bug 979134: share wrapDomRequestAsPromise. r=hsinyi
2014-04-09 13:16:03 +08:00
Kyle Huey
39e8ea0778
Back out bug 991812 for bustage on a CLOSED TREE. r=me
2014-04-08 17:26:33 -07:00
Kyle Huey
52e66a793b
Bug 993203: Add a memory reporter to count SettingsManager observers. r=njn
2014-04-08 16:37:09 -07:00
Kyle Huey
d098e8c228
Bug 991812: Remove uses of RefCounted in code that lives solely in Gecko. r=ehsan
2014-04-08 16:37:05 -07:00
Boris Zbarsky
33e4783558
Bug 991742 part 10. Remove the "aScope" argument from the Promise ArgumentToJSValue() methods. r=bholley
2014-04-08 18:27:19 -04:00
Boris Zbarsky
feebd363fb
Bug 991742 part 9. Remove the "scope" argument of WrapNewBindingObject. r=bholley
2014-04-08 18:27:19 -04:00
Boris Zbarsky
79dab91ff6
Bug 991742 part 8. Remove the "aScope" argument of WebIDL/nsWrapperCache WrapObject() methods. r=bholley
...
This patch was mostly generated with the following command:
find . -name "*.h" -o -name "*.cpp" | xargs sed -e '/WrapObject(JSContext/ {; N; s/\(WrapObject(JSContext *\* *a\{0,1\}[Cc]x\),\n\{0,1\} *JS::Handle<JSObject\*> a\{0,1\}[sS]cope/\1/ ; }' -i ""
and then reverting the changes that made to
dom/bindings/BindingUtils.h, since those WrapObject methods are not
the ones we're trying to change here, plus a bunch of manual fixups
for cases that this command did not catch (including all the callsites
of WrapObject()).
2014-04-08 18:27:18 -04:00
Boris Zbarsky
d4bd64ee2c
Bug 991742 part 6. Remove the "aScope" argument of binding Wrap() methods. r=bholley
...
This patch was mostly generated with this command:
find . -name "*.h" -o -name "*.cpp" | xargs sed -e 's/Binding::Wrap(aCx, aScope, this/Binding::Wrap(aCx, this/' -e 's/Binding_workers::Wrap(aCx, aScope, this/Binding_workers::Wrap(aCx, this/' -e 's/Binding::Wrap(cx, scope, this/Binding::Wrap(cx, this/' -i ""
plus a few manual fixes to dom/bindings/Codegen.py, js/xpconnect/src/event_impl_gen.py, and a few C++ files that were not caught in the search-and-replace above.
2014-04-08 18:27:17 -04:00
Boris Zbarsky
6a65a2a903
Bug 991742 part 5. Remove use of the "aScope" argument in binding Wrap() methods. r=bholley
2014-04-08 18:27:16 -04:00
Boris Zbarsky
0bee3774d8
Bug 991742 part 4. Remove the "scope" argument of WrapCallThisObject(). r=bholley
2014-04-08 18:27:15 -04:00
Boris Zbarsky
237ee9760a
Bug 991742 part 3. Remove the "scope" argument of WrapNativeParent(). r=bholley
2014-04-08 18:27:15 -04:00
Boris Zbarsky
a7d33ad988
Bug 991742 part 2. Remove the "scope" argument of WrapNativeParentHelper/WrapNativeParentFallback/WrapNativeISupportsParent. r=bholley
2014-04-08 18:27:15 -04:00
Boris Zbarsky
d7fa8f56be
Bug 991742 part 1. Enter the compartment of the current wrapper before we try to reparent objects. r=bholley
...
This lets us preserve some invariants about our current compartment matching the scope we want to wrap into.
2014-04-08 18:27:15 -04:00
Ryan VanderMeulen
57743f4440
Merge m-c to inbound.
2014-04-08 18:26:26 -04:00
Ryan VanderMeulen
f7f6976e6e
Merge inbound to m-c.
2014-04-08 18:17:58 -04:00
Peter Van der Beken
f1102b2af3
Bug 990158 - Remove line from bad merge in f1e4f0f82a9a.
...
--HG--
extra : rebase_source : ad5cddb57ed8acb125b9b9f164c4682b16bcd8f1
2014-04-08 20:47:55 +02:00
Peter Van der Beken
b3dc774b85
Bug 983619 - Add Window.getInterface/QueryInterface to WebIDL, followup to deal with review comment. r=bz.
...
--HG--
extra : rebase_source : a0e0fa6d59c9edb9b346a5cb8b062144198a87c2
2014-04-08 20:39:38 +02:00
Peter Van der Beken
073e442f7f
Bug 993047 - Fix some style nits from f6b0e518f6d2.
...
--HG--
extra : rebase_source : 9cb1f3c793b066aed1836c08cce786554d61cfd2
2014-04-08 20:39:38 +02:00
Ryan VanderMeulen
0260a94e91
Backed out changeset 27578e0cf97f (bug 959870) for webrtc test bustage.
2014-04-08 15:30:31 -04:00
Carsten "Tomcat" Book
c9e1867a2b
Merge m-c to b2g-inbound
2014-04-08 15:45:08 +02:00
Carsten "Tomcat" Book
d5067407dd
merge b2g-inbound to mozilla-central
2014-04-08 15:34:07 +02:00
Fredrik Lanker
2c245ff377
Bug 985481 - Make sure that a supported video size is set. r=mikeh
2014-04-08 00:21:00 +02:00
Bevis Tseng
e88732c44c
Bug 990918 - Part 2: Add Xpcshell Test Case for setCellBroadcastSearchList(). r=htsai
2014-04-03 16:46:51 +08:00
Bevis Tseng
c34f95c600
Bug 990918 - Part 1: Make RIL compatible for both new/old formats of ril.cellbroadcast.searchlist. r=htsai
2014-04-03 16:33:56 +08:00
Ryan VanderMeulen
d0849cfd3c
Merge b2g-inbound to m-c.
2014-04-07 22:29:35 -04:00
Peter Van der Beken
a5967a49cb
Back out 75c95dac7fe0 (bug 984497) and f1b0d3d13755 (bug 990475) to fix bustage on a CLOSED TREE.
...
--HG--
extra : rebase_source : a63315cd428faeb95464f6ad76946d1c0c6d36c3
2014-04-07 22:18:53 +02:00
Andrea Marchesini
db98500564
Bug 963038 - Datastore: Support for Transactional semantics, r=ehsan
...
--HG--
rename : dom/datastore/tests/test_basic.html => dom/datastore/tests/test_transactions.html
2014-04-07 21:08:11 +01:00
Dimi Lee
0a14815023
Bug 989135 - [B2G][Component][Location] Having a quotation mark in the Wi-Fi hotspot password or SSID is not handled gracefully. r=vchang
2014-04-07 14:26:53 +08:00
Alexandre Poirot
6b82f43a5f
Bug 963239 - Implements "SystemAppProxy.jsm" to abtract and ease interacting with the system app from platform code. r=vingtetun
2014-04-07 09:59:48 -04:00
Randell Jesup
08c9a793eb
Backed out changeset 74e5c32c6fa2 (bug 694814)
2014-04-07 15:37:51 -04:00
Randell Jesup
3126953e04
Backed out changeset 6dc08e9fc7e8 (bug 694814)
2014-04-07 15:37:50 -04:00
Randell Jesup
9954d550d1
Backed out changeset 1cf98d1c6b75 (bug 694814)
2014-04-07 15:37:49 -04:00
Bobby Holley
720fe1f508
Bug 986730 - Put all anonymous content into the XBL scope. r=smaug
2014-04-06 12:32:39 -07:00