|
|
[SystemInfo API] Rename systemInfo Memory API.
Rename from "systemInfo.memory.get" to "system.memory.getInfo".
This is a reland commit of issue 18863014(https://codereview.chromium.org/1886314)
There is nothing wrong of the previous patch, so this commit is just a copy.
The previous patch got a bad revert since there was a bug on Mac buildbot before.
BUG= 252994
TEST=update system.memory API browser_tests and pass through
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=213127
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+65 lines, -306 lines) |
Patch |
 |
M |
chrome/browser/extensions/activity_log/api_name_constants.h
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
D |
chrome/browser/extensions/api/system_info_memory/memory_info_provider.h
|
View
|
|
1 chunk |
+0 lines, -38 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/extensions/api/system_info_memory/memory_info_provider.cc
|
View
|
|
1 chunk |
+0 lines, -39 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/extensions/api/system_info_memory/system_info_memory_api.h
|
View
|
|
1 chunk |
+0 lines, -26 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/extensions/api/system_info_memory/system_info_memory_api.cc
|
View
|
|
1 chunk |
+0 lines, -31 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/extensions/api/system_info_memory/system_info_memory_apitest.cc
|
View
|
|
1 chunk |
+0 lines, -59 lines |
0 comments
|
Download
|
 |
A + |
chrome/browser/extensions/api/system_memory/memory_info_provider.h
|
View
|
|
2 chunks |
+7 lines, -9 lines |
0 comments
|
Download
|
 |
A + |
chrome/browser/extensions/api/system_memory/memory_info_provider.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
A + |
chrome/browser/extensions/api/system_memory/system_memory_api.h
|
View
|
|
1 chunk |
+8 lines, -8 lines |
0 comments
|
Download
|
 |
A + |
chrome/browser/extensions/api/system_memory/system_memory_api.cc
|
View
|
|
1 chunk |
+8 lines, -8 lines |
0 comments
|
Download
|
 |
A + |
chrome/browser/extensions/api/system_memory/system_memory_apitest.cc
|
View
|
|
4 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_function_histogram_value.h
|
View
|
|
3 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser_extensions.gypi
|
View
|
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_tests.gypi
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/api/_api_features.json
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/api/_permission_features.json
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/api/api.gyp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
D |
chrome/common/extensions/api/system_info_memory.idl
|
View
|
|
1 chunk |
+0 lines, -21 lines |
0 comments
|
Download
|
 |
A + |
chrome/common/extensions/api/system_memory.idl
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/docs/templates/public/apps/redirects.json
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
D |
chrome/common/extensions/docs/templates/public/apps/systemInfo_memory.html
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
A |
chrome/common/extensions/docs/templates/public/apps/system_memory.html
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/docs/templates/public/extensions/redirects.json
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
A |
chrome/common/extensions/docs/templates/public/extensions/system_memory.html
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/permissions/api_permission.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/permissions/chrome_api_permissions.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/permissions/permission_set_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A + |
chrome/test/data/extensions/api_test/system/memory/manifest.json
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
A + |
chrome/test/data/extensions/api_test/system/memory/test_memory_api.js
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
D |
chrome/test/data/extensions/api_test/systeminfo/memory/manifest.json
|
View
|
|
1 chunk |
+0 lines, -13 lines |
0 comments
|
Download
|
 |
D |
chrome/test/data/extensions/api_test/systeminfo/memory/test_memory_api.js
|
View
|
|
1 chunk |
+0 lines, -18 lines |
0 comments
|
Download
|
 |
M |
tools/metrics/histograms/histograms.xml
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
Total messages: 13 (0 generated)
|