Boris Zbarsky
|
746d0e6061
|
Bug 1133760 part 2. Get rid of unforgeable holders; just store unforgeable properties for DOM proxies directly on the expando object. r=peterv
|
2015-02-26 09:40:07 -05:00 |
Boris Zbarsky
|
5c011f5e57
|
Bug 1134955 . Be more careful with how we stringify property ids for error message reporting. r=jorendorff
|
2015-02-20 14:16:26 -05:00 |
Boris Zbarsky
|
b864faa155
|
Bug 1134112 part 2. When doing dictionary init, if we have a non-optional union member just go ahead and uninit it before we try initing it. That way even if it's already been initialized (e.g. because we default-initialized at some point) things will still work correctly. r=peterv
|
2015-02-19 14:36:35 -05:00 |
Boris Zbarsky
|
fc8317f7a4
|
Bug 1134112 part 1. When doing fast-init of a Web IDL dictionary, do fast-init of its dictionary members and its ancestors too. r=peterv
|
2015-02-19 14:36:26 -05:00 |
Boris Zbarsky
|
ff62f8c4c5
|
Bug 1130364. Fix the handling of nestingLevel to actuall increment it more than once. r=peterv
|
2015-02-09 11:42:27 -05:00 |
Boris Zbarsky
|
3d347c5027
|
Bug 1127206. Don't try to do binding UnwrapArgImpl on worker threads. It can't do anything useful there. r=peterv
|
2015-01-30 13:54:43 -05:00 |
Tooru Fujisawa
|
22c2568415
|
Bug 1069416 - Part 7: Remove JS_HAS_SYMBOLS from dom. r=smaug
|
2015-01-28 13:06:38 +09:00 |
Ehsan Akhgari
|
3ccf064efa
|
Bug 1069719 follow-up: Fix indentation
DONTBUILD
|
2015-01-26 11:23:49 -05:00 |
Ehsan Akhgari
|
866d758e54
|
Bug 1069719 - Abort the execution of scripts when a prerendered page calls an IDL blacklisted function; r=bzbarsky
|
2015-01-26 11:02:56 -05:00 |
Boris Zbarsky
|
cbb271e250
|
Bug 1107443 part 2. Stop defining non-configurable properties on the window in dom and xpconnect JS files. r=peterv
|
2015-01-23 09:54:14 -05:00 |
Boris Zbarsky
|
0221e36996
|
Bug 1118978 part 3. Add support for DependsOn=DeviceState. r=peterv
|
2015-01-15 17:39:01 -05:00 |
Boris Zbarsky
|
01f8cea46f
|
Bug 1118978 part 2. Introduce [Affects] and [DependsOn] extended attributes in Web IDL. r=peterv
|
2015-01-15 17:39:01 -05:00 |
Wes Kocher
|
7777c308be
|
Backed out 4 changesets (bug 1118978) for b2g build bustage on a CLOSED TREE
Backed out changeset e0ecb643aa2b (bug 1118978)
Backed out changeset bf31c6661b2c (bug 1118978)
Backed out changeset 5a4839c2fd53 (bug 1118978)
Backed out changeset 40b84c88ed16 (bug 1118978)
|
2015-01-15 15:52:41 -08:00 |
Boris Zbarsky
|
6a93d5c443
|
Bug 1107953 part 5. Add tests for promise rejections with content-side DOMExceptions, and fix the promise code so those tests actually pass. r=bholley
|
2015-01-15 17:39:02 -05:00 |
Boris Zbarsky
|
24431c3a52
|
Bug 1107953 part 3. Make Promise pass in their object compartment when calling their various callbacks. r=bholley
--HG--
rename : dom/bindings/test/test_exception_options_from_jsimplemented.html => dom/bindings/test/test_promise_rejections_from_jsimplemented.html
|
2015-01-15 17:39:02 -05:00 |
Boris Zbarsky
|
7d49fcea6d
|
Bug 1118978 part 3. Add support for DependsOn=DeviceState. r=peterv
|
2015-01-15 17:39:01 -05:00 |
Boris Zbarsky
|
b2b9e0773f
|
Bug 1118978 part 2. Introduce [Affects] and [DependsOn] extended attributes in Web IDL. r=peterv
|
2015-01-15 17:39:01 -05:00 |
Peter Van der Beken
|
dc3a33aa88
|
Bug 1096328 - Remove nativeOwnership from Bindings.conf, make rooting analysis happy. r=bz.
--HG--
extra : rebase_source : 54a1e408aec6c7485152f18693047b2992251aff
|
2015-01-08 22:56:42 +01:00 |
Ehsan Akhgari
|
4354953b4f
|
Bug 1118486 - Part 1: Use `= delete` instead of MOZ_DELETE directly; r=Waldo
Most of this patch (with the exception of dom/bindings/Codegen.py) was
generated by the following bash script:
#!/bin/bash
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*/.hg*" \
! -wholename "*/.git*" \
! -wholename "obj-*" \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-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 MOZ_DELETE '= delete'
|
2015-01-08 23:19:05 -05:00 |
Boris Zbarsky
|
bad2ee9b82
|
Bug 1117167. Make the generated implementation classes for JS-implemented bindings store an nsIGlobalObject, not an nsPIDOMWindow, so we can use them in sandboxes. r=peterv
|
2015-01-08 11:57:19 -05:00 |
Boris Zbarsky
|
8fd98d4057
|
Bug 1107592 part 2. Allow chrome JS to directly throw content DOMExceptions that will propagate out to the web script. r=peterv
|
2015-01-02 17:08:33 -05:00 |
Boris Zbarsky
|
58dedbbec6
|
Bug 1117131. Output the JS hooks for our cache-clearing stuff for [Pure] properties on JS-implemented objects even if we have no interface object, since these live on instances. r=mccr8
|
2015-01-02 17:08:33 -05:00 |
Jan-Ivar Bruaroey
|
f75be80939
|
Bug 1091898 - update test of exceptions from jsimplemented. r=jesup
|
2014-12-08 10:18:38 -06:00 |
Boris Zbarsky
|
76e076eb08
|
Bug 1092737 part 1. Update TextEncoder to various spec changes. r=emk
|
2014-11-21 14:58:45 -05: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 |
Jason Orendorff
|
2cacf236ed
|
Bug 918828, part 1 - Change iteration code to call iterable[Symbol.iterator]() rather than iterable["@@iterator"](). r=Waldo with earlier review work by nbp.
--HG--
extra : rebase_source : 5780eed342b1780570650d140c7f14f966b7f1e1
|
2014-07-01 21:01:21 -05:00 |
Boris Zbarsky
|
96fe2231a2
|
Bug 1084001. Set the .name of DOM interface objects to the name of the interface. r=peterv
|
2014-10-25 00:50:28 -04:00 |
Peter Van der Beken
|
d76c717d3c
|
Bug 1068740 - Consider putting union types in the binding files where they're used. r=bz.
--HG--
extra : rebase_source : 7e0b1e2f60757b7758704dab3672ee829f3e4085
|
2014-10-01 20:43:26 +02:00 |
Jason Orendorff
|
3b9169d831
|
Bug 1079640 - Fix some tests that fail when ES6 symbols are disabled. r=bz. DONTBUILD.
--HG--
extra : rebase_source : 7544ce2f0b8e2e59050ed87d7aea757e4702c834
extra : amend_source : 00f15dbe7b3f700fe3f6debede75c3b9a272e504
|
2014-10-08 11:12:11 -05:00 |
Boris Zbarsky
|
2396718a16
|
Bug 1066432 followup. Remove bogus alerts from the test.
|
2014-09-30 22:14:27 -04:00 |
Boris Zbarsky
|
9804f71306
|
Bug 1066432. Update ForOfIterator to the changes in Web IDL's handling of sequences as iterables. We now commit to an iterable if we get a non-undefined value for the Symbol.iterator property, not just if we get a callable value. r=jorendorff
|
2014-09-30 21:26:28 -04:00 |
Peter Van der Beken
|
3d173cc6d6
|
Bug 787070 - Expandos on the xray of DOM prototypes should have effect on xrays of DOM nodes, add tests. r=bholley.
--HG--
extra : rebase_source : cab515c373bd87a0cfbf05041be246c112c224e2
|
2014-09-26 16:29:31 +02:00 |
Boris Zbarsky
|
cc0da71edc
|
Bug 1030192 part 2. Codegen changes to handle cases when a sequence is actually overloaded with a dictionary. r=khuey
|
2014-09-24 09:11:30 -04:00 |
Boris Zbarsky
|
6c258577ab
|
Bug 1071615. Make codegen fail when "A implements B" appears on a Web IDL file different from the file A is defined in. r=khuey
|
2014-09-24 09:11:29 -04:00 |
Boris Zbarsky
|
9b823d6509
|
Bug 958887 part 3. Fix codegen support for IDL attribute names and methods with dashes in them. r=peterv
|
2014-09-19 22:58:27 -04:00 |
Boris Zbarsky
|
895d364e1c
|
Bug 958887 part 1. Add support for doing BinaryName annotations in IDL. r=peterv
|
2014-09-19 22:58:26 -04:00 |
Boris Zbarsky
|
41fde7f472
|
Bug 1066776. Make variadic dictionary arguments work. r=khuey
|
2014-09-19 00:02:33 -04:00 |
Boris Zbarsky
|
9fca2ef9de
|
Bug 843272. Uncomment tests that should not be commented out. r=mccr8
|
2014-09-19 00:02:30 -04:00 |
Peter Van der Beken
|
14fafa0ab2
|
Bug 849567 - Automatically handle raw and already_AddRefed return values in Paris bindings and remove resultNotAddRefed, remove instances of non-refcounted sequence return type. r=bz.
--HG--
extra : rebase_source : 1388e0d6f971d52debb745a448a9a5524ceee25d
|
2014-08-28 00:43:55 +02:00 |
Boris Zbarsky
|
935648f51a
|
Bug 1063889. Fix the handling of sequences of wrapper types in unions. r=khuey
|
2014-09-08 11:28:57 -04:00 |
Boris Zbarsky
|
3e0cc1e8d6
|
Back out bug 1063889 (rev 2f5df573f4a3) because windowsx.h defines GetFirstChild/GetNextSibling macros, so will make the world blow up if you include it anywhere near nsIDOMNode/nsINode. r=bustage
|
2014-09-08 12:25:17 -04:00 |
Boris Zbarsky
|
5f46861110
|
Bug 1063889. Fix the handling of sequences of wrapper types in unions. r=khuey
|
2014-09-08 11:28:57 -04:00 |
Boris Zbarsky
|
d14c26daf5
|
Bug 1057541 part 3. Change codegen to support required dictionary members. r=khuey
|
2014-09-05 14:28:43 -04:00 |
Mike Hommey
|
ed70c5f377
|
Bug 1041941 - Use templates for programs, simple programs, libraries and C++ unit tests. r=gps
|
2014-09-03 14:10:54 +09:00 |
Ehsan Akhgari
|
1b1d6ffebf
|
Bug 1061023 - Fix more bad implicit constructors in DOM; r=baku
--HG--
extra : rebase_source : c80c5f9d7ae28286513cdb52ad76b46c240bdd5d
|
2014-09-01 18:26:43 -04:00 |
Boris Zbarsky
|
be14202b3d
|
Bug 929609 part 2. Fix passing of typed arrays to JS-implemented WebIDL to actually work. r=peterv
|
2014-08-25 15:07:45 -04:00 |
Boris Zbarsky
|
30b87a2b87
|
Bug 929609 part 1. Rename "jsObjectsArePtr" to "typedArraysAreStructs" (and invert its meaning, of course), since that's what it's really used for nowadays. r=peterv
|
2013-09-30 10:30:06 -04:00 |
Peter Van der Beken
|
63152eee22
|
Bug 1041731 - Unforgeable Xrayed methods aren't getting cached on the holder. r=bholley.
--HG--
extra : rebase_source : 9e86ba2d864e6894cc10722ddaf83ded41d88e42
|
2014-08-22 11:25:07 +02:00 |
Andrew McCreight
|
91d1b64fd1
|
Bug 963382, part 2 - Add chrome JS function for clearing cache. r=bz
|
2014-08-21 13:56:11 -07:00 |
Roshan Vidyashankar
|
2d98c38825
|
Bug 1038993 - Add UnsafeInPrerendering extended attribute to WebIDL. r=peterv
|
2014-08-20 16:32:19 -07:00 |