L. David Baron
|
3b8d68ee17
|
Add test for nsStyleAnimation::ComputeDistance. (Bug 598099) r=bzbarsky a2.0=blocking-betaN
|
2010-10-23 16:31:55 -07:00 |
L. David Baron
|
dae2d3f4f5
|
Change distance computation for transforms so that distance ratios match interpolation. (Bug 598099) r=bzbarsky a2.0=blocking-betaN
|
2010-10-23 16:31:55 -07:00 |
L. David Baron
|
ce7fee5228
|
Make AnimValuesStyleRule::MapRuleInfoInto check that property hasn't been filled in yet, so that it cascades correctly and interacts correctly with nsStyleSet::ResolveStyleByAddingRules. (Bug 598099) r=bzbarsky a2.0=blocking-betaN
|
2010-10-23 16:31:55 -07:00 |
L. David Baron
|
510cf7f2b0
|
Revert code changes from changeset 1640dcbf1d4c (bug 541406), and add embed:-moz-focusring too, now that bug 542595 is fixed. r=roc
|
2010-10-23 16:31:55 -07:00 |
Timothy Nikkel
|
9bbd68b2e6
|
Bug 593491. Change the initial iframe URI to try to distinguish what is going on. a=test-only
|
2010-10-21 19:58:11 -05:00 |
Boris Zbarsky
|
a593182495
|
Bug 605689. Copy mUnknownProperty correctly. r=dbaron, a=blocker
|
2010-10-20 20:24:16 -04:00 |
Mounir Lamouri
|
06426cc202
|
Bug 595036 (2/2) - Introduce nsEventStates class to represent event states. r+a=bz
|
2010-10-20 13:26:32 +02:00 |
L. David Baron
|
ce401c553a
|
Accept PR_INT32_MIN as an integer in CSS. (Bug 602890) r=bzbarsky a2.0=roc
|
2010-10-17 19:36:26 -07:00 |
L. David Baron
|
2e1d6457fd
|
Don't hit assertion when calling getPropertyPriority on unknown property. (Bug 601439) r=bzbarsky a2.0=dbaron
|
2010-10-17 19:36:26 -07:00 |
L. David Baron
|
0f7b05ee91
|
Remove ancient bustage fix that was only needed for Mac OS X versions we no longer support (10.1, I think). a2.0=dbaron
|
2010-10-17 19:36:24 -07:00 |
Mounir Lamouri
|
ea32f4083b
|
Bug 600151 - Remove -moz-submit-invalid default style. r+a=dbaron
|
2010-10-12 14:57:40 +02:00 |
Jim Mathies
|
b42001e547
|
Bug 543910 - tests. r=dbaron, a=final.
|
2010-10-09 15:53:45 -05:00 |
Jim Mathies
|
55b9f24b32
|
Bug 543910 - Layout support for -moz-windows-theme. r=dbaron, a=final.
|
2010-10-09 15:53:45 -05:00 |
Olli Pettay
|
cb1c9c5737
|
Bug 560235 - background image in print-specific style sheet not printed and not displayed in print preview, r=dbaron, a=blocking
|
2010-10-09 13:03:06 +03:00 |
L. David Baron
|
074114e897
|
Drop native appearance when border-radius or -moz-border-start/end are set. (Bug 601366) r=bzbarsky a2.0=blocking2.0:betaN
|
2010-10-06 21:25:47 -07:00 |
L. David Baron
|
21d281863f
|
Give nsCSSFontFaceRule a copy-constructor that doesn't copy the reference count. (Bug 601437) r=bzbarsky a2.0=blocking2.0:final
|
2010-10-06 21:25:47 -07:00 |
L. David Baron
|
18ee5baba1
|
Fix border-radius computed style code to reflect clamping adjustments that we make to border radius. (Bug 595651) r=bzbarsky a2.0=blocking2.0:betaN
|
2010-10-06 21:25:47 -07:00 |
L. David Baron
|
a3bce24717
|
Fix border-radius computed style code to reflect that percentage Y values are percentages of the box height. (Bug 595650) r=bzbarsky a2.0=blocking2.0:betaN
|
2010-10-06 21:25:47 -07:00 |
L. David Baron
|
54958ef33a
|
Add a selector hack so that we can implement table border styles compatibly in CSS. (Bug 539880) Test by Geoff Lankow <geoff@darktrojan.net>. r=bzbarsky a2.0=blocking2.0:betaN
|
2010-10-06 21:25:47 -07:00 |
L. David Baron
|
8592a24298
|
For elements that are in a document with a pres shell, always use that pres shell when getting computed style so we (a) return a more correct style and (b) don't mix rule nodes from two rule trees. (Bug 596245) r=bzbarsky a2.0=blocking2.0:betaN
|
2010-10-06 21:25:44 -07:00 |
Daniel Holbert
|
a6b6c37935
|
Bug 600574 part 2: Check for SVG images with viewBox in nsStyleBackground::Layer::RenderingMightDependOnFrameSize. r=bz r=longsonr a=blocking-betaN+
|
2010-10-06 15:18:52 -07:00 |
Daniel Holbert
|
2371b62ffb
|
Bug 600574 part 1: Move nsStyleBackground::Layer::RenderingMightDependOnFrameSize to .cpp file. r=bz a=blocking-betaN+
|
2010-10-06 15:18:52 -07:00 |
Mounir Lamouri
|
80505c82b2
|
Bug 557087 (3/6) - Make layout aware of the new disabled state rule. r=dbaron a=sicking
--HG--
extra : rebase_source : 9e7d0a515c3f1bcacdcccc906c611849654ab484
|
2010-09-19 03:43:15 +02:00 |
L. David Baron
|
f85b10ab8e
|
Add NS_FINAL_CLASS annotations to rule classes. r=bzbarsky Add virtual that I missed on nsCSSGroupRule. (Bug 596140) a=me
|
2010-09-18 12:15:31 -07:00 |
L. David Baron
|
d686727e53
|
Eliminate all virtual functions from nsCSSRule to eliminate its vtable pointer. (Bug 596140) r=bzbarsky a2.0=roc
|
2010-09-18 11:43:17 -07:00 |
L. David Baron
|
a6896f85e1
|
Save a word in nsCSSStyleRule on 32-bit systems by merging mWasMatched into one bit of mLineNumber. (Bug 596140) r=bzbarsky a2.0=roc
|
2010-09-18 11:43:17 -07:00 |
L. David Baron
|
8db138d3f4
|
Make NBSP an identifier character per resolution of CSS 2.1 issue 196. (Bug 591589) r=bzbarsky a2.0=roc
|
2010-09-18 11:43:17 -07:00 |
L. David Baron
|
58ca5805ea
|
Remove another piece of code I missed when removing min() and max(). (Bug 363249) r=bzbarsky a2.0=blocking
|
2010-09-17 12:29:53 -07:00 |
Boris Zbarsky
|
74caa20c1c
|
Bug 594737. Disabled selects with size and multiple should still look disabled. r=dbaron
|
2010-09-15 12:40:11 -07:00 |
Boris Zbarsky
|
840fa6f0e1
|
Bug 592698. We might not have a presshell by this point, so null-check it. r=dbaron
|
2010-09-15 12:40:11 -07:00 |
L. David Baron
|
6bd0dee24f
|
Add test for animation of calc() values of background-position and background-size. (Bug 520234, bug 594934) a=tests
|
2010-09-15 08:11:27 -07:00 |
L. David Baron
|
4bf96ebd3a
|
Remove null-checks for infallible array allocations. (Bug 520234) r=bzbarsky a=blocking2.0:beta7
|
2010-09-15 08:11:27 -07:00 |
L. David Baron
|
22f1628b98
|
Add a fallible version of nsCSSValue::Array::Create. (Bug 520234) r=bzbarsky a=blocking2.0:beta7
|
2010-09-15 08:11:26 -07:00 |
L. David Baron
|
15e8f8b737
|
Allow calc() as an intermediate common animation unit for background-position and background-size. (Bug 520234) r=bzbarsky a=blocking2.0:beta7
|
2010-09-15 08:11:26 -07:00 |
L. David Baron
|
5d09552b98
|
Allow calc() as an intermediate common animation unit between lengths, percentages, and calc(). (Bug 520234) r=bzbarsky a=blocking2.0:beta7
|
2010-09-15 08:11:26 -07:00 |
L. David Baron
|
5b3f530df7
|
Add CSS property bit for which properties have stored calc() in style structs. (Bug 520234) r=bzbarsky a=blocking2.0:beta7
|
2010-09-15 08:11:26 -07:00 |
L. David Baron
|
5c9c223438
|
Extract calc() values in nsStyleAnimation when needed. (Bug 520234) r=bzbarsky a=blocking2.0:beta7
|
2010-09-15 08:11:26 -07:00 |
L. David Baron
|
26d6758faf
|
Add calc() unit to nsStyleAnimation::Value. (Bug 520234) r=bzbarsky a=blocking2.0:beta7
|
2010-09-15 08:11:26 -07:00 |
L. David Baron
|
d4d2946639
|
Support calc() on background-position, background-size, -moz-transform-origin, and background-image gradient stop positions. (Bug 594934) r=bzbarsky a=blocking2.0:betaN
(Note: this also depends on the change to nsStyleAnimation.cpp's StyleCoordToValue in bug 520234 and on other changes in that bug.)
|
2010-09-15 08:11:26 -07:00 |
L. David Baron
|
04ad76518f
|
Change storage of background-size and background-position to allow percentages and lengths. (Bug 594934) r=bzbarsky a=blocking2.0:betaN
|
2010-09-15 08:11:26 -07:00 |
Josh Matthews
|
cbd5e1317d
|
Bug 474356 - Add -moz-device-pixel-ratio media query. r=dbaron a=approval2.0
--HG--
extra : rebase_source : 3a477fe6eab09f693538008aafa9c8bf880597b1
|
2010-09-10 16:27:52 -04:00 |
Josh Matthews
|
dcd679e6db
|
Backed out changeset ec2ffd935bd9 a=test-bustage
|
2010-09-11 21:04:09 -04:00 |
Josh Matthews
|
03f3add9c1
|
Bug 474356 - Add -moz-device-pixel-ratio media query. r=dbaron a=approval2.0
--HG--
extra : rebase_source : 1455dfbf13b66ac58cd2a66514c88adc76ff1a6c
|
2010-09-11 19:21:48 -04:00 |
L. David Baron
|
3d7d18c200
|
Simplify storage of computed calc() as a result of removing min() and max(). (Bug 363249) r=bzbarsky a2.0=blocking2.0:beta6
|
2010-09-11 09:27:13 -07:00 |
L. David Baron
|
e031591955
|
Rename -moz-box-shadow to box-shadow: manual changes. (Bug 590039) r=bzbarsky a2.0=blocking2.0:beta6
|
2010-09-11 09:27:13 -07:00 |
L. David Baron
|
f4c51b73b2
|
Rename -moz-box-shadow to box-shadow: mechanical changes. (Bug 590039) r=bzbarsky a2.0=blocking2.0:beta6
Generated with:
find * -type f -exec sed -i -e 's/\<MozBoxShadow\>/boxShadow/g;s/-moz-box-shadow/box-shadow/gi' {} \;
|
2010-09-11 09:27:12 -07:00 |
L. David Baron
|
8e923adf2c
|
Remove support for min() and max() in calc(): remove support for parsing and storage. (Bug 363249) r=bzbarsky a2.0=blocking2.0:beta6
|
2010-09-11 09:27:12 -07:00 |
L. David Baron
|
1762801e76
|
Change blur radii in themes and in some tests to match change in how we interpret text-shadow and -moz-box-shadow blur radii. (Bug 590039) r=dao a2.0=blocking2.0:beta6
|
2010-09-11 09:27:12 -07:00 |
Mounir Lamouri
|
4418d853e2
|
Bug 582277 - Default style for :-moz-submit-invalid pseudo-class. r+a=dbaron
|
2010-09-10 20:40:49 +02:00 |
Joel Maher
|
8c31c92e64
|
Bug 592859 Update browser chrome tests to only use chrome paths for mochitest to prep for android support r=ctalbert a=NPOTB
|
2010-09-10 10:20:38 -07:00 |