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

Issue 22584002: Move processes API to dev channel (Closed)

Created:
7 years, 4 months ago by pals
Modified:
7 years, 4 months ago
CC:
chromium-reviews, extensions-reviews_chromium.org, felt, jar (doing other things), tzik+watch_chromium.org, asvitkine+watch_chromium.org, chromium-apps-reviews_chromium.org, kinuko+watch, Ilya Sherman
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 11

Patch Set 2 : Fixed the review comments #

Total comments: 2

Patch Set 3 : Rebasing #

Patch Set 4 : Fixed the browser test #

Patch Set 5 : Rebased again #

Unified diffs Side-by-side diffs Delta from patch set Stats (+83 lines, -346 lines) Patch
M chrome/browser/extensions/api/processes/processes_api.h View 3 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/extensions/api/processes/processes_api_constants.cc View 1 chunk +5 lines, -6 lines 0 comments Download
M chrome/browser/extensions/api/processes/processes_apitest.cc View 2 chunks +0 lines, -6 lines 0 comments Download
M chrome/browser/extensions/extension_function_histogram_value.h View 1 2 3 4 4 chunks +6 lines, -3 lines 0 comments Download
M chrome/common/extensions/api/_api_features.json View 1 2 3 4 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/common/extensions/api/_permission_features.json View 1 2 3 4 1 chunk +4 lines, -0 lines 0 comments Download
D chrome/common/extensions/api/experimental_processes.json View 1 chunk +0 lines, -263 lines 0 comments Download
M chrome/common/extensions/api/extension_api.cc View 1 2 3 4 2 chunks +1 line, -2 lines 0 comments Download
A + chrome/common/extensions/api/processes.json View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/common/extensions/docs/examples/api/processes/process_monitor/manifest.json View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/examples/api/processes/process_monitor/popup.js View 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/common/extensions/docs/examples/api/processes/show_tabs/manifest.json View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/examples/api/processes/show_tabs/popup.js View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/common/extensions/docs/server2/test_data/file_system/stat View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/common/extensions/docs/server2/test_data/file_system/stat_result.json View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/server2/test_data/subversion_file_system/docs_public_extensions_214898 View 1 chunk +3 lines, -3 lines 0 comments Download
D chrome/common/extensions/docs/templates/public/extensions/experimental_processes.html View 1 chunk +0 lines, -1 line 0 comments Download
A chrome/common/extensions/docs/templates/public/extensions/processes.html View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/extensions/permissions/api_permission.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/extensions/permissions/chrome_api_permissions.cc View 1 2 3 4 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/common/extensions_api_resources.grd View 2 chunks +1 line, -1 line 0 comments Download
M chrome/test/data/extensions/api_test/permissions/enabled/background.js View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/test/data/extensions/api_test/permissions/experimental_disabled/background.js View 1 2 3 4 1 chunk +4 lines, -2 lines 0 comments Download
M chrome/test/data/extensions/api_test/processes/api/manifest.json View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/test/data/extensions/api_test/processes/api/test.js View 12 chunks +19 lines, -24 lines 0 comments Download
M chrome/test/data/extensions/api_test/processes/onupdated/background.js View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/test/data/extensions/api_test/processes/onupdated/manifest.json View 1 chunk +1 line, -1 line 0 comments Download
M tools/metrics/histograms/histograms.xml View 3 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 26 (0 generated)
pals
+isherman for histograms.xml +nasko, mpcomplete for the rest PTAL, Thanks
7 years, 4 months ago (2013-08-07 13:25:19 UTC) #1
pals
third_party/webpagereplay/perftracker/extension uses experimental.processes api. We should probably update this extension.
7 years, 4 months ago (2013-08-07 13:31:54 UTC) #2
nasko
Thanks for making this change! The overall comment is that we don't need a new ...
7 years, 4 months ago (2013-08-07 15:41:59 UTC) #3
Charlie Reis
https://codereview.chromium.org/22584002/diff/1/chrome/common/extensions/api/_permission_features.json File chrome/common/extensions/api/_permission_features.json (right): https://codereview.chromium.org/22584002/diff/1/chrome/common/extensions/api/_permission_features.json#newcode480 chrome/common/extensions/api/_permission_features.json:480: "extension_types": ["extension", "packaged_app", "platform_app"] On 2013/08/07 15:42:00, nasko wrote: ...
7 years, 4 months ago (2013-08-07 17:04:04 UTC) #4
Matt Perry
On 2013/08/07 15:41:59, nasko wrote: > Thanks for making this change! > The overall comment ...
7 years, 4 months ago (2013-08-07 22:26:35 UTC) #5
nasko
On 2013/08/07 22:26:35, Matt Perry wrote: > On 2013/08/07 15:41:59, nasko wrote: > > Thanks ...
7 years, 4 months ago (2013-08-07 22:33:22 UTC) #6
Matt Perry
On 2013/08/07 22:33:22, nasko wrote: > On 2013/08/07 22:26:35, Matt Perry wrote: > > On ...
7 years, 4 months ago (2013-08-07 22:36:20 UTC) #7
Matt Perry
One additional thing we need to do is contact any extension developers that are using ...
7 years, 4 months ago (2013-08-07 22:37:37 UTC) #8
Matt Perry
Also, add a new APIPermission and an entry to chrome_api_permissions.cc similar to the "tabs" entry ...
7 years, 4 months ago (2013-08-07 22:40:02 UTC) #9
nasko
On 2013/08/07 22:37:37, Matt Perry wrote: > One additional thing we need to do is ...
7 years, 4 months ago (2013-08-07 22:57:31 UTC) #10
Matt Perry
On 2013/08/07 22:57:31, nasko wrote: > On 2013/08/07 22:37:37, Matt Perry wrote: > > One ...
7 years, 4 months ago (2013-08-07 23:01:45 UTC) #11
pals
Fixed the review comments. Please review. -Added APIPermission same as "tabs" -Processes APIs can only ...
7 years, 4 months ago (2013-08-08 06:30:51 UTC) #12
Ilya Sherman
histograms.xml lgtm
7 years, 4 months ago (2013-08-08 07:59:32 UTC) #13
nasko
lgtm with a nit. https://codereview.chromium.org/22584002/diff/19001/chrome/common/extensions/docs/examples/api/processes/process_monitor/popup.js File chrome/common/extensions/docs/examples/api/processes/process_monitor/popup.js (right): https://codereview.chromium.org/22584002/diff/19001/chrome/common/extensions/docs/examples/api/processes/process_monitor/popup.js#newcode80 chrome/common/extensions/docs/examples/api/processes/process_monitor/popup.js:80: document.addEventListener('DOMContentLoaded', init); nit: The whitespace ...
7 years, 4 months ago (2013-08-08 15:36:09 UTC) #14
Matt Perry
lgtm
7 years, 4 months ago (2013-08-08 20:32:14 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sanjoy.pal@samsung.com/22584002/19001
7 years, 4 months ago (2013-08-12 05:17:40 UTC) #16
commit-bot: I haz the power
Failed to apply patch for chrome/browser/extensions/activity_log/api_name_constants.h: While running patch -p1 --forward --force --no-backup-if-mismatch; can't find ...
7 years, 4 months ago (2013-08-12 05:18:02 UTC) #17
pals
Hi nasko, Please see my comment below. please let me know if its OK to ...
7 years, 4 months ago (2013-08-12 05:22:35 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sanjoy.pal@samsung.com/22584002/35001
7 years, 4 months ago (2013-08-12 06:51:18 UTC) #19
commit-bot: I haz the power
Retried try job too often on mac_rel for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=mac_rel&number=158808
7 years, 4 months ago (2013-08-12 09:54:29 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sanjoy.pal@samsung.com/22584002/61001
7 years, 4 months ago (2013-08-12 11:28:33 UTC) #21
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=186540
7 years, 4 months ago (2013-08-12 19:59:26 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sanjoy.pal@samsung.com/22584002/61001
7 years, 4 months ago (2013-08-13 05:35:27 UTC) #23
commit-bot: I haz the power
Failed to apply patch for chrome/browser/extensions/extension_function_histogram_value.h: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 4 months ago (2013-08-13 05:35:45 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sanjoy.pal@samsung.com/22584002/86001
7 years, 4 months ago (2013-08-14 13:22:04 UTC) #25
commit-bot: I haz the power
7 years, 4 months ago (2013-08-14 15:30:19 UTC) #26
Message was sent while issue was closed.
Change committed as 217559

Powered by Google App Engine
This is Rietveld 408576698