Boris Zbarsky
|
121b8f974c
|
Bug 945416 part 6. Fix the resolve/enumerate hooks in WebIDL bindings in the [Global] case to handle standard classes. r=peterv
|
2014-01-29 22:33:33 -08:00 |
|
Terrence Cole
|
6d61394f63
|
Bug 959787 - Handlify several JSAPI interfaces that can GC, Part 5; r=jonco
--HG--
extra : rebase_source : 13c96b6118408cfb001a3191871cbf7ce4d8a2c3
|
2014-01-17 10:09:38 -08:00 |
|
Terrence Cole
|
20431f8abe
|
Bug 959787 - Handlify several JSAPI interfaces that can GC, Part 4; r=sfink,r=bz
--HG--
extra : rebase_source : 8e1ff566f47795cd82e3f4c0a6fa37b88e7847b4
|
2014-01-17 10:08:51 -08:00 |
|
Terrence Cole
|
3e141bbf5e
|
Bug 959787 - Handlify several JSAPI interfaces that can GC, Part 3; r=sfink
--HG--
extra : rebase_source : ace7b0fa6ba93acbf0ec8ecaeb68ffa287a33665
|
2014-01-16 09:48:58 -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 |
|
Nathan Froyd
|
10655c5f12
|
Bug 958262 - reduce space required by JSPropertySpec; r=till,bz,Waldo
|
2014-01-10 12:11:31 -05:00 |
|
Ryan VanderMeulen
|
9ecfff2feb
|
Backed out changesets d8a6bde76293 and 0b28eaf5bde9 (bug 956806) for suspicion of making OSX 10.6 debug mochitest-bc even more orange prone than usual.
|
2014-01-08 15:34:24 -05:00 |
|
Boris Zbarsky
|
10d159beaf
|
Bug 956806 part 2. Share generic getters/setters/methods across all bindings. r=peterv
|
2014-01-08 10:29:15 -05:00 |
|
Wes Kocher
|
34a2e0d974
|
Backed out changeset ef0eeaec74a8 (bug 949183) on the theory that it somehow broke every single b2g test on a CLOSED TREE
|
2013-12-16 18:27:43 -08:00 |
|
Sean Stangl
|
d081b211ae
|
Bug 949183 - Fix jsid static constructor explosion. r=Waldo
|
2013-12-16 14:40:05 -08:00 |
|
Bobby Holley
|
c2e3e33a71
|
Bug 937317 - Replace all instance of null cx pushing with AutoSystemCaller. r=bz
This is an easy bonus chunk of the work to phase out cx pushing in the browser.
|
2013-12-11 17:51:58 -08:00 |
|
Phil Ringnalda
|
d1ba8751f2
|
Back out 35371620801a:bf2019278b77 (bug 937317) for gaia-ui-test bustage and frequent timeouts in its own test
|
2013-12-07 11:08:56 -08:00 |
|
Bobby Holley
|
9fc70d3f91
|
Bug 937317 - Replace all instance of null cx pushing with AutoSystemCaller. r=bz
This is an easy bonus chunk of the work to phase out cx pushing in the browser.
|
2013-12-06 12:01:42 -08:00 |
|
Carsten "Tomcat" Book
|
abe0ad0b33
|
Backed out changeset 374e44c835a8 (bug 937317) WinXP Build Bustage on a CLOSED TREE
|
2013-12-06 08:41:42 +01:00 |
|
Bobby Holley
|
f6b033e681
|
Bug 937317 - Replace all instance of null cx pushing with AutoSystemCaller. r=bz
This is an easy bonus chunk of the work to phase out cx pushing in the browser.
|
2013-12-05 21:34:17 -08:00 |
|
Nikhil Marathe
|
032ec015cc
|
Bug 942256 - ThreadSafeCheckIsChrome() checks UsesSystemPrincipal() for Workers. r=bz
--HG--
extra : rebase_source : 756edcea9860c22b06820ef505f51e7741cd5442
|
2013-11-22 14:08:38 -08:00 |
|
Boris Zbarsky
|
a7501e7c35
|
Bug 941437 part 2. Remove the unused cx argument from UNWRAP_OBJECT and UNWRAP_WORKER_OBJECT. r=smaug
|
2013-11-21 07:51:16 -05:00 |
|
Boris Zbarsky
|
7ab66366d5
|
Bug 941437 part 1. Remove the unused cx argument from dom::UnwrapObject. r=smaug
|
2013-11-21 07:51:15 -05:00 |
|
Peter Van der Beken
|
942e6b4680
|
Bug 938131 - Simplify dom::ErrorResult::ReportJSExceptionFromJSImplementation. r=bz.
--HG--
extra : rebase_source : db7b8edd1aec3aff7240b1323c00546d2e332112
|
2013-10-18 13:22:09 +02:00 |
|
Nathan Froyd
|
7a55485352
|
Bug 940573 - make the global's ProtoAndIfaceArray an actual object; r=bz
|
2013-11-19 14:28:09 -05:00 |
|
Kyle Huey
|
0d9571cd68
|
Bug 940071: Free the proto and iface cache for generated globals. r=bz
|
2013-11-19 14:05:42 +08: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 |
|
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 |
|
Peter Van der Beken
|
1f5317edd4
|
Bug 932322 - Make Window's WebIDL properties be own properties of window. r=bz.
--HG--
extra : rebase_source : 5595267a420f81f20e5e227712886c9329bec473
|
2013-10-08 18:18:40 +02:00 |
|
Ryan VanderMeulen
|
6cddc919e9
|
Backed out 3 changesets (bug 932309, bug 932322) for Linux mochitest-bc timeouts on a CLOSED TREE.
Backed out changeset aea34e69d171 (bug 932322)
Backed out changeset 2b99a0f6ff1b (bug 932309)
Backed out changeset 0e3bcb78784e (bug 932309)
|
2013-11-04 14:31:21 -05:00 |
|
Peter Van der Beken
|
86a3955c9b
|
Bug 932322 - Make Window's WebIDL properties be own properties of window. r=bz.
--HG--
extra : rebase_source : b8ce4fedf7fc46b14a1d01663945d1b0e22bdcdd
|
2013-10-08 18:18:40 +02:00 |
|
Brian Hackett
|
dc28fb0d43
|
Bug 930048 - Remove need to read objects directly when optimizing singleton accesses, r=jandem.
|
2013-10-29 16:10:59 -06:00 |
|
Birunthan Mohanathas
|
7b51758e7a
|
Bug 784739 - Switch from NULL to nullptr in dom/ (1/2); r=ehsan
|
2013-10-28 10:04:12 -04:00 |
|
Tom Schuster
|
ce701cf26f
|
Bug 930782 - Handlify JS_WrapValue. r=terrence
|
2013-10-26 18:19:05 +02:00 |
|
Bobby Holley
|
d23fe1a7b3
|
Bug 928476 - Add telemetry to measure cross-global adopts. r=mrbkap,nfroyd
|
2013-10-23 14:02:42 +02:00 |
|
Steve Fink
|
aa953866aa
|
Bug 925916 - Revert computThis() to thisv(). r=bz
--HG--
extra : rebase_source : 9de03d5a7c8867f92984eee80a185ca3f3c0f764
|
2013-10-21 10:52:22 -07:00 |
|
Steve Fink
|
4c4942bd9b
|
Bug 925916 - Random minor code cleanups, r=smaug
|
2013-10-15 15:34:13 -07:00 |
|
Steve Fink
|
bb8984ec75
|
Bug 925916 - Add some handles to dom/bindings, r=bz
--HG--
extra : rebase_source : 2443d2b988dea432c4961e8b042b0288e1dc7016
|
2013-10-11 22:02:39 -07:00 |
|
Bobby Holley
|
5c32c180a4
|
Bug 922009 - MOZ_CRASH when trying to transplant objects with SCSWs. r=mrbkap
|
2013-10-17 10:00:02 +02:00 |
|
Tom Schuster
|
f59a4cd93b
|
Bug 8844105 - Handlify JS_WrapObject. r=terrence
|
2013-10-15 20:02:23 -04:00 |
|
Boris Zbarsky
|
dee0f83251
|
Bug 923010. When rethrowing exceptions from JS-implemented components to content script, make sure to give them a useful filename and line number, pointing to the content script location that triggered the exception. r=peterv
|
2013-10-03 08:34:47 -04:00 |
|
Andrew McCreight
|
8940831ad3
|
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 |
|
Boris Zbarsky
|
4bca1c4a80
|
Bug 921553. Fix some binding rooting hazards that have popped up. r=peterv
|
2013-09-30 10:29:10 -04:00 |
|
Ryan VanderMeulen
|
a6e41fa111
|
Backed out changeset 6d0b41d53c32 (bug 920840) for B2G mochitest-3 timeouts.
CLOSED TREE
|
2013-09-27 18:00:59 -04:00 |
|
Andrew McCreight
|
dff04e8ddd
|
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 |
|
Andy Wingo
|
aef016cc4a
|
Bug 920433 - Improve API support for self-hosted functions. r=till, r=bz
|
2013-09-26 10:11:38 -04:00 |
|
Boris Zbarsky
|
5d5eb8f157
|
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
|
5a6635bb81
|
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
|
7e999511cb
|
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
|
0916615899
|
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
|
0e193dc2ee
|
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
|
d1348f2403
|
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
|
89133b8b26
|
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 |
|