Adam Barth
dff66fb1b7
Remove the concept of document.documentElement
...
Now documents can have many element children, all created equal.
R=esprehn@chromium.org , ojan@chromium.org
Review URL: https://codereview.chromium.org/928393003
2015-02-17 16:20:07 -08:00
Elliott Sprehn
c7c5328338
Remove InputMethodContext.
...
We'll probably want a really different API in sky, and this just makes
ElementRareData bigger for now and isn't hooked up to anything.
R=eseidel@chromium.org
Review URL: https://codereview.chromium.org/880663002
2015-01-26 13:12:08 -08:00
Adam Barth
0941e40854
Remove WebCompositorSupport
...
This interface was used to integrate with cc. Now that we no longer integrate
with cc, we don't need it.
In this CL, I've left WebLayer and its related classes even though there is no
longer a way to instantiate them. I'll remove them in a future CL.
R=esprehn@chromium.org
Review URL: https://codereview.chromium.org/874633003
2015-01-26 09:21:59 -08:00
Adam Barth
e3f9e2de4b
Remove more mouse-specific code
...
This CL removes a bunch of unused mouse-related code, including the
MouseRelatedEvent base class.
R=eseidel@google.com , eseidel@chromium.org
Review URL: https://codereview.chromium.org/873963003
2015-01-24 11:18:35 -08:00
Adam Barth
d7daaf4c7d
Remove mouse events from Sky
...
We use pointer events now.
R=esprehn@chromium.org
Review URL: https://codereview.chromium.org/870073003
2015-01-23 12:16:09 -08:00
Adam Barth
68475c7f7c
Remove more unused code in WebViewImpl
...
R=eseidel@chromium.org , esprehn@chromium.org
Review URL: https://codereview.chromium.org/866733007
2015-01-22 15:31:07 -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
f5239bbcca
Delete paint invalidation rect tracking.
...
We don't have paint invalidation rects, so we don't
need to track it.
R=esprehn@chromium.org
Review URL: https://codereview.chromium.org/803863003
2015-01-09 16:58:25 -08:00
Elliott Sprehn
a55ff6d55a
Remove lots of code from the WebWidget/WebView/WebFrame layer.
...
R=eseidel@chromium.org
Review URL: https://codereview.chromium.org/770223002
2014-12-02 01:03:37 -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
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
ce9aa787cb
Remove more frame-level scrolling machinery.
...
This is all dead code. No change in behavior.
R=esprehn@chromium.org
Review URL: https://codereview.chromium.org/678193005
2014-10-28 19:27:52 -07:00
Ojan Vafai
57a45f79ff
Remove pinch viewports.
...
Sky doesn't have concept of pinch zoom.
Remove more frame-level scrolling machinery.
R=esprehn@chromium.org
Review URL: https://codereview.chromium.org/681583002
2014-10-25 10:11:22 -07:00
Adam Barth
ae72930937
Open the Sky
2014-10-23 11:17:19 -07:00