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

227292 Коммитов

Автор SHA1 Сообщение Дата
Olli Pettay 3db4e27da3 Bug 583957, lazy menuframe update, r=enndeakin, sr=neil, a=dbaron
--HG--
extra : rebase_source : f036ff3e7ee39225f17d1d4aba0d4e7c71960d58
2010-08-12 14:59:03 +03:00
Miika Jarvinen 6763d9a6c8 Bug 586334 - nsContentHandlerApp is not accessible from JavaScript. r=romaxa. blocking-fennec=2.0+
--HG--
extra : rebase_source : 2fe72398960f5281cb34551bc81b19a38533b144
2010-08-11 18:28:13 -07:00
Oleg Romashin 66ff0ed841 Bug 586325 - Maemo5/6 build bustage. cast fix. r=benjamin.
--HG--
extra : rebase_source : 0634a83c08e39467bf534d5cb4aeee5d7a52afe3
2010-08-11 18:21:43 -07:00
Oleg Romashin 05d2a41676 Bug 586325 - Maemo5/6 build bustage. qt includes. r=jones.chris.g
--HG--
extra : rebase_source : 8b4ba64d2b20ef250a490b1f1a21eec0dc28d04d
2010-08-11 18:18:41 -07:00
Marco Bonardo 4e29c7dffa Bug 585966 - Async-sync contentions when adding new pages ("19 constraint failed" error). r=sdwilsh a=blocking 2010-08-12 12:28:04 +02:00
Brian Hackett 3a7d7158e0 Bug 579471 - fast constructors (r=dmandelin,lw) 2010-08-10 16:38:08 -07:00
Alex Miller 04dc9788a5 Bug 584929: Add v8-v5 to trace-tests and check for correctness. r=sayrer 2010-08-10 20:12:14 -07:00
Blake Kaplan 05783ad012 Bug 585209 followup -- don't use top incorrectly. 2010-08-10 18:55:08 -07:00
Blake Kaplan 514b726028 Fix bustage from bug 577750 2010-08-10 18:46:42 -07:00
Andrew Drake 590cd322c2 Bug 584912: Fix use after free in jsd_DestroyThreadState. r=timeless, a=sayrer 2010-08-10 17:21:11 -07:00
Andrew Drake 6453babc66 Bug 584882: Don't attempt to compute this for dummy frames. r=jorendorff 2010-08-10 17:21:11 -07:00
Robert Sayre 6e8101a770 Merge mozilla-central to tracemonkey. 2010-08-10 17:03:08 -07:00
Robert Sayre 812d5aaf6a Merge merge. 2010-08-10 17:00:09 -07:00
David Mandelin a2d3b9fe05 Bug 585501: innerize window before using it as a scope chain in NPN_Evaluate, r=mrbkap 2010-08-10 16:11:32 -07:00
Ginn Chen ac824db3de Bug 584219 Fix the use of sPayloadOffset for big endian machine r=lw 2010-08-11 06:53:03 +08:00
Dave Herman c42bca5b25 bug 584075, r=taustin: use ExecutionContext.prototype.run instead of push/pop 2010-08-10 15:45:04 -07:00
Robert Sayre dd69864759 Merge mozilla-central to tracemonkey. 2010-08-10 15:41:49 -07:00
Mats Palmgren a7f4533995 Bug 576649. r=bzbarsky a=blocking2.0 2010-08-10 19:04:43 -03:00
James Pearson a0f74c227c Bug 576430 - Autoconfiguration with mozilla.cfg no longer works on trunk, Failed to read the configuration file. r=jorendorff 2010-08-10 19:04:43 -03:00
Julian Viereck b37bfb99d0 Bug 576642 - JSTerm: expanding/shrinking inputNode, r=enndeakin, a=bsmedberg 2010-08-10 19:04:43 -03:00
Benedict Hsieh 06c7038301 Bug 535077 - Fixes hang caused by failure to execute sync launch r=cjones a=blocking2.0 2010-08-10 14:14:10 -07:00
Blake Kaplan aba09d273f Bug 585224 - Move the location object to the inner window (though still parenting the JS object to the outer). r=jst 2010-08-06 17:17:33 -07:00
Blake Kaplan 4a0651e6b9 Bug 585209 - Add a few mochitests about location objects. r=jst 2010-08-06 17:17:33 -07:00
Blake Kaplan 9d9623ade3 Bug 585228 - Move forwarding code out of the inner window's resolve hook and don't give it an addProperty hook since it doesn't need it. r=jst 2010-08-06 17:15:55 -07:00
Blake Kaplan b70d1da23a Bug 585228 - Make the outer window not have an outerObject hook and the inner window not have an innerObject hook. r=jst 2010-08-06 17:13:14 -07:00
Blake Kaplan 4240b7bbb9 Bug 585228 - The inner window doesn't need a NewEnumerate hook. r=jst 2010-08-06 17:10:22 -07:00
Marco Bonardo b42418149c Bug 584731 - new History.cpp should check aReason for HandleCompletion. r=sdwilsh a=blocking 2010-08-06 17:42:53 +02:00
Edward Lee ea075ee9f6 Bug 582865 - Provide a shared "shape" module for Point, Rect, etc. [r=mossop a=gavin] 2010-08-12 02:51:03 -07:00
Edward Lee ac5134ca5a Bug 586147 - Restore visible tabs (and hide hidden ones) [r=zpao a=beltzner]
Port (copy) sessionstore changes from bug 583306 and add tests.
2010-08-12 02:10:05 -07:00
Michael Yoshitaka Erlewine 7f3c8313d6 Move Geometry utility classes (+tests) to the toolkit for bug 582865. 2010-08-11 01:21:11 -07:00
Jason Orendorff 464ef89686 Bug 583850 - Assert that certain security checks in the JS engine never fail. r=mrbkap. 2010-08-02 16:38:46 -05:00
Jason Orendorff b8e114eaf7 Bug 583262 - Remove security checks on f.prototype.constructor property at last. r=mrbkap.
--HG--
extra : rebase_source : d41e97b9ec4367ed4eb1f28a082571f37a9696e2
2010-08-02 15:59:06 -05:00
Shu-yu Guo 15bf6158a3 Bug 583806 - Fix calling unbound mkIdentifier in narcissus jsparse.js. r=dherman 2010-08-02 12:17:04 -07:00
Jason Orendorff 9688c1eae7 Fix two MSVC warnings. no_r=me. 2010-08-02 09:44:24 -05:00
Jacek Caban b97de51ea1 Bug 580904 - remove jsval_layout.debugView in mingw-w64 r=lw 2010-08-02 12:01:22 +02:00
Jacek Caban 558d88b22e Bug 569819 - Fix nanojit compilation failure on mingw-w64. r=edwsmith 2010-08-02 11:59:50 +02:00
Jacek Caban d58dccb9fd Bug 573341 - Wrong AVMPLUS_ALIGN16 declaration on mingw r=dvander 2010-08-02 11:58:44 +02:00
Dave Herman 719072ff9d bug 583281, r=khuey: njs should get symlinked into objdir
--HG--
rename : js/src/njs => js/src/shell/njs
2010-08-01 22:42:41 -07:00
Luke Wagner e8e95b497f Bug 581747 - Remove JSOP_CONCATN. Good-night, sweet prince. (r=waldo) 2010-08-01 21:54:09 -07:00
Nicholas Nethercote 9920fb0623 Bug 582766 - JIT vastly slows down Data Manager (let in .nextSibling loop makes TM loop way too often). r=dvander. 2010-08-01 18:03:12 -07:00
Shu-yu Guo 58c2ef3eb9 Bug 579230 - Rewrite narcissus expr parser, refactor into builder pattern. r=gal 2010-08-01 12:20:18 -07:00
Robert Sayre 1c4522feb1 Merge relanding of bug 577648 and bug 582479. 2010-08-01 09:59:36 -07:00
Robert Sayre 939e685ea8 Reland Bug 582479 - TM: Assertion failure: (&cx->regs->sp[1 - (iargc + 2)].toObject())->isFunction(). 2010-08-01 09:59:02 -07:00
Robert Sayre 4b867b5926 Merge 2010-08-01 09:58:16 -07:00
Robert Sayre f3b0dac254 Reland: Bug 577648 - arguments.callee.caller does not work in FF 4 under certain circumstances. 2010-08-01 09:58:03 -07:00
Robert Sayre faf41f4776 Merge. 2010-08-01 09:57:13 -07:00
Robert Sayre c5dd6714cc Reland bug 577648 tests. 2010-08-01 09:57:01 -07:00
Kyle Huey 140cd55405 Whitespace change to trigger another set of builds on a CLOSED TREE 2010-08-01 04:48:59 -07:00
Kyle Huey aacb9b6fdb Whitespace change to trigger another set of builds on a CLOSED TREE 2010-08-01 04:48:13 -07:00
Kyle Huey 9cf5dcfe70 Sync js/src/config/ and config/ build files from silly mistakes on my part on this CLOSED TREE 2010-08-01 03:14:05 -07:00