bzbarsky@mit.edu
|
ed77655b3d
|
Make InitialReflow just post a reflow event instead of doing a synchronousreflow. Bug 378975, r=dbaron and Eli Friedman, sr=dbaron
|
2007-05-01 10:15:08 -07:00 |
bzbarsky@mit.edu
|
5606b8585e
|
Don't unblock onload on the document if we no longer have a parser. Bug375051, r=mbkap, sr=sicking
|
2007-04-26 21:05:08 -07:00 |
bzbarsky@mit.edu
|
b4fd52165f
|
Flush tags before calling StartLayout; otherwise we might end updouble-constructing frames for whatever content we hadn't notified on yet. Bug378559, r+sr=sicking
|
2007-04-26 11:57:58 -07:00 |
ted.mielczarek@gmail.com
|
cddd1b781f
|
bug 373181 - onload doesn't fire for XHTML documents that contain a script tag (Firefox's RSS preview is broken) - add mochikit test. r=sicking
|
2007-04-26 04:39:15 -07:00 |
bzbarsky@mit.edu
|
ab3ee8ccb0
|
Fix the vertical scrollbar guessing in nsHTMLScrollFrame to do better for aninitial reflow if we're doing that initial reflow a ways into the documentload. Bug 378480, r+sr=roc
|
2007-04-25 19:29:21 -07:00 |
peterv@propagandism.org
|
37ea48ef85
|
Fix for bug 378595 (Improve cycle collection QI performance). r/sr=sicking.
|
2007-04-25 09:35:27 -07:00 |
bzbarsky@mit.edu
|
7c814afc71
|
Back out. This actually hurts Tp2, the mac reftests are _still_ orange
|
2007-04-24 00:33:58 -07:00 |
bzbarsky@mit.edu
|
eb9df0c952
|
Another peformance test for bug 378480. Will back out in a few cycles.
|
2007-04-23 22:46:11 -07:00 |
benjamin@smedbergs.us
|
0ab7558e7b
|
Bug 376636 - Building with gcc 4.3 and -pendatic fails due to extra semicolons, patch by Art Haas <ahaas@airmail.net>, rs=me
|
2007-04-23 07:21:53 -07:00 |
bzbarsky@mit.edu
|
0f79323896
|
Set the status bar before actually handling the DOM event. That way if theevent is canceled, we'll still show the right status bar text. Bug 40838,patch by Florian Quèze <f.qu@queze.net, r=smaug, sr=bzbarsky
|
2007-04-23 00:31:21 -07:00 |
bzbarsky@mit.edu
|
9a2d9fdbe7
|
Stop blocking the parser on CSS stylesheet loads. We still block scriptexecution on them, however. Bug 84582, r+sr=sicking
|
2007-04-20 15:59:18 -07:00 |
enndeakin@sympatico.ca
|
f89dcc0213
|
Bug 377663, <titlebar> should move popup if inside one instead of the window, r+sr=roc
|
2007-04-20 03:56:49 -07:00 |
Olli.Pettay@helsinki.fi
|
b48621f78f
|
Bug 378102, Remove nsIDOMEventReceiver::HandleEvent r+sr=jst
|
2007-04-19 16:20:29 -07:00 |
sayrer@gmail.com
|
873351be9a
|
Bug 368994. move mochitests near the code they test. round 7. r=bzbarsky
|
2007-04-16 08:18:50 -07:00 |
masayuki@d-toybox.com
|
20203d1001
|
Bug 358899 [Cocoa] Improve nsIKBStateControl implementation r=josh+ere+masaki.katakai+roc, sr=roc
|
2007-04-15 06:43:55 -07:00 |
sayrer@gmail.com
|
a149d26094
|
Bug 368994. Move mochitests near the code they test, round 6. r=bzbarsky
|
2007-04-14 10:46:36 -07:00 |
neil@parkwaycc.co.uk
|
5bd376248d
|
Bug 376802 Use one global tooltip listener instead of creating one for each XUL element that needs one r=Smaug sr=jst
|
2007-04-12 13:59:01 -07:00 |
bzbarsky@mit.edu
|
60cbbf7b50
|
Adding testcase.
|
2007-04-11 23:40:27 -07:00 |
enndeakin@sympatico.ca
|
6556c089b2
|
Bug 375681, missed this file, add what-wg drag events, r=smaug,sr=roc
|
2007-04-11 22:56:13 -07:00 |
enndeakin@sympatico.ca
|
48dbcb6959
|
Bug 375681, use drag event names from what-wg spec, also implement new drag and dragend events, r=smaug,sr=roc
|
2007-04-11 21:37:39 -07:00 |
bzbarsky@mit.edu
|
d3613460d3
|
Don't block the parser on scripts we'll never execute. Bug 371743, r+sr=sicking
|
2007-04-11 13:18:11 -07:00 |
joshmoz@gmail.com
|
0a82135427
|
Draw native scrollbars using nsITheme on Mac OS X. Don't use a cocoa control. Fixes a whole host of clipping and visibility bugs and bugs 339447, 369293, 370439. r=josh sr=roc
|
2007-04-10 17:25:11 -07:00 |
enndeakin@sympatico.ca
|
8334c54140
|
Bug 376428, don't parse onpageshow/onpagehide as events on xul elements, fixes regression in update window, r=sr=sicking
|
2007-04-04 11:31:56 -07:00 |
enndeakin@sympatico.ca
|
24b58be501
|
Bug 366478 - consolidate lists of onX event attributes, r=smaug,jwatt,sr=sicking
|
2007-04-02 10:17:36 -07:00 |
roc+@cs.cmu.edu
|
6b98b7270d
|
Bug 374988. MSVC doesn't pack PRPackedBool bitfields properly, and PRBool field:1 means that the value for 'true' is -1, so use PRUint32 instead. r+sr=sicking
|
2007-03-27 20:57:36 -07:00 |
dbaron@dbaron.org
|
cb52af13a3
|
Remove GetKeyPointer method from nsTHashtable key types. b=374906 r=bsmedberg
|
2007-03-27 08:34:59 -07:00 |
dbaron@dbaron.org
|
4d961c5c49
|
Remove unused getKey callback from PLDHashTableOps/JSDHashTableOps. b=374906 r=bsmedberg
|
2007-03-27 08:33:38 -07:00 |
masayuki@d-toybox.com
|
35147eff8e
|
Bug 236546 newlines not added when copying table into clipboard with CTRL+mouse. patch by Jeff Schiller<codedread@gmail.com> r+sr=jst
|
2007-03-27 08:10:23 -07:00 |
Olli.Pettay@helsinki.fi
|
1f7ec1b192
|
375196, r+sr=roc
|
2007-03-25 22:38:22 -07:00 |
asqueella@gmail.com
|
78e163f935
|
Bug 371123 - XMLHttpRequest should trigger content policies
p=Wladimir Palant <trev@gtchat.de>r=jst, sr=sicking
|
2007-03-24 22:35:39 -07:00 |
Olli.Pettay@helsinki.fi
|
87f1c87400
|
Bug 288392, DOMSubtreeModified event, r=peterv, sr=jst
|
2007-03-24 05:18:02 -07:00 |
roc+@cs.cmu.edu
|
7215a7cdba
|
No bug. A variety of fixes to fix various reftest failures. Not Part Of The Build.
|
2007-03-24 04:07:36 -07:00 |
roc+@cs.cmu.edu
|
2552461c23
|
Bug 333659. nsLineBreaker fixes. Not Part Of The Build, used by new-textframe only.
|
2007-03-22 16:45:02 -07:00 |
roc+@cs.cmu.edu
|
0054412272
|
Bug 374866. Reftests for text-transform. r=dbaron
|
2007-03-22 16:01:14 -07:00 |
smontagu%smontagu.org
|
8de1814d8c
|
Bug 435856: LTR overwrite after printing a page. r+sr=roc, a=ss
|
2008-07-22 11:59:15 +00:00 |
gavin%gavinsharp.com
|
47cf6c51d4
|
Bug 433328: properly handle null inner window, patch by Blake Kaplan <mrbkap@gmail.com>, r+sr=jst, a=shaver
|
2008-05-28 19:03:04 +00:00 |
masayuki%d-toybox.com
|
bf6b82058d
|
b=433340 backing out for linux test failure
|
2008-05-23 11:41:05 +00:00 |
masayuki%d-toybox.com
|
7bb00ba873
|
Bug 433340 bookmark dialog covers candidate window when using IMEr=enndeakin, sr=neil, a=mtschrep
|
2008-05-23 04:47:25 +00:00 |
karlt+%karlt.net
|
8dc6bccea3
|
Bug 433192. Ctrl+Shift+X doesn't switch text-direction in text boxes with
Hebrew keyboard layout.
p=masayuki+karl r=gavin sr=roc a1.9=schrep.
|
2008-05-12 00:39:29 +00:00 |
jst%mozilla.org
|
4541a78fc5
|
Fixing bug 430802 (and bug 405357). Prevent plugin instantiation code re-entrancy. r=jwatt@jwatt.org, sr=bzbarsky@mit.edu, a=beltzner
|
2008-05-06 20:49:30 +00:00 |
bzbarsky%mit.edu
|
52bb383b63
|
Fix bug 431833: fire DOMFrameContentLoaded on the immediate parent document of
the frame. r=bent, sr=sicking, a=beltzner
|
2008-05-05 03:53:42 +00:00 |
jonas%sicking.cc
|
7b8c575737
|
Backing out to try to fix orange
|
2008-05-03 02:16:21 +00:00 |
jonas%sicking.cc
|
28d9b789fd
|
Bug 429781: Update XMLHttpRequest blocked header list to latest spec. Patch by Adam Barth. r/sr=sicking a=damon
|
2008-05-03 00:00:19 +00:00 |
masayuki%d-toybox.com
|
9365ecb7a0
|
Bug 429219 Ctrl+1, Ctrl+2, etc, regression (on fr(-FR) keyboard), after bug 359638 r=karl+gavin, sr=roc, a=dsicore
|
2008-05-02 14:50:42 +00:00 |
roc+%cs.cmu.edu
|
0df64c778a
|
Bug 406730. Track window activation status and set an 'active' attribute on the XUL root so we can style window contents based on activation status. Also provide active+inactive colors to Cocoa chrome drawing and use them based on 'main' state. Patch by Markus Strange, r=josh,sr=roc,a=mconnor
|
2008-05-02 11:32:52 +00:00 |
jonas%sicking.cc
|
89c6fbaae2
|
Putting back since orange wasn't affected
|
2008-05-01 22:43:42 +00:00 |
stuart.morgan%alumni.case.edu
|
d9f41f403e
|
Bug 431233: Remove printf that shouldn't have been left in. r+sr=jst a1.9=beltzner
|
2008-05-01 21:33:11 +00:00 |
jonas%sicking.cc
|
d7b1a8d28a
|
Backing out to try to fix orange
|
2008-05-01 19:03:48 +00:00 |
jst%mozilla.org
|
c4b776ce0c
|
Fixing bug 431280. Sniff the URI file extension for a mimetype to use if the one given in an embed elements type attribute isn't a supported type. r+sr=bzbarsky@mit.edu, a=dsicore@mozilla.com
|
2008-04-30 21:23:32 +00:00 |
Olli.Pettay%helsinki.fi
|
8f2327b99d
|
Bug 426646, Using location.replace breaks iframe history, r=bz,sr=jst,a=dsicore
|
2008-04-29 07:18:57 +00:00 |
bent.mozilla%gmail.com
|
b8b33c5b22
|
Bug 379959. Patch by Jonas Sicking <jonas@sicking.cc>. r+sr=bz, a=damons.
|
2008-04-28 23:56:13 +00:00 |
gavin%gavinsharp.com
|
f77453869b
|
Back out patch for bug 428672
|
2008-04-28 11:15:14 +00:00 |
gavin%gavinsharp.com
|
fccb8fc3b1
|
Bug 428672, patch by mrbkap@gmail.com, r+sr=jst, a=beltzner
|
2008-04-28 10:12:42 +00:00 |
bzbarsky%mit.edu
|
23be1b1856
|
Don't report bogus errors when DOMParser is used from chrome. Bug 429785,
r+sr=sicking, a=dsicore
|
2008-04-24 21:54:42 +00:00 |
Olli.Pettay%helsinki.fi
|
22a3615a81
|
Bug 430050, cancel frameloader initialization when docshell starts to load a page, r=sicking, sr=jst, a=dsicore
|
2008-04-24 10:33:24 +00:00 |
enndeakin%sympatico.ca
|
4ad738ef89
|
Backout bug 398928
|
2008-04-21 16:53:31 +00:00 |
jonas%sicking.cc
|
d7ad434701
|
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 17:35:57 +00:00 |
jonas%sicking.cc
|
6ddc22d1f9
|
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 17:20:12 +00:00 |
roc+%cs.cmu.edu
|
93e002bf7d
|
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 10:02:04 +00:00 |
Olli.Pettay%helsinki.fi
|
aae612beb6
|
Bug 425814, delay xul frame loading, r=sicking,sr=bz,a=beltzner
|
2008-04-18 08:58:07 +00:00 |
jst%mozilla.org
|
90a8c3d510
|
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 22:30:53 +00:00 |
jst%mozilla.org
|
5b617b7108
|
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 22:22:45 +00:00 |
masayuki%d-toybox.com
|
1f5b80f612
|
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 14:40:06 +00:00 |
mats.palmgren%bredband.net
|
d3df930e48
|
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 20:07:11 +00:00 |
bzbarsky%mit.edu
|
8720277f4b
|
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 16:03:23 +00:00 |
enndeakin%sympatico.ca
|
37578cdf1b
|
Bug 398928, allow dragging window on Mac by the toolbar, r=neil,sr=roc,a=beltzner
|
2008-04-16 15:29:55 +00:00 |
Olli.Pettay%helsinki.fi
|
dc656b0aa3
|
backout Bug 424377, a=beltzner
|
2008-04-15 18:02:23 +00:00 |
masayuki%d-toybox.com
|
39115e138a
|
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-15 04:16:27 +00:00 |
dbaron%dbaron.org
|
b8ae944d39
|
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-15 01:04:19 +00:00 |
jonas%sicking.cc
|
17fb584868
|
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 23:59:23 +00:00 |
jonas%sicking.cc
|
f2f1dba0bb
|
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 22:44:50 +00:00 |
bent.mozilla%gmail.com
|
90ec6403a8
|
Bug 425551 - "Fix async DOM events from keeping link elements alive past unlink". r+sr=sicking, a=beltzner.
|
2008-04-11 17:29:11 +00:00 |
benjamin%smedbergs.us
|
ccb71d799b
|
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 13:39:44 +00:00 |
jruderman%hmc.edu
|
ce16041c5d
|
Make tagStack be an array of nsString instead of nsAutoString. Fixes bug 427941. r+sr=sicking, a=beltzner
|
2008-04-11 04:38:26 +00:00 |
roc+%cs.cmu.edu
|
e9f1688373
|
Bug 426987 crashtest
|
2008-04-10 22:48:33 +00:00 |
roc+%cs.cmu.edu
|
bca6c1f861
|
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 22:47:02 +00:00 |
jonas%sicking.cc
|
1139b348bb
|
Backing out due to test failures
|
2008-04-09 03:20:42 +00:00 |
jonas%sicking.cc
|
f55395413a
|
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-09 02:17:13 +00:00 |
jonas%sicking.cc
|
126e198cad
|
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-09 02:06:31 +00:00 |
jonas%sicking.cc
|
2ec9134081
|
Bug 425201: Allow XMLHttpRequest and document.load load files from subdirectories. r/sr=dveditz
|
2008-04-09 00:38:13 +00:00 |
jonas%sicking.cc
|
ab176cfd0a
|
Bug 425078: Not showing authentication dialog box when request is made throught XMLHttpRequest in chrome window. r/sr=jst
|
2008-04-09 00:27:50 +00:00 |
reed%reedloden.com
|
f619ec1731
|
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 18:53:07 +00:00 |
jwatt%jwatt.org
|
9f2ce690c8
|
Revert temporary "fix" for mochitest failure on centos5. Seems it was a transient failure unrelated to any checkin.
|
2008-04-08 14:25:47 +00:00 |
jwatt%jwatt.org
|
cbfab0b8bb
|
Temporary fix for mochitest crash
|
2008-04-08 13:47:22 +00:00 |
jwatt%jwatt.org
|
d610eaa111
|
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 11:47:58 +00:00 |
timeless%mozdev.org
|
e9558a5d4f
|
Bug 394114 Interfaces missing from various QI implementations.
r=jag sr=jag a=dsicore
|
2008-04-08 06:18:36 +00:00 |
timeless%mozdev.org
|
71f819b50c
|
Bug 394114 Interfaces missing from various QI implementations.
r=jag sr=jag a=dsicore
|
2008-04-06 12:28:42 +00:00 |
gavin%gavinsharp.com
|
babd445376
|
Back out 2nd patch for bug 423355 due to unit test failures
|
2008-04-05 01:15:32 +00:00 |
gavin%gavinsharp.com
|
97bfff65bd
|
Back out patch for bug 423355 due to unit test failures
|
2008-04-05 01:11:51 +00:00 |
jonas%sicking.cc
|
e695367a2c
|
Bug 423355: Don't dispatch mutation events for native anon content. Patch by smaug. r/sr=sicking
|
2008-04-05 00:14:31 +00:00 |
jonas%sicking.cc
|
6d9a6c52e1
|
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-05 00:06:37 +00:00 |
reed%reedloden.com
|
dab14ebf6e
|
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 09:01:23 +00:00 |
mats.palmgren%bredband.net
|
2b5faa6cc3
|
Ignore a non-existent CSS file instead of causing a parse error (YSOD). b=418391 r+sr=bzbarsky a1.9=mtschrep
|
2008-04-03 03:56:38 +00:00 |
Olli.Pettay%helsinki.fi
|
e66e34e802
|
Bug 424377, r=jst, sr=roc
|
2008-04-01 10:37:30 +00:00 |
peterv%propagandism.org
|
b132982db6
|
Fix for bug 415192 (Crash (within nsCycleCollector::Shutdown and nsXBLBinding::RemoveInsertionParent) with <xul:wizard>, cloneNode). r/sr=sicking.
|
2008-03-28 14:09:03 +00:00 |
jst%mozilla.org
|
f15a83e362
|
More fixes to get this test to run more reliably, use onload instead of a timeout...
|
2008-03-28 04:06:48 +00:00 |
bzbarsky%mit.edu
|
8f0b2235c2
|
Fix bug 421228. r+sr=sicking
|
2008-03-28 03:46:15 +00:00 |
jst%mozilla.org
|
f57d6adb28
|
Bumping timeout in test in hope of stabilizing our slowish test boxes.
|
2008-03-28 00:58:39 +00:00 |
jst%mozilla.org
|
a79df711bf
|
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 23:12:18 +00:00 |
jruderman%hmc.edu
|
5bd5d10824
|
Add crashtest. (This file has caused leaks and crashes at various times in the 1.9 cycle.)
|
2008-03-27 04:19:21 +00:00 |
jst%mozilla.org
|
3888afb90e
|
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 23:04:57 +00:00 |
jruderman%hmc.edu
|
fc4e8180a3
|
Add a crashtest
|
2008-03-26 21:45:16 +00:00 |
jonas%sicking.cc
|
b31613d2f8
|
Bug 424923: Remove support for cross-site XHR. r/sr=jst for code changes
|
2008-03-26 02:46:11 +00:00 |
bzbarsky%mit.edu
|
72806746c6
|
Just drop loads of scripts that are not signed if the loading page is. Bug
424426, r+sr=jst, a=beltzner
|
2008-03-24 23:58:42 +00:00 |
jst%mozilla.org
|
8b559ed068
|
Landing followup fix for bug 402983 and re-enabling the new stricter file URI security policies. r+sr=bzbarsky@mit.edu
|
2008-03-22 16:50:49 +00:00 |
bzbarsky%mit.edu
|
6d360afcfd
|
Adding test
|
2008-03-22 05:28:53 +00:00 |
bzbarsky%mit.edu
|
540e729380
|
Fix bug 424212, r+sr=sicking, a=beltzner
|
2008-03-22 05:09:41 +00:00 |
bzbarsky%mit.edu
|
cb5ce70e23
|
Treat <xul:script> more like <html:script>. Bug 424188, r+sr=sicking, a=dsicore
|
2008-03-22 05:03:58 +00:00 |
enndeakin%sympatico.ca
|
8132a56053
|
Bug 421817, remove dragstart, drag and dragleave events for 1.9, they'll be back in a later release, r=jonas, sr=jst, a=beltzner
|
2008-03-21 22:47:14 +00:00 |
Olli.Pettay%helsinki.fi
|
b4ca6de8e7
|
Bug 420415, r=jst, sr=sicking, a=beltzner
|
2008-03-21 11:44:09 +00:00 |
bzbarsky%mit.edu
|
a886349bee
|
Fix warning. No reviews other than my attempt to get useful info from our
compile-time output, which this hindered.
|
2008-03-20 03:39:46 +00:00 |
bzbarsky%mit.edu
|
dec354dc84
|
Don't use uninitialized variables. Bug 414076 followup, patch by Ronny Perinke
<ronny.perinke@gmx.de>, r+sr=bzbarsky
|
2008-03-19 23:23:59 +00:00 |
dbaron%dbaron.org
|
ccf1dbb65a
|
Fixing asymmetry between what timeless landed for bug 394114 and what he backed out.
|
2008-03-19 22:05:05 +00:00 |
timeless%mozdev.org
|
4dd59e4169
|
reverting, wrong patch, missing AMBIGUOUS
|
2008-03-19 21:55:28 +00:00 |
timeless%mozdev.org
|
8f189a966c
|
Bug 394114 Interfaces missing from various QI implementations.
r=jag sr=jag a=dsicore
|
2008-03-19 21:19:42 +00:00 |
bzbarsky%mit.edu
|
4c06c46baa
|
Don't garbage-collect still-loading Image nodes until their onload/onerror has
fired. Bug 421602, r=stuart, sr=sicking
|
2008-03-19 19:07:59 +00:00 |
mattwillis%gmail.com
|
383b45e963
|
Bug 383430 - Add features to XHR for convenience of background requests. Patch by Manish Singh <manish@flock.com> r/sr=sicking, a1.9=shaver
|
2008-03-19 00:14:44 +00:00 |
cbiesinger%gmail.com
|
cd286e058a
|
bug 422537 use a storage stream instead of a pipe as the upload stream when
send()ing a document, to follow the expectations of nsIUploadChannel which
wants a seekable stream.
r+sr=bz a=beltzner
|
2008-03-18 19:49:20 +00:00 |
mattwillis%gmail.com
|
1d3cf91fbd
|
Bug 421622 - Add testcase
|
2008-03-18 18:22:50 +00:00 |
gavin%gavinsharp.com
|
a8bbb8366e
|
Bug 422808: remove forwarding of nsIAuthPrompt for XHR and document.load so that users fall back to the more useful docshell prompts, r=sicking, sr=biesi (r=dolske on tests)
|
2008-03-18 18:18:30 +00:00 |
jst%mozilla.org
|
f8cd581f27
|
Fixing bug 395110. Give type attribute higher priority when deciding what plugin to use. r=jonas@sicking.cc, sr=bzbarsky@mit.edu
|
2008-03-18 00:36:14 +00:00 |
dbaron%dbaron.org
|
f94f6d2b1d
|
Add knowledge of edge names to cycle collector, ifdef DEBUG_CC. b=420514 r+sr=peterv a=damons
|
2008-03-17 23:11:10 +00:00 |
bzbarsky%mit.edu
|
b35368fe64
|
Pass the right nodes to our boundary-check, and clean up some remaining DOM-api
cruft. Bug 414076 and bug 379280, patch in bug 414076, r+sr=sicking
|
2008-03-17 04:56:22 +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 |
dbaron%dbaron.org
|
526e0f4497
|
Fix bad reference counting of atoms so we don't manipulate garbage atom pointers. b=422546 r=timeless sr=roc a=damon
|
2008-03-13 18:54:02 +00:00 |
mattwillis%gmail.com
|
89ffbc5684
|
Bug 421622 - nsXMLHttpRequest#send() shouldn't reset all request headers when called from chrome. Patch by Manish Singh <manish@flock.com> r/sr=sicking, a1.9=beltzner
|
2008-03-13 11:43:06 +00:00 |
Olli.Pettay%helsinki.fi
|
e75aae6aac
|
Bug 419527, 'ASSERTION: Wrong root' with XBL, r+sr=sicking
|
2008-03-13 10:12:51 +00:00 |
dcamp%mozilla.com
|
cc94714d40
|
Bug 394485: Prevent loading blocklisted urls loaded from <object> tags. r=jonas, sr=biesi, blocking1.9=stuart
|
2008-03-12 21:52:55 +00:00 |
jwalden%mit.edu
|
f8926ac6b1
|
Switch a test from using a Mozilla-specific name for a constant to using the standard one, no semantic change. r=foopy
|
2008-03-12 20:43:09 +00:00 |
Olli.Pettay%helsinki.fi
|
b88b7a72be
|
Bug 421486, automatic unwanted scrolling, r+sr=sicking
|
2008-03-12 10:26:12 +00:00 |
roc+%cs.cmu.edu
|
5c55514d21
|
Bug 421662. Rename TextRectangle* to ClientRect*. r+sr=sicking,a=damon
|
2008-03-12 00:51:19 +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 |
jwalden%mit.edu
|
cf67278b43
|
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 23:02:36 +00:00 |
reed%reedloden.com
|
53c5194c05
|
Bug 418543 - "remove -moz-pre-wrap" [p=taken.spc@gmail.com (KUROSAWA, Takeshi) r+sr=roc a1.9=beltzner]
|
2008-03-08 09:44:43 +00:00 |
dbaron%dbaron.org
|
5ceefe7750
|
Don't call nsCycleCollector_DEBUG_wasFreed on generic elements since it inevitably leads to false positives. b=420548 r+sr=peterv a=Not part of the default build (DEBUG/DEBUG_CC only)
|
2008-03-07 17:55:24 +00:00 |
bent.mozilla%gmail.com
|
ed9e41df06
|
Bug 420700 - Calling createContextualFragment affects subsequent setting of innerHTML. r+sr=jst, a=blocking1.9+.
|
2008-03-06 20:14:35 +00:00 |
enndeakin%sympatico.ca
|
7bbe8e6e35
|
Bug 403217 - cannot drag text containing certain characters, r+sr=jst
|
2008-03-05 21:18:14 +00:00 |
reed%reedloden.com
|
1f26ed5f48
|
Bug 420609 - "XMLHttpRequest no longer able to parse XHTML documents with entity references" [p=trev.moz@adblockplus.org (Wladimir Palant) r+sr=bzbarsky a1.9=sicking a=blocking1.9+]
|
2008-03-05 10:29:34 +00:00 |
mats.palmgren%bredband.net
|
86acfb568f
|
Don't notify when setting text from within the constructor. b=420429 r+sr=jonas a=blocking1.9
|
2008-03-05 07:14:44 +00:00 |
jruderman%hmc.edu
|
010a818fe6
|
Make nsContentSink, instead of subclasses, be responsible for making sure RemoveObserver is called (bug 420835). r+sr=sicking, a=blocking1.9+.
|
2008-03-05 04:54:21 +00:00 |
jst%mozilla.org
|
498f173ac1
|
Backing out fix for bug 419848 due to feed code breakage.
|
2008-03-04 05:39:10 +00:00 |
jst%mozilla.org
|
11752911ce
|
Fixing bug 419848. Tighten rules about what JS files content can load. r+sr=jonas@sicking.cc
|
2008-03-04 04:17:34 +00:00 |
jonas%sicking.cc
|
adc97b15f4
|
Bug 383818: Cloned menu items don't display correctly. r/sr=jst
|
2008-03-04 01:25:06 +00:00 |
bzbarsky%mit.edu
|
7566776699
|
Add the charset right after the type, before all other params, if there is no
existing charset in the type. Bug 413974, r=biesi, sr=sicking, a=beltzner
|
2008-02-29 04:24:33 +00:00 |
bent.mozilla%gmail.com
|
c2f17b7a19
|
Bug 414977 - "insufficient unlink methods in some DOM classes?". Allow the cycle collector to unlink XPCWrappedNatives in one cycle instead of two. r=peterv, sr=jst, a1.9b4+=schrep.
|
2008-02-29 02:09:10 +00:00 |
jst%mozilla.org
|
3ed71b1148
|
Fixing bug 410946. Prevent plugins from being destroyed while there's code from those plugins on the stack. r+sr=bzbarsky@mit.edu, a=beltzner@mozilla.com
|
2008-02-29 02:06:00 +00:00 |
masayuki%d-toybox.com
|
1e15df8ce2
|
Bug 418470 Go to line in View Source broken (NS_ERROR_UNEXPECTED at nsISelectionController.scrollSelectionIntoView) (retry) r+sr=roc, a1.9b4=beltzner
|
2008-02-28 15:28:40 +00:00 |
masayuki%d-toybox.com
|
755b4e49e5
|
backing out the previous patch, becaused qm-centos5-01 dep unit test is orange
|
2008-02-28 13:59:28 +00:00 |
masayuki%d-toybox.com
|
0cb4d69dfd
|
Bug 418470 Go to line in View Source broken (NS_ERROR_UNEXPECTED at nsISelectionController.scrollSelectionIntoView) r+sr=roc, a1.9b4=beltzner
|
2008-02-28 11:01:59 +00:00 |