dbaron%fas.harvard.edu
ae458d11a9
Add new style classes to the leak/bloat logs. This should increase the bloat statistics. r=attinasi
2000-06-23 21:57:39 +00:00
pierre%netscape.com
ebf5ec54ff
#12403 "border-style: hidden should force border-width: 0". Fixed RecalcData() to handle 'hidden' similarly to 'none'. r=attinasi.
2000-06-22 05:38:26 +00:00
attinasi%netscape.com
e97f599347
Eliminated warnings from recent checkin (trivial changes).
2000-06-22 05:14:32 +00:00
attinasi%netscape.com
2886ad8517
Reversed the order of testing for link-elements so that the most common (anchors) are tested first. Update to earlier checkin.
2000-06-22 00:41:25 +00:00
attinasi%netscape.com
76698ef605
Fixed bug 6306: AREA and LINK elements are now treated like links when it comes to matching selectors. Cleaned up SelectorMatches as well by moving link-logic into new method. r=kmcclusk@netscape.com b=6306
2000-06-21 23:48:21 +00:00
attinasi%netscape.com
634e3cc180
Implemented Style Context Data sharing, reducing the amount of memory used in style by about 40%. Performance will degrade by about 10%, that is being worked on now. b=39618 r=waterson
2000-06-21 20:44:59 +00:00
waterson%netscape.com
d38577c4e5
Use NS_LITERAL_STRING instead of an nsAutoString to avoid copy/inflate on platforms that support two-byte wchar_t. r=attinasi
2000-06-20 05:45:07 +00:00
rods%netscape.com
07ab21a2d7
image buttons need their font set for "alt" text
...
b=24778 r=kmcclusk
2000-06-16 12:56:02 +00:00
rbs%maths.uq.edu.au
29f1b6960b
Change invalid REC-html40 to correct XHTML namespace. b:7834. a:ekrock@netscape.com
2000-06-15 09:54:41 +00:00
jst%netscape.com
53309355c7
Fixing nsbeta2+ bug 39892. Adding support for getting the computed value of the 'behavior' property with getComputedStyle(). r=hyatt
2000-06-14 00:06:36 +00:00
waterson%netscape.com
e38d1052c0
Bug 38832. An ugly fix: force the <li> to be padded in quirks mode. r=buster
2000-06-11 22:48:05 +00:00
rickg%netscape.com
c12a990ef8
update viewsource style rules; r=attinasi
2000-06-10 02:50:01 +00:00
attinasi%netscape.com
e03b5378b9
Fixed problem where anchors with no HREF were being styled like links in composer. b=31594 r=kmcclusk
2000-06-07 23:07:57 +00:00
waterson%netscape.com
703b75540b
Bugs 35935, 34862, 41521. Make sure to make 'special' frames blocks inside of relatively-positioned inlines; be sure to destroy special siblings, and crawl to outermost 'normal' frame when reframing containing block; handle 'special' frames in StyleChangeReflow(). r=buster
2000-06-07 06:58:45 +00:00
pierre%netscape.com
de9cafe37c
Checked back in the backed out code (41321) after doing a minor fix in nsCSSValue.cpp (41618)
2000-06-06 09:36:12 +00:00
pierre%netscape.com
fa066a26d1
Backed out the previous changes (41321, waterson/attinasi) because of the regression in 41618.
2000-06-06 06:50:21 +00:00
mkaply%us.ibm.com
8686a4067b
# 37239
...
r = jst, a = waterson
OS/2 bringup - PR_CALLBACK for VisualAge
2000-06-05 19:15:32 +00:00
warren%netscape.com
958ed96edd
Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug #18433
2000-06-03 09:46:12 +00:00
waterson%netscape.com
6d9fee8e7d
Bug 41321. Use PRUnichar* instead of nsString* to store string values for nsCSSValue and nsHTMLValue. r=attinasi.
2000-06-02 22:54:35 +00:00
attinasi%netscape.com
36e73369c4
Implemented QuirkMode style sheet and moved some initial quirk style rules from html.css to the new quirk.css. b=38026 r=rods a=karnaze
2000-06-02 21:45:06 +00:00
attinasi%netscape.com
d1b51e73f2
QuirkMode style sheet: b=38026 r=rods a=karnaze
2000-06-02 21:38:33 +00:00
rods%netscape.com
5b0f9df6e7
setting legend's border to none so it loks better
...
b=36065, r=rickg
2000-06-02 21:01:20 +00:00
rods%netscape.com
c5fc5a6990
this change works better for standard mode and gets around a style bug.
...
b 38927, r=attinasi
2000-06-02 20:03:12 +00:00
rods%netscape.com
1e7be1d0b4
added hover cursor change for type=image Bug 40440
...
made inner rect for focus have inherit for color instead of hard-coded gray Bug 38927
also added quotes to several selectors (i.e. from type=xxx to type="xxx")
r=dcone,attinasi
2000-06-02 13:58:19 +00:00
waterson%netscape.com
eee9dbdf9b
Bug 29611. Use 'GetHref()' to retrieve anchor tag's href. r=attinasi
2000-06-02 04:27:47 +00:00
mstoltz%netscape.com
ab8668d6b4
Fix for 16858 w/o breaking directory browser. r=waterson a=beard
2000-06-01 23:57:48 +00:00
attinasi%netscape.com
2646040b24
Floated elements now get their display type set to a block, in compliance with the CSS1 specification. Also, positioned elements get their float property cleared. b=32200 r=karnaze a=karnaze
2000-06-01 23:31:00 +00:00
shaver%mozilla.org
c078a4e748
properly handle updating of class or id, #39642 , r=attinasi, a=waterson
2000-05-31 20:00:31 +00:00
mkaply%us.ibm.com
726d1674a0
# 37239
...
r = rickg, a = brendan
OS/2 bringup continues on M16 - Changes for VisualAge build (PR_CALLBACK)
2000-05-31 14:09:34 +00:00
attinasi%netscape.com
95c822478e
Fixed bug 31955: font-face is now inheriting into tables in QuirksMode. r=dcone, a=karnaze
2000-05-30 22:53:02 +00:00
ben%netscape.com
9617b65b0a
forgot this file
2000-05-29 05:52:42 +00:00
ben%netscape.com
618560a7e3
forgot file
2000-05-29 04:36:15 +00:00
hyatt%netscape.com
8b528f224c
Fixing bugs in skin switching.
2000-05-27 20:03:14 +00:00
waterson%netscape.com
b787e27fe2
#if-0 out mstoltz's changes to fix tinderbox.
2000-05-27 05:22:39 +00:00
rods%netscape.com
51407b6fe3
adding padding to disabled radio buttons
...
set font for html buttons
removed some unneeded rules
commnted out and "disabled" the label property for options
b 40065,39998 r=ekrock,self
2000-05-26 23:42:27 +00:00
mstoltz%netscape.com
c54ae2cb3c
Fixed bug in DOM security checks, fixes bug 37907, 23516. Added security check for htmlelement.innerhtml, fixes 39083. Added location check to BASE HREF=, fixes 35859. r=vidur. Added check to style= tag, fixes 16858, r=pierre.
2000-05-26 23:28:40 +00:00
evaughan%netscape.com
4ab93afb2e
fix for [beta2] bugs:
...
37835
39085
32920
-r pinkerton, rods, hyatt
2000-05-26 06:42:29 +00:00
mjudge%netscape.com
09e2e5befb
changing style on dropdown list boxes to not allow selection. a=rickg r=cmanske
2000-05-18 18:18:31 +00:00
carl.wong%intel.com
25271d3d08
Fixed bug#39134 (reference count leak in SheetLoadData). r=attinasi@netscape.com a=leaf@netscape.com
2000-05-17 18:29:30 +00:00
jst%netscape.com
600a304107
Make this a bit safer to use.
2000-05-17 06:26:23 +00:00
jst%netscape.com
7b892d0c31
Hook up new property and fix a crasher.
2000-05-17 06:13:43 +00:00
jst%netscape.com
4834a0ff9b
Adding computed style implementation to the build, and make it compile on windows.
2000-05-17 04:57:50 +00:00
sfraser%netscape.com
3ca711ff8c
Fix the static nsCOMPtr<nsIAtom> atom("type"), replacing it with nsHTMLAtoms::type, to fix an assertion on shutdown.
2000-05-17 02:23:59 +00:00
pollmann%netscape.com
c745634f70
Bug 32746 (1 of 3): Make iframe borders compatible with IE's precedent here, inset rather than solid border. r=harishd
2000-05-16 21:45:55 +00:00
shaver%mozilla.org
8f7d1fbff0
Significantly reduce the amount of time we blow on style reresolution by
...
tracking the attributes which appear in CSS selectors, and only firing
a complete reresolution when we change one of those. In the irrelevant-attr
case, we just let the frame update itself and get on with our lives right
away. Fixed 38378, r=brendan, booyah.
Also, when setting an attribute to the same value that it currently holds,
don't think about it especially hard, and _don't_ go anywhere near the
style code. Fixed 21879, r=brendan, boo_yah_.
2000-05-16 02:43:33 +00:00
buster%netscape.com
c5d423841d
bug 29772
...
r=rods
added style rules to show text cursor over text and password input fields (except disabled fields)
2000-05-16 00:25:44 +00:00
attinasi%netscape.com
5bc97259da
Added support for simple xlinks: we now treat simple xlinks like links for styling. b=38026 r=dbaron
2000-05-15 22:30:27 +00:00
rods%netscape.com
0dfbaf4983
minor changes to the disabled look for selects
...
b=35307
2000-05-15 22:22:24 +00:00
jst%netscape.com
a42ffded11
More WIP on getComputedStyle(), not part of the build yet.
2000-05-15 01:59:05 +00:00
jst%netscape.com
f857669c9c
Adding a very primitive readonly implementation of CSSPrimitiveValue. Not part of the build yet.
2000-05-15 01:58:26 +00:00