Commit Graph

452 Commits

Author SHA1 Message Date
Andrea Marchesini
31c2ebaf28 Bug 968919 - Navigator::HasDataStoreSupport should not use IsCallerChrome(), r=bz 2014-02-07 19:39:45 +00:00
Henry Chang
b32f14d05b Bug 968090 - Move Navigator::HasWifiManagerSupport outside MOZ_B2G_RIL. r=gene 2014-02-05 17:52:25 +08:00
Andrea Marchesini
c45bdb2e2b Bug 967414 - Enable DataStore API in B2G for certified apps only by default, r=bz 2014-02-06 17:44:03 +00:00
Boris Zbarsky
02df2cf5eb Bug 965094. Reconcile the behavior of the JSObject* argument for Func on interfaces and on interface members. r=bholley 2014-02-05 13:38:18 -05:00
Nick Lebedev
99780ef9cf Bug 822898. Add maxTouchPoints attribute to navigator. r=romaxa,smaug 2014-01-28 08:09:34 -08:00
Henry Chang
bbc7e0fc07 Bug 811635 - Part 2: Implementation of WebIDLs/IDLs for WifiP2pManager and WifiP2pStatusChangeEvent. r=vchang 2014-01-27 15:48:10 +08:00
ISHIKAWA, Chiaki
801cb4ad0f Bug 963544 - Do not use NS_ENSURE_TRUE() in a few places and instead expand it to reduce WARNING messages. r=khuey 2014-01-27 15:40:50 -05:00
Ghislain 'Aus' Lacroix
a17a6e6e77 Bug 957592. Expose download API properties based on permission. r=bz 2014-01-24 11:53:05 -08:00
Andrea Marchesini
084e2e9eae Bug 957893 - RequireWakeLock should not crash when the param is an empty string, r=ehsan 2014-01-24 09:40:40 +00:00
Boris Zbarsky
855791e8b7 Bug 961208 part 2. Change the WebIDL DoNewResolve hook signature to take a JSPropertyDescriptor. r=bholley 2014-01-21 22:08:51 -05:00
Garner Lee
d144a73eab Bug 952217 - Add NFC Manager permission check for NFC Manager APIs. r+sr=smaug 2014-01-15 17:47:43 -08:00
Edgar Chen
5ff34e65f5 Bug 956655 - Part 2: Move MobileConnection DOM classes to namespacing mozilla::dom. r=smaug 2014-01-02 11:06:17 +08:00
Edgar Chen
9262f16e7c Backed out changeset eb886e5b4250 (Bug 956655) 2014-01-17 13:07:52 +08:00
Edgar Chen
bf23f13540 Bug 956655 - Part 2: Move MobileConnection DOM classes to namespacing mozilla::dom. r=smaug 2014-01-02 11:06:17 +08:00
Andrea Marchesini
cb97f6b653 Bug 952084 - Porting nsIDOMMozConnection to WebIDL, r=ehsan, r=bz 2014-01-16 11:53:48 +01:00
Tom Schuster
4a7dd51a60 Bug 939294 - Change xpidl jsval to handles. r=gabor,bz,khuey,bsmedberg,terrence 2014-01-09 18:39:36 +01:00
Yoshi Huang
894572d423 Bug 948850 - B2G NFC: to add onpeerready causes app to be killed. r=khuey 2014-01-13 17:33:12 +08:00
Nikhil Marathe
744a12ec06 Bug 959374 - Minor Navigator style and formatting fixes. r=bz 2014-01-13 14:28:40 -08:00
Andrea Marchesini
1acf681d59 Bug 952079 - Porting nsIDOMWakeLock to WebIDL, r=smaug 2014-01-07 13:16:07 +01:00
Boris Zbarsky
1a0e58e622 Bug 950315 part 1. Convert a bunch of event targets to passing a Window or nsDOMEventTargetHelper directly to the constructor of their ancestor nsDOMEventTargetHelper. r=smaug 2014-01-06 21:53:23 -05:00
Andrew McCreight
d721fa69df Bug 956455, part 1 - WrapNative's holder argument is unnecessary. r=smaug 2014-01-06 11:54:43 -08:00
Ehsan Akhgari
68bfe70f09 Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc
This patch was automatically generated by the following script:

#!/bin/bash
# Command to convert PRUnichar to char16_t

function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
       ! -wholename "*security/nss*" \
       ! -wholename "*modules/libmar*" \
       ! -wholename "*/.hg*" \
       ! -wholename "obj-ff-dbg*" \
       ! -name prtypes.h \
       ! -name Char16.h \
         -type f \
      \( -iname "*.cpp" \
         -o -iname "*.h" \
         -o -iname "*.c" \
         -o -iname "*.cc" \
         -o -iname "*.idl" \
         -o -iname "*.ipdl" \
         -o -iname "*.ipdlh" \
         -o -iname "*.mm" \) | \
    xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}

convert PRUnichar char16_t
2014-01-04 10:02:17 -05:00
Dimi Lee
7979c75265 Bug 939056 - B2G NFC: Enable/disable MOZ_NFC at runtime. r=bz 2013-12-17 10:32:29 +08:00
Steve Fink
871912d528 Bug 940765 - Root before preference checking, r=bz 2013-12-11 12:15:16 -08:00
Ted Mielczarek
2a54de6b87 bug 936104 - pages using only navigator.getGamepads should trigger gamepad backend startup. r=smaug 2013-12-06 06:52:06 -05:00
Andrea Marchesini
e38cead5b4 Bug 942639 - Make DataStore API Certified-only for 1.3, r=ehsan, r=fabrice 2013-12-05 23:12:23 +00:00
Ryan VanderMeulen
d075a5d8cf Backed out changeset 9fb6d1811696 (bug 942639) for B2G mochitest-3 timeouts. 2013-12-05 11:36:01 -05:00
Andrea Marchesini
5962d817df Bug 942639 - Make DataStore API Certified-only for 1.3, r=ehsan, r=fabrice 2013-12-05 13:50:11 +00:00
Carsten "Tomcat" Book
f40252207d merge b2g-inbound to mozilla-central 2013-11-29 10:19:20 +01:00
Ms2ger
666152f195 Bug 866689 - Add more inner / outer window assertions; r=mrbkap 2013-11-28 15:07:55 +01:00
Fabrice Desré
00873e5843 Bug 938023 - Implement the download API : Part 3, tests. r=auswerk 2013-11-27 23:18:12 -08:00
Edgar Chen
07e3986f93 Bug 814637 - Part 3: DOM changes for IccManager support multiple sim. f=hsinyi. r=smaug 2013-10-09 17:40:12 +08:00
Robert Longson
edd048332e Bug 939445 - general.appname.override has stopped working. r=smaug 2013-11-17 23:10:15 +00:00
Garner Lee
6d6131f55b Bug 674741 - Part 2: NFC DOM Boilerplate. r=smaug 2013-10-02 15:09:08 -07:00
Jessica Jong
231fab3142 Bug 814629 - Part 4: MobileConnectionArray implementation. f=hsinyi r=khuey 2013-11-13 16:51:23 +08:00
Tim Chien
ee690af4e3 Bug 915570 - Rename 'keyboard' permission and role to 'input'. r=yxl 2013-11-01 09:01:14 -04:00
Ed Morley
853df778df Merge mozilla-central and b2g-inbound 2013-10-29 16:34:46 +00:00
Vicamo Yang
3ec873f5dc Bug 920551 - 2.e/2: fix MobileConnection. r=hsinyi,khuey 2013-10-29 16:12:41 +08:00
Vicamo Yang
b907630056 Bug 920551 - 2.b/2: fix Telephony. r=hsinyi,khuey 2013-10-29 16:12:38 +08:00
Tom Schuster
faba4d7d1c Bug 930782 - Handlify JS_WrapValue. r=terrence 2013-10-26 18:19:05 +02:00
Vicamo Yang
9369992446 Bug 814556 - 2/2: clean up MOZ_B2G_RIL in browser/installer/package-manifest.in and dom/base/Navigator.*. r=khuey, f=Ms2ger 2013-10-22 19:23:04 +08:00
Vicamo Yang
622c028bd9 Bug 814556 - 1/2: Move mozilla::dom::icc::* to mozilla::dom. r=khuey, f=Ms2ger 2013-10-22 19:23:00 +08:00
Carsten "Tomcat" Book
bfa144148a merge b2g-inbound to mozilla-central 2013-10-18 11:39:28 +02:00
Vicamo Yang
b1e9dafe3c Bug 915604: Hide RIL DOM APIs from regular Web pages. r=khuey, f=emk 2013-10-18 04:51:27 +08:00
Steve Fink
0efbcf5685 Bug 925916 - Handlify WrapNative, r=smaug 2013-10-11 22:02:39 -07:00
Tom Schuster
b6ee9f1bce Bug 8844105 - Handlify JS_WrapObject. r=terrence 2013-10-15 20:02:23 -04:00
Birunthan Mohanathas
fd194c1851 Bug 784739 - Switch from NULL to nullptr in dom/ (1/2); r=ehsan 2013-10-28 10:04:12 -04:00
Andrea Marchesini
c2ba9e37c7 Bug 871445 - patch 1 - DataStoreService and getDataStores(), r=mounir, r=fabrice, r=ehsan 2013-10-02 13:27:07 -04:00
Ed Morley
f2ea38dbc1 Backed out changeset 3986762b88a3 (bug 871445) for failures in test_app_install.html 2013-10-02 17:58:06 +01:00
Andrea Marchesini
c348733681 Bug 871445 - patch 1 - DataStoreService and getDataStores(), r=mounir, r=fabrice, r=ehsan 2013-10-02 11:30:26 -04:00