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

Issue 2486453002: Fix Extensions.AppLaunchSource off-by-one error (Closed)

Created:
4 years, 1 month ago by wychen
Modified:
4 years, 1 month ago
Reviewers:
cylee1, benwells, jwd
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, asvitkine+watch_chromium.org, extensions-reviews_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Fix Extensions.AppLaunchSource off-by-one error BUG=661405 Committed: https://crrev.com/004905cf6e6644d5d31bba196cb4cb41fb68bb0a Cr-Commit-Position: refs/heads/master@{#432638}

Patch Set 1 #

Total comments: 10

Patch Set 2 : address comments #

Total comments: 2

Patch Set 3 : rebase #

Patch Set 4 : address comments #

Patch Set 5 : fix enum in xml #

Unified diffs Side-by-side diffs Delta from patch set Stats (+67 lines, -69 lines) Patch
M extensions/browser/api/app_runtime/app_runtime_api.cc View 1 2 3 2 chunks +36 lines, -47 lines 0 comments Download
M extensions/common/api/app_runtime.idl View 1 1 chunk +5 lines, -0 lines 0 comments Download
M extensions/common/constants.h View 1 2 chunks +5 lines, -2 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 3 4 1 chunk +21 lines, -20 lines 0 comments Download

Messages

Total messages: 30 (15 generated)
wychen
PTAL
4 years, 1 month ago (2016-11-07 19:19:06 UTC) #4
benwells
https://codereview.chromium.org/2486453002/diff/1/extensions/browser/api/app_runtime/app_runtime_api.cc File extensions/browser/api/app_runtime/app_runtime_api.cc (right): https://codereview.chromium.org/2486453002/diff/1/extensions/browser/api/app_runtime/app_runtime_api.cc#newcode56 extensions/browser/api/app_runtime/app_runtime_api.cc:56: app_runtime::LaunchSource::LAUNCH_SOURCE_LAST + 1); I think it is cleaner to ...
4 years, 1 month ago (2016-11-09 00:50:48 UTC) #9
wychen
https://codereview.chromium.org/2486453002/diff/1/extensions/browser/api/app_runtime/app_runtime_api.cc File extensions/browser/api/app_runtime/app_runtime_api.cc (right): https://codereview.chromium.org/2486453002/diff/1/extensions/browser/api/app_runtime/app_runtime_api.cc#newcode56 extensions/browser/api/app_runtime/app_runtime_api.cc:56: app_runtime::LaunchSource::LAUNCH_SOURCE_LAST + 1); On 2016/11/09 00:50:48, benwells (slow) wrote: ...
4 years, 1 month ago (2016-11-09 01:59:57 UTC) #10
benwells
https://codereview.chromium.org/2486453002/diff/1/extensions/browser/api/app_runtime/app_runtime_api.cc File extensions/browser/api/app_runtime/app_runtime_api.cc (right): https://codereview.chromium.org/2486453002/diff/1/extensions/browser/api/app_runtime/app_runtime_api.cc#newcode56 extensions/browser/api/app_runtime/app_runtime_api.cc:56: app_runtime::LaunchSource::LAUNCH_SOURCE_LAST + 1); On 2016/11/09 01:59:57, wychen wrote: > ...
4 years, 1 month ago (2016-11-09 03:32:30 UTC) #11
wychen
https://codereview.chromium.org/2486453002/diff/1/extensions/browser/api/app_runtime/app_runtime_api.cc File extensions/browser/api/app_runtime/app_runtime_api.cc (right): https://codereview.chromium.org/2486453002/diff/1/extensions/browser/api/app_runtime/app_runtime_api.cc#newcode56 extensions/browser/api/app_runtime/app_runtime_api.cc:56: app_runtime::LaunchSource::LAUNCH_SOURCE_LAST + 1); On 2016/11/09 03:32:30, benwells (slow) wrote: ...
4 years, 1 month ago (2016-11-11 04:03:51 UTC) #12
benwells
https://codereview.chromium.org/2486453002/diff/20001/extensions/browser/api/app_runtime/app_runtime_api.cc File extensions/browser/api/app_runtime/app_runtime_api.cc (right): https://codereview.chromium.org/2486453002/diff/20001/extensions/browser/api/app_runtime/app_runtime_api.cc#newcode82 extensions/browser/api/app_runtime/app_runtime_api.cc:82: case extensions::Name: \ This is all great but I'm ...
4 years, 1 month ago (2016-11-14 02:32:31 UTC) #13
wychen
https://codereview.chromium.org/2486453002/diff/20001/extensions/browser/api/app_runtime/app_runtime_api.cc File extensions/browser/api/app_runtime/app_runtime_api.cc (right): https://codereview.chromium.org/2486453002/diff/20001/extensions/browser/api/app_runtime/app_runtime_api.cc#newcode82 extensions/browser/api/app_runtime/app_runtime_api.cc:82: case extensions::Name: \ On 2016/11/14 02:32:31, benwells (slow) wrote: ...
4 years, 1 month ago (2016-11-15 22:46:09 UTC) #15
benwells
On 2016/11/15 22:46:09, wychen wrote: > https://codereview.chromium.org/2486453002/diff/20001/extensions/browser/api/app_runtime/app_runtime_api.cc > File extensions/browser/api/app_runtime/app_runtime_api.cc (right): > > https://codereview.chromium.org/2486453002/diff/20001/extensions/browser/api/app_runtime/app_runtime_api.cc#newcode82 > ...
4 years, 1 month ago (2016-11-15 23:34:29 UTC) #16
wychen
+jwd@, could you take a look at histogram xml? Thanks!
4 years, 1 month ago (2016-11-15 23:44:38 UTC) #18
jwd
lgtm
4 years, 1 month ago (2016-11-16 16:06:16 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2486453002/100001
4 years, 1 month ago (2016-11-16 17:40:36 UTC) #22
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/181819)
4 years, 1 month ago (2016-11-16 19:58:18 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2486453002/100001
4 years, 1 month ago (2016-11-16 20:37:32 UTC) #26
commit-bot: I haz the power
Committed patchset #5 (id:100001)
4 years, 1 month ago (2016-11-16 22:00:48 UTC) #28
commit-bot: I haz the power
4 years, 1 month ago (2016-11-16 22:04:10 UTC) #30
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/004905cf6e6644d5d31bba196cb4cb41fb68bb0a
Cr-Commit-Position: refs/heads/master@{#432638}

Powered by Google App Engine
This is Rietveld 408576698