bzbarsky%mit.edu
ca7587571d
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
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
3e7e15b053
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
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
hpradhan%hotpop.com
c1e26f8bf8
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
bbcf140dba
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
55fe44ae76
Missed CalcDifference changes in previous patch. r+sr=bzbarsky b=113173
2003-10-04 06:36:33 +00:00
bzbarsky%mit.edu
8801e97e8f
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
0e78725ef4
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
6d2b1156a2
Fix DEBUG bustage. b=113173
2003-10-02 02:58:40 +00:00
dbaron%dbaron.org
19a12727ec
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
3b6cdc2e8c
Bug 217972 : fix warning
2003-09-28 08:54:51 +00:00
hpradhan%hotpop.com
371b6824c0
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
228afa0530
Make imagemaps work again. Bug 220519, r+sr=dbaron
2003-09-28 06:28:39 +00:00
stephend%netscape.com
ccdcce81da
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
835e3d55f6
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
f98cd462cc
Spelling too. b=220464
2003-09-28 05:39:03 +00:00
dbaron%dbaron.org
442d0880ad
Fix 80th column violations in code that I just reindented. b=220464
2003-09-28 05:35:25 +00:00
dbaron%dbaron.org
4e84478a04
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
8aa7b563d2
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
983bfe41ff
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
c6cf364869
Bug 184686 - convert HTMLFormElement to use nsTHashtable
...
r=jkeiser sr=dbaron
2003-09-26 19:26:17 +00:00
bzbarsky%mit.edu
9c69b01fa8
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
6341da9f4d
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
f76fb705fc
Fix GetAttributes() in XUL to work right. Bug 169825, r=sicking, sr=peterv
2003-09-25 03:51:12 +00:00
bzbarsky%mit.edu
a5e1d728b9
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
db0a53ec1d
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
57100331ce
Bug 170985 : fix for gcc3.4 bustage
2003-09-24 07:30:16 +00:00
hpradhan%hotpop.com
876dc1ae19
Bug 170985 : table-based content object creation r=peterv sr=jst
2003-09-24 06:16:52 +00:00
bzbarsky%mit.edu
c9e744b974
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
ce47230292
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
cfcd206cd5
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
7763db228d
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
a3011ffe64
Fix --disable-xul bustage. b=219058
2003-09-22 23:52:16 +00:00
dbaron%dbaron.org
33b61b03c6
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
1e339ad74d
Bug 217972 : nsRDFDOMNodeList cleanup r=caillon sr=jst
2003-09-20 06:15:54 +00:00
hpradhan%hotpop.com
a79e3252c9
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
34cd826f08
Bug 218938: document.lastModified returns current time for local file
2003-09-20 05:57:19 +00:00
jst%mozilla.jstenback.com
4de644c859
Fixing bug 217000. Make sure the content sink gets a docshell even if we don't have a script global object (fixed document.write in some javascript: [i]frame cases). r=caillon@aillon.org, sr=peterv@propagandism.org
2003-09-19 20:00:24 +00:00
mkaply%us.ibm.com
eff94a6e1e
#219573
...
r=peterv, sr=bzbarsky
Fix from Josh Aas - remove unused variables in nsSelection.cpp
2003-09-18 18:58:14 +00:00
peter%propagandism.org
015729c5a7
Add blank line at end of file.
2003-09-17 19:19:53 +00:00
dbaron%dbaron.org
b57afa4a19
Change our implementation of 'overflow: hidden' to be more compatible with other browsers, as CSS 2.1 now allows. b=69355 r+sr=bzbarsky
2003-09-16 22:09:18 +00:00
brendan%mozilla.org
a32b967496
Fix venkman-induced GC-hazard crash bug: keep the nsIXPConnectJSObjectHolder for scriptObject alive across the entire extent of the scriptObject variable (171949, r=peterv, sr=bryner).
2003-09-15 21:57:31 +00:00
bryner%brianryner.com
577de49b39
Use typeof() to implement NS_STDCALL_FUNCPROTO so that pointer-to-member types using stdcall work on mingw gcc. Bug 203137, r=cls, sr=dbaron.
2003-09-15 04:20:20 +00:00