bzbarsky@mit.edu
|
85dffb61e3
|
Don't leave an exception just hangin' out on the JSContext. Bug 422009, r+sr=jst, a=shaver
|
2008-03-19 17:42:47 -07:00 |
bent.mozilla@gmail.com
|
21f2477680
|
Bug 4126862 - "Change the 'allow scripts to move or resize existing windows' pref to a whitelist". Properly back out changes to nsGlobalWindow.
|
2008-03-19 14:32:20 -07:00 |
bent.mozilla@gmail.com
|
64b03c2916
|
Bustage fix, undoing these changes until I figure out why the merge failed.
|
2008-03-19 13:27:34 -07:00 |
bent.mozilla@gmail.com
|
dc895122d0
|
Bug 4126862 - "Change the 'allow scripts to move or resize existing windows' pref to a whitelist". Backing out this patch.
|
2008-03-19 13:15:12 -07:00 |
dcamp@mozilla.com
|
6ca9412376
|
Bug 407839: restrict globalStorage to same host. r=enndeakin, sr=jst, blocking1.9=pavlov
|
2008-03-18 18:27:35 -07:00 |
Olli.Pettay@helsinki.fi
|
05bea22e0b
|
Bug 329385, r+sr=jst
|
2008-03-18 17:06:22 -07:00 |
jst@mozilla.org
|
405922eede
|
Fixing bug 418776. Don't resolve standard classes on non-global objects. r+sr=mrbkap@gmail.com
|
2008-03-18 13:42:19 -07:00 |
reed@reedloden.com
|
5a41512a76
|
Bug 375457 - "toDataURL has incorrect type-checking logic" (a simple test that just ensures we throw an exception when calling toDataURL with null and objects) [p=joe@drew.ca (Joe Drew [JOEDREW!])]
|
2008-03-18 12:55:12 -07:00 |
dtownsend@oxymoronical.com
|
fec1f1442c
|
Bug 419582: Unblocklisted plugin should be set to enable on startup. r+sr=jst
|
2008-03-18 03:38:15 -07:00 |
jst@mozilla.org
|
0e83f61a8d
|
Fixing bug 420603. Don't run scripts while wrapping DOM objects. r=mrbkap@gmail.com, sr=peterv@propagandism.org
|
2008-03-17 14:19:25 -07:00 |
dbaron@dbaron.org
|
0f6677bebc
|
Make nsJSONWriter::Write not crash when given buffer greater than 1024 characters. b=423152 r=sayrer a=beltzner
|
2008-03-17 11:58:38 -07:00 |
igor@mir2.org
|
f79e8599dd
|
bug=421274 r=brendan a=beltzner Eliminating SAVE_SP_AND_PC() macro
|
2008-03-17 01:58:28 -07:00 |
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 |