peterv%netscape.com
eef263b19e
Fix for bug 183999 (Modernize content). r=caillon, sr=bz.
2002-12-11 14:24:49 +00:00
peterv%netscape.com
23b10864c8
Fix for bug 176610 (Make nsNameSpaceManager a service). r=caillon, sr=jst.
2002-11-29 23:44:07 +00:00
roc+%cs.cmu.edu
c0c4d81870
Bug 160936. Add type nsChangeHint for style hints. Make it a set of bits. Make sure an NS_STYLE_HINT_REFLOW always also does a repaint of the frame. r=dbaron,sr=kin
2002-08-24 14:41:28 +00:00
dbaron%fas.harvard.edu
8c9dc77d09
Handle style attribute changes in XUL through the normal style change mechanism rather than forcing a reframe. Change nsIStyledContent::WalkInlineStyleRules to nsIStyledContent::GetInlineStyleRule to simplify nsCSSFrameConstructor::AttributeChanged. b=156971 sr=hyatt r=bzbarsky
2002-08-16 11:29:20 +00:00
jst%netscape.com
c9ed445f65
Fixing bug 156364. Laying the groundwork for associating more info with elements in the DOM, and moving event listener managers and range lists out of nsGenericElement slots. This change cuts down on the size of nsGenericElement. r=sicking@bigfoot.com, sr=rpotts@netscape.com
2002-08-13 00:50:50 +00:00
seawood%netscape.com
8ae6c40f5d
Removing old nmake build makefiles. Bug #158528 r=pavlov
2002-08-10 07:55:43 +00:00
seawood%netscape.com
fdafe18afe
Remove unused defines:
...
_IMPL_NS_HTML
_IMPL_NS_RDF
_IMPL_NS_WEB
USE_NSREG
Patches for removing above defines contributed by Stephen Walker <walk84@yahoo.com>.
Bug #125118 r=cls sr=bryner
Bug #160397 r=cls sr=bryner
Bug #160628 r=cls
Bug #160451 r=cls sr=bryner
_IMPL_NS_VIEW
Patches for removing above define contributed by Brian Ryner <bryner@netscape.com>
Bug #160416 r=cls
2002-08-07 06:08:00 +00:00
dbaron%fas.harvard.edu
4cbdf016bc
Propagate |aNotify| parameter through XBL to attribute changes of XBL-inherited attributes. b=156547 sr=hyatt r=bryner
2002-08-06 13:39:22 +00:00
dbaron%fas.harvard.edu
2bf216c9e2
Convert handwritten GetIID methods to use NS_DEFINE_STATIC_IID_ACCESSOR and add |const| to GetCID methods so that static |nsID|s are declared as |const|. b=153525 sr=jag r=bryner
2002-06-26 03:38:55 +00:00
peterv%netscape.com
a3b6173304
Remove unnecessary includes.
2002-06-20 14:35:17 +00:00
dougt%netscape.com
829e53078a
Fixing svg build bustage
2002-05-15 21:21:07 +00:00
alex.fritze%crocodile-clips.com
b1383aea70
[SVG build only] Bug#137973: Use SafeElementAt instead of
...
ElementAt. Patch by <paul.golz@crocodile-clips.com>.
2002-04-18 21:53:53 +00:00
hwaara%chello.se
3874ae1bd8
#137382 , cleanup handling of SVG namespace, and remove old bogus namespace.
...
r=afri (not part of default build)
2002-04-16 18:13:13 +00:00
hyatt%netscape.com
f2a3a670c3
Fix for 99344, inline styles not being recognized under certain DHTML circumstances. r=dbaron, sr=waterson, a=asa
2002-04-05 08:05:33 +00:00
dbaron%fas.harvard.edu
84c74313bd
Convert users of nsAReadable[C]String and nsAWritable[C]String typedefs to [const] nsA[C]String. b=131899 r=scc sr=jag a=asa
2002-03-23 22:31:50 +00:00
darin%netscape.com
c51d2ffb58
fixes SVG bustage, b=128508
2002-03-21 01:43:51 +00:00
darin%netscape.com
52d79d5381
fixes SVG bustage
2002-03-21 01:10:18 +00:00
darin%netscape.com
913e9084cc
fixes SVG bustage related to my checkin for bug 124042
2002-03-06 09:03:38 +00:00
peterv%netscape.com
6e497ee63a
Bustage fix.
2002-03-04 03:08:17 +00:00
peterv%netscape.com
57fc575a5c
Fix for bug 92377 (Build failure: dom/src/base/nsDOMClassInfo.cpp depends on extensions/xmlextras). r=shaver, sr=jst, a=asa.
2002-03-04 02:25:08 +00:00
bzbarsky%mit.edu
f2a9512382
Change users of Length() to IsEmpty() where the code really cares about
...
the latter in content/. Bug 100649, r=jag, sr=jst
2002-01-24 02:03:19 +00:00
jdunn%netscape.com
fbfac446ed
fix xlC 5.x compiler bustage
...
r=bbaetz@@student.usyd.edu.au
r=dbaron@fas.harvard.edu (sort of)
# 119304
2002-01-14 13:43:10 +00:00
alex.fritze%crocodile-clips.com
4b6e46c8ce
[SVG only] Fix locale-related problems (bug 99771).
...
Patch by <daniele@grinta.net>
2002-01-10 15:28:15 +00:00
seawood%netscape.com
d7d06bc3b2
s/nsCheapVoidArray/nsSmallVoidArray/
...
Fixing tinderbox bustage caused by bug 96108
2001-12-21 05:00:29 +00:00
bbaetz%cs.mcgill.ca
3ba899f432
dos2unix line endings. Should fix build bustage, not part of default
...
build.
2001-12-12 11:05:25 +00:00
bbaetz%cs.mcgill.ca
00ba90b582
Bug 80142 - left this out
2001-12-12 08:22:52 +00:00
bbaetz%cs.mcgill.ca
58be461f69
Bug 80142 - left these out.
2001-12-12 08:21:33 +00:00
bbaetz%cs.mcgill.ca
43806ea8b2
Bug 80142 (among others) - landing of SVG_20010721_BRANCH. Work by
...
alex.fritze@crocodile-clips.com , james.turner@crocodile-clips.com , and
everyone else how helped on the branch. Thanks to peterv for last minute
build changes
r=cls for build changes
r=jst, rs=brendan for #ifdef'd parts touching existing files.
NOT ON BY DEFAULT
2001-12-12 07:59:31 +00:00