Rafael Weinstein
c1e4c67c23
Remove WebScroll*
...
R=abarth@chromium.org
Review URL: https://codereview.chromium.org/720713003
2014-11-12 16:41:12 -08:00
Ojan Vafai
2793661b5a
Remove scroll corners and resizers.
...
We never paint scroll corners. The only thing we need them
for is so that the vertical and horizontal scrollbars don't
overlap each other. So, that's the only place left that
still computes a scroll corner rect.
We don't support resizers. Remove the code for them as well
as the CSS resize property.
R=abarth@chromium.org
Review URL: https://codereview.chromium.org/689283003
2014-11-07 09:46:16 -08:00
Elliott Sprehn
8c0a714beb
Remove most of the media stack.
...
R=abarth@chromium.org
Review URL: https://codereview.chromium.org/689373003
2014-11-03 20:21:19 -08:00
Ojan Vafai
80efab4680
Remove straggling bits of listboxes.
...
Also remove some straggling bits of textareas along the way.
R=esprehn@chromium.org
Review URL: https://codereview.chromium.org/653993007
2014-10-30 16:46:17 -07:00
Adam Barth
4be2d764fa
Remove Platform::parseDataURL
...
We only use this data URL parser to pre-cache images loaded from data URLs.
It's not clear we need that optimization in this system. If we do want it, we
can just call the data URL parser directly.
R=eseidel@chromium.org
Review URL: https://codereview.chromium.org/691623003
2014-10-30 09:41:31 -07:00
Adam Barth
07106fceee
Remove callOnMainThread
...
This API is redundant with exposing the main-thread task runner.
R=eseidel@chromium.org
Review URL: https://codereview.chromium.org/691493004
2014-10-30 09:40:12 -07:00
Adam Barth
e000e53207
Remove Platform::cryptographicallyRandomValues
...
We can just call the base API directly.
R=esprehn@chromium.org
Review URL: https://codereview.chromium.org/691483005
2014-10-29 15:55:19 -07:00
Adam Barth
373117fdb8
Delete WebWaitableEvent
...
We don't use this interface. In the future, we can just use the base version
directly.
R=eseidel@chromium.org , ojan@chromium.org
Review URL: https://codereview.chromium.org/681173002
2014-10-27 21:50:35 -07:00
Eric Seidel
8663c840aa
Fix sky to pass 'gn check'
...
I also deleted the sky_common and sky_minimal targets
as those were only for the windows build
(which sky does not support).
R=abarth@chromium.org
Review URL: https://codereview.chromium.org/663483006
2014-10-24 15:00:55 -07:00
Adam Barth
45e9dc8ca4
Remove WebThread
...
We still have WebThread::Task, but WebThread is now gone.
R=esprehn@chromium.org
Review URL: https://codereview.chromium.org/673033002
2014-10-23 14:37:09 -07:00
Adam Barth
ae72930937
Open the Sky
2014-10-23 11:17:19 -07:00