From 5233793bd59798715df9be323f694444b433db5d Mon Sep 17 00:00:00 2001 From: Hans Muller Date: Thu, 8 Jan 2015 09:24:30 -0800 Subject: [PATCH] Mojo JS Bindings: merge Application, Shell, ServiceProvider with Sky Enable Sky applications to be written in terms of the Application, Shell, ServiceProvider classes. Add a shellProxyHandle() method to the Sky Internals class. It returns a message pipe handle that the JS Shell class will assume ownership of. BUG= R=abarth@chromium.org Review URL: https://codereview.chromium.org/837283002 --- engine/src/flutter/tests/services/network.sky | 24 +++++++++---------- engine/src/flutter/tools/skydb | 11 +++++++++ 2 files changed, 22 insertions(+), 13 deletions(-) diff --git a/engine/src/flutter/tests/services/network.sky b/engine/src/flutter/tests/services/network.sky index e548201153..2d2c7c8e5e 100644 --- a/engine/src/flutter/tests/services/network.sky +++ b/engine/src/flutter/tests/services/network.sky @@ -5,28 +5,26 @@ +