Ms2ger
18857c4acb
Bug 995664 - Move CSSRuleList to WebIDL; r=bz
...
As CSSRuleList is the last consumer of nsArraySH and nsGenericArraySH, this
also removes those classes.
2014-05-03 09:32:54 +02:00
Wes Kocher
c26c855d25
merge m-c to inbound
2014-05-02 23:07:16 -07:00
Wes Kocher
f930d56995
Merge inbound to m-c
2014-05-02 23:02:49 -07:00
Wes Kocher
02d87c5518
merge b2g-inbound to m-c
2014-05-02 22:50:45 -07:00
Boris Zbarsky
13ecba6a77
Bug 1004766. Make sure to enter the compartment of our new global before working with it when wrapping global objects. r=nsm
2014-05-03 01:08:07 -04:00
Fabrice Desré
9eb8169458
Bug 1003836 - Don't use createEvent("TouchEvent") to check if TouchEvents are supported r=smaug
2014-05-02 14:56:18 -07:00
Ryan VanderMeulen
5db196fa1b
Merge m-c to inbound.
2014-05-02 16:57:56 -04:00
Ryan VanderMeulen
ce9afeb7a6
Merge fx-team to m-c.
2014-05-02 16:41:26 -04:00
Josh Aas
23e8d13927
Bug 960774: Add ActorDestroy impl for all parent-side actors that don't have one. It will be required soon. r=bent
2014-05-02 13:44:13 -05:00
Nikhil Marathe
ef92f0cca4
Bug 1005156: Remove unused scope from WorkerScopes WrapGlobalObject(). rs=jst
...
--HG--
extra : rebase_source : e6f0716b2ac6886a5f52ef94a26849e6ab8304d5
2014-05-02 10:16:49 -07:00
Carsten "Tomcat" Book
3febe6e331
Merge m-c to mozilla-inbound
2014-05-02 14:55:29 +02:00
Carsten "Tomcat" Book
41c6c84b78
merge b2g-inbound to mozilla-central
2014-05-02 14:50:16 +02:00
Andrew Osmond
9349cde661
Bug 999464 - Standardize on DOMPoint and thus eliminate need for CameraPoint. r=bz, r=mikeh
2014-05-01 15:09:00 -04:00
Ophir LOJKINE
dba74c3b3a
Bug 1003539 - change HTMLTableElement::insertRow so that it when no row is present, it adds a row to the last TBODY element of the table; r=bzbarsky
2014-05-01 21:29:23 -04:00
Garner Lee
c1696a5172
Bug 959059: [NFC] CheckP2PRegistration should return error if sessionToken doesn't exist. r=allstars.chh
2014-04-30 10:18:00 +02:00
Siddartha Pothapragada
7874282e49
Bug 959059 - B2G NFC: Marionette test to check P2P registration for an incorrect manifest Url. r=allstars.chh
2014-04-30 10:17:00 +02:00
Wes Kocher
cbdfcaa9a9
Merge b2g-inbound to m-c
2014-05-01 18:27:09 -07:00
Vicamo Yang
d973197272
Bug 999458 - 2.d/2: add some more complex test cases for OPL/PNN matching. r=echen
2014-05-02 00:24:12 +08:00
Vicamo Yang
dac9700650
Bug 999458 - 2.c/2: 0 <= gsmLocationAreaCode <= 65535. r=echen
2014-05-02 00:24:12 +08:00
Vicamo Yang
edd424c7b2
Bug 999458 - 2.b/2: add two more utility functions to head.js. r=echen
...
* setEmulatorGsmLocationAndWait
* setEmulatorOperatorNamesAndWait
2014-05-02 00:24:12 +08:00
Vicamo Yang
99d73fdcd5
Bug 999458 - 2.a/2: re-enable some mobileconnection test cases. r=echen
2014-05-02 00:24:11 +08:00
chiajung hung
098a829ab1
Bug 959089 - Part 2: Use the new protocol to do buffer allocation. r=nical
2014-04-30 21:52:00 -04:00
Ed Morley
f080a62903
Merge latest green b2g-inbound changeset and mozilla-central; r=khuey to work around bug 1002652 comment 13
2014-05-01 15:55:44 +01:00
Jan Beich
6359dd2dd2
Bug 1004183: Unbreak build with --disable-webrtc after bug 907352 r=jib
2014-05-01 02:58:48 -04:00
Gene Lian
a2e8945d63
Bug 981984 - OwningStringOrUnsignedLong union value cannot be set if the type is not matched. r=bz
2014-04-30 17:52:05 +08:00
Vincent Chang
fd82821d34
Bug 996588 - Unable to connect to wifi network with double quotes (") in ssid. r=fabrice
2014-04-30 14:57:38 +08:00
Andrew Osmond
5a4c2c9703
Bug 987954 - Change camera control size/region attributes to methods to remove direct JS_*() calls, r=bz,mikeh
2014-04-30 17:15:01 -04:00
Vicamo Yang
0e6dd9a4d4
Bug 999458 - 1/2: disable some mobileconnection test cases to wait emulator changes. r=echen
2014-05-01 00:57:43 +08:00
Ting-Yu Chou
17921a9d2c
Bug 1002527 - Fix not to initialize remote browser's ContentParent twice. r=bent
...
ContentParent::GetNewOrUsed() initialize the ContentParent always, even it is an
initialized one from PreallocatedProcessManager::Take(). Initialize twice makes
ContentParent to receive two the same observed event, and creates leak in both
observer list and itself.
2014-04-30 02:00:00 -04:00
Gabriele Svelto
bfafadca3e
Bug 999327 - Consider the wake-locks held by the main process when computing priorities. r=fabrice
2014-05-01 15:47:26 +02:00
Nils Ohlmeier [:drno]
89e096a823
Bug 873049 - properly compare media constraints with audio and video tracks instead of streams. r=jsmith,jesup
2014-05-01 13:19:00 +02:00
Ben Turner
ecb9ef8917
Bug 1003766, StopSyncLoopRunnable::Cancel should call base class Cancel. r=mrbkap.
2014-04-30 13:44:03 -07:00
Shawn Huang
8e45b3c2ac
Bug 993954 - Check sBluetoothChild is null when closing Settings application
...
It is possible that sBluetoothChild set to nullptr and RecvNotify get called from MessageLoop.
This patch check sBluetoothChild.
2014-04-30 16:58:15 +01:00
Carsten "Tomcat" Book
0d49e493c2
merge b2g-inbound to mozilla-central
2014-04-30 15:23:44 +02:00
Carsten "Tomcat" Book
3b95380d01
merge fx-team to mozilla-central
2014-04-30 15:01:45 +02:00
Ryan VanderMeulen
8c0abf70fd
Merge m-c to b2g-inbound.
2014-04-29 23:59:41 -04:00
William Chen
e65acbe8a0
Bug 996151 - Clear out XBL binding and insertion parent of content even if nsBindingManager is destroyed. r=mrbkap
2014-04-29 11:37:02 -07:00
Josh Dover
4deef5ca41
Bug 776027 - Allow nsIActivityUIGlueCallback to handle native and web activities. r=fabrice
2014-04-25 16:29:00 +02:00
Josh Dover
7be181709e
Bug 776027 - Pass activity options instead of name through nsIActivityUIGlue. r=fabrice
2014-04-25 16:28:00 +02:00
Ryan VanderMeulen
13b254277b
Merge b2g-inbound to m-c.
2014-04-29 23:58:05 -04:00
Jim Chen
e505a81808
Bug 1001072 - Extend shutdown watchdog timeout to allow telemetry to shutdown. r=fabrice
2014-04-24 12:48:00 -04:00
Ryan VanderMeulen
f1311f346a
Merge b2g-inbound to m-c.
2014-04-29 17:07:34 -04:00
Mike Habicher
65f3fee910
Bug 985496 - rationalize camera error reporting, r=dhylands
2014-04-25 16:28:15 -04:00
Ed Morley
1c7287b8b1
Merge latest green b2g-inbound changeset and mozilla-central
2014-04-29 17:34:22 +01:00
Yoshi Huang
13387ed757
Bug 993946 - B2G NFC: Consistent naming between Nfc or NFC in WebIDL. r=dimi, sr=smaug
...
--HG--
rename : dom/webidl/MozNfc.webidl => dom/webidl/MozNFC.webidl
2014-04-29 11:50:25 +08:00
Yuan Xulei
63a81d9132
Bug 1000095 - Fix mozInputMethod.mgmt.hide. r=fabrice
2014-04-25 01:16:00 +02:00
Fredrik Lanker
188df7ce9d
Bug 1002383 - Mark fallback cache entries correctly. r=ochameau
...
storeCache is async, so at the time markEntry was run for fallback
items, the cache entry might not exist yet which led to that the
fallback entries were not properly marked. Instead, we now send the
proper type directly to storeCache.
2014-04-28 02:20:00 +02:00
Szu-Yu Chen [:aknow]
ae6c78e6e8
Bug 993255 - Part 4: Fix hang up pending outgoing call. r=hsinyi
2014-04-29 10:02:20 +08:00
Wes Kocher
f2ad22eb49
Merge b2g-inbound to m-c
2014-04-28 16:10:59 -07:00
Carsten "Tomcat" Book
73db77e9ab
Merge m-c to b2g-inbound
2014-04-28 14:35:09 +02:00