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

Unified Diff: content/test/data/browser_plugin_infinite_loop_child.html

Issue 10868012: Browser Plugin: New Implementation (Browser Side) (Closed) Base URL: http://git.chromium.org/chromium/src.git@master-trial-obrowser
Patch Set: Rename class as we agreed upon, keep correct type of instances (guest/embedder, not helpers) inside… Created 8 years, 4 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: content/test/data/browser_plugin_infinite_loop_child.html
diff --git a/content/test/data/browser_plugin_infinite_loop_child.html b/content/test/data/browser_plugin_infinite_loop_child.html
new file mode 100644
index 0000000000000000000000000000000000000000..90151c9a53dcef24f3eab20be99a41c3719c2c15
--- /dev/null
+++ b/content/test/data/browser_plugin_infinite_loop_child.html
@@ -0,0 +1,3 @@
+<script>
+ while (true) {}
+</script>
« content/renderer/renderer_main.cc ('K') | « content/test/data/browser_plugin_infinite_loop.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698