Wes Kocher
|
7cf37526f7
|
Merge m-c to inbound
|
2014-07-08 20:04:41 -07:00 |
|
Blake Kaplan
|
b573f69331
|
Bug 1001957 - Don't use a CPOW for reload. r=felipe/mccr8/smaug
Original patch from billm.
|
2014-07-08 18:27:59 -07:00 |
|
Wes Kocher
|
196c4d51c5
|
Backed out changeset 76a96d6f0330 (bug 1001957) for mochitest-2 bustage on a CLOSED TREE
|
2014-07-08 17:55:35 -07:00 |
|
Fabrice Desré
|
300974a052
|
Bug 1024513 - JavaScript Error: "NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS: [JavaScript Error: "targetElement is null" r=smaug
* * *
Bug 1024513 - followup to get ASAN builds r=me
|
2014-07-07 21:45:23 -07:00 |
|
Ed Morley
|
04ad4b9b37
|
Backed out changeset a2f2a28e0856 (bug 1024513) for build failures
|
2014-07-08 16:03:04 +01:00 |
|
Fabrice Desré
|
fb6b7b9cea
|
Bug 1024513 - JavaScript Error: "NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS: [JavaScript Error: "targetElement is null" r=smaug
|
2014-07-07 21:45:23 -07:00 |
|
Blake Kaplan
|
8a1d25238c
|
Bug 1001957 - Don't use a CPOW for reload. r=felipe/mccr8/smaug
Original patch from billm.
|
2014-07-08 16:19:10 -07:00 |
|
Benoit Jacob
|
57ed0c585c
|
Bug 1035394 - Fix dangerous public destructors in dom - r=ehsan
|
2014-07-08 17:23:17 -04:00 |
|
Fabrice Desré
|
8ba7ba40e7
|
backout a6ae40c60e77 for build failures
|
2014-07-07 22:21:51 -07:00 |
|
Fabrice Desré
|
a2c91fc105
|
Bug 1024513 - JavaScript Error: "NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS: [JavaScript Error: "targetElement is null" r=smaug
|
2014-07-07 21:45:23 -07:00 |
|
Andrew Comminos
|
e31c58cd7c
|
Bug 958868 - Add support for delta line and page accumulation; r=masayuki, sr=smaug
|
2014-07-07 18:54:14 +09:00 |
|
Jan de Mooij
|
3c7459b21a
|
Bug 1034191 - Make nsDependentJSString users work with Latin1 strings and nursery-allocated strings. r=bz
|
2014-07-05 17:30:54 +02:00 |
|
Tim Taubert
|
f9ee2d3eba
|
Bug 1026314 - Rename Key to CryptoKey in WebCrypto r=rbarnes,bz
From 9beed249a4d08ccc945bc573a0c71d295cb1b222 Mon Sep 17 00:00:00 2001
--HG--
rename : dom/crypto/Key.cpp => dom/crypto/CryptoKey.cpp
rename : dom/crypto/Key.h => dom/crypto/CryptoKey.h
rename : dom/crypto/KeyPair.cpp => dom/crypto/CryptoKeyPair.cpp
rename : dom/crypto/KeyPair.h => dom/crypto/CryptoKeyPair.h
|
2014-06-23 23:25:13 +02:00 |
|
Ed Morley
|
14f6b372e3
|
Backed out changeset 38831e922852 (bug 1026314) for test_interfaces.html failures
--HG--
rename : dom/crypto/CryptoKey.cpp => dom/crypto/Key.cpp
rename : dom/crypto/CryptoKey.h => dom/crypto/Key.h
rename : dom/crypto/CryptoKeyPair.cpp => dom/crypto/KeyPair.cpp
rename : dom/crypto/CryptoKeyPair.h => dom/crypto/KeyPair.h
|
2014-07-04 16:17:51 +01:00 |
|
Tim Taubert
|
041d7ec472
|
Bug 1026314 - Rename Key to CryptoKey in WebCrypto r=rbarnes,bz
--HG--
rename : dom/crypto/Key.cpp => dom/crypto/CryptoKey.cpp
rename : dom/crypto/Key.h => dom/crypto/CryptoKey.h
rename : dom/crypto/KeyPair.cpp => dom/crypto/CryptoKeyPair.cpp
rename : dom/crypto/KeyPair.h => dom/crypto/CryptoKeyPair.h
|
2014-06-23 23:25:13 +02:00 |
|
Boris Zbarsky
|
c5a64e9225
|
Bug 1018583 part 1. Remove the execute-in-sandbox mode for javascript: URIs, and use the don't-execute mode wherever we used the sandbox one. r=bholley,dao
|
2014-07-04 01:21:57 -04:00 |
|
Carsten "Tomcat" Book
|
7ba02d13fb
|
Backed out changeset d9f9398b90dc (bug 1018583) for bustage on a CLOSED TREE
|
2014-07-04 08:24:09 +02:00 |
|
Carsten "Tomcat" Book
|
4d2b2e1cd1
|
Backed out changeset a4524d7aec4f (bug 857648)
|
2014-07-04 08:23:31 +02:00 |
|
Boris Zbarsky
|
d9903b69fb
|
Bug 857648 part 5. Expose a .stack property on DOMExceptions. r=khuey
|
2014-07-04 01:25:16 -04:00 |
|
Boris Zbarsky
|
e8df1c7976
|
Bug 1018583 part 1. Remove the execute-in-sandbox mode for javascript: URIs, and use the don't-execute mode wherever we used the sandbox one. r=bholley,dao
|
2014-07-04 01:21:57 -04:00 |
|
Ryan VanderMeulen
|
3a78f555c0
|
Backed out changeset 9cb84e8bbb30 (bug 1032415) for frequent Windows XP debug mochitest-other asserts.
CLOSED TREE
|
2014-07-03 20:53:31 -04:00 |
|
Kyle Huey
|
7bd7c639a5
|
Bug 1032415: Mark nsGlobalWindow::GetContextForEventHandlers as inner only. r=smaug
|
2014-07-03 15:19:03 -07:00 |
|
Bobby Holley
|
82f8b28ac7
|
Bug 1032317 - Make CompartmentPrivate and XPCWrappedNativeScope accessors infallible. r=gabor
|
2014-07-03 09:40:52 -07:00 |
|
Wes Kocher
|
08588cef30
|
Backed out 2 changesets (bug 1028187) for mochitest-oth orange
Backed out changeset 01cba8ff52dd (bug 1028187)
Backed out changeset caf43baf3306 (bug 1028187)
|
2014-07-02 17:29:33 -07:00 |
|
Tim Taubert
|
cbb86fdf3f
|
Bug 1028187 - Enable IndexedDB for about:looppanel and about:loopconversation, sharing an origin r=bz
|
2014-06-28 11:56:06 +02:00 |
|
Boris Zbarsky
|
828e5a160f
|
Bug 1033157. Move the setup of the JSRuntime DOM callbacks into the CycleCollectedJSRuntime constructor, so we don't have to separatedly do it for workers, windows, and xpcshell. r=khuey
|
2014-07-02 15:16:42 -04:00 |
|
Bobby Holley
|
64c2da3c2a
|
Bug 1031988 - Grab the principal from the object rather than the window when resolving the controller shim. r=bz
|
2014-07-02 10:13:14 -07:00 |
|
Steve Fink
|
21241b994d
|
Bug 1022773 - Fix AutoJSAPI initialization rooting by annotating nsIScriptContext.GetWindowProxy and (temporarily) runtime-rooting, r=bholley
|
2014-07-01 09:02:10 -07:00 |
|
Steve Fink
|
abace8aef1
|
Bug 1022773 - Return value rooting for dom/, r=bz
--HG--
extra : rebase_source : 24732cd3aff732c5c3d3eb8e19ee8a95f588ebd7
|
2014-06-25 15:35:36 -07:00 |
|
Steve Fink
|
5c77611361
|
Bug 1022773 - Switch all JS Compile functions to use MutableHandle, r=terrence
--HG--
extra : rebase_source : e7542a31e4818e6beafd2b1dab096606370534bb
|
2014-06-25 15:35:35 -07:00 |
|
Kyle Huey
|
e4cdfadef0
|
Bug 1032340: Make Has/SetMutationListeners available on the inner window only. r=smaug
|
2014-06-30 16:02:04 -07:00 |
|
Kyle Huey
|
d2738ad8c9
|
Bug 1031051: Part 18 - Kill the old XPIDL-based event generator. r=smaug
|
2014-06-30 16:02:04 -07:00 |
|
Kyle Huey
|
ca9025ffee
|
Bug 1031051: Part 17 - Manually implement CustomEvent. r=smaug
CustomEvent can't be generated because we still need the XPCOM interface which is used by a11y among others.
|
2014-06-30 16:02:04 -07:00 |
|
Kyle Huey
|
1658cc0c55
|
Bug 1031051: Part 6 - Migrate PopStateEvent to the WebIDL code generator. r=smaug
|
2014-06-30 16:02:02 -07:00 |
|
Kyle Huey
|
6f55b1b11b
|
Bug 1031051: Part 5 - Migrate PopupBlockedEvent to the WebIDL code generator. r=smaug
|
2014-06-30 16:02:01 -07:00 |
|
Kyle Huey
|
bca9965bb0
|
Bug 1031051: Part 2 - Migrate HashChangeEvent to the WebIDL code generator. r=smaug
|
2014-06-30 16:00:31 -07:00 |
|
Jon Morton
|
b4a1dc5ead
|
Bug 1032417: Move nsPluginElement's destructor to the implementation file. r=khuey
|
2014-06-30 16:00:30 -07:00 |
|
Eric Faust
|
ec142f1ef6
|
Bug 1027402 - Part 3: Mark all Proxy Handler methods const. (r=jorendorff, r=bz)
|
2014-06-27 04:44:06 -07:00 |
|
Eric Faust
|
4fcd931d23
|
Bug 1027402 - Part 2: Mark Proxy Handler instances as const. (r=bholley, r=bz over IRC)
|
2014-06-27 04:44:04 -07:00 |
|
Eric Faust
|
313bd61202
|
Bug 1027402 - Part 1: Remove set* from BaseProxyHandler. (r=bholley)
|
2014-06-27 04:44:02 -07:00 |
|
Birunthan Mohanathas
|
6e7a2fe51b
|
Bug 1032377 - Add missing #include to nsPluginArray.h; r=ehsan
|
2014-06-30 15:36:24 -04:00 |
|
Ms2ger
|
afab4dfc31
|
Bug 968804 - Part u: Add outer window assertions to OpenInternal; r=khuey
|
2014-06-29 17:36:03 +02:00 |
|
Ms2ger
|
fbe13cd7c3
|
Bug 968804 - Part t: Add outer window assertions to OpenNoNavigate; r=khuey
|
2014-06-29 17:36:03 +02:00 |
|
Ms2ger
|
d7fd1cf9c4
|
Bug 968804 - Part s: Add inner window assertions to CloneStorageEvent; r=khuey
|
2014-06-29 17:36:03 +02:00 |
|
Ms2ger
|
dd9003d228
|
Bug 968804 - Part r: Point out the outer window assertion in SetArguments in the documentation; r=khuey
|
2014-06-29 17:36:02 +02:00 |
|
Ms2ger
|
aac45eef50
|
Bug 968804 - Part q: Add inner window assertions to the gamepad methods; r=khuey
|
2014-06-29 17:36:02 +02:00 |
|
Ms2ger
|
fb3cf3b33f
|
Bug 968804 - Part p: Add outer window assertions to SetFullScreenInternal; r=khuey
|
2014-06-29 17:36:02 +02:00 |
|
Ms2ger
|
e18fc6c7ce
|
Bug 968804 - Part o: Add inner window assertions to RefreshCompartmentPrincipal; r=khuey
|
2014-06-29 17:36:01 +02:00 |
|
Ms2ger
|
4d1da6d992
|
Bug 968804 - Part n: Split nsGlobalWindow::GetFullScreen into a forwarding and an asserting part; r=khuey
|
2014-06-29 17:35:56 +02:00 |
|
Ms2ger
|
71fc09547a
|
Bug 968804 - Part m: Add outer window assertions to DispatchCustomEvent; r=khuey
|
2014-06-29 17:31:13 +02:00 |
|