dbaron%fas.harvard.edu
5874aa4a5e
Add two Korean list styles (-moz-hangul and -moz-hangul-consonant) and rename existing list-style-type values that are our extensions to use -moz- prefix. Patch from Jungshik Shin <jshin@pantheon.yale.edu>. r=dbaron sr=attinasi b=63574
2001-07-04 02:05:59 +00:00
attinasi%netscape.com
fe8639791d
Added rule to indent nested DL elements. b=8749 r=liv@duke.edu sr=waterson
2001-07-02 21:04:45 +00:00
bernd.mielke%snafu.de
77be037166
Paint table background also in quirks mode. bug 46268, patch by fantasai@escape.com
...
r=bernd sr=attinasi
2001-07-01 16:40:56 +00:00
jaggernaut%netscape.com
03ab87e4a1
Bug 88413: Remove |GetUnicode()| from nsString (and replace it with |get()|). r=dbaron, rs=scc.
...
This removes all call-sites I can currently fix. Tomorrow I'll try to get someone to checkin my changes to security/ and I'll get some help with the Netscape side of things.
nsString::GetUnicode()'s final death-blow will be dealt soon. Please keep this in mind as you add new code :-)
2001-06-30 11:02:25 +00:00
waterson%netscape.com
f981ffed5f
Bug 87229. Replace giant switch statements with bit-ops and jump tables where appropriate. r=attinasi, sr=hyatt
2001-06-29 22:42:46 +00:00
dbaron%fas.harvard.edu
b30ae7fa9d
Fix BiDi regression from style system landing by correcting implementation of 'unicode-bidi' to be a non-inherited property, correctly mapping attributes to it, splitting text frames with both strong RTL and LTR characters, and stripping BiDi control characters. Code by me and lkemmel@il.ibm.com r=simon@softel.co.il sr=hyatt b=83958
2001-06-29 03:15:58 +00:00
glazman%netscape.com
050d131fbc
CSS parser drops negations if attached to universal selector and a pseudo-element; b=87999, r=peterv, sr=hyatt
2001-06-27 10:41:49 +00:00
attinasi%netscape.com
2aae8ce955
Make floated tables non-floated so they print correctly (temporary hack). b=74738, r=kmcclusk sr=waterson a=waterson
...
Follow-Up bug to remove temporary hack is bug 85768
2001-06-22 06:42:57 +00:00
dbaron%fas.harvard.edu
688519fb0c
Fix bad getters on nsIDocument and nsIScriptContext to use out params rather than return |AddRef|ed pointers. b=81289 r=jaggernaut sr=jst a=asa
2001-06-20 03:27:48 +00:00
waterson%netscape.com
bffb0d7268
Bug 81776. Give the hr frame some inline margins to bamboozle the code that tries to avoid marking lines dirty in PrepareResizeReflow(). Lame, but localized. r=dbaron, sr=attinasi, a=asa.
2001-06-20 00:54:39 +00:00
dbaron%fas.harvard.edu
f8ffcd1a4b
Correct matching of dashmatch (|=) according to recent CSS WG discussions and fix :not() bugs with class selectors, id selectors, and $= and ^= attribute selectors. r=hixie sr=attinasi a=asa b=83616
2001-06-19 22:46:08 +00:00
dbaron%fas.harvard.edu
286894695d
Fix bustage from scc's checkin for bug 85271.
2001-06-17 07:38:01 +00:00
blakeross%telocity.com
feed6f83dd
Textarea scrollbars have wrong cursor (65540). r=kerz sr=hewitt a=asa
2001-06-13 21:33:19 +00:00
karnaze%netscape.com
66975c3122
bug 84378 - make whitespace:normal the default for tables (back the way it was before recent style changes), a=asa, sr=attinasi, r=alexsavulov
2001-06-13 02:32:26 +00:00
rods%netscape.com
ccf6bd06d0
Backing change for Bug 82626, looks like round-off error in line height calculation
2001-06-11 19:29:14 +00:00
dbaron%fas.harvard.edu
65490b586d
Make implied universal selectors be equivalent to ns|* where ns is the default namespace, and make appropriate changes to our CSS files. This brings us into conformance with the CSS3 selectors draft and improves performance by reducing the number of universally hashed selectors. Most of this patch is by attinasi. (35847, 83482) Also make first-node/last-node rules in quirks.css non-universal to improve performance. (83839) r=rbs sr=waterson a=asa b=35847
2001-06-09 01:32:19 +00:00
rods%netscape.com
0bd44c512d
setting line-height to 1em ! important, selects should not inherit the line height
...
nor should users be able to set it.
Bug 82626 r=kmcclusk sr=hyatt a=asa
2001-06-08 13:04:17 +00:00
attinasi%netscape.com
4ae45576ff
Disable Quirk ruels for XUL documents by setting the compatibility mode to Standard. b=83495 r=dbaron sr=hyatt a=blizzard
2001-06-06 23:34:17 +00:00
rods%netscape.com
4947ca2fd5
removed "! important" for input text so allows users to tailer border sizes
...
This reopens bug 25580, which I have marked won't fix
Fixes Bug 55336 r=kmcclusk sr=attinasi a=dbaron
2001-06-05 12:52:37 +00:00
dbaron%fas.harvard.edu
9d856ec3de
Miscellaneous performance fixes related to selector matching:
...
* cut in half the number of (expensive, universally hashed) selectors needed for many UA-stylesheet :link and :visited rules by implementing :-moz-any-link (bug 83484)
* remove most of EnumerateTagRules since most of it does no useful work (bug 83506)
* avoid refcounting of atoms for stack-based hash keys (bug 83511)
* add logging (turned off, except for me) to evaluate effectiveness of RuleHash
* add a namespace hash, which will be a big win once bug 35847 is fixed (bug 83497)
* avoid repeated reallocation of mEnumList by setting the initial length to a minimum of 8
* remove an unneeded variable in the beginning of SelectorMatches
* fix one case in CSS error reporting (bug 65469), not part of default build
b=83482 r=attinasi@netscape.com sr=waterson@netscape.com a=asa@mozilla.org
2001-06-05 01:00:11 +00:00
hyatt%netscape.com
f00e91ea2c
Fix for 83613. r=dbaron, sr=brendan, a=leaf
2001-06-01 21:04:23 +00:00
dbaron%fas.harvard.edu
029bedda1e
Adding newline to end of file to fix HP bustage.
2001-05-31 23:59:22 +00:00
hyatt%netscape.com
2bf7260d28
Fix for 78695 (rule matching improvements). r/sr=attinasi, jst, waterson
2001-05-31 22:19:43 +00:00
dbaron%fas.harvard.edu
477494db32
Fix build bustage within |#ifdef CSS_REPORT_PARSE_ERRORS| resulting from scc's string changes for bug 75220. Not part of default build. r=glazman a=tor
2001-05-23 14:18:38 +00:00
rods%netscape.com
ade2376885
adding pane/frameset/frame/iframe navigation
...
Bug 24423 r=joki,saari a=hyatt
2001-05-22 23:52:17 +00:00
dbaron%fas.harvard.edu
c78db9c656
Work around crash by using nsSupportsArray::Clone instead of the buggy (82133) nsSupportsArray::AppendElements. Patch from glazman@netscape.com, r=dbaron, sr=attinasi, b=80057
2001-05-22 20:53:00 +00:00
peterv%netscape.com
bcc4d7040c
Fixing regression bug 81918 (Setting preferred style sheet via HTTP headers is broken). r=glazman, sr=jst.
2001-05-21 13:01:41 +00:00
jst%netscape.com
64db0f5c68
Removing #include...
2001-05-21 03:14:39 +00:00
mkaply%us.ibm.com
57d9cc476c
#76020
...
r=waterson, sr=attinasi
Remove mDefaultDirection stuff - IBMBIDI does this correctly
2001-05-20 22:44:05 +00:00
jst%netscape.com
f72e19a2c3
scc checking in from jst's account. bug #75220 : sr=jst, rs=brendan. renaming |nsPromiseC?Concatenation| to |nsDependentC?Concatenation|; |nsPromiseC?Substring| to |nsDependentC?Substring|; |nsLiteralC?String| and |nsLocalC?String| to |nsDependentC?String|, as these new names better reflect clients obligations to instances.
2001-05-19 11:27:30 +00:00
peterv%netscape.com
899061aa64
Fix for bug 7515 (load stylesheets inserted dynamically through the DOM). r=heikki, harishd. sr=jst.
2001-05-19 02:59:15 +00:00
dbaron%fas.harvard.edu
e7f174f45a
Simplify implementation of quirk for DD not in DL using :not() to improve performance (since we handle |content: ""| differently from the default). b=77954 r=hixie sr=waterson
2001-05-18 23:09:54 +00:00
ftang%netscape.com
36ab05611e
fix bug 80552 r=ftang r/sr=jst
...
check in for simon@softel.co.il
change BidiEnable to GetBidiEnable
2001-05-16 13:40:08 +00:00
harishd%netscape.com
8de5a8be91
75641 - Fixing MLK caused by unclosed FONT tags ( penguin.html )
...
r=heikki sr=waterson
77352 - Making sure that the heading tags' size takes precedence over
residual style tags' size info.
r=pollmann sr=attinasi
57248 - Moved attribute entity parsing to the parser land.
r=heikki sr=jst.
2001-05-15 22:32:26 +00:00
jst%netscape.com
9e3e2750cd
Checking in Boris Zbarsky's (bzbarsky@mit.edu) fix for bug 79818, making more CSSRules implement DOM interfaces. r=bryner, sr=jst
2001-05-15 08:26:13 +00:00
glazman%netscape.com
41aa3398d9
nsDOMCSSDeclaration::GetCssText not implemented; b=79722, r=harishd, sr=jst
2001-05-15 08:25:03 +00:00
nhotta%netscape.com
040a56f113
Changed to make string as array so sizeof returns number of characters instead of a size of a pointer,
...
this fixes a wrong offset problem for parsing charset, bug 80114, r=attinasi, sr=blizzard.
2001-05-15 03:03:19 +00:00
glazman%netscape.com
9e63d86384
ViewCSS.getComputedStyle() returns empty list; b=62697, r=peterv, sr=jst
2001-05-14 11:23:53 +00:00
anthonyd%netscape.com
cae7f5bf45
rechecking in fix for 59005
...
r=rods
sr=kin
2001-05-11 02:33:50 +00:00
harishd%netscape.com
ea54baebb7
77746 - Remove style from the style stack on encountering the appropritate end tag.
...
78202 - Added text-decoration property for GetComputedStyle.
26347 - Anchor ( special element ) should be able to close phrasel elements
78140 - Putting back list-style-image support for getComputedStyle that got removed accidently.
r=heikki
sr=jst
2001-05-09 03:29:09 +00:00
jst%netscape.com
adf1d8320a
Landing the XPCDOM_20010329_BRANCH branch, changes mostly done by jband@netscape.com and jst@netscape.com, also some changes done by shaver@mozilla.org, peterv@netscape.com and markh@activestate.com. r= and sr= by vidur@netscape.com, jband@netscape.com, jst@netscpae.com, danm@netscape.com, hyatt@netscape.com, shaver@mozilla.org, dbradley@netscape.com, rpotts@netscape.com.
2001-05-08 16:46:42 +00:00
mkaply%us.ibm.com
e365bb5bdf
#78728
...
r=pierre, sr=waterson
Change bool/true/false cases to PRBool/PR_TRUE/PR_FALSE
2001-05-08 14:19:01 +00:00
ftang%netscape.com
fe19b0bcba
fix #ifdef IBMBID bustage
...
change other.mUnicodeBidi to other->mUnicodeBidi
r=noone sr=onone
2001-05-08 08:13:12 +00:00
glazman%netscape.com
cad22a4fbd
getComputedStyle was not implemented for text-align property; b=78709, r=harishd, sr=hyatt
2001-05-04 11:30:34 +00:00
pierre%netscape.com
24bea92579
Fixed bloat metrics: added MOZ_COUNT_CTOR/MOZ_COUNT_DTOR to the style blobs.
2001-05-04 02:22:41 +00:00
jdunn%netscape.com
e67ba6163d
Fixing tinderbox bustage
...
fixing per pierre's suggested patch on the n.p.m.b
r=pierre@netscape.com ,jdunn@netscape.com
2001-05-03 20:37:06 +00:00
mkaply%us.ibm.com
6d3e58062c
OS/2 TB break - forgot a false
2001-05-03 18:05:27 +00:00
mkaply%us.ibm.com
6b3384c0ba
OS/2 TB break - need to change true to PR_TRUE and false to PR_FALSE
2001-05-03 16:09:42 +00:00
pierre%netscape.com
7e93cd88e0
Changed 2 stray |bool|s to |PRBool| to make OS/2 happy. Thanks to dbaron.
2001-05-03 15:40:05 +00:00
pierre%netscape.com
941bd70ab7
43457: change the mutable style context APIs, disable style context sharing, implement style data sharing. r=waterson.
2001-05-03 13:20:48 +00:00
pierre%netscape.com
19cf97e623
78541 Typos in nsCSSStyleRule.cpp. Fix by sfraser, r=valeski.
2001-05-03 07:39:57 +00:00
pierre%netscape.com
d701e5681b
74773 UMR in AccumulateCRC(). r=attinasi
2001-05-02 10:55:08 +00:00
pierre%netscape.com
ed7431771d
14448 'border' property not resetting 'border-color' to initial value. tested=dbaron/hixie
2001-05-02 10:31:31 +00:00
pierre%netscape.com
ffc2d7be8a
66190 External style sheet with unrecognized charset is ignored / 63502 Content-Style-Type don't ignore parameters. r=attinasi/glazman
2001-05-02 10:24:33 +00:00
rbs%maths.uq.edu.au
b75d145e4d
Restore default fixed-font that was inadvertently changed b=76531
2001-05-02 07:40:37 +00:00
rbs%maths.uq.edu.au
27b5183dca
Fix bug 76567 (load viewsource.css on demand rather than at startup). Patch mostly by bzbarsky@mit.edu r=harishd,brendan sr=jst
2001-05-02 04:53:38 +00:00
blakeross%telocity.com
06f2223b51
View source uses background from prefs and hardcoded text color (62678, patch by bzbarsky@mit.edu). r=dbaron sr=attinasi
2001-05-01 03:19:46 +00:00
dbaron%fas.harvard.edu
48c7988529
Fix OS/2 bustage. |nsISupportsArrayEnumFunc| should not have |PR_CALLBACK|.
2001-04-28 04:30:42 +00:00
dbaron%fas.harvard.edu
79181752db
Fix unneeded construction of |nsAutoString|s in |SelectorMatches| by pulling one out of a loop and rewriting matching of ^= and $= CSS3 selectors to remove the other. b=77063 r=glazman@netscape.com sr=attinasi@netscape.com
...
Fix O(N^2) cascading by replacing insertion into one large |nsISupportsArray| with appending into a hashtable (hashed by weight) of |nsISupportsArray| and then combining those arrays into the larger array. b=77066 r=attinasi@netscape.com sr=waterson@netscape.com
Reduce construction of |SelectorMatchesData| by retaining (so they can be used for matching other selectors) any new ones constructed in |SelectorMatchesTree| until the one originally passed to |SelectorMatchesTree| is destroyed. b=77090 r=attinasi@netscape.com sr=waterson@netscape.com
2001-04-28 02:16:16 +00:00
heikki%netscape.com
a0844e5329
Bugs 65848 and 75031, support for application/xml and application/xhtml+xml mime types. This also fixes almost all of content to use NS_LITERAL_STRING instead of NS_ConvertASCIItoUCS2. r=harishd, valeski (mime types), sr=vidur.
2001-04-26 19:33:12 +00:00
disttsc%bart.nl
c92554e774
Bug 76531: "view source uses hard-coded pixel font size", author=Boris Zbarsky <bzbarsky@mit.edu>, r=rbs@maths.uq.edu.au, sr=attinasi
2001-04-26 10:09:06 +00:00
harishd%netscape.com
6836236914
69455 - enable noframes content when frames are disabled
...
r=heikki,sr=waterson,a=choffmann
2001-04-21 22:22:15 +00:00
pierre%netscape.com
d764405700
#12386 "Matching of case sensitive attribute values should be case sensitive" sr=waterson
2001-04-18 04:36:52 +00:00
timeless%mac.com
b7f5fa68db
fix Bugzilla Bug 75632 [FIX]Bad HTML <button> CSS causes jiggling when clicked
...
patch by bzbarsky@mit.edu r=rods, sr=attinasi
2001-04-18 02:56:12 +00:00
timeless%mac.com
27b8e15d2a
fix Bugzilla Bug 62678 View source uses background from prefs and hardcoded text color
...
fix by bzbarsky@mit.edu r=timeless, sr=attinasi
2001-04-18 02:54:41 +00:00
mjudge%netscape.com
7b96b4c7ec
needed PR_MIN and MAX bustage
2001-04-18 00:33:23 +00:00
pierre%netscape.com
a468466153
#59933 . When a |smaller| font size results in something smaller than the |xx-small| of the base font, we use the parent's font size. Same thing for |larger| and |xx-large|. r=attinasi
2001-04-17 23:23:09 +00:00
rbs%maths.uq.edu.au
97f7e45cc7
Improve the speed of viewsource - Patch of Boris Zbarsky <bzbarsky@mit.edu> b=74486 r=rbs r=attinasi
2001-04-17 07:23:04 +00:00
dbaron%fas.harvard.edu
01fc2abd17
Fix form controls and Windows/Unix classic skin to use new system colors -moz-FieldText, -moz-Dialog, and -moz-DialogText where appropriate to allow accurate representation of system colors on GTK.
...
Fix various CSS errors in themes.
b=67448 r=hewitt@netscape.com sr=blizzard@mozilla.org
2001-04-17 02:54:21 +00:00
dbaron%fas.harvard.edu
a06fd0b606
Add 3 proposed CSS3 system colors as -moz-FieldText, -moz-Dialog, and -moz-DialogText, which are needed to accurately represent system colors on GTK.
...
Restore GTK system color for WindowText to the correct value (fg rather than text).
Add debugging code that can be enabled to debug use of system colors in themes.
r=pierre@netscape.com sr=blizzard@mozilla.org b=67448
2001-04-17 00:46:07 +00:00
attinasi%netscape.com
19a60d9213
Fix for problem where a StyleContext changes its CRC and does not update the styel context cache. b=73553 r=karnaze sr=waterson
2001-04-14 14:06:27 +00:00
attinasi%netscape.com
f251dbeb0f
Fix for regression: only restrict HTML content from event pseudo application. b=75823 sr=hyatt
2001-04-14 06:34:50 +00:00
erik%netscape.com
01ee65d01d
bug 75066; author=simon@softel.co.il; r=jst; sr=erik; this change addresses
...
a comment made during the review for 75066 (nsBidiOptions ->PRUint32)
2001-04-13 21:46:28 +00:00
pinkerton%netscape.com
3e4eeed045
make combo-box dropdown stand out more from the page. especially needed since the mac WDEF no longer draws an outline for popups. r=rods/sr=sfraser
2001-04-13 03:53:40 +00:00
attinasi%netscape.com
c68bc0e2b0
'Fixes' major performance problem with universal dynamic pseudo selectors by restricting their application in Standard mode to the same elements we restrict them to in QuirksMode. b=68821 r=waterson sr=shaver
2001-04-11 23:47:34 +00:00
hyatt%netscape.com
59c0d9ecc7
Fix for 75189. r=jag. sr=attinasi
2001-04-11 03:55:39 +00:00
blakeross%telocity.com
60046d5eee
Implement css3 :empty selector (75186). Patch by the evil QA-turned-engineer Ian Hickson <ian@hixie.ch> who insists on using me shamelessly for my cvs account. r=pierre sr=attinasi
2001-04-11 02:55:41 +00:00
glazman%netscape.com
595cbdb537
fix for :not() due to 72302; b=71647, r=pierre, sr=attinasi
2001-04-10 13:43:20 +00:00
glazman%netscape.com
9c5a520934
CSS2+ identifiers should support underscores ; b=74845, r=pierre, sr=attinasi
2001-04-10 11:09:07 +00:00
dbaron%fas.harvard.edu
23cfb8678a
Fix typo (missing commas) that caused some nested lists to have vertical margins when they shouldn't have had vertical margins. b=75132 r=disttsc@bart.nl, ian@hixie.ch sr=attinasi@netscape.com
2001-04-09 23:05:43 +00:00
hyatt%netscape.com
4a66754d65
Fix regression to :-moz-bound-element caused by the :not checkin.
2001-04-08 22:22:47 +00:00
attinasi%netscape.com
d442237a68
Fixed performance problem caused by unused nsAutoString in SelectorMatches.
...
Patch by bratell@lysator.liu.se , r=glazman@netscape.com sr=attinasi@netscape.com b=74830
2001-04-05 23:14:00 +00:00
blakeross%telocity.com
6573419a09
Use more efficient command structure, refactor commands, broadcasters and keys, remove unused attributes, do some other optimization (72923). Landing navigator part only; this should help new window opening and some other areas. r=ben sr=hyatt
2001-04-05 19:53:13 +00:00
darin%netscape.com
b117712a15
Fixes bug 73905 "CSS/JS documents are not cached" r=pierre, sr=waterson
2001-04-04 07:20:46 +00:00
dbaron%fas.harvard.edu
2567905f44
Fix bustage (if CSS_REPORT_PARSE_ERRORS is defined) from scc's string branch landing. nsLiteralChar was removed, so use nsLocalString instead. r=disttsc@bart.nl sr=scc@mozilla.org
2001-04-02 21:14:23 +00:00
glazman%netscape.com
ad4cc99616
Support for :last-child pseudoclass; checking in for Ian Hickson ; b=46916, r=pierre, sr=attinasi
2001-03-30 10:20:57 +00:00
harishd%netscape.com
e8da0993b5
71942 - Intialize the ptr to fix the crash.
...
49942 - Should not include parent when absolutely positioned.
Added border color property.
r=heikki
sr=jst
2001-03-30 02:08:48 +00:00
hyatt%netscape.com
7d2adb3021
Fix for 73695. r=danm, sr=waterson
2001-03-29 01:30:03 +00:00
attinasi%netscape.com
c572186d99
Avoid checking for duplicates when adding a context to the cache (perf. reasons). b=72217, r=jag, sr=brendan
2001-03-28 19:58:51 +00:00
glazman%netscape.com
d366db697f
fix for Stylesheet Dump in viewer. b=71648, r=pierre, sr=attinasi
2001-03-28 08:02:20 +00:00
attinasi%netscape.com
f314563699
CSS-only fix - Fixes invalid values for content property. b=72315 r=dbaron, hwaara
2001-03-24 06:25:33 +00:00
glazman%netscape.com
d20e313e4e
easy fix for 71647 ; that bug was hidden behind 72302, [s]r=attinasi
2001-03-21 09:40:41 +00:00
hyatt%netscape.com
6b24608b5a
Fix for 62985, r=dbaron, sr=attinasi
2001-03-21 08:10:20 +00:00
glazman%netscape.com
b547795c45
adds support for :not() css3 pseudo-class; b=71647, r=pierre, sr=hyatt
2001-03-20 11:49:20 +00:00
rods%netscape.com
05f9295ddb
Change box sizing atom back to correct non-xul name
...
Bug 72226 r=waterson sr=attinasi
2001-03-20 11:42:56 +00:00
blakeross%telocity.com
0ad568f284
Crash when reading past the end of a CSSRuleList. patch by Hixie (ian@hixie.ch). r=blake, glazman sr=jst
2001-03-19 22:12:12 +00:00
alecf%netscape.com
e0a5427c7b
fix for bug 71852 sr=hyatt
...
fix trees by adding -xul to css property, so that scrolled boxes inherit their attributes appropriately
2001-03-14 07:34:04 +00:00
rods%netscape.com
e76b4fd565
set all buttons to vertial-align=bottom in quirks
...
Bug 58190 r=pierre sr=buster
2001-03-13 13:51:33 +00:00
hyatt%netscape.com
aaf0e6df84
Fix for 70704 and 71261. r=pierre, sr=attinasi
2001-03-13 02:34:02 +00:00
attinasi%netscape.com
119ffaaeeb
Fixes text-indent for DD in quirks mode. Patch provided by fantasai, b=5119, r=attinasi,hixie sr=shaver
2001-03-12 22:36:11 +00:00
harishd%netscape.com
e9eab5cf9a
Correcting indentation.
2001-03-11 21:07:33 +00:00
harishd%netscape.com
d3f41aceb6
Indendation got messed up...somehow! CORRECTING.
2001-03-11 21:03:08 +00:00
harishd%netscape.com
f1e706bc7a
69826 - Flush conten model to access named items
...
Fixed an assertion.
Added a few more properties for getComputedStyle and did some clean up.
r=heikki, sr=jst
2001-03-11 20:47:06 +00:00
rods%netscape.com
73a6934d58
Fixing height of btns and btn in file input in strict mode
...
Bug 67207 r=kmcclusk a=attinasi
2001-03-11 13:26:55 +00:00
attinasi%netscape.com
9cd9101366
Backed out last night's changes due to regression that exposed a fatal flaw in the idea of the fix. r=71561
2001-03-11 07:54:00 +00:00
attinasi%netscape.com
63d7861535
Prevent text nodes from being passed to SelectorMatches to improve style resolution performance and ensure correctness. b=56117 r=pierre sr=waterson
2001-03-10 06:14:52 +00:00
hyatt%netscape.com
4c6682bec7
Fix for 71262 and 71485, r=jag, srs=shaver on 71262 and hewitt on 71485
2001-03-10 01:43:09 +00:00
erik%netscape.com
ca75151209
bug 71370; author=simon@softel.co.il; r=attinasi; sr=erik; implement bidi
...
(bidirectional text) for languages such as Arabic and Hebrew; from IBM bidi
project; not part of build yet (due to #ifdef IBMBIDI)
2001-03-09 03:13:03 +00:00
glazman%netscape.com
514b078cef
Cleanup of ParseSelector() ; b=71100, r=peterl, sr=attinasi
2001-03-08 23:27:39 +00:00
dbaron%fas.harvard.edu
dc14bce8cb
Fix CSS_REPORT_PARSE_ERRORS build bustage resulting from string changes.
2001-03-08 14:25:11 +00:00
rods%netscape.com
9aa5af009d
Explicitly setting the padding to zero
...
Bug 69130 r=kmcclusk sr=hyatt
2001-03-08 02:58:12 +00:00
heikki%netscape.com
b2ce503d1a
Bug 69830, cleanup after layout split by moving duplicated files to a library that is statically linked to content and layout, and backing out changes to inline some functions that now also live in the shared lib. r=jst, sr=waterson.
2001-03-08 02:41:16 +00:00
law%netscape.com
834275d324
Part of bug 57576; adding support for getting list-style-image; r=harishd, sr=jst
2001-03-08 00:55:01 +00:00
glazman%netscape.com
bd70011ca1
mSourceString in SelectorList was allocated, filled with a
...
reconstructed copy of ALL selectors in chrome and document,
unused and then deallocated ! b=70995, r=hewitt, sr=attinasi
2001-03-06 23:07:33 +00:00
hyatt%netscape.com
5a40dceb52
Fix for 70809. r=attinasi, sr=brendan
2001-03-06 02:30:30 +00:00
hyatt%netscape.com
5bdd4f228d
Outliner files are not part of build.
...
The other files are a fix for bug #70809 . r=attinasi, sr=brendan
2001-03-06 02:27:50 +00:00
dbaron%fas.harvard.edu
2c102bee6e
Work in progress on CSS error reporting: fix the known false positives and duplicate messages and improve the error messages. It's still a hack that I wouldn't really want to enable by default, but it should be useful for debugging chrome CSS. r=glazman@netscape.com sr=attinasi@netscape.com b=65469
2001-03-06 01:57:30 +00:00
hyatt%netscape.com
5eb460964a
Fix for 70704, r=brendan, sr=attinasi
2001-03-03 21:57:56 +00:00
harishd%netscape.com
dad8f665c0
Correcting an error.
...
r=heikki
2001-03-03 00:54:53 +00:00
glazman%netscape.com
90d257e695
enhancement for the 3 new attributes selectors in CSS 3. r=dbaron, sr=attinasi
2001-03-03 00:54:04 +00:00
harishd%netscape.com
e5fbdfc15e
Added more properties(font,background,padding,border,z-index..etc) for getComputedStyle().
...
r=heikki,sr=jst.
2001-03-03 00:44:19 +00:00
harishd%netscape.com
e22bd15855
Moving a couple of methods to nsCSSProps to be used by nsGetComputedStyle().
...
r=heikki, sr=jst
2001-03-03 00:43:12 +00:00
disttsc%bart.nl
043186b34e
Preparation of removing nsCString::GetBuffer. Landing everything but the actual commenting out of nsCString::GetBuffer. bug=64016, r=timeless, sr=scc
2001-03-02 09:26:57 +00:00
dr%netscape.com
0c58530ec9
70386 (warning fix), r=timeless
2001-03-01 02:44:24 +00:00
waterson%netscape.com
2cd62f503b
Bug 43121. Move XUL content model code from RDF DLL to content DLL. r=jst,hyatt; sr=brendan.
2001-02-22 03:01:34 +00:00
heikki%netscape.com
fa72c631ce
Splitting layout into two libraries, layout and content. r=jst@netscape.com, sr=waterson@netscape.com
2001-02-19 21:50:04 +00:00
heikki%netscape.com
ae23767cdd
Checking in changes needed for splitting layout into two separate libraries. r=jst@netscape.com, sr=waterson@netscape.com. Not part of the default build yet.
2001-02-19 12:55:42 +00:00
heikki%netscape.com
11c3410104
Adding new files needed for splitting layout into two separate libraries (some of these files have been moved from mozilla/layout). r=jst@netscape.com, sr=waterson@netscape.com. Not part of the default build yet.
2001-02-19 12:10:13 +00:00
hyatt%netscape.com
36abf9f7b5
Fix for 67739. r=pierre,attinasi, sr=ben
2001-02-15 21:25:31 +00:00
hyatt%netscape.com
093c9c2e71
Fix for 67739. r=pierre,attinasi sr=ben
2001-02-15 21:24:47 +00:00
glazman%netscape.com
ecc86acb75
patch for #62607 : cssText field of CSSRule is incomplete, missing curly braces. r=brade, sr=attinasi
2001-02-13 14:10:38 +00:00
glazman%netscape.com
d78b90bd69
patch for #65448 : css parser refused multiple ID selectors in same sequence; r=dbaron,attinasi sr=attinasi (buster's delegation)
2001-02-13 14:06:29 +00:00
glazman%netscape.com
7b4e3d65b8
#52381 corrects pseudo-elmts handling in nsCSSSelector::ToString ; r=attinasi,saslawsky sr=vidur,waterson
2001-02-12 13:04:06 +00:00
harishd%netscape.com
7bc76a76cc
68008 - After evaluating the external JS content make sure to that the parser is not blocked before resumeparsing.
...
r=jst sr=vidur a=blizzard
68160 - Set stream listener state to eOnStop only on the final context.
r=nisheeth sr=vidur a=blizzard.
2001-02-09 22:36:23 +00:00
pierre%netscape.com
ad19cf4c81
Reinstate my changes that were backed out 10 days ago. #43457 split nsStyleSpacing into 4 smaller structures: nsStyleBorder, nsStylePadding, nsStyleMargin, nsStyleOutline. r=attinasi,sr=buster.
2001-02-07 09:57:26 +00:00
blakeross%telocity.com
b723e1f48f
HTML tabindex attribute doesn't work for <button> and <input type="button"> (36217). r=hixie a=ben
2001-02-07 00:39:29 +00:00
harishd%netscape.com
539e2f64ec
Use resumeParsing instead of EnableParse().
...
r=jst
sr=vidur
2001-02-06 23:31:17 +00:00
pollmann%netscape.com
0f2f422096
Bug 61605: Make <isindex> be a block element, r=jst@netscape.com sr=vidur@netscape.com
2001-02-06 00:49:32 +00:00
disttsc%bart.nl
c353ccb7bf
Replace iostream.h cerr << dependancy with NS_WARNING. bug=67536, r=jst, sr=blizzard
2001-02-03 09:09:24 +00:00
attinasi%netscape.com
310546d5dc
Leave floated list-items as display:list-item. b=32200, r=buster sr=waterson
2001-02-02 21:16:00 +00:00
rods%netscape.com
87f28b43c8
makes optgroups so they you can't click on them and it fixes the focus issue.
...
Bug 63006 r=kmcclusk sr=buster
2001-02-01 22:45:32 +00:00
dbaron%fas.harvard.edu
7a97a55d82
Remove trailing semicolons after all uses of MOZ_DECL_CTOR_COUNTER to quiet build warnings on Mac. b=60415 a=brendan@mozilla.org
2001-01-27 23:06:33 +00:00
dbaron%fas.harvard.edu
20b685bf78
Reduce unnecessary #includes to speed up compilation. r=bryner/sfraser sr=alecf b=64023
2001-01-27 16:58:15 +00:00
attinasi%netscape.com
4217840de6
Performance fix: moves content-specific queries out of SelectorMatches to reduce number of times called in rule matching. b= 53620 r=dbaron sr=waterson
2001-01-27 05:48:41 +00:00
mcafee%netscape.com
2a02bb78fd
Backing out pierre's change from 1/20 for performance reasons (66263). r=attinasi, a=granrose, phil
2001-01-25 02:58:12 +00:00
hewitt%netscape.com
aca04ca013
52381 - DOM selectorText implementation, r=attinasi/jst, sr=waterson
2001-01-22 04:03:48 +00:00
pierre%netscape.com
d8cb741c0d
added brakets in switch() statements in a vain attempt to fix the unix build bustages
2001-01-20 23:33:29 +00:00
pierre%netscape.com
531ba68b54
#43457 split nsStyleSpacing into 4 smaller structures: nsStyleBorder, nsStylePadding, nsStyleMargin, nsStyleOutline. Review=attinasi. Pending Approval: buster.
2001-01-20 22:46:54 +00:00
buster%netscape.com
b0da06ecfa
bug 56432 ()
...
the problem was a factorial algorithm for finding primary frames.
fixed by added a hinting mechanism that takes advantage of existing
primary frame cache, greatly reducing the cost for the common case.
r=rods
sr=waterson
2001-01-16 22:10:04 +00:00
blakeross%telocity.com
35c3ef934e
Fix 65025: scrollbars in Mac Classic are wrong color. patch by lordpixel. r=blake sr=blizzard
2001-01-16 01:27:20 +00:00
attinasi%netscape.com
2f86f7ba68
Floated images now have a 3px margin in Quirks mode: b=58899 r=hixie, sr=buster
2001-01-12 20:11:32 +00:00
saari%netscape.com
82040070dc
Fix for 58957, plugins don't get key events on MacOS. r=bnesse, sr=hyatt
2001-01-11 08:17:36 +00:00
pierre%netscape.com
b8588fe2ca
Not part of the build. Momentarily check in the StyleContext metrics before doing deeper changes.
2001-01-08 00:24:41 +00:00
rods%netscape.com
c81b2c3b26
removing most all NS_DEFINE_IID and replacing them with NS_GET_IID macros
...
Bug 61274, r=buster sr=waterson
2001-01-04 20:44:42 +00:00
attinasi%netscape.com
2e8ea38265
<input type=image> now shows focus. b=2504 r=rods sr=buster
2001-01-03 23:34:54 +00:00
karnaze%netscape.com
9f241091c7
bug 63785 - removed the patch from bug 33784.
2001-01-02 23:42:23 +00:00
attinasi%netscape.com
b0f3327e7f
Fixed leak in StyleContextCache: destructor was not cleaning up hash table entries. r=dbaron sr=buster b=63627
2001-01-02 23:13:49 +00:00
blakeross%telocity.com
30253c1564
Fix 38416: entire textarea should have edit cursor. patch proposed by neil@parkwaycc.co.uk. r=blake sr=sfraser
2000-12-24 09:03:31 +00:00
mkaply%us.ibm.com
9c3cffb4f5
OS/2 TB breakage
...
PR_CALLBACK
2000-12-22 02:39:03 +00:00
attinasi%netscape.com
0cf90f1779
Turning the Style Context FastCache back on. a=hyatt@netscape, reviewed previously by pierre@netscape.com
2000-12-21 23:34:44 +00:00
karnaze%netscape.com
b59726b27d
bug 33784 - added simple rule for "td div p", sr=buster, r=attinasi
2000-12-21 22:50:02 +00:00
attinasi%netscape.com
dad1495c6a
Turned on Style Context Data Sharing. b=39618, r=pierre, sr=hyatt
2000-12-15 06:09:50 +00:00
attinasi%netscape.com
6dd2b0e2ff
<abbr> and <acronym> elements with title attributes are now styled with dotted underlines and get a help cursor by default. b=56702 r=rods sr=buster
2000-12-14 18:34:05 +00:00
rods%netscape.com
7d5971c5ac
The changes to the select are to bring it back inline with what the rules were before they were optimized
...
The checkbox changes are to give it margins in standard mode and themake the vertical-align bottom so it is positioned correctly on the line.
Bug 62445, Bug 62350 r=kmcclusk, sr=buster
2000-12-14 15:18:45 +00:00
attinasi%netscape.com
41bf703180
Changes to put style data into the layout regression data output. r=karnaze, a=waterson
2000-12-07 15:31:40 +00:00
blakeross%telocity.com
d8b4e030d4
Fix 46174: widgets don't use Appearance Manager variation color in mac classic theme. patch by lordpixel@mac.com. r=ben sr=blizzard
2000-12-05 21:49:42 +00:00
dbaron%fas.harvard.edu
f316e0c51b
Fix leak of atom and fix return value propagation from SetMedia. b=58697 r=pierre@netscape.com sr=waterson@netscape.com
2000-12-02 15:53:42 +00:00
hyatt%netscape.com
656f036c46
breaking out forms style rules into their own style sheet. a=ben@netscape.com
2000-12-01 08:26:36 +00:00
pinkerton%netscape.com
28aab72bc2
Refactor some of the window key handler and add drag and drop handlers to the window root. Also move the html bindings (and platform bindings) to res, removing the chome dependency. a=hyatt.
2000-11-29 06:01:33 +00:00
dbaron%fas.harvard.edu
7a2273653a
Fix leak of an nsIURI (the URL of the quirk stylesheet). Patch from inaky.gonzalez@intel.com. r=attinasi@netscape.com sr=brendan@mozilla.org b=43656
2000-11-08 03:13:53 +00:00
hyatt%netscape.com
b53cda604c
Putting back 54150 on the trunk. ben,waterson. Finally found the reason it needs to be this way.
2000-11-04 09:10:48 +00:00
attinasi%netscape.com
aec861add9
Fixed regression: I had accidentally put the link-underlining rules back into html.css, regression bug 20760. r=peterl@netscape.com, sr=buster@netscape.com
2000-11-02 23:46:22 +00:00
attinasi%netscape.com
9ba87afb91
Made rules for background on select buttons !important. b=57234 r=dbaron,rods a=buster
2000-10-30 22:25:49 +00:00
warren%netscape.com
4189314fdb
Bug 47207. Backing out logging/PRINTF changes until we can fix stopwatch.h, introduce double parens, etc.
2000-10-28 22:17:53 +00:00
warren%netscape.com
8921b016fa
Fixing printf problem with MOZ_TIMER_DEBUGLOG
2000-10-28 10:11:27 +00:00
warren%netscape.com
c988bb8a22
Attempted to fix opt problem
2000-10-28 02:46:30 +00:00
warren%netscape.com
07b0d01ac6
more fixes for dbaron
2000-10-28 01:28:06 +00:00
warren%netscape.com
6e35f97e31
Bug 47207. Changing printf to PRINTF to use new logging facility. r=valeski,sr=waterson
2000-10-27 22:43:51 +00:00
buster%netscape.com
65ab10ae63
bug 57054 (<MAP> should be display:inline; in quirks mode)
...
r=rickg
a=waterson
2000-10-27 13:56:33 +00:00
attinasi%netscape.com
0c357e6319
Fix was already approved for checkin on the branch, now updating trunk as well. b=56194, r=karnaze a=buster (for RTM bug 40340)
2000-10-26 00:34:08 +00:00
hyatt%netscape.com
5e055a5f2d
Fix for 56353. r=buster, r=waterson, a=brendan. Also reverting a style
...
change to a prop list for moz-binding to the state it was on the branch (just to
be compatible).
2000-10-18 08:03:24 +00:00
mstoltz%netscape.com
99a2b79580
Fixing 56009, exploit allowing XPConnect access. r,a=hyatt, sr=scc
2000-10-13 22:59:47 +00:00
blakeross%telocity.com
6ff6c4d6b4
Fix 55832: css "width: 100%" rendering incorrectly for button elements. patch by djoham@criadvantage.com. r=ianh a=ben, rtm++
2000-10-11 23:50:37 +00:00
attinasi%netscape.com
ecabb80a7a
Implemented the backend for the following prefs: Override Document colors, Override document fonts, Link and Visited link colors, and Underline links. Provided the ability to disable the preferences as well, so Composer can show changed fonts and colors. These changes are stewing on the trunk for a day or so before making their debut on the branch. b=40340, r=karnaze,pierre a=buster
2000-10-11 08:33:01 +00:00
pierre%netscape.com
543d81b5ef
bug 47846: Crash opening mail message. r=attinasi+brendan, a=phil
2000-10-09 08:51:50 +00:00
attinasi%netscape.com
22a3236619
Fixed CSS cursor inheritance bug. b=51113, r=pierre@netscape.com, a=buster@netscape.com
2000-10-04 22:25:15 +00:00
rods%netscape.com
5fcd33af27
Focus rect is now drawn and erased directly via C++ code. Focus comes from "SetFocus" being set
...
on the content node which calls the frame. The frame is notified of Blur via thecontent node
watching for NS_CONTENT_BLUR events.
The rule we are removing from html.css is responsible for drawing in the focus,
but it causes the combobox, the dropdown and all the options to have their style reresolved.
Bug 32920, r=attinasi, b=buster
2000-10-04 13:39:07 +00:00
rods%netscape.com
c80b1b9d5e
subtract off 2 point sizes for fonts for List and Button on Windows and make sure
...
it is zero or greater
Bug 53744, r=attinasi, sr=buster
2000-10-04 02:17:44 +00:00
bryner%uiuc.edu
3fcba76e2b
Fix for bug 53723 (gray form control on Linux). r=pierre, ianh,
...
pavlov. sr/a=ben.
2000-10-04 00:38:03 +00:00
hyatt%netscape.com
3cee6bdb23
Fix for 53417. r=brendan, a=brendan
2000-09-27 20:23:49 +00:00
mozilla.BenB%bucksch.org
60384e2742
51285: Move |EnsureBlockDisplay| to make it less agressive. Patch by attinasi, r=buster
2000-09-23 17:59:20 +00:00
rods%netscape.com
59a4fba503
The font size for selects and buttons needs to reduce the font size by 2 points
...
from the default font size set in prefs
b=53744 a=buster
2000-09-23 00:30:04 +00:00
attinasi%netscape.com
8148740406
Added viewsource.css: style rules for viewsource window, extracted from html.css. Not Part Of Build, Not currently used. a=ianh@netscape.com
2000-09-22 00:53:20 +00:00
pierre%netscape.com
fb572bb67f
fix related to the reconstruction of html.css ( #6625 ) and to css system fonts ( #1021 ): in quirks mode and on each platform, use the same fonts as Nav4 for edit fields, lists and buttons. r=rods a=buster
2000-09-21 10:21:23 +00:00
pierre%netscape.com
314eeb9d02
bug 6625 et al: reconstruction of html.css, ua.css and quirks.css. Checked in for Ian Hickson (ianh@netscape.com). r=pierre a=buster
2000-09-21 10:20:23 +00:00
jst%netscape.com
9a938e886f
Fixing nsbeta3+ bug 52572. Renaming CSSValue::valueType to CSSValue::cssValueType to be up-to-date with the latest changes to the DOM Level 2 spec. r/a=vidur, r=pollmann
2000-09-19 05:37:23 +00:00
rayw%netscape.com
d39d9e6d59
Bug fix for 52648 -- remaining stash of progids which I missed on
...
the mega-change yesterday. This will fix a few more issues.
r=warren
2000-09-14 23:20:49 +00:00
dbaron%fas.harvard.edu
bf8a8ed6e7
Change the names of behavior and opacity DOM properties to MozBinding and MozOpacity, and make them work again with new CSS property names. r=jst, except for case change (Moz not moz) agreed on mozilla-style b=3935
2000-09-14 14:18:24 +00:00
rayw%netscape.com
6cc70ebd6c
Bug 37275, Changing value of all progids, and changing everywhere a progid
...
is mentioned to mention a contractid, including in identifiers.
r=warren
2000-09-13 23:57:52 +00:00
kandrot%netscape.com
c0249a4636
Fix for bug #51944 . This change removes the stored selector text, and adds a method to the selector to generate the text, if needed.
...
r=vidur
2000-09-13 00:05:04 +00:00
pierre%netscape.com
7d8d97bdbf
50804: nicer look for focus outlines. Fix sent by henris@clinet.fi, r=pierre.
2000-09-12 09:54:31 +00:00
buster%netscape.com
4972e8aa20
bug 14280
...
nsTextTransformer.cpp.
I moved where we translate the nbsp to a (ascii 32 space character) until after the i18n routines are called, so they can properly account
for the space as non-breaking and therefore part of the first word in the block.
bug 39901 and 38396
nsHTMLImageLoader.*, nsImageFrame.cpp
I backed out the bad fix for 38396, and put in a new fix where I store a little state in the image loader flags for cases where the image
gets an unconstrained reflow and has %-based width. This does not handle %-based min-width or max-width, that would be a separate
bug that I'll file shortly. But this fixes the vast majority of real cases out there.
bug 18754
nsHRFrame.cpp, quirks.css, nsCSSFrameConstructor.cpp, last part of nsLineLayout.cpp
in quirks mode, I changed HR from a block element to a replaced inline element that acts like a block, using generated content to get
newlines before and after the HR. This isn't ideal, but it gets us backwards compatibility, and ian and dbaron have blessed the approach.
bug 50257
nsLineLayout.cpp
Did a couple of things in here:
* The actual fix is controlled by FIX_BUG_50257 #define symbol. This basically says that an break (BR) will always fit on a line.
A more general solution would probably be to round up to the nearest pixel, and if the thing is less than a pixel make it fit on a
line. This is a wimpier, safer solution.
* I noticed that the way we got the compatibility mode was way out of date, very wasteful. So I fixed that.
* I noticed that there were a bunch of redundant SetFlag calls. Since the flag variable is initialized to 0, setting a flag to 0 on a newly
created object is a waste.
nsBlockFrame.cpp -- just added a comment to some odd looking code, to make sure no one comes along later and breaks it
2000-09-11 21:15:02 +00:00
rods%netscape.com
b9c9a1e809
adding rules for show text in a disabled state in the button element
...
b=41252 r=attinasi
2000-09-09 22:21:15 +00:00
valeski%netscape.com
fffc143b83
50188. ifdef debug'ing stderr output so we don't spew it in release builds.
2000-09-08 22:43:58 +00:00
dbaron%fas.harvard.edu
9b8dfea330
Clean up reporting of CSS parser errors: Use |nsAReadableString|s and an additional macro to allow all the error reporting to be done by macros. Also clean up a few comments. Not part of the default build (you must define CSS_REPORT_PARSE_ERRORS).
...
Make namespace prefixes case insensitive within CSS by normalizing to lower-case. b=35813
r=attinasi
2000-09-08 02:05:09 +00:00
rods%netscape.com
a999bbad92
changed fonts to use CSS3 fonts so they can be overridden
...
Bug 44656 r=kmcclusk
2000-09-06 14:18:02 +00:00
rods%netscape.com
c87cab6d9d
For NavQuirks we need to set the appropriate font for buttons/selects or for text and textarea
...
If these fonts are set in the html.css or quirk.css they cannot be overriden
We now use the CSS3 font names and for NavQuirks we adjust the fonts to match Nav 4.x
The change is to give field fonts monospace instead of sans-serif
Bug 44656 r=dcone
2000-09-06 14:02:44 +00:00
dbaron%fas.harvard.edu
bc5657c7f8
Fix misleading indentation. r=attinasi
2000-09-06 02:34:35 +00:00
dbaron%fas.harvard.edu
671cba18b2
Add code to allow the CSS parser to report errors. This code is not enabled by default in any builds, but it could be useful for chrome authors to catch CSS errors. We may want to turn it on in debug builds at some point, but it needs some work first. r=attinasi
2000-09-06 02:27:46 +00:00
dbaron%fas.harvard.edu
7bb3956df6
Change uses of CSS properties not part of the CSS2 spec to use -moz- prefix. b=3935
...
Fix some CSS errors found with CSS parser error reporting, with Ben's approval.
2000-09-06 02:17:26 +00:00
dbaron%fas.harvard.edu
aa9ed727b0
Change the names of CSS properties that are not part of the CSS2 specification by adding a -moz- prefix. Change the names of those that are used internally to use -x-, just for documentation. b=3935 r=attinasi
2000-09-06 02:15:18 +00:00
dbaron%fas.harvard.edu
584fb1ac9b
Fix build warning by renaming variable. r=disttsc@bart.nl
2000-09-05 02:08:41 +00:00
BlakeR1234%aol.com
251c827bd6
Really fix nsbeta3+ 38506 (same reviewer as before)
2000-08-29 23:29:24 +00:00
BlakeR1234%aol.com
a97131a8b2
The rest of the fix for bug 38506, same r=/a= (nsbeta3+)
2000-08-28 22:38:25 +00:00
BlakeR1234%aol.com
9bbf2feca9
Fix bug 38506, the user shouldn't be able to select the text of buttons. r=mjudge, a=nsbeta3+/PDT must fix
2000-08-26 01:45:46 +00:00
rods%netscape.com
ee903e1af4
changed mozoutline to -moz-outline
...
b=48973 r=ianh
2000-08-25 14:28:22 +00:00
rods%netscape.com
8fd3673737
changed outline to be mozoutline temporarily
...
b=48973 r=attinasi
2000-08-24 13:51:48 +00:00
rods%netscape.com
316dba6bd7
Temporarily changed outline to be mozoutline, this will enable us to get links
...
to show a focus rect. When we get outlines really working, then mozoutline will go away.
b=48973 r=attinasi
2000-08-24 13:45:48 +00:00
jst%netscape.com
b3a4ade60d
DOM string changes. All nsString& in DOM interfaces (and interfaces needed by DOM implementations) have been changed to nsAReadableString& and nsAWritableString&. String implementation additions (sanctioned by scc) to support DOM needs. Bug 49091. r=vidur,jst,scc
2000-08-23 17:27:06 +00:00
rods%netscape.com
4fa63b9d4b
In NavQuirks mode it makes the default font for CSS3 fonts: button, field, caption sans-serif
...
b=33312 r=kmcclusk
2000-08-23 10:28:28 +00:00
jband%netscape.com
da5359a4d4
Use hastable based nsStaticNameTable rather than slower and fatter AVLTree for static names. fix bug 48855. r=harishd,attinasi
2000-08-22 06:57:32 +00:00
warren%netscape.com
930a05de5a
Fix for hash code performance problem discovered by bienvenu. 'Sampling' hash code was statistically evil.
2000-08-20 21:29:10 +00:00
scc%mozilla.org
301746a559
fixing code that relied on implicit string construction
2000-08-19 22:23:46 +00:00
pierre%netscape.com
19cf82d1df
43420 + CSS3 update: renamed "text-align:-moz-default" into "text-align:start"
2000-08-17 13:28:18 +00:00
dbaron%fas.harvard.edu
f5da4c0c85
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
7a84d6d072
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
b744952568
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
6c68a00e3d
Fix for 21890 and numerous other bugs. r=pierre, waterson, jst, attinasi, brendan
2000-08-12 06:28:02 +00:00
pierre%netscape.com
ef6777748b
48096: Need a -moz-all value for user-select. r=sfraser.
2000-08-12 01:00:14 +00:00
dbaron%fas.harvard.edu
578dafb772
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
4af572e4c1
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
00ad136b80
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
f78732b718
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
870692e46a
Fix potential leak. r=attinasi a=waterson
2000-08-07 03:06:22 +00:00
pierre%netscape.com
b12e49442c
attempt to fix the SunOS build
2000-08-05 06:39:42 +00:00
pierre%netscape.com
bde1725d5e
45754 ('hidden' borders should be treated as 'none')
2000-08-05 04:40:57 +00:00
pierre%netscape.com
35cd9ca3cb
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
090a14ef74
46599 (nsCSSLoader should check for local file before passing FORCE_RELOAD)
2000-08-05 04:39:43 +00:00
pierre%netscape.com
239140ed25
43420 (textarea inherits align="center" from parent td)
2000-08-05 04:37:57 +00:00
attinasi%netscape.com
4cf78ca378
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
79c4b873d6
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
e8728168a0
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
29cf1cea41
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
2f47d76ac2
fixing other people's build bustage bug 43826 r=bryner
2000-07-31 04:40:06 +00:00
BlakeR1234%aol.com
93b2aa390a
Bug 44474, improve html checkbox/radio button appearance, and bug 38427
2000-07-30 21:39:07 +00:00
BlakeR1234%aol.com
8e3aba83f5
More work for bug 44474.
2000-07-30 21:29:35 +00:00
BlakeR1234%aol.com
78072fd715
Fix disabled style rules for HTML checkboxes and radio buttons (44474). a=ekrock
2000-07-30 03:09:37 +00:00
BlakeR1234%aol.com
f818d599ce
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
ffb01e044f
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
4b0a32018e
Fix for 46129. r=waterson,attinasi,pierre
2000-07-28 09:36:51 +00:00