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

Issue 184873004: Update resource requests to remove redundant frame ID. (Closed)

Created:
6 years, 9 months ago by Charlie Reis
Modified:
6 years, 9 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, chromium-apps-reviews_chromium.org, darin-cc_chromium.org, jam, extensions-reviews_chromium.org, site-isolation-reviews_chromium.org
Visibility:
Public.

Description

Update resource requests to remove redundant frame ID. BUG=314791 TEST=No behavior change. R=battre@chromium.org, nasko@chromium.org TBR=dcheng@chromium.org, jochen@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=254566

Patch Set 1 : Initial patch #

Total comments: 4

Patch Set 2 : Strengthen checks #

Total comments: 6

Patch Set 3 : Update comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+49 lines, -82 lines) Patch
M chrome/browser/extensions/api/web_navigation/web_navigation_api.cc View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/extensions/api/web_request/web_request_api.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/loader/cross_site_resource_handler.cc View 6 chunks +7 lines, -7 lines 0 comments Download
M content/browser/loader/resource_dispatcher_host_impl.cc View 3 chunks +4 lines, -6 lines 0 comments Download
M content/browser/loader/resource_dispatcher_host_unittest.cc View 1 chunk +1 line, -2 lines 0 comments Download
M content/browser/loader/resource_request_info_impl.h View 4 chunks +4 lines, -8 lines 0 comments Download
M content/browser/loader/resource_request_info_impl.cc View 5 chunks +7 lines, -15 lines 0 comments Download
M content/browser/loader/resource_scheduler_unittest.cc View 1 chunk +1 line, -2 lines 0 comments Download
M content/browser/renderer_host/render_view_host_impl.h View 1 chunk +1 line, -0 lines 0 comments Download
M content/child/npapi/plugin_url_fetcher.cc View 1 chunk +0 lines, -1 line 0 comments Download
M content/child/request_extra_data.h View 3 chunks +3 lines, -6 lines 0 comments Download
M content/child/request_extra_data.cc View 2 chunks +2 lines, -4 lines 0 comments Download
M content/child/resource_dispatcher.cc View 2 chunks +2 lines, -4 lines 0 comments Download
M content/child/resource_dispatcher_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/common/resource_messages.h View 1 chunk +2 lines, -6 lines 0 comments Download
M content/public/browser/resource_request_details.h View 1 chunk +1 line, -1 line 0 comments Download
M content/public/browser/resource_request_details.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M content/public/browser/resource_request_info.h View 1 2 1 chunk +4 lines, -7 lines 0 comments Download
M content/renderer/render_frame_impl.cc View 1 4 chunks +2 lines, -6 lines 0 comments Download

Messages

Total messages: 17 (0 generated)
Charlie Reis
Nasko: This is the next big step in removing frame IDs. I took a break ...
6 years, 9 months ago (2014-02-28 23:26:49 UTC) #1
dcheng
https://codereview.chromium.org/184873004/diff/20001/content/renderer/render_frame_impl.cc File content/renderer/render_frame_impl.cc (right): https://codereview.chromium.org/184873004/diff/20001/content/renderer/render_frame_impl.cc#newcode858 content/renderer/render_frame_impl.cc:858: DCHECK(!frame_ || frame_ == frame); On 2014/02/28 23:26:49, Charlie ...
6 years, 9 months ago (2014-02-28 23:28:21 UTC) #2
Charlie Reis
https://codereview.chromium.org/184873004/diff/20001/content/renderer/render_frame_impl.cc File content/renderer/render_frame_impl.cc (right): https://codereview.chromium.org/184873004/diff/20001/content/renderer/render_frame_impl.cc#newcode858 content/renderer/render_frame_impl.cc:858: DCHECK(!frame_ || frame_ == frame); On 2014/02/28 23:28:22, dcheng ...
6 years, 9 months ago (2014-02-28 23:31:11 UTC) #3
dcheng
On 2014/02/28 23:31:11, Charlie Reis wrote: > https://codereview.chromium.org/184873004/diff/20001/content/renderer/render_frame_impl.cc > File content/renderer/render_frame_impl.cc (right): > > https://codereview.chromium.org/184873004/diff/20001/content/renderer/render_frame_impl.cc#newcode858 ...
6 years, 9 months ago (2014-02-28 23:32:53 UTC) #4
nasko
LGTM
6 years, 9 months ago (2014-02-28 23:58:37 UTC) #5
Charlie Reis
Thanks. Daniel, PTAL. battre: Can you review web_request_api.cc? jochen: Looks like you're OOO, so I'll ...
6 years, 9 months ago (2014-03-01 00:12:42 UTC) #6
battre
Can you give ma a quick update on the difference between frameID and renderFrameID? Did ...
6 years, 9 months ago (2014-03-03 11:35:28 UTC) #7
Charlie Reis
On 2014/03/03 11:35:28, battre wrote: > Can you give ma a quick update on the ...
6 years, 9 months ago (2014-03-03 17:14:43 UTC) #8
Charlie Reis
dcheng / battre: PTAL. https://codereview.chromium.org/184873004/diff/30001/content/public/browser/resource_request_info.h File content/public/browser/resource_request_info.h (left): https://codereview.chromium.org/184873004/diff/30001/content/public/browser/resource_request_info.h#oldcode74 content/public/browser/resource_request_info.h:74: // True if GetFrameID() represents ...
6 years, 9 months ago (2014-03-03 17:21:25 UTC) #9
battre
LGTM @ web_request_api.cc
6 years, 9 months ago (2014-03-03 18:02:31 UTC) #10
Charlie Reis
dcheng: I'll move you to TBR for the DCHECK in render_frame_impl.cc, since it matches what ...
6 years, 9 months ago (2014-03-03 19:07:01 UTC) #11
Charlie Reis
The CQ bit was checked by creis@chromium.org
6 years, 9 months ago (2014-03-03 19:07:08 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/creis@chromium.org/184873004/50001
6 years, 9 months ago (2014-03-03 19:09:24 UTC) #13
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-03 19:41:43 UTC) #14
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) app_list_unittests, ash_unittests, aura_unittests, cacheinvalidation_unittests, cc_unittests, check_deps, ...
6 years, 9 months ago (2014-03-03 19:41:44 UTC) #15
Charlie Reis
Committed patchset #3 manually as r254566 (presubmit successful).
6 years, 9 months ago (2014-03-03 21:29:40 UTC) #16
jochen (gone - plz use gerrit)
6 years, 9 months ago (2014-03-10 12:58:02 UTC) #17
Message was sent while issue was closed.
lgtm

Powered by Google App Engine
This is Rietveld 408576698