sicking%bigfoot.com
9b7d790af6
Fix build bustage by taking the bug 224331 into account.
2003-11-07 17:07:03 +00:00
sicking%bigfoot.com
2818f84578
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
bryner%brianryner.com
78bc7f6016
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
bdab240b09
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
timeless%mozdev.org
b6e5297ccf
Bug 224901 oom crash in MakeContentObject for form controls
...
r=dbaron sr=dbaron
2003-11-06 23:10:45 +00:00
bryner%brianryner.com
78f1cb532a
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
f61bfe9a35
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
795e721f60
removing redundant variable as a result of my previous checkin.
2003-11-04 23:15:22 +00:00
dwitte%stanford.edu
7b568b6327
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
35a384e555
Correctly ignore adjacent type selectors with no combinator. Bug 224188,
...
r+sr=dbaron
2003-11-04 03:16:10 +00:00
bzbarsky%mit.edu
0fc82ad629
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
peter%propagandism.org
37a61782f2
Restoring fix for bug 224231, didn't affect btek's Tp.
2003-11-02 15:16:24 +00:00
peter%propagandism.org
c782f4ee1c
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
91e2869af8
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
f9f591a28f
Fix for bug 224231 (Need AppendASCIItoUTF16). r=jst, sr=dbaron.
2003-11-01 10:57:41 +00:00
uid502
d81619b4fa
Bug 190735. DeCOMtaminate nsIFrame::GetFrameType. r+sr=bzbarsky
2003-10-31 20:19:18 +00:00
peter%propagandism.org
e9bdf0c636
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
dbaron%dbaron.org
76a2fc58c8
Backing out previous checkin.
2003-10-30 05:11:21 +00:00
dbaron%dbaron.org
2da0107bd9
Rearrange inlining to fix codesize penalty of previous checkin. b=167262 r=bryner
2003-10-30 04:34:01 +00:00
dbaron%dbaron.org
f9e4a941cf
Attempt to fix Windows bustage. b=167262
2003-10-30 03:34:58 +00:00
caillon%returnzero.com
150adb2e29
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
359f90d96a
remove nsCCookieManager.h in favor of nsNetCID.h.
...
b=221886, r+sr=darin
2003-10-30 02:59:31 +00:00
bzbarsky%mit.edu
f3ef614ee5
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
33ca8d21d2
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
dbaron%dbaron.org
5aa99c8506
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
a0d72c9110
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
e29417ff7f
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
ec0bfea4ea
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
605cc06382
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
66caced69a
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
bzbarsky%mit.edu
f3618c93e2
Treat BeginUpdate/EndUpdate pairs as a batch, instead of flushing tags on any
...
BeginUpdate call. Bug 222864, r=peterv, sr=jst
2003-10-21 16:23:27 +00:00
bzbarsky%mit.edu
44da342b5c
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
varga%nixcorp.com
199cf9bc76
Changing my email address.
2003-10-21 15:35:57 +00:00
bzbarsky%mit.edu
f384166efa
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
7e19a9767b
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
dbaron%dbaron.org
b37db7c94f
Forgot to address review comment. b=221531 r+sr=bzbarsky
2003-10-14 21:06:58 +00:00
dbaron%dbaron.org
56fc1c9dc1
Miscellaneous cleanup of selector matching code:
...
* remove extra |if| around loop, and convert it from |while| to |for|.
* remove extra test for |result|
* rename |curdata| -> |prevdata| and |newdata| -> |data|.
* use |IsContentOfType| instead of |GetTag|
b=221531 r+sr=bzbarsky
2003-10-13 21:54:33 +00:00
bzbarsky%mit.edu
90bce6cd8e
Make sure to notify document observers even about content that gets added to
...
the document before StartLayout(). Block those notifications from getting
passed on to the frame constructor before StartLayout(), though. Bug 220930,
r=peterv, sr=jst
2003-10-11 00:27:45 +00:00
dbaron%dbaron.org
512f12a16d
Bustage fixes for bug 221316 no longer needed thanks to bug 221525.
2003-10-07 23:21:50 +00:00
cls%seawood.org
d23f8f9732
what dbaron said
2003-10-07 22:43:54 +00:00
dbaron%dbaron.org
cf9b189a19
Fix HP-UX and AIX bustage. b=221316
2003-10-07 22:15:26 +00:00
bzbarsky%mit.edu
641223fdd9
Make sure that sheets in a document always know their URL. Bug 218031, r+sr=dbaron
2003-10-06 13:24:55 +00:00
hpradhan%hotpop.com
f237380c43
still bug 218837 : backing out all the backouts. they did not work.
2003-10-05 11:28:06 +00:00
hpradhan%hotpop.com
b83defcb1a
One final attempt to fix Tp regression from bug 218837
2003-10-05 10:20:56 +00:00
hpradhan%hotpop.com
7fa8ba9c5b
backing out part of bug 218837. hoping to fix Tp regression
2003-10-05 09:21:41 +00:00
hpradhan%hotpop.com
ad3f361692
bug 218837 : Refactor some code duplicated in the xml and html
...
content sinks into a base class r=sicking sr=peterv
2003-10-05 07:29:50 +00:00
bzbarsky%mit.edu
a972a3e501
Make presshell batch processing of style changes (using BeginUpdate/EndUpdate
...
notifications). Bug 200931, r=peterv, sr=jst
2003-10-02 21:29:40 +00:00
dbaron%dbaron.org
5cce92dc2a
Make URIs in the style system nsIURI pointers instead of strings. b=113173 r+sr=bzbarsky
2003-10-01 22:53:56 +00:00
hpradhan%hotpop.com
d1d1c6b431
Bug 170985 follow up : get rid of some unused code r=peterv sr=jst
2003-09-28 08:52:31 +00:00
bzbarsky%mit.edu
294d769aed
Make imagemaps work again. Bug 220519, r+sr=dbaron
2003-09-28 06:28:39 +00:00