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

Issue 1945953002: Fix an edge case where early disconnect() can omit delivering of observation. crbug/607324 (Closed)

Created:
4 years, 7 months ago by panicker
Modified:
4 years, 7 months ago
Reviewers:
skobes, fmeawad, Mike B, MikeB
CC:
chromium-reviews, blink-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Fix an edge case where early disconnect() can omit delivering of observation. BUG=607324 Committed: https://crrev.com/32102c0baf205ff54cd16644ddd823a6cb6538f5 Cr-Commit-Position: refs/heads/master@{#392436}

Patch Set 1 #

Patch Set 2 : Added basic unittests for PerformanceBase #

Patch Set 3 : Add missing CORE_EXPORT to PerformanceObserver class #

Unified diffs Side-by-side diffs Delta from patch set Stats (+102 lines, -2 lines) Patch
M third_party/WebKit/Source/core/core.gypi View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/core/timing/PerformanceBase.cpp View 1 chunk +6 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/core/timing/PerformanceBaseTest.cpp View 1 1 chunk +91 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/timing/PerformanceObserver.h View 1 2 2 chunks +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/timing/PerformanceObserver.cpp View 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 37 (18 generated)
panicker
Hey Michael, Can you take a quick look and sanity check.
4 years, 7 months ago (2016-05-03 22:16:53 UTC) #2
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1945953002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1945953002/1
4 years, 7 months ago (2016-05-03 22:17:28 UTC) #4
commit-bot: I haz the power
Dry run: No L-G-T-M from a valid reviewer yet. CQ run can only be started ...
4 years, 7 months ago (2016-05-03 22:17:30 UTC) #6
MikeB
On 2016/05/03 22:17:30, commit-bot: I haz the power wrote: > Dry run: No L-G-T-M from ...
4 years, 7 months ago (2016-05-03 22:19:23 UTC) #7
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1945953002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1945953002/1
4 years, 7 months ago (2016-05-03 22:21:08 UTC) #9
panicker
PTAL :)
4 years, 7 months ago (2016-05-03 22:23:28 UTC) #11
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: ios_rel_device_gn on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_rel_device_gn/builds/29248) ios_rel_device_ninja on ...
4 years, 7 months ago (2016-05-03 22:24:06 UTC) #13
skobes
It would be nice to have a unit test for this.
4 years, 7 months ago (2016-05-03 22:51:05 UTC) #14
panicker
On 2016/05/03 22:51:05, skobes wrote: > It would be nice to have a unit test ...
4 years, 7 months ago (2016-05-06 17:26:37 UTC) #15
skobes
LGTM Nit: no need for crbug # in the first line of the description (that's ...
4 years, 7 months ago (2016-05-06 18:54:52 UTC) #16
panicker
On 2016/05/06 18:54:52, skobes wrote: > LGTM > > Nit: no need for crbug # ...
4 years, 7 months ago (2016-05-06 19:31:43 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1945953002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1945953002/20001
4 years, 7 months ago (2016-05-06 19:32:45 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1945953002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1945953002/20001
4 years, 7 months ago (2016-05-06 19:40:14 UTC) #24
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_dbg_recipe on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_arm64_dbg_recipe/builds/62140)
4 years, 7 months ago (2016-05-06 19:50:14 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1945953002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1945953002/40001
4 years, 7 months ago (2016-05-06 23:44:42 UTC) #29
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/223719)
4 years, 7 months ago (2016-05-07 00:46:48 UTC) #31
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1945953002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1945953002/40001
4 years, 7 months ago (2016-05-09 20:46:50 UTC) #33
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 7 months ago (2016-05-09 22:07:28 UTC) #35
commit-bot: I haz the power
4 years, 7 months ago (2016-05-09 22:08:40 UTC) #37
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/32102c0baf205ff54cd16644ddd823a6cb6538f5
Cr-Commit-Position: refs/heads/master@{#392436}

Powered by Google App Engine
This is Rietveld 408576698