Commit Graph

16287 Commits

Author SHA1 Message Date
Shawn Ku
4a63526584 Bug 905479 - Part 2: DOM implementation for change call barring password. r=smaug 2013-08-27 09:53:30 +08:00
Shawn Ku
2bb0694857 Bug 905479 - Part 1: Add interfaces for change call barring password. r=hsinyi, r=yoshi, sr=smaug 2013-08-27 09:50:02 +08:00
Szu-Yu Chen [:aknow]
1ad26c4b0b Bug 882983 - Part 3: Pass ota status (ril). r=hsinyi 2013-08-27 08:25:54 -04:00
Szu-Yu Chen [:aknow]
130af264c6 Bug 882983 - Part 2: Add ota status event (dom). r=khuey 2013-08-27 08:25:53 -04:00
Szu-Yu Chen [:aknow]
d0763aa1f2 Bug 882983 - Part 1: Add ota status event (idl, webidl). r=hsinyi, sr=smaug 2013-08-27 08:25:53 -04:00
Jan Jongboom
7f45056893 Bug 908175 - Change DOMString to nullable in InputContext WebIDL definition. r=kanru, r=khuey 2013-08-27 08:25:53 -04:00
Hsin-Yi Tsai
4019b22306 Bug 905954 - [wasabi] B2G CDMA: don't change to holding state when we switch two calls. r=bent 2013-08-16 17:01:41 +08:00
Vicamo Yang
c670c0d9e8 Bug 865403 - Move MozCellBroadcast to WebIDL. r=Ms2ger
--HG--
rename : dom/cellbroadcast/interfaces/nsIDOMMozCellBroadcast.idl => dom/webidl/MozCellBroadcast.webidl
2013-08-27 11:38:37 +08:00
Ryan VanderMeulen
eaabb43e4d Merge m-c to b2g-inbound. 2013-08-26 20:20:58 -04:00
Ryan VanderMeulen
52ef962a16 Merge inbound to m-c. 2013-08-26 20:19:26 -04:00
Gregor Wagner
53157a2009 Bug 903343 - Missing Request in TCPSocketChild. r=bent 2013-08-26 16:38:08 -07:00
Dave Hylands
24d69159ab Bug 909537 - navigator.getDeviceStorage("apps") always returns null. r=fabrice 2013-08-26 15:21:45 -07:00
Guillaume Abadie
9d70573449 bug 908841 - step 4 - Add more natively supported extensions in WebGL 2 - r=jgilbert 2013-08-26 17:12:54 -04:00
Trevor Saunders
16141ae9ca bug 899210 - follow up rev uuid and touch CLOBBER to fix windows bustage 2013-08-26 16:45:14 -04:00
Martijn Wargers
9d4988a588 Bug 908912 - Rewrite test_permission_basics.html to make it working for b2g. r=jmaher 2013-08-26 20:14:12 +02:00
Kartikaya Gupta
55c123d4d6 Bug 885023 - Convert mFrameMetrics.mZoom to a CSSToScreenScale. r=BenWa,k17e
The mFrameMetrics.mZoom was previously a "resolution-independent" zoom,
which meant it had to always be multiplied by the CalculateIntrinsicScale()
value to be useful. This patch converts it to a "resolution-dependent" zoom,
and includes the intrinsic scale multiplier already. This means it needs
to be updated if either the viewport or composition bounds (which determine
the intrinsic scale) change, but there are only a few places where this
happens and it makes the rest of the code cleaner.
2013-08-26 09:50:30 -04:00
Ryan VanderMeulen
fab87bc685 Merge inbound to m-c. 2013-08-26 09:15:57 -04:00
Ryan VanderMeulen
15fbd8d9cc Merge b2g-inbound to m-c. 2013-08-26 09:14:57 -04:00
David Zbarsky
0126553574 Bug 906901 - Use webIDL dictionaries for BrowerElementParent's event details r=bz 2013-08-24 10:08:55 -04:00
Randell Jesup
dc8a4ca944 Bug 884365: Deliver gUM data directly to PeerConnection to avoid delay buildup and resampling r=roc 2013-08-24 09:53:11 -04:00
Gabriele Svelto
619cc7ccf1 Bug 907798 - Remove TimeStamp.h includes from source files that do not need it; r=ehsan 2013-08-24 08:12:51 +02:00
Ms2ger
b5df99e7e3 Revert this CLOSED TREE to changeset 4d3e221584a0. 2013-08-24 13:31:48 +02:00
Gabriele Svelto
b6e8140bfc Bug 907798 - Remove TimeStamp.h includes from source files that do not need it; r=ehsan 2013-08-24 08:12:51 +02:00
Boris Zbarsky
05158b248a Bug 908837. Include a bit less stuff in binding implementation files. r=smaug 2013-08-23 22:42:42 -04:00
Boris Zbarsky
1955cb60db Bug 908576 part 7. Move the various DOMProxyHandler classes into the binding implementation files. r=smaug 2013-08-23 22:42:42 -04:00
Boris Zbarsky
59787a3248 Bug 908576 part 6. Expose just a NativePropertyHooks pointer, not the object itself, so we can forward-declare it in bindings headers. r=smaug 2013-08-23 22:42:41 -04:00
Boris Zbarsky
7d8ccb120f Bug 908576 part 5. Make GetProtoObject and GetConstructorObject not inline so they don't force us to include PrototypeList.h in all binding headers. r=smaug 2013-08-23 22:42:41 -04:00
Boris Zbarsky
66634f4e9f Bug 908576 part 4. Move all the PrototypeTraits bits into PrototypeList.h so they don't force us to include that header in all binding headers. r=smaug 2013-08-23 22:42:41 -04:00
Boris Zbarsky
9e1e6a8b84 Bug 908576 part 3. Get rid of PrototypeIDMap structs. r=smaug 2013-08-23 22:42:41 -04:00
Boris Zbarsky
3d71a611cd Bug 908576 part 2. Move DOMClass/DOMJSClass declarations out of binding headers. r=smaug 2013-08-23 22:42:40 -04:00
Boris Zbarsky
85fc63ba90 Bug 908576 part 1. Remove unused Is() method from proxy bindings. r=smaug 2013-08-23 22:42:40 -04:00
Boris Zbarsky
e7f14418b2 Bug 908530 part 3. Stop including xpcpublic.h in DOMJSProxyHandler.h. r=khuey 2013-08-23 22:42:40 -04:00
Boris Zbarsky
18e33f4b17 Bug 908530 part 2. Fix all the places that are bootlegging things (esp nsIURI) via xpcpublic.h. r=khuey 2013-08-23 22:42:40 -04:00
Boris Zbarsky
730c01bcf9 Bug 908351. Stop over-including DOMJSClass.h, so we don't rebuild as much when PrototypeList.h changes. We do this by factoring out the slot macros into a separate header and including that. r=khuey 2013-08-23 22:42:39 -04:00
Phil Ringnalda
30b0f90e8f Back out a35a5681fe2f (bug 887703) for b2g mochitest-8 failures
--HG--
rename : dom/tests/mochitest/general/test_donottrack.html => dom/tests/mochitest/general/test_bug629535.html
2013-08-23 19:38:25 -07:00
Phil Ringnalda
a1de56cb42 Back out 27eb88629c56:a26582e3c44d (bug 906901)
CLOSED TREE
2013-08-23 19:33:29 -07:00
David Zbarsky
d6f1ccdcb1 Bug 906901: Address review nit 2013-08-23 21:16:37 -04:00
David Zbarsky
3a05d7fba0 Bug 906901 - Use webIDL dictionaries for BrowerElementParent's event details r=bz 2013-08-23 21:11:47 -04:00
Georgia Wang
ca22e442b1 Bug 906948 - Avoid un-assigned rilMessageType checking on GetIMEI. r=yoshi 2013-08-23 18:49:00 +08:00
Edgar Chen
fa748e7fe9 Bug 908135 - Remove dhcp attribute in nsINetworkInterface. r=vyang, vchang 2013-08-22 17:43:53 +08:00
Hsin-Yi Tsai
a0c5a753c5 Bug 905109 - Part 4: add getter for members in Buf. r=hsinyi 2013-08-23 23:45:51 +08:00
Wes Kocher
867435ec69 Backed out 2 changesets (bug 909187)
Backed out changeset 79b1a4a62635 (bug 909187)
Backed out changeset 0601038e2a31 (bug 909187)
2013-08-26 02:29:55 -07:00
Randell Jesup
a95c9e7fee Bug 909187: Part 2 - Allow DOM MediaStreams to intercept SetTrackEnabled calls r=roc 2013-08-26 02:07:19 -04:00
James Willcox
2258771be5 Bug 908363 - Temporarily disable a crashtest that is hanging on Android, r=blassey 2013-08-25 11:14:18 -07:00
"allstars.chh"
8e8e17fcbf Bug 905109 - Part 3: Update test_ril_code_quality.py. r=hsinyi
From 880ccfcbb169ffc33e7e0d40bfbd95a26705b9f3 Mon Sep 17 00:00:00 2001
---
 dom/system/gonk/tests/marionette/test_ril_code_quality.py |    4 ++++
 1 file changed, 4 insertions(+)
2013-08-15 14:59:34 +08:00
"allstars.chh"
808e7c5fc4 Bug 905109 - Part 2: Update Makefile.in to add worker_buf.js r=gps
From 7c0743554872f6466ee92071d3ce3c6a288351e4 Mon Sep 17 00:00:00 2001
---
 dom/system/gonk/Makefile.in |    8 ++++++++
 1 file changed, 8 insertions(+)
2013-08-22 12:24:09 +08:00
"allstars.chh"
a4a39dfc5d Bug 905109 - Part 1: Move Buf to worker_buf.js. r=bent, vicamo. 2013-08-22 12:17:40 +08:00
Ryan VanderMeulen
9491355bd0 Merge inbound to m-c. 2013-08-23 17:49:37 -04:00
Fabrice Desré
11a4c91c22 Bug 908701 - DeviceStorage: Cleanup apps directory determination r=dhylands 2013-08-23 10:51:41 -07:00
David Zbarsky
eb1be08f19 Bug 905542: IsNull/SetNull functions for nullable unions should have bodyInHeader=True to prevent compiler warnings r=Ms2ger 2013-08-23 13:56:20 -04:00