Commit Graph

440 Commits

Author SHA1 Message Date
Yoshi Huang
278285a996 Bug 993946 - B2G NFC: Consistent naming between Nfc or NFC in WebIDL. r=dimi, sr=smaug 2014-04-29 11:50:25 +08:00
Birunthan Mohanathas
eeb9aaaa94 Bug 900908 - Part 3: Change uses of numbered macros in nsIClassInfoImpl.h/nsISupportsImpl.h to the variadic variants. r=froydnj 2014-04-27 03:06:00 -04:00
Jan-Ivar Bruaroey
ac69e464fc Bug 907352 - Part 1: Update to most recent constraints syntax. r=mt 2014-04-18 14:00:16 -04:00
Ryan VanderMeulen
38cf8b4c35 Backed out changesets d8d01c95be03 and 5fa0c8f5ccb2 (bug 907352) for Linux64 mochitest-3 crashes. 2014-04-18 11:22:21 -04:00
Jan-Ivar Bruaroey
6a293a1c50 Bug 907352 - Part 1: Update to most recent constraints syntax. r=mt 2014-04-18 03:23:29 -04:00
Thomas Zimmermann
2191e1188e Bug 904588: Convert MozIccManager to WebIDL, r=htsai, r=smaug 2014-04-16 09:30:28 +02:00
Thomas Zimmermann
09acc86e8e Bug 904588: Fix whitespace errors, r=smaug 2014-04-16 09:30:26 +02:00
Peter Van der Beken
bd6438b6a3 Bug 993710 - Don't return names when enumerating Navigator/Window if they wouldn't be resolved. r=bz. 2014-02-15 22:12:34 +01:00
John Shih
3cfe15139a Bug 993435 - Not return null for navigator.connection. r=bz 2014-04-09 10:20:31 +08:00
Boris Zbarsky
603825e452 Bug 993889 part 6. Remove the "scope" argument of dom::WrapObject methods. r=bholley 2014-04-10 00:58:43 -04:00
Boris Zbarsky
a9fc4aaa02 Bug 993889 part 1. Remove "scope" argument from nsContentUtils::WrapNative. r=bholley 2014-04-10 00:58:41 -04:00
Boris Zbarsky
b95c359828 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
ae0180ee85 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
Yuan Xulei
e0b13195dc Bug 986992 - Part 1: Merge navigator.mozKeyboard to navigator.mozInputMethod. r=fabrice 2014-03-31 10:38:45 +08:00
John Shih
70b3126c2e Bug 960426 - Part 2: Modifications for IDL change. r=blassey 2014-03-05 11:54:55 +08:00
Ehsan Akhgari
61d5c5fd78 Bug 987387 - Make navigator.sendBeacon() respect private browsing mode; r=jdm 2014-03-26 00:15:14 -04:00
Phil Ringnalda
ca65d2aadb Back out 9a1c527eeafc (bug 987387) for non-unified bustage
CLOSED TREE
2014-03-25 21:06:21 -07:00
Ehsan Akhgari
c5fdb0c644 Bug 987387 - Make navigator.sendBeacon() respect private browsing mode; r=jdm 2014-03-25 23:22:55 -04:00
Ehsan Akhgari
64a120cbf4 Bug 985796 - Port the permission settings API to WebIDL; r=bzbarsky 2014-03-22 09:58:24 -04:00
Boris Zbarsky
635f284e91 Another bug 985827 followup. Make sure to not cache things wrapped in an Xray compartment on the navigator object. r=khuey 2014-03-21 03:25:21 -04:00
Boris Zbarsky
d896f5b12f Bug 985827 followup. Remove shadowing variable that confuses things. r=bustage 2014-03-21 00:55:50 -04:00
Boris Zbarsky
37372c58c5 Bug 985827. Make Navigator::DoNewResolve not double-create objects no matter what JS is doing. r=khuey 2014-03-20 23:19:43 -04:00
Richard Barnes
9aed76ad1a Bug 936340 - Implement navigator.sendBeacon r=sicking 2014-03-06 10:51:23 -05:00
Ehsan Akhgari
4aa2825c6d Backed out changeset 98cc8a50348f (bug 936340) because it misses the test_beaconElectrolysis.html file, which breaks the build 2014-03-06 09:04:45 -05:00
Richard Barnes
2b755e46f6 Bug 936340 - Implement navigator.sendBeacon. r=sicking 2014-03-06 08:52:50 -05:00
Masayuki Nakano
509005c5c3 Bug 975688 part.28 Rename nsDOMEvent to mozilla::dom::Event r=smaug 2014-03-05 09:37:43 +09:00
John Schoenick
f86ee3f08c Bug 971279 - Add plugin.java.mime. r=bsmedberg 2014-02-25 13:30:03 -08:00
Carsten "Tomcat" Book
9718eb28f0 Backed out changeset 0cea4bded6f8 (bug 936340) for mochitest-3 bustage on a CLOSED TREE 2014-02-25 16:00:47 +01:00
Richard Barnes
e9f6e7c805 Bug 936340 - Implement navigator.sendBeacon. r=sicking 2014-02-25 08:40:54 -05:00
Wes Kocher
f70c24d970 Backed out 7 changesets (bug 406541, bug 738396, bug 852315, bug 971273, bug 971279) for various java/plugin-related failures on a CLOSED TREE
Backed out changeset 13cc8a7ee925 (bug 852315)
Backed out changeset 23dfc36f99d4 (bug 852315)
Backed out changeset fb56bd7c0feb (bug 406541)
Backed out changeset b24d1437c6f3 (bug 738396)
Backed out changeset 5028e1290b45 (bug 971279)
Backed out changeset 34ecdab0cfc2 (bug 971279)
Backed out changeset 95b4aa01923d (bug 971273)
2014-02-20 16:19:30 -08:00
John Schoenick
ed38a9921d Bug 971279 - Add plugin.java.mime. r=bsmedberg 2014-02-20 14:38:02 -08:00
Jan-Ivar Bruaroey
b945138182 Bug 949907 - GetUserMediaDevices cleanup + untie GetUserMediaRequest obj from DOM. r=jesup 2014-02-14 11:32:58 -08:00
Ryan VanderMeulen
e95d3b1f92 Backed out changeset e1d1542ff35c (bug 949907) for robocop failures.
CLOSED TREE
2014-02-14 13:38:04 -05:00
Jan-Ivar Bruaroey
884bdaa533 Bug 949907 - GetUserMediaDevices cleanup + untie GetUserMediaRequest obj from DOM. r=jesup 2014-02-13 15:32:17 -08:00
Andrew McCreight
baeef3c4be Bug 733636, part 1 - Change the nsContentUtils::WrapNative aAllowWrapping default to true. r=bholley 2014-02-12 15:19:32 -08:00
Wes Kocher
fe5eb00543 Backed out changeset 754428833970 (bug 936340) for mochitest-3 failures on a CLOSED TREE 2014-02-10 16:02:45 -08:00
Richard Barnes
5a29e6936c Bug 936340 - Implement navigator.sendBeacon. r=sicking 2014-01-17 14:09:38 -08:00
Ehsan Akhgari
860f2c1f29 Bug 969757 - Remove the dead code in our tree which pretends to support OS/2; r=roc,mcmanus,gps,jorendorf,bsmedberg sr=bsmedberg 2014-02-10 17:57:01 -05:00
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