dbaron%dbaron.org
66cd6029f3
Clean up empty gNoComputedStyle lists.
2007-07-22 19:57:15 +00:00
dbaron%dbaron.org
0c7cf7eb97
Don't test properties whose values overlap with others.
2007-07-22 19:56:35 +00:00
dbaron%dbaron.org
58982ad447
Add hooks to get correct computed value for logical box properties.
2007-07-22 19:56:13 +00:00
dbaron%dbaron.org
6bb7449aa2
Remove unused gNoComputedValue variable.
2007-07-22 17:59:14 +00:00
dbaron%dbaron.org
d6624afd98
Implement remaining properties in computed style (with some hacks for counter() values for content), and fix some page-break-* bugs exposed by the added test coverage. b=316981 r+sr=bzbarsky
2007-07-22 17:58:37 +00:00
tor%cs.brown.edu
1f4a683b99
Bug 316908 - Add SVG to nsComputedDOMStyle. r+sr=dbaron
2007-07-21 14:20:28 +00:00
roc+%cs.cmu.edu
a6b4f8395e
Bug 364680. Intrinsic widths for columns. r+sr=dbaron
2007-07-20 02:21:44 +00:00
bzbarsky%mit.edu
a35b49e421
Landing tests that somehow never made it into the tree.
2007-07-20 00:26:41 +00:00
dbaron%dbaron.org
2d86c23669
Add test that the nsRuleNode::Compute*Data functions don't touch aStartStruct when they shouldn't.
2007-07-12 23:50:47 +00:00
dbaron%dbaron.org
5b6732e1a3
Try fixing Windows test failure; consistent computed values for line-height: normal require constant font metrics.
2007-07-11 23:42:35 +00:00
dbaron%dbaron.org
e6f92bba66
Add tests for bugs 357614 and 387615.
2007-07-11 22:25:07 +00:00
dbaron%dbaron.org
43542c4353
Make test_inherit_computation test the Compute*Data functions for eStyleUnit_Inherit.
2007-07-11 22:23:03 +00:00
dbaron%dbaron.org
9d498d4cf6
Implement -moz-border-start and -moz-border-end. Patch by Simon Montagu <smontagu@smontagu.org> and me. b=74880 r/sr=smontagu/dbaron
2007-07-04 18:51:40 +00:00
dbaron%dbaron.org
eb1c547b41
Rewrite handling of CSS system fonts to fix bugs in cascading and serialization. b=377947 r+sr=bzbarsky
2007-06-12 18:29:11 +00:00
mats.palmgren%bredband.net
14030fba37
Treat a property value with trailing non-whitespace the same as a parse error. b=383075 r+sr=dbaron
2007-06-06 17:56:18 +00:00
martijn.martijn%gmail.com
275c84045b
Bug 383030 � Negative values for -moz-border-radius/-moz-outline-radius should be ignored, r+sr=dbaron
2007-06-03 21:15:46 +00:00
dbaron%dbaron.org
df42a6802e
Add bug numbers._dont_use_document_colors.html
2007-05-17 01:56:18 +00:00
dbaron%dbaron.org
d3c81fe033
Add test for always-use-my-colors preference. b=58048
2007-05-17 01:51:52 +00:00
dbaron%dbaron.org
c7a6514e79
Rewrite the pref for forbidding pages from setting colors and backgrounds so that it changes transparency less often and interferes less with user and user-agent styles. b=58048, 255829, 255411 r+sr=bzbarsky
2007-05-16 21:10:32 +00:00
bzbarsky%mit.edu
870092652b
Followup tweak for bug 379809, r=dbaron
2007-05-16 16:03:05 +00:00
masayuki%d-toybox.com
e728f6004b
Bug 279246 Implement 'ime-mode' property (WinIE CSS) r+sr=dbaron
2007-05-16 15:51:39 +00:00
bzbarsky%mit.edu
3ea6203381
Back out part of the last change which is not actually correct
2007-05-16 03:39:36 +00:00
bzbarsky%mit.edu
17f64f5c99
Apparently we can't handle "thin" here yet.
2007-05-16 03:33:04 +00:00
bzbarsky%mit.edu
7d1c818614
Change round-trip testing for specified sub-properties of a shorthand to set
...
them all before looking at computed style, since, for example, the specified
font-family affects the computed line-height if the specified line-height is
"normal". Bug 379809, r=dbaron
2007-05-16 03:03:34 +00:00
dbaron%dbaron.org
e5c5a60eef
Handle -moz-initial for 'font' shorthand (and fix bugs in some of its subproperties). b=377521 r+sr=bzbarsky
2007-05-15 05:13:50 +00:00
dbaron%dbaron.org
1d3b67c82f
Remove known failure fixed by patches in bug 379741.
2007-05-11 06:50:35 +00:00
dbaron%dbaron.org
6eec98ce81
Don't put null coords in nsStyleCoords when they have the same meaning as some other coord type. b=379741 r+sr=bzbarsky
2007-05-11 05:58:34 +00:00
mats.palmgren%bredband.net
bff6f902af
Fix a cursor:-moz-initial assertion and include it in the mochitests. b=379951 r+sr=dbaron
2007-05-08 06:56:14 +00:00
mats.palmgren%bredband.net
918d64e75a
Backing out bug 379906 to fix orange.
2007-05-08 06:25:04 +00:00
mats.palmgren%bredband.net
1b1d8680bd
Fix a cursor:-moz-initial assertion and include it in the mochitests. b=379951 r+sr=dbaron
2007-05-08 05:46:37 +00:00
dbaron%dbaron.org
99d85de49d
Fix the description of the serialize+parse tests.
2007-05-05 17:06:49 +00:00
bzbarsky%mit.edu
31b092b86f
Comment out test for now until I can debug it. Bug 379809.
2007-05-05 07:05:18 +00:00
dbaron%dbaron.org
e4c1237c80
Fix bad string comparison preventing 'none' and 'initial' values of 'counter-increment' and 'counter-reset' from being parsed correctly. b=379555 r+sr=dbaron Patch by Daniel Holbert <dholbert@mozilla.com>.
2007-05-04 00:05:16 +00:00
dbaron%dbaron.org
847bd485ed
Add support for -moz-intrinsic, -moz-min-intrinsic, -moz-shrink-wrap, and -moz-fill for width, min-width, and max-width. b=311415 r+sr=bzbarsky
2007-05-03 23:11:02 +00:00
bzbarsky%mit.edu
e1c2d5d036
When we have a url() value that doesn't give us an imgIRequest (e.g. couldn't
...
create nsIURI, URI load blocked by security manager, etc), make sure to still
pick up the fallback value for cursor. Bug 379440, r+sr=dbaron
2007-05-03 06:33:13 +00:00
bzbarsky%mit.edu
d979f584e1
Stylesheets should know what their principal is, and it should be based on the
...
URI the sheet was loaded from, its certificate (if any) and the loader
principal, not just on the page the sheet is being applied to. Propagate this
principal as the loading principal to @import loads from stylesheets. Change
sheet access checks to use this principal instead of the sheet URI. Bug
221428, r+sr=peterv
2007-05-01 19:26:15 +00:00
bzbarsky%mit.edu
350cb2d547
This test passes now.
2007-05-01 04:31:06 +00:00
bzbarsky%mit.edu
7b47f9c52e
Implement "content: none". Bug 378535, r+sr=dbaron
2007-04-27 04:43:06 +00:00
dbaron%dbaron.org
33f47f8c84
Add test for computed style on elements with frames as well.
2007-04-25 23:27:36 +00:00
bzbarsky%mit.edu
267d907a5b
min-width/height should not affect computed max-width or max-height. Both of
...
them should affect computed width and height, though. Bug 371042, r+sr=dbaron
2007-04-23 07:04:33 +00:00
dbaron%dbaron.org
6d10cd5a6b
Test copy constructors of nsStyleStruct.
2007-04-21 00:17:35 +00:00
dbaron%dbaron.org
904dd421f8
A bunch of one-liners to fix bugs found by CSS mochitests. b=377731 r+sr=bzbarsky
2007-04-21 00:16:52 +00:00
dbaron%dbaron.org
ef9f14109c
Fix setting of prereqs so it doesn't interfere with testing initial values properly.
2007-04-20 03:41:05 +00:00
dbaron%dbaron.org
13abd70351
Add tests for computed values.
2007-04-19 02:49:44 +00:00
dbaron%dbaron.org
3fb5378d97
Fix regression of background-position serialization. b=258080 r+sr=bzbarsky
2007-04-18 20:41:15 +00:00
dbaron%dbaron.org
140ebb271f
Add comment explaining some of the test.
2007-04-17 18:57:35 +00:00
dbaron%dbaron.org
d741e7e2b9
Better express that failures in one of the system font cases depend on what the system fonts actually are.
2007-04-17 18:01:17 +00:00
dbaron%dbaron.org
e9ae438a83
Add code to know which failures to expect in test_value_storage.html (whether to call todo_is or is), and turn on the test.
2007-04-17 17:06:23 +00:00
dbaron%dbaron.org
70b92f36a6
Fix values for -moz-box-sizing too.
2007-04-17 08:01:22 +00:00
dbaron%dbaron.org
ed79915cbf
Fix values for -moz-float-edge.
2007-04-17 07:56:33 +00:00