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

4626 Коммитов

Автор SHA1 Сообщение Дата
jonas%sicking.cc 608a33d52c Backing out previous checkin since leaks went up 2007-06-18 23:21:28 +00:00
sayrer%gmail.com 4f77038521 bug 384507. nsContentSink.h contains static non-member functions and globals. r+sr=jst 2007-06-18 22:44:12 +00:00
jonas%sicking.cc 082743a4e9 Bug 348156: Don't rely on UnbindFromTree to break cycles since that puts us in an inconsistent state. r/sr=jst 2007-06-18 22:27:28 +00:00
bzbarsky%mit.edu b0020da849 Don't allow loads to start in a docshell that's firing the unload event. Also
don't allow document.open of the document in that docshell.  Bug 371360,
r=biesi, sr=jst
2007-06-14 18:18:06 +00:00
mats.palmgren%bredband.net 1db7455f04 Second attempt at mochitests for bug 375003. 2007-06-14 01:21:13 +00:00
mats.palmgren%bredband.net 4b4c7b688f Disabling tests for bug 375003 for now to fix orange. 2007-06-14 00:38:54 +00:00
mats.palmgren%bredband.net c16a4bfbbe Fix offsetLeft/Top for nested tables and clientLeft/Top for some elements with non-zero margins. b=375003 r+sr=roc 2007-06-14 00:08:10 +00:00
bzbarsky%mit.edu 856f1b4974 Make the about:blank documents created by CreateAboutBlankContentViewer have
the same encoding as real about:blank documents (that is, UTF-8).  Bug 380383,
r+sr=jst
2007-06-07 07:13:05 +00:00
bzbarsky%mit.edu a7ece8f336 Don't react to changes in anonymous content subtrees. Bug 383137, r+sr=sicking 2007-06-05 03:29:50 +00:00
roc+%cs.cmu.edu c5c65818cd Bug 174397. Support getClientRects and getBoundingClientRect on DOM elements. r=jonas,dbaron; sr=tor, plus help from Anne van Kesteren and Martijn Wargers 2007-05-30 22:32:56 +00:00
jonas%sicking.cc 48fa25294c Bug 366417: Set up scriptloader in the nsDocument ctor to ensure that the blocker-count stays in sync with the notification depth. r/sr=bz 2007-05-30 20:43:42 +00:00
peterv%propagandism.org 9eca95ccdc Fix for bug 368774 (Make cycle collector work with refcounted non-XPCOM objects). r=dbaron, sr=sicking. 2007-05-24 14:10:04 +00:00
sharparrow1%yahoo.com 9ec97fb1f5 Bug 365189 document.width/document.height flush layout too late. r+sr=roc. 2007-05-23 03:52:53 +00:00
Olli.Pettay%helsinki.fi 6f25a6cffd Bug 378776, Need safe way to iterate a document's presshells, r+sr=bz 2007-05-22 21:45:07 +00:00
mrbkap%gmail.com e72b18a5f2 Update our child counts if notifying on our children caused more updates. bug 376761, r=bzbarsky sr=sicking 2007-05-17 23:54:35 +00:00
gavin%gavinsharp.com 18c3497db6 Revert unintentional change from bug 374723, r=dolske 2007-05-16 18:59:32 +00:00
gavin%gavinsharp.com 0cee3e43ee Bug 374723: re-design password manager API and implement in JS rather than C++, patch by Justin Dolske <dolske@mozilla.com>, r=mconnor, r=me 2007-05-16 10:02:51 +00:00
cbiesinger%web.de 919312a409 Bug 370195 ��� sql device for the offline cache
patch by Dave Camp <dcamp@mozilla.com> r=jst (content part) r=biesi (rest)
2007-05-14 20:09:20 +00:00
Olli.Pettay%helsinki.fi 6721d4f009 Bug 363089, Remove nsIDOMEventReceiver (this time passes mochitest), r+sr=jst 2007-05-14 09:13:09 +00:00
bzbarsky%mit.edu cc285b94ba Put content types and charsets on the text/plain parts of the form submission
for multipart POST submissions.  Bug 116346, patch by David Nesting
<david@fastolfe.net>, r=bzbarsky, sr=sicking
2007-05-14 04:00:49 +00:00
bzbarsky%mit.edu 8f97837637 Process XBL constructors right after the frame construction in
InitialReflow().  Bug 377119, r+sr=sicking
2007-05-14 03:52:49 +00:00
Olli.Pettay%helsinki.fi 8e287d3582 backout Bug 363089 2007-05-11 13:34:12 +00:00
Olli.Pettay%helsinki.fi 670f53f666 Bug 363089, Remove nsIDOMEventReceiver, r+sr=jst 2007-05-11 11:15:20 +00:00
dbaron%dbaron.org 8e49c04ba5 Remove eCSSUnit_Proportional and eStyleUnit_Proportional, which were used only for a removed feature. b=333352 r+sr=bzbarsky 2007-05-11 06:00:26 +00:00
bzbarsky%mit.edu 5140c59daa Store the charset we had when we were written into when document.open()
happens.  Then restore that as the document charset when loading from a wyciwyg
channel, instead of just claiming to be UTF-16.  Bug 255820, r+sr=jst
2007-05-09 02:47:59 +00:00
bzbarsky%mit.edu 27fdff6596 Propagate a stylesheet's principal to the URI and Image CSSValues derived from
that sheet.  Bug 377091, r+sr=dbaron
2007-05-03 01:15:54 +00:00
bzbarsky%mit.edu b1e55b927c Introduce a GetPrimaryShell() API on nsIDocument. Convert existing callers of
GetShellAt(0) to using this API.  Bug 378780.  API introduction part by me,
r+sr=jst.  Mass-changes done by taras using squash, r+sr=me
2007-05-01 22:24:25 +00:00
dbaron%dbaron.org 5478dd7273 Reduce #include dependencies on style system headers: reduce what nsRuleData.h pulls in. b=379089 r+sr=bzbarsky 2007-04-28 16:03:15 +00:00
bzbarsky%mit.edu fc6b011442 Don't unblock onload on the document if we no longer have a parser. Bug
375051, r=mbkap, sr=sicking
2007-04-27 04:05:08 +00:00
asqueella%gmail.com d7ddb1bf07 Bug 368700 - Using TLDs in document.domain should not be allowed
p=Wladimir Palant <trev.moz@adblockplus.org>
r=bz, sr=dveditz
2007-04-25 20:48:28 +00:00
bzbarsky%mit.edu 522ea4fd51 Don't drop the old sheet when "rel" changes from one value that contains
"stylesheet" to anoher.  Bug 360746, r+sr=sicking
2007-04-25 18:48:18 +00:00
peterv%propagandism.org d0d256596c Fix for bug 378595 (Improve cycle collection QI performance). r/sr=sicking. 2007-04-25 16:35:31 +00:00
benjamin%smedbergs.us 3fb4912f5d 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 14:22:04 +00:00
bzbarsky%mit.edu b7deb8d7be Set the status bar before actually handling the DOM event. That way if the
event 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 07:31:21 +00:00
bzbarsky%mit.edu ee773f7a7d Stop blocking the parser on CSS stylesheet loads. We still block script
execution on them, however.  Bug 84582, r+sr=sicking
2007-04-20 22:59:18 +00:00
philringnalda%gmail.com c3b117a948 Bug 370561 - Make nsIFormSubmitObserver scriptable, patch by Justin Dolske <dolske@mozilla.com>, r+sr=jst 2007-04-17 04:06:12 +00:00
sayrer%gmail.com f62f060558 Bug 311681 xhtml tests pass now that we have an incremental XML content sink. 2007-04-16 15:53:04 +00:00
sayrer%gmail.com fda804eb1c Bug 368994. move mochitests near the code they test. round 7. r=bzbarsky 2007-04-16 15:18:50 +00:00
sayrer%gmail.com 1fb5b029fc Bug 368994. Move mochitests near the code they test, round 6. r=bzbarsky 2007-04-14 17:46:36 +00:00
bzbarsky%mit.edu 9bf46df6bf Make sure to end our update before we decrement mSink->mInNotification. Bug
373669, r+sr=sicking
2007-04-07 00:20:09 +00:00
enndeakin%sympatico.ca dc742a95f8 Bug 366478 - consolidate lists of onX event attributes, r=smaug,jwatt,sr=sicking 2007-04-02 17:17:36 +00:00
Olli.Pettay%helsinki.fi bfc52fa107 Bug 373483, Crash [@ nsHTMLButtonElement::PostHandleEvent] when right-clicking on the button in this testcase, r+sr=jst 2007-04-02 16:13:45 +00:00
bzbarsky%mit.edu 7e01075cce Adding test, bug 371375. 2007-03-28 20:25:20 +00:00
dbaron%dbaron.org d2a7c1e86a Remove GetKeyPointer method from nsTHashtable key types. b=374906 r=bsmedberg 2007-03-27 15:35:02 +00:00
dbaron%dbaron.org a32fb9b241 Remove unused getKey callback from PLDHashTableOps/JSDHashTableOps. b=374906 r=bsmedberg 2007-03-27 15:33:45 +00:00
jwatt%jwatt.org c55fee83a3 Fixing bug 372098. HTML links with target="" should use the base target. r=Olli.Pettay@gmail.com, sr=jonas@sicking.cc 2007-03-26 13:19:33 +00:00
Olli.Pettay%helsinki.fi caa7e9b8e7 375196, r+sr=roc 2007-03-26 05:38:22 +00:00
Olli.Pettay%helsinki.fi d9521b789a Bug 288392, DOMSubtreeModified event, r=peterv, sr=jst 2007-03-24 12:18:03 +00:00
gavin%gavinsharp.com 780604eaef Add mochitest for bug 373589, original testcase by Jesse Ruderman <jruderman@gmail.com>, r=roc 2007-03-20 19:40:34 +00:00
gavin%gavinsharp.com f74b6b9c34 Bug 373589: fix crash [@ nsPresContext::DefaultLinkColor] trying to get link color for <body> that has been removed from the document, which was a regression from the patch for bug 372971, patch by Taras Glek <tglek@mozilla.com>, r+sr=roc 2007-03-20 00:21:29 +00:00