diff browse |
ce077af8195c82557525c5b4aada944f4add9629 2011-06-09 01:12 -0700 |
Jeff Walden - Bug 662946 - Remove various headers from INSTALLED_HEADERS that shouldn't be there. r=jimb |
diff browse |
8e030595916317d42a7982be2ded49a88f489d0f 2011-06-14 18:39 -0700 |
Jeff Walden - Bug 663547 - Make ecma_5/Object/* not dog-slow any more by disabling a particularly expensive assertion when they run. r=luke |
diff browse |
81c343a150a4bc7be1bfa665b41f877a4074bfbd 2011-06-16 08:20 -0700 |
Dave Herman - disallow yield and arguments in generator expressions (bug 634472, r=cdleary) |
diff browse |
b65724d6c32633b356471a31f7ff01ff74a14312 2011-06-16 08:14 -0700 |
Luke Wagner - Bug 648438 - Don't assert about js_ReconstructStackDepth for imacros since apparently this only works for imacros in the top stack frame (r=jwalden) |
diff browse |
b35005673847d8f3deb28418c2b9c4a80bc12ced 2011-06-16 13:01 +1000 |
Nicholas Nethercote - Bug 571249 - Add memory reporters for JSScripts, non-fixed object slot arrays, and string chars. r=igor. |
diff browse |
21e26c404883cebe55abb553cd2ec49298a2b19f 2011-06-15 18:11 -0700 |
David Anderson - Make alloc policy realloc() easier to implement (bug 664353, r=luke). |
diff browse |
7e00a56f740536532159626fce108fcc78e1574c 2011-06-14 23:48 -0700 |
Brendan Eich - Inherited non-configurable accessor properties mis-reported as own properties (637994, r=jwalden). |
diff browse |
8008ec479d6a82699b84a8ce0569a717e9b44d64 2011-06-14 19:32 -0700 |
Brendan Eich - No else after return. |
diff browse |
4e6f886b7f2b7529af6a86cb149684d25db4f6d6 2011-06-14 19:21 -0700 |
Jim Blandy - Bug 660039: Provide a WeakMap usable from C++. r=jorendorff |
diff browse |
666e14265c6be0de312b99566b79b85dccb0fb29 2011-06-14 19:21 -0700 |
Jim Blandy - Bug 661567: Use RuntimeAllocPolicy in JS WeakMap objects, not ContextAllocPolicy. r=jorendorff |
diff browse |
89c54bd5bcb25d48c81be81b930848d1f0f4a32f 2011-06-14 19:21 -0700 |
Jim Blandy - Bug 661567: Implement RuntimeAllocPolicy, providing proper memory accounting in GC'd objects that live longer than a JSContext. r=luke |
diff browse |
fda88360e14f309793c48d5687e3ecc73b4beeb5 2011-06-14 19:21 -0700 |
Jim Blandy - Bug 661567: Use ObjectValueMap typedef name where appropriate. r=gal |
diff browse |
a55e103ba5c6e554e6aacade4e08b4de724ccdd0 2011-06-14 17:35 -0700 |
Luke Wagner - Bug 664159 - Fix eval-in-frame crash (r=waldo) |
diff browse |
ea88ddf93c8f666909b5471b0f8e7b6768b5b639 2011-06-14 15:37 -0400 |
Nikhil Marathe - Bug 656519 - Fix consumers outside SpiderMonkey to use new ArrayBuffer APIs. r=mrbkap |
diff browse |
b97cb533dfae814914243e74194234e9267f44fa 2011-06-14 15:35 -0400 |
Nikhil Marathe - Bug 656519 - Add an interpreter fast-path for getting length from a typed array. r=mrbkap |
diff browse |
de3ce1fb251c9b7f3eef50c16429e92677e6ce55 2011-06-14 15:34 -0400 |
Nikhil Marathe - Bug 656519 - Do a small size optimization for arraybuffer objects, possibly avoiding a second malloc entirely for small array buffers. r=mrbkap |
diff browse |
b89374bc34eeb87242ca9aef0932c2ea9961cec9 2011-06-14 15:33 -0400 |
Nikhil Marathe - Bug 656519 - Avoid a malloc (and a finalizer) by storing the malloc'd array in our slots instead of in a separate malloc'd structure in our private field. r=mrbkap |
diff browse |
829253b62143c7ad77e88a31045db70ea3f675b3 2011-06-14 11:53 -0700 |
Chris Leary - Avoid copy construction for paren info vector. (rs=dmandelin) |
diff browse |
3acacde59381166c683ac033dc975e5f2df85d33 2011-05-16 09:20 -0700 |
Michael Wu - Bug 648022: Backout bug 518230 due to startup crashes, r=igor |
diff browse |
ec6d95dc5e1c6f34a2d15ea66c9d175aa8bf6f58 2011-06-10 11:44 -0700 |
Jeff Walden - Bug 658069 - Rename GlobalObject::isEvalAllowed to indicate its actual meaning better. r=mrbkap |
diff browse |
84b333a052adf18d9f66c908d9fa663d7b485943 2011-05-31 11:10 -0700 |
Jeff Walden - Bug 660438 - Update tracer for changed [[DefaultValue]] semantics to fall back for not-callable, not for not-primitive. r=luke |
diff browse |
d2250fc608ccfcee482aa6e4c844bb4e9db9a0e6 2011-04-01 15:24 -0700 |
Jeff Walden - Bug 646129 - [[DefaultValue]] on Date objects is wrong when called with no hint. r=luke |
diff browse |
ccd771857394fac0a986e7a5bd6feaa07e0973d1 2011-03-28 19:27 -0700 |
Jeff Walden - Bug 645464 - js::ClassMethodIsNative doesn't return false when the object has a property of the given name which isn't the specified native method. r=luke |
diff browse |
328dd4a8ebdc073d7fa906fbcaec45d42f29e3a8 2011-06-09 01:12 -0700 |
Jeff Walden - Remove the unused js_CoerceArrayToCanvasImageData. rs=luke |
diff browse |
5b2ffb7a2989e9d7fc9efa37bf127929db927312 2011-06-10 11:22 -0700 |
Jeff Walden - Bug 663331 - Make U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR match the LineTerminator production when parsing code. r=njn |
diff browse |
5ba462e407f1e2fb09b42a4f1c9fb0001b98231d 2011-06-10 11:21 -0700 |
Jeff Walden - Bug 663300 - Treat \u not followed by four hexadecimal digits, or \x not followed by two hexadecimal digits, as syntax errors in string literals. r=njn |
diff browse |
9374da0a2b1a1fcfd996d21811e1e3b14d320782 2011-06-08 16:50 -0700 |
Jeff Walden - Bug 662231 - Stop installing the jsnum.h header (again). r=jimb |
diff browse |
d578ca1a42e71a85ffa5faa4901dfed414270f86 2011-06-20 16:06 -0400 |
Ehsan Akhgari - Merge the last green changeset on mozilla-inbound to mozilla-central |
diff browse |
f7a2b52a76fda99b026ff63b1a4905130763ab6b 2011-06-20 18:34 +0200 |
Tim Taubert - Bug 665502 - tabItems are resized when closing the active tab in a group; r=dietrich |
diff browse |
dd5e2794cd1692ee172f482676931ab4d6284856 2011-06-17 13:05 +0800 |
Raymond Lee - Bug 633190 - Inconsistent animation behavior for creating new tab in Panorama r=ian |
diff browse |
e984a191cfba1f8dbdccc6e1c2edd0af8f0b72b1 2011-06-20 09:20 -0700 |
Doug Turner - Backing out 98334d656ac4 - linux build bustage. r=me |
diff browse |
98334d656ac4c6f4001e08f715514b3711c27fc7 2011-06-20 08:51 -0700 |
Doug Turner - Bug 662678 - Follow to address renaming issues. r=ventnor |
diff browse |
ac9811b33ab8189772af0968d2dc9f120ac1426a 2011-06-20 07:35 -0700 |
Phil Ringnalda - Backout 26f6aa46f70f (Bug 542580) because it's not that test, it's whatever four widget-testing bugs happen to time out |
diff browse |
ca6646fc8ba45c8f4bd2b1e35fcf0a8a2d617030 2011-06-20 09:55 -0400 |
Ehsan Akhgari - Bug 660199 - Avoid using invalid C++ casts when registering/unregistering editor event listeners; r=roc |
diff browse |
c8faf1876b539e70a27e51999526aeff5983f071 2011-06-20 10:40 +0100 |
Rafael Avila de Espindola - Bug 641232 - Make HAS_XCODE_2_1 detection compatible with Xcode 4 - Remove unused configure bits. r=khuey |
diff browse |
50b63701fc016c7a7ff5072d2ab1ff02bdfa410d 2011-06-20 14:53 -0400 |
Ed Morley - Bug 665359 - Remove unused variable res from nsHTMLEditor::AddPositioningOffset; r=ehsan |
diff browse |
5b6c6828708e626de0a44d19245a665788d642e3 2011-06-20 11:42 -0700 |
Jesse Ruderman - Add crashtest from bug 603146 |
diff browse |
8909195f37cfba147741c5012cb670c533e0012d 2011-06-20 11:42 -0700 |
Jesse Ruderman - Add crashtest from bug 609560 |
diff browse |
9388e296611819966dbbb9b5c023e4580d704160 2011-06-20 11:42 -0700 |
Jesse Ruderman - Add crashtest from bug 468563 |
diff browse |
3003c2c38a2604e165289bbaa537d162fe2a850b 2011-06-20 11:42 -0700 |
Jesse Ruderman - Add crashtest from bug 588627 |
diff browse |
d1865e3d5a51103560a9e9c4a58428c41c62e978 2011-06-20 11:42 -0700 |
Jesse Ruderman - Add crashtest from bug 541620 |
diff browse |
90c1ab45b6c58d8121297812efe0c8e6e623512f 2011-06-20 11:42 -0700 |
Jesse Ruderman - Add crashtest from bug 605672 |
diff browse |
bed7a9570b40e0cc052b99515854095c32240540 2011-06-20 11:42 -0700 |
Jesse Ruderman - Add crashtest from bug 614499 |
diff browse |
83185e96e3c31e1977bc653f1b80f54dd83058dd 2011-06-20 11:42 -0700 |
Jesse Ruderman - Add crashtest from bug 576649 |
diff browse |
f45e294eca4ba3cf1d83085d72a32b31ca0f0a48 2011-06-20 11:42 -0700 |
Jesse Ruderman - Add crashtest from bug 601284 |
diff browse |
336c69f56e008ade0d11fcb782ae3b6e8706a5fa 2011-06-20 11:42 -0700 |
Jesse Ruderman - Add crashtest from bug 616930 |
diff browse |
030d49939ef29eab4bfcbc13eca4d55677c4e07a 2011-06-20 09:56 -0700 |
Dave Townsend - Bug 664833: Having a pending install for an existing add-on when a schema migration occurs will break the extension manager. r=robstrong |
diff browse |
ed007e3d64d00e9dc2e79ca1493b702876ef64e5 2011-06-20 11:18 -0700 |
Kyle Huey - Back out Bug 441197 which was going to try ... |
diff browse |
c80f17c1d5f7685f3a97ecf72e46b91daafd6737 2011-06-20 10:36 -0700 |
Kyle Huey - try: -b do -n -p win32 -u all -t all |
diff browse |
54969753fbcd76f78432cee7a1d534f15dcf39ca 2011-06-20 08:57 -0700 |
Kyle Huey - * * * |
diff browse |
009eb2cbd763259387170bda9dfd3bda791b8bd9 2011-06-20 08:57 -0700 |
Kyle Huey - imported patch 441197-1 |
diff browse |
862924dfef29dacca1b125b14c5eb4db5ddacce9 2011-06-20 08:57 -0700 |
Kyle Huey - imported patch ipcnsid |
diff browse |
c4b84b05c46c65d284b6feec4ca2cebc8949249e 2011-06-20 10:42 -0500 |
Steven Michaud - Bug 663688 - Temporarily default to turning off downloadable fonts on OS X Lion. r=jdaggett,jfkthame |
diff browse |
c2849ab749bfe98bf6e64ef19dbd800cc542c05a 2011-06-20 11:29 -0400 |
Mark Finkle - Bug 665544 - Using Quit menu does not save session state as expected [r=mbrubeck] |
diff browse |
a9c243918ad5ddd7e06e66215a81561319d6dbd4 2011-06-15 15:53 -0700 |
continuation - Bug 664506 - Do all of the shutdown GCs in the cycle collector. r=bent |
diff browse |
2c1c975dd6db342a1c6d8ccde622412e91b4ca34 2011-06-20 13:44 +0200 |
Mounir Lamouri - Bug 665027 - Remove confusing code that is no longer used. f=ehsan r=bz |
diff browse |
aeed034b74d048f7d4d9a81cfd66686afafb4ccb 2011-06-20 20:37 +1200 |
Blair McBride - Bug 658431 - Move generic page styling into separate stylesheet for reuse in other in-content UIs. r=dao,dtownsend |
diff browse |
d48792c8de6702298d2738805d7bf9967995a94b 2011-06-19 22:36 -0700 |
Doug Turner - Bug 615597 - Implement devicemotion and fix up deviceorientation events. r=smaug/azakai |
diff browse |
a8e2f5953d1ca40cb6388b2a3a0e0c509223f3ea 2011-06-20 12:00 +0900 |
Masayuki Nakano - Bug 660770 caps should use mozilla::Preferences r=roc+jst |
diff browse |
1653c994c505515aad0f66ba73b994e7888e9128 2011-06-20 12:00 +0900 |
Masayuki Nakano - Bug 664969 xpfe should use mozilla::Preferences r=neil |