jonas@sicking.cc
|
c078e73997
|
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 16:08:57 -07:00 |
|
jst@mozilla.org
|
9585671944
|
Fixing bug 414291. Make window.open() ignore modal=yes for backwards compatibility. r+sr=bzbarsky@mit.edu and jonas@sicking.cc
|
2008-03-14 14:31:24 -07:00 |
|
jwalden@mit.edu
|
59a27fb41f
|
Bug 199692 - Update and reenable the document.elementFromPoint tests that didn't work when initially committed due to window sizing issues; there may still be some issues, but we'll todo aggressively in followup commits if necessary -- better halfway in than not at all. Patch is partly me, partly Ben Karel <web+moz@eschew.org>, r from Ben and r=roc. a=itsatest
|
2008-03-14 11:45:32 -07:00 |
|
igor@mir2.org
|
67dfe02a98
|
bug 421274: backing out again due to crashes on 64 bit Linux.
|
2008-03-13 11:03:02 -07:00 |
|
igor@mir2.org
|
d804e4d31e
|
bug=421274 r=brendan a1.9=mtschrep eliminating SAVE_SP_AND_PC and friends from the interpreter loop
|
2008-03-12 23:48:23 -07:00 |
|
igor@mir2.org
|
9336fcf2cd
|
backing out bug 421274
|
2008-03-12 23:23:09 -07:00 |
|
igor@mir2.org
|
6cfb29d1c1
|
bug=421274 r=brendan a1.9=mtschrep eliminating SAVE_SP_AND_PC and friends from the interpreter loop
|
2008-03-12 22:52:52 -07:00 |
|
roc+@cs.cmu.edu
|
7e3cad85b4
|
Bug 421662. Rename TextRectangle* to ClientRect*. r+sr=sicking,a=damon
|
2008-03-11 17:59:15 -07:00 |
|
roc+@cs.cmu.edu
|
e1cbf6f105
|
Bug 421662. Rename TextRectangle* to ClientRect*. r+sr=sicking,a=damon
|
2008-03-11 17:51:12 -07:00 |
|
jonas@sicking.cc
|
0c80ff16bc
|
Back out due to failed mochitest
|
2008-03-10 19:18:15 -07:00 |
|
jonas@sicking.cc
|
4216df2295
|
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-10 17:49:19 -07:00 |
|
jwalden@mit.edu
|
d509cf4a37
|
Bug 421767 - element.attributes.removeNamedItemNS(<non-existent attribute NS and name>) returns null instead of throwing. acid3++ r+sr=jst, a=beltzner
|
2008-03-10 16:02:36 -07:00 |
|
reed@reedloden.com
|
bcb048b44b
|
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 03:19:22 -08:00 |
|
dbaron@dbaron.org
|
dea6a29455
|
Add string needed if we implement :nth-*() pseudo-classes. b=75375 r+sr=bzbarsky
|
2008-03-07 23:39:35 -08:00 |
|
jwalden@mit.edu
|
779e668935
|
Make one test that relies on popup blocking being disabled fail quickly if popup blocking is enabled, and make another test non-Mozilla-specific because HTML5 got updated and now matches our behavior with respect to the origin of data: URIs (they have the origin of the window/script that opened them). rs=sicking
|
2008-03-06 18:32:21 -08:00 |
|
mrbkap@gmail.com
|
f809a4326b
|
Fix compile warnings. No bug, debug only, r+rs=jst
|
2008-03-06 15:00:01 -08:00 |
|
mrbkap@gmail.com
|
f51e981013
|
Don't assume that chrome:// implies system principals. bug 419848, r=brendan sr=jst
|
2008-03-06 14:52:58 -08:00 |
|
jst@mozilla.org
|
c6c04d842e
|
Fixing bug 396443. Make SVG documents act like all our other documents wrt enumeration hooks. r+sr=mrbkap@gmail.com
|
2008-03-06 12:20:42 -08:00 |
|
jst@mozilla.org
|
fe6eab1148
|
Fixing bug 420858. Don't define fast expandos when binding names in JS. r+sr=brendan@mozilla.org
|
2008-03-04 20:43:57 -08:00 |
|
brendan@mozilla.org
|
f90336a200
|
More un-nesting #include fallout (r=mrbkap, bustage fix).
|
2008-03-04 16:44:30 -08:00 |
|
jst@mozilla.org
|
e59b60e95d
|
Fixing bug 419093. Make access to undeclared global properties fast too! r+sr=brendan@mozilla.org
|
2008-03-03 17:52:34 -08:00 |
|
jst@mozilla.org
|
73ec9112b3
|
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-03 17:44:16 -08:00 |
|
mrbkap@gmail.com
|
daa1af807b
|
Outerize |this| always. bug 418069, r/sr=jst/brendan a=beltzner
|
2008-02-29 16:17:38 -08:00 |
|
bent.mozilla@gmail.com
|
730fb6000c
|
Bug 419655 - "Refreshing a page leaks an nsGlobalWindow until shutdown". r=peterv, sr=jst, a1.9b4+=schrep.
|
2008-02-28 18:05:57 -08:00 |
|
peterv@propagandism.org
|
9d09ff8419
|
Fix for bug 391209 (cycle collector crash with python objects). r/sr=jst, a=beltzner.
|
2008-02-28 05:12:43 -08:00 |
|
jwalden@mit.edu
|
17abc5f012
|
Add a test for postMessage(msg, undefined), which must be a syntax error as |undefined| is both present and not null.
|
2008-02-26 22:03:38 -08:00 |
|
jwalden@mit.edu
|
21f7fe71c4
|
Bump UUID, forgotten on last checkin.
|
2008-02-26 21:02:56 -08:00 |
|
jwalden@mit.edu
|
ca08279648
|
Bug 417075 - Update postMessage and MessageEvent to reflect domain/uri being replaced by origin, optional origin argument. r+sr=sicking, a=beltzner
|
2008-02-26 19:48:54 -08:00 |
|
jonas@sicking.cc
|
28ea51311b
|
Bug 416534: Clean up cross-site xmlhttprequest security checks. With fixes to tests this time. r/sr=peterv
|
2008-02-26 19:45:29 -08:00 |
|
reed@reedloden.com
|
35efe4819f
|
Bug 417617 - [p=Olli.Pettay@gmail.com (Smaug) r+sr=jst a=blocking1.9+]
|
2008-02-26 18:03:27 -08:00 |
|
reed@reedloden.com
|
3f6307c963
|
Bug 409349 - [p=honzab@allpeers.com (Honza Bambas [mayhemer]) r=Enn sr=dveditz a1.9=damons a=blocking1.9+]
|
2008-02-26 17:01:01 -08:00 |
|
dcamp@mozilla.com
|
faf5fd0fcf
|
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 13:13:17 -08:00 |
|
Olli.Pettay@helsinki.fi
|
3420acbf36
|
Bug 415025, try to improve CC scheduling, r=peterv, sr=jst
|
2008-02-25 09:47:25 -08:00 |
|
reed@reedloden.com
|
5d4ef49dd4
|
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 00:59:20 -08:00 |
|
Olli.Pettay@helsinki.fi
|
69dbbd79be
|
Bug 418457, Remove support for onbeforecopy/cut/paste until we have a better implementation, r+sr=sicking
|
2008-02-24 02:55:37 -08:00 |
|
jst@mozilla.org
|
0b3853e23a
|
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-21 18:18:43 -08:00 |
|
jst@mozilla.org
|
e6957e79eb
|
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 15:51:02 -08:00 |
|
benjamin@smedbergs.us
|
1141ded71b
|
Back out bug 412320 and various followups because the perf impact was minimal and the code is more complicated
|
2008-02-21 12:39:20 -08:00 |
|
gavin@gavinsharp.com
|
eb3e4a8015
|
Back out bug 418069 because it causes a crash on startup for Camino
|
2008-02-20 18:06:26 -08:00 |
|
crowder@fiverocks.com
|
fdebdc3375
|
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 15:28:18 -08:00 |
|
roc+@cs.cmu.edu
|
4e7e2706f6
|
Bug 418158. nsIDOMSVGComponentTransferFunctionElement should not export the non-scriptable internal-use-only GenerateLookupTable function. r=rlongson,sr=pavlov,a=beltzner
|
2008-02-19 18:11:53 -08:00 |
|
roc+@cs.cmu.edu
|
f7f4e9f80f
|
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-19 18:10:05 -08:00 |
|
sayrer@gmail.com
|
a5e19e7bac
|
Bug 417052. Adjust JS_GC heuristic. Patch by Igor Bukanov <igor@mir2.org>. r/a=brendan
|
2008-02-19 17:20:24 -08:00 |
|
jst@mozilla.org
|
2ac92c01bc
|
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 14:38:34 -08:00 |
|
jag@tty.nl
|
05cdb6aefe
|
Bug 73353: Clean up our MODULE/REQUIRES story. rs=dbaron, a=brendan
|
2008-02-18 00:50:04 -08:00 |
|
roc+@cs.cmu.edu
|
0c77fd8ad4
|
Bug 416782. Rename isLocallyAvailable to mozIsLocallyAvailable because it's not part of any spec (yet). r+sr=jst
|
2008-02-17 13:26:29 -08:00 |
|
jst@mozilla.org
|
d1d10277e8
|
Backing out fixes for bug 416931 due to the JS property tree blowing up in size due to this change.
|
2008-02-16 20:07:51 -08:00 |
|
jruderman@hmc.edu
|
3848ee6bd6
|
Make gSerialCounter defined only ifdef DEBUG to silence a warning. Followup to bug 416939.
|
2008-02-16 14:15:32 -08:00 |
|
bzbarsky@mit.edu
|
0ffeb8258f
|
Allow JS 1.7 in XBL. Bug 389322, r=brendan, sr=jst, a=brendan
|
2008-02-15 21:13:16 -08:00 |
|
jwalden@mit.edu
|
eb18cf9339
|
Bug 417491 - Element.setAttribute(':', ...) throws DOMException INVALID_CHARACTER_ERR. r+sr=peterv, a=beltzner
|
2008-02-15 15:22:55 -08:00 |
|