Kyle Huey
|
d82944e686
|
Bug 919457: Allow bindings specific to workers without the old-style worker ownership model. r=bz
|
2013-09-30 12:15:37 +08:00 |
|
Kyle Huey
|
067126c359
|
Back out bug 919457 for build bustage. r=me
|
2013-09-30 10:41:23 +08:00 |
|
Kyle Huey
|
60f7948e75
|
Backed out changeset db16370f7cce
|
2013-09-30 10:39:33 +08:00 |
|
Kyle Huey
|
7df433eefc
|
Bug 919457: Followup to fix bustage. r=me
|
2013-09-30 10:11:20 +08:00 |
|
Kyle Huey
|
b9565ad1bf
|
Bug 919457: Allow bindings specific to workers without the old-style worker ownership model. r=bz
|
2013-09-30 09:37:26 +08:00 |
|
Jan Varga
|
8d28f23732
|
Bug 832883 - Move IDBKeyRange to WebIDL and define indexedDB/IDBKeyRange in all the spots. r=khuey,bent (initial work done by Ms2ger)
|
2013-09-28 13:25:46 +02:00 |
|
Olli Pettay
|
bd0144e1cb
|
Bug 637248, Make Event.isTrusted Unforgeable, r=bz
--HG--
extra : rebase_source : 3edd919c6dac839d6082c1c73de88f9ba2d22146
|
2013-09-28 13:27:29 +03:00 |
|
Ryan VanderMeulen
|
66d481fff9
|
Backed out changeset 6d0b41d53c32 (bug 920840) for B2G mochitest-3 timeouts.
CLOSED TREE
|
2013-09-27 18:00:59 -04:00 |
|
Andrew McCreight
|
232783c6e4
|
Bug 920840 - Crash when JS-implemented WebIDL's init method returns a value other than undefined. r=bz
|
2013-09-26 16:46:42 -07:00 |
|
Gregory Szorc
|
9d660cc01b
|
Bug 921070 - Remove precompile tier; r=glandium
It made sense at the time. We now have inverted tiers and will soon have
derecursified building. This doesn't make sense any more.
|
2013-09-26 16:05:10 -07:00 |
|
Nathan Froyd
|
b6fa6a247d
|
Bug 907789 - part 3 - build dom/bindings/ in "unified" mode; r=gps
|
2013-09-23 13:17:41 -04:00 |
|
Andy Wingo
|
22c73af975
|
Bug 920433 - Improve API support for self-hosted functions. r=till, r=bz
|
2013-09-26 10:11:38 -04:00 |
|
Boris Zbarsky
|
0d7363ed48
|
Bug 920730. Output the WebIDL .deps files in a consistent order. r=glandium
|
2013-09-26 00:05:00 -04:00 |
|
Boris Zbarsky
|
c159cdefab
|
Bug 918011 part 4. Support dictionaries in unions. r=smaug
|
2013-09-26 00:05:00 -04:00 |
|
Boris Zbarsky
|
8df84df9c2
|
Bug 918011 part 3. Get rid of isInOwningUnion: it's equivalent to another isMember value. r=smaug
|
2013-09-26 00:05:00 -04:00 |
|
Boris Zbarsky
|
13a0246db7
|
Bug 918011 part 2. Preprocess some of our test WebIDL files so we can have debug-only tests. r=khuey
|
2013-09-26 00:05:00 -04:00 |
|
Boris Zbarsky
|
e769b028c7
|
Bug 918011 part 1. Move RootedDictionary into its own header. r=smaug
--HG--
rename : dom/bindings/BindingUtils.h => dom/bindings/RootedDictionary.h
|
2013-09-26 00:04:59 -04:00 |
|
Boris Zbarsky
|
191073b8c9
|
Bug 919603 part 2. Change this-handling in codegen to only do the special global object stuff on interfaces where it might matter. r=peterv
|
2013-09-25 14:38:30 -04:00 |
|
Boris Zbarsky
|
1f09193dbe
|
Bug 919603 part 1. Introduce support for the [Global] extended attribute. r=peterv
|
2013-09-25 14:38:30 -04:00 |
|
Boris Zbarsky
|
1f4ea61007
|
Bug 920125. getOwnPropertyDescriptor on Xrays for DOM interface and prototype objects should actually work. r=peterv
|
2013-09-25 14:38:30 -04:00 |
|
Boris Zbarsky
|
a041761e19
|
Bug 905493. Fix setting document.location via an Xray to not enter the content compartment. r=peterv
|
2013-09-25 14:38:29 -04:00 |
|
Ryan VanderMeulen
|
72c8f599cd
|
Backed out 5 changesets (bug 905493, bug 920125, bug 919603) for mochitest orange on a CLOSED TREE.
Backed out changeset ccef656b2973 (bug 919603)
Backed out changeset 4b29ce0b2fff (bug 919603)
Backed out changeset b0a051ec55b7 (bug 919603)
Backed out changeset baa9a774aad1 (bug 920125)
Backed out changeset e03276bf4eaa (bug 905493)
|
2013-09-25 18:22:33 -04:00 |
|
Boris Zbarsky
|
6201a817fb
|
Bug 919603 part 2. Change this-handling in codegen to only do the special global object stuff on interfaces where it might matter. r=peterv
|
2013-09-25 14:38:30 -04:00 |
|
Boris Zbarsky
|
d27335bc59
|
Bug 919603 part 1. Introduce support for the [Global] extended attribute. r=peterv
|
2013-09-25 14:38:30 -04:00 |
|
Boris Zbarsky
|
9aecf1e30c
|
Bug 920125. getOwnPropertyDescriptor on Xrays for DOM interface and prototype objects should actually work. r=peterv
|
2013-09-25 14:38:30 -04:00 |
|
Boris Zbarsky
|
9ed67107a4
|
Bug 905493. Fix setting document.location via an Xray to not enter the content compartment. r=peterv
|
2013-09-25 14:38:29 -04:00 |
|
Peter Van der Beken
|
c996f76260
|
Bug 920196 - Make QueryInterface opt-in for WebIDL interfaces. r=bz.
--HG--
extra : rebase_source : 4cf7f9dc90f234dd663da05f27c0dc9484c7c0e1
|
2013-09-24 21:37:53 +02:00 |
|
Boris Zbarsky
|
bd12c91005
|
Bug 920209. Use nsAutoString in DOMString, to reduce allocations. r=smaug
|
2013-09-24 22:56:18 -04:00 |
|
Jan Varga
|
a05ab9bf62
|
Bug 919268 - Add codegen for worker-only WebIDL callbacks. r=bz
|
2013-09-24 21:32:01 +02:00 |
|
Dan Gohman
|
df2b7be805
|
Bug 918023 - SpiderMonkey: Const-qualify various static variables. r=njn
|
2013-09-24 08:21:22 -07:00 |
|
Ryan VanderMeulen
|
0e7da39b9e
|
Backed out changeset 2c3d1c9241d7 (bug 918023) for Windows debug TestEndian failures.
CLOSED TREE
|
2013-09-24 14:09:15 -04:00 |
|
Dan Gohman
|
aa74f0120c
|
Bug 918023 - SpiderMonkey: Const-qualify various static variables. r=njn
|
2013-09-24 08:21:22 -07:00 |
|
Boris Zbarsky
|
ac15921ffc
|
Bug 919705. Don't ever claim that jsImplemented things are single-operation interfaces. r=mccr8
|
2013-09-23 23:11:45 -04:00 |
|
Boris Zbarsky
|
318d50cd70
|
Bug 862627 part 2. Rip out some now-dead codegen code. r=smaug
|
2013-09-23 20:25:17 -04:00 |
|
Boris Zbarsky
|
145b4483f7
|
Bug 862627 part 1. Switch EventListener to WebIDL codegen. r=smaug
|
2013-09-23 20:25:17 -04:00 |
|
Ehsan Akhgari
|
b4cc06df88
|
Bug 918923 - Part 2: Switch to #including nsString.h in code using the internal strings API; r=bsmedberg
|
2013-09-23 13:25:00 -04:00 |
|
Rick Eyre
|
5e94197e01
|
Bug 917945 - Part 1: Expose TextTrackRegion* as VTTRegion*. r=rillian, r=bz
--HG--
rename : dom/webidl/TextTrackRegion.webidl => dom/webidl/VTTRegion.webidl
rename : dom/webidl/TextTrackRegionList.webidl => dom/webidl/VTTRegionList.webidl
|
2013-09-20 14:42:35 -04:00 |
|
Kyle Huey
|
20ca8da458
|
Bug 914014: Use WrapObject to wrap nsIExceptions rather than manual XPConnect gunk. r=bz
|
2013-09-23 11:35:09 +08:00 |
|
Boris Zbarsky
|
e93e4f4ce6
|
Bug 918450. Back out the fix for bug 911333, since trace hooks are in fact used in workers. r=khuey
|
2013-09-20 11:15:39 -04:00 |
|
Peter Van der Beken
|
eb3a8d8225
|
Bug 912955 - Remove some implicitJSContext annotations. r=bz.
--HG--
extra : rebase_source : 406dd7104924cb6767b2a6cbb0d05afae493ba52
|
2013-08-23 11:22:29 +02:00 |
|
Boris Zbarsky
|
78891d8297
|
Bug 917958 part 2. Simplify our various typeNeedsCx stuff, now that it's the same on workers and mainthread. r=smaug
|
2013-09-20 01:07:10 -04:00 |
|
Boris Zbarsky
|
7370c94e13
|
Bug 917958 part 1. Stop using JSObject* to represent WebIDL callback functions in workers. r=smaug
|
2013-09-20 01:07:03 -04:00 |
|
Boris Zbarsky
|
14d8b1d3f9
|
Bug 917539. Move the JSCompartment argument to the end of the list for JS-implemented WebIDL, so C++ callers can call into it sanely too. r=peterv
|
2013-09-20 01:07:03 -04:00 |
|
Benoit Jacob
|
eeccdc3ba1
|
Bug 913847 - Include MainThreadUtils.h instead of nsThreadUtils.h - r=ehsan
|
2013-09-19 09:54:42 -04:00 |
|
Jon Coppeard
|
bc6335ade3
|
Bug 917295 - GC: Handlify public date APIs r=terrence r=bz
|
2013-09-19 08:54:01 +01:00 |
|
Jon Coppeard
|
38b602931b
|
Bug 917798 - Handlify JS exception APIs r=terrence r=bz
|
2013-09-19 08:54:01 +01:00 |
|
Wes Kocher
|
0ef93db36c
|
Backed out changeset 040522aacba4 (bug 913847)
|
2013-09-18 17:18:56 -07:00 |
|
Benoit Jacob
|
0fa6114162
|
Bug 913852 - BindingUtils.h doesn't need to include <algorithm> - r=bz
|
2013-09-18 18:50:32 -04:00 |
|
Benoit Jacob
|
6560634fb1
|
Bug 913847 - Include MainThreadUtils.h instead of nsThreadUtils.h - r=ehsan
|
2013-09-18 18:50:32 -04:00 |
|
Vendelin Ruzicka
|
900efea232
|
Bug 917410: Add specializations of Optional for 'any' and 'object' types for callbacks in workers to bindings code. r=bz
|
2013-09-18 06:47:08 +02:00 |
|