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

Issue 20081002: Remove experimental permission from infobars API and moving it to dev channel (Closed)

Created:
7 years, 5 months ago by pals
Modified:
7 years, 4 months ago
CC:
chromium-reviews, tzik+watch_chromium.org, chromium-apps-reviews_chromium.org, kinuko+watch, extensions-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Remove experimental permission from infobars API and moving it to dev channel BUG=259493 TBR=hnguyen@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=214692

Patch Set 1 : #

Total comments: 2

Patch Set 2 : Fixed doc server and presubmit checks errors #

Patch Set 3 : Updated app.yaml and cron.yaml version #

Patch Set 4 : #

Total comments: 2

Patch Set 5 : Reverted the app.yaml version change #

Total comments: 7

Patch Set 6 : Indentation fixed #

Patch Set 7 : Rebased #

Patch Set 8 : Added license header #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+42 lines, -147 lines) Patch
M AUTHORS View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/extensions/activity_log/api_name_constants.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_function_histogram_value.h View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/extensions/extension_get_views_apitest.cc View 1 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/browser/infobars/infobar_extension_api.h View 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/infobars/infobar_extension_apitest.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/common/extensions/api/_api_features.json View 1 2 3 4 5 6 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/common/extensions/api/_permission_features.json View 1 2 3 4 5 6 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/common/extensions/api/api.gyp View 1 2 3 4 5 6 2 chunks +1 line, -1 line 0 comments Download
D chrome/common/extensions/api/experimental_infobars.json View 1 chunk +0 lines, -54 lines 0 comments Download
M chrome/common/extensions/api/extension_api_unittest.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
A + chrome/common/extensions/api/infobars.json View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/examples/api/infobars/sandwichbar/background.js View 1 2 3 4 5 6 7 2 chunks +5 lines, -1 line 0 comments Download
M chrome/common/extensions/docs/examples/api/infobars/sandwichbar/manifest.json View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/server2/api_list_data_source_test.py View 1 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/common/extensions/docs/server2/test_data/file_system/stat View 1 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/common/extensions/docs/server2/test_data/file_system/stat_result.json View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/articles/experimental.html View 1 2 3 4 5 6 1 chunk +0 lines, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/articles/manifest.html View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/articles/manifest/icons.html View 1 1 chunk +1 line, -1 line 0 comments Download
D chrome/common/extensions/docs/templates/intros/experimental_infobars.html View 1 1 chunk +0 lines, -48 lines 1 comment Download
A chrome/common/extensions/docs/templates/intros/infobars.html View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 1 comment Download
M chrome/common/extensions/docs/templates/public/extensions/experimental_infobars.html View 1 2 3 4 5 6 1 chunk +0 lines, -1 line 0 comments Download
M chrome/test/data/extensions/api_test/infobars/manifest.json View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/data/extensions/api_test/infobars/test.js View 1 2 3 4 5 2 chunks +3 lines, -5 lines 0 comments Download
M chrome/test/data/extensions/api_test/window_open/spanning/background.js View 1 2 chunks +2 lines, -4 lines 0 comments Download
M chrome/test/data/extensions/api_test/window_open/spanning/manifest.json View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/webdriver/test/infobar_browser_action_extension/bg.js View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/webdriver/test/infobar_browser_action_extension/manifest.json View 1 1 chunk +1 line, -1 line 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 29 (0 generated)
pals
+pkasting for infobars +mpcomplete for rest Please review.
7 years, 5 months ago (2013-07-24 09:18:24 UTC) #1
Matt Perry
Please add bug 39511 to the BUG= line. https://codereview.chromium.org/20081002/diff/7001/chrome/browser/infobars/infobar_extension_apitest.cc File chrome/browser/infobars/infobar_extension_apitest.cc (right): https://codereview.chromium.org/20081002/diff/7001/chrome/browser/infobars/infobar_extension_apitest.cc#newcode18 chrome/browser/infobars/infobar_extension_apitest.cc:18: ASSERT_TRUE(RunExtensionTest("infobars")) ...
7 years, 5 months ago (2013-07-24 18:35:26 UTC) #2
Peter Kasting
Why do we actually want to ship this? The implementation imposes some costs on the ...
7 years, 5 months ago (2013-07-24 18:51:03 UTC) #3
Matt Perry
On 2013/07/24 18:51:03, Peter Kasting wrote: > Why do we actually want to ship this? ...
7 years, 5 months ago (2013-07-24 18:55:54 UTC) #4
Peter Kasting
I see. In that case LGTM for c/b/infobars.
7 years, 5 months ago (2013-07-24 18:56:52 UTC) #5
pals
+kalman for doc server changes and extensions Fixed presubmit checks and updated the doc server. ...
7 years, 5 months ago (2013-07-25 06:15:26 UTC) #6
pals
On 2013/07/25 06:15:26, sanjoyp wrote: > +kalman for doc server changes and extensions > Fixed ...
7 years, 5 months ago (2013-07-25 06:17:24 UTC) #7
not at google - send to devlin
https://codereview.chromium.org/20081002/diff/26001/chrome/common/extensions/docs/server2/app.yaml File chrome/common/extensions/docs/server2/app.yaml (right): https://codereview.chromium.org/20081002/diff/26001/chrome/common/extensions/docs/server2/app.yaml#newcode2 chrome/common/extensions/docs/server2/app.yaml:2: version: 2-13-1 if you're only changing a test you ...
7 years, 5 months ago (2013-07-25 14:21:15 UTC) #8
pals
Reverted the version change. Please review. https://codereview.chromium.org/20081002/diff/26001/chrome/common/extensions/docs/server2/app.yaml File chrome/common/extensions/docs/server2/app.yaml (right): https://codereview.chromium.org/20081002/diff/26001/chrome/common/extensions/docs/server2/app.yaml#newcode2 chrome/common/extensions/docs/server2/app.yaml:2: version: 2-13-1 On ...
7 years, 5 months ago (2013-07-26 10:59:05 UTC) #9
Matt Perry
LGTM with below fixed. https://codereview.chromium.org/20081002/diff/35001/AUTHORS File AUTHORS (right): https://codereview.chromium.org/20081002/diff/35001/AUTHORS#newcode220 AUTHORS:220: Sanjoy Pal <sanjoy.pal@samsung.com> Are you ...
7 years, 5 months ago (2013-07-26 18:26:23 UTC) #10
pals
fixed indentations. https://codereview.chromium.org/20081002/diff/35001/AUTHORS File AUTHORS (right): https://codereview.chromium.org/20081002/diff/35001/AUTHORS#newcode220 AUTHORS:220: Sanjoy Pal <sanjoy.pal@samsung.com> On 2013/07/26 18:26:24, Matt ...
7 years, 4 months ago (2013-07-29 06:04:04 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sanjoy.pal@samsung.com/20081002/42001
7 years, 4 months ago (2013-07-29 06:04:31 UTC) #12
commit-bot: I haz the power
Failed to apply patch for AUTHORS: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 4 months ago (2013-07-29 06:04:44 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sanjoy.pal@samsung.com/20081002/52001
7 years, 4 months ago (2013-07-29 06:48:32 UTC) #14
commit-bot: I haz the power
Failed to apply patch for AUTHORS: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 4 months ago (2013-07-29 06:48:37 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/20081002/64001
7 years, 4 months ago (2013-07-29 07:11:08 UTC) #16
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-07-29 07:11:17 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sanjoy.pal@samsung.com/20081002/73001
7 years, 4 months ago (2013-07-29 07:34:04 UTC) #18
pals
+hnguyen for chrome/test/webdriver/ Please review.
7 years, 4 months ago (2013-07-29 07:41:19 UTC) #19
pals
+isherman for tools/ Please review the change.
7 years, 4 months ago (2013-07-29 07:48:32 UTC) #20
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=17548
7 years, 4 months ago (2013-07-29 07:54:29 UTC) #21
Matt Perry
https://codereview.chromium.org/20081002/diff/35001/AUTHORS File AUTHORS (right): https://codereview.chromium.org/20081002/diff/35001/AUTHORS#newcode220 AUTHORS:220: Sanjoy Pal <sanjoy.pal@samsung.com> On 2013/07/29 06:04:04, sanjoyp wrote: > ...
7 years, 4 months ago (2013-07-29 18:08:50 UTC) #22
Ilya Sherman
histograms.xml LGTM
7 years, 4 months ago (2013-07-29 22:48:53 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sanjoy.pal@samsung.com/20081002/73001
7 years, 4 months ago (2013-07-31 05:10:14 UTC) #24
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=17942
7 years, 4 months ago (2013-07-31 06:02:06 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sanjoy.pal@samsung.com/20081002/92001
7 years, 4 months ago (2013-07-31 06:13:55 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sanjoy.pal@samsung.com/20081002/78002
7 years, 4 months ago (2013-07-31 10:13:22 UTC) #27
commit-bot: I haz the power
Change committed as 214692
7 years, 4 months ago (2013-07-31 13:04:01 UTC) #28
Matt Perry
7 years, 4 months ago (2013-08-01 18:46:51 UTC) #29
Message was sent while issue was closed.
Oops, noticed some mistakes in the docs.

https://codereview.chromium.org/20081002/diff/78002/chrome/common/extensions/...
File chrome/common/extensions/docs/templates/intros/experimental_infobars.html
(left):

https://codereview.chromium.org/20081002/diff/78002/chrome/common/extensions/...
chrome/common/extensions/docs/templates/intros/experimental_infobars.html:1: <p>
This file should have been renamed to intros/infobars.html

https://codereview.chromium.org/20081002/diff/78002/chrome/common/extensions/...
File chrome/common/extensions/docs/templates/intros/infobars.html (right):

https://codereview.chromium.org/20081002/diff/78002/chrome/common/extensions/...
chrome/common/extensions/docs/templates/intros/infobars.html:1:
{{+partials.standard_extensions_api api:apis.infobars intro:intros.infobars}}
This file belongs in templates/public/extensions/infobars.html

Powered by Google App Engine
This is Rietveld 408576698