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

Issue 2328973003: Adds a delete button to chrome:offline-internals (Closed)

Created:
4 years, 3 months ago by Pete Williamson
Modified:
4 years, 3 months ago
Reviewers:
Bernhard Bauer, chili
CC:
chromium-reviews, arv+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Adds a delete button to chrome:offline-internals We currently don't have a way to delete 'stuck' requests to get back to a clean state, or to remove requests that are in the way of testing. This new button will allow us to do just that. BUG=654684 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Committed: https://crrev.com/b470e4a33058fde77d3e02c6d737172ec42fe222 Cr-Commit-Position: refs/heads/master@{#418301}

Patch Set 1 #

Patch Set 2 : merge #

Patch Set 3 : Merge fix #

Total comments: 8

Patch Set 4 : CR feedback per Chili #

Patch Set 5 : CR feedback per Chili #

Total comments: 4

Patch Set 6 : Merge with changes to the request picker #

Patch Set 7 : More CR feedback per Chili #

Total comments: 4

Patch Set 8 : CR feedback per BauerB #

Unified diffs Side-by-side diffs Delta from patch set Stats (+184 lines, -1 line) Patch
M chrome/browser/resources/offline_pages/offline_internals.html View 1 2 3 4 5 6 2 chunks +6 lines, -0 lines 0 comments Download
M chrome/browser/resources/offline_pages/offline_internals.js View 1 2 3 6 chunks +43 lines, -0 lines 0 comments Download
M chrome/browser/resources/offline_pages/offline_internals_browser_proxy.js View 2 chunks +24 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/offline/offline_internals_ui_message_handler.h View 1 2 3 3 chunks +21 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/offline/offline_internals_ui_message_handler.cc View 1 2 3 4 5 6 7 4 chunks +90 lines, -0 lines 0 comments Download

Messages

Total messages: 21 (8 generated)
Pete Williamson
This adds a "Delete" and a "Delete All" button for SavePageRequests. I followed the same ...
4 years, 3 months ago (2016-09-12 18:32:35 UTC) #3
chili
https://codereview.chromium.org/2328973003/diff/40001/chrome/browser/resources/offline_pages/offline_internals.html File chrome/browser/resources/offline_pages/offline_internals.html (right): https://codereview.chromium.org/2328973003/diff/40001/chrome/browser/resources/offline_pages/offline_internals.html#newcode62 chrome/browser/resources/offline_pages/offline_internals.html:62: <button id="delete-all">Delete all</button> nit: can we id this to ...
4 years, 3 months ago (2016-09-12 20:26:02 UTC) #4
Pete Williamson
https://codereview.chromium.org/2328973003/diff/40001/chrome/browser/resources/offline_pages/offline_internals.html File chrome/browser/resources/offline_pages/offline_internals.html (right): https://codereview.chromium.org/2328973003/diff/40001/chrome/browser/resources/offline_pages/offline_internals.html#newcode62 chrome/browser/resources/offline_pages/offline_internals.html:62: <button id="delete-all">Delete all</button> On 2016/09/12 20:26:01, chili wrote: > ...
4 years, 3 months ago (2016-09-12 22:46:36 UTC) #5
chili
Sorry about the back-and-forth on the message https://codereview.chromium.org/2328973003/diff/80001/chrome/browser/resources/offline_pages/offline_internals.html File chrome/browser/resources/offline_pages/offline_internals.html (right): https://codereview.chromium.org/2328973003/diff/80001/chrome/browser/resources/offline_pages/offline_internals.html#newcode80 chrome/browser/resources/offline_pages/offline_internals.html:80: <div id="request-queue-actions-info"></div> ...
4 years, 3 months ago (2016-09-12 23:09:48 UTC) #6
chili
and lgtm
4 years, 3 months ago (2016-09-12 23:10:36 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2328973003/100001
4 years, 3 months ago (2016-09-12 23:13:01 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/257942)
4 years, 3 months ago (2016-09-12 23:20:23 UTC) #11
Pete Williamson
BauerB: Please review as OWNER. This change is adding two new buttons to the chrome:offline-internals ...
4 years, 3 months ago (2016-09-13 00:47:56 UTC) #13
Bernhard Bauer
lgtm https://codereview.chromium.org/2328973003/diff/120001/chrome/browser/ui/webui/offline/offline_internals_ui_message_handler.cc File chrome/browser/ui/webui/offline/offline_internals_ui_message_handler.cc (right): https://codereview.chromium.org/2328973003/diff/120001/chrome/browser/ui/webui/offline/offline_internals_ui_message_handler.cc#newcode57 chrome/browser/ui/webui/offline/offline_internals_ui_message_handler.cc:57: failed = true; You could return here right ...
4 years, 3 months ago (2016-09-13 08:29:05 UTC) #14
Pete Williamson
https://codereview.chromium.org/2328973003/diff/120001/chrome/browser/ui/webui/offline/offline_internals_ui_message_handler.cc File chrome/browser/ui/webui/offline/offline_internals_ui_message_handler.cc (right): https://codereview.chromium.org/2328973003/diff/120001/chrome/browser/ui/webui/offline/offline_internals_ui_message_handler.cc#newcode57 chrome/browser/ui/webui/offline/offline_internals_ui_message_handler.cc:57: failed = true; On 2016/09/13 08:29:05, Bernhard Bauer wrote: ...
4 years, 3 months ago (2016-09-13 17:03:27 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2328973003/140001
4 years, 3 months ago (2016-09-13 17:03:54 UTC) #18
commit-bot: I haz the power
Committed patchset #8 (id:140001)
4 years, 3 months ago (2016-09-13 18:09:01 UTC) #19
commit-bot: I haz the power
4 years, 3 months ago (2016-09-13 18:10:23 UTC) #21
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/b470e4a33058fde77d3e02c6d737172ec42fe222
Cr-Commit-Position: refs/heads/master@{#418301}

Powered by Google App Engine
This is Rietveld 408576698