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

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

Issue 2352083003: Allow top-level navigation in extension pop-ups if it only triggers a download. (Closed)
Patch Set: Changed bug reference (in a TODO comment) to a fresh bug. Created 4 years, 3 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/test/data/extensions/api_test/browser_action/popup_with_form/manifest.json
diff --git a/chrome/test/data/extensions/api_test/browser_action/popup_with_iframe/manifest.json b/chrome/test/data/extensions/api_test/browser_action/popup_with_form/manifest.json
similarity index 51%
copy from chrome/test/data/extensions/api_test/browser_action/popup_with_iframe/manifest.json
copy to chrome/test/data/extensions/api_test/browser_action/popup_with_form/manifest.json
index b9890e90566a2f5f746489a3cf922d6db5ac06a1..ff856f8a4701630fa4797614a12610b5026ad444 100644
--- a/chrome/test/data/extensions/api_test/browser_action/popup_with_iframe/manifest.json
+++ b/chrome/test/data/extensions/api_test/browser_action/popup_with_form/manifest.json
@@ -1,8 +1,8 @@
{
- "name": "Popup with iframe",
+ "name": "Popup with form",
"version": "0.1",
"manifest_version": 2,
- "description": "Test a browser action popup with an iframe",
+ "description": "Test for navigating a browser action popup via POST",
"browser_action": {
"default_popup": "popup.html"
}

Powered by Google App Engine
This is Rietveld 408576698