Nicholas Nethercote
|
513aa6c175
|
Bug 842419 (part 2) - Remove unnecessary SRC_CONTINUE notes, and kill off PNX_ENDCOMMA. r=jorendorff.
--HG--
extra : rebase_source : bd8c6665824d428aa7a01ff2d77ae872abaac282
|
2013-02-20 17:42:21 -08:00 |
|
Nicholas Nethercote
|
5e685bf9d0
|
Bug 842419 (part 1) - Remove unnecessary JSOp arg from EmitBackPatchOp(). r=jorendorff.
--HG--
extra : rebase_source : 1066edf46cc5c34cd79a9b021b0e5cd36dfd2403
|
2013-02-20 17:42:21 -08:00 |
|
Bill McCloskey
|
6798be1a0e
|
Bug 759585 - Change the granularity of collection from compartment to zone (r=jonco,bhackett,njn,dvander,mccr8,bz,luke,bholley)
|
2013-02-21 18:23:47 -08:00 |
|
Phil Ringnalda
|
c851ab102a
|
Back out b831500ca4be (bug 837714) for bustage
CLOSED TREE
|
2013-02-21 14:26:04 -08:00 |
|
Nicolas B. Pierron
|
8a3fa24cd0
|
Bug 796114 - Inline with type-checked arguments. r=h4writer
|
2013-02-21 14:04:49 -08:00 |
|
David Anderson
|
a7a4608f44
|
Prevent GC from occuring during IC linking (bug 837714, r=bhackett).
|
2013-02-21 13:52:09 -08:00 |
|
Bobby Holley
|
32fbf57fb6
|
Bug 842940 - Remove another instance of cx->isExceptionPending(). r=jorendorff
|
2013-02-21 13:32:14 -08:00 |
|
Bobby Holley
|
3654407e0c
|
Bug 842940 - Don't squelch exceptions in Proxy::get. r=jorendorff
|
2013-02-21 13:32:13 -08:00 |
|
Nicholas D. Matsakis
|
9ae365f1ee
|
Bug 842723 - Remove incorrect inlines.h include r=dvander
|
2013-02-19 09:18:43 -05:00 |
|
Hannes Verschore
|
bb7bd7e48f
|
No bug: IonMonkey: Improve debugging spew, r=evilpie
|
2013-02-21 16:09:39 +01:00 |
|
Hannes Verschore
|
3490ed0d86
|
Bug 843038: IonMonkey: Correct the definition of when an instruction is part of the loop, r=jandem
|
2013-02-21 15:56:49 +01:00 |
|
Hannes Verschore
|
407104ef88
|
Bug 843518: IonMonkey: Run alias analysis when UCE removes dependency of an instruction, r=nmatsakis
|
2013-02-21 15:56:43 +01:00 |
|
Brian Hackett
|
0071d2ff30
|
Bug 842424 - Remove assertion.
|
2013-02-21 07:02:41 -07:00 |
|
Brian Hackett
|
4a4012adac
|
Bug 743394 - Ion compile JSOP_EVAL, r=jandem.
|
2013-02-21 06:56:54 -07:00 |
|
Brian Hackett
|
610e2d4848
|
Bug 842425 - Watch for arrays that need elements converted to doubles when pushing elements, r=jandem.
|
2013-02-21 06:54:16 -07:00 |
|
Brian Hackett
|
28df7a17d3
|
Bug 842424 - Add missing newKind, r=terrence.
|
2013-02-21 06:46:46 -07:00 |
|
Brian Hackett
|
ba46adc7bd
|
Bug 842305 - Don't try to cleanup values in global frames.
|
2013-02-21 06:02:45 -07:00 |
|
Brian Hackett
|
f8f4d60be2
|
Bug 842305 - Watch for null payloads flowing into Ion, r=jandem.
|
2013-02-21 05:38:44 -07:00 |
|
Brian Hackett
|
8bbb11151f
|
Bug 841367 - Check for suppressed GC before verifying barriers, fix OOM crash, r=billm.
|
2013-02-21 05:26:57 -07:00 |
|
Chuck Lee
|
a03b38dfb1
|
Bug 828782 - 0002. Add new readString function for ctypes to use new inflate function. r=terrence
|
2013-02-20 11:20:56 +08:00 |
|
Chuck Lee
|
bbabae2dfa
|
Bug 828782 - 0001. Add inflate function for replacing invalid byte while decoding UTF-8 character. r=terrence
|
2013-02-20 11:20:54 +08:00 |
|
Benjamin Peterson
|
5c92254d03
|
Bug 842884 - Don't do array assignment optimizations when spread is involved. r=jorendorff
--HG--
extra : rebase_source : 70554fd3db325b39319199afbb6101bb6701846d
|
2013-02-20 14:48:59 -05:00 |
|
Nicholas D. Matsakis
|
db275e7ded
|
Bug 842729 - Repair merge failures from bug 807853 in TypeOracle and MCallOptimize r=bhackett
|
2013-02-19 08:30:25 -05:00 |
|
Nicholas D. Matsakis
|
073ed19b99
|
Bug 842745 - Modify timer in JS shell function to take an arbitrary JS function. r=dvander
|
2013-02-19 09:23:31 -05:00 |
|
Eddy Bruel
|
ddd1327b08
|
Bug 568953 - Parser support for module declarations; r=jorendorff
|
2013-02-20 20:49:41 +01:00 |
|
Eddy Bruel
|
89a579f54c
|
Bug 568953 - Refactor FunctionNode; r=jorendorff
|
2013-02-20 20:15:15 +01:00 |
|
Ryan VanderMeulen
|
5fba1dc363
|
Merge m-c to inbound.
|
2013-02-20 12:52:59 -05:00 |
|
Gregory Szorc
|
d63d28cf51
|
Backout 4682ed369545 (bug 841713) for reftest make target bustage
--HG--
extra : rebase_source : 6bf45c9f33563109cf6d17197f9184a3a336efe0
|
2013-02-20 09:16:02 -08:00 |
|
Benjamin Smedberg
|
5da193665b
|
Bug 791244 - Make the hangprocessor pref dependent on RELEASE_BUILD since deploying multidump hasn't happened yet, r=heycam
--HG--
extra : rebase_source : 145a4fd0f9cecc8835c56389c2403f8c15c97489
|
2013-02-20 10:52:16 -05:00 |
|
Daniel Holbert
|
d9fcac071a
|
Bug 842886: Initialize & compare size_t variables to SIZE_MAX instead of -1 in Debugger.cpp. r=ejpbruel
|
2013-02-19 23:20:14 -08:00 |
|
Gregory Szorc
|
007c5b7899
|
Bug 841713 - Add objdir paths to virtualenv; r=ted
|
2013-02-19 15:23:21 -08:00 |
|
Eddy Bruel
|
e5fe88efa4
|
CLOSED TREE. (Bug 568593) Backed out changeset e0aa698192b7
|
2013-02-19 23:51:40 +01:00 |
|
Eddy Bruel
|
998a480f3e
|
Bug 568953 - Refactor FunctionNode; r=jorendorff
|
2013-02-19 23:06:14 +01:00 |
|
Luke Wagner
|
582dc44dd0
|
Bug 842411 - Fire operation callback before time is up so we can test the non-aborting case (r=terrence)
--HG--
extra : rebase_source : 9f23aa8fc1be361f55b2db3943d20d510730fb7a
|
2013-02-19 13:17:39 -08:00 |
|
David Anderson
|
ae0de3cf8b
|
Fix a bug in typed array speculation (bug 841462, r=jandem).
|
2013-02-19 13:23:29 -08:00 |
|
Gavin Sharp
|
58c2d69de4
|
Bug 841359 - Always log error originating from windows with chrome principals. r=bz
|
2013-02-16 17:01:59 -08:00 |
|
Ryan VanderMeulen
|
4aa6da6a4f
|
Merge m-c to inbound.
|
2013-02-19 12:46:19 -05:00 |
|
Lukas Blakk
|
4c259b985a
|
Merging in version bump NO BUG CLOSED TREE
|
2013-02-19 09:35:19 -08:00 |
|
Eddy Bruel
|
40179528db
|
Bug 568593 - Refactor ModuleBox; r=jorendorff
|
2013-02-19 16:43:42 +01:00 |
|
Eddy Bruel
|
c3fd23946f
|
Bug 757188 - Refactor FlowGraphSummary; r=jorendorff
|
2013-02-19 16:05:15 +01:00 |
|
Hannes Verschore
|
9e91283128
|
Bug 836274: Disable funapply inlining when typeset of callee is tighter than caller, r=nbp
|
2013-02-19 11:33:42 +01:00 |
|
Phil Ringnalda
|
ada83cb5e4
|
Back out 3de5ec9de48a:7a1ecef13ae9 (bug 840696) and 62fa6ee0a279 (bug 814823) for Android bustage
CLOSED TREE
|
2013-02-18 23:15:27 -08:00 |
|
Nicolas B. Pierron
|
ca0778b23c
|
Bug 840696 part 2 - Add typed array support to GetElem ICs. r=dvander
|
2013-02-18 22:15:30 -08:00 |
|
Nicolas B. Pierron
|
7aef909002
|
Bug 840696 part 1 - Enable GetElem IC if typed arrays & arrays are mix-up. r=dvander
|
2013-02-18 22:14:25 -08:00 |
|
Nicolas B. Pierron
|
adedaf3e35
|
Bug 814823 - Clean-up Ion cache mechanism. r=dvander
|
2013-02-18 21:29:55 -08:00 |
|
Hannes Verschore
|
9ee59669be
|
Bug 839315: IonMonkey: Fix fault in TypePolicy of MCompare for CompareType_Boolean and CompareType_String, r=jandem
|
2013-02-18 18:32:10 +01:00 |
|
Andrea Marchesini
|
d98c0993bb
|
Bug 839447 - Rename nsHTMLOptionElement to HTMLOptionElement, r=Ms2ger
--HG--
rename : content/html/content/src/nsHTMLOptionElement.cpp => content/html/content/src/HTMLOptionElement.cpp
rename : content/html/content/src/nsHTMLOptionElement.h => content/html/content/src/HTMLOptionElement.h
|
2013-02-18 13:24:58 +01:00 |
|
Andrea Marchesini
|
fe3cb4351c
|
Bug 838559 - Rename nsHTMLMenuElement to HTMLMenuElement. r=Ms2ger
--HG--
rename : content/html/content/src/nsHTMLMenuElement.cpp => content/html/content/src/HTMLMenuElement.cpp
rename : content/html/content/src/nsHTMLMenuElement.h => content/html/content/src/HTMLMenuElement.h
|
2013-02-18 06:59:08 -05:00 |
|
Jacek Caban
|
3189657162
|
Bug 841695 - Fixed ToPropertyKeySlow redeclared without dllimport warning r=Waldo
--HG--
extra : rebase_source : 5999cdc037b856707969b059739d35fec23428c5
|
2013-02-18 12:29:51 +01:00 |
|
Jon Coppeard
|
0f53be0e33
|
Bug 841356 - GC: Some minor rooting fixes r=sfink
|
2013-02-15 17:54:01 +00:00 |
|