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

Issue 1312903017: Propagate the correct device scale factor into the RemoteFrame. (Closed)

Created:
5 years, 3 months ago by lfg
Modified:
5 years, 3 months ago
Reviewers:
bokan, sky, dcheng
CC:
dcheng, blink-reviews, mlamouri+watch-blink_chromium.org, site-isolation-reviews_chromium.org, sky
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Propagate the correct device scale factor into the RemoteFrame. BUG=522237, 493262 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=201936

Patch Set 1 : #

Patch Set 2 : addressing comments #

Patch Set 3 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -5 lines) Patch
M Source/web/WebRemoteFrameImpl.cpp View 1 chunk +1 line, -4 lines 0 comments Download
M public/web/WebRemoteFrameClient.h View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 24 (8 generated)
lfg
Hi Daniel, please take a look!
5 years, 3 months ago (2015-09-04 19:21:47 UTC) #2
dcheng
+bokan, who's probably a better reviewer for this
5 years, 3 months ago (2015-09-04 20:16:34 UTC) #5
dcheng
(Also, update the CL description to point to the original bug as well?)
5 years, 3 months ago (2015-09-04 20:19:10 UTC) #6
bokan
I spoke with lfg@ offline briefly about this. I was unsure that device_scale_factor was the ...
5 years, 3 months ago (2015-09-07 20:50:15 UTC) #7
lfg
On 2015/09/07 20:50:15, bokan wrote: > I spoke with lfg@ offline briefly about this. I ...
5 years, 3 months ago (2015-09-08 20:01:23 UTC) #8
bokan
lgtm (nit: issue description still says page scale)
5 years, 3 months ago (2015-09-08 20:06:03 UTC) #9
lfg
+sky FYI, since this changes the interface used by HTMLFrame.
5 years, 3 months ago (2015-09-08 20:25:48 UTC) #10
dcheng
lgtm
5 years, 3 months ago (2015-09-08 21:35:04 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1312903017/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1312903017/40001
5 years, 3 months ago (2015-09-08 21:35:22 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/97482)
5 years, 3 months ago (2015-09-08 21:41:26 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1312903017/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1312903017/60001
5 years, 3 months ago (2015-09-08 21:45:54 UTC) #18
commit-bot: I haz the power
Committed patchset #3 (id:60001) as https://src.chromium.org/viewvc/blink?view=rev&revision=201936
5 years, 3 months ago (2015-09-08 23:24:55 UTC) #19
sky
I'm hoping this doesn't impact htmlviewer. Will find out shortly though.
5 years, 3 months ago (2015-09-08 23:57:41 UTC) #21
blink-reviews
It shouldn't, HTMLFrame ignores that parameter and gets the scale factor from the global_state(). Not ...
5 years, 3 months ago (2015-09-09 00:38:55 UTC) #22
sky
All frames in a tree should have the same scale factor, right? On Tue, Sep ...
5 years, 3 months ago (2015-09-09 15:09:51 UTC) #23
bokan
5 years, 3 months ago (2015-09-09 15:51:29 UTC) #24
Message was sent while issue was closed.
On 2015/09/09 15:09:51, sky wrote:
> All frames in a tree should have the same scale factor, right?
> 
Yes, both device scale factor and page scale factor should be the same. In the
pre-OOPIF world, they were properties of the Page (so all Frames) but I'm not
sure how that's going to change.

Powered by Google App Engine
This is Rietveld 408576698