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

Issue 2679013004: [DevTools] Show an empty Manifest view if no manifest (Closed)

Created:
3 years, 10 months ago by eostroukhov
Modified:
3 years, 10 months ago
Reviewers:
pfeldman
CC:
chromium-reviews, caseq+blink_chromium.org, lushnikov+blink_chromium.org, pfeldman+blink_chromium.org, apavlov+blink_chromium.org, devtools-reviews_chromium.org, blink-reviews, pfeldman, kozyatinskiy+blink_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[DevTools] Show an empty Manifest view if no manifest BUG=689252 Review-Url: https://codereview.chromium.org/2679013004 Cr-Commit-Position: refs/heads/master@{#448857} Committed: https://chromium.googlesource.com/chromium/src/+/dc9da748141ad5f270ad75435a7ae63ac9227e64

Patch Set 1 #

Patch Set 2 : [DevTools] Disable "Manifest" if the site has none. #

Total comments: 8

Patch Set 3 : [DevTools] Disable "Manifest" if the site has none. #

Total comments: 4

Patch Set 4 : Redid and introduced an empty view #

Total comments: 2

Patch Set 5 : [DevTools] Show an empty pane for no manifest #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -0 lines) Patch
M third_party/WebKit/Source/devtools/front_end/resources/AppManifestView.js View 1 2 3 4 2 chunks +14 lines, -0 lines 0 comments Download

Messages

Total messages: 34 (23 generated)
eostroukhov
3 years, 10 months ago (2017-02-06 23:43:39 UTC) #3
pfeldman
A fair bit of complexity is added + the flickering part concerns me a lot. ...
3 years, 10 months ago (2017-02-07 00:25:35 UTC) #5
eostroukhov
Please take another look. https://codereview.chromium.org/2679013004/diff/20001/third_party/WebKit/Source/devtools/front_end/resources/AppManifestView.js File third_party/WebKit/Source/devtools/front_end/resources/AppManifestView.js (right): https://codereview.chromium.org/2679013004/diff/20001/third_party/WebKit/Source/devtools/front_end/resources/AppManifestView.js#newcode48 third_party/WebKit/Source/devtools/front_end/resources/AppManifestView.js:48: setTimeout(() => this._reportView.setURL(Components.Linkifier.linkifyURL(url))); On 2017/02/07 ...
3 years, 10 months ago (2017-02-07 01:40:38 UTC) #9
pfeldman
https://codereview.chromium.org/2679013004/diff/40001/third_party/WebKit/Source/devtools/front_end/resources/ResourcesPanel.js File third_party/WebKit/Source/devtools/front_end/resources/ResourcesPanel.js (right): https://codereview.chromium.org/2679013004/diff/40001/third_party/WebKit/Source/devtools/front_end/resources/ResourcesPanel.js#newcode119 third_party/WebKit/Source/devtools/front_end/resources/ResourcesPanel.js:119: event => this._manifestTreeElement.loadManifest(event.data.target())); You only want to load manifest ...
3 years, 10 months ago (2017-02-07 02:11:44 UTC) #11
eostroukhov
Redid to show an empty view. Please take another look. https://codereview.chromium.org/2679013004/diff/40001/third_party/WebKit/Source/devtools/front_end/resources/ResourcesPanel.js File third_party/WebKit/Source/devtools/front_end/resources/ResourcesPanel.js (right): https://codereview.chromium.org/2679013004/diff/40001/third_party/WebKit/Source/devtools/front_end/resources/ResourcesPanel.js#newcode119 ...
3 years, 10 months ago (2017-02-07 19:16:51 UTC) #17
pfeldman
lgtm https://codereview.chromium.org/2679013004/diff/60001/third_party/WebKit/Source/devtools/front_end/resources/AppManifestView.js File third_party/WebKit/Source/devtools/front_end/resources/AppManifestView.js (right): https://codereview.chromium.org/2679013004/diff/60001/third_party/WebKit/Source/devtools/front_end/resources/AppManifestView.js#newcode98 third_party/WebKit/Source/devtools/front_end/resources/AppManifestView.js:98: setTimeout(() => this._reportView.setURL(Components.Linkifier.linkifyURL(url))); Drop the setTimeout and this ...
3 years, 10 months ago (2017-02-07 23:04:38 UTC) #20
eostroukhov
Thanks for the review. Submitting. https://codereview.chromium.org/2679013004/diff/60001/third_party/WebKit/Source/devtools/front_end/resources/AppManifestView.js File third_party/WebKit/Source/devtools/front_end/resources/AppManifestView.js (right): https://codereview.chromium.org/2679013004/diff/60001/third_party/WebKit/Source/devtools/front_end/resources/AppManifestView.js#newcode98 third_party/WebKit/Source/devtools/front_end/resources/AppManifestView.js:98: setTimeout(() => this._reportView.setURL(Components.Linkifier.linkifyURL(url))); On ...
3 years, 10 months ago (2017-02-07 23:20:03 UTC) #24
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/2679013004/80001
3 years, 10 months ago (2017-02-07 23:21:21 UTC) #27
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/227759)
3 years, 10 months ago (2017-02-08 00:59:40 UTC) #29
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/2679013004/80001
3 years, 10 months ago (2017-02-08 01:20:05 UTC) #31
commit-bot: I haz the power
3 years, 10 months ago (2017-02-08 02:13:21 UTC) #34
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://chromium.googlesource.com/chromium/src/+/dc9da748141ad5f270ad75435a7a...

Powered by Google App Engine
This is Rietveld 408576698