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

Issue 513723003: Add pixel readback to page popup (Closed)

Created:
6 years, 3 months ago by keishi
Modified:
6 years, 3 months ago
Reviewers:
tkent, jamesr
CC:
blink-reviews, arv+blink, abarth-chromium, dglazkov+blink, gavinp+loader_chromium.org, Nate Chapin, Inactive
Project:
blink
Visibility:
Public.

Description

Add pixel readback to page popup BUG=409503 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=182027

Patch Set 1 : #

Total comments: 7

Patch Set 2 : #

Total comments: 6

Patch Set 3 : Fixed #

Total comments: 3

Patch Set 4 : Added WebPagePopup::positionRelativeToOwner #

Unified diffs Side-by-side diffs Delta from patch set Stats (+30 lines, -0 lines) Patch
M Source/web/WebPagePopupImpl.h View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M Source/web/WebPagePopupImpl.cpp View 1 2 3 2 chunks +13 lines, -0 lines 0 comments Download
M Source/web/WebViewImpl.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M Source/web/WebViewImpl.cpp View 1 2 3 2 chunks +6 lines, -0 lines 0 comments Download
M public/web/WebPagePopup.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M public/web/WebWidget.h View 1 2 3 3 chunks +7 lines, -0 lines 0 comments Download

Messages

Total messages: 21 (3 generated)
keishi
CL will be landed in this order https://codereview.chromium.org/513723003/ (this) https://codereview.chromium.org/508063002/ https://codereview.chromium.org/530653002/
6 years, 3 months ago (2014-09-01 04:35:32 UTC) #2
tkent
> Add pixel readback to page popup > > BUG=409503 The description is too short. ...
6 years, 3 months ago (2014-09-01 05:36:51 UTC) #3
tkent
https://codereview.chromium.org/513723003/diff/40001/Source/web/resources/pickerCommon.js File Source/web/resources/pickerCommon.js (right): https://codereview.chromium.org/513723003/diff/40001/Source/web/resources/pickerCommon.js#newcode118 Source/web/resources/pickerCommon.js:118: console.log("anchorRect.x:" + anchorRect.x + " anchorRect.y:" + anchorRect.y + ...
6 years, 3 months ago (2014-09-01 05:37:04 UTC) #4
jamesr
https://codereview.chromium.org/513723003/diff/40001/public/platform/WebCompositeAndReadbackAsyncCallback.h File public/platform/WebCompositeAndReadbackAsyncCallback.h (right): https://codereview.chromium.org/513723003/diff/40001/public/platform/WebCompositeAndReadbackAsyncCallback.h#newcode38 public/platform/WebCompositeAndReadbackAsyncCallback.h:38: void setIsPopup(bool isPopup) { m_isPopup = isPopup; }; nothing ...
6 years, 3 months ago (2014-09-02 19:09:29 UTC) #6
keishi
https://codereview.chromium.org/513723003/diff/40001/Source/web/resources/pickerCommon.js File Source/web/resources/pickerCommon.js (right): https://codereview.chromium.org/513723003/diff/40001/Source/web/resources/pickerCommon.js#newcode118 Source/web/resources/pickerCommon.js:118: console.log("anchorRect.x:" + anchorRect.x + " anchorRect.y:" + anchorRect.y + ...
6 years, 3 months ago (2014-09-04 13:16:20 UTC) #7
tkent
https://codereview.chromium.org/513723003/diff/60001/public/web/WebWidget.h File public/web/WebWidget.h (right): https://codereview.chromium.org/513723003/diff/60001/public/web/WebWidget.h#newcode54 public/web/WebWidget.h:54: class WebPagePopup; nit: Please insert this between WebMouseEvent and ...
6 years, 3 months ago (2014-09-05 01:59:05 UTC) #8
keishi
https://codereview.chromium.org/513723003/diff/60001/public/web/WebWidget.h File public/web/WebWidget.h (right): https://codereview.chromium.org/513723003/diff/60001/public/web/WebWidget.h#newcode54 public/web/WebWidget.h:54: class WebPagePopup; On 2014/09/05 01:59:05, tkent (overloaded) wrote: > ...
6 years, 3 months ago (2014-09-11 12:53:26 UTC) #9
tkent
On 2014/09/11 12:53:26, keishi wrote: > Done. You said done, but didn't upload new patch?
6 years, 3 months ago (2014-09-11 23:31:50 UTC) #10
keishi
On 2014/09/11 23:31:50, tkent (overloaded) wrote: > On 2014/09/11 12:53:26, keishi wrote: > > Done. ...
6 years, 3 months ago (2014-09-12 02:06:28 UTC) #11
tkent
https://codereview.chromium.org/513723003/diff/80001/public/web/WebWidget.h File public/web/WebWidget.h (right): https://codereview.chromium.org/513723003/diff/80001/public/web/WebWidget.h#newcode266 public/web/WebWidget.h:266: virtual WebWidgetClient* client() const { return 0; } Why ...
6 years, 3 months ago (2014-09-12 02:17:49 UTC) #12
keishi
https://codereview.chromium.org/513723003/diff/80001/public/web/WebWidget.h File public/web/WebWidget.h (right): https://codereview.chromium.org/513723003/diff/80001/public/web/WebWidget.h#newcode266 public/web/WebWidget.h:266: virtual WebWidgetClient* client() const { return 0; } On ...
6 years, 3 months ago (2014-09-12 02:27:22 UTC) #13
tkent
https://codereview.chromium.org/513723003/diff/80001/public/web/WebWidget.h File public/web/WebWidget.h (right): https://codereview.chromium.org/513723003/diff/80001/public/web/WebWidget.h#newcode266 public/web/WebWidget.h:266: virtual WebWidgetClient* client() const { return 0; } On ...
6 years, 3 months ago (2014-09-12 03:08:28 UTC) #14
keishi
On 2014/09/12 03:08:28, tkent (overloaded) wrote: > https://codereview.chromium.org/513723003/diff/80001/public/web/WebWidget.h > File public/web/WebWidget.h (right): > > https://codereview.chromium.org/513723003/diff/80001/public/web/WebWidget.h#newcode266 ...
6 years, 3 months ago (2014-09-12 04:39:40 UTC) #15
jamesr
On 2014/09/12 04:39:40, keishi wrote: > On 2014/09/12 03:08:28, tkent (overloaded) wrote: > > https://codereview.chromium.org/513723003/diff/80001/public/web/WebWidget.h ...
6 years, 3 months ago (2014-09-12 04:40:32 UTC) #16
keishi
On 2014/09/12 04:40:32, jamesr wrote: > On 2014/09/12 04:39:40, keishi wrote: > > On 2014/09/12 ...
6 years, 3 months ago (2014-09-12 14:20:58 UTC) #17
tkent
> I tried to use WebWidgetClient in WebTestProxyBase but then I couldn't get to > ...
6 years, 3 months ago (2014-09-15 23:36:49 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patchset/513723003/100001
6 years, 3 months ago (2014-09-15 23:37:38 UTC) #20
commit-bot: I haz the power
6 years, 3 months ago (2014-09-16 00:49:40 UTC) #21
Message was sent while issue was closed.
Committed patchset #4 (id:100001) as 182027

Powered by Google App Engine
This is Rietveld 408576698