dbaron%dbaron.org
|
c21915db9d
|
Remove unused iscoord parameter from CSS_PROP_* macros. b=205790 r+sr=bzbarsky
|
2004-11-30 19:24:34 +00:00 |
|
bzbarsky%mit.edu
|
da145480c7
|
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
|
c59dda520c
|
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
|
1cb3693088
|
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
|
53255669fd
|
Bug 237020 - use/symbol implementation. r=jwatt, shared moz files sr=roc.
|
2004-11-23 13:51:57 +00:00 |
|
jshin%mailaps.org
|
7f32280119
|
get rid of the previous check-in (I didn't realize that the tree was frozen. I'm sorry)
|
2004-11-19 03:32:28 +00:00 |
|
jshin%mailaps.org
|
0bce7f2fcb
|
bug 36322 : Japanese text justification, patch by masayuki@d-toybox.com (r/sr=roc)
|
2004-11-19 03:21:12 +00:00 |
|
bzbarsky%mit.edu
|
4425275728
|
Expose the content-disposition header on documents (via nsIWindowUtils), and
use it for save as. Bug 263697, r=biesi, sr=jst, a=asa
|
2004-11-18 20:50:16 +00:00 |
|
tor%cs.brown.edu
|
4dc9eba112
|
Bug 103294 - improve parsing of SVG stroke-dasharray property. r+sr=bz
|
2004-11-09 18:19:28 +00:00 |
|
tor%cs.brown.edu
|
a539e481c1
|
Bug 263550 - respect overflow attribute of <svg:svg>. r=scootermorris
|
2004-10-27 00:25:08 +00:00 |
|
aaronleventhal%moonset.net
|
99ef95d12f
|
Bug 251498. Implement outline-offset. r+sr=roc
|
2004-10-26 12:57:15 +00:00 |
|
ginn.chen%sun.com
|
07450eb9c0
|
bug 251492 [gnome]selected item text wrong color in high-contrast themes
ginn.chen%sun.com r=bryner sr=dbaron
also fix bug 244955 [GNOME] incorrect system colors for the menu item text
|
2004-10-26 01:45:28 +00:00 |
|
dbaron%dbaron.org
|
52771912ef
|
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 |
|
bzbarsky%mit.edu
|
1670c41ef2
|
Remove last vestiges of <plaintext>. Followup to bug 88987, r+sr=jst.
|
2004-10-18 19:31:01 +00:00 |
|
tor%cs.brown.edu
|
1d8fcac4c6
|
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
|
c237520c89
|
Bug 251162. Landing experimental implementation of CSS3 columns. r+sr=dbaron
|
2004-10-08 12:17:10 +00:00 |
|
mats.palmgren%bredband.net
|
953c3e65ee
|
Make window.setCursor() use CSS 'cursor' property values. b=260272 r+sr=dbaron
|
2004-10-01 17:15:15 +00:00 |
|
bzbarsky%mit.edu
|
432e6d1817
|
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 |
|
bzbarsky%mit.edu
|
b44e807062
|
Remove parsing of play-during property, since we don't support it anyway and
it's gone from CSS2.1 and CSS3. Bug 258079, r+sr=dbaron
|
2004-09-30 22:32:28 +00:00 |
|
bzbarsky%mit.edu
|
e2c56f9785
|
Make createContextualFragment work for XML. Bug 133827, patch by
steve.swanson@mackichan.com, r=bzbarsky, sr=jst
|
2004-09-30 22:27:45 +00:00 |
|
bryner%brianryner.com
|
f67d250152
|
Unify box and frame trees by moving nsIBox methods onto nsIFrame. XUL-box frames can call the superclass nsBox implementation, all other frames get the nsFrame implementation of the box methods, which acts like nsBoxToBlockAdaptor used to. Bug 258513, r+sr=roc.
|
2004-09-28 18:37:50 +00:00 |
|
mats.palmgren%bredband.net
|
0b0506f06b
|
Remove -moz-count-* and (unused) eCursor_arrow_* cursors. b=259639 r+sr=dbaron
|
2004-09-19 19:49:29 +00:00 |
|
dbaron%dbaron.org
|
6ea0c7fb7f
|
Fix VC7 bustage. b=258793
|
2004-09-13 20:40:46 +00:00 |
|
dbaron%dbaron.org
|
02e5799687
|
The slow codepaths for fixed background-attachment should only apply when there's a background image. b=258793 r+sr=roc
|
2004-09-13 05:39:27 +00:00 |
|
mats.palmgren%bredband.net
|
14b5343acd
|
Add CSS3 cursors, bug 163174, r=lordpixel@mac.com r=pinkerton@aol.net sr=dbaron@dbaron.org
|
2004-09-11 23:24:30 +00:00 |
|
bzbarsky%mit.edu
|
a8a6ecf161
|
Add nsCSSValuePair type and use it for storage of some properties. Bug 208729,
r+sr=dbaron
|
2004-09-10 03:26:58 +00:00 |
|
bryner%brianryner.com
|
5e7349dd5d
|
Fixes for a number of native theme button problems on gtk2 (bug 255911). In order to more easily accomodate CSS fallbacks for when native theme rendering is not available, this adds GetWidgetPadding() to nsITheme, which allows the native theme impl to supply padding values which will override the css padding. This way, padding for the css fallback can be given without having it be added to the padding that's part of the native theme-rendered border. r=caillon, sr=roc.
|
2004-09-06 03:59:31 +00:00 |
|
dbaron%dbaron.org
|
3827991ce7
|
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
|
d8f8c8bde9
|
Land bug 72747 in pieces: add functions for common overflow tests to nsStyleDisplay. b=72747 r+sr=roc
|
2004-09-02 23:18:37 +00:00 |
|
vladimir%pobox.com
|
3e8d2f24f4
|
b=235665, aggregation broken in bookmarks [gecko only bits], r=axel,shaver,others,sr=shaver
|
2004-08-30 22:25:29 +00:00 |
|
dbaron%dbaron.org
|
c200b49750
|
Back out the rest of bug 72747 due to Tp regression.
|
2004-08-27 01:26:55 +00:00 |
|
dbaron%dbaron.org
|
c1681a238f
|
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
|
5948a3cb75
|
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 |
|
bryner%brianryner.com
|
b88692c5a1
|
Trying again to land support for content node properties (bug 253888). r=jst, sr=dbaron.
|
2004-08-24 18:50:29 +00:00 |
|
tor%cs.brown.edu
|
0c326e84e7
|
Bug 216563 - implement <svg:switch>.
Patch by scootermorris@comcast.net, r=afri, sr=dbaron
|
2004-08-23 21:10:39 +00:00 |
|
bryner%brianryner.com
|
0c08074b27
|
Backing out 253888 again due to Tp regression plus another problem I noticed (frame properties not getting destroyed on frame destruction)
|
2004-08-22 07:10:50 +00:00 |
|
bryner%brianryner.com
|
d86c91ac3a
|
Second try at landing support for content node properties (bug 253888). r=jst, sr=dbaron.
|
2004-08-22 04:58:44 +00:00 |
|
smontagu%smontagu.org
|
53811b4385
|
Correct the joining of some Urdu characters. Bug 255566, r=jshin, sr=rbs.
|
2004-08-21 20:09:51 +00:00 |
|
bryner%brianryner.com
|
8c24cc7e63
|
Backing out bug 253888 until I can figure out how to fix the crash
|
2004-08-21 06:27:54 +00:00 |
|
bryner%brianryner.com
|
11d98b36e5
|
Refactor the frame property code and use it for supporting properties on dom elements. Bug 253888, r=jst, sr=dbaron.
|
2004-08-21 05:09:50 +00:00 |
|
kyle.yuan%sun.com
|
bb45fcc626
|
Backout the patch for 251492. Need a better solution for that.
|
2004-08-19 06:33:20 +00:00 |
|
kyle.yuan%sun.com
|
65b3fef078
|
Bug 251492 [gnome]selected item text wrong color in high-contrast themes
r=bryner, sr=roc, patch by ginn.chen@sun.com
|
2004-08-19 02:23:15 +00:00 |
|
vladimir%pobox.com
|
cfcb233cb8
|
Initial landing of cairo-related stuff, nothing built by default, all code is in ifdefs. r=bryner,a=brendan
|
2004-08-14 01:01:16 +00:00 |
|
dbaron%dbaron.org
|
94bc9d26c8
|
Fix names of constants to correspond to the new definitions of the values of the 'overflow' property. b=69355 r+sr=roc
|
2004-08-10 01:32:10 +00:00 |
|
dbaron%dbaron.org
|
e7216e4d86
|
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
|
5c02a6978c
|
Change nsIPresContext to nsPresContext globally, follow-up to bug 253470. rs=roc
|
2004-07-31 23:15:21 +00:00 |
|
dbaron%dbaron.org
|
1236bd859f
|
Back out 236889 due to 253755.
|
2004-07-31 07:42:12 +00:00 |
|
dbaron%dbaron.org
|
ca843bb250
|
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
|
0fd21c3872
|
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 |
|
dbaron%dbaron.org
|
063f9ff3da
|
Reframe all image box frames on theme change, as a workaround for chrome: URL comparison mess. b=252703 r+sr=bzbarsky
|
2004-07-27 23:31:08 +00:00 |
|