OLD | NEW |
1 #!mojo:sky_viewer | 1 #!mojo mojo:sky_viewer |
2 <!-- | 2 <!-- |
3 // Copyright 2014 The Chromium Authors. All rights reserved. | 3 // Copyright 2014 The Chromium Authors. All rights reserved. |
4 // Use of this source code is governed by a BSD-style license that can be | 4 // Use of this source code is governed by a BSD-style license that can be |
5 // found in the LICENSE file. | 5 // found in the LICENSE file. |
6 --> | 6 --> |
7 <sky> | 7 <sky> |
8 | 8 |
9 <import src="/gen/examples/window_manager/debug_panel_host.mojom.sky" as="exampl
e" /> | 9 <import src="/gen/examples/window_manager/debug_panel_host.mojom.sky" as="exampl
e" /> |
10 <import src="/mojo/services/navigation/public/interfaces/navigation.mojom.sky" a
s="navigation" /> | 10 <import src="/mojo/services/navigation/public/interfaces/navigation.mojom.sky" a
s="navigation" /> |
11 | 11 |
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
61 | 61 |
62 handleCrossAppNavTest(event) { | 62 handleCrossAppNavTest(event) { |
63 this.embedder.navigateTo("http://www.aaronboodman.com/z_dropbox/test.html"); | 63 this.embedder.navigateTo("http://www.aaronboodman.com/z_dropbox/test.html"); |
64 } | 64 } |
65 }.register(); | 65 }.register(); |
66 </script> | 66 </script> |
67 </sky-element> | 67 </sky-element> |
68 | 68 |
69 <debug-panel /> | 69 <debug-panel /> |
70 </sky> | 70 </sky> |
OLD | NEW |