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

Issue 1950133009: DevTools: account for the display scale factor while validating manifest under emulation. (Closed)

Created:
4 years, 7 months ago by pfeldman
Modified:
4 years, 7 months ago
Reviewers:
dominickn, gone, sky
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

DevTools: account for the display scale factor while validating manifest under emulation. BUG=609580 Committed: https://crrev.com/7a69caa094b972461ad889e1684697b7c171677d Cr-Commit-Position: refs/heads/master@{#392268}

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : comment added #

Total comments: 11

Patch Set 4 : comments addressed #

Patch Set 5 : comment addressed #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+89 lines, -22 lines) Patch
A chrome/browser/banners/app_banner_manager_emulation.h View 1 1 chunk +33 lines, -0 lines 0 comments Download
A chrome/browser/banners/app_banner_manager_emulation.cc View 1 2 3 1 chunk +46 lines, -0 lines 0 comments Download
M chrome/browser/chrome_service_worker_browsertest.cc View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/browser.h View 1 2 3 4 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/browser/ui/browser.cc View 1 2 3 4 2 chunks +6 lines, -18 lines 1 comment Download
M chrome/chrome_browser.gypi View 3 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 41 (16 generated)
pfeldman
4 years, 7 months ago (2016-05-05 22:25:11 UTC) #2
dominickn
This still isn't emulating correctly, since it's picking an arbitrary icon size, and not the ...
4 years, 7 months ago (2016-05-05 22:45:11 UTC) #3
pfeldman
Updated with the comment as agreed offline.
4 years, 7 months ago (2016-05-06 07:18:26 UTC) #4
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1950133009/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1950133009/40001
4 years, 7 months ago (2016-05-06 07:20:37 UTC) #6
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 7 months ago (2016-05-06 07:54:24 UTC) #8
pfeldman
ping
4 years, 7 months ago (2016-05-06 17:40:00 UTC) #9
dominickn
Mostly nits. https://codereview.chromium.org/1950133009/diff/40001/chrome/browser/banners/app_banner_manager_emulation.cc File chrome/browser/banners/app_banner_manager_emulation.cc (right): https://codereview.chromium.org/1950133009/diff/40001/chrome/browser/banners/app_banner_manager_emulation.cc#newcode17 chrome/browser/banners/app_banner_manager_emulation.cc:17: // We make it clear in the ...
4 years, 7 months ago (2016-05-06 18:29:47 UTC) #10
pfeldman
https://codereview.chromium.org/1950133009/diff/40001/chrome/browser/banners/app_banner_manager_emulation.cc File chrome/browser/banners/app_banner_manager_emulation.cc (right): https://codereview.chromium.org/1950133009/diff/40001/chrome/browser/banners/app_banner_manager_emulation.cc#newcode17 chrome/browser/banners/app_banner_manager_emulation.cc:17: // We make it clear in the 'add to ...
4 years, 7 months ago (2016-05-06 18:40:02 UTC) #11
dominickn
lgtm % ping https://codereview.chromium.org/1950133009/diff/40001/chrome/browser/ui/browser.cc File chrome/browser/ui/browser.cc (right): https://codereview.chromium.org/1950133009/diff/40001/chrome/browser/ui/browser.cc#newcode1458 chrome/browser/ui/browser.cc:1458: bool Browser::RequestAppBanner(content::WebContents* web_contents) { On 2016/05/06 ...
4 years, 7 months ago (2016-05-06 18:42:39 UTC) #12
pfeldman
https://codereview.chromium.org/1950133009/diff/40001/chrome/browser/ui/browser.cc File chrome/browser/ui/browser.cc (right): https://codereview.chromium.org/1950133009/diff/40001/chrome/browser/ui/browser.cc#newcode1458 chrome/browser/ui/browser.cc:1458: bool Browser::RequestAppBanner(content::WebContents* web_contents) { On 2016/05/06 18:42:38, dominickn wrote: ...
4 years, 7 months ago (2016-05-06 19:32:05 UTC) #13
pfeldman
+sky for OWNERS
4 years, 7 months ago (2016-05-06 19:32:42 UTC) #16
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1950133009/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1950133009/80001
4 years, 7 months ago (2016-05-06 19:33:09 UTC) #18
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 7 months ago (2016-05-06 20:18:37 UTC) #20
sky
https://codereview.chromium.org/1950133009/diff/80001/chrome/browser/ui/browser.cc File chrome/browser/ui/browser.cc (right): https://codereview.chromium.org/1950133009/diff/80001/chrome/browser/ui/browser.cc#newcode1451 chrome/browser/ui/browser.cc:1451: banners::AppBannerManagerEmulation::CreateForWebContents(web_contents); Why does this code need to be in ...
4 years, 7 months ago (2016-05-06 21:48:12 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1950133009/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1950133009/80001
4 years, 7 months ago (2016-05-06 22:04:42 UTC) #25
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 7 months ago (2016-05-06 22:09:12 UTC) #27
commit-bot: I haz the power
Patchset 5 (id:??) landed as https://crrev.com/aeb778c817766d5c3b17097556218b0bafdbd1d4 Cr-Commit-Position: refs/heads/master@{#392171}
4 years, 7 months ago (2016-05-06 22:10:51 UTC) #29
sky
On 2016/05/06 22:10:51, commit-bot: I haz the power wrote: > Patchset 5 (id:??) landed as ...
4 years, 7 months ago (2016-05-06 23:38:00 UTC) #30
sky
A revert of this CL (patchset #5 id:80001) has been created in https://codereview.chromium.org/1955183002/ by sky@chromium.org. ...
4 years, 7 months ago (2016-05-06 23:38:22 UTC) #31
pfeldman
On 2016/05/06 23:38:22, sky wrote: > A revert of this CL (patchset #5 id:80001) has ...
4 years, 7 months ago (2016-05-07 00:02:07 UTC) #32
pfeldman
>> I'm reverting as I had concerns as mentioned above. >> I'm ok with TBR ...
4 years, 7 months ago (2016-05-07 00:12:30 UTC) #34
sky
My mistake. I didn't realize it's an override. LGTM
4 years, 7 months ago (2016-05-07 17:00:03 UTC) #35
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1950133009/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1950133009/80001
4 years, 7 months ago (2016-05-07 20:39:08 UTC) #37
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 7 months ago (2016-05-07 21:34:05 UTC) #39
commit-bot: I haz the power
4 years, 7 months ago (2016-05-07 21:35:37 UTC) #41
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/7a69caa094b972461ad889e1684697b7c171677d
Cr-Commit-Position: refs/heads/master@{#392268}

Powered by Google App Engine
This is Rietveld 408576698