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 |
hpradhan%hotpop.com
|
4fcc50d839
|
bug 218297 : disabled property of input elements is not stored in history
r=jkeiser sr=jst
|
2003-11-10 05:52:29 +00:00 |
timeless%mozdev.org
|
12b256b648
|
Bug 225120 Remove compiler warnings
patch by arne.anka@stupido.com r=dbaron sr=bz
|
2003-11-09 22:51:28 +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
|
30fc41a1e0
|
Fix build bustage by taking the bug 224331 into account.
|
2003-11-07 17:07:03 +00:00 |
sicking%bigfoot.com
|
4059f5332e
|
Bug 213445: Treat not having mParent *or* not having mDocument as not being in the documnt to fix radiobuttons created through sinks other then the html-sink.
r=bryner sr=jst
|
2003-11-07 16:53:46 +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 |
bzbarsky%mit.edu
|
2c3f28dc3a
|
Strip quotes from inside col/row-specs (where there should be no quotes to
start with, but some sites just code like that). Bug 224598, patch by
mats.palmgren@bredband.net (Mats Palmgren), r+sr=bzbarsky
|
2003-11-07 04:26:30 +00:00 |
bzbarsky%mit.edu
|
fb0a974be6
|
Fix crash bug 118685. Patch by mats.palmgren@bredband.net (Mats Palmgren),
r=bryner, sr=dbaron
|
2003-11-07 03:35:05 +00:00 |
timeless%mozdev.org
|
e31b85c754
|
Bug 224901 oom crash in MakeContentObject for form controls
r=dbaron sr=dbaron
|
2003-11-06 23:10:45 +00:00 |
bzbarsky%mit.edu
|
71b6cca92b
|
Hold a strong ref to the node we plan to remove, since we want to use it after
removing it from the tree. Bug 221494, r+sr=jst
|
2003-11-05 17:54:46 +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
|
dd390ca189
|
Fix parsing regression bug 224737. Patch by mats.palmgren@bredband.net (Mats
Palmgren), r+sr=bzbarsky
|
2003-11-05 04:51:17 +00:00 |
dwitte%stanford.edu
|
989442c6ea
|
removing redundant variable as a result of my previous checkin.
|
2003-11-04 23:15:22 +00:00 |
dwitte%stanford.edu
|
f4cc4a66e9
|
remove support for dom.disable_cookie_{get,set} prefs.
b=223782, r=jst,caillon, sr=alecf,darin (yes really, four reviews).
|
2003-11-04 22:44:51 +00:00 |
bzbarsky%mit.edu
|
e77100207e
|
Correctly ignore adjacent type selectors with no combinator. Bug 224188,
r+sr=dbaron
|
2003-11-04 03:16:10 +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 |
peter%propagandism.org
|
fd3004d408
|
Additional fix for bug 224313 ().
|
2003-11-03 09:18:29 +00:00 |
scott%scott-macgregor.org
|
c4a6e412ba
|
Bug #224313 --> crashes when clicking on mail/news accounts. Patch by Peter van der Beken.
sr=dbaron
|
2003-11-03 06:49:02 +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 |
dbaron%dbaron.org
|
18982145d0
|
Backing out previous checkin.
|
2003-10-30 05:11:21 +00:00 |
dbaron%dbaron.org
|
063555105b
|
Rearrange inlining to fix codesize penalty of previous checkin. b=167262 r=bryner
|
2003-10-30 04:34:01 +00:00 |
dbaron%dbaron.org
|
9033d75209
|
Attempt to fix Windows bustage. b=167262
|
2003-10-30 03:34:58 +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 |
bzbarsky%mit.edu
|
0495bdb4fa
|
Remove no-longer-used nav4algorithm code and corresponding debug code. Bug
223155, r+sr=dbaron
|
2003-10-30 02:19:15 +00:00 |
bzbarsky%mit.edu
|
38f1930059
|
Make nsExpatDriver and nsIExpatSink be on the same wavelength as far as passing
attributes to HandleStartElement. Update callees as needed. Bug 223470,
r=sicking, sr=peterv
|
2003-10-30 02:17:50 +00:00 |
bzbarsky%mit.edu
|
24dc3bab0e
|
Make attr() parsing have better error reporting and bail on attr(*|foo). Bug
223746, r+sr=dbaron
|
2003-10-30 02:06:12 +00:00 |
timeless%mozdev.org
|
61783f20d3
|
Bug 124218 if kCSSRawKeywords gets out of sync with eCSSKeyword_COUNT nsCSSKeywords::AddRefTable might crash in DEBUG code
r=bz sr=bz
|
2003-10-30 01:59:15 +00:00 |
dbaron%dbaron.org
|
a51b7b4593
|
Add missing null terminator to fix crash. b=224039 Patch from Adam James Fitzpatrick <ajfitzpatrick@lurking.org>. r+sr=bzbarsky,dbaron
|
2003-10-30 01:53:53 +00:00 |
dbaron%dbaron.org
|
06ca12003f
|
Make play-during a true shorthand so it gets parsed correctly after the nsCSSDeclaration storage rewrite. b=223718 r+sr=bzbarsky
|
2003-10-30 01:51:00 +00:00 |
dbaron%dbaron.org
|
4fd72ff1cd
|
Store the original string for URL values so that composer and CSSOM do not make relative URLs absolute. b=167262 r+sr=bzbarsky
|
2003-10-30 01:45:37 +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 |
bryner%brianryner.com
|
c4d3dbdd6c
|
Don't set mCurrentFocus to null after firing a blur if the blur handler focused something. Bug 147927, r=blizzard, sr=jst, a=sspitzer
|
2003-10-27 19:52:49 +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 |
caillon%returnzero.com
|
b3ef713aff
|
Fixing bustage -- bryner forgot to update these files
Bug 222134
|
2003-10-22 06:41: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 |