Граф коммитов

205196 Коммитов

Автор SHA1 Сообщение Дата
Igor Bukanov 2b5fb44639 bug 487546 - updating the tests to rfelect the new restriction on the maximum string length. r=bclary 2009-04-17 14:37:53 +02:00
Igor Bukanov ccf3606a97 bug 487930 - removal of JSSLOT_ARRAY_LOOKUP_HOLDER. r=mrbkap 2009-04-17 11:37:59 +02:00
Brendan Eich da1adb51cb Bug 488802 - Crash at [@js_Interpret] on YOMIURI ONLINE (r=mrbkap). 2009-04-16 23:35:58 -07:00
David Mandelin 91717d5de5 Bug 487546 fixup: adding needed macro parens 2009-04-16 19:06:11 -07:00
Andreas Gal a96d257ca1 Merge. 2009-04-16 18:00:05 -07:00
David Mandelin af6c28a130 Bug 487546: Fix shell bustage, r=brendan 2009-04-16 17:23:43 -07:00
David Mandelin 5399360a47 Bug 487546: avoid unnecessary js_PurgeDeflatedStringCache calls, additional patch to address igor's review issues, r=igor 2009-04-16 16:23:46 -07:00
Andreas Gal db926e1ddb Be less paranoid about jit stats for testNestedExitStackOuter since it doesn't seem to be stable. 2009-04-16 16:01:27 -07:00
Andreas Gal 60cb5a18ba Merge. 2009-04-16 15:56:46 -07:00
Andreas Gal d8c4489e70 When allocating strings, only report error if we can leave trace, otherwise just return NULL (488764, r=jwalden). 2009-04-16 15:56:24 -07:00
Andreas Gal ac0590a426 Remove unsafe RegExp.test traceable native, the generic fast native mechanism can take care of it (488703, r=jorendorff). 2009-04-16 15:34:14 -07:00
Igor Bukanov 945ea72c5d bug 488699 - proper rooting of DeclEnv instance. r=brendan 2009-04-17 00:26:26 +02:00
David Mandelin d023f971a7 Bug 487546: call expensive JSString finalizers only if needed, r=brendan 2009-04-16 15:00:13 -07:00
Andreas Gal 6705f58540 Properly calculate 'this' object on trace and side exit if we have to wrap (488203, r=mrbkap,jorendorff). 2009-04-16 12:21:45 -07:00
Andreas Gal be59588ef8 Backed out changeset 062ea62f9bda (backed out bug 488203 again). 2009-04-16 12:18:46 -07:00
Andreas Gal 5e70b20272 Backed out changeset 64d7df1fe160 (re-landing 488203). 2009-04-16 10:16:14 -07:00
Andreas Gal 7c54947139 Backed out changeset e8c23c42db7f (bug 488203) to see whether it causes the leak. 2009-04-16 10:07:53 -07:00
Andreas Gal 315176f28f Properly calculate 'this' object on trace and side exit if we have to wrap (488203, r=mrbkap). 2009-04-15 17:54:37 -07:00
Igor Bukanov 46dc2788a6 bug 487204 - avoiding extra locks for js_Native(Get|Set). r=brendan 2009-04-16 02:36:14 +02:00
Asaf Romano 194b4efcd2 Bug 475066 - dragging a tab out of the browser window doesn't detach the tab (i.e. opens a window for that tab). r=enn. 2009-04-16 03:33:15 +03:00
Jonas Sicking 67d8b7206a Bug 483818: Remove the currently-running-script counter from the parser since it's hard to keep it correct when we're creating a new parser due to document.write etc. r/sr=mrbkap 2009-04-15 15:34:50 -07:00
Brad Lassey cad46f40fd Bug 392274 - should _tzset on Win32, follow up to fix windows ce bustage r=crowder 2009-04-15 20:14:42 -04:00
Shawn Wilsher 1426fa72f4 Merging mozilla-central to tracemonkey. Should fix the red on talos tinderbox. 2009-04-15 20:10:48 -04:00
Ehsan Akhgari 0a621779cb Fix the orange from bug 485773 caused by a typo in the test 2009-04-16 02:51:20 +03:30
Igor Bukanov 7deaaebbf3 bug 477627 - avoiding deadlocks in ClaimTitle. r=brendan 2009-04-16 00:01:24 +02:00
Doug Turner e710c42830 Bug 488218 - Updating geolocation notification prompt. r=gavin, ui=beltzner 2009-04-15 14:49:11 -07:00
Boris Zbarsky 680f1bff91 Bug 488388. Handle inserts at the end of a colgroup that has anonymous colframe kids. r=bernd, sr=roc 2009-04-15 17:44:53 -04:00
Robert Sayre b3b8a41104 Merge tracemonkey to mozilla-central. 2009-04-15 17:40:19 -04:00
Igor Bukanov 51af2a9912 merge after backout for bug 480301 2009-04-15 23:34:59 +02:00
Igor Bukanov 1ae22afde9 Backed out changeset f97f196dcb58 - bug 480301 needs more work 2009-04-15 23:33:46 +02:00
Andreas Gal d41aa8c5af Backed out changeset d1a4ee3d0c59 due to build fail, test fail, and perf regressions. 2009-04-15 14:20:52 -07:00
Jim Blandy 14ad961040 Bug 479585: jsfile.cpp and jsgc.cpp fixes for Symbian patch=Harry.Li r=jimb 2009-04-15 14:07:35 -07:00
Brian Crowder 6df736d9fc Bug 392274 - _tzset on Win32, patch my Mike Perry <mikeperry.unused@gmail.com>, r=crowder 2009-04-15 14:06:39 -07:00
Robert Strong 655c429d5b Bug 486780 - EndUnless used in installer where EndIf should be used. r=jmathies 2009-04-15 13:31:52 -07:00
Jeff Walden 74b32c3636 Bug 396226 - Provide an API to asynchronously generate HTTP responses in httpd.js, and implement a state-storage system which can store object references to provide greater contextual information in handlers. NB: this push enables httpd.js debug output just in case something goes wrong, to be disabled as soon as it's clear nothing has -- expect the first Windows builds to finish next century sometime. r=sayrer 2009-04-15 13:19:35 -07:00
Igor Bukanov 496bcfe77d bug 487204 - avoiding extra locks for js_Native(Get|Set). r=brendan 2009-04-15 21:13:27 +02:00
Drew Willcoxon 73f247cb0f Bug 480169 - Clear recent history refresh (sprint)
Item list hidden behind expander/progressive disclosure button, added a warning when clearing all history, added a tree view for selecting a fine-grained timespan.  We decided to remove the tree view at the last minute; code is still there but #ifdef'ed out.
r=mconnor
2009-04-15 10:59:07 -07:00
Ehsan Akhgari c7862e55bd Bug 462041 - Refresh the Privacy preference pane; r=mconnor 2009-04-16 00:18:22 +03:30
Brendan Eich 24f4ae6c46 Bug 488421 - Crash [@ js_ValueToString] or Crash [@ js_ValueToBoolean] or "Assertion failure: slot < fp->script->nslots, at ../jsinterp.cpp" (r=mrbkap). 2009-04-15 10:49:11 -07:00
Brendan Eich 42c57c4cb2 Bug 488475 - "Assertion failure: \!(pn->pn_dflags & flag), at ../jsparse.h" (r=me). 2009-04-15 09:30:46 -07:00
Doug Turner af86be62b7 tip 2009-04-15 09:08:08 -07:00
Doug Turner efbe382d2e bug 487467
7 - We aren't localizing the geolocation preference. r=gavin
2009-04-15 09:07:24 -07:00
Neil Rashbrook ac5ad83898 Bug 486404 Various XPCOM allocator mismatches in PSM r=mayhemer 2009-04-15 17:04:24 +01:00
Jason Orendorff 3e11fd6eb0 Bug 487845 - TM: After deep-bailing, we can lirbuf->rewind() and then return to a dead code page. r=gal.
--HG--
extra : rebase_source : b7de71b526d45c7caed1982fba80c65763a0a9c6
2009-04-15 09:47:02 -05:00
Igor Bukanov 34a24e0cff bug 488285 - fixing strict mode warnings with DOm window object. r=brendan 2009-04-15 16:09:58 +02:00
Dave Townsend 81f4b30c6c Update the in-tree blocklist with the changes from bug 459850. a=beltzner 2009-04-15 13:21:48 +01:00
Makoto Kato 784aeab18f Bug 487900 - Enable SSE2 code for x86_64 in qcms. r=jmuizelaar 2009-04-15 22:14:03 +09:00
Benjamin Smedberg 79f1d51693 Bug 486782 - Implement a MOZILLA_FS_LAYOUT makefile variable to distinguish between the bundle layout used by darwin-cocoa and the standard unix-like layout used by darwin-gtk2. Original patch by Jeremy Huddleston, updated and r=bsmedberg 2009-04-15 09:08:58 -04:00
Benjamin Smedberg 21d746cae2 Bug 487960 and bug 487980 - remove references to nsIDOMPkcs11 completely: various pieces of our code don't like interfaces that are only forward-declared even if you never implement them r=jst 2009-04-15 09:06:26 -04:00
Benjamin Smedberg f1cff45454 Fix the PYTHONPATH bits of bug 436062 in a not-hacky way by using a script which can set up the path and then forward to the real script we're trying to run, r=ted 2009-04-15 09:06:09 -04:00