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

Issue 1836973003: Move download messages from Renderer to Frame filter. (Closed)

Created:
4 years, 8 months ago by brettw
Modified:
4 years, 6 months ago
CC:
chromium-reviews, creis+watch_chromium.org, Charlie Harrison, darin-cc_chromium.org, jam, mkwst+moarreviews-renderer_chromium.org, mlamouri+watch-content_chromium.org, nasko+codewatch_chromium.org, site-isolation-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Move download messages from Renderer to Frame filter. Out-of-process iframes have a "swapped out" render view so the ViewHost message doesn't get received. Moving the download messages to the FrameHost allows download links to work for out-of-process iframes also. The message handling code is just movd unchanged from RenderViewHost to RenderFrameHost. The one change is that the OnSaveImageFromDataURL now checks data_url.is_valid() before interrogating the GURL (which would otherwise assert for invalid URLs). BUG=596283 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_site_isolation Committed: https://crrev.com/8f508f442da78a72c61cfec1dc4c77df57406cbd Cr-Commit-Position: refs/heads/master@{#400788}

Patch Set 1 #

Total comments: 6

Patch Set 2 : Merge, no changes #

Patch Set 3 : checkpoint, works #

Patch Set 4 : merge #

Patch Set 5 : #

Patch Set 6 : #

Total comments: 14

Patch Set 7 : merge #

Patch Set 8 : fixmerge #

Patch Set 9 : Merge #

Patch Set 10 : merge, visualviewport #

Patch Set 11 : coordinates #

Patch Set 12 : . #

Patch Set 13 : RenderViewHostTest #

Total comments: 6

Patch Set 14 : #

Total comments: 3

Patch Set 15 : pixel_dump #

Patch Set 16 : move test, no code changes #

Patch Set 17 : content_browsertests #

Patch Set 18 : merge boo boo #

Total comments: 2

Patch Set 19 : review comments, merge #

Unified diffs Side-by-side diffs Delta from patch set Stats (+461 lines, -416 lines) Patch
M chrome/browser/renderer_context_menu/render_view_context_menu.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +6 lines, -3 lines 0 comments Download
M components/renderer_context_menu/render_view_context_menu_base.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M components/test_runner/pixel_dump.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +4 lines, -1 line 0 comments Download
M content/browser/frame_host/render_frame_host_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +2 lines, -0 lines 0 comments Download
M content/browser/frame_host/render_frame_host_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +8 lines, -0 lines 0 comments Download
M content/browser/frame_host/render_frame_message_filter.h View 1 2 3 4 5 6 7 8 9 10 11 12 4 chunks +22 lines, -1 line 0 comments Download
M content/browser/frame_host/render_frame_message_filter.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 6 chunks +82 lines, -0 lines 0 comments Download
M content/browser/renderer_host/render_message_filter.h View 1 2 3 3 chunks +0 lines, -17 lines 0 comments Download
M content/browser/renderer_host/render_message_filter.cc View 1 2 3 4 5 6 5 chunks +0 lines, -76 lines 0 comments Download
M content/browser/renderer_host/render_view_host_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +0 lines, -2 lines 0 comments Download
M content/browser/renderer_host/render_view_host_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +0 lines, -8 lines 0 comments Download
M content/browser/renderer_host/render_view_host_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 3 chunks +10 lines, -12 lines 0 comments Download
M content/common/frame_messages.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 2 chunks +28 lines, -0 lines 0 comments Download
M content/common/view_messages.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 3 chunks +0 lines, -28 lines 0 comments Download
M content/public/browser/render_frame_host.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +11 lines, -0 lines 0 comments Download
M content/public/browser/render_view_host.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +0 lines, -8 lines 0 comments Download
M content/renderer/render_frame_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 2 chunks +3 lines, -0 lines 0 comments Download
M content/renderer/render_frame_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 7 chunks +25 lines, -4 lines 0 comments Download
M content/renderer/render_frame_impl_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 2 chunks +49 lines, -0 lines 0 comments Download
M content/renderer/render_view_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +0 lines, -48 lines 0 comments Download
M content/renderer/render_view_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 2 chunks +0 lines, -3 lines 0 comments Download
M content/renderer/render_view_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 3 chunks +0 lines, -18 lines 0 comments Download
M third_party/WebKit/Source/web/WebLocalFrameImpl.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +4 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/web/WebLocalFrameImpl.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 3 chunks +40 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/web/WebViewImpl.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/web/WebViewImpl.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +0 lines, -36 lines 0 comments Download
M third_party/WebKit/Source/web/tests/WebFrameTest.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 2 chunks +154 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/web/tests/WebViewTest.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 2 chunks +0 lines, -137 lines 0 comments Download
M third_party/WebKit/public/web/WebFrameClient.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +4 lines, -0 lines 0 comments Download
M third_party/WebKit/public/web/WebLocalFrame.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +8 lines, -0 lines 0 comments Download
M third_party/WebKit/public/web/WebView.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +0 lines, -8 lines 0 comments Download
M third_party/WebKit/public/web/WebViewClient.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +0 lines, -4 lines 0 comments Download

Messages

Total messages: 117 (41 generated)
brettw
I some work still to do for the image data URL save unit test (there's ...
4 years, 8 months ago (2016-03-28 22:21:14 UTC) #5
Charlie Reis
Interesting-- there's some things I wouldn't expect to work, but that's just from reading the ...
4 years, 8 months ago (2016-03-29 04:41:49 UTC) #7
brettw
https://codereview.chromium.org/1836973003/diff/1/content/renderer/render_view_impl.cc File content/renderer/render_view_impl.cc (right): https://codereview.chromium.org/1836973003/diff/1/content/renderer/render_view_impl.cc#newcode1695 content/renderer/render_view_impl.cc:1695: GetRoutingID(), GetMainRenderFrame()->GetRoutingID(), On 2016/03/29 04:41:49, Charlie Reis wrote: > ...
4 years, 8 months ago (2016-03-29 05:44:39 UTC) #8
Charlie Reis
[+rdsmith, csharrison] https://codereview.chromium.org/1836973003/diff/1/content/renderer/render_view_impl.cc File content/renderer/render_view_impl.cc (right): https://codereview.chromium.org/1836973003/diff/1/content/renderer/render_view_impl.cc#newcode1695 content/renderer/render_view_impl.cc:1695: GetRoutingID(), GetMainRenderFrame()->GetRoutingID(), On 2016/03/29 05:44:39, brettw wrote: ...
4 years, 8 months ago (2016-03-29 18:17:13 UTC) #9
Randy Smith (Not in Mondays)
On 2016/03/29 18:17:13, Charlie Reis wrote: > [+rdsmith, csharrison] > > https://codereview.chromium.org/1836973003/diff/1/content/renderer/render_view_impl.cc > File content/renderer/render_view_impl.cc ...
4 years, 8 months ago (2016-03-29 18:30:45 UTC) #10
asanka
https://codereview.chromium.org/1836973003/diff/1/content/renderer/render_view_impl.cc File content/renderer/render_view_impl.cc (right): https://codereview.chromium.org/1836973003/diff/1/content/renderer/render_view_impl.cc#newcode1695 content/renderer/render_view_impl.cc:1695: GetRoutingID(), GetMainRenderFrame()->GetRoutingID(), On 2016/03/29 at 18:17:13, Charlie Reis wrote: ...
4 years, 8 months ago (2016-03-29 20:56:05 UTC) #11
brettw
On 2016/03/29 20:56:05, asanka wrote: > https://codereview.chromium.org/1836973003/diff/1/content/renderer/render_view_impl.cc > File content/renderer/render_view_impl.cc (right): > > https://codereview.chromium.org/1836973003/diff/1/content/renderer/render_view_impl.cc#newcode1695 > ...
4 years, 8 months ago (2016-03-29 22:23:46 UTC) #12
asanka
On 2016/03/29 at 22:23:46, brettw wrote: > On 2016/03/29 20:56:05, asanka wrote: > > https://codereview.chromium.org/1836973003/diff/1/content/renderer/render_view_impl.cc ...
4 years, 8 months ago (2016-03-30 00:59:25 UTC) #13
brettw
merge
4 years, 7 months ago (2016-05-11 19:51:29 UTC) #14
brettw
This should be ready for review, I think it is correct now. This patch is ...
4 years, 7 months ago (2016-05-13 17:16:51 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/1836973003/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1836973003/80001
4 years, 7 months ago (2016-05-13 17:17:32 UTC) #18
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: ios-device on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-device/builds/5195) ios-device-gn on ...
4 years, 7 months ago (2016-05-13 17:20:45 UTC) #20
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1836973003/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1836973003/100001
4 years, 7 months ago (2016-05-13 21:01:49 UTC) #22
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: ios-device on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-device/builds/5372) ios-device-gn on ...
4 years, 7 months ago (2016-05-13 21:05:25 UTC) #24
Charlie Reis
Awesome! Content/ looks good now, but you mentioned you were going to add a unit ...
4 years, 7 months ago (2016-05-13 21:50:22 UTC) #25
asanka
https://codereview.chromium.org/1836973003/diff/100001/content/browser/frame_host/render_frame_message_filter.h File content/browser/frame_host/render_frame_message_filter.h (right): https://codereview.chromium.org/1836973003/diff/100001/content/browser/frame_host/render_frame_message_filter.h#newcode34 content/browser/frame_host/render_frame_message_filter.h:34: struct Referrer; On 2016/05/13 at 21:50:22, Charlie Reis (slow ...
4 years, 7 months ago (2016-05-18 16:26:54 UTC) #26
dcheng
https://codereview.chromium.org/1836973003/diff/100001/content/browser/frame_host/render_frame_message_filter.h File content/browser/frame_host/render_frame_message_filter.h (right): https://codereview.chromium.org/1836973003/diff/100001/content/browser/frame_host/render_frame_message_filter.h#newcode34 content/browser/frame_host/render_frame_message_filter.h:34: struct Referrer; On 2016/05/18 at 16:26:53, asanka wrote: > ...
4 years, 7 months ago (2016-05-24 07:18:09 UTC) #27
brettw
https://codereview.chromium.org/1836973003/diff/100001/content/common/frame_messages.h File content/common/frame_messages.h (right): https://codereview.chromium.org/1836973003/diff/100001/content/common/frame_messages.h#newcode1007 content/common/frame_messages.h:1007: IPC_MESSAGE_CONTROL5(FrameHostMsg_DownloadUrl, On 2016/05/18 16:26:54, asanka wrote: > Shall we ...
4 years, 7 months ago (2016-05-25 19:10:20 UTC) #28
brettw
merge
4 years, 7 months ago (2016-05-25 19:13:37 UTC) #30
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1836973003/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1836973003/120001
4 years, 7 months ago (2016-05-25 19:14:15 UTC) #31
brettw
fixmerge
4 years, 7 months ago (2016-05-25 19:26:33 UTC) #33
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1836973003/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1836973003/140001
4 years, 7 months ago (2016-05-25 19:26:59 UTC) #34
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_arm64_dbg_recipe on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_arm64_dbg_recipe/builds/71746) mac_chromium_compile_dbg_ng on ...
4 years, 7 months ago (2016-05-25 19:42:41 UTC) #36
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1836973003/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1836973003/160001
4 years, 6 months ago (2016-06-02 23:51:21 UTC) #38
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_compile_dbg on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_compile_dbg/builds/76017) linux_chromium_gn_chromeos_rel on ...
4 years, 6 months ago (2016-06-03 00:07:39 UTC) #40
brettw
merge, visualviewport
4 years, 6 months ago (2016-06-06 21:39:32 UTC) #42
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1836973003/180001
4 years, 6 months ago (2016-06-06 21:39:55 UTC) #43
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_site_isolation on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_site_isolation/builds/2257) mac_chromium_compile_dbg_ng on ...
4 years, 6 months ago (2016-06-06 21:53:29 UTC) #45
brettw
coordinates
4 years, 6 months ago (2016-06-06 22:32:18 UTC) #47
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1836973003/200001
4 years, 6 months ago (2016-06-06 22:33:06 UTC) #48
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_android_rel_ng on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/82835) linux_chromium_compile_dbg_ng on ...
4 years, 6 months ago (2016-06-06 22:50:01 UTC) #50
brettw
.
4 years, 6 months ago (2016-06-06 23:20:30 UTC) #52
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1836973003/220001
4 years, 6 months ago (2016-06-06 23:20:55 UTC) #53
brettw
.
4 years, 6 months ago (2016-06-06 23:22:39 UTC) #56
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: ios-device-gn on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-device-gn/builds/17094) ios-simulator on ...
4 years, 6 months ago (2016-06-06 23:22:55 UTC) #57
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1836973003/240001
4 years, 6 months ago (2016-06-06 23:23:14 UTC) #58
brettw
This is ready for review again. PTAL! https://codereview.chromium.org/1836973003/diff/100001/third_party/WebKit/public/web/WebFrame.h File third_party/WebKit/public/web/WebFrame.h (right): https://codereview.chromium.org/1836973003/diff/100001/third_party/WebKit/public/web/WebFrame.h#newcode543 third_party/WebKit/public/web/WebFrame.h:543: virtual void ...
4 years, 6 months ago (2016-06-06 23:24:26 UTC) #59
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_compile_dbg on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_compile_dbg/builds/77468)
4 years, 6 months ago (2016-06-06 23:35:42 UTC) #61
brettw
RenderViewHostTest
4 years, 6 months ago (2016-06-07 22:05:56 UTC) #63
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1836973003/260001
4 years, 6 months ago (2016-06-07 22:06:14 UTC) #64
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_compile_dbg on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_compile_dbg/builds/78071)
4 years, 6 months ago (2016-06-07 22:23:20 UTC) #66
Charlie Reis
Thanks! content/ LGTM, though I think we'll still want to move things from WebFrame to ...
4 years, 6 months ago (2016-06-07 22:51:25 UTC) #67
dcheng
https://codereview.chromium.org/1836973003/diff/100001/third_party/WebKit/public/web/WebFrame.h File third_party/WebKit/public/web/WebFrame.h (right): https://codereview.chromium.org/1836973003/diff/100001/third_party/WebKit/public/web/WebFrame.h#newcode543 third_party/WebKit/public/web/WebFrame.h:543: virtual void copyImageAt(const WebPoint&) = 0; On 2016/06/07 at ...
4 years, 6 months ago (2016-06-08 16:00:35 UTC) #69
bokan
https://codereview.chromium.org/1836973003/diff/260001/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp File third_party/WebKit/Source/web/WebLocalFrameImpl.cpp (right): https://codereview.chromium.org/1836973003/diff/260001/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp#newcode1794 third_party/WebKit/Source/web/WebLocalFrameImpl.cpp:1794: IntPoint rootFramePoint(frame()->host()->visualViewport().viewportToRootFrame(posInViewport)); On 2016/06/08 16:00:35, dcheng wrote: > +bokan, ...
4 years, 6 months ago (2016-06-08 16:13:27 UTC) #70
alexmos
https://codereview.chromium.org/1836973003/diff/260001/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp File third_party/WebKit/Source/web/WebLocalFrameImpl.cpp (right): https://codereview.chromium.org/1836973003/diff/260001/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp#newcode1794 third_party/WebKit/Source/web/WebLocalFrameImpl.cpp:1794: IntPoint rootFramePoint(frame()->host()->visualViewport().viewportToRootFrame(posInViewport)); On 2016/06/08 16:13:27, bokan wrote: > On ...
4 years, 6 months ago (2016-06-08 16:40:33 UTC) #72
brettw
New snap up. I changed a lot of tests. The code moved from WebViewTest to ...
4 years, 6 months ago (2016-06-09 23:41:01 UTC) #73
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1836973003/280001
4 years, 6 months ago (2016-06-09 23:41:52 UTC) #75
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: cast_shell_linux on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/cast_shell_linux/builds/174159)
4 years, 6 months ago (2016-06-10 00:01:41 UTC) #77
Charlie Reis
On 2016/06/09 23:41:01, brettw wrote: > New snap up. > > I changed a lot ...
4 years, 6 months ago (2016-06-10 18:56:48 UTC) #78
brettw
On 2016/06/10 18:56:48, Charlie Reis wrote: > On 2016/06/09 23:41:01, brettw wrote: > > New ...
4 years, 6 months ago (2016-06-10 21:09:28 UTC) #79
dcheng
https://codereview.chromium.org/1836973003/diff/280001/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp File third_party/WebKit/Source/web/WebLocalFrameImpl.cpp (right): https://codereview.chromium.org/1836973003/diff/280001/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp#newcode1764 third_party/WebKit/Source/web/WebLocalFrameImpl.cpp:1764: IntPoint rootFramePoint(frame()->host()->visualViewport().viewportToRootFrame(posInViewport)); Do you mind doing a quick test ...
4 years, 6 months ago (2016-06-12 05:58:35 UTC) #80
brettw
pixel_dump
4 years, 6 months ago (2016-06-14 21:48:38 UTC) #82
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1836973003/300001
4 years, 6 months ago (2016-06-14 21:49:25 UTC) #83
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_compile_dbg on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_compile_dbg/builds/81541) linux_chromium_asan_rel_ng on ...
4 years, 6 months ago (2016-06-14 22:11:00 UTC) #85
brettw
https://codereview.chromium.org/1836973003/diff/280001/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp File third_party/WebKit/Source/web/WebLocalFrameImpl.cpp (right): https://codereview.chromium.org/1836973003/diff/280001/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp#newcode1764 third_party/WebKit/Source/web/WebLocalFrameImpl.cpp:1764: IntPoint rootFramePoint(frame()->host()->visualViewport().viewportToRootFrame(posInViewport)); On 2016/06/12 05:58:34, dcheng wrote: > Do ...
4 years, 6 months ago (2016-06-15 17:22:12 UTC) #86
brettw
move test, no code changes
4 years, 6 months ago (2016-06-15 17:49:11 UTC) #87
brettw
Latest patch fixes content_browertests. PS 16 just moves the test with no code change, PS ...
4 years, 6 months ago (2016-06-15 17:59:20 UTC) #88
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1836973003/340001
4 years, 6 months ago (2016-06-15 18:00:10 UTC) #90
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_arm64_dbg_recipe on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_arm64_dbg_recipe/builds/81840) linux_chromium_gn_chromeos_rel on ...
4 years, 6 months ago (2016-06-15 18:15:54 UTC) #92
brettw
merge boo boo
4 years, 6 months ago (2016-06-15 18:27:28 UTC) #94
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1836973003/360001
4 years, 6 months ago (2016-06-15 18:27:50 UTC) #95
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 6 months ago (2016-06-15 20:13:12 UTC) #97
brettw
ping
4 years, 6 months ago (2016-06-16 21:14:37 UTC) #98
dcheng
Blink + IPC LGTM https://codereview.chromium.org/1836973003/diff/360001/content/renderer/render_frame_impl.cc File content/renderer/render_frame_impl.cc (right): https://codereview.chromium.org/1836973003/diff/360001/content/renderer/render_frame_impl.cc#newcode1902 content/renderer/render_frame_impl.cc:1902: frame_->copyImageAt(WebPoint(x, y)); Unrelated, but it ...
4 years, 6 months ago (2016-06-17 20:17:57 UTC) #99
asanka
LGTM. Would you be willing to add a render_view_context_menu_browsertest test that uses iframes and either ...
4 years, 6 months ago (2016-06-20 17:13:18 UTC) #100
brettw
On 2016/06/20 17:13:18, asanka wrote: > LGTM. > > Would you be willing to add ...
4 years, 6 months ago (2016-06-20 19:34:45 UTC) #101
Charlie Reis
On 2016/06/20 19:34:45, brettw wrote: > On 2016/06/20 17:13:18, asanka wrote: > > LGTM. > ...
4 years, 6 months ago (2016-06-20 19:38:00 UTC) #102
brettw
review comments, merge
4 years, 6 months ago (2016-06-20 19:39:49 UTC) #104
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1836973003/380001
4 years, 6 months ago (2016-06-20 19:40:20 UTC) #105
asanka
On 2016/06/20 at 19:34:45, brettw wrote: > On 2016/06/20 17:13:18, asanka wrote: > > LGTM. ...
4 years, 6 months ago (2016-06-20 19:50:12 UTC) #106
asanka
On 2016/06/20 at 19:50:12, asanka wrote: > On 2016/06/20 at 19:34:45, brettw wrote: > > ...
4 years, 6 months ago (2016-06-20 19:52:44 UTC) #107
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 6 months ago (2016-06-20 21:17:40 UTC) #109
brettw
Thanks, will press CQ on this.
4 years, 6 months ago (2016-06-20 21:24:53 UTC) #110
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1836973003/380001
4 years, 6 months ago (2016-06-20 21:25:33 UTC) #113
commit-bot: I haz the power
Committed patchset #19 (id:380001)
4 years, 6 months ago (2016-06-20 21:34:41 UTC) #115
commit-bot: I haz the power
4 years, 6 months ago (2016-06-20 21:39:55 UTC) #117
Message was sent while issue was closed.
Patchset 19 (id:??) landed as
https://crrev.com/8f508f442da78a72c61cfec1dc4c77df57406cbd
Cr-Commit-Position: refs/heads/master@{#400788}

Powered by Google App Engine
This is Rietveld 408576698