dbaron%dbaron.org
|
668f9730a4
|
File comments that show up in LXR and provide a quick summary of what's in each file.
|
2006-03-25 05:47:31 +00:00 |
tor%cs.brown.edu
|
550cb22cd6
|
Bug 316764 - implement <mask> and fix <clipPath> for multiple
overlapping children. r=scootermorris
|
2006-01-20 17:00:43 +00:00 |
bzbarsky%mit.edu
|
7bde332e69
|
Fix crashes on restyling of a node with a broken URI in content:. Bug 308890,
patch by Mats Palmgren <mats.palmgren@bredband.net>, r+sr=dbaron
|
2005-09-20 02:02:21 +00:00 |
cbiesinger%web.de
|
47985e2bbb
|
bug 287837 r+sr=bz
- handle "normal" as valid unit for line-height
- default the values for -moz-outline-radius and -moz-border-radius to 0,
instead of null.
|
2005-09-19 15:47:26 +00:00 |
tor%cs.brown.edu
|
2cf881a8d8
|
Bug 301234 - implement subset of SVG filters. r=scooter
|
2005-09-06 22:30:40 +00:00 |
cbiesinger%web.de
|
d25f538cf6
|
bug 292998
- move textZoom storage to the prescontext from the documentviewer
- copy the textZoom between document viewers for fastback
r=bryner sr=dbaron
|
2005-08-13 11:54:22 +00:00 |
dbaron%dbaron.org
|
42df54824e
|
Implement css3 syntax for url() values of cursor with optional hotspot coordinates. b=286303 r=biesi sr=bzbarsky a=asa
|
2005-07-01 04:29:42 +00:00 |
aaronleventhal%moonset.net
|
a128408935
|
Bug 290352. Fix show/hide events, and anything dependent on those such as DHTML sub sub menus, alerts and progress bars. r=louie.zhao, sr=bz, a=asa
|
2005-06-10 13:57:27 +00:00 |
aaronleventhal%moonset.net
|
5d80ae5538
|
Bug 280498. Invalidate accessibility subtree for frame visibility/display style changes. r=bz, sr=roc, a=asa
|
2005-05-03 03:46:51 +00:00 |
bzbarsky%mit.edu
|
0076d95201
|
Actually address the review comments on bug 290377... r+sr=dbaron, a=asa
|
2005-04-30 05:16:21 +00:00 |
bzbarsky%mit.edu
|
0597971698
|
Fix border width inheritance by keeping track of both the border width we'd
have if our style were not none/hidden and the actual computed border width.
Bug 290377, r+sr=dbaron, a=asa
|
2005-04-29 15:44:38 +00:00 |
bzbarsky%mit.edu
|
760e15f19a
|
Fix difference calculations for the border struct some more. Bug 290362,
r+sr=dbaron, a=asa
|
2005-04-15 16:56:05 +00:00 |
tor%cs.brown.edu
|
83911584c1
|
Bug 277135 - addressing svg style sr comments. r=scooter, sr=dbaron
|
2005-04-04 21:42:26 +00:00 |
dbaron%dbaron.org
|
ec53342255
|
Implement CSS2 counters. b=3247 r+sr=bzbarsky
|
2005-04-01 23:07:00 +00:00 |
dbaron%dbaron.org
|
70322f91af
|
Consolidate and deCOMtaminate parsing and storage of media lists. b=156716 r+sr=bzbarsky
|
2005-03-30 00:36:57 +00:00 |
mats.palmgren%bredband.net
|
78343a58c1
|
Fix a few -moz-outline* problems and drop the prefix.
Change WARNING to ERROR in nsComputedDOMStyle.cpp and add a few more.
b=281972 r+sr=dbaron
|
2005-03-27 11:36:08 +00:00 |
bzbarsky%mit.edu
|
75f5187124
|
Make the nsStyleBorder constructor be smarter about setting default border
style; nix the unnecessary BORDER_STYLE_DEFINED stuff. Bug 279156, r+sr=dbaron
|
2005-02-18 06:09:36 +00:00 |
tor%cs.brown.edu
|
644c1c1139
|
Bug 193825 - <svg:clipPath> implementation.
r=scooter, sr=dbaron for shared moz files.
|
2005-01-25 03:55:03 +00:00 |
bzbarsky%mit.edu
|
5237da9666
|
Fix test for none/hidden border styles to work correctly. Bug 275139, r+sr=dbaron
|
2005-01-20 16:49:57 +00:00 |
cbiesinger%web.de
|
e42c2d976d
|
38447 layout,content,dom and xpwidget part: Implement Handling of URI Values on
CSS "cursor" Properties
for dom,layout,content: r+sr=bz
for widget: r+sr=roc
|
2004-12-30 21:56:11 +00:00 |
cbiesinger%web.de
|
3e18607e52
|
263671 make nsStyleUserInterface::CalcDifference return correct style hints if
more than one property differs. also handle dynamic cursor changes correctly.
r+sr=bz
|
2004-12-28 13:48:25 +00:00 |
tor%cs.brown.edu
|
f776408b63
|
Bug 238050 - implement SVG markers. r=scooter, moz common files sr=dbaron
|
2004-12-09 03:16:15 +00:00 |
bzbarsky%mit.edu
|
3abdaecd3c
|
Fix asserts by making sure that border-spacing is always computed to coord
values. Bug 270325, r+sr=dbaron
|
2004-11-30 18:30:58 +00:00 |
roc+%cs.cmu.edu
|
76c942edd9
|
Bug 271869. mBorderWidths need not be per-nsStyleBorder/nsStyleOutline, put it in the prescontext instead. r+sr=dbaron
|
2004-11-26 18:40:58 +00:00 |
bzbarsky%mit.edu
|
b35b2a6d92
|
Add a utility method for finding the containing block to nsHTMLReflowState, and
make use of it in fixing the text-decoration drawing on blocks to deal with
negative text-indent. Bug 263374, r+sr=dbaron
|
2004-11-25 02:43:28 +00:00 |
tor%cs.brown.edu
|
e7c44d32db
|
Bug 103294 - improve parsing of SVG stroke-dasharray property. r+sr=bz
|
2004-11-09 18:19:28 +00:00 |
aaronleventhal%moonset.net
|
b8351a14b5
|
Bug 251498. Implement outline-offset. r+sr=roc
|
2004-10-26 12:57:15 +00:00 |
dbaron%dbaron.org
|
24751ebb09
|
Remove partial implementation of -moz-key-equivalent that was useful for nothing other than crashing. b=265721 r+sr=bzbarsky a=asa
|
2004-10-24 04:32:21 +00:00 |
tor%cs.brown.edu
|
c6a8869a71
|
Bug 244917 - implement SVG gradients. Patch by scootermorris@comcast.net.
r=sicking,afri,tor,jwatt. Shared mozilla code sr=tor,dbaron.
|
2004-10-14 23:02:53 +00:00 |
roc+%cs.cmu.edu
|
b24a28d3fb
|
Bug 251162. Landing experimental implementation of CSS3 columns. r+sr=dbaron
|
2004-10-08 12:17:10 +00:00 |
bzbarsky%mit.edu
|
82dee81537
|
Add debug MaxDifference() function to style structs and add some asserts in
style context code to catch structs that are returning unexpected or bogus
hints. Bug 258910, r+sr=dbaron
|
2004-10-01 03:33:05 +00:00 |
dbaron%dbaron.org
|
dc543d8c47
|
Fix VC7 bustage. b=258793
|
2004-09-13 20:40:46 +00:00 |
dbaron%dbaron.org
|
2e93a67964
|
Land bug 72747 in pieces: Implement overflow-x and overflow-y. b=72747 r+sr=roc
|
2004-09-05 00:04:04 +00:00 |
dbaron%dbaron.org
|
399f49c365
|
Backout the CSS parts of bug 72747 to see if that fixes the Tp regression.
|
2004-08-26 22:35:38 +00:00 |
dbaron%dbaron.org
|
0430fe1b67
|
Implement 'overflow-x' and 'overflow-y' CSS properties, long implemented by IE for Windows and proposed for CSS3. Implement scrolling='yes' and equivalents on frame and iframe. Various pieces of related cleanup (see comment 22 in bug). b=72747 r+sr=roc
|
2004-08-26 17:11:20 +00:00 |
dbaron%dbaron.org
|
37e456513f
|
Load list-style-image in the style system rather than from frames. b=236889 r+sr=bzbarsky
|
2004-08-04 03:23:37 +00:00 |
bryner%brianryner.com
|
cc807b07b1
|
Change nsIPresContext to nsPresContext globally, follow-up to bug 253470. rs=roc
|
2004-07-31 23:15:21 +00:00 |
dbaron%dbaron.org
|
489b31f9cf
|
Back out 236889 due to 253755.
|
2004-07-31 07:42:12 +00:00 |
dbaron%dbaron.org
|
dac91adbc7
|
Load list-style-image in the style system rather than from frames. b=236889 r+sr=bzbarsky
|
2004-07-29 20:07:25 +00:00 |
bryner%brianryner.com
|
88f80381e3
|
Consolidate PresContext classes into a single nsIPresContext implementation, and finish deCOMtaminating it. Bug 253470, r+sr=roc.
|
2004-07-29 19:41:39 +00:00 |
roc+%cs.cmu.edu
|
f9ab6c624c
|
Bug 251162. Add -moz-column-gap to the style system. r+sr=dbaron
|
2004-07-18 12:12:46 +00:00 |
dbaron%dbaron.org
|
90c025ee9c
|
Backing out half of 236889.
|
2004-07-16 21:23:27 +00:00 |
dbaron%dbaron.org
|
76455a7d6c
|
Load list-style-image in the style system rather than from frames. b=236889 r+sr=bzbarsky Reland half of page to test effect on pageload.
|
2004-07-16 20:26:39 +00:00 |
aaronleventhal%moonset.net
|
1ebd6baf37
|
Bug 151375. Implement css2 outline (still called -moz-outline for now). Makes -moz-outline draw outside of the current frame. Improves appearance of focus outline. Lots of help from roc. r+sr=dbaron
|
2004-07-16 16:56:21 +00:00 |
aaronleventhal%moonset.net
|
ccbc55e0d0
|
Backing out bug 151375 for now, because of scrolling regressions in HTML and XUL listboxes and comboboxes
|
2004-07-15 18:57:47 +00:00 |
bzbarsky%mit.edu
|
89f5da9306
|
Testing backout of bug 236889 to see effect on performance. a=#mozilla
|
2004-07-15 02:54:01 +00:00 |
dbaron%dbaron.org
|
d3b729cf74
|
Pull nsStyleContent::AllocateContents out of line, to fix Windows bustage (since this file is included outside of layout and the compiler doesn't seem able to inline it. b=249809
|
2004-07-14 23:51:25 +00:00 |
dbaron%dbaron.org
|
796d62cc38
|
Load generated content images from the style system rather than the frame constructor. b=249809 r+sr=bzbarsky
|
2004-07-14 22:19:22 +00:00 |
dbaron%dbaron.org
|
dc4982f861
|
Load list-style-image in the style system rather than from frames. b=236889 r+sr=bzbarsky
|
2004-07-14 22:10:55 +00:00 |
aaronleventhal%moonset.net
|
78fcf72fc2
|
Bug 151375. Implement css2 outline (still called -moz-outline for now). Makes -moz-outline draw outside of the current frame. Improves appearance of focus outline. Lots of help from roc. r+sr=dbaron
|
2004-07-14 21:58:34 +00:00 |