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

Issue 1980273002: [Merge to M51] ServiceWorker: Remove a bad IPC message check on postMessage() (Closed)

Created:
4 years, 7 months ago by nhiroki
Modified:
4 years, 7 months ago
Reviewers:
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@2704
Target Ref:
refs/pending/branch-heads/2704
Project:
chromium
Visibility:
Public.

Description

[Merge to M51] ServiceWorker: Remove a bad IPC message check on postMessage() This CL removes a bad IPC message check to confirm existence of the sender provder host on postMessage() because the provider host may be destroyed before this point when destruction of the provider overtakes postMessage() during thread hopping on WebServiceWorkerImpl::postMessage(). BUG=608464 Review-Url: https://codereview.chromium.org/1977473003 Cr-Commit-Position: refs/heads/master@{#393495} (cherry picked from commit 66525f41fc6509604c61a8c0304141662cbdbe97) Committed: https://chromium.googlesource.com/chromium/src/+/78c0da6b53aaf59d968f8eea8df5fdbff1cd0645

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -1 line) Patch
M content/browser/service_worker/service_worker_dispatcher_host.cc View 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 2 (1 generated)
nhiroki
4 years, 7 months ago (2016-05-17 01:35:08 UTC) #2
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
78c0da6b53aaf59d968f8eea8df5fdbff1cd0645.

Powered by Google App Engine
This is Rietveld 408576698