mats.palmgren@bredband.net
|
af93a34b6b
|
Second attempt at mochitests for bug 375003.
|
2007-06-13 18:21:13 -07:00 |
|
mats.palmgren@bredband.net
|
8e2a241b4b
|
Disabling tests for bug 375003 for now to fix orange.
|
2007-06-13 17:38:54 -07:00 |
|
mats.palmgren@bredband.net
|
4805e0ce39
|
Fix offsetLeft/Top for nested tables and clientLeft/Top for some elements with non-zero margins. b=375003 r+sr=roc
|
2007-06-13 17:08:10 -07:00 |
|
bzbarsky@mit.edu
|
4c062a36e2
|
Make the about:blank documents created by CreateAboutBlankContentViewer havethe same encoding as real about:blank documents (that is, UTF-8). Bug 380383,r+sr=jst
|
2007-06-07 00:13:04 -07:00 |
|
bzbarsky@mit.edu
|
25b1740402
|
Don't react to changes in anonymous content subtrees. Bug 383137, r+sr=sicking
|
2007-06-04 20:29:50 -07:00 |
|
roc+@cs.cmu.edu
|
cf38be799a
|
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 15:32:54 -07:00 |
|
jonas@sicking.cc
|
a8a2928a3a
|
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 13:43:41 -07:00 |
|
peterv@propagandism.org
|
98955fbcad
|
Fix for bug 368774 (Make cycle collector work with refcounted non-XPCOM objects). r=dbaron, sr=sicking.
|
2007-05-24 07:10:02 -07:00 |
|
sharparrow1@yahoo.com
|
5749eaf63e
|
Bug 365189 document.width/document.height flush layout too late. r+sr=roc.
|
2007-05-22 20:52:53 -07:00 |
|
Olli.Pettay@helsinki.fi
|
da84b4a799
|
Bug 378776, Need safe way to iterate a document's presshells, r+sr=bz
|
2007-05-22 14:45:03 -07:00 |
|
mrbkap@gmail.com
|
9669228ea9
|
Update our child counts if notifying on our children caused more updates. bug 376761, r=bzbarsky sr=sicking
|
2007-05-17 16:54:35 -07:00 |
|
gavin@gavinsharp.com
|
d43420f5f7
|
Revert unintentional change from bug 374723, r=dolske
|
2007-05-16 11:59:32 -07:00 |
|
gavin@gavinsharp.com
|
19ca63911e
|
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 03:02:45 -07:00 |
|
cbiesinger@web.de
|
9b8503bb13
|
Bug 370195 – sql device for the offline cachepatch by Dave Camp <dcamp@mozilla.com> r=jst (content part) r=biesi (rest)
|
2007-05-14 13:09:20 -07:00 |
|
Olli.Pettay@helsinki.fi
|
7ec10e025c
|
Bug 363089, Remove nsIDOMEventReceiver (this time passes mochitest), r+sr=jst
|
2007-05-14 02:11:38 -07:00 |
|
bzbarsky@mit.edu
|
95764e882c
|
Put content types and charsets on the text/plain parts of the form submissionfor multipart POST submissions. Bug 116346, patch by David Nesting<david@fastolfe.net>, r=bzbarsky, sr=sicking
|
2007-05-13 21:00:49 -07:00 |
|
bzbarsky@mit.edu
|
5b2ec7d443
|
Process XBL constructors right after the frame construction inInitialReflow(). Bug 377119, r+sr=sicking
|
2007-05-13 20:52:48 -07:00 |
|
Olli.Pettay@helsinki.fi
|
f29b4e2b1b
|
backout Bug 363089
|
2007-05-11 06:34:05 -07:00 |
|
Olli.Pettay@helsinki.fi
|
91a5c67cd1
|
Bug 363089, Remove nsIDOMEventReceiver, r+sr=jst
|
2007-05-11 04:15:11 -07:00 |
|
dbaron@dbaron.org
|
ce027d98d6
|
Remove eCSSUnit_Proportional and eStyleUnit_Proportional, which were used only for a removed feature. b=333352 r+sr=bzbarsky
|
2007-05-10 23:00:26 -07:00 |
|
bzbarsky@mit.edu
|
a78167f98d
|
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 wyciwygchannel, instead of just claiming to be UTF-16. Bug 255820, r+sr=jst
|
2007-05-08 19:47:58 -07:00 |
|
bzbarsky@mit.edu
|
5a139c8a8d
|
Propagate a stylesheet's principal to the URI and Image CSSValues derived fromthat sheet. Bug 377091, r+sr=dbaron
|
2007-05-02 18:15:53 -07:00 |
|
bzbarsky@mit.edu
|
32d3d359f4
|
Introduce a GetPrimaryShell() API on nsIDocument. Convert existing callers ofGetShellAt(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 15:24:20 -07:00 |
|
dbaron@dbaron.org
|
394f44d6ff
|
Reduce #include dependencies on style system headers: reduce what nsRuleData.h pulls in. b=379089 r+sr=bzbarsky
|
2007-04-28 09:01:24 -07:00 |
|
bzbarsky@mit.edu
|
ff1caef5dc
|
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 |
|
asqueella@gmail.com
|
f9b2a89c07
|
Bug 368700 - Using TLDs in document.domain should not be allowedp=Wladimir Palant <trev.moz@adblockplus.org>r=bz, sr=dveditz
|
2007-04-25 13:48:28 -07:00 |
|
bzbarsky@mit.edu
|
3cfe7cdfcc
|
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 11:48:18 -07:00 |
|
peterv@propagandism.org
|
f61971e016
|
Fix for bug 378595 (Improve cycle collection QI performance). r/sr=sicking.
|
2007-04-25 09:35:27 -07:00 |
|
benjamin@smedbergs.us
|
2e25a321f8
|
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
|
d4cb1b7d7b
|
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
|
c585c92179
|
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 |
|
philringnalda@gmail.com
|
55c09af394
|
Bug 370561 - Make nsIFormSubmitObserver scriptable, patch by Justin Dolske <dolske@mozilla.com>, r+sr=jst
|
2007-04-16 21:06:12 -07:00 |
|
sayrer@gmail.com
|
d7d1c2bc07
|
Bug 311681 xhtml tests pass now that we have an incremental XML content sink.
|
2007-04-16 08:53:04 -07:00 |
|
sayrer@gmail.com
|
0ce8af1698
|
Bug 368994. move mochitests near the code they test. round 7. r=bzbarsky
|
2007-04-16 08:18:50 -07:00 |
|
sayrer@gmail.com
|
51fd920a47
|
Bug 368994. Move mochitests near the code they test, round 6. r=bzbarsky
|
2007-04-14 10:46:36 -07:00 |
|
bzbarsky@mit.edu
|
51ae229c59
|
Make sure to end our update before we decrement mSink->mInNotification. Bug373669, r+sr=sicking
|
2007-04-06 17:20:09 -07:00 |
|
enndeakin@sympatico.ca
|
532ad7a5c9
|
Bug 366478 - consolidate lists of onX event attributes, r=smaug,jwatt,sr=sicking
|
2007-04-02 10:17:36 -07:00 |
|
Olli.Pettay@helsinki.fi
|
7060971da5
|
Bug 373483, Crash [@ nsHTMLButtonElement::PostHandleEvent] when right-clicking on the button in this testcase, r+sr=jst
|
2007-04-02 09:13:45 -07:00 |
|
bzbarsky@mit.edu
|
5c510e3130
|
Adding test, bug 371375.
|
2007-03-28 13:25:20 -07:00 |
|
dbaron@dbaron.org
|
a7d9802f77
|
Remove GetKeyPointer method from nsTHashtable key types. b=374906 r=bsmedberg
|
2007-03-27 08:34:59 -07:00 |
|
dbaron@dbaron.org
|
85eb65ced4
|
Remove unused getKey callback from PLDHashTableOps/JSDHashTableOps. b=374906 r=bsmedberg
|
2007-03-27 08:33:38 -07:00 |
|
jwatt@jwatt.org
|
c82c6a087a
|
Fixing bug 372098. HTML links with target="" should use the base target. r=Olli.Pettay@gmail.com, sr=jonas@sicking.cc
|
2007-03-26 06:19:33 -07:00 |
|
Olli.Pettay@helsinki.fi
|
cf1ccace7f
|
375196, r+sr=roc
|
2007-03-25 22:38:22 -07:00 |
|
Olli.Pettay@helsinki.fi
|
056e66fd0c
|
Bug 288392, DOMSubtreeModified event, r=peterv, sr=jst
|
2007-03-24 05:18:02 -07:00 |
|
hg@mozilla.com
|
465265d0d4
|
Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT,
|
2007-03-22 10:30:00 -07:00 |
|