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

Issue 509016: Refactored code to allow associating workers with multiple renderers. (Closed)

Created:
11 years ago by Andrew T Wilson (Slow)
Modified:
9 years, 7 months ago
Reviewers:
jam
CC:
chromium-reviews_googlegroups.com, brettw+cc_chromium.org, not_the_right_glider, ben+cc_chromium.org, Timur Iskhodzhanov, jam, dank, stuartmorgan, pam+watch_chromium.org, Paweł Hajdan Jr., darin (slow to review)
Visibility:
Public.

Description

Refactored code to allow associating workers with multiple renderers. SharedWorkers now gracefully handle http auth requests after their initial window has closed. BUG=27660 TEST=WorkerHttpAuth,SharedWorkerHttpAuth uitests Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=36888 Reverted and reopened due to valgrind failures. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=37365

Patch Set 1 #

Patch Set 2 : Removed a few extraneous/erroneous edits. #

Total comments: 11

Patch Set 3 : Updated per code review feedback #

Patch Set 4 : Disabled overly-aggressive assertion in ResourceDispatcherHost. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+475 lines, -163 lines) Patch
M chrome/browser/automation/automation_provider_observers.cc View 1 chunk +10 lines, -12 lines 0 comments Download
M chrome/browser/renderer_host/resource_dispatcher_host.cc View 1 2 3 2 chunks +12 lines, -3 lines 0 comments Download
M chrome/browser/renderer_host/resource_message_filter.h View 1 2 3 2 chunks +3 lines, -4 lines 0 comments Download
M chrome/browser/renderer_host/resource_message_filter.cc View 1 2 3 1 chunk +7 lines, -9 lines 0 comments Download
M chrome/browser/renderer_host/resource_request_details.h View 1 chunk +12 lines, -2 lines 0 comments Download
A chrome/browser/worker_host/worker_document_set.h View 1 2 1 chunk +85 lines, -0 lines 0 comments Download
A chrome/browser/worker_host/worker_document_set.cc View 1 2 1 chunk +64 lines, -0 lines 0 comments Download
M chrome/browser/worker_host/worker_process_host.h View 1 8 chunks +16 lines, -37 lines 0 comments Download
M chrome/browser/worker_host/worker_process_host.cc View 1 2 7 chunks +51 lines, -66 lines 0 comments Download
M chrome/browser/worker_host/worker_service.h View 1 2 3 chunks +9 lines, -0 lines 0 comments Download
M chrome/browser/worker_host/worker_service.cc View 1 12 chunks +48 lines, -16 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/common/render_messages.h View 1 2 3 2 chunks +52 lines, -0 lines 0 comments Download
M chrome/common/render_messages_internal.h View 1 2 3 2 chunks +4 lines, -6 lines 0 comments Download
M chrome/renderer/render_view.cc View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M chrome/renderer/websharedworker_proxy.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/renderer/websharedworker_proxy.cc View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/renderer/webworker_base.h View 2 chunks +5 lines, -0 lines 0 comments Download
M chrome/renderer/webworker_base.cc View 1 2 2 chunks +10 lines, -2 lines 0 comments Download
M chrome/renderer/webworker_proxy.cc View 1 chunk +3 lines, -1 line 0 comments Download
A chrome/test/data/workers/shared_worker_auth.html View 1 chunk +18 lines, -0 lines 0 comments Download
A chrome/test/data/workers/worker_auth.html View 1 chunk +18 lines, -0 lines 0 comments Download
M chrome/test/data/workers/worker_common.js View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/worker/worker_uitest.cc View 1 2 3 3 chunks +36 lines, -0 lines 0 comments Download
M tools/valgrind/memcheck/suppressions.txt View 1 chunk +3 lines, -3 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Andrew T Wilson (Slow)
11 years ago (2009-12-22 00:28:58 UTC) #1
jam
http://codereview.chromium.org/509016/diff/2002/3002 File chrome/browser/renderer_host/resource_dispatcher_host.cc (right): http://codereview.chromium.org/509016/diff/2002/3002#newcode1525 chrome/browser/renderer_host/resource_dispatcher_host.cc:1525: // arbitrary parent to do so. Have you run ...
11 years ago (2009-12-22 20:34:10 UTC) #2
Andrew T Wilson (Slow)
Addressed all your feedback. http://codereview.chromium.org/509016/diff/2002/3002 File chrome/browser/renderer_host/resource_dispatcher_host.cc (right): http://codereview.chromium.org/509016/diff/2002/3002#newcode1525 chrome/browser/renderer_host/resource_dispatcher_host.cc:1525: // arbitrary parent to do ...
10 years, 11 months ago (2010-01-07 20:52:07 UTC) #3
Andrew T Wilson (Slow)
Just wanted to make sure this was still on your radar screen (I think you ...
10 years, 11 months ago (2010-01-20 02:13:30 UTC) #4
jam
10 years, 11 months ago (2010-01-21 20:44:10 UTC) #5
lgtm, sorry for the huge delay!  in the future, feel free to send it to someone
else if I'm gone this long so that my vacation doesn't block you :)

Powered by Google App Engine
This is Rietveld 408576698