Boris Zbarsky
|
89016f2d0c
|
Bug 1186696. Event handlers on JS-implemented webidl interfaces should have the same behavior as other event handlers: accept all values, convert non-objects to null. r=smaug
|
2015-07-28 12:35:39 -04:00 |
|
Boris Zbarsky
|
068f758b05
|
Bug 1163898 part 1. Give DOMEventTargetHelper a sane accessor for getting its nsIGlobalObject. r=smaug
|
2015-05-12 15:56:39 -04:00 |
|
Eddy Bruël
|
a95bcbb9fd
|
Bug 1092102 - Implement a WorkerDebuggerGlobalScope;r=khuey
|
2015-03-04 00:51:53 +01:00 |
|
Boris Zbarsky
|
05d3e6df24
|
Bug 1135803. Take out the bits that try to handle interface types mapping to JSObject* in worker descriptors, since we never do that anymore. r=smaug
|
2015-02-24 16:04:22 -05:00 |
|
Boris Zbarsky
|
95886106af
|
Bug 1084439. Remove ResolveWorkerClasses in favor of [Exposed=System] annotations. r=bholley
|
2014-10-19 22:25:49 -04:00 |
|
Boris Zbarsky
|
12b78b9612
|
Bug 1017988 part 8. Add [Exposed] extended attributes as needed. r=khuey
|
2014-08-04 22:20:34 -04:00 |
|
Boris Zbarsky
|
6871042269
|
Bug 865377. Give EventTarget a chrome-only getter that returns its global. r=smaug
The idea is that you then do things like t.dispatchEvent(new t.ownerGlobal.Event("something")).
|
2013-05-30 17:46:39 -04:00 |
|
Boris Zbarsky
|
bbea15a5e0
|
Bug 870219 part 2. Add a way for chrome JS that's implementing a WebIDL interface to get/set event handlers sanely on content objects. r=smaug
|
2013-05-09 13:07:16 -04:00 |
|
Boris Zbarsky
|
d94f23379f
|
Back out revision 52f646b2055c (bug 870219) because apparently worker code can't handle ChromeOnly properties
|
2013-05-09 14:12:12 -04:00 |
|
Boris Zbarsky
|
77a92c2959
|
Bug 870219. Add a way for chrome JS that's implementing a WebIDL interface to get/set event handlers sanely on content objects. r=smaug
|
2013-05-09 13:07:16 -04:00 |
|
Olli Pettay
|
eaf67cc919
|
Bug 822399 - Make Event to use Paris bindings, r=peterv
|
2013-03-09 13:34:29 +02:00 |
|
Boris Zbarsky
|
7a3efb15c4
|
Bug 778150 part 2. Default methods to infallible. Allow annotation of fallible methods in WebIDL using [Throws]. r=peterv
[Throws] can either take no value, or can take MainThread or Workers if the
throwing behavior is only happening on main thread or in workers.
|
2012-09-05 09:21:33 -04:00 |
|
Peter Van der Beken
|
ed510d3506
|
Fix for bug 740069 (Generate JS bindings in C++ with a python script for DOM objects on the main thread and in workers. Infrastructure and new bindings for XMLHttpRequest). Patch by bent/bz/bholley/jst/khuey/peterv, r=bent/bz/bholley/jlebar/khuey/peterv/sicking/smaug.
--HG--
rename : js/xpconnect/tests/mochitest/test_bug462428.html => dom/bindings/test/test_lookupGetter.html
|
2012-03-30 21:42:20 -07:00 |
|