bzbarsky%mit.edu
c0076cd8c6
Convert URL stuff in XBL to use nsIURI instead of strings. Bug 224765, r+sr=bryner
2003-11-17 21:03:32 +00:00
dbaron%dbaron.org
9df4925bda
Remove unneeded chromeOverride variable. b=225936 r+sr=bzbarsky
2003-11-17 04:10:55 +00:00
bzbarsky%mit.edu
54e4d504ae
Be a little smarter about handling the mess that is broken images. Only look
...
for a frame if we've had a frame at some point in the past; this should keep us
from calling GetPrimaryFrameFor quite so much during pageload. Bug 225848,
r+sr=jst
2003-11-16 07:34:25 +00:00
bryner%brianryner.com
a9d415efad
No need to keep an owning reference to an element's NodeInfo if we already have an owning reference to the element. Bug 225825, r=bz, sr=jst.
2003-11-15 21:29:07 +00:00
bryner%brianryner.com
a183fc45be
Fixing orange (hopefully). Don't dereference a pointer in the same call where it's passed as getter_AddRefs, because that will null it out first. For now, I'm keeping a strong reference to the node info manager at these call sites since it's not clear to me that it's guaranteed to stay around after the NodeInfo is released.
2003-11-15 08:16:23 +00:00
bryner%brianryner.com
aae0d0f085
deCOMtaminate nsINodeInfo and nsINodeInfoManager. See bug 225060 for details. r=sicking, sr=jst.
2003-11-15 05:27:37 +00:00
caillon%returnzero.com
240c088368
Bug 225411; updating DOM 3 Core's Document.xml*
...
r+sr=jst
2003-11-14 11:10:11 +00:00
jst%mozilla.jstenback.com
c9061a1c2a
Silly whitespace cleanup.
2003-11-13 04:15:25 +00:00
jshin%mailaps.org
0cafb292fd
bug 222346 : streamline JS script loading code (deleegate charset alias resolution to GetUnicodeDecoder()) (r=smontagu, sr=bz)
2003-11-12 19:51:12 +00:00
hpradhan%hotpop.com
ee5309d55e
bug 223108 : Syntax error when loading non-existant external javascript file
...
r+sr=bzbarsky
2003-11-10 05:53:48 +00:00
bzbarsky%mit.edu
f39bd1e34f
document.config has become document.domConfig to prevent backwards-compat
...
issues. Bug 222733, r+sr=jst
2003-11-08 19:30:30 +00:00
sicking%bigfoot.com
12232b9727
Bug 224856: Fix nsGenericDOMDataNode::AppendTextTo by not relying on mText.Get1b() being nullterminated
...
r=peterv sr=jst
2003-11-07 16:46:15 +00:00
bryner%brianryner.com
dee4596823
Attempting to fix Windows bustage
2003-11-07 10:16:36 +00:00
bryner%brianryner.com
cc7596e3f1
Inline nsIContent::GetParent() and GetDocument(). Also, remove unused return value on SetParent(). Bug 224331, r=sicking, sr=jst.
2003-11-07 09:47:23 +00:00
bryner%brianryner.com
5784af7a5b
Speed up mapping HTML tag enums to atoms by using an array of static atoms, indexed by enum value. This avoids a UTF16 to UTF8 conversion and atom table lookup for each tag. Add a CString version of nsINodeInfoManager::GetNodeInfo(), convert literal string callers to use that version, and remove some unused variants of GetNodeInfo(). Bug 223595, r=axel@pike.org, sr=jst.
2003-11-05 05:17:07 +00:00
bzbarsky%mit.edu
05d1dbab0a
Refactor child element handling such that we don't duplicate event-firing code
...
all over (now we just do it in nsGenericElement and nsXULElement). Bug 223349,
r=sicking, sr=peterv
2003-11-04 02:15:28 +00:00
bzbarsky%mit.edu
96055357ca
Fix crash when frameset is wiped out before onload events on all subframes have
...
fired. Bug 212563, r+sr=jst
2003-11-04 02:01:23 +00:00
timeless%mozdev.org
fd97de95f0
Bug 224018 unused variables gDumpFileNameCnt, gDumpLOFileNameCnt in nsDocumentViewer.cpp
...
r=jst sr=jst
2003-11-03 13:17:00 +00:00
dbaron%dbaron.org
a498e320e4
Clamp -moz-opacity to the range [0.0,1.0]. b=224478 r+sr=roc
2003-11-02 22:40:43 +00:00
peter%propagandism.org
0c55888e97
Restoring fix for bug 224231, didn't affect btek's Tp.
2003-11-02 15:16:24 +00:00
peter%propagandism.org
d7a67ab4b2
Back out a part of the fix for bug 224231 to see if it affects btek's Tp.
2003-11-02 13:51:42 +00:00
uid502
f60aa658cf
Bug 212366. Make '-moz-opacity' behave like CSS3 opacity: it does not inherit by default, and it composites the element and all its children as a group. r+sr=dbaron
2003-11-01 22:34:59 +00:00
peter%propagandism.org
816b00b6cc
Fix for bug 224231 (Need AppendASCIItoUTF16). r=jst, sr=dbaron.
2003-11-01 10:57:41 +00:00
uid502
50383ff50a
Bug 190735. DeCOMtaminate nsIFrame::GetFrameType. r+sr=bzbarsky
2003-10-31 20:19:18 +00:00
peter%propagandism.org
08e8d2f39b
Fix for bug 126765 (Change NormalizeAttrString to GetAttrWithName). Original fix by Daniel Bratell and sicking, r=sicking, sr=jst.
2003-10-30 13:47:29 +00:00
peter%propagandism.org
45a960de1f
Fix for bug 223751 (documentType's nodeValue should be null). r/sr=jst.
2003-10-30 12:24:28 +00:00
caillon%returnzero.com
50c8451a33
Make content grab the cached security manager off of nsContentUtils rather than ask the service manager to find one.
...
Bug 223192; r+sr=bzbarsky
2003-10-30 03:01:25 +00:00
dwitte%stanford.edu
48e1ec0204
remove nsCCookieManager.h in favor of nsNetCID.h.
...
b=221886, r+sr=darin
2003-10-30 02:59:31 +00:00
caillon%returnzero.com
9bf5dc5c62
Ensure that content can always grab a security manager and namespace manager.
...
Bug 223373; r+sr=bzbarsky
2003-10-30 02:53:08 +00:00
dbaron%dbaron.org
2319e1e03e
Implement element.style for XUL elements. Fully fault XUL attributes when style attribute is modified, and ensure that string and style rule versions of style attribute stay in sync. (HTML elements only store the latter.) b=7639 r+sr=bzbarsky
2003-10-30 01:40:33 +00:00
sicking%bigfoot.com
b3ff999e6a
Bug 222667: Add newlines between root-nodes in serializer rather then encoder.
...
r=peterv sr=jst
2003-10-23 22:24:21 +00:00
timeless%mozdev.org
b00d54137b
MOZ_TIMELINE - Bug 222134
2003-10-23 10:23:30 +00:00
bryner%brianryner.com
a0e219b348
deCOMtaminate nsIDocument by changing methods to use return value instead of out-params, eliminating unused nsresult return values, moving some members to nsIDocument and inlining the getters/setters. Bug 222134, r=bzbarsky, sr=jst.
2003-10-22 06:09:48 +00:00
caillon%returnzero.com
de3d3fbf61
Re-land patch for bug 83536, merging principal objects.
...
Also includes fixes from bug 216041.
r=bzbarsky
sr=jst
2003-10-21 22:11:49 +00:00
peter%propagandism.org
870a883e8f
Additional fix for bug 56764 (Document appendChild, insertBefore fail to throw HIERARCHY_REQUEST_ERR when inserting Text Nodes). r=sicking, sr=jst.
2003-10-21 19:33:31 +00:00
bzbarsky%mit.edu
321b58e88d
Fix handling of id attrs to not assume that they are named "id" as much. Bug
...
208744, r=caillon, sr=peterv
2003-10-21 16:16:42 +00:00
peter%propagandism.org
0626ddaef4
Fix for bug 56764 (Document appendChild, insertBefore fail to throw HIERARCHY_REQUEST_ERR when inserting Text Nodes). r=sicking, sr=jst.
2003-10-21 12:27:00 +00:00
uid502
b83221b617
Bug 165149. More cleanup. Make nsStyleContext::GetPseudoType return a weak pointer. Also remove unnecessary arguments to nsHTMLContainerFrame::CreateViewForFrame. r+sr=bzbarsky
2003-10-17 02:38:37 +00:00
bzbarsky%mit.edu
c9db7359a7
Create a mozAutoDocUpdate class to handle automatically calling
...
BeginUpdate/EndUpdate on documents. Use this in a bunch of places to make sure
that EndUpdate is called in the face of early returns. Bug 131775, also fixes
bug 211022, r=caillon, sr=jst
2003-10-16 18:14:25 +00:00
bzbarsky%mit.edu
d50940452f
Adding support for DOM3 DOMStringList and DOMNameList. Bug 217159,
...
implementation by peterv, classinfo changes by me, r/sr=me on peterv's changes,
r/sr=peterv on my changes, r=caillon on the whole thing, sr=jst
2003-10-16 00:44:20 +00:00
sicking%bigfoot.com
910d4e886d
Bug 199613: Don't put textnodes in the root of the document when parsing XML and XUL since the DOM doesn't allow that.
...
r=peterv sr=jst
2003-10-15 20:10:47 +00:00
bzbarsky%mit.edu
92ccceaf8d
Add pref for the default :active styling. Bug 142163, patch by
...
mats.palmgren@bredband.net (Mats Palmgren), r=bzbarsky/sr=dbaron on the
layout/xpfe parts of the patch, r=glazou/sr=bzbarsky on the editor part,
moa=neil on the prefwindow changes.
2003-10-15 01:56:12 +00:00
bzbarsky%mit.edu
3df92168d1
Better output on null URIs.
2003-10-06 02:56:27 +00:00
bzbarsky%mit.edu
73180d5126
Fix debug DumpRegressionData method to not crash on null uris for things like
...
mBinding, mBackgroundImage, etc
2003-10-06 02:16:20 +00:00
darin%meer.net
325b3c6de7
fixes bug 210125 "need to be able to AsyncWait for closure only" r=dougt sr=bzbarsky
2003-10-06 01:46:31 +00:00
bzbarsky%mit.edu
0e34b81adf
Fix bogus loop test that would never let the loop terminate. Bug 221289, patch
...
by tenthumbs@cybernex.net , r+sr=bzbarsky
2003-10-05 18:12:14 +00:00
hpradhan%hotpop.com
dbb2c2e5b5
still bug 218837 : backing out all the backouts. they did not work.
2003-10-05 11:28:06 +00:00
hpradhan%hotpop.com
e6bbdada91
One final attempt to fix Tp regression from bug 218837
2003-10-05 10:20:56 +00:00
hpradhan%hotpop.com
253cbc7037
backing out part of bug 218837. hoping to fix Tp regression
2003-10-05 09:21:41 +00:00
hpradhan%hotpop.com
fe3cd81a80
bug 218837 : bustage fix
2003-10-05 08:09:28 +00:00