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

Issue 2325963003: Add options and a browser-action popup. (Closed)

Created:
4 years, 3 months ago by Pam (message me for reviews)
Modified:
4 years, 3 months ago
Reviewers:
ojan
Base URL:
https://chromium.googlesource.com/chromium/extensions-by-google.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Add options and a browser-action popup. Add an options page with a blacklist, an option to disable the extension in embedded content, and a whitelist to override that option. Add a popup to easily add/remove the current page from the blacklist. Add a feedback link that pre-fills an email. Update the build script with the new files. Options page, popup, and email text are placeholders, pending design support. BUG=639639, 639645 R=ojan@chromium.org Committed: https://chromium.googlesource.com/chromium/extensions-by-google/6cfc8a0b8ad0e6d5485912816371ac07eced8259

Patch Set 1 #

Patch Set 2 : Default disableInApplets to true, and fix bugs #

Patch Set 3 : More features #

Patch Set 4 : Comments and copyrights #

Total comments: 4

Patch Set 5 : Response to comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+641 lines, -33 lines) Patch
M go-back-with-backspace/_locales/en/messages.json View 1 2 1 chunk +107 lines, -1 line 0 comments Download
A + go-back-with-backspace/assets/icon19.png View 1 2 Binary file 0 comments Download
A + go-back-with-backspace/assets/icon38.png View 1 2 Binary file 0 comments Download
M go-back-with-backspace/background.js View 1 2 3 1 chunk +5 lines, -1 line 0 comments Download
M go-back-with-backspace/build-zip.sh View 1 2 1 chunk +19 lines, -4 lines 0 comments Download
M go-back-with-backspace/content_script.js View 1 2 3 4 1 chunk +72 lines, -13 lines 0 comments Download
D go-back-with-backspace/installed.html View 1 chunk +0 lines, -13 lines 0 comments Download
M go-back-with-backspace/is_editable.js View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M go-back-with-backspace/manifest.json View 1 2 3 4 3 chunks +16 lines, -1 line 0 comments Download
A go-back-with-backspace/pages/common.js View 1 2 3 4 1 chunk +33 lines, -0 lines 0 comments Download
A go-back-with-backspace/pages/installed.css View 1 2 3 1 chunk +21 lines, -0 lines 0 comments Download
A go-back-with-backspace/pages/installed.html View 1 2 3 1 chunk +20 lines, -0 lines 0 comments Download
A go-back-with-backspace/pages/installed.js View 1 2 3 4 1 chunk +19 lines, -0 lines 0 comments Download
A go-back-with-backspace/pages/options.css View 1 2 3 1 chunk +41 lines, -0 lines 0 comments Download
A go-back-with-backspace/pages/options.html View 1 2 1 chunk +31 lines, -0 lines 0 comments Download
A go-back-with-backspace/pages/options.js View 1 2 3 4 1 chunk +60 lines, -0 lines 0 comments Download
A go-back-with-backspace/pages/popup.css View 1 2 3 1 chunk +40 lines, -0 lines 0 comments Download
A go-back-with-backspace/pages/popup.html View 1 2 1 chunk +28 lines, -0 lines 0 comments Download
A go-back-with-backspace/pages/popup.js View 1 2 3 4 1 chunk +125 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (3 generated)
Pam (message me for reviews)
Hi, Ojan! Please take a look. Thanks! As before, UI and strings are placeholders.
4 years, 3 months ago (2016-09-15 19:00:07 UTC) #3
ojan
lgtm https://codereview.chromium.org/2325963003/diff/60001/go-back-with-backspace/content_script.js File go-back-with-backspace/content_script.js (right): https://codereview.chromium.org/2325963003/diff/60001/go-back-with-backspace/content_script.js#newcode62 go-back-with-backspace/content_script.js:62: // Return true if the option to diable ...
4 years, 3 months ago (2016-09-15 19:07:15 UTC) #4
Pam (message me for reviews)
Thanks for your careful review! I'm only surprised my inexperienced JS doesn't need more tweaking. ...
4 years, 3 months ago (2016-09-16 16:35:13 UTC) #5
Pam (message me for reviews)
4 years, 3 months ago (2016-09-16 16:36:23 UTC) #7
Message was sent while issue was closed.
Committed patchset #5 (id:80001) manually as
6cfc8a0b8ad0e6d5485912816371ac07eced8259 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698