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

Issue 1763103002: WebPluginContainer: expose and implement localToScreenRect (Closed)

Created:
4 years, 9 months ago by Julien Isorce Samsung
Modified:
4 years, 8 months ago
CC:
blink-reviews, blink-reviews-api_chromium.org, chromium-reviews, dglazkov+blink
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

WebPluginContainer: expose and implement localToScreenRect A plugin implementation may want to query its position in screen coordinates. R=esprehn@chromium.org, japhet@chromium.org BUG=592031

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -0 lines) Patch
M third_party/WebKit/Source/web/WebPluginContainerImpl.h View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/web/WebPluginContainerImpl.cpp View 1 chunk +10 lines, -0 lines 0 comments Download
M third_party/WebKit/public/web/WebPluginContainer.h View 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 15 (4 generated)
Julien Isorce Samsung
ping ? Maybe I can add a unit test somewhere, please advise where. Thx
4 years, 9 months ago (2016-03-10 21:00:22 UTC) #3
esprehn
What plugin? We don't speculatively add plugin APIs. This doesn't seem like something we should ...
4 years, 9 months ago (2016-03-10 21:09:50 UTC) #4
chrishtr
Why is it needed for a plugin to query its screen coordinates? The bug or ...
4 years, 9 months ago (2016-03-10 21:11:53 UTC) #6
Julien Isorce Samsung
On 2016/03/10 21:09:50, esprehn wrote: > What plugin? We don't speculatively add plugin APIs. This ...
4 years, 9 months ago (2016-03-11 18:22:02 UTC) #7
chrishtr
On 2016/03/11 at 18:22:02, j.isorce wrote: > On 2016/03/10 21:09:50, esprehn wrote: > > What ...
4 years, 9 months ago (2016-03-11 18:27:02 UTC) #8
Julien Isorce Samsung
On 2016/03/11 18:27:02, chrishtr wrote: > What do you mean by this? I don't understand ...
4 years, 9 months ago (2016-03-14 21:16:45 UTC) #9
esprehn
Without any tests, and without any web exposed consumers, I don't think this should be ...
4 years, 9 months ago (2016-03-15 00:09:06 UTC) #11
Julien Isorce Samsung
On 2016/03/15 00:09:06, esprehn wrote: > Without any tests, and without any web exposed consumers, ...
4 years, 9 months ago (2016-03-15 22:02:25 UTC) #12
chrishtr
On 2016/03/14 at 21:16:45, j.isorce wrote: > On 2016/03/11 18:27:02, chrishtr wrote: > > What ...
4 years, 9 months ago (2016-03-15 23:01:00 UTC) #13
Julien Isorce Samsung
Hi, I realized that localToRootFramePoint is enough since I can compute rootFrame point to screen ...
4 years, 8 months ago (2016-03-29 10:43:36 UTC) #14
chrishtr
4 years, 8 months ago (2016-03-29 17:24:16 UTC) #15
On 2016/03/29 at 10:43:36, j.isorce wrote:
> Hi, I realized that localToRootFramePoint is enough since I can compute
rootFrame point to screen coordinates from the app itself. Since the app owns
the web view and it knows its position on the screen. I going to delete this CL
since it is not revelant. Thx for your time.

Cool.

Powered by Google App Engine
This is Rietveld 408576698