24 Commits

Author SHA1 Message Date
Elliott Sprehn
c403da314c Remove lots of machinery related to inline event handlers.
R=abarth@chromium.org

Review URL: https://codereview.chromium.org/671173006
2014-10-23 15:41:57 -07:00
Elliott Sprehn
f01716ead2 Remove inline event handler code.
R=abarth@chromium.org

Review URL: https://codereview.chromium.org/675873002
2014-10-23 15:17:07 -07:00
Eric Seidel
f13aad9c79 Make skydb load examples/home.sky by default.
I had to also register for the text/plain mime-type
which turned out to be harder than expected.
Mostly due to my confusion with mojo_shell
using last-argument-wins argument parsing.

R=ianh@google.com

Review URL: https://codereview.chromium.org/672363002
2014-10-23 14:56:44 -07:00
John Abd-El-Malek
b9e88bad01 Fix build.
R=esprehn@chromium.org

Review URL: https://codereview.chromium.org/659043004
2014-10-23 14:54:07 -07:00
James Robinson
1e69b19988 Fix sky build on android
R=abarth@chromium.org

Review URL: https://codereview.chromium.org/678533002
2014-10-23 14:50:37 -07:00
Elliott Sprehn
326b3bb1a6 Remove ScriptRegexp.
I gave it life in https://codereview.chromium.org/13896017 and now I'm going to take it away.

R=abarth@chromium.org

Review URL: https://codereview.chromium.org/647323003
2014-10-23 14:48:06 -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
Elliott Sprehn
2b1e6cfc42 Remove overflowchanged event.
R=ojan@chromium.org

Review URL: https://codereview.chromium.org/672353002
2014-10-23 14:29:40 -07:00
Adam Barth
fb0dcf788b Remove the last WebThread task observer
We now observe the message loop and the mojo message pump directly.

R=ojan@chromium.org, eseidel@chromium.org

Review URL: https://codereview.chromium.org/673783006
2014-10-23 14:22:05 -07:00
Adam Barth
46aea7fd1b Fix the build 2014-10-23 14:16:37 -07:00
Adam Barth
893e0200b8 Canvas2DLayerManager shouldn't use a task observer
Previously, Canvas2DLayerManager was using addTaskObserver to jump the task
queue. After this CL, it goes to the end of the queue like a normal task.

R=ojan@chromium.org

Review URL: https://codereview.chromium.org/673783005
2014-10-23 14:11:08 -07:00
Elliott Sprehn
94b71abca0 Remove beforeunload events.
R=abarth@chromium.org

Review URL: https://codereview.chromium.org/645513006
2014-10-23 14:08:53 -07:00
Elliott Sprehn
22d3fe4be3 Remove WebSelector, it's not used.
R=abarth@chromium.org

Review URL: https://codereview.chromium.org/672323002
2014-10-23 14:07:53 -07:00
Hixie
d108b609e2 Placeholder Sky start page.
R=eseidel@chromium.org

Review URL: https://codereview.chromium.org/677513002
2014-10-23 13:42:24 -07:00
Eric Seidel
27769cca2c Teach tools/skydb how to take a URL as a parameter.
Turns out our shut-down code in debugger.cc is never
called.  Need to talk to Ben to figure out how
to listen for the CloseWindow.

R=abarth@chromium.org

Review URL: https://codereview.chromium.org/658113004
2014-10-23 13:40:48 -07:00
Elliott Sprehn
b1f8bcd1d8 Remove bindings presubmit, we don't have the code for it.
R=abarth@chromium.org

Review URL: https://codereview.chromium.org/671173004
2014-10-23 13:23:33 -07:00
Elliott Sprehn
8209d97c51 Remove postMessage, MessageChannel and MessagePort.
Sky uses Mojo services to communicate between embedded applications, not
postMessage and its friends.

R=abarth@chromium.org

Review URL: https://codereview.chromium.org/676723003
2014-10-23 13:17:50 -07:00
Adam Barth
c1d26b1d31 Remove RecordingImageBufferSurface
We don't enable this runtime setting.

R=ojan@google.com, ojan@chromium.org

Review URL: https://codereview.chromium.org/678483002
2014-10-23 12:56:33 -07:00
Adam Barth
ceaf425299 Update TestExpectations to match reality
R=esprehn@chromium.org

Review URL: https://codereview.chromium.org/671633005
2014-10-23 12:19:02 -07:00
Adam Barth
58adc99ae2 Add another missing dependency 2014-10-23 12:02:07 -07:00
Adam Barth
b6ec35ad4c Shuffle build dependencies a bit to fix build
TBR=eseidel@chromium.org

Review URL: https://codereview.chromium.org/677483002
2014-10-23 11:55:50 -07:00
Adam Barth
6664eb7e35 Add Sky to the build system
R=esprehn@chromium.org

Review URL: https://codereview.chromium.org/657863003
2014-10-23 11:29:54 -07:00
Adam Barth
ae72930937 Open the Sky 2014-10-23 11:17:19 -07:00
Adam Barth
20cc569f59 Add a README.md for Sky
R=jamesr@chromium.org

Review URL: https://codereview.chromium.org/672963002
2014-10-23 11:05:40 -07:00