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

3526 Коммитов

Автор SHA1 Сообщение Дата
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 39d550b03e Add a test for postMessage(msg, undefined), which must be a syntax error as |undefined| is both present and not null. 2008-02-27 06:03:38 +00:00
jwalden%mit.edu d8f00d1697 Bump UUID, forgotten on last checkin. 2008-02-27 05:02:56 +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
jonas%sicking.cc 06f693a2bb Bug 416534: Clean up cross-site xmlhttprequest security checks. With fixes to tests this time. r/sr=peterv 2008-02-27 03:45:32 +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 0ffcd5bdb4 Fixing bug 418755. Revert our decision to throw WRONG_DOCUMENT_ERR per the DOM spec as the web expects that not to happen. r+sr=jonas@sickin.cc 2008-02-22 02:18:43 +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
roc+%cs.cmu.edu dabccbd009 Bug 418158. nsIDOMSVGComponentTransferFunctionElement should not export the non-scriptable internal-use-only GenerateLookupTable function. r=rlongson,sr=pavlov,a=beltzner 2008-02-20 02:11:54 +00:00
roc+%cs.cmu.edu 112c8fc45d Bug 416204. feFlood should not support an in1 property, this was a bug in the SVG spec that is being fixed. r=rlongson,sr=pavlov,a=beltzner 2008-02-20 02:10:05 +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
jwalden%mit.edu 4f0348662e Bug 417491 - Element.setAttribute(':', ...) throws DOMException INVALID_CHARACTER_ERR. r+sr=peterv, a=beltzner 2008-02-15 23:22:56 +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
Olli.Pettay%helsinki.fi 270c3bb90d Bug 409111, WRONG_DOCUMENT_ERR on unattached nodes through getBoxObjectFor, r+sr=sicking, a=mtschrep 2008-02-14 20:45:08 +00:00
jst%mozilla.org 44ec5cddec Fixing bug 417266. Don't call IsEventName() with non-string jsvals. r+sr=jonas@sicking.cc 2008-02-14 06:11:36 +00:00
bent.mozilla%gmail.com 2f05697219 Bug 416939 - "Broadcast the destruction of DOM windows". r+sr=jst, a=blocking1.9+. 2008-02-13 23:41:17 +00:00
bent.mozilla%gmail.com 1828842dcb Bug 413447 - "nsXBLDocumentInfo can keep closed global window alive". r=jst, sr=sicking, a=blocking1.9+. Relanding. 2008-02-13 04:17:19 +00:00
jst%mozilla.org ef00b1f797 Fixing bug 416931. Make accessing script defined global properties faster. r+sr=shaver@mozilla.org 2008-02-13 03:55:18 +00:00
jst%mozilla.org bc2e6ef23e Landing fix for bug 414749. Make nsJSUtils::GetCallingLocation deal better with null principals. Patch by mrbkap@gmail.com, r+sr=jst@mozilla.org 2008-02-13 03:52:43 +00:00
bent.mozilla%gmail.com 58a05cc20f Bug 413447, backing out to see if unit tests pass. 2008-02-12 20:53:04 +00:00
benjamin%smedbergs.us b27c6528eb Bug 412320 - generate QI for additional classes which, according to stats, show up in profiles as frequent callers of nsID::Equals, r=biesi,ted,sicking 2008-02-12 19:46:50 +00:00
bent.mozilla%gmail.com ce2c61477a Bug 413447, SunOS bustage fix? 2008-02-12 19:34:22 +00:00
bent.mozilla%gmail.com 7df009ed53 Bug 413447 - "nsXBLDocumentInfo can keep closed global window alive". r=jst, sr=sicking, a=blocking1.9+. 2008-02-12 17:48:27 +00:00
jwalden%mit.edu 54c5546c19 Bug 411103 - document.createElement(bad) (and the NS version) throwing wrong exception. Fixes two acid3 tests as well. r=peterv, sr=jst, a=schrep 2008-02-12 04:14:58 +00:00
jwalden%mit.edu c5afd9b749 Bug 397929 - Convert GetMessage APIs to GetMessageMoz APIs, at the C++ symbol level only (vtables remain the same), to work around brain-dead, idiotic, insane Windows API macros. r=bsmedberg, a=schrep 2008-02-12 04:11:08 +00:00
jwalden%mit.edu d6df2279c2 Adding a test to ensure .uri on a postMessage-generated event contains a hash reference from the caller, if one was present. No bug or code changes. 2008-02-11 20:27:32 +00:00
jruderman%hmc.edu 8b46949624 Add mochitest 2008-02-09 10:35:51 +00:00
jruderman%hmc.edu b749f302e0 Add mochitest for "new HTMLDocument()" throwing and not asserting 2008-02-09 00:24:43 +00:00
martijn.martijn%gmail.com 068b14d611 Bug 416101 � Mingw build error in ../mozilla/dom/src/json/nsJSON.cpp, r=sayer, a=mtschrep 2008-02-08 23:25:58 +00:00
bent.mozilla%gmail.com c154b112f5 Bug 353851 - "accumulation of outer chrome windows in mOpener chains (window.opener)". r+sr=jst, a=blocking1.9. Fixed small typo that caused Txul to blow up yesterday. 2008-02-08 21:09:36 +00:00