gecko-dev/dom/macbuild
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
..
dom.xml
domIDL.xml
domSharedPrefix.h
domSharedPrefix_debug.h
dom_baseIDL.xml
dom_coreIDL.xml
dom_cssIDL.xml * Implement CSSValueLists and computed -moz-border-{side}-colors 2002-07-08 07:11:59 +00:00
dom_eventsIDL.xml Backing out joki's checkin for bug 124990 (at his request) since this breaks some stuff on linux. 2002-04-20 01:48:32 +00:00
dom_htmlIDL.xml
dom_rangeIDL.xml Fix for bug 132302: Return the right exception for DOM Range. Fix by peterv. 2002-04-10 13:38:30 +00:00
dom_stylesheetsIDL.xml
dom_svgIDL.xml
dom_traversalIDL.xml
dom_viewsIDL.xml
dom_xblIDL.xml
dom_xpathIDL.xml
dom_xulIDL.xml Second try at fixing bug 130778. Create a new content interface, nsIMenuElement, which is implemeneted on nsHTMLSelectElement, nsHTMLOptGroupElement, and the newly-created nsXULMenuElement. Create a nsXULMenuElement instance for XUL menubar and menupopup tags. Use this interface to set and get the active item from the XUL menuframe code and the :-moz-menuactive pseudoclass matching code. Should eliminate the Txul slowdown resulting from fetching the active item through js from the pseudoclass matching code. r=jkeiser, sr=jst, a=scc. 2002-03-24 22:38:21 +00:00