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

2719 Коммитов

Автор SHA1 Сообщение Дата
bzbarsky%mit.edu d59362f190 Don't leave an exception just hangin' out on the JSContext. Bug 422009,
r+sr=jst, a=shaver
2008-03-20 00:42:48 +00:00
bent.mozilla%gmail.com 1528ed05d9 Bug 412862 - "Change the 'allow scripts to move or resize existing windows' pref to a whitelist". Properly back out changes to nsGlobalWindow. 2008-03-19 21:32:20 +00:00
bent.mozilla%gmail.com ffd5e4c7b3 Bug 412862 - Bustage fix, undoing these changes until I figure out why the merge failed. 2008-03-19 20:27:34 +00:00
bent.mozilla%gmail.com c474e1c7b1 Bug 412862 - "Change the 'allow scripts to move or resize existing windows' pref to a whitelist". Backing out this patch. 2008-03-19 20:15:13 +00:00
dcamp%mozilla.com c4e5f5833f Bug 407839: restrict globalStorage to same host. r=enndeakin, sr=jst, blocking1.9=pavlov 2008-03-19 01:27:35 +00:00
Olli.Pettay%helsinki.fi 71e78be21f Bug 329385, r+sr=jst 2008-03-19 00:06:22 +00:00
jst%mozilla.org 1f40891986 Fixing bug 418776. Don't resolve standard classes on non-global objects. r+sr=mrbkap@gmail.com 2008-03-18 20:42:19 +00:00
dtownsend%oxymoronical.com 673d4a4056 Bug 419582: Unblocklisted plugin should be set to enable on startup.
r+sr=jst
2008-03-18 10:38:16 +00:00
jst%mozilla.org 78e016f550 Fixing bug 420603. Don't run scripts while wrapping DOM objects. r=mrbkap@gmail.com, sr=peterv@propagandism.org 2008-03-17 21:19:25 +00:00
dbaron%dbaron.org dd48bb0dc6 Make nsJSONWriter::Write not crash when given buffer greater than 1024 characters. b=423152 r=sayrer a=beltzner 2008-03-17 18:58:39 +00:00
igor%mir2.org 29827e3c2d bug=421274 r=brendan a=beltzner
Eliminating SAVE_SP_AND_PC() macro
2008-03-17 08:58:29 +00:00
jonas%sicking.cc 0e4d155d1d Bug 401155: Make it safe to create a wrapper for an object at any time by making sure wrapping doesn't write script. Also set up a service that tries to keep track of when it's safe to execute script. r=bz sr=jst 2008-03-14 23:08:59 +00:00
jst%mozilla.org f6e789810a Fixing bug 414291. Make window.open() ignore modal=yes for backwards compatibility. r+sr=bzbarsky@mit.edu and jonas@sicking.cc 2008-03-14 21:31:38 +00:00
igor%mir2.org da3573e2c6 bug 421274: backing out again due to crashes on 64 bit Linux. 2008-03-13 18:03:02 +00:00
igor%mir2.org 52c3f13130 bug=421274 r=brendan a1.9=mtschrep
eliminating SAVE_SP_AND_PC and friends from the interpreter loop
2008-03-13 06:48:23 +00:00
igor%mir2.org 55f81b41c1 backing out bug 421274 2008-03-13 06:23:09 +00:00
igor%mir2.org bf5c2d0a6f bug=421274 r=brendan a1.9=mtschrep
eliminating SAVE_SP_AND_PC and friends from the interpreter loop
2008-03-13 05:52:54 +00:00
roc+%cs.cmu.edu 872a7b6cf7 Bug 421662. Rename TextRectangle* to ClientRect*. r+sr=sicking,a=damon 2008-03-12 00:59:15 +00:00
jonas%sicking.cc ec6e6df844 Back out due to failed mochitest 2008-03-11 02:18:16 +00:00
jonas%sicking.cc 5610226f10 Bug 401155: Make sure plugins and XBL constructors not execute when creating a script wrapper if it's not safe to execute scripts. r=bz sr=jst. 2008-03-11 00:49:20 +00:00
reed%reedloden.com 9589ae7c04 Bug 417994 - "navigator object does not fully reflect user agent settings" [p=gfleischer+bugzilla@gmail.com (Gregory Fleischer) r+sr=jst a1.9=beltzner] 2008-03-08 11:19:22 +00:00
mrbkap%gmail.com 2d138e5c3d Fix compile warnings. No bug, debug only, r+rs=jst 2008-03-06 23:00:01 +00:00
mrbkap%gmail.com 6758f9b013 Don't assume that chrome:// implies system principals. bug 419848, r=brendan sr=jst 2008-03-06 22:52:58 +00:00
jst%mozilla.org ca3a9865a3 Fixing bug 396443. Make SVG documents act like all our other documents wrt enumeration hooks. r+sr=mrbkap@gmail.com 2008-03-06 20:20:42 +00:00
jst%mozilla.org 781a30f11d Fixing bug 420858. Don't define fast expandos when binding names in JS. r+sr=brendan@mozilla.org 2008-03-05 04:43:57 +00:00
brendan%mozilla.org d94bc5d9d1 More un-nesting #include fallout (r=mrbkap, bustage fix). 2008-03-05 00:44:30 +00:00
jst%mozilla.org 830669210f Fixing bug 419093. Make access to undeclared global properties fast too! r+sr=brendan@mozilla.org 2008-03-04 01:52:34 +00:00
jst%mozilla.org 37bae0d671 Fixing bug 413200. Make sure script termination functions run when XPConnect is done executing script on a context and there's no other script running on that context. r+sr=mrbkap@gmail.com 2008-03-04 01:44:16 +00:00
mrbkap%gmail.com 4867a6b528 Outerize |this| always. bug 418069, r/sr=jst/brendan a=beltzner 2008-03-01 00:17:38 +00:00
bent.mozilla%gmail.com 1cab86f1c4 Bug 419655 - "Refreshing a page leaks an nsGlobalWindow until shutdown". r=peterv, sr=jst, a1.9b4+=schrep. 2008-02-29 02:05:57 +00:00
peterv%propagandism.org acb5a13ece Fix for bug 391209 (cycle collector crash with python objects). r/sr=jst, a=beltzner. 2008-02-28 13:12:43 +00:00
jwalden%mit.edu 7f2dda9b63 Bug 417075 - Update postMessage and MessageEvent to reflect domain/uri being replaced by origin, optional origin argument. r+sr=sicking, a=beltzner 2008-02-27 03:48:56 +00:00
reed%reedloden.com 8bb739557f Bug 417617 - [p=Olli.Pettay@gmail.com (Smaug) r+sr=jst a=blocking1.9+] 2008-02-27 02:03:28 +00:00
reed%reedloden.com c7a8a8eb60 Bug 409349 - [p=honzab@allpeers.com (Honza Bambas [mayhemer]) r=Enn sr=dveditz a1.9=damons a=blocking1.9+] 2008-02-27 01:01:02 +00:00
dcamp%mozilla.com 13f79c2abe Bug 397417: monitor disk usage of offline apps in the UI. r=enndeakin (nsDOMStorage change), r/sr=mconnor, ui-r/blocking-firefox3=beltzner 2008-02-26 21:13:18 +00:00
Olli.Pettay%helsinki.fi 97ccc330e6 Bug 415025, try to improve CC scheduling, r=peterv, sr=jst 2008-02-25 17:47:26 +00:00
reed%reedloden.com 094bb39a01 Bug 417710 - "Use JS_GET_CLASS, not JS_GetClass" [p=gyuyoung.kim@samsung.com (gyu-young kim) r=jorendorff r=jst sr+a1.9=brendan] 2008-02-25 08:59:21 +00:00
Olli.Pettay%helsinki.fi b211cbf183 Bug 418457, Remove support for onbeforecopy/cut/paste until we have a better implementation, r+sr=sicking 2008-02-24 10:55:39 +00:00
jst%mozilla.org 8d16b138ef Fixing bug 417852. Push the context we're using to clear scopes on to make code down the road find the right context. r=dveditz@cruzio.com, sr=bzbarsky@mit.edu 2008-02-21 23:51:02 +00:00
benjamin%smedbergs.us 624a4d7ef0 Back out bug 412320 and various followups because the perf impact was minimal and the code is more complicated 2008-02-21 20:39:23 +00:00
gavin%gavinsharp.com 2755626719 Back out bug 418069 because it causes a crash on startup for Camino 2008-02-21 02:06:26 +00:00
crowder%fiverocks.com df7030351b Bug 418069 - js1_5/Regress/regress-379245.js FAIL - browser - bad this, patch by mrbkap, r=brendan, sr=jst, a1.9=brendan 2008-02-20 23:28:18 +00:00
sayrer%gmail.com fe82b7cc6e Bug 417052. Adjust JS_GC heuristic. Patch by Igor Bukanov <igor@mir2.org>. r/a=brendan 2008-02-20 01:20:24 +00:00
jst%mozilla.org 5d815d72f8 Landing fix for bug 410010. Make exceptions thrown during even handling always get reported once the event handler has run. Patch by mrbkap@gmail.com, r+sr=jst@mozilla.org 2008-02-19 22:38:34 +00:00
jag%tty.nl 4221353fba Bug 73353: Clean up our MODULE/REQUIRES story. rs=dbaron, a=brendan 2008-02-18 08:50:33 +00:00
roc+%cs.cmu.edu 93fae3b503 Bug 416782. Rename isLocallyAvailable to mozIsLocallyAvailable because it's not part of any spec (yet). r+sr=jst 2008-02-17 21:26:29 +00:00
jst%mozilla.org 6658f5efbf Backing out fixes for bug 416931 due to the JS property tree blowing up in size due to this change. 2008-02-17 04:07:51 +00:00
jruderman%hmc.edu c3763aea52 Make gSerialCounter defined only ifdef DEBUG to silence a warning. Followup to bug 416939. 2008-02-16 22:15:32 +00:00
bzbarsky%mit.edu 77e8f880cb Allow JS 1.7 in XBL. Bug 389322, r=brendan, sr=jst, a=brendan 2008-02-16 05:13:19 +00:00
jst%mozilla.org 161e27da14 Landing for bug 417387, followup fixes for bug 416931. Patch by mrbkap@gmail.com, r+sr=jst@mozilla.org. 2008-02-15 21:54:49 +00:00