Commit Graph

  • c7a656aca9 Surfaces should acknowledge frame submissions Adam Barth 2014-11-24 16:21:53 -08:00
  • a0df465d10 Add auto-scroll option to sky city-list example Rafael Weinstein 2014-11-24 16:15:19 -08:00
  • 448bfbe9e5 Add some trace events to Sky compositor Adam Barth 2014-11-24 09:54:28 -08:00
  • a1b7d730ce Fix race condition in test Adam Barth 2014-11-21 16:08:31 -08:00
  • 96eb53d4ef setChildrenInline wasn't doing anything and childrenInlien always deferred to isRenderParagraph. Rafael Weinstein 2014-11-21 15:16:58 -08:00
  • 7da267c48b Add a basic example of a spinning square Adam Barth 2014-11-21 13:27:09 -08:00
  • e1136c44d1 Add a basic example of a spinning square Adam Barth 2014-11-21 13:27:09 -08:00
  • f219a84961 Enable the Sky compositor again Adam Barth 2014-11-21 12:15:30 -08:00
  • eda246d9f3 Fix text-overflow:ellipsis. Ojan Vafai 2014-11-21 11:26:05 -08:00
  • 8009a70eea Enable the Sky compositor Adam Barth 2014-11-21 09:57:47 -08:00
  • 173b73535b Docs: fix the hitTest() logic for display:toolbar since it doesn't use size 0x0 for its hidden children Hixie 2014-11-20 15:50:43 -08:00
  • ebbe64aeb6 Docs: fix the hitTest() logic for display:toolbar since it doesn't use size 0x0 for its hidden children Hixie 2014-11-20 15:50:43 -08:00
  • eedc2410f2 Specs: Simplify the paint model. Now you are not responsible for actually telling your child to paint, you just say where it would paint. The platform then takes care of making sure all the dirty nodes have their paint() methods called. Hixie 2014-11-20 15:30:30 -08:00
  • 8475cd5871 Specs: Simplify the paint model. Now you are not responsible for actually telling your child to paint, you just say where it would paint. The platform then takes care of making sure all the dirty nodes have their paint() methods called. Hixie 2014-11-20 15:30:30 -08:00
  • e71cc7d2b3 Teach skydb about --release and --debug Adam Barth 2014-11-20 14:39:55 -08:00
  • 0beeadcfe7 Use the scheduler to drive the Sky compositor Adam Barth 2014-11-20 14:13:36 -08:00
  • 410ea2c8a0 Add a simple compositor for Sky Adam Barth 2014-11-20 14:10:40 -08:00
  • edcbad7686 Specs: update the layout and paint schemes to match discussions better Hixie 2014-11-20 13:58:53 -08:00
  • 72edfdbe67 Specs: update the layout and paint schemes to match discussions better Hixie 2014-11-20 13:58:53 -08:00
  • 00886da677 Makes views be initially hidden Scott Violet 2014-11-20 13:04:25 -08:00
  • 2017aace78 Enable ES6 classes. Elliott Sprehn 2014-11-20 10:55:28 -08:00
  • cbd9230c05 Unrevert "Sky: When an iframe element is removed, delete its mojo View." Matt Perry 2014-11-20 11:13:16 -05:00
  • 5afca934fe Fix typo in TestExpectations Eric Seidel 2014-11-19 13:04:33 -08:00
  • 773fd8805f Revert "Sky: When an iframe element is removed, delete its mojo View." Matt Perry 2014-11-19 15:13:28 -05:00
  • fd93230fee Mark page-get-resource-tree as flaky Eric Seidel 2014-11-19 12:12:25 -08:00
  • d2e657319b Revert "Attempt to fix page-agent-get-resource-tree on the bot" Eric Seidel 2014-11-19 12:01:15 -08:00
  • 0c2d6c92eb Attempt to fix page-agent-get-resource-tree on the bot Eric Seidel 2014-11-19 11:54:16 -08:00
  • 2df4773295 Dispatch key events to the currently focused window. Elliot Glaysher 2014-11-19 10:39:24 -08:00
  • 717ee79a4b Make skydb chromoting aware Eric Seidel 2014-11-19 09:46:43 -08:00
  • 3d0b7838ad Add a trivial test Adam Barth 2014-11-18 17:11:18 -08:00
  • 1eb4350911 Clean up child checks in ContainerNode. Elliott Sprehn 2014-11-18 16:49:48 -08:00
  • 88fa228e45 Add support for Page.getResourceTree Eric Seidel 2014-11-18 15:53:13 -08:00
  • 09f4d5e9ff Wire up more of the DebuggerAgent Eric Seidel 2014-11-18 15:05:05 -08:00
  • bae7972281 Teach XHR how to handle relative urls. Eric Seidel 2014-11-18 11:15:56 -08:00
  • c120bdf84f Sky: When an iframe element is removed, delete its mojo View. Matt Perry 2014-11-18 14:00:05 -05:00
  • 85817b24a0 First step at getting rid of anonymous blocks and continuations. Ojan Vafai 2014-11-17 18:39:52 -08:00
  • 8de17678c0 First step at getting rid of anonymous blocks and continuations. Ojan Vafai 2014-11-17 18:39:52 -08:00
  • 2556b66620 Specs: Define when needsLayout is reset (also, some unrelated markdown fixes) Hixie 2014-11-17 15:43:31 -08:00
  • 15336e278c Specs: Define when needsLayout is reset (also, some unrelated markdown fixes) Hixie 2014-11-17 15:43:31 -08:00
  • 78dcf7687e Mark flaky tests as flaky Adam Barth 2014-11-17 15:04:18 -08:00
  • 1496dcfafa Fix bad reference in city-list Rafael Weinstein 2014-11-17 14:57:15 -08:00
  • 1504378dad Specs: Fix markdown errors Hixie 2014-11-17 14:54:01 -08:00
  • fd1e8ff53d Specs: Fix markdown errors Hixie 2014-11-17 14:54:01 -08:00
  • 8eefcecb74 Sky: Change iframe positioning to use absoluteContentBox for the View's coordinate system. Matt Perry 2014-11-17 17:38:27 -05:00
  • 30ba272a0a Docs: copy/pasta left a type annotation from the IDLs in an example Hixie 2014-11-17 14:24:33 -08:00
  • 9597c67904 Docs: copy/pasta left a type annotation from the IDLs in an example Hixie 2014-11-17 14:24:33 -08:00
  • 8d2b5c3b1d Specs: make sure all layout/paint/hitTest APIs are relative to the right coordinate space Hixie 2014-11-17 13:55:45 -08:00
  • 3e362b04c3 Specs: make sure all layout/paint/hitTest APIs are relative to the right coordinate space Hixie 2014-11-17 13:55:45 -08:00
  • 1316326183 Docs: duplicate ID in example Hixie 2014-11-17 13:41:41 -08:00
  • 443426468c Docs: duplicate ID in example Hixie 2014-11-17 13:41:41 -08:00
  • 48b49a8cbe Specs: default exports to {} rather than document, since it makes writing modules saner Hixie 2014-11-17 13:08:09 -08:00
  • 48a13abc9e Specs: default exports to {} rather than document, since it makes writing modules saner Hixie 2014-11-17 13:08:09 -08:00
  • ad91aac5ad Add a simple scheduler for animation frames Adam Barth 2014-11-17 11:24:07 -08:00
  • 9fe3014a74 Remove DEPS from sky Eric Seidel 2014-11-17 11:16:44 -08:00
  • 363d1f244a Add a little script for resurrecting pre-fork Blink files Eric Seidel 2014-11-17 11:08:49 -08:00
  • fe9b9d21d4 Add a version of flights that's made of components. Elliott Sprehn 2014-11-14 15:00:12 -08:00
  • ef2b8bc9c3 Add a version of flights that's made of components. Elliott Sprehn 2014-11-14 15:00:12 -08:00
  • 3d06e2a4e7 Specs: hit testing (and some cleanup) Hixie 2014-11-14 14:35:55 -08:00
  • 8032055820 Specs: hit testing (and some cleanup) Hixie 2014-11-14 14:35:55 -08:00
  • 63afdb64d8 Add a basic img test. Ojan Vafai 2014-11-14 13:58:19 -08:00
  • 3d343084cc Change mojo application name to {name}.mojo Benjamin Lerman 2014-11-14 21:49:31 +01:00
  • f8340b77ef Specs: Initial hack at extensible style/layout Hixie 2014-11-13 14:00:46 -08:00
  • 1004622439 Specs: Initial hack at extensible style/layout Hixie 2014-11-13 14:00:46 -08:00
  • af585507a0 Revert "Add a version of flights that's made of components." Benjamin Lerman 2014-11-13 09:59:26 +01:00
  • 1819e0f6ce Revert "Add a version of flights that's made of components." Benjamin Lerman 2014-11-13 09:59:26 +01:00
  • a1d1c3e4fb Add a version of flights that's made of components. Elliott Sprehn 2014-11-12 18:42:24 -08:00
  • 54c843ca34 Add a version of flights that's made of components. Elliott Sprehn 2014-11-12 18:42:24 -08:00
  • b2c4c73a65 Re-enable the editing tests Adam Barth 2014-11-12 17:01:14 -08:00
  • f0a18492ad Fix iframe.sky layout test failure. Matt Perry 2014-11-12 17:38:21 -05:00
  • 54a68a68a5 Bring back ScriptDebugServer and associated machinery Eric Seidel 2014-11-12 14:21:44 -08:00
  • 69f275081b Sky: Add a test for the <iframe> element. Matt Perry 2014-11-12 16:50:34 -05:00
  • 46e3118bfd am 8bbd29fc: am a4e238f7: Move frameworks/minikin over to libc++. Dan Albert 2014-11-12 21:31:35 +00:00
  • bc824f36fe Script-based imports should basically work Adam Barth 2014-11-12 13:29:14 -08:00
  • 8bbd29fce5 am a4e238f7: Move frameworks/minikin over to libc++. Dan Albert 2014-11-12 21:28:22 +00:00
  • 26ef461208 Add headers to gn/gni files for all of sky/engine Eric Seidel 2014-11-12 11:36:37 -08:00
  • 41448b9de9 Implement event sender service for testing Adam Barth 2014-11-12 10:46:35 -08:00
  • 50de29f59d Input events are broken in skydb Adam Barth 2014-11-12 10:32:54 -08:00
  • a4e238f757 Move frameworks/minikin over to libc++. Dan Albert 2014-11-11 19:32:48 -08:00
  • 865b81939b Rename sky::TestObserver to sky::TestHarness Adam Barth 2014-11-11 16:43:21 -08:00
  • f9a8fd51ee Add the flights app scaffolding demo. Elliott Sprehn 2014-11-11 16:37:04 -08:00
  • fab3c90631 Add a basic benchmark for creating DOM. Elliott Sprehn 2014-11-10 17:45:50 -08:00
  • 733e017936 Reland: Remove aura and make a pure mojo::View version of FocusController. Elliot Glaysher 2014-11-10 17:06:49 -08:00
  • afbfcfecda Revert "Remove aura and make a pure mojo::View version of the aura::Window FocusController." Elliot Glaysher 2014-11-10 16:28:49 -08:00
  • 62abe6ed54 Remove aura and make a pure mojo::View version of the aura::Window FocusController. Elliot Glaysher 2014-11-10 15:42:36 -08:00
  • f860dc6a44 Move exports from Document to Module Adam Barth 2014-11-10 15:34:25 -08:00
  • 04122dbd21 Add Module and Application interfaces Adam Barth 2014-11-10 14:16:56 -08:00
  • 58030f3a78 Make Sky's test_perf actually test performance Adam Barth 2014-11-10 10:30:54 -08:00
  • 6b138596a4 Remove iframe.sky test. It's timing out on the bots. Matt Perry 2014-11-07 17:25:17 -05:00
  • 506e8db179 Add iframe.sky test expectations for dump-as-render-tree. Matt Perry 2014-11-07 17:14:15 -05:00
  • 130b9c84f0 Initial work on a new <view> element backed by a mojo::View. Matt Perry 2014-11-07 14:34:07 -05:00
  • a5e5c906d0 Make import failures log errors Rafael Weinstein 2014-11-06 15:46:42 -08:00
  • 2a979ce147 Add back exit(0) until crbug.com/430581 can be resolved. Eric Seidel 2014-11-06 12:55:29 -08:00
  • d1c92fa424 Change mojo url to always use mojo:foo instead of mojo://foo Benjamin Lerman 2014-11-06 17:23:18 +01:00
  • 4fd0160716 Add city-list example tests to sky Rafael Weinstein 2014-11-05 17:58:57 -08:00
  • f536c8d62b Teach sky_server how to use more threads and not drop requests Eric Seidel 2014-11-05 15:25:35 -08:00
  • 5c69487bf3 Bring skydebugger closer to clean-shutdown Eric Seidel 2014-11-05 13:09:08 -08:00
  • 8b9bb313f1 Switch test_sky to sky_server Eric Seidel 2014-11-05 13:08:49 -08:00
  • 61f9361f67 Switch test_sky back to apache Adam Barth 2014-11-04 17:30:25 -08:00
  • f1f2a12b97 Docs: Experimental 'button' widget, work in progress Hixie 2014-11-04 17:27:58 -08:00
  • 204688b351 Docs: Experimental 'button' widget, work in progress Hixie 2014-11-04 17:27:58 -08:00