Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3416)

Unified Diff: chrome/common/extensions/docs/examples/howto/sandbox/eventpage.html

Issue 10810054: Describing the `sandbox` workflow for extension developers. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: TODO + Rebuild. Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/docs/examples/howto/sandbox/eventpage.html
diff --git a/chrome/common/extensions/docs/examples/howto/sandbox/eventpage.html b/chrome/common/extensions/docs/examples/howto/sandbox/eventpage.html
new file mode 100644
index 0000000000000000000000000000000000000000..8a29dbbe1d27ca5c454fa0f514f8a90b044e8c31
--- /dev/null
+++ b/chrome/common/extensions/docs/examples/howto/sandbox/eventpage.html
@@ -0,0 +1,14 @@
+<!--
+ - Copyright (c) 2012 The Chromium Authors. All rights reserved.
+ - Use of this source code is governed by a BSD-style license that can be
+ - found in the LICENSE file.
+ -->
+<!doctype html>
+<html>
+ <head>
+ <script src="eventpage.js"></script>
+ </head>
+ <body>
+ <iframe id="theFrame" src="sandbox.html"></iframe>
+ </body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698