enndeakin@sympatico.ca
|
4550317acc
|
Backout bug 398928
|
2008-04-21 09:53:30 -07:00 |
|
jonas@sicking.cc
|
2558cdb12f
|
Followup patch to bug 425201. Make sure to throw if xhr.open is called with an illegal uri. Also restore the nsIScriptSecurityManager.CheckConnect API as soap still uses it
|
2008-04-18 10:35:55 -07:00 |
|
jonas@sicking.cc
|
ea7b3dfeb2
|
Bug 423269: Don't add scriptblockers around StartUpdate/EndUpdate batches as script is likely to execute at the last EndUpdate. Also for now, restore full functionality to scripts running while there are scriptblockers. r/sr=bz a=beltzner
|
2008-04-18 10:20:11 -07:00 |
|
roc+@cs.cmu.edu
|
ab9c3d7c92
|
Bug 429172. Return the docshell's script global object as soon as the document's content viewer has been Closed(). r+sr=sicking,a=beltzner
|
2008-04-18 03:02:03 -07:00 |
|
Olli.Pettay@helsinki.fi
|
bb465783ef
|
Bug 425814, delay xul frame loading, r=sicking,sr=bz,a=beltzner
|
2008-04-18 01:58:06 -07:00 |
|
jst@mozilla.org
|
54ae1d2978
|
Landing fix for bug 419716. Make us consistently deal how we're pass param tags to object tags when parsing XHTML. Patch by mrbkap@gmail.com and bent.mozilla@gmail.com, r+sr=jonas@sicking.cc, a=beltzner
|
2008-04-17 15:30:51 -07:00 |
|
jst@mozilla.org
|
940a11a226
|
Fixing bug 428847. Don't show an error page if an XML file references an XSLT stylesheet it doesn't have permission to load. r+sr=jonas@sicking.cc, a=beltzner
|
2008-04-17 15:22:44 -07:00 |
|
masayuki@d-toybox.com
|
407483269d
|
Bug 429160 [Mac]Regression: Command-Option-F does not select search box (not fixed by this patch) / Bug 429291 Hotkeys (Ctrl-F, Ctrl-C, Ctrl-V, etc.) broken in Russian locale (most likely after bug 359638 landed) (fixed by this patch) r+sr=roc, a=beltzner
|
2008-04-17 07:40:06 -07:00 |
|
mats.palmgren@bredband.net
|
6091930e10
|
Don't trigger "Missing plugin" UI for supported image or document types when there's no URI. b=429157 r+sr=jst a1.9=beltzner
|
2008-04-16 13:07:11 -07:00 |
|
bzbarsky@mit.edu
|
de3cfbb932
|
Allow a signed jar to load scripts which are at least as privileged as the jar. Bug 428873, r+sr=jst, a=beltzner
|
2008-04-16 09:03:23 -07:00 |
|
enndeakin@sympatico.ca
|
d6732d2103
|
Bug 398928, allow dragging window on Mac by the toolbar, r=neil,sr=roc,a=beltzner
|
2008-04-16 08:29:54 -07:00 |
|
Olli.Pettay@helsinki.fi
|
ec05b75347
|
backout Bug 424377, a=beltzner
|
2008-04-15 11:02:22 -07:00 |
|
masayuki@d-toybox.com
|
5252d63ce1
|
Bug 359638 accesskeys are incorrectly shifted again (i.e. accesskey=. is broken) and also for b=398264, b=401086, b=414130, b=427797, b=427932, b=427995 r=karlt+ere+josh, sr=roc, a1.9=mconnor
|
2008-04-14 21:16:24 -07:00 |
|
dbaron@dbaron.org
|
72f25cf7a0
|
Backout bug 157546 (making the delete key delete by clusters) to fix blockers bug 419217 and bug 419406. Instead of removing the added test, mark now-failing tests as todo. a=damons
|
2008-04-14 18:04:18 -07:00 |
|
jonas@sicking.cc
|
e639cf9471
|
Bug 423355: Make sure that we never remove removable blockers more than once. Also make sure to never fire mutation events when it's not safe to run script. r/sr=bz/roc a=beltzner
|
2008-04-14 16:59:21 -07:00 |
|
jonas@sicking.cc
|
c052f989a1
|
Bug 423355: Never fire mutation events on native-anon content. Also includes fix for nsIContent::IsInNativeAnonymousSubtree. Patch by Smaug. r/sr=sicking a=beltzner
|
2008-04-11 15:44:48 -07:00 |
|
bent.mozilla@gmail.com
|
7e4ac1fa4a
|
Bug 425551 - "Fix async DOM events from keeping link elements alive past unlink". r+sr=sicking, a=beltzner.
|
2008-04-11 10:29:06 -07:00 |
|
benjamin@smedbergs.us
|
5c2bff725a
|
Bug 292789 (the chrome registry part), add a contentaccessible flag for packages and expose it on nsIXULChromeRegistry, r=dtownsend sr=jst a=beltzner
|
2008-04-11 06:39:43 -07:00 |
|
jruderman@hmc.edu
|
063cf28ac9
|
Make tagStack be an array of nsString instead of nsAutoString. Fixes bug 427941. r+sr=sicking, a=beltzner
|
2008-04-10 21:38:25 -07:00 |
|
roc+@cs.cmu.edu
|
cd8fdaadeb
|
Bug 426987 crashtest
|
2008-04-10 15:48:33 -07:00 |
|
roc+@cs.cmu.edu
|
f5291de857
|
Bug 426987. Split SaveState from nsIDocument::Destroy so that we don't do Destroy() while we're still displaying the document. r+sr=sicking,a=beltzner
|
2008-04-10 15:47:01 -07:00 |
|
jonas@sicking.cc
|
b8a008856b
|
Backing out due to test failures
|
2008-04-08 20:20:39 -07:00 |
|
jonas@sicking.cc
|
bae1febd8f
|
Bug 425551: Improve script blocker code and use it to prevent async DOM events from keeping link elements alive past CC. Patch by bent. r/sr=sicking
|
2008-04-08 19:17:13 -07:00 |
|
jonas@sicking.cc
|
5e5ddf5b3f
|
Bug 425551: Improve script blocker code and use it to prevent async DOM events from keeping link elements alive past CC. Patch by bent. r/sr=sicking
|
2008-04-08 19:06:27 -07:00 |
|
jonas@sicking.cc
|
9b874a6992
|
Allow XMLHttpRequest and document.load load files from subdirectories. r/sr=dveditz
|
2008-04-08 17:38:12 -07:00 |
|
jonas@sicking.cc
|
d6ba11877b
|
Bug 425078: Not showing authentication dialog box when request is made throught XMLHttpRequest in chrome window. r/sr=jst
|
2008-04-08 17:27:50 -07:00 |
|
reed@reedloden.com
|
daf0485896
|
Bug 420499 - "Caret browsing mode wrongly engaged" (Mochitest) [p=chris@pearce.org.nz (Chris Pearce [cpearce]) r+sr=roc a=blocking1.9+]
|
2008-04-08 11:52:48 -07:00 |
|
jwatt@jwatt.org
|
ab905909b3
|
Revert temporary "fix" for mochitest failure on centos5. Seems it was a transient failure unrelated to any checkin.
|
2008-04-08 07:25:47 -07:00 |
|
jwatt@jwatt.org
|
050ccda9ac
|
Temporary fix for mochitest crash
|
2008-04-08 06:47:22 -07:00 |
|
jwatt@jwatt.org
|
ba084d4f8d
|
Bug 369418. Prevent script from injecting floating point infinity or NaN values into C++ land through DOM interfaces. r+sr=roc@ocallahan.org, a=blocking1.9
|
2008-04-08 04:47:57 -07:00 |
|
timeless@mozdev.org
|
2901e3ff19
|
Bug 394114 Interfaces missing from various QI implementations. r=jag sr=jag a=dsicore
|
2008-04-07 23:18:35 -07:00 |
|
timeless@mozdev.org
|
d7e775a7be
|
Bug 394114 Interfaces missing from various QI implementations. r=jag sr=jag a=dsicore
|
2008-04-06 05:28:34 -07:00 |
|
gavin@gavinsharp.com
|
2ff7b4b7c9
|
Back out 2nd patch for bug 423355 due to unit test failures
|
2008-04-04 18:15:32 -07:00 |
|
gavin@gavinsharp.com
|
aaac62d073
|
Back out patch for bug 423355 due to unit test failures
|
2008-04-04 18:11:50 -07:00 |
|
jonas@sicking.cc
|
75846b09ae
|
Bug 423355: Don't dispatch mutation events for native anon content. Patch by smaug. r/sr=sicking
|
2008-04-04 17:14:31 -07:00 |
|
jonas@sicking.cc
|
7b0e38bbed
|
Bug 423355: Fix bug in blocker unnesting code. Also make sure to never fire mutation events when it's not safe to run script, even if the event isn't catchable by content. r/sr=bz
|
2008-04-04 17:06:36 -07:00 |
|
reed@reedloden.com
|
a663ac401d
|
Bug 426308 - "Cross site XHR backout broke redirect handling for privileged code" [p=manish@flock.com (Manish Singh) r+sr=sicking a=blocking1.9+]
|
2008-04-04 02:01:22 -07:00 |
|
mats.palmgren@bredband.net
|
bbfdecc388
|
Ignore a non-existent CSS file instead of causing a parse error (YSOD). b=418391 r+sr=bzbarsky a1.9=mtschrep
|
2008-04-02 20:56:38 -07:00 |
|
Olli.Pettay@helsinki.fi
|
aca9d2e936
|
Bug 424377, r=jst, sr=roc
|
2008-04-01 03:37:28 -07:00 |
|
peterv@propagandism.org
|
14a390a55a
|
Fix for bug 415192 (Crash (within nsCycleCollector::Shutdown and nsXBLBinding::RemoveInsertionParent) with <xul:wizard>, cloneNode). r/sr=sicking.
|
2008-03-28 07:09:00 -07:00 |
|
jst@mozilla.org
|
8d1013ae5e
|
More fixes to get this test to run more reliably, use onload instead of a timeout...
|
2008-03-27 21:06:48 -07:00 |
|
bzbarsky@mit.edu
|
2db2275e45
|
Fix bug 421228. r+sr=sicking
|
2008-03-27 20:46:15 -07:00 |
|
jst@mozilla.org
|
e0d9bf2561
|
Bumping timeout in test in hope of stabilizing our slowish test boxes.
|
2008-03-27 17:58:39 -07:00 |
|
jst@mozilla.org
|
fe790e64b1
|
Fixing bug 393756. Get the plugin mimetype from the file extension in the URI if no other type information is available. r+sr=bzbarsky@mit.edu
|
2008-03-27 16:12:18 -07:00 |
|
jruderman@hmc.edu
|
3c037b9f75
|
Add crashtest. (This file has caused leaks and crashes at various times in the 1.9 cycle.)
|
2008-03-26 21:19:21 -07:00 |
|
jst@mozilla.org
|
e0c4d37c12
|
Fixing bug 425013. Make Firefox show the plugin finder UI for unsupported object tags w/o alternate content. r+sr=bzbarsky@mit.edu
|
2008-03-26 16:04:57 -07:00 |
|
jruderman@hmc.edu
|
1d31c11eca
|
Add a crashtest
|
2008-03-26 14:45:16 -07:00 |
|
jonas@sicking.cc
|
ae0bc39fab
|
Bug 424923: Remove support for cross-site XHR. r/sr=jst for code changes
|
2008-03-25 19:46:08 -07:00 |
|
bzbarsky@mit.edu
|
d8684248ba
|
Just drop loads of scripts that are not signed if the loading page is. Bug 424426, r+sr=jst, a=beltzner
|
2008-03-24 16:58:42 -07:00 |
|
jst@mozilla.org
|
14b80d26bc
|
Landing followup fix for bug 402983 and re-enabling the new stricter file URI security policies. r+sr=bzbarsky@mit.edu
|
2008-03-22 09:50:47 -07:00 |
|