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

Issue 46026: Get rid of stashing a frame pointer with ResourceRequest and just store the r... (Closed)

Created:
11 years, 9 months ago by jam
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Get rid of stashing a frame pointer with ResourceRequest and just store the routing id directly. This simplifies the renderer code and also allow this code to be used in worker processes, where we don't have a frame. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=11763

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Total comments: 11

Patch Set 5 : '' #

Patch Set 6 : '' #

Patch Set 7 : '' #

Patch Set 8 : '' #

Patch Set 9 : '' #

Patch Set 10 : '' #

Patch Set 11 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+100 lines, -103 lines) Patch
M chrome/renderer/render_view.h View 1 2 3 4 5 6 7 8 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/renderer/render_view.cc View 1 2 3 4 5 6 7 8 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/renderer/renderer_glue.cc View 1 2 3 4 5 6 7 8 3 chunks +3 lines, -18 lines 0 comments Download
M third_party/WebKit/WebCore/platform/network/chromium/ResourceRequest.h View 3 4 5 6 7 8 4 chunks +28 lines, -23 lines 0 comments Download
M webkit/glue/resource_fetcher.cc View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -1 line 0 comments Download
M webkit/glue/resource_handle_impl.cc View 1 2 3 4 5 6 7 8 6 chunks +8 lines, -37 lines 0 comments Download
M webkit/glue/resource_loader_bridge.h View 1 2 3 4 5 6 7 8 2 chunks +7 lines, -7 lines 0 comments Download
M webkit/glue/unittest_test_server.h View 2 chunks +3 lines, -2 lines 0 comments Download
M webkit/glue/webframeloaderclient_impl.cc View 1 2 3 4 5 6 7 8 1 chunk +14 lines, -6 lines 0 comments Download
M webkit/glue/webplugin_impl.cc View 1 2 3 4 5 6 7 8 2 chunks +8 lines, -4 lines 0 comments Download
M webkit/glue/weburlrequest.h View 1 2 3 4 5 6 7 8 1 chunk +3 lines, -0 lines 0 comments Download
M webkit/glue/weburlrequest_impl.h View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M webkit/glue/weburlrequest_impl.cc View 1 2 3 4 5 6 7 8 1 chunk +4 lines, -0 lines 0 comments Download
M webkit/tools/test_shell/simple_resource_loader_bridge.cc View 1 2 3 4 5 6 7 8 1 chunk +5 lines, -5 lines 0 comments Download
M webkit/tools/test_shell/test_shell_tests.vcproj View 9 10 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
jam
Note: I'll send out the WebKit changes upstream, but I wanted to get them reviewed ...
11 years, 9 months ago (2009-03-13 04:34:41 UTC) #1
darin (slow to review)
http://codereview.chromium.org/46026/diff/1029/1043 File third_party/WebKit/WebCore/platform/network/ResourceHandle.h (left): http://codereview.chromium.org/46026/diff/1029/1043#oldcode103 Line 103: // FIXME: should not need the Frame it ...
11 years, 9 months ago (2009-03-13 05:19:08 UTC) #2
jam
http://codereview.chromium.org/46026/diff/1029/1043 File third_party/WebKit/WebCore/platform/network/ResourceHandle.h (left): http://codereview.chromium.org/46026/diff/1029/1043#oldcode103 Line 103: // FIXME: should not need the Frame On ...
11 years, 9 months ago (2009-03-13 18:53:54 UTC) #3
jam
renamed to requestorID
11 years, 9 months ago (2009-03-13 23:37:05 UTC) #4
levin
Two issues: 1. The upstream change has landed. My plan is to put this one ...
11 years, 9 months ago (2009-03-15 06:17:59 UTC) #5
ojan
11 years, 9 months ago (2009-03-16 18:46:25 UTC) #6
LGTM

Powered by Google App Engine
This is Rietveld 408576698