Wes Kocher
|
6d3a321489
|
Merge inbound to m-c a=merge
|
2014-12-11 16:50:45 -08:00 |
Jan-Ivar Bruaroey
|
f75be80939
|
Bug 1091898 - update test of exceptions from jsimplemented. r=jesup
|
2014-12-08 10:18:38 -06:00 |
Tom Tromey
|
7e74625848
|
Bug 1095728 - Mark ToJSValue with MOZ_WARN_UNUSED_RESULT. r=bz
|
2014-12-09 14:45:00 -05:00 |
Jason Orendorff
|
acdfa74202
|
Bug 1103152 - Remove JS_DeletePropertyStub, JS_EnumerateStub, JS_ResolveStub, and JS_ConvertStub. Make five mandatory JSClass hooks optional (nullable). r=bhackett.
--HG--
extra : rebase_source : a349ef612573aff8f87b995a65df94ae56cab13d
extra : amend_source : bbfe549fe0735d8b33ffff66d7eeddcc2ad042d2
|
2014-12-02 16:56:35 -06:00 |
Boris Zbarsky
|
c617f3e3b9
|
Bug 1012798 part 2. Stop defining a value property named "window" on the global. r=peterv
|
2014-12-09 14:44:37 -05:00 |
Byron Campen [:bwc]
|
9f12762413
|
Bug 1091242 - Part 7: Wiring the build system together. r=jesup, r=ted
|
2014-11-17 17:03:28 -08:00 |
Byron Campen [:bwc]
|
3af28ea884
|
Bug 1091242 - Part 6: Wiring the new JSEP handler code in. See https://github.com/unicorn-wg/gecko-dev/tree/multistream_rebase for more history. r=jesup, r=smaug
|
2014-11-19 16:16:29 -08:00 |
Phil Ringnalda
|
5fe54ea0fd
|
Backed out 10 changesets (bug 1091242) for Android/b2g non-unified build bustage
CLOSED TREE
Backed out changeset 7f72b55c5de7 (bug 1091242)
Backed out changeset f1501aa24397 (bug 1091242)
Backed out changeset 7fde5994aee5 (bug 1091242)
Backed out changeset 59b415714087 (bug 1091242)
Backed out changeset dadb65fedc08 (bug 1091242)
Backed out changeset 21be81424e4e (bug 1091242)
Backed out changeset 498fb1dafba5 (bug 1091242)
Backed out changeset 8d0653eb85ab (bug 1091242)
Backed out changeset c82d484e135a (bug 1091242)
Backed out changeset 3e0c8932f1b1 (bug 1091242)
|
2014-12-08 20:53:07 -08:00 |
Byron Campen [:bwc]
|
c29c3be2eb
|
Bug 1091242 - Part 7: Wiring the build system together. r=jesup, r=ted
|
2014-11-17 17:03:28 -08:00 |
Byron Campen [:bwc]
|
bb404e8254
|
Bug 1091242 - Part 6: Wiring the new JSEP handler code in. See https://github.com/unicorn-wg/gecko-dev/tree/multistream_rebase for more history. r=jesup, r=smaug
|
2014-11-19 16:16:29 -08:00 |
Boris Zbarsky
|
6ac7384613
|
Bug 1105614. Fix dependency tracking for IDL methods with dictionary arguments. r=peterv
|
2014-12-01 15:17:58 -05:00 |
Boris Zbarsky
|
3ab8465f19
|
Bug 1087851 part 2. Add a GetOrCreateDOMReflectorNoWrap API that can be used to do what GetOrCreateDOMReflector does but without wrapping into the caller compartment. r=bholley
|
2014-11-26 14:25:21 -05:00 |
Boris Zbarsky
|
8ec9d58716
|
Bug 1087851 part 1. Rename WrapNewBindingObject to GetOrCreateDOMReflector to make it clearer what it does. r=peterv for the idea; patch itself is just search-and-replace
|
2014-11-26 14:25:20 -05:00 |
Boris Zbarsky
|
e86d3b5204
|
Bug 1096011. Warning when failing to create a JS implemntation for a Web IDL binding should include the implementation contract. r=peterv
|
2014-11-24 11:57:49 -05:00 |
Boris Zbarsky
|
e952f7adeb
|
Bug 1094545. Expose the URLSearchParams API in system globals. r=bholley
|
2014-11-07 14:10:39 -05:00 |
Boris Zbarsky
|
cfe3876dca
|
Bug 1089079. Make .length on interface objects configurable. r=peterv
|
2014-11-24 12:56:32 +00:00 |
Boris Zbarsky
|
76e076eb08
|
Bug 1092737 part 1. Update TextEncoder to various spec changes. r=emk
|
2014-11-21 14:58:45 -05:00 |
Vladimir Vukicevic
|
27e56b034e
|
Bug 1036604 - Add VRDevice interfaces, navigator.getVRDevices call, and Oculus Rift gfxVR; r=bz,jrmuizel
|
2014-07-09 12:24:49 -07:00 |
Andrea Marchesini
|
9d30f59efd
|
Bug 1077393 - Rename ScalarValueString to USVString. r=smaug
--HG--
rename : dom/bindings/parser/tests/test_scalarvaluestring.py => dom/bindings/parser/tests/test_usvstring.py
rename : dom/bindings/test/test_scalarvaluestring.html => dom/bindings/test/test_usvstring.html
|
2014-11-20 12:58:00 +01:00 |
Boris Zbarsky
|
3fd6202de4
|
Bug 990484 part 2. Remove a bunch of now-unnecessary JSContext bits in indexedDB code. r=baku
|
2014-12-11 13:07:44 -05:00 |
Ryan VanderMeulen
|
9a56a97e41
|
Backed out changesets 34a66a625618, 32db3daa20fe, and ac15ba8568c5 (bug 1102219) for Gaia unit test failures.
--HG--
extra : rebase_source : 0266cc0b2a6568ca653885745f381df8d6d167ec
|
2014-12-11 11:28:30 -05:00 |
ziyunfei
|
5f470bd4a1
|
Bug 1102219 - Part 3: Replace String.prototype.contains with String.prototype.includes in chrome code. r=till
|
2014-12-10 20:50:00 -05:00 |
Jason Orendorff
|
92f1bf16c5
|
Bug 1103368, part 5 - Make Class::getProperty and setProperty nullable instead of needing stub functions. Never store stub functions in JSPropertyDescriptors. r=bhackett.
--HG--
extra : rebase_source : a44070dd6155426ef6026c1575116f90b5fdac0c
extra : amend_source : 8d8fcf05dfd5fdf214a39501663347a6d6b56463
|
2014-11-22 12:23:39 -06:00 |
Terrence Cole
|
e22128b208
|
Bug 1099278 - Update nsGlobalWindow's StoreInSlot users to use a better error contract; r=bz
--HG--
extra : rebase_source : 7dd2ec19526925edfee8d819d99b7f892a0adbbb
|
2014-11-14 16:54:10 -08:00 |
Boris Zbarsky
|
9ee334fef9
|
Bug 1081241. Things that aren't exposed in Window shouldn't show up in RegisterBindings at all. r=smaug
|
2014-11-16 15:01:32 -05:00 |
Boris Zbarsky
|
b32a7b90f2
|
Bug 1098739. Add a BufferSource typedef in our IDL. r=khuey
|
2014-11-16 15:01:08 -05:00 |
Gabor Krizsanits
|
dbcc1f28d5
|
Bug 1081038 - part2: Removing nsAutoMicroTask where we have AutoEntryScript. r=bholley
|
2014-11-14 16:46:26 +01:00 |
Tom Schuster
|
12ee966a97
|
Bug 783829 - Rename Proxy enumerate trap to getEnumerablePropertyKeys. r=efaust
|
2014-11-14 16:21:12 +01:00 |
Paul Adenot
|
f459f9eddd
|
Bug 1000264 - Allow an object that inherits from nsWrapperCache but not nsISupports to be passed as a Promise::MaybeResolve argument. r=bz
--HG--
extra : rebase_source : 3bab4f00e3949b83a6914ab8ade63f8390b818cd
|
2014-10-22 19:26:10 +02:00 |
Tom Tromey
|
f4f48c7990
|
Bug 1096341 - require an exception to be set in ToJSValue overload. r=bz
|
2014-11-10 09:06:00 +01:00 |
Steve Fink
|
bcb05bd4d2
|
Bug 1053999 - Conservative stack check should assume untrusted code, r=bholley
--HG--
extra : rebase_source : f363a8bc1c2f78e9ab47538cdcf8669275a73cb0
|
2014-11-13 12:23:11 -08:00 |
Ryan VanderMeulen
|
064303be00
|
Backed out changesets 0c9407b0e481, c2c37b2e9fac, and 488700194519 (bug 1000264) for e10s test failures.
CLOSED TREE
|
2014-11-13 12:40:15 -05:00 |
Paul Adenot
|
b9f58b458e
|
Bug 1000264 - Allow an object that inherits from nsWrapperCache but not nsISupports to be passed as a Promise::MaybeResolve argument. r=bz
--HG--
extra : rebase_source : ff023975d448bac82465e77eff1f49e39658483d
|
2014-10-22 19:26:10 +02:00 |
Carsten "Tomcat" Book
|
c969ca2647
|
Backed out changeset 9243c59c3e56 (bug 1081038)
|
2014-11-13 11:48:00 +01:00 |
Gabor Krizsanits
|
beb54125e8
|
Bug 1081038 - part 2: Removing nsAutoMicroTask where we have AutoEntryScript. r=bholley
|
2014-11-13 09:50:15 +01:00 |
Garner Lee
|
fece1d9334
|
Bug 1075198 - Support code generation for TypedArrays fields in generated events. r=smaug
|
2014-11-11 11:20:00 +01:00 |
Jason Orendorff
|
ade5931341
|
Bug 1058252 - Use of uninitialized value in DOMProxyHandler::delete_. r=bz.
--HG--
extra : rebase_source : cc8437789c3a9e307c4ba851ded49a7d2afd538d
|
2014-10-30 16:51:32 -05:00 |
Olli Pettay
|
90482773b2
|
Bug 1096263 - XMLHttpRequest.send({}) should not throw, r=bz
|
2014-11-11 13:40:45 +02:00 |
Jan de Mooij
|
88b1d4572f
|
Bug 1094255 - Optimize GetElements on NodeLists to make fun.apply(x, nodeList) faster. r=bz,evilpie
|
2014-11-11 11:56:44 +01:00 |
Tom Schuster
|
8a051a23e7
|
Bug 993026 - Rename NewResolve to Resolve in browser. r=bz
|
2014-11-08 01:07:12 +01:00 |
Tom Schuster
|
18c9617c27
|
Bug 993026 - Change resolve hook in browser/XPC. r=bholley
|
2014-11-08 01:07:12 +01:00 |
Tom Schuster
|
bc28949aec
|
Bug 993026 - Change XPIDLScriptable NewResolve to simpler Resolve. r=bholley
|
2014-11-08 01:07:12 +01:00 |
Tom Schuster
|
2c44e0efbc
|
Bug 1091900 - Remove iteratorObject hook. r=jorendorff
* * *
Bug 1091900 - Fix build on CLOSED TREE
|
2014-11-05 20:36:49 +01:00 |
Wes Kocher
|
e81fe01221
|
Backed out changesets 156eee9f2d2a,6e5aee097c86 (bug 1094545) for bc1 and xpcshell orange on a CLOSED TREE
|
2014-11-07 14:23:05 -08:00 |
Boris Zbarsky
|
67b5f78a98
|
Bug 1094545 followup: only do system stuff for non-worker descriptors, and rename one consumer that was colliding with the new URL global. r=bholley pending, but checking in now to fix CLOSED TREE
|
2014-11-07 15:48:51 -05:00 |
Carsten "Tomcat" Book
|
f54f0723f9
|
Backed out changeset dc265cc31095 (bug 1091900)
|
2014-11-06 09:11:18 +01:00 |
Tom Schuster
|
999d8504a5
|
Bug 1091900 - Remove iteratorObject hook. r=jorendorff
|
2014-11-05 20:36:49 +01:00 |
Catalin Badea
|
610145e67c
|
Bug 982726 - Patch 1.1 - Service Worker: ServiceWorkerClients and Client interfaces with getServiced(). r=baku
|
2014-10-27 12:03:00 +01:00 |
Mike Habicher
|
88e39aed0e
|
Bug 1020368 - remove direct JS_*() calls from CameraRecorderProfiles, r=aosmond,bz
|
2014-10-31 13:19:06 -04:00 |
Ryan VanderMeulen
|
64db9b1b38
|
Backed out changeset 3fde6fc99b0a (bug 1020368) for non-unified bustage.
|
2014-10-31 18:51:23 -04:00 |