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

Issue 2351743003: Inject automatically on install etc., add mime types, and fix nits. (Closed)

Created:
4 years, 3 months ago by Pam (message me for reviews)
Modified:
4 years, 2 months ago
Reviewers:
Devlin
CC:
ojan
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Inject automatically on install etc., add mime types, and fix nits. Remove the installation notes page, and instead inject the content script automatically when the extension is installed, updated, or re-enabled. Likewise, disable it (remove the keyboard listener) when the extension is uninstalled or disabled. Also fix a punctuation nit, and add PDF and chat mime types to the list of recognized embedded applets. BUG=639645, 645517 R=rdevlin.cronin@chromium.org Committed: https://chromium.googlesource.com/chromium/extensions-by-google/919b672396b9d49a288de74a92bbf3841ad7416c

Patch Set 1 #

Total comments: 12

Patch Set 2 : Review responses #

Patch Set 3 : Comment tweak #

Total comments: 13

Patch Set 4 : Review responses #

Unified diffs Side-by-side diffs Delta from patch set Stats (+82 lines, -97 lines) Patch
M go-back-with-backspace/_locales/en/messages.json View 2 chunks +1 line, -13 lines 0 comments Download
M go-back-with-backspace/background.js View 1 2 3 1 chunk +37 lines, -4 lines 0 comments Download
M go-back-with-backspace/build-zip.sh View 1 chunk +0 lines, -3 lines 0 comments Download
M go-back-with-backspace/content_script.js View 1 2 3 4 chunks +29 lines, -8 lines 0 comments Download
M go-back-with-backspace/manifest.json View 1 2 3 2 chunks +3 lines, -2 lines 0 comments Download
D go-back-with-backspace/pages/installed.css View 1 chunk +0 lines, -21 lines 0 comments Download
D go-back-with-backspace/pages/installed.html View 1 chunk +0 lines, -20 lines 0 comments Download
D go-back-with-backspace/pages/installed.js View 1 chunk +0 lines, -19 lines 0 comments Download
M go-back-with-backspace/readme.txt View 1 chunk +12 lines, -7 lines 0 comments Download

Messages

Total messages: 10 (3 generated)
Pam (message me for reviews)
Hi Devlin -- since this was your good idea, please take a look. Ojan -- ...
4 years, 3 months ago (2016-09-19 20:28:59 UTC) #3
Devlin
https://codereview.chromium.org/2351743003/diff/1/go-back-with-backspace/background.js File go-back-with-backspace/background.js (right): https://codereview.chromium.org/2351743003/diff/1/go-back-with-backspace/background.js#newcode13 go-back-with-backspace/background.js:13: chrome.management.onEnabled.addListener(function(info) { (Just thinking) Hmm... I wonder if we ...
4 years, 3 months ago (2016-09-19 21:22:31 UTC) #4
Pam (message me for reviews)
Thanks for the review! Changes uploaded. https://codereview.chromium.org/2351743003/diff/1/go-back-with-backspace/background.js File go-back-with-backspace/background.js (right): https://codereview.chromium.org/2351743003/diff/1/go-back-with-backspace/background.js#newcode13 go-back-with-backspace/background.js:13: chrome.management.onEnabled.addListener(function(info) { On ...
4 years, 3 months ago (2016-09-20 21:42:59 UTC) #5
Devlin
https://codereview.chromium.org/2351743003/diff/1/go-back-with-backspace/background.js File go-back-with-backspace/background.js (right): https://codereview.chromium.org/2351743003/diff/1/go-back-with-backspace/background.js#newcode13 go-back-with-backspace/background.js:13: chrome.management.onEnabled.addListener(function(info) { On 2016/09/20 21:42:59, Pam (also PM for ...
4 years, 2 months ago (2016-09-27 16:08:57 UTC) #6
Pam (message me for reviews)
Thanks -- new version uploaded. https://codereview.chromium.org/2351743003/diff/40001/go-back-with-backspace/background.js File go-back-with-backspace/background.js (right): https://codereview.chromium.org/2351743003/diff/40001/go-back-with-backspace/background.js#newcode13 go-back-with-backspace/background.js:13: chrome.management.onEnabled.addListener(function(info) { On 2016/09/27 ...
4 years, 2 months ago (2016-09-27 23:37:32 UTC) #7
Devlin
lgtm https://codereview.chromium.org/2351743003/diff/40001/go-back-with-backspace/content_script.js File go-back-with-backspace/content_script.js (right): https://codereview.chromium.org/2351743003/diff/40001/go-back-with-backspace/content_script.js#newcode62 go-back-with-backspace/content_script.js:62: chrome.runtime.sendMessage('', function(response) { On 2016/09/27 23:37:32, Pam (also ...
4 years, 2 months ago (2016-09-29 20:55:34 UTC) #8
Pam (message me for reviews)
4 years, 2 months ago (2016-10-04 16:19:53 UTC) #10
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as
919b672396b9d49a288de74a92bbf3841ad7416c (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698