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

Issue 287303002: Call EmbeddedWorkerDevToolsManager::WorkerDestroyed from SharedWorkerHost::WorkerContextClosed. (Closed)

Created:
6 years, 7 months ago by horo
Modified:
6 years, 7 months ago
Reviewers:
kinuko
CC:
chromium-reviews, darin-cc_chromium.org, jam
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Call EmbeddedWorkerDevToolsManager::WorkerDestroyed from SharedWorkerHost::WorkerContextClosed. If SharedWorkerHost's closed flag is true SharedWorkerServiceImpl::FindSharedWorkerHost() doesn't match the host. So two SharedWorkerHosts of same SharedWorkerInstance could be created. But EmbeddedWorkerDevToolsManager can't handle two SharedWorkerHosts of same SharedWorkerInstance. So we have to remove instance from EmbeddedWorkerDevToolsManager when WorkerContextClosed is called. BUG=374387 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=271463

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+21 lines, -14 lines) Patch
M content/browser/shared_worker/shared_worker_host.cc View 4 chunks +21 lines, -14 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
horo
kinuko@ Could you please review?
6 years, 7 months ago (2014-05-17 07:19:24 UTC) #1
kinuko
lgtm
6 years, 7 months ago (2014-05-19 14:11:36 UTC) #2
horo
The CQ bit was checked by horo@chromium.org
6 years, 7 months ago (2014-05-19 14:15:41 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/horo@chromium.org/287303002/1
6 years, 7 months ago (2014-05-19 14:16:57 UTC) #4
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). Please consider checking whether the failures are ...
6 years, 7 months ago (2014-05-19 17:56:34 UTC) #5
commit-bot: I haz the power
6 years, 7 months ago (2014-05-19 20:23:34 UTC) #6
Message was sent while issue was closed.
Change committed as 271463

Powered by Google App Engine
This is Rietveld 408576698