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

Issue 7647003: Update routing id of pending resource requests for reparented iframes. (Closed)

Created:
9 years, 4 months ago by Dmitry Titov
Modified:
9 years, 4 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam, pam+watch_chromium.org, Paweł Hajdan Jr.
Visibility:
Public.

Description

Update routing id of pending resource requests for reparented iframes. BUG=55200 TEST=MagicIframeBrowserTest.TransferIframeCloseWindow Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=97048

Patch Set 1 #

Total comments: 11

Patch Set 2 : Cr feedback #

Patch Set 3 : Fixed Copyright that presubmit complains about. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+76 lines, -7 lines) Patch
M chrome/browser/magic_iframe_browsertest.cc View 1 chunk +1 line, -4 lines 0 comments Download
M content/browser/renderer_host/resource_dispatcher_host.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/renderer_host/resource_dispatcher_host.cc View 1 2 2 chunks +20 lines, -0 lines 0 comments Download
M content/browser/renderer_host/resource_dispatcher_host_request_info.h View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M content/common/resource_dispatcher.cc View 2 chunks +13 lines, -0 lines 0 comments Download
M content/common/resource_messages.h View 1 1 chunk +7 lines, -0 lines 0 comments Download
M content/renderer/render_view.h View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
M content/renderer/render_view.cc View 1 2 2 chunks +7 lines, -0 lines 0 comments Download
M webkit/glue/resource_loader_bridge.h View 1 chunk +4 lines, -0 lines 0 comments Download
M webkit/glue/weburlloader_impl.h View 1 2 2 chunks +5 lines, -3 lines 0 comments Download
M webkit/glue/weburlloader_impl.cc View 3 chunks +10 lines, -0 lines 0 comments Download
M webkit/tools/test_shell/simple_resource_loader_bridge.cc View 1 2 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Dmitry Titov
Another iteration of updating the routing ids for reparented iframes. This time, without storing additional ...
9 years, 4 months ago (2011-08-13 01:06:00 UTC) #1
jam
http://codereview.chromium.org/7647003/diff/1/content/browser/renderer_host/resource_dispatcher_host.cc File content/browser/renderer_host/resource_dispatcher_host.cc (right): http://codereview.chromium.org/7647003/diff/1/content/browser/renderer_host/resource_dispatcher_host.cc#newcode648 content/browser/renderer_host/resource_dispatcher_host.cc:648: TransferRequestToNewPage(filter_->child_id(), msg.routing_id(), request_id); nit: no need to call out ...
9 years, 4 months ago (2011-08-15 16:31:02 UTC) #2
Dmitry Titov
Thanks for review! Addressed feedback, will launch combined patch for WebKit+Chromium changes to try servers ...
9 years, 4 months ago (2011-08-15 20:50:10 UTC) #3
jam
http://codereview.chromium.org/7647003/diff/1/content/common/resource_dispatcher.cc File content/common/resource_dispatcher.cc (right): http://codereview.chromium.org/7647003/diff/1/content/common/resource_dispatcher.cc#newcode236 content/common/resource_dispatcher.cc:236: new ResourceHostMsg_TransferRequestToNewPage(new_routing_id, On 2011/08/15 20:50:10, Dmitry Titov wrote: > ...
9 years, 4 months ago (2011-08-15 22:07:07 UTC) #4
Dmitry Titov
I'm sorry, I fail to see what you mean. Where is the request_id is overwritten ...
9 years, 4 months ago (2011-08-15 22:33:26 UTC) #5
jam
oops, sorry I was misreading that! lgtm
9 years, 4 months ago (2011-08-15 23:02:55 UTC) #6
commit-bot: I haz the power
9 years, 4 months ago (2011-08-16 20:36:35 UTC) #7
Presubmit check for 7647003-1013 failed and returned exit status 1.

Running presubmit commit checks ...

** Presubmit Warnings **
License must match:
.*? Copyright \(c\) 2011 The Chromium Authors\. All rights reserved\.\n.*? Use
of this source code is governed by a BSD-style license that can be\n.*? found in
the LICENSE file\.\n
Found a bad license header in these files:
  webkit/glue/weburlloader_impl.h

Presubmit checks took 3.1s to calculate.

Was the presubmit check useful? Please send feedback & hate mail to
maruel@chromium.org!

Powered by Google App Engine
This is Rietveld 408576698