Ojan Vafai
b139ec4316
Delete remaining masks dead code.
...
Removes the straggling code related to masks now that
we've removed the CSS properties.
R=esprehn@chromium.org
Review URL: https://codereview.chromium.org/893093002
2015-02-03 13:56:34 +11:00
Adam Barth
54809a8877
Remove more scrolling code from Sky
...
None of this code does anything anymore.
R=eseidel@chromium.org
Review URL: https://codereview.chromium.org/878303002
2015-01-27 15:20:14 -08:00
Adam Barth
645a6a9d12
Remove dead code related to compositing from Sky
...
R=esprehn@chromium.org , eseidel@chromium.org
Review URL: https://codereview.chromium.org/865153004
2015-01-27 14:38:56 -08:00
Elliott Sprehn
44686c5f02
Remove hasInlineTransform bit.
...
We used to use this as a hint for compositing layers, but we don't have
layers anymore so we can remove it.
R=abarth@chromium.org
Review URL: https://codereview.chromium.org/869393002
2015-01-26 11:37:51 -08:00
Rafael Weinstein
f703b72f96
Fix Animations, Remove Compostior Animations.
...
This patch (re)hooks up animations so they start and removes the infrastructure required by blink to synchronize the compositor and main threads.
R=ojan@chromium.org
Review URL: https://codereview.chromium.org/772673002
2014-12-02 14:37:55 -08:00
Rafael Weinstein
c8a340c382
Remove webkit-margin-collapse
...
R=ojan@chromium.org
Review URL: https://codereview.chromium.org/760583004
2014-11-28 06:24:06 -08:00
Rafael Weinstein
2a5db1aa98
Remove webkit-line-clamp
...
R=ojan@chromium.org
Review URL: https://codereview.chromium.org/761283002
2014-11-28 05:22:23 -08:00
Eric Seidel
e0fd75b5ab
Make absolute and sort all Sky headers
...
This caused us to lose our gn check certification. :(
Turns out gn check was just ignoring all the header
paths it didn't understand and so gn check passing
for sky wasn't meaning much. I tried to straighten
out some of the mess in this CL, but its going to take
several more rounds of massaging before gn check
passes again. On the bright side (almost) all of
our headers are absolute now. Turns out my script
(attached to the bug) didn't notice ../ includes
but I'll fix that in the next patch.
R=abarth@chromium.org
BUG=435361
Review URL: https://codereview.chromium.org/746023002
2014-11-20 17:42:05 -08:00
Rafael Weinstein
0b758e5227
Remove CSSCompositing
...
BUG=
R=abarth@chromium.org
Review URL: https://codereview.chromium.org/731863003
2014-11-17 14:34:30 -08:00
Elliott Sprehn
283fa5f78a
Remove ContentData.
...
This was to support CSS generated content.
R=ojan@chromium.org
Review URL: https://codereview.chromium.org/709213002
2014-11-07 18:47:39 -08:00
Elliott Sprehn
59454159a3
Remove shape-outside.
...
Since we don't have floats this doesn't do anything now.
R=ojan@chromium.org
Review URL: https://codereview.chromium.org/703563002
2014-11-03 18:01:57 -08:00
Ojan Vafai
ed0c01cdca
Remove CSS Grid Layout and grid media queries.
...
The two are unrelated, but it was easier to just grep for grid
and remove them all. Aside from the media query change, there
isn't any change in behavior since grid was behind a flag.
R=esprehn@chromium.org
Review URL: https://codereview.chromium.org/689853003
2014-10-31 16:40:03 -07:00
Ojan Vafai
20dd8466c7
Remove border-fit.
...
This just lets you size an element to it's content. We should
do this in a more generic way or let you override layout
and do it yourself.
R=esprehn@chromium.org
Review URL: https://codereview.chromium.org/698613002
2014-10-31 10:59:40 -07:00
Ojan Vafai
90b8d2e589
Remove text-combine.
...
This is a vertical writing mode feature. Sky doesn't support
vertical writing mode.
R=esprehn@chromium.org
Review URL: https://codereview.chromium.org/677843004
2014-10-29 19:30:32 -07:00
Elliott Sprehn
8106700a04
Remove most of visited link support.
...
R=abarth@chromium.org
Review URL: https://codereview.chromium.org/667003003
2014-10-24 23:22:02 -07:00
Adam Barth
ae72930937
Open the Sky
2014-10-23 11:17:19 -07:00