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

Unified Diff: chrome/test/data/extensions/api_test/mutation_observers/manifest.json

Issue 9969178: Added browsertest to assert that extension API calls are counted as V8RecursionScopes and delay mic… (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: fixed date Created 8 years, 8 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
« no previous file with comments | « chrome/test/data/extensions/api_test/mutation_observers/background.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/api_test/mutation_observers/manifest.json
diff --git a/chrome/test/data/extensions/api_test/mutation_observers/manifest.json b/chrome/test/data/extensions/api_test/mutation_observers/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..4cb2ef3502add20d8f2ba9f75a3bf6922be31681
--- /dev/null
+++ b/chrome/test/data/extensions/api_test/mutation_observers/manifest.json
@@ -0,0 +1,10 @@
+{
+ "name": "mutation observers apitest",
+ "description": "mutation observers extension",
+ "version": "0.1",
+ "manifest_version": 2,
+ "background": {
+ "scripts": ["background.js"]
+ },
+ "permissions": [ "tabs" ]
+}
« no previous file with comments | « chrome/test/data/extensions/api_test/mutation_observers/background.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698