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
neil%parkwaycc.co.uk
a4ef7ac4a5
Bug 161452 Tree content and builder views may need to recheck empty status after children are removed based on patch by kyle yuan r=varga sr=bryner
2003-10-10 08:39:35 +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
neil%parkwaycc.co.uk
c06f3e743b
Bug 221288 XUL tree builder abuses tree batching r=jan sr=alecf
2003-10-07 15:49:50 +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
bzbarsky%mit.edu
6a4a07fada
Better output on null URIs.
2003-10-06 02:56:27 +00:00
bzbarsky%mit.edu
d15e9d5a22
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
77642ae698
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
ef87236cea
Useless test for unsigned >= 0. Bug 221292, patch by
...
mats.palmgren@bredband.net (Mats Palmgren), r+sr=bzbarsky
2003-10-05 23:46:55 +00:00
bzbarsky%mit.edu
b85d962eba
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
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
29271336af
bug 218837 : bustage fix
2003-10-05 08:09:28 +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
dbaron%dbaron.org
96fc11cf66
Add empty constructor to fix Sun compiler bustage. b=221187 Patch from Harshal Pradhan <keeda@hotpop.com>. r+sr=dbaron
2003-10-04 16:25:55 +00:00
dbaron%dbaron.org
0a21971808
Missed CalcDifference changes in previous patch. r+sr=bzbarsky b=113173
2003-10-04 06:36:33 +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
bzbarsky%mit.edu
0e49a39f6a
Serialize attributes in the same order as they were parsed (and the opposite of
...
the order in which they were stored, which changed in bug 213347).
Bug 218919, r=sicking, sr=jst
2003-10-02 20:51:09 +00:00
dbaron%dbaron.org
71f6aee8cf
Fix DEBUG bustage. b=113173
2003-10-02 02:58: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
ded5666bf0
Bug 217972 : fix warning
2003-09-28 08:54:51 +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
stephend%netscape.com
f9e026a7da
Trivial grammatical comment change (from 'is that when it recurs' to 'in that when it recurs'... r/sr=bz
2003-09-28 06:20:24 +00:00
bzbarsky%mit.edu
fff80d5874
Fix crash in XUL sort service -- unsigned ints are never less than 0... Bug
...
220516, r+sr=dbaron
2003-09-28 06:05:08 +00:00
dbaron%dbaron.org
8ae7b198b9
Spelling too. b=220464
2003-09-28 05:39:03 +00:00
dbaron%dbaron.org
43995a65d9
Fix 80th column violations in code that I just reindented. b=220464
2003-09-28 05:35:25 +00:00
dbaron%dbaron.org
80185d0dbb
Eliminate excess variables and their baroque (and broken, thanks to the previous checkin) reference counting. b=220464 r+sr=bzbarsky
2003-09-28 05:30:09 +00:00
jst%mozilla.jstenback.com
5037b2a4a2
Fixing bug 215981. DeCOMtaminating nsIContent and nsIDocument some, and also some minor changes to other related interfaces. r=caillon@aillon.org, sr=peterv@propagandism.org.
2003-09-27 04:18:26 +00:00
bryner%brianryner.com
82310bc4ec
If we're in the middle of printing when window.close() is called, then defer closing the window until printing completes. This avoids tearing down the presentation while the print engine is still using it. Bug 172921, r=jkeiser, sr=dbaron.
2003-09-26 21:45:15 +00:00
bsmedberg%covad.net
9b55dce504
Bug 184686 - convert HTMLFormElement to use nsTHashtable
...
r=jkeiser sr=dbaron
2003-09-26 19:26:17 +00:00
bzbarsky%mit.edu
02841a0db4
Make charset-detection code work with just a BOM (no @charset rule) in the
...
sheet. Bug 218915, r=smontagu, sr=dbaron
2003-09-25 05:57:28 +00:00
dbaron%dbaron.org
7861160d62
Fix regression of scrolling attribute and overflow property on frame and iframe elements. Make the two interact correctly according to CSS cascading rules. b=220195 r+sr=bzbarsky
2003-09-25 03:55:04 +00:00
bzbarsky%mit.edu
24ea48e040
Fix GetAttributes() in XUL to work right. Bug 169825, r=sicking, sr=peterv
2003-09-25 03:51:12 +00:00
bzbarsky%mit.edu
3ebb71a449
Make userContent.css come after the prefs sheet in the user sheet list (so that
...
rules in userContent.css can override prefs). Bug 215668, r+sr=dbaron
2003-09-24 19:03:06 +00:00
bzbarsky%mit.edu
9d984dc99a
Fix GetID to not try to get attrs in unknown namespaces. Bug 220027, r=peterv, sr=jst
2003-09-24 13:22:09 +00:00
hpradhan%hotpop.com
45786f132b
Bug 170985 : fix for gcc3.4 bustage
2003-09-24 07:30:16 +00:00
hpradhan%hotpop.com
0e053b8dd8
Bug 170985 : table-based content object creation r=peterv sr=jst
2003-09-24 06:16:52 +00:00
bzbarsky%mit.edu
622947d710
Make DOM CSS declarations smaller by mRefCnt, since they are refcounted
...
together with their DOM rules (except for inline style). Bug 215735,
r+sr=dbaron
2003-09-24 03:34:27 +00:00
peter%propagandism.org
574976cd66
Fix for bug 85798 (INUSE_ATTRIBUTE_ERR expected when using setNamedItem()). r=sicking, sr=jst.
...
Fix for bug 127205 (setNamedItemNS() in NamedNodeMap doesn't set the item properly). r=sicking, sr=jst.
2003-09-23 13:46:20 +00:00
peter%propagandism.org
d2b0b52093
Fix for bug 219819 (.nodeValue shouldn't throw NO_MODIFICATION_ALLOWED_ERR for documents and elements). r/sr=jst.
...
Fix for bug 206416 (tagName property of element created with xmlDocument.createElementNS should contain the qualified name but contains only the local name). r=bz, sr=jst.
2003-09-23 13:45:48 +00:00
peter%propagandism.org
9269335d2c
Fix for bug 219819 (.nodeValue shouldn't throw NO_MODIFICATION_ALLOWED_ERR for documents and elements). r/sr=jst.
2003-09-23 13:45:02 +00:00
dbaron%dbaron.org
8aa5fdd615
Fix --disable-xul bustage. b=219058
2003-09-22 23:52:16 +00:00
dbaron%dbaron.org
14ff1fa0fe
Accept :-moz-tree-* pseudo elements with a single colon in them. b=219058 r+sr=bzbarsky
2003-09-21 05:21:40 +00:00
hpradhan%hotpop.com
9cc206ea7b
Bug 217972 : nsRDFDOMNodeList cleanup r=caillon sr=jst
2003-09-20 06:15:54 +00:00
hpradhan%hotpop.com
72c3e2054d
Bug 217971: kEventHandlerMap in nsXULElement.cpp doesn't need to store iid pointers r+sr=bryner
2003-09-20 06:09:10 +00:00
hpradhan%hotpop.com
07501604af
Bug 218938: document.lastModified returns current time for local file
2003-09-20 05:57:19 +00:00