pierre%netscape.com
|
a4a9237d47
|
43420 + CSS3 update: renamed "text-align:-moz-default" into "text-align:start"
|
2000-08-17 13:28:18 +00:00 |
dbaron%fas.harvard.edu
|
74fd1f046f
|
Reduce the risk of parser leaks by releasing the parsers owned by CSSLoaders when no longer needed. r=attinasi
|
2000-08-16 23:04:42 +00:00 |
rods%netscape.com
|
97e073283f
|
added textarea with -moz-fixed so it has the proper default font in quirks mode
b=44656 r=kmcclusk
|
2000-08-14 14:10:21 +00:00 |
mkaply%us.ibm.com
|
5004137c2d
|
OS/2 and AIX Tinderbox break
I have no idea why we don't like having two semicolons in a row, but who the heck would put them there?
|
2000-08-12 20:26:33 +00:00 |
hyatt%netscape.com
|
8da2baf3ca
|
Fix for 21890 and numerous other bugs. r=pierre, waterson, jst, attinasi, brendan
|
2000-08-12 06:28:02 +00:00 |
pierre%netscape.com
|
5b88097f54
|
48096: Need a -moz-all value for user-select. r=sfraser.
|
2000-08-12 01:00:14 +00:00 |
dbaron%fas.harvard.edu
|
370ac10052
|
Fix huge leak warren introduced last night. Changing the hash keys to have owning pointers caused circular ownership. r=waterson b=48373 (nsbeta3+)
|
2000-08-10 20:08:30 +00:00 |
warren%netscape.com
|
84b5fd67e3
|
Bug 46711. Removed nsAutoString travisty from nsStringKey. Introduced nsCStringKey. Made them both share the underlying string when possible. r=waterson
|
2000-08-10 06:19:37 +00:00 |
saari%netscape.com
|
4c09a29ac5
|
massive landing of joki changes.
Relevant nsbeta3+ bugs 43309, 44503, 2634, 2504,5981, 24698, 25758, 33577,
36062, 36217, 41191, 41491, 42356, 42829, 43016
r=saari (joki code). also been tested by heikki and bryner
|
2000-08-08 21:31:05 +00:00 |
pierre%netscape.com
|
8c26256cb6
|
47138: Some invalid units are not resulting in dropped declarations.
15174: counter() and counters() should not be recognized by CSS parser.
|
2000-08-08 00:34:42 +00:00 |
dbaron%fas.harvard.edu
|
a0923a0d16
|
Fix potential leak. r=attinasi a=waterson
|
2000-08-07 03:06:22 +00:00 |
pierre%netscape.com
|
e85c205893
|
attempt to fix the SunOS build
|
2000-08-05 06:39:42 +00:00 |
pierre%netscape.com
|
e0bfdfa04d
|
45754 ('hidden' borders should be treated as 'none')
|
2000-08-05 04:40:57 +00:00 |
pierre%netscape.com
|
1d4805ae87
|
9816 (Outlines should be disabled completely for FCS)
46562 ('display: run-in' disables whole declaration block)
45804 (In quirks mode, 0 in 'border' should set the width, not the color)
46547 (Background image not centered correctly)
Thanks to emk <VYV03354@nifty.ne.jp>
|
2000-08-05 04:40:03 +00:00 |
pierre%netscape.com
|
f807d71a05
|
46599 (nsCSSLoader should check for local file before passing FORCE_RELOAD)
|
2000-08-05 04:39:43 +00:00 |
pierre%netscape.com
|
712ba3287b
|
43420 (textarea inherits align="center" from parent td)
|
2000-08-05 04:37:57 +00:00 |
attinasi%netscape.com
|
7701e70031
|
Part of fix to allow background on BODY element to be inherited. b=47127 r=pierre
|
2000-08-04 20:44:08 +00:00 |
rods%netscape.com
|
fe6d832c9f
|
removed content-box from radio and checkboxes and set their sizes appropriately
set the background-color for the select arrow button "buttonface" partial fix to Bug 43371
b=32102 r=kmcclusk
|
2000-08-04 13:01:15 +00:00 |
rods%netscape.com
|
4ce4892490
|
Setting up some special NavQuirks rules for input type=text
part of the checkin for 44656 making the NavQuirks font moz-fixed
b=25580 r=kmcclusk
|
2000-08-04 12:49:16 +00:00 |
BlakeR1234%aol.com
|
39a96ac4c5
|
Remove hover effects for HTML buttons (38427). r=me (simple commenting change), a=ekrock.
|
2000-08-03 22:58:06 +00:00 |
pavlov%netscape.com
|
592381ef95
|
fixing other people's build bustage bug 43826 r=bryner
|
2000-07-31 04:40:06 +00:00 |
BlakeR1234%aol.com
|
51d7d41926
|
Bug 44474, improve html checkbox/radio button appearance, and bug 38427
|
2000-07-30 21:39:07 +00:00 |
BlakeR1234%aol.com
|
f8af76029b
|
More work for bug 44474.
|
2000-07-30 21:29:35 +00:00 |
BlakeR1234%aol.com
|
31f902b123
|
Fix disabled style rules for HTML checkboxes and radio buttons (44474). a=ekrock
|
2000-07-30 03:09:37 +00:00 |
BlakeR1234%aol.com
|
85b46024d2
|
Rest of the fix for bug 44474. Improves the appearance of HTML radio buttons. a=ekrock
|
2000-07-30 03:03:31 +00:00 |
BlakeR1234%aol.com
|
0df1730a60
|
Part of fix for bug 44474, to improve upon the appearance of HTML checkboxes. a=ekrock
|
2000-07-29 22:11:44 +00:00 |
hyatt%netscape.com
|
dccf9dcff0
|
Fix for 46129. r=waterson,attinasi,pierre
|
2000-07-28 09:36:51 +00:00 |
dbaron%fas.harvard.edu
|
0d22e864e2
|
Fix the way HTML's align attribute works for horizontal alignment of blocks. Use the -moz-center and -moz-right even in strict mode, and apply them to blocks in addition to tables. r=attinasi b=37083, 40038
|
2000-07-27 23:37:44 +00:00 |
dbaron%fas.harvard.edu
|
a09c77e4d1
|
Improve performance of testing for visited links CSS selector matching by reducing string conversion and by caching the state of the link on the link element. r=waterson b=25963
|
2000-07-27 23:17:53 +00:00 |
attinasi%netscape.com
|
1f499c4354
|
Accidental debug code removed: b=46090 r=ianh a=waterson
|
2000-07-24 23:09:30 +00:00 |
attinasi%netscape.com
|
b7d2737337
|
Checkin for timeless@bemail.org: Fixed rounding error making LARGER work for font sizes less than 9px. b=12461, r=attinasi@netscape.com,disttsc@bart.nl a=brendan@mozilla.org
|
2000-07-18 21:48:51 +00:00 |
jst%netscape.com
|
db7e921f3e
|
Fixing nsbeta2+ bug 44001, nulling out output parameters to avoid crasing. r=vidur@netscape.com
|
2000-07-12 02:15:27 +00:00 |
attinasi%netscape.com
|
be78b225d6
|
Temporarily turned off style context sharing while I figure out why it is causing incorrect styling of some XUL elements. b=43490
|
2000-06-29 23:13:46 +00:00 |
dbaron%fas.harvard.edu
|
63234a162b
|
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
|
9e180b38cc
|
#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
|
856ea4a348
|
Eliminated warnings from recent checkin (trivial changes).
|
2000-06-22 05:14:32 +00:00 |
attinasi%netscape.com
|
411b3bcaaf
|
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
|
67e47d2765
|
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
|
db3aa75e08
|
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
|
0abe95456d
|
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
|
38d6894ac8
|
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
|
26742e611c
|
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
|
eb6d78edaf
|
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
|
8e2018e4f4
|
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
|
007d5e056d
|
update viewsource style rules; r=attinasi
|
2000-06-10 02:50:01 +00:00 |
attinasi%netscape.com
|
48511a3494
|
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
|
a721679b5c
|
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
|
12f2fe1056
|
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
|
e549491b3e
|
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
|
ad3cf0ff6a
|
# 37239
r = jst, a = waterson
OS/2 bringup - PR_CALLBACK for VisualAge
|
2000-06-05 19:15:32 +00:00 |