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

Issue 2400303003: Update UI and catch executeScript errors now shown in Canary (Closed)

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

Description

Update UI and catch executeScript errors now shown in Canary Update the settings and popup pages. Disable the whitelist box when it's not relevant (the checkbox is not checked). Catch errors from the initial executeScript calls running on prohibited pages, because they're now displayed on the Extensions page otherwise. BUG=645639 R=rdevlin.cronin@chromium.org Committed: https://chromium.googlesource.com/chromium/extensions-by-google/8f934290259bf42872b67536dcf8dfd00078fcbd

Patch Set 1 #

Total comments: 4

Patch Set 2 : Rework UI to follow examples from the CWS #

Patch Set 3 : Variable tweak #

Patch Set 4 : Fix global-replace bug #

Total comments: 29

Patch Set 5 : Review feedback applied #

Total comments: 5

Patch Set 6 : Add TODO to validate URLs #

Unified diffs Side-by-side diffs Delta from patch set Stats (+235 lines, -123 lines) Patch
M go-back-with-backspace/_locales/en/messages.json View 1 4 chunks +12 lines, -8 lines 0 comments Download
M go-back-with-backspace/background.js View 1 chunk +21 lines, -8 lines 0 comments Download
M go-back-with-backspace/content_script.js View 1 2 3 4 2 chunks +13 lines, -10 lines 0 comments Download
M go-back-with-backspace/manifest.json View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M go-back-with-backspace/pages/common.js View 1 2 3 4 1 chunk +17 lines, -8 lines 0 comments Download
A go-back-with-backspace/pages/feedback.png View 1 Binary file 0 comments Download
M go-back-with-backspace/pages/options.css View 1 2 3 4 1 chunk +35 lines, -17 lines 0 comments Download
M go-back-with-backspace/pages/options.html View 1 1 chunk +20 lines, -11 lines 0 comments Download
M go-back-with-backspace/pages/options.js View 1 2 3 4 5 3 chunks +25 lines, -24 lines 0 comments Download
M go-back-with-backspace/pages/popup.css View 1 2 3 4 1 chunk +60 lines, -10 lines 0 comments Download
M go-back-with-backspace/pages/popup.html View 1 2 3 4 1 chunk +18 lines, -11 lines 0 comments Download
M go-back-with-backspace/pages/popup.js View 1 2 3 4 4 chunks +13 lines, -16 lines 0 comments Download
A go-back-with-backspace/pages/settings.png View 1 Binary file 0 comments Download

Messages

Total messages: 16 (4 generated)
Pam (message me for reviews)
https://codereview.chromium.org/2400303003/diff/1/go-back-with-backspace/manifest.json File go-back-with-backspace/manifest.json (right): https://codereview.chromium.org/2400303003/diff/1/go-back-with-backspace/manifest.json#newcode38 go-back-with-backspace/manifest.json:38: "activeTab", It turns out this is needed after all, ...
4 years, 2 months ago (2016-10-07 23:12:43 UTC) #2
Pam (message me for reviews)
On 2016/10/07 23:12:43, Pam (message me for reviews) wrote: > https://codereview.chromium.org/2400303003/diff/1/go-back-with-backspace/manifest.json > File go-back-with-backspace/manifest.json (right): ...
4 years, 1 month ago (2016-10-26 19:30:18 UTC) #5
Pam (message me for reviews)
On 2016/10/26 19:30:18, Pam (message me for reviews) wrote: > On 2016/10/07 23:12:43, Pam (message ...
4 years, 1 month ago (2016-10-28 16:18:05 UTC) #6
Devlin
sorry, still making my way through this one (busy week). I'll try to get to ...
4 years, 1 month ago (2016-10-29 00:30:32 UTC) #7
Pam (message me for reviews)
I appreciate your thoroughness, and I know that takes time. https://codereview.chromium.org/2400303003/diff/1/go-back-with-backspace/manifest.json File go-back-with-backspace/manifest.json (right): https://codereview.chromium.org/2400303003/diff/1/go-back-with-backspace/manifest.json#newcode38 ...
4 years, 1 month ago (2016-10-29 05:10:37 UTC) #8
Devlin
https://codereview.chromium.org/2400303003/diff/1/go-back-with-backspace/manifest.json File go-back-with-backspace/manifest.json (right): https://codereview.chromium.org/2400303003/diff/1/go-back-with-backspace/manifest.json#newcode38 go-back-with-backspace/manifest.json:38: "activeTab", On 2016/10/29 05:10:36, Pam (message me for reviews) ...
4 years, 1 month ago (2016-11-01 15:12:15 UTC) #9
Pam (message me for reviews)
Changes uploaded; PTAL. I dislike cluttering up reviews with comments that only say "Done", but ...
4 years, 1 month ago (2016-11-01 21:29:03 UTC) #10
Devlin
lgtm % nits https://codereview.chromium.org/2400303003/diff/80001/go-back-with-backspace/pages/options.css File go-back-with-backspace/pages/options.css (right): https://codereview.chromium.org/2400303003/diff/80001/go-back-with-backspace/pages/options.css#newcode9 go-back-with-backspace/pages/options.css:9: direction: __MSG_@@bidi_dir__; This should be handled ...
4 years, 1 month ago (2016-11-05 02:18:21 UTC) #11
Pam (message me for reviews)
https://codereview.chromium.org/2400303003/diff/80001/go-back-with-backspace/pages/options.css File go-back-with-backspace/pages/options.css (right): https://codereview.chromium.org/2400303003/diff/80001/go-back-with-backspace/pages/options.css#newcode9 go-back-with-backspace/pages/options.css:9: direction: __MSG_@@bidi_dir__; On 2016/11/05 02:18:21, Devlin (slow) wrote: > ...
4 years, 1 month ago (2016-11-05 04:12:56 UTC) #12
Devlin
I somehow totally missed responding to your last questions, sorry! https://codereview.chromium.org/2400303003/diff/60001/go-back-with-backspace/pages/options.js File go-back-with-backspace/pages/options.js (right): https://codereview.chromium.org/2400303003/diff/60001/go-back-with-backspace/pages/options.js#newcode29 ...
4 years, 1 month ago (2016-11-05 04:56:09 UTC) #13
Pam (message me for reviews)
https://codereview.chromium.org/2400303003/diff/60001/go-back-with-backspace/pages/options.js File go-back-with-backspace/pages/options.js (right): https://codereview.chromium.org/2400303003/diff/60001/go-back-with-backspace/pages/options.js#newcode29 go-back-with-backspace/pages/options.js:29: document.getElementById('blacklist').value.split(/\s+/), On 2016/11/05 04:56:09, Devlin wrote: > On 2016/11/01 ...
4 years, 1 month ago (2016-11-16 19:23:24 UTC) #14
Pam (message me for reviews)
4 years, 1 month ago (2016-11-16 19:49:54 UTC) #16
Message was sent while issue was closed.
Committed patchset #6 (id:100001) manually as
8f934290259bf42872b67536dcf8dfd00078fcbd (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698