Ben Kelly
bf1b5506d6
Bug 1025973 - Part 1: Rename GlobalObject::GetContext() to Context(). r=bz
2014-06-16 14:08:00 -04:00
Boris Zbarsky
1284410aa0
Bug 1009675 part 2. Return WebIDL 'any' values as handles. r=peterv
2014-06-11 16:26:52 -04:00
Shian-Yow Wu
1caefcaf10
Bug 1022607 - Only cache the response when the readyState is DONE. r=bent
2014-06-11 11:37:47 +08:00
Shian-Yow Wu
c4b96477a3
Bug 1008126 - Part 1: Always transfer array buffers when cloning. r=bent
2014-06-06 12:17:57 +01:00
Shian-Yow Wu
f3127851fa
Bug 1014466 - Part 2: Allow setting responseType after abort() or new open(). r=khuey
2014-06-06 12:12:15 +01:00
Shian-Yow Wu
337cb606bc
Bug 1014466 - Part 1: Only send readystatechange event when state changed. r=khuey
2014-06-06 12:12:12 +01:00
Carsten "Tomcat" Book
001c46fbc8
Backed out changeset 63eb4a7d5a3c (bug 1008126) for possible causing m1 and m8 test failures on a CLOSED TREE
2014-06-06 12:08:49 +02:00
Carsten "Tomcat" Book
d5709f0485
Backed out changeset b85f5ec21392 (bug 1014466) for Android 2.3 Opt M-8 test failures on a CLOSED TREE
2014-06-06 10:21:36 +02:00
Carsten "Tomcat" Book
78caaa94c3
Backed out changeset 355e895f7ae9 (bug 1014466)
2014-06-06 10:21:00 +02:00
Shian-Yow Wu
4eeb27960d
Bug 1008126 - Part 1: Always transfer array buffers when cloning. r=bent
2014-06-06 13:34:29 +08:00
Shian-Yow Wu
e4122a6965
Bug 1014466 - Part 2: Allow setting responseType after abort() or new open(). r=khuey
2014-06-06 12:17:54 +08:00
Shian-Yow Wu
af0f6e9452
Bug 1014466 - Part 1: Only send readystatechange event when state changed. r=khuey
2014-06-06 12:17:53 +08:00
Kyle Huey
081cb57b98
Bug 1019248: Convert ProgressEvent to WebIDL codegen. r=smaug
2014-06-03 15:52:36 -07:00
Kyle Huey
937895df76
Back out bug 1019248 due to test failures.
2014-06-02 20:18:17 -07:00
Kyle Huey
70244d48b8
Bug 1019248: Convert ProgressEvent to WebIDL codegen. r=smaug
2014-06-02 19:02:37 -07:00
Kyle Huey
085314c510
Bug 965309: Shut down the sync loop, if any, when we shut down the XHR. r=bent
2014-05-28 22:07:38 -07:00
Shian-Yow Wu
d5da409df9
Bug 1010784: Null out sync loop target to avoid assertions when reusing sync XHR. r=khuey
2014-05-28 22:07:02 -07:00
Kyle Huey
941a5ee91b
Bug 996133: Remove unnecessary NS_DISPATCH_NORMAL arguments to NS_DispatchToMainThread. r=ehsan
2014-05-23 12:53:17 -07:00
Tim Taubert
77aebbb2bc
Backed out changeset 67652107c498 (bug 965309)
2014-05-23 08:03:19 +02:00
Tim Taubert
e018840e95
Bug 965309 - Stop the SyncLoop of a running sync XHR if the proxy was released before the LoadStartDetectionRunnable could run r=khuey
2014-05-09 12:53:12 +02:00
xKhorasan
8ca164cae9
Bug 998076 - implement responseURL attribute for XMLHttpRequest. r=smaug
2014-05-17 09:24:37 +09:00
Chris Peterson
ed406b4edb
Bug 990764 - Replace MOZ_ASSUME_UNREACHABLE in dom. r=smaug
2014-04-20 00:36:40 -07:00
Nicholas Nethercote
05f2fa59d4
Bug 952650 (part 17) - Remove JSVAL_IS_UNIVERSAL. r=till.
...
--HG--
extra : rebase_source : 40b7d3ded42fac02abe2423d9aa39a4e7750cedb
2014-04-28 16:41:16 -07:00
Nicholas Nethercote
c3b4a130ee
Bug 952650 (part 14) - Remove JSVAL_IS_GCTHING. r=till.
...
--HG--
extra : rebase_source : 469430d481f5fdb14d49609d8460f9fcbc90927f
2014-04-28 16:01:30 -07:00
Rodrigo Rodriguez Jr.
e1c05e08db
Bug 952650 (part 2) - Remove JSVAL_IS_VOID. r=evilpies.
...
--HG--
extra : rebase_source : 0ae81cd69dc13d944927de906abc656536b4d425
2014-04-27 19:32:05 -07:00
Rodrigo Rodriguez Jr.
413ffc41d6
Bug 952650 (part 1) - Remove JSVAL_IS_NULL. r=terrence.
...
--HG--
extra : rebase_source : 83d1cdaf71260fd99b688c23303ceb2de7b00031
2014-04-27 19:30:51 -07:00
Birunthan Mohanathas
504b581650
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
Boris Zbarsky
fdbb455d4f
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
3f26a82832
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
Terrence Cole
982a619880
Bug 987666 - Follow to remove a SkipRoot that leaked into the browser; r=bustage ON A CLOSED TREE
2014-03-28 12:01:50 -04:00
Masayuki Nakano
b7a8d4a392
Bug 983049 part.5 Rename nsEventDispatcher to mozilla::EventDispatcher r=smaug
...
--HG--
rename : dom/events/nsEventDispatcher.cpp => dom/events/EventDispatcher.cpp
rename : dom/events/nsEventDispatcher.h => dom/events/EventDispatcher.h
2014-03-18 13:48:21 +09:00
Ben Turner
10c324966a
Bug 974645 - AssertNoGcThing failure in worker XMLHttpRequest. r=khuey.
2014-02-20 14:35:47 -08:00
Kyle Huey
5f91ce5f1d
Bug 961286 - Use move semantics for JSAutoStructuredCloneBuffer and wrappers. r=jorendorff, r=bent
2014-01-31 21:50:07 -05:00
Tim Taubert
6379be0937
Bug 965468 - Make LoadStartDetectionRunnable wait for loadstart r=bent
2014-01-29 12:32:50 -08:00
Tim Taubert
d4899ef556
Bug 956284 r=khuey
2014-01-28 09:51:44 -08:00
Tom Schuster
5e3191afd2
Bug 939294 - Change xpidl jsval to handles. r=gabor,bz,khuey,bsmedberg,terrence
2014-01-09 18:39:36 +01:00
Kyle Huey
0c5a0c0bdf
Bug 957693: Fix a worker hang and other related bugs. r=bent
2014-01-10 16:37:47 -08:00
Boris Zbarsky
878193f1fb
Bug 949890. Fix rooting hazard in workers::XMLHttpRequest::Send. r=khuey
2013-12-20 14:28:18 -05:00
Ben Turner
d219ceadaa
Bug 914762 - Switch Workers to use a normal nsThread event loop, r=mrbkap.
...
--HG--
extra : transplant_source : /%93%60%CC%3A%16%B16%A1%5Bmx%9F%FA%7B%10JD%F0%E7
2013-10-23 06:16:49 -07:00
Martijn Wargers
b63881f925
Bug 927196 - Check more stuff in XHR. r=jonas
2013-10-16 19:20:51 +02:00
Terrence Cole
c75079071e
Bug 941784 - Fix an exact rooting hazard false positive in XMLHttpRequest::Send; r=bent
...
--HG--
extra : rebase_source : d27bf81bb50528c49ad1036e19fcef6040ae4575
2013-11-21 10:56:35 -08:00
Steve Fink
0246463f1b
Bug 940724 - Move XMLHttpRequest off of the stack to silence analysis, r=bent
...
--HG--
extra : rebase_source : 591b96238eddbeb88ef3f1df3728fc5d02b9229a
2013-11-19 15:27:00 -08:00
Ed Morley
6682ad6c0d
Backed out changeset e6a9c98d62d0 (bug 927196) for causing bug 939269
2013-11-18 10:59:01 +00:00
Tom Schuster
f052cdba92
Bug 933834 - Rename and handlify JS_ValueToString. r=terrence,bz
2013-11-16 13:31:36 +01:00
Ms2ger
29adada2a2
Backout changesets ded0d64f6786:03f041d03f24 and 30cbd1abde1a (bug 935696, bug 933834 and bug 939194) for build bustage.
2013-11-17 16:39:25 +01:00
Tom Schuster
a12aa024e6
Bug 933834 - Rename and handlify JS_ValueToString. r=terrence,bz
2013-11-16 13:31:36 +01:00
Martijn Wargers
799d306df8
Bug 927196 - Check more stuff in XHR. r=sicking
2013-10-16 19:20:51 +02:00
Kyle Huey
a754cd2b5a
Bug 928312: Convert the worker global object and all remaining EventTargets to new DOM bindings. r=bent,peterv,smaug
2013-11-05 22:16:26 +08:00
Birunthan Mohanathas
be3b270819
Bug 784739 - Switch from NULL to nullptr in dom/ (2/2); r=ehsan
2013-10-28 10:04:47 -04:00
Terrence Cole
05b45c0c0f
Bug 929800 - Handlify the structured clone interface; r=sfink,smaug
...
--HG--
extra : rebase_source : 4f21dd799ad27dc665997d4912996a500ae8a2f2
2013-10-22 17:18:32 -07:00