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

Issue 1224953002: [PresentationAPI] Ensures only one pending message callback at a time if a frame created multiple s… (Closed)

Created:
5 years, 5 months ago by haibinlu
Modified:
5 years, 5 months ago
CC:
chromium-reviews, mkwst+moarreviews-renderer_chromium.org, mlamouri+watch-content_chromium.org, jam, darin-cc_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[PresentationAPI] Ensures only one pending message callback at a time if a frame created multiple sessions. Starts listening message on default session started event. BUG=506338, 507467 Committed: https://crrev.com/76a6990391bdf0c006f47597e41cde344d376d83 Cr-Commit-Position: refs/heads/master@{#337967}

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : cl format #

Total comments: 4

Patch Set 6 : #

Patch Set 7 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -2 lines) Patch
M content/renderer/presentation/presentation_dispatcher.h View 1 2 3 4 5 6 2 chunks +4 lines, -0 lines 0 comments Download
M content/renderer/presentation/presentation_dispatcher.cc View 1 2 3 4 5 6 5 chunks +19 lines, -2 lines 0 comments Download

Messages

Total messages: 21 (8 generated)
haibinlu
5 years, 5 months ago (2015-07-07 17:58:25 UTC) #2
imcheng (use chromium acct)
https://codereview.chromium.org/1224953002/diff/1/content/renderer/presentation/presentation_dispatcher.cc File content/renderer/presentation/presentation_dispatcher.cc (right): https://codereview.chromium.org/1224953002/diff/1/content/renderer/presentation/presentation_dispatcher.cc#newcode420 content/renderer/presentation/presentation_dispatcher.cc:420: DCHECK(listening_for_messages_); Is it possible for DidCommitProvisionalLoad() to be called ...
5 years, 5 months ago (2015-07-07 22:24:39 UTC) #4
haibinlu
PTAL https://codereview.chromium.org/1224953002/diff/1/content/renderer/presentation/presentation_dispatcher.cc File content/renderer/presentation/presentation_dispatcher.cc (right): https://codereview.chromium.org/1224953002/diff/1/content/renderer/presentation/presentation_dispatcher.cc#newcode420 content/renderer/presentation/presentation_dispatcher.cc:420: DCHECK(listening_for_messages_); On 2015/07/07 22:24:38, imcheng wrote: > Is ...
5 years, 5 months ago (2015-07-07 22:37:24 UTC) #5
imcheng (use chromium acct)
lgtm
5 years, 5 months ago (2015-07-07 22:51:06 UTC) #6
haibinlu
5 years, 5 months ago (2015-07-07 23:41:58 UTC) #7
imcheng
lgtm
5 years, 5 months ago (2015-07-08 20:07:48 UTC) #9
Kevin M
lgtm https://codereview.chromium.org/1224953002/diff/70001/content/renderer/presentation/presentation_dispatcher.cc File content/renderer/presentation/presentation_dispatcher.cc (right): https://codereview.chromium.org/1224953002/diff/70001/content/renderer/presentation/presentation_dispatcher.cc#newcode426 content/renderer/presentation/presentation_dispatcher.cc:426: if (!listening_for_messages_) Add a LOG/DLOG here to call ...
5 years, 5 months ago (2015-07-08 20:16:08 UTC) #10
haibinlu
https://codereview.chromium.org/1224953002/diff/70001/content/renderer/presentation/presentation_dispatcher.cc File content/renderer/presentation/presentation_dispatcher.cc (right): https://codereview.chromium.org/1224953002/diff/70001/content/renderer/presentation/presentation_dispatcher.cc#newcode426 content/renderer/presentation/presentation_dispatcher.cc:426: if (!listening_for_messages_) On 2015/07/08 20:16:08, Kevin M wrote: > ...
5 years, 5 months ago (2015-07-08 20:47:42 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1224953002/90001
5 years, 5 months ago (2015-07-08 20:51:09 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_gn_rel on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_gn_rel/builds/107391)
5 years, 5 months ago (2015-07-08 22:12:17 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1224953002/110001
5 years, 5 months ago (2015-07-09 01:00:53 UTC) #19
commit-bot: I haz the power
Committed patchset #7 (id:110001)
5 years, 5 months ago (2015-07-09 02:12:47 UTC) #20
commit-bot: I haz the power
5 years, 5 months ago (2015-07-09 02:13:36 UTC) #21
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/76a6990391bdf0c006f47597e41cde344d376d83
Cr-Commit-Position: refs/heads/master@{#337967}

Powered by Google App Engine
This is Rietveld 408576698