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

Issue 2069933002: [Offline pages] Extract internals page interaction with browser to a proxy (Closed)

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

Description

[Offline pages] Extract internals page interaction with browser to a proxy BUG=609570 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:closure_compilation Committed: https://crrev.com/4627dafbf67605dba4c26bcaa39c9af8ed3949b8 Cr-Commit-Position: refs/heads/master@{#400501}

Patch Set 1 #

Patch Set 2 : Compiling and working #

Total comments: 8

Patch Set 3 : Resolve comments #

Total comments: 4

Patch Set 4 : more code review fixes #

Patch Set 5 : more code review fixes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+128 lines, -49 lines) Patch
M chrome/browser/browser_resources.grd View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/offline_pages/compiled_resources2.gyp View 1 chunk +8 lines, -0 lines 0 comments Download
M chrome/browser/resources/offline_pages/offline_internals.html View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/offline_pages/offline_internals.js View 1 2 3 4 6 chunks +10 lines, -41 lines 0 comments Download
A chrome/browser/resources/offline_pages/offline_internals_browser_proxy.js View 1 2 3 1 chunk +98 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/offline_internals_ui.cc View 1 5 chunks +10 lines, -8 lines 0 comments Download

Messages

Total messages: 32 (10 generated)
chili
While the one of the main motivations behind this change is to make it easier ...
4 years, 6 months ago (2016-06-16 21:13:26 UTC) #4
dpapad
Using the browserProxy pattern is beneficial regardless of not being able to test this page ...
4 years, 6 months ago (2016-06-16 21:31:10 UTC) #5
dewittj
somewhat aside, is there no infrastructure for jsunit tests in webui?
4 years, 6 months ago (2016-06-16 21:40:41 UTC) #6
dpapad
On 2016/06/16 at 21:40:41, dewittj wrote: > somewhat aside, is there no infrastructure for jsunit ...
4 years, 6 months ago (2016-06-16 21:52:17 UTC) #7
chili
https://codereview.chromium.org/2069933002/diff/20001/chrome/browser/resources/offline_pages/offline_internals_browser_proxy.js File chrome/browser/resources/offline_pages/offline_internals_browser_proxy.js (right): https://codereview.chromium.org/2069933002/diff/20001/chrome/browser/resources/offline_pages/offline_internals_browser_proxy.js#newcode31 chrome/browser/resources/offline_pages/offline_internals_browser_proxy.js:31: cr.define('offlineProxy', function() { On 2016/06/16 21:31:10, dpapad wrote: > ...
4 years, 6 months ago (2016-06-16 22:31:29 UTC) #8
Dan Beam
pretty sure we can run many types of tests on android (browser test, unit tests ...
4 years, 6 months ago (2016-06-16 22:54:33 UTC) #9
dewittj
this code lgtm, If tests for this code can run on Android, I'd like to ...
4 years, 6 months ago (2016-06-16 23:38:33 UTC) #10
Dan Beam
On 2016/06/16 23:38:33, dewittj wrote: > this code lgtm, > > If tests for this ...
4 years, 6 months ago (2016-06-16 23:55:32 UTC) #11
dpapad
https://codereview.chromium.org/2069933002/diff/40001/chrome/browser/resources/offline_pages/offline_internals_browser_proxy.js File chrome/browser/resources/offline_pages/offline_internals_browser_proxy.js (right): https://codereview.chromium.org/2069933002/diff/40001/chrome/browser/resources/offline_pages/offline_internals_browser_proxy.js#newcode38 chrome/browser/resources/offline_pages/offline_internals_browser_proxy.js:38: * @return {!Promise<Array<OfflinePage>>} A promise firing when the Is ...
4 years, 6 months ago (2016-06-16 23:58:27 UTC) #12
chili
On 2016/06/16 23:55:32, Dan Beam wrote: > On 2016/06/16 23:38:33, dewittj wrote: > > this ...
4 years, 6 months ago (2016-06-17 00:07:50 UTC) #13
chili
https://codereview.chromium.org/2069933002/diff/40001/chrome/browser/resources/offline_pages/offline_internals_browser_proxy.js File chrome/browser/resources/offline_pages/offline_internals_browser_proxy.js (right): https://codereview.chromium.org/2069933002/diff/40001/chrome/browser/resources/offline_pages/offline_internals_browser_proxy.js#newcode38 chrome/browser/resources/offline_pages/offline_internals_browser_proxy.js:38: * @return {!Promise<Array<OfflinePage>>} A promise firing when the On ...
4 years, 6 months ago (2016-06-17 00:10:40 UTC) #14
Dan Beam
On 2016/06/17 00:07:50, chili wrote: > On 2016/06/16 23:55:32, Dan Beam wrote: > > On ...
4 years, 6 months ago (2016-06-17 00:37:27 UTC) #15
dpapad
LGTM, with nit. Can you update the CL description to be a bit more specific? ...
4 years, 6 months ago (2016-06-17 00:41:59 UTC) #16
chili
On 2016/06/17 00:41:59, dpapad wrote: > LGTM, with nit. > > Can you update the ...
4 years, 6 months ago (2016-06-17 01:00:02 UTC) #18
chili
On 2016/06/17 00:37:27, Dan Beam wrote: > On 2016/06/17 00:07:50, chili wrote: > > On ...
4 years, 6 months ago (2016-06-17 01:11:32 UTC) #19
Dan Beam
On 2016/06/17 01:11:32, chili wrote: > On 2016/06/17 00:37:27, Dan Beam wrote: > > On ...
4 years, 6 months ago (2016-06-17 17:33:35 UTC) #20
dewittj
still lgtm. yeah, I agree that this is shippable as-is, once phase 1 of the ...
4 years, 6 months ago (2016-06-17 17:37:24 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2069933002/60001
4 years, 6 months ago (2016-06-17 18:55:23 UTC) #23
commit-bot: I haz the power
Try jobs failed on following builders: closure_compilation on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/closure_compilation/builds/596)
4 years, 6 months ago (2016-06-17 19:14:20 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2069933002/80001
4 years, 6 months ago (2016-06-17 20:14:56 UTC) #28
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 6 months ago (2016-06-17 20:59:49 UTC) #30
commit-bot: I haz the power
4 years, 6 months ago (2016-06-17 21:01:42 UTC) #32
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/4627dafbf67605dba4c26bcaa39c9af8ed3949b8
Cr-Commit-Position: refs/heads/master@{#400501}

Powered by Google App Engine
This is Rietveld 408576698