Commit Graph

33233 Commits

Author SHA1 Message Date
Nathan Froyd
380d6fe3d9 Bug 1012748 - part 3 - remove nsIXPCSecurityManager; r=bholley 2014-05-19 12:59:30 -04:00
Nathan Froyd
e74c4a2f69 Bug 1012748 - part 2 - remove unnecessary includes of nsIXPCSecurityManager.h; r=bholley 2014-05-19 12:43:00 -04:00
Nathan Froyd
c36743f297 Bug 1012748 - part 1 - remove unused mDefaultSecurityManager field; r=bholley 2014-05-19 12:42:33 -04:00
Peter Van der Beken
c9832d2f31 Bug 789261 - Enable WebIDL bindings for Window. r=bz.
--HG--
extra : rebase_source : ae0d50133962c86ecdb7bf60f5ec8d359f681ac0
2014-04-08 20:48:37 +02:00
Peter Van der Beken
11c7284be9 Bug 1010955 - Fix tests so they'll work with Window on WebIDL bindings. r=bz.
--HG--
rename : content/media/webspeech/synth/ipc/test/test_ipc.html => content/media/webspeech/synth/ipc/test/file_ipc.html
2014-02-15 22:12:35 +01:00
Brian Hackett
15c7d0da1e Bug 1009899 - Don't unnecessarily freeze inlining done during definite properties analysis, r=jandem. 2014-05-19 11:33:11 -07:00
Carsten "Tomcat" Book
2fb1104640 Backed out changeset 46c16792274f (bug 1010955) for suspicion of causing memory leaks on a CLOSED TREE 2014-05-19 15:02:58 +02:00
Inanc Seylan
90dcf4712f Bug 1010339 - Add recover functionality for Ursh; r=bbouvier 2014-05-19 13:56:23 +02:00
Peter Van der Beken
a74f42c6f9 Bug 1010955 - Fix tests so they'll work with Window on WebIDL bindings. r=bz.
--HG--
rename : content/media/webspeech/synth/ipc/test/test_ipc.html => content/media/webspeech/synth/ipc/test/file_ipc.html
extra : rebase_source : c7dc7fc44717ad6bf5381ecb8a537bf698ee962e
2014-02-15 22:12:35 +01:00
Jon Coppeard
ff8c7a30f4 Bug 988486 - Move verifier functions into GCRuntime r=terrence 2014-05-19 11:09:55 +01:00
Jon Coppeard
19af16a986 Bug 988486 - Make some GCRuntime members private and add necessary accessors r=terrence 2014-05-19 11:09:55 +01:00
Brian Hackett
a3f22d95fb Bug 1011879 - Fixup code offsets correctly when pushing jump targets in irregexp, r=jandem. 2014-05-17 16:22:19 -07:00
Phil Ringnalda
04710cbb1c Back out d18b1b320eea (bug 1008753) for marionette-webapi and gaia-unit bustage 2014-05-17 08:32:45 -07:00
Douglas Crosher
04bf5d16a1 Bug 988789 - Ionmonkey: rework the instruction cache flushing, fix irregexp support, rs=bustage 2014-05-17 23:03:48 +10:00
Nick Fitzgerald
f7867161ca Bug 1006876 - Add a recursion check to SavedStacks::insertFrames. r=ejpbruel 2014-05-17 03:27:54 -07:00
Douglas Crosher
5a479adbd8 Bug 988789. r=luke 2014-05-15 13:43:04 +10:00
Brian Hackett
62e2cea370 Bug 1008753 - Don't require shape checks when calling getters/setters on common prototypes, r=efaust. 2014-05-16 18:00:44 -07:00
Bill McCloskey
366c658c5d Bug 996785 - Fix CPOW wrapping and compartment ownership (r=mrbkap) 2014-05-16 16:40:37 -07:00
Bill McCloskey
f080a0f66d Bug 996785 - Bidirectional CPOWs (r=mrbkap) 2014-05-16 16:40:37 -07:00
Bill McCloskey
ace030e0bb Bug 996785 - Distinguish local and remote CPOW objects in IPDL (r=mrbkap) 2014-05-16 16:40:36 -07:00
Bill McCloskey
ecb5b87e51 Bug 996785 - Use more descriptive IPDL types for CPOW value variants (r=mrbkap) 2014-05-16 16:40:36 -07:00
Bill McCloskey
ce0b3770fa Bug 996785 - Move CPOW wrapper answering code (r=mrbkap) 2014-05-16 16:40:36 -07:00
Bill McCloskey
ed734e4635 Bug 996785 - Move CPOW wrapper owner code (r=mrbkap) 2014-05-16 16:40:36 -07:00
Bill McCloskey
901e4a099f Bug 996785 - Use separate maps for local and remote CPOW objects (r=mrbkap) 2014-05-16 16:40:36 -07:00
Bill McCloskey
708db6e2a8 Bug 996785 - Rename CPOW makeId/unwrap (r=mrbkap) 2014-05-16 16:40:35 -07:00
Bill McCloskey
8f0019b5b9 Bug 996785 - Rename CPOW toValue (r=mrbkap) 2014-05-16 16:40:35 -07:00
Bill McCloskey
dbfc9e7d7b Bug 996785 - Rename CPOW findObject (r=mrbkap) 2014-05-16 16:40:35 -07:00
Bill McCloskey
a73db8c4c4 Bug 996785 - Rename CPOW object map (r=mrbkap) 2014-05-16 16:40:35 -07:00
Bill McCloskey
380ef2b5f4 Bug 996785 - Move global CPOW functions to top level (r=mrbkap) 2014-05-16 16:40:35 -07:00
Bill McCloskey
64f0d70e37 Bug 996785 - Allow multiple JS finalize callbacks (r=jonco) 2014-05-16 16:40:34 -07:00
Dan Gohman
a9cb641bcc Bug 844779 - Revert 19eafdcdefe3 for SPS-related breakage r=me 2014-05-16 16:15:55 -07:00
Hannes Verschore
aebec2d5e6 Bug 1006811: IonMonkey: Don't inline bound function if target is not a function, r=jandem 2014-05-16 23:47:04 +02:00
Wes Kocher
72e3fce0aa Backed out 4 changesets (bug 973238) for build bustage on a CLOSED TREE
Backed out changeset cc81a0f56362 (bug 973238)
Backed out changeset 472dffac7f21 (bug 973238)
Backed out changeset e40e2dbf7d9e (bug 973238)
Backed out changeset 2ca44eb13ecf (bug 973238)
2014-05-16 13:52:49 -07:00
Nicholas D. Matsakis
b3d3609778 Bug 973238 Part 7 -- Remove type object addendum; leave the addendum mechanism in place r=bhackett 2014-03-11 13:44:58 -04:00
Nicholas D. Matsakis
b397b3bb78 Bug 973238 Part 6 -- Consult prototype rather than typed object addendum r=bhackett 2014-03-11 13:23:24 -04:00
Nicholas D. Matsakis
7199ae2bef Bug 973238 Part 5 -- Remove private field from StructTypeDescr, which is unused r=sfink 2014-04-01 22:46:04 -04:00
Nicholas D. Matsakis
6123a97591 Bug 973238 Part 4 -- Use prototype rather than reserved slot to uncover descriptor r=jandem 2014-03-11 12:50:32 -04:00
Hannes Verschore
530515598d Backed out changeset 66a520c18efe (bug 1008590) for octane-mandreel regression. 2014-05-16 21:21:10 +02:00
Ryan VanderMeulen
582b987a26 Backed out changeset 36bfb1d8b8fe (bug 1010655) for Cpp test crashes. 2014-05-16 14:52:13 -04:00
Terrence Cole
65e68dba5c Bug 1010655 - Always use the faster version of IsInsideNursery when possible; r=jonco
--HG--
extra : rebase_source : 474ef235d747f9008f79b2ad0328ec1566b8c641
2014-05-14 19:48:09 -07:00
Dan Gohman
cdb1998179 Bug 844779 - IonMonkey: Make loops contiguous. r=h4writer 2014-05-16 06:40:09 -07:00
Brian Hackett
297d80e262 Bug 1011366 - Allow unaligned accesses in irregexp, r=jandem. 2014-05-16 05:32:59 -07:00
Jon Coppeard
d62c9fb3f3 Bug 982561 - Fix rooting analysis false positive caused by 36eba9f58983 r=me 2014-05-16 12:10:59 +01:00
Hannes Verschore
d6249c64fe Bug 911738 - IonMonkey: Add check to recompile when hitting heurstic that disabled inlining, r=jandem 2014-05-16 12:37:13 +02:00
Jan de Mooij
60c71582c4 Bug 1008590 - Don't store chars pointer for inline strings, store JSString length and flags separately. r=luke 2014-05-16 12:26:21 +02:00
Jon Coppeard
59848d7b02 Bug 982561 - Add tests for weak maps with key delegates r=terrence 2014-05-16 09:56:50 +01:00
Jon Coppeard
5d7595a316 Bug 982561 - Add zone edges for unmarked weakmap keys with delegates in a different zone r=terrence 2014-05-16 09:44:43 +01:00
Jon Coppeard
7ae255df01 Bug 982561 - Convert JSCompartment's list of marked weakmaps into list of all weakmaps r=terrence 2014-05-16 09:44:11 +01:00
Jan de Mooij
7889d6f2fc Bug 1009664 - Remove duplicate fixed slot initialization in some cases. r=terrence 2014-05-16 09:59:40 +02:00
Inanc Seylan
865fe21cf3 Bug 1009967 - Add recover functionality for BitXor; r=nbp 2014-05-15 23:40:44 -07:00