Commit Graph

7947 Commits

Author SHA1 Message Date
hjtoi%comcast.net
dacfce48bc Bug 214381, incorrect characters in prettyprint dtd, patch from vberon@mecano.gme.usherb.ca, r=smontagu, sr=heikki (me). 2003-08-01 16:58:18 +00:00
axel%pike.org
d21a2d98d9 bugs 151002, 212892, CDATA should be eTEXT, add nsIContent::ePROCESSING_INSTRUCTION and nsITextContent::AppendTextTo for XSLT perf 2003-08-01 11:44:17 +00:00
aaronl%netscape.com
84bdb34c82 bug 159998 - type named anchor in URL bar, hit Enter - focus/selection appears to stay. r=bryner, sr=jst 2003-08-01 09:41:12 +00:00
timeless%mozdev.org
1ff05676de Bug 213461 Want a way to specify single-sided or double-sided printing
patch by Roland.Mainz@informatik.med.uni-giessen.de r=jblanco sr=bryner
2003-08-01 01:56:15 +00:00
bzbarsky%mit.edu
f43d2fc1f1 Don't override earlier attrs on <body> with later ones from a separate <body>
tag (we merge all the attrs onto the single <body> node; oh, the insanity!)
Bug 214577, r+sr=peterv
2003-07-31 14:07:17 +00:00
bzbarsky%mit.edu
d9a8191591 Fix issues with ScriptAvailable() not firing for some scripts. Bug 214081, r+sr=jst 2003-07-31 01:28:16 +00:00
bzbarsky%mit.edu
9aa115b961 Fix border-side parsing to not mess up the color. Bug 214487, r+sr=dbaron 2003-07-30 23:45:34 +00:00
caillon%returnzero.com
a9e2dece76 Bug 38370.
Allow color of an HR element to be changed.
Make HR be a block element in quirks mode instead of the hacky inline we were previously using (standards mode already had it as a block).
Patch by Ian Hickson <ian@hixie.ch> with minor modifications by me.
r+sr=bzbarsky@mit.edu
2003-07-30 08:13:07 +00:00
bzbarsky%mit.edu
11724fb6f9 Fix selection regression. Bug 214343, r=caillon, sr=jst 2003-07-29 23:49:41 +00:00
bzbarsky%mit.edu
9f917de2e8 Fix crash when an event handler removes the submitting element from the
document.  Bug 194582, patch by mats.palmgren@bredband.net (Mats Palmgren),
r=jkeiser, sr=bzbarsky
2003-07-29 22:59:37 +00:00
bzbarsky%mit.edu
61f21f8dac Last checkin accidentally reversed the sense of the aContent test; fixing that. 2003-07-29 07:37:48 +00:00
bzbarsky%mit.edu
ae6d3a310b Fix silly warning 2003-07-29 05:24:59 +00:00
bzbarsky%mit.edu
74f3b1e808 Fixing more windows bustage 2003-07-29 01:15:55 +00:00
jst%netscape.com
cacb22d3cf Fixing bug 209717. Making document.load() use the caller's URI as the base URI. r=caillon@aillon.org, sr=hjtoi-bugzilla@comcast.net 2003-07-28 23:12:46 +00:00
caillon%returnzero.com
22e0eb6851 Introduce a weak ptr here to avoid extra addref/releases in this loop. r+sr=bzbarsky@mit.edu on irc. 2003-07-28 22:32:31 +00:00
bzbarsky%mit.edu
66da7e571d Left this out. Bug 213823, r=caillon, sr=build-bustage 2003-07-28 22:23:06 +00:00
bzbarsky%mit.edu
e2e733b5de DeCOMify GetParent/GetBindingParent/GetDocument on nsIContent. Bug 213823,
r+sr=jst
2003-07-28 21:25:13 +00:00
bzbarsky%mit.edu
e2dae4d2f9 DeCOMify GetParent/GetBindingParent/GetDocument on nsIContent. Bug 213823,
r+sr=jst
2003-07-28 21:17:26 +00:00
bzbarsky%mit.edu
93aa1eeb86 DeCOMify GetParent/GetBindingParent/GetDocument on nsIContent. Bug 213823, r+sr=jst 2003-07-28 21:09:56 +00:00
timeless%mozdev.org
eda704ab1f Bug 207617 This URL crashes Mozilla every time [@ js_CompareStrings]
r=bryner sr=bz
2003-07-28 10:59:54 +00:00
bsmedberg%covad.net
01ee486155 Fix assertion from bug 211470, rs=bz 2003-07-28 01:12:36 +00:00
bsmedberg%covad.net
3d0c40f387 Forgot a review nit from bug 211470. 2003-07-27 15:46:52 +00:00
bsmedberg%covad.net
279d0db1f7 Bug 211470 - need a common nsURIHashKey r=darin sr=bz 2003-07-27 15:20:11 +00:00
brendan%mozilla.org
4fa5213a91 Big dynamic footprint win via script filename caching, plus line number fix for strict/const diags (see http://bugzilla.mozilla.org/attachment.cgi?id=127130&action=view for detailed checkin comments; 208030, r/rs=shaver, r=rginda on the jsd change, r=jst on the dom change). 2003-07-26 22:37:11 +00:00
jshin%mailaps.org
f76e3889a4 bug 199237 : fix the rendering of the non-ASCII title of a media/image doc : follow-up (no actual change in the code but just a couple of changes in comment) 2003-07-26 05:54:42 +00:00
jshin%mailaps.org
b6b1c25129 bug 199237 : fix the rendering of the non-ASCII title of a non-text doc(image, media) opened in a new tab/window (r=bryner, sr=bz) 2003-07-26 05:17:26 +00:00
bzbarsky%mit.edu
d05c67bce3 Remove support for the single-':' form of -moz-* pseudo-elements. Bug 211657,
r+sr=dbaron
2003-07-25 22:44:58 +00:00
sicking%bigfoot.com
ce8e39f85e Fix build bustage 2003-07-25 22:41:05 +00:00
sicking%bigfoot.com
288231e8cf Bug 190305: Make xml prettyprinting localizeable. Patch by vberon@mecano.gme.usherb.ca
r=sicking, Pike sr=bz
2003-07-25 22:11:19 +00:00
jaggernaut%netscape.com
95899387f6 Bug 213602: Switch some users of NS_GetWeakReference over to do_GetWeakReference. r=bzbarsky, sr=dbaron 2003-07-25 19:06:59 +00:00
bzbarsky%mit.edu
9a4b8706ea Remove unused variable. 2003-07-25 04:06:31 +00:00
bzbarsky%mit.edu
92f086becd Don't bother loading scripts from the network when scripts are disabled. Bug
66857, r=sicking, sr=jst
2003-07-24 23:22:45 +00:00
caillon%returnzero.com
ec640a5d82 Bug 213341 - Use smart pointer classes for long lived strong references in nsGenericElement and friends.
r=bzbarsky@mit.edu sr=jst@netscape.com
2003-07-24 20:38:08 +00:00
bzbarsky%mit.edu
50be060d34 This was not supposed to land. Fixing bustage. 2003-07-24 18:30:50 +00:00
bzbarsky%mit.edu
d0666152a5 Add an nsIDocument* GetOwnerDocument() to nsGenericElement, deCOMify
nsINodeInfo a tad.  Bug 211634, r=jkeiser, sr=jst
2003-07-24 17:30:52 +00:00
bzbarsky%mit.edu
f306ab9f52 Don't load the image for image inputs till we have all of our attributes. Bug
209242, r=caillon, sr=jst
2003-07-24 17:10:14 +00:00
aaronl%netscape.com
718fd8dd01 Bug 211852 and bug 212626. Tab and shift+tab not working with sub documents. r=bryner, sr=bz 2003-07-24 08:53:48 +00:00
caillon%returnzero.com
91b7c60bee Bug 83536.
Merge script principal implementations into one class.
Should reduce footprint, speed up calls to caps a little bit, and fixes several memory leaks.
Also fixes bugs 211174 and 211263
r=jst@netscape.com
sr=bzbarsky@mit.edu
moa=mstoltz@netscape.com (he looked at an earlier patch and said it looked fine, and will do a retroactive review when he returns from vacation as well)
2003-07-24 05:15:20 +00:00
jaggernaut%netscape.com
4e7c966d11 Bug 213601: Switch some users of NS_NewAtom over to do_GetAtom. r=bzbarsky, sr=dbaron 2003-07-24 04:53:13 +00:00
bzbarsky%mit.edu
2284d93a3d Make the loop actually deal with observers removing themselves. Bug 213611,
patch by riceman+bmo@mail.rit.edu (Tim), r+sr=bzbarsky
2003-07-23 23:09:33 +00:00
dbaron%dbaron.org
47183725c7 Remove unused content quality stubs. b=111346 r+sr=bzbarsky 2003-07-22 18:38:08 +00:00
bzbarsky%mit.edu
ed18fdd23b Avoid having to call SetAttr for each attribute we set by just looping
backwards over the attributes in the parser node instead.  Bug 213347, r+sr=jst
2003-07-22 14:21:59 +00:00
bzbarsky%mit.edu
a92e4e109b Sync up the attribute-adding code in the fragment sink to the HTML sink to
avoid stripping quotes too many times.  Bug 212805; r=jkeiser; sr=jst
2003-07-22 01:31:34 +00:00
mkaply%us.ibm.com
e5e34ae312 rs=leaf
Remove XP_OS2_VACPP from the tree
2003-07-21 22:10:08 +00:00
caillon%returnzero.com
649a35c96d Comment update. rs=jst@netscape.com. No bug. 2003-07-21 21:40:52 +00:00
brade%netscape.com
e6dbb06ce4 patch from mjudge to maintainselection; r/sr=dbaron, bug=56401 2003-07-21 19:51:34 +00:00
brade%netscape.com
504766fbd2 use atom version of parser method to reduce string usage; r/sr=dbaron, bug=213101 2003-07-21 13:12:11 +00:00
varga%utcru.sk
fbd78f9fd1 Fix for bug 152209. unnecessary distinction between "content" and "treeitem" template conditions
r=neil, sr=bienvenu
2003-07-20 10:35:41 +00:00
jaggernaut%netscape.com
6ab6643eee Fix bustage 2003-07-20 08:35:21 +00:00
jaggernaut%netscape.com
83c571e877 Bug 25886: Get rid of a bunch of unused NS_DEFINE_IID, NS_DEFINE_CID. r=caillon, sr=dbaron 2003-07-20 07:47:59 +00:00