gecko-dev/content
caillon%returnzero.com 9df8f33a00 * Implement CSSValueLists and computed -moz-border-{side}-colors
* Get the computed -moz-binding directly from the style context which is faster than getComputedStyle
* Speed up computed style by not QI'ing so much
* Cache the computed style object so we don't keep re-alloc'ing memory for it.
* Shrink ROCSSPrimitiveValue.
* Don't get computed style of non-existant properties.
* Use nsSize instead of nsRect when we only care about height and width
* Other random code cleanup of computed style

Bug 155525
r=bzbarsky
sr=jst
2002-07-08 07:11:59 +00:00
..
base The c++ standard requires that the throw list be used when declaring functions as well as defining them. 2002-07-03 17:14:41 +00:00
build * Implement CSSValueLists and computed -moz-border-{side}-colors 2002-07-08 07:11:59 +00:00
events Don't send mouse enter events every time we have a key press (bug 156052). r=dbaron, sr=blake. 2002-07-06 23:25:20 +00:00
html * Implement CSSValueLists and computed -moz-border-{side}-colors 2002-07-08 07:11:59 +00:00
macbuild * Implement CSSValueLists and computed -moz-border-{side}-colors 2002-07-08 07:11:59 +00:00
shared Fix innerHTML on some special elements to suck less; refactor some 2002-07-04 04:30:25 +00:00
svg 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
xbl Add CPP_THROW_NEW macro to the build system. This macro should be used when defining a local |operator new| function. It will be set to an empty throw function by default on all platforms except mac CW builds. This will allow us to not crash on systems that expect |operator new| to throw an exception by default and will suppress compiler warnings about how |operator new| should throw an exception instead of returning NULL. 2002-07-02 20:25:30 +00:00
xml Bug 152725 - Get URL passed to cookie module from document principal, not document URL. 2002-07-02 17:58:24 +00:00
xsl Fix for bug 142108 (Crash when reloading XML+XSLT Trunk, M100, N70PR1, M11A [@ nsXMLContentSink::Observe][@ 0x00000001]). r=Pike, sr=jst. 2002-06-20 12:04:22 +00:00
xslt/src Added preliminary DocumentHandler.h 1999-11-25 03:03:07 +00:00
xul Bug 132905. Wallpaper to avoid crash when we can't find a match. r=rjc, sr=alecf. 2002-07-03 16:59:29 +00:00
.cvsignore Adding and updating necessary .cvsignore files. Bug #61550 2001-02-24 06:22:49 +00:00
Makefile.in Bug 80142 (among others) - landing of SVG_20010721_BRANCH. Work by 2001-12-12 07:59:31 +00:00
makefile.win Bug 80142 (among others) - landing of SVG_20010721_BRANCH. Work by 2001-12-12 07:59:31 +00:00