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

Issue 2172443004: [Offline Pages] Add network status, save request textbox, and offline url link to offline internals… (Closed)

Created:
4 years, 5 months ago by chili
Modified:
4 years, 5 months ago
Reviewers:
dpapad, dewittj
CC:
arv+watch_chromium.org, chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Offline Pages] Add network status, save request textbox, and offline url link to offline internals page BUG=629880, 629879 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Committed: https://crrev.com/de0afdc23dbee04f1d2236245ec0ebb7d3b615eb Cr-Commit-Position: refs/heads/master@{#407332}

Patch Set 1 #

Patch Set 2 : rebase #

Total comments: 14

Patch Set 3 : Resolve code review comments #

Total comments: 1

Patch Set 4 : Remove to_string and update css #

Patch Set 5 : Update SavePageRequest call after rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+132 lines, -13 lines) Patch
M chrome/browser/resources/offline_pages/offline_internals.css View 1 2 3 2 chunks +9 lines, -1 line 0 comments Download
M chrome/browser/resources/offline_pages/offline_internals.html View 1 2 3 2 chunks +4 lines, -1 line 0 comments Download
M chrome/browser/resources/offline_pages/offline_internals.js View 1 2 3 chunks +43 lines, -9 lines 0 comments Download
M chrome/browser/resources/offline_pages/offline_internals_browser_proxy.js View 1 2 2 chunks +26 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/offline_internals_ui.cc View 1 2 3 4 6 chunks +50 lines, -1 line 0 comments Download

Messages

Total messages: 30 (18 generated)
chili
4 years, 5 months ago (2016-07-21 18:18:30 UTC) #9
dpapad
https://codereview.chromium.org/2172443004/diff/20001/chrome/browser/resources/offline_pages/offline_internals.js File chrome/browser/resources/offline_pages/offline_internals.js (right): https://codereview.chromium.org/2172443004/diff/20001/chrome/browser/resources/offline_pages/offline_internals.js#newcode214 chrome/browser/resources/offline_pages/offline_internals.js:214: $('url').textContent = ''; Is this equivalent to $('url').value = ...
4 years, 5 months ago (2016-07-21 18:57:25 UTC) #11
chili
Thanks for taking a look! https://codereview.chromium.org/2172443004/diff/20001/chrome/browser/resources/offline_pages/offline_internals.js File chrome/browser/resources/offline_pages/offline_internals.js (right): https://codereview.chromium.org/2172443004/diff/20001/chrome/browser/resources/offline_pages/offline_internals.js#newcode214 chrome/browser/resources/offline_pages/offline_internals.js:214: $('url').textContent = ''; On ...
4 years, 5 months ago (2016-07-21 23:57:21 UTC) #14
dpapad
https://codereview.chromium.org/2172443004/diff/40001/chrome/browser/ui/webui/offline_internals_ui.cc File chrome/browser/ui/webui/offline_internals_ui.cc (right): https://codereview.chromium.org/2172443004/diff/40001/chrome/browser/ui/webui/offline_internals_ui.cc#newcode345 chrome/browser/ui/webui/offline_internals_ui.cc:345: std::to_string(std::rand()))))); std::to_string() is not currently allowed in the Chromium ...
4 years, 5 months ago (2016-07-22 01:24:49 UTC) #15
dewittj
lgtm once the std::to_string is removed. https://codereview.chromium.org/2172443004/diff/20001/chrome/browser/resources/offline_pages/offline_internals.css File chrome/browser/resources/offline_pages/offline_internals.css (right): https://codereview.chromium.org/2172443004/diff/20001/chrome/browser/resources/offline_pages/offline_internals.css#newcode51 chrome/browser/resources/offline_pages/offline_internals.css:51: display: inline-block; Any ...
4 years, 5 months ago (2016-07-22 17:52:03 UTC) #16
chili
I am actually a little confused on https://chromium-cpp.appspot.com/ The line that contains std::to_string explicitly calls ...
4 years, 5 months ago (2016-07-22 21:13:29 UTC) #17
dpapad
lgtm
4 years, 5 months ago (2016-07-22 22:07:56 UTC) #18
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/2172443004/60001
4 years, 5 months ago (2016-07-23 00:24:16 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_dbg_recipe on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_arm64_dbg_recipe/builds/100893)
4 years, 5 months ago (2016-07-23 00:46:32 UTC) #23
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/2172443004/80001
4 years, 5 months ago (2016-07-23 01:52:17 UTC) #26
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 5 months ago (2016-07-23 03:29:46 UTC) #28
commit-bot: I haz the power
4 years, 5 months ago (2016-07-23 03:31:29 UTC) #30
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/de0afdc23dbee04f1d2236245ec0ebb7d3b615eb
Cr-Commit-Position: refs/heads/master@{#407332}

Powered by Google App Engine
This is Rietveld 408576698