hyatt%netscape.com
|
cec98cc49a
|
Perf and footprint opt. Make style re-resolution cheaper. r=glazou, sr=hewitt, bug 109261
|
2001-11-14 08:19:13 +00:00 |
|
hyatt%netscape.com
|
0c8c1348b3
|
Fix for 104336, deCOMtaminate rulenode, rulewalker, frames, r=dbaron, sr=waterson
|
2001-10-24 00:01:09 +00:00 |
|
dougt%netscape.com
|
b5ba390898
|
Extraneous Symbol Removal. Patch by Jon Smirl jonsmirl@mediaone.net. r=dougt@netscape.com, sr=alecf@netscape.com. Bug 104172 , 104316 , 104420 , 104426 , 104461 , 104511 , 104527
|
2001-10-23 01:37:21 +00:00 |
|
dbaron%fas.harvard.edu
|
5a357eea01
|
Making debugging code be |#ifdef DEBUG|. b=91036 r=harishd sr=jst
|
2001-10-16 05:31:36 +00:00 |
|
gerv%gerv.net
|
4e12e44b2f
|
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
|
2001-09-28 20:14:13 +00:00 |
|
hyatt%netscape.com
|
84f1ff48ed
|
Fix for 90081, r=dbaron, sr=attinasi
|
2001-07-25 06:33:06 +00:00 |
|
hyatt%netscape.com
|
b135c5b55a
|
Fix for 78695 (rule matching improvements). r/sr=attinasi, jst, waterson
|
2001-05-31 22:19:43 +00:00 |
|
pierre%netscape.com
|
08aac85e54
|
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 |
|
erik%netscape.com
|
a6910ae277
|
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 |
|
hyatt%netscape.com
|
4d01b576e2
|
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 |
|
heikki%netscape.com
|
5c811dfbf3
|
Splitting layout into two libraries, layout and content. r=jst@netscape.com, sr=waterson@netscape.com
|
2001-02-19 21:50:04 +00:00 |
|
pierre%netscape.com
|
9af01acf22
|
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 |
|
mcafee%netscape.com
|
7ecf530933
|
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 |
|
pierre%netscape.com
|
62bf433a35
|
#43457 split nsStyleSpacing into 4 smaller structures: nsStyleBorder, nsStylePadding, nsStyleMargin, nsStyleOutline. Review=attinasi. Pending Approval: buster.
|
2001-01-20 22:46:54 +00:00 |
|
attinasi%netscape.com
|
d97aa7f2cb
|
Changes to put style data into the layout regression data output. r=karnaze, a=waterson
|
2000-12-07 15:31:40 +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 |
|
erik%netscape.com
|
0f1eec05eb
|
bug 26237; added support for HTML LANG attribute -- it now uses the fonts
specified by the user for elements with the LANG attribute when the font
is a CSS generic (e.g. serif); r=pierre
|
2000-05-05 21:04:36 +00:00 |
|
troy%netscape.com
|
6b04c3b5fa
|
Reinstated clipping code which had been backed out because it caused
a problem for XUL layout. I added a workaround for the XUL problem
|
2000-04-25 04:43:11 +00:00 |
|
putterman%netscape.com
|
e25d9a73e7
|
Backing out troy's changes to fix various UI blocker bugs.
|
2000-04-24 22:21:56 +00:00 |
|
troy%netscape.com
|
9b393faa48
|
Changes to bring clipping inline with upcoming CSS2 errata
|
2000-04-23 00:56:16 +00:00 |
|
attinasi%netscape.com
|
1621b39d9e
|
Implemented Style Size Dump. r=rickg b=26565
|
2000-03-31 07:08:36 +00:00 |
|
pierre%netscape.com
|
4d43de09aa
|
Fix 32199 (visibility:collapse is not being interpreted as hidden on block and inline level elements) and parts of 21701 (misuse of style attr mVisible).
In the following files, replacing disp->mVisible with disp->IsVisible() is a BUG FIX: nsBlockFrame, nsBulletFrame, nsHRFrame, nsHTMLContainerFrame, nsImageFrame, nsTextFrame.
In all the other files, replacing disp->mVisible with disp->IsVisible() or disp->IsVisibleOrCollapsed() is merely a SYNTACTICAL CHANGE. The respective owners will later review the use of IsVisibleOrCollapsed() and in some cases replace it with IsVisible(). See bug 21701.
|
2000-03-17 10:15:13 +00:00 |
|
pierre%netscape.com
|
0ff017366d
|
Bug 24676 ("Need -moz-outline-radius feature"). Added the 'outline_radius' similarly to the 'border_radius'.
|
2000-01-24 11:19:55 +00:00 |
|
hyatt%netscape.com
|
21a48fa26a
|
adding behavior property to CSS. r=brendan
|
2000-01-11 03:40:41 +00:00 |
|
pierre%netscape.com
|
bdf8bc768d
|
16381 "Need to be able to specify -moz-border-radius for each corner". Made changes in the following files in order to store the radius as a nsCSSRect and support 4 new -moz-border-radius properties (topLeft, topRight, bottomRight, bottomLeft):
nsCSSDeclaration.cpp
nsCSSParser.cpp
nsCSSPropList.h
nsCSSStyleRule.cpp
nsICSSDeclaration.h
nsIStyleContext.h
nsStyleContext.cpp
nsCSSRendering.cpp
|
1999-12-22 11:27:10 +00:00 |
|
pierre%netscape.com
|
855dc040ea
|
Added the CSS2 printing extensions to the style system (page breaks, page size...). They are not used by Layout yet.
|
1999-12-22 05:00:47 +00:00 |
|
tbogard%aol.net
|
af1ce8d410
|
Changed nsIPresContext& to nsIPresContext*. Changed nsEventStatus& to nsEventStatus*. Now more compatible with XPIDL. a=vidur r=scc
|
1999-11-24 06:03:41 +00:00 |
|
dmose%mozilla.org
|
5312eacf8c
|
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:40:37 +00:00 |
|
peterl%netscape.com
|
ed18a01643
|
Added new style data accessors.
Added nsIMutableStyleContext interface.
Made style rules work against nsIMutableStyleContext
r=troy
|
1999-10-16 04:05:59 +00:00 |
|
troy%netscape.com
|
7fd0cda385
|
Made sure mOutsideEdge is initizlied
|
1999-10-04 23:44:44 +00:00 |
|
peterl%netscape.com
|
f3c1120baa
|
make remap style optionally not go recursive
|
1999-09-29 03:30:47 +00:00 |
|
kipp%netscape.com
|
3ced381a1a
|
Zapped mCompatFloatMargin hack
|
1999-09-17 00:57:06 +00:00 |
|
kipp%netscape.com
|
aed7845101
|
Added in mCompatFloaterMargin
|
1999-09-16 19:55:28 +00:00 |
|
peterl%netscape.com
|
2507785091
|
tracking to UI & forms proposal changes
|
1999-09-03 23:33:06 +00:00 |
|
kipp%netscape.com
|
7f586556a6
|
Made WhiteSpaceIsSignificant a const method
|
1999-08-27 21:39:50 +00:00 |
|
buster%netscape.com
|
6bc1c334be
|
just a comment, part of a memory leak bug fix to remind users to free a struct
|
1999-08-07 05:09:09 +00:00 |
|
peterl%netscape.com
|
9d991de5f0
|
added some experimental CSS3 properties
fixed style context impact reporting
|
1999-07-24 18:59:43 +00:00 |
|
alecf%netscape.com
|
c5bb0477e4
|
first cut at scriptifying nsISupportsArray - remove constness from all methods, add new XPCOM compatible methods and fix layout code to handle lack of const methods
|
1999-06-02 02:06:32 +00:00 |
|
kipp%netscape.com
|
cb4bb53c2c
|
Added an (as yet unused) predicate
|
1999-04-27 22:07:02 +00:00 |
|
peterl%netscape.com
|
e26a3e36aa
|
updated prop values
|
1999-04-03 03:15:24 +00:00 |
|
peterl%netscape.com
|
37cbacb459
|
added nsStyleContent
|
1999-04-02 18:48:55 +00:00 |
|
peterl%netscape.com
|
94d2d6c3bb
|
added support for outline, border corner radius, transparent border
tweaked opacity
|
1999-03-28 04:28:22 +00:00 |
|
scc%netscape.com
|
2ec0a397ea
|
rename |IID()| --> |GetIID()|
|
1999-03-03 19:48:57 +00:00 |
|
peterl%netscape.com
|
716fdea6b7
|
added CalcStyleDifference
|
1999-02-27 07:11:42 +00:00 |
|
kipp%netscape.com
|
0fdcf3b76a
|
Added IsFloating inline
|
1999-02-26 17:02:05 +00:00 |
|
kipp%netscape.com
|
36c243cdc0
|
COMized nsIPresShell and nsIPresContext
|
1999-02-12 17:45:58 +00:00 |
|
peterl%netscape.com
|
763f6a8dde
|
made visible an int instead of bool
|
1999-02-02 03:24:23 +00:00 |
|
troy%netscape.com
|
fd60d0f87e
|
Added helper function IsAbsolutelyPositioned() to nsStylePosition
|
1999-01-27 05:35:54 +00:00 |
|
troy%netscape.com
|
20fbd1e186
|
Added support for 'right' and 'bottom' properties. Changed to using a
nsStyleSides struct to hold all the offsets
|
1999-01-08 04:47:46 +00:00 |
|
troy%netscape.com
|
53c57c79a1
|
Added BackgroundIsTransparent() member function to nsStyleColor
|
1999-01-08 01:13:34 +00:00 |
|