Ojan Vafai
100094dbf3
Delete document marker related invalidation code.
...
I believe this doesn't change behavior, but it's hard
to know since we don't have spellchecking hooked up.
Also, delete setToolTip. This is for tooltips on spelling
markers. We don't support tooltips.
R=esprehn@chromium.org
Review URL: https://codereview.chromium.org/830273006
2015-01-16 20:01:02 -08:00
Ojan Vafai
d591ca1f14
Delete a bunch of noop paint invalidation code.
...
This deletes invalidateRect and all it's callers.
There are no logic changes, just deletes.
R=esprehn@chromium.org
Review URL: https://codereview.chromium.org/842113005
2015-01-16 17:42:47 -08:00
Ojan Vafai
9837d78956
Remove GraphicsLayer family of classes.
...
Remove all the GraphicsLayer* classes. This includes LinkHighlight
since that feature is built on the old compositing system.
It's all dead code!
R=abarth@chromium.org
Review URL: https://codereview.chromium.org/762993003
2014-11-26 20:21:01 -08:00
Ojan Vafai
7d45831411
Get rid of the remaining uses of GraphicsLayer.
...
After this patch, GraphicsLayer is only used by GraphicsLayer-related
classes and LinkHighlight. We should be able to just delete all of them
in a followup patch.
R=abarth@chromium.org
Review URL: https://codereview.chromium.org/763013002
2014-11-26 18:51:43 -08:00
Ojan Vafai
e451291645
Remove m_layerTreeView from WebViewImpl.
...
It's always null now.
R=abarth@chromium.org
Review URL: https://codereview.chromium.org/757143004
2014-11-25 19:54:27 -08:00
Eric Seidel
295f920116
Fix sky include guards to match Chromium style
...
I wrote a script to do this which is attached
to the bug.
TBR=abarth@chromium.org
BUG=435361
Review URL: https://codereview.chromium.org/736373003
2014-11-21 02:48:38 -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
Eric Seidel
92b3ef9e73
Remove FINAL macro to make chromium presubmit happy
...
TBR=abarth@chromium.org
Review URL: https://codereview.chromium.org/727933002
2014-11-14 12:55:21 -08:00
Rafael Weinstein
c0ffe6fb23
remove updateTouchEventTargetRectsIfNeeded
...
BUG=
R=abarth@chromium.org
Review URL: https://codereview.chromium.org/713073003
2014-11-10 13:08:21 -08:00
Ojan Vafai
995c857ce6
Remove a bunch of frame-level scrolling machinery.
...
This just removing dead/noop code. No change in behavior.
R=abarth@chromium.org , esprehn@chromium.org
Review URL: https://codereview.chromium.org/681023002
2014-10-27 13:10:04 -07:00
Ojan Vafai
f9e0a463af
Remove meta viewport and @viewport CSS rules.
...
We won't need configurations like this since we don't have things
like page zoom and a default width.
R=abarth@chromium.org
Review URL: https://codereview.chromium.org/654693004
2014-10-25 23:08:58 -07:00
Adam Barth
e8c9ecc556
Use override and final instead of OVERRIDE and FINAL
2014-10-24 15:15:13 -07:00
Adam Barth
ae72930937
Open the Sky
2014-10-23 11:17:19 -07:00