Bobby Holley
86393522e9
Bug 788914 - Kill the XOW flag. r=mrbkap
...
There are really two questions to be asked: is the caller chrome, and does the
caller subsume the callee. We have other, more precise ways of asking both of
these questions.
2012-09-07 11:28:56 -07:00
Bobby Holley
9faec0aaac
Bug 788914 - Kill partially transparent wrappers. r=mrbkap
2012-09-07 11:28:56 -07:00
Bobby Holley
4d977e36d4
Bug 788914 - Remove dynamic UniversalXPConnect checks sprinkled around the wrapper code. r=mrbkap
2012-09-07 11:28:56 -07:00
Bobby Holley
1e93ffb53d
Bug 788914 - Recompute cross-compartment wrappers when UniversalXPConnect is enabled. r=mrbkap
2012-09-07 11:28:56 -07:00
Bobby Holley
5ccd4c0daa
Bug 788914 - Generate vanilla cross-compartment wrappers when UniversalXPConnect is enabled. r=mrbkap
2012-09-07 11:28:56 -07:00
Gary Kwong
9934ccaa7f
Bug 641563 - Add test. r=me
2012-09-07 02:20:43 -07:00
Gary Kwong
4dab723cda
Bug 633828 - Fix nit in test. r=nitpick
...
--HG--
extra : rebase_source : a8cb6e6936720d5b5c5694e82aca0b0f7d073345
2012-09-07 02:17:27 -07:00
Ed Morley
8cf4ffc2ea
Backout 5853df66d488, e8fadd906232, d787279d282c, 8c1ed6327355, 94cfcf5da7c8, 87aa103d7e87 (bug 585922) for failures in test_bug411236.html
2012-09-07 09:15:34 +01:00
Bobby Holley
263394dbe4
Bug 788914 - Kill the XOW flag. r=mrbkap
...
There are really two questions to be asked: is the caller chrome, and does the
caller subsume the callee. We have other, more precise ways of asking both of
these questions.
2012-09-06 22:55:18 -07:00
Bobby Holley
4a03556c3e
Bug 788914 - Kill partially transparent wrappers. r=mrbkap
2012-09-06 22:55:18 -07:00
Bobby Holley
b5dd375098
Bug 788914 - Remove dynamic UniversalXPConnect checks sprinkled around the wrapper code. r=mrbkap
2012-09-06 22:55:18 -07:00
Bobby Holley
4ca571cde3
Bug 788914 - Recompute cross-compartment wrappers when UniversalXPConnect is enabled. r=mrbkap
2012-09-06 22:55:18 -07:00
Bobby Holley
325c6bae80
Bug 788914 - Generate vanilla cross-compartment wrappers when UniversalXPConnect is enabled. r=mrbkap
2012-09-06 22:55:18 -07:00
Ehsan Akhgari
3fe9afbeb3
Bug 786375 - Remove AutoScriptEvaluate::mContextHasThread since it is unused; r=bholley
2012-09-06 21:59:33 -04:00
Jeff Walden
ce3ac17c14
Add #include guards to jsversion.h. No bug, r=howtheheckwerethesenottherebefore
...
--HG--
extra : rebase_source : 89499382057938c51ebdbf1bb70467cba8b5ca5d
2012-09-06 17:51:42 -07:00
Jeff Walden
99993f3180
Fix clang warnings on extraneous semicolons after member function definitions, implicit NULL-to-bool conversions, and the utter deadwood-ness of PCStack::cx. No bug, r=themaid, r=sfink
...
--HG--
extra : rebase_source : ba7420a9d61edfd25ebbea81771b640091d14de2
2012-09-06 16:50:46 -07:00
David Anderson
c87533da67
Add bogus --disable-ion build flag (bug 789319, r=sstangl).
2012-09-06 16:42:54 -07:00
Jan Beich
9f3bf584fa
Bug 787904 - Use 8k pagesize on FreeBSD ia64/sparc64. r=terrence
2012-09-06 21:46:47 +02:00
Jason Orendorff
802bc1481d
Bug 788261 - Split PNK_FUNCTION into multiple parse node kinds. Part 2, split PNK_FUNCTION{DECL,EXPR}. r=Waldo.
...
--HG--
extra : rebase_source : 162c415d5daf356bc89e30ff53358f5eab8e6073
2012-09-06 11:19:56 -05:00
Jason Orendorff
e3636c4c7c
Bug 788261 - Split PNK_FUNCTION into multiple parse node kinds. Part 1, split PNK_FUNCTIONNS from PNK_FUNCTION. r=Waldo.
...
--HG--
extra : rebase_source : c43f674bd7dd6ad86050342d07566407ece5c4aa
2012-09-06 08:19:01 -05:00
Jason Orendorff
cedc7ba841
Minor improvements to js::frontend::ParseNode::dump(). Bug 788227, r=Waldo.
...
--HG--
extra : rebase_source : f671f221a28240fc249653758255c2c679d09c95
2012-09-06 08:13:10 -05:00
Jason Orendorff
e7d9651a87
Rename PNK_RB and friends to more meaningful names. Bug 788222, r=Waldo.
...
--HG--
extra : rebase_source : 756f5b4a3bed9ac4924e9ba0712bfdb62858441c
2012-09-06 08:00:33 -05:00
Jason Orendorff
543e60fb97
Add ParseNode::as<T>(). Bug 788220, r=luke.
...
--HG--
extra : rebase_source : 41510e3bdc3f13f891ab0019c5c467534d0aca50
2012-09-06 07:58:29 -05:00
Ed Morley
a895f50c8c
Backout a3a7de3e2938 (bug 784294), cddd665d83f0 (bug 787927) for failures in browser_dbg_bfcache.js
2012-09-06 18:50:34 +01:00
Steve Fink
e0840e2df4
Bug 787709 - Crash test for bug 787775. r=woof!
...
--HG--
extra : rebase_source : 803db5d08bead4908d5fa2d487848a0912dcd538
2012-09-06 10:29:19 -07:00
Till Schneidereit
8c3fbc1224
Bug 784294 - Convert some array extras to self-hosted js implementations. r=Waldo
...
The following methods are converted:
- lastIndexOf
- indexOf
- forEach
- some
- every
- reduce
- reduceRight
--HG--
extra : rebase_source : 0c5964d0e55a5ead39805fbd3e485cdb07c53c3f
2012-08-28 14:35:15 +02:00
Till Schneidereit
926aae1659
Bug 787927 - Prevent self-hosted JS script from being registered with the debugger
...
--HG--
extra : rebase_source : ff55c210e70cd551f394c7105084b067508ef81b
2012-09-03 16:04:14 +02:00
Till Schneidereit
aa4d190b48
Bug 786743 - Disable JS minification for debug builds.
2012-09-06 17:43:22 +02:00
Siddharth Agarwal
c89ae2cf29
Merge mozilla-central to mozilla-inbound.
2012-09-06 20:28:35 +05:30
Mike Hommey
46341f0cc9
Bug 788954 - Remove export-idl rule. r=ted
2012-09-06 14:46:41 +02:00
Ed Morley
5dcf26da5e
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-09-06 10:19:16 +01:00
Ms2ger
c84831a407
Bug 763367 - Add support for [EnforceRange] and [Clamp]; r=bz
2012-09-06 09:25:03 +02:00
Ms2ger
7d03a4abff
No bug - Remove STRICT_CPLUSPLUS_SUFFIX; rs=ted
2012-09-06 09:14:49 +02:00
Ms2ger
484ce165d3
Bug 784619 - Remove JS_PROPERTY_CACHE; r=evilpie
2012-09-06 09:14:49 +02:00
Ms2ger
348aa6b524
Bug 782040 - Move ProgressEvent to event impl codegen; r=smaug
2012-09-06 09:14:49 +02:00
Steve Fink
f948088b3c
Bug 787775 - Register DataViews with their ArrayBuffers upon creation. r=luke
...
--HG--
extra : rebase_source : 22a10fe14fbaf7d9c63ae36e6542d9100d3adf8f
2012-09-05 15:00:39 -07:00
Nicholas Nethercote
109d797a76
Bug 788096 (part 3) - Rename GCConstList as CGConstList for consistency with similar types. r=jorendorff.
...
--HG--
extra : rebase_source : fbfc38c095eebcc290587a49a4548f602b34a701
2012-09-05 18:15:34 -07:00
Nicholas Nethercote
cf65d94902
Bug 788096 (part 2) - Introduce CGTryNoteList for storing try notes in the bytecode mitter. r=jorendorff.
...
--HG--
extra : rebase_source : 7f6618f65628932a4bdb875a0c3bdf8dae46f0e6
2012-09-05 18:15:16 -07:00
Nicholas Nethercote
7cd7a36c74
Bug 788096 (part 1) - Change CGObjectList to use a vector and remove ObjectBox::emitLink. r=jorendorff.
...
--HG--
extra : rebase_source : f5b8958dd6c32fe042fcf1289d464bec532bf6d2
2012-09-05 18:11:06 -07:00
Nicholas Nethercote
cc481a950e
Bug 787866 (part 3) - Remove SharedContext::fun_. r=luke.
...
--HG--
extra : rebase_source : af5e5bcb736853e4374e50ae8534f683280fe001
2012-09-04 18:09:31 -07:00
Nicholas Nethercote
9e5fdbec8a
Bug 787866 (part 2) - Don't call function-only methods on non-function SharedContexts. r=luke.
...
--HG--
extra : rebase_source : 977824f3a6ad091381dc9423d6eaf9a435262004
2012-08-30 19:32:07 -07:00
Nicholas Nethercote
4dd42b195a
Bug 787866 (part 1) - Remove unused |cx| parameter from ContextFlags(). r=luke.
...
--HG--
extra : rebase_source : 30da23506525c0dc7884d903902168c54a7098bb
2012-09-04 18:08:46 -07:00
Ed Morley
1dda1f83c0
Merge mozilla-central to mozilla-inbound
2012-09-06 12:18:37 +01:00
Aryeh Gregor
e840991a39
Bug 783523 - Fix platform-specific nsresult misuse; r=ehsan,tbsaunde,smaug
2012-08-16 14:58:11 +03:00
Jim Blandy
3a48f25122
Bug 778586: When inferring display names, handle property names that are not valid identifier names. r=acrichto
2012-09-06 03:12:18 -07:00
Jim Blandy
2bb6f7c5b7
Bug 788586: When inferring display names, handle numeric literals better. r=acrichto
2012-09-06 03:12:18 -07:00
Jim Blandy
4b9b210470
Bug 788586: Don't drop "prototype" from inferred display names. r=acrichto
2012-09-06 03:12:18 -07:00
Nicholas Nethercote
2e8ab5e354
Bug 788096 - Undo part 1 (c77231ed11be) because it regressed Talos Trace Malloc Allocs by ~1%. r=me.
...
--HG--
extra : rebase_source : 2422ef3314448f0ce7e3ee80b566d75293844e2f
2012-09-05 23:03:31 -07:00
Luke Wagner
aa4e5d2a5e
Bug 788419 - Fix loop in handleUnaliasedAccess (r=jimb)
...
--HG--
extra : rebase_source : 1c8ddf2fef068b331b09e59db681a6df47a7d7da
2012-09-05 11:34:27 -07:00
Andrew Sutherland
551a753f47
Bug 786639 - XPCChromeObjectWrapper __exposedProps__ should expose the content of typed arrays like UInt8Array. r=bholley
2012-09-05 14:05:32 -07:00