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

Issue 245933002: Initial implementation of chrome.browser.openTab. (Closed)

Created:
6 years, 8 months ago by rpaquay
Modified:
6 years, 7 months ago
Reviewers:
miket_OOO, Ilya Sherman
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, extensions-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Initial implementation of chrome.browser.openTab. BUG=358315 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=267697

Patch Set 1 #

Patch Set 2 : Open a new browser window if none currently open. #

Patch Set 3 : Add test for chrome.browser.openPage. #

Patch Set 4 : Update histograms.xml. #

Patch Set 5 : Update IDL file documentation. #

Patch Set 6 : Add documentation file. #

Patch Set 7 : Update test to use local URL. #

Patch Set 8 : Rebasing. #

Total comments: 14

Patch Set 9 : Address code review feedback. #

Patch Set 10 : Remove doc file, since [nodoc]. #

Patch Set 11 : Fix failing tests. #

Patch Set 12 : Rebasing. #

Patch Set 13 : Rebasing. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+424 lines, -169 lines) Patch
A chrome/browser/extensions/api/browser/browser_api.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +27 lines, -0 lines 0 comments Download
A chrome/browser/extensions/api/browser/browser_api.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +36 lines, -0 lines 0 comments Download
A chrome/browser/extensions/api/browser/browser_apitest.cc View 1 2 3 4 5 6 1 chunk +41 lines, -0 lines 0 comments Download
M chrome/browser/extensions/api/tabs/tabs_api.cc View 1 2 3 4 5 6 7 8 9 10 11 4 chunks +34 lines, -169 lines 0 comments Download
M chrome/browser/extensions/extension_tab_util.h View 1 3 chunks +24 lines, -0 lines 0 comments Download
M chrome/browser/extensions/extension_tab_util.cc View 1 2 3 4 5 6 7 8 3 chunks +219 lines, -0 lines 0 comments Download
M chrome/chrome_browser_extensions.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/extensions/api/_api_features.json View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/common/extensions/api/_permission_features.json View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/common/extensions/api/api.gyp View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -0 lines 0 comments Download
A chrome/common/extensions/api/browser.idl View 1 2 3 4 5 6 7 8 1 chunk +26 lines, -0 lines 0 comments Download
M chrome/common/extensions/permissions/chrome_api_permissions.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/extensions/permissions/permission_set_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -0 lines 0 comments Download
M extensions/browser/extension_function_histogram_value.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -0 lines 0 comments Download
M extensions/common/permissions/api_permission.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -0 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 29 (0 generated)
rpaquay
miket@ for initial review.
6 years, 8 months ago (2014-04-22 22:22:20 UTC) #1
rpaquay
(rebasing) miket@: ping?
6 years, 7 months ago (2014-04-28 18:04:50 UTC) #2
miket_OOO
LGTM, but I had trouble telling which code was new, and which was moved. Next ...
6 years, 7 months ago (2014-04-28 18:24:34 UTC) #3
rpaquay
https://codereview.chromium.org/245933002/diff/130001/chrome/browser/extensions/api/browser/browser_apitest.cc File chrome/browser/extensions/api/browser/browser_apitest.cc (right): https://codereview.chromium.org/245933002/diff/130001/chrome/browser/extensions/api/browser/browser_apitest.cc#newcode26 chrome/browser/extensions/api/browser/browser_apitest.cc:26: std::string url = "about:blank"; On 2014/04/28 18:24:35, miket wrote: ...
6 years, 7 months ago (2014-04-28 19:44:12 UTC) #4
rpaquay
isherman@, please look at changes in extensions/browser/extension_function_histogram_value.h tools/metrics/histograms/histograms.xml
6 years, 7 months ago (2014-04-28 19:45:45 UTC) #5
Ilya Sherman
histograms lgtm
6 years, 7 months ago (2014-04-28 20:02:43 UTC) #6
rpaquay
The CQ bit was checked by rpaquay@chromium.org
6 years, 7 months ago (2014-04-28 20:18:29 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rpaquay@chromium.org/245933002/170001
6 years, 7 months ago (2014-04-28 20:19:24 UTC) #8
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-04-28 21:10:47 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on chromium_presubmit
6 years, 7 months ago (2014-04-28 21:10:47 UTC) #10
rpaquay
The CQ bit was checked by rpaquay@chromium.org
6 years, 7 months ago (2014-04-30 18:12:26 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rpaquay@chromium.org/245933002/190001
6 years, 7 months ago (2014-04-30 18:13:17 UTC) #12
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-04-30 18:13:25 UTC) #13
commit-bot: I haz the power
Failed to apply patch for extensions/browser/extension_function_histogram_value.h: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 7 months ago (2014-04-30 18:13:25 UTC) #14
rpaquay
The CQ bit was checked by rpaquay@chromium.org
6 years, 7 months ago (2014-04-30 20:30:09 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rpaquay@chromium.org/245933002/210001
6 years, 7 months ago (2014-04-30 20:31:01 UTC) #16
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-04-30 21:32:17 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel on tryserver.chromium
6 years, 7 months ago (2014-04-30 21:32:17 UTC) #18
rpaquay
The CQ bit was checked by rpaquay@chromium.org
6 years, 7 months ago (2014-05-01 15:58:21 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rpaquay@chromium.org/245933002/210001
6 years, 7 months ago (2014-05-01 15:58:59 UTC) #20
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-05-01 16:59:49 UTC) #21
commit-bot: I haz the power
Failed to apply patch for extensions/browser/extension_function_histogram_value.h: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 7 months ago (2014-05-01 16:59:50 UTC) #22
rpaquay
The CQ bit was checked by rpaquay@chromium.org
6 years, 7 months ago (2014-05-01 19:34:11 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rpaquay@chromium.org/245933002/230001
6 years, 7 months ago (2014-05-01 19:34:34 UTC) #24
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-05-01 21:06:10 UTC) #25
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel on tryserver.chromium
6 years, 7 months ago (2014-05-01 21:06:10 UTC) #26
rpaquay
The CQ bit was checked by rpaquay@chromium.org
6 years, 7 months ago (2014-05-01 21:13:04 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rpaquay@chromium.org/245933002/230001
6 years, 7 months ago (2014-05-01 21:13:42 UTC) #28
commit-bot: I haz the power
6 years, 7 months ago (2014-05-02 00:34:13 UTC) #29
Message was sent while issue was closed.
Change committed as 267697

Powered by Google App Engine
This is Rietveld 408576698