diff browse |
9b7c90737b113570b9e52d30d5a69fbd069b69d5 2010-06-03 10:35 -0700 |
Steven Johnson - Bug 527512 - ExprFilter missing trivial optimizations for ugt, ult (r=edwsmith,nnethercote) |
diff browse |
da5bf2ad82ed2aeeb9100b273df0604e2e6823dd 2010-06-02 13:13 +0800 |
Leon Sha - http://www.dancertheband.com/ does not work correct with flash player 10.1 beta for solaris sparc. r=edwsmith |
diff browse |
7e5432180193e89a1338254bb6a4c4581b3dd21b 2010-05-27 18:00 -0700 |
William Maddox - Support arithmetic with branch on overflow on MIPS -- bug 560926 (r=rreitmai+) |
diff browse |
e2405f332a7bc270a2e5c755906cff1cf2070f10 2010-05-27 12:53 -0700 |
William Maddox - Fix missed renaming in NativeMIPS.cpp in patch for bug 560926 (r=rreitmai+) |
diff browse |
22f85f696bc2af8e7549bb85daae7b57f0eb2f4a 2010-05-27 11:29 -0700 |
Rick Reitmaier - Fix winmo macro madness breakage |
diff browse |
f0d5f28aa61e4dbf92dd570af2d87d8c0f3c7879 2010-05-26 18:02 -0700 |
Rick Reitmaier - Bug 568393 - msvc 2008 compiler generates bad code for CallInfo static initializer (r+wmaddox) |
diff browse |
e581ddf4e9f5a3de5992afec9c926b0a3fe02587 2010-05-26 17:29 -0700 |
William Maddox - Bug 560639 - Reinstate CodeAlloc::size(const CodeList*) recently removed as "dead" (r=edwsmith+ nnethercote+) |
diff browse |
d43dc29cf8b4a97694d44974bae904e234e4777a 2010-05-26 11:08 -0700 |
Rick Reitmaier - Bug 567900 - Enable JIT verbose output for release debugger builds (r+stejohns) |
diff browse |
0090cce519265f90fded8aa329ce169894440c53 2010-05-26 14:03 -0400 |
Edwin Smith - Bug 560926 - Add support for arithmetic with branch on overflow (r=nnethercote+ edwsmith+ wmaddox+) |
diff browse |
04f69ec5483b4852b3fe9188068a17d67e08876e 2010-05-24 09:13 -0400 |
Edwin Smith - Constant folding for LIR_i2q and ui2uq (bug 560106 r=gal+) |
diff browse |
b44daa2c0503053c6b71d569bd091b21a5db466e 2010-05-24 11:30 +0100 |
Jacob Bramley - Remove stack-size limitations in asm_spill for ARM. [Bug 561977] [r=rreitmai] |
diff browse |
d07c78d085ced76f30d582a2bcb7925f3f78ebc3 2010-06-03 15:48 -0700 |
Jeff Walden - Split up DST tests a bit more. r=time |
diff browse |
caf9170f297109d11b66627dc4e6f95b1ae9fcee 2010-06-03 15:27 -0700 |
Andreas Gal - Rename JSNoopProxyHandler to JSWrapper and move it into jswrapper.[h|cpp] (568731, r=cdleary). |
diff browse |
12dab806d2c509e08f0097884d2cd3f07e2c7b3f 2010-06-03 10:38 -0700 |
David Mandelin - Bug 569767: add separate trace-type 'magic' for JSVAL_HOLE, r=dvander |
diff browse |
02485857682cfbc64db06158c41f86f519515412 2010-06-03 11:08 -0700 |
Brendan Eich - Fix failure to handle deep bail, and stop recording properly, in wake of bug 523452 (569843&569849, r=jorendorff). |
diff browse |
97874793a87a57c951bee55c9ee7ab4c6cf84bc6 2010-06-01 15:59 -0700 |
Jeff Walden - Bug 569471 - Rename js_GetWrappedObject to JSObject::wrappedObject. r=jorendorff |
diff browse |
71a8c9b6136e7e1f29610b7a470a1b04e0a58135 2010-06-02 23:11 -0700 |
Jason Orendorff - Bug 569771 - Factor out calling resolve hooks from js_LookupPropertyWithFlags. r=gal. |
diff browse |
2fe89784cf66347487cbf5a9f010dce8fabbe043 2010-06-02 23:48 -0700 |
Jason Orendorff - Back out changeset 96dbe8a784f1 (bug 569735) due to failing tests. |
diff browse |
0a5778b1355b182451493c52a73b1de34de54577 2010-06-02 20:30 -0700 |
Andreas Gal - Rip out proto cache and store prototypes in the global object (569537, r=jorendorff). |
diff browse |
96dbe8a784f15719031a8716921ad50a86650a15 2010-06-02 20:11 -0700 |
Andreas Gal - Suppress deleted properties during iteration (569735, r=brendan). |
diff browse |
331702c6884fcdd54bb3d95d50f132545a6200bb 2010-06-02 16:45 -0700 |
Jason Orendorff - Bug 567152 - Assertion failure: !generic(). r=brendan. |
diff browse |
602df4d60a1c649133f71952872ef405a8501764 2010-06-02 17:04 -0700 |
Jeff Walden - Bump jstests.py timeout limit to 150s; reftest harness times out at 300s now, so this both substantially raises the ceiling and doesn't raise it so far that a fast-in-shell-but-slow-in-browser test might time out only in browser, or at least that's the hope. r=flakiness |
diff browse |
1f61cef36ae35b563122f2e9d85aeabad6d8d9ea 2010-06-02 16:39 -0700 |
Brendan Eich - Test for bug 568056. |
diff browse |
91969cf5b56f17b96bc56bdf7e247d4efbc9e428 2010-06-02 16:21 -0700 |
Brendan Eich - Iterator(obj) returns a property key/value iterator that skips the proto chain (568056, r=gal). |
diff browse |
b18beea31ad3fd3130cdcd7b8195b0a04fb5e681 2010-06-02 16:01 -0700 |
Jason Orendorff - Back out changeset a72a9d72c028 (bug 559653, remove SetPropHit). Checking to see if this caused a 5% Dromaeo regression today. |
diff browse |
434e0c17c0ecc584401937d1c0034cdf6cb7ada5 2010-06-02 15:58 -0700 |
Jason Orendorff - Back out changeset ca772ab995c9 (bug 559813, trace script setters). |
diff browse |
c4ecebec110510d40d2afad0d73be9a7dd8ced3f 2010-06-02 15:49 -0700 |
Jason Orendorff - Back out changeset ade35d045bc8 (the tests were fixed earlier today). |
diff browse |
89909bf91005150aa48018419a1773e70d770651 2010-06-02 15:46 -0700 |
Jason Orendorff - Back out changeset ade35d045bc8 (the tests were fixed earlier today). |
diff browse |
86e25d9034b3e1ab6efe93713f181183de240cde 2010-06-02 14:54 -0700 |
Andreas Gal - Add test for bug 569306. |
diff browse |
ade35d045bc864c41cda6ab1c933f7897dd6942e 2010-06-02 14:38 -0700 |
Andreas Gal - Disable invalid tests that rely on resolve hooks reviving deleted standard classes/names (no bug, r=orange). |
diff browse |
d5d534d612e6041caf4767fe7527019e1277f1b3 2010-06-02 14:17 -0700 |
Luke Wagner - Bug 569707 - avoid double-reporting OOM in jsiter (r=gal) |
diff browse |
6f0af328e880339f1e9e0ddedfd9841b085c3470 2010-06-02 13:58 -0700 |
Jason Orendorff - Update jstests.list to get rid of some more orange: remove the "fails-if" tag from a test that no longer fails. My best guess is that the seemingly trivial simplification in bug 569114 fixed an actual browser-only correctness bug. Amazing. shame=andreas, rs=Waldo, no bug#. |
diff browse |
edbf0ecd1d1ad727e406e196e6ad5d72f335a5be 2010-05-26 17:49 -0700 |
Jeff Walden - Bug 563938 - Cache DST offsets to improve SunSpider score. r=sayrer |
diff browse |
611696dd3663572190a501e65be7377c533c1558 2010-06-02 11:53 -0700 |
Jeff Walden - Bug 569666 - Define global.ctypes as non-enumerable, so it doesn't break uneval(this). r=jorendorff |
diff browse |
91cdeeb1cd3e7c13abe4f350f43169cfca62a6e2 2010-06-02 12:57 -0700 |
Jason Orendorff - Fix silly tests that were failing because we fixed bug 569306. shame=andreas, rs=Waldo, no bug#. |
diff browse |
ca772ab995c90b2692e6e968635cdd966a7f99d3 2010-06-02 12:05 -0700 |
Jason Orendorff - Bug 559813 - Trace script setters. r=brendan. |
diff browse |
b2fc69447133f1527eaa9a11826cf67556e11ade 2010-06-02 11:56 -0700 |
Jason Orendorff - Fix regression of js1_5/GC/regress-341877-01.js noted in bug 523452 comment 11. rs=dmandelin. |
diff browse |
018862e4861dfc01ff1a19d34e6d75a4494e8827 2010-06-02 10:22 -0700 |
Jason Orendorff - Fix warning about printf format types. |
diff browse |
6b21a1d6407249fd6db62ef53065d230112e3e9a 2010-06-02 10:03 -0700 |
Luke Wagner - Bug 567530 - silence strict-aliasing warnings on threadsafe opt builds (r=igor) |
diff browse |
4cac2c63f05541dd01604a3ee955211222e7b925 2010-06-02 07:18 -0700 |
Brendan Eich - Followup fix and cleanup for 523452. |
diff browse |
580ca37b66ad8c9a44ec27850f1370157e723315 2010-06-02 01:18 -0700 |
Andreas Gal - Don't re-run resolve hooks after a standard class was delete (569306, r=mrbkap). |
diff browse |
5b5d5420b9c0d7a098aa0b6e8d9e99041277d9c1 2010-06-02 00:32 -0700 |
Jason Orendorff - Bug 568070 - jsapi.cpp refactoring. Part 7, Compile, Execute, and Evaluate functions, etc. r=Waldo. |
diff browse |
8d0571d1464cb6e5159cfa6ba62ae4a2a6c5f7a2 2010-06-02 00:32 -0700 |
Jason Orendorff - Bug 568070 - jsapi.cpp refactoring. Part 6, Get Set and Delete functions. r=Waldo. |
diff browse |
0f2c7bd94a032e23b12796ff4e39529aa4daa272 2010-06-02 00:31 -0700 |
Jason Orendorff - Bug 568070 - jsapi.cpp refactoring. Part 5, AttrsGetterAndSetter functions. r=Waldo. |
diff browse |
830659ffb153abcbdabde136e58906ee8f689ce6 2010-06-02 00:30 -0700 |
Jason Orendorff - Bug 568070 - jsapi.cpp refactoring. Part 4, eliminate redundancy in Define functions. r=Waldo. |
diff browse |
0fad0a98b04a9ccb715b4507488389c1aecae0cf 2010-06-02 00:29 -0700 |
Jason Orendorff - Bug 568070 - jsapi.cpp refactoring. Part 3, eliminate redundancy in Lookup, Has, and AlreadyHas functions. r=Waldo. |
diff browse |
37dd8fe29493d143331a58ad1cf1300442ce54cb 2010-06-02 00:23 -0700 |
Jason Orendorff - Bug 568070 - jsapi.cpp refactoring. Part Q, CHECK_REQUEST in js_Atomize and js_AtomizeChars, as requested in reviews. |
diff browse |
7596c6c989efe6bda0c0bc7f67d92763007fc76a 2010-06-01 21:50 -0700 |
Jason Orendorff - Bug 568070 - jsapi.cpp refactoring. Part 2, whitespace changes. r=Waldo. |
diff browse |
f0256aaaf5b542102594e158ef3d60c65df24655 2010-06-01 21:39 -0700 |
Jason Orendorff - Bug 568070 - jsapi.cpp refactoring. Part 1, rearrange functions. No behavior change. r=Waldo. |
diff browse |
370ad5b496ab163b8e0bc09e33bd07518531bf3e 2010-06-01 21:31 -0700 |
Jeff Walden - Fix test expectations for new error messages, r=orange |
diff browse |
53a1da406359b374998706f11229c35da6d2ade0 2010-06-01 21:21 -0700 |
Jason Orendorff - Merge. |
diff browse |
a72a9d72c0282ec34aec9014bc16ec8c475c69b2 2010-06-01 21:18 -0700 |
Jason Orendorff - Bug 559653 - Record assignment before the interpreter goes; avoid record_SetPropHit. r=brendan. |
diff browse |
fc98415b2fad4ad9e43d752d21af51463e70d82b 2010-06-01 19:42 -0700 |
Brendan Eich - Trace JSOP_DEL{PROP,ELEM} (523452, r=gal). |
diff browse |
e65eb53f50a410b4ab2bba05772e06d959958499 2010-06-01 17:21 -0700 |
Brendan Eich - Can't rely on UINT16_MAX cross-platform (followup for 569391, bustage fix). |
diff browse |
66cee22c27063b833215cafdf3e936dac325249b 2010-06-01 15:45 -0700 |
Andreas Gal - Properly handle errors during lookup when recording JSOP_IN (569384, r=luke). |
diff browse |
6b5e3d5422d9499e6af500d4118d5e2b542b6968 2010-06-01 15:01 -0700 |
Brendan Eich - Call instances uniquely shaped at birth due to lack of runtime-shared empty scope (569391, r=jorendorff). |
diff browse |
cc6d850f4028b9a03b5ff6183ffbc1c6d8d924ae 2010-06-01 14:48 -0700 |
Rich Walsh - Bug 568068 - fix jscntxt/jsnativestack build breaks on OS/2 (r=wuno) |
diff browse |
4b0c9535865dffe183c506bb7cf44dddf16b368a 2010-05-28 16:51 -0700 |
David Mandelin - Bug 568991: allow shell jstests to run from 'src' directories, r=vlad |
diff browse |
3666268406e8b41dfb9b1274d59917c8fdeea0c8 2010-05-30 18:31 -0700 |
Andreas Gal - Don't use tinyids in jsregexp.cpp (569115, r=jorendorff, brendan). |
diff browse |
e6db22473a0b836fc238dea01989ac3eb23ae74b 2010-05-30 17:27 -0700 |
Andreas Gal - Nit patrol shot me down. Follow-up nits for bug 569114. |