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

Issue 541753004: Split web_view_internal_api and move part of it to extensions. (Closed)

Created:
6 years, 3 months ago by lfg
Modified:
6 years, 3 months ago
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, extensions-reviews_chromium.org, wjmaclean
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Split web_view_internal_api and move part of it to extensions. BUG=352293 TBR=darin@chromium.org darin@ TBR'd for dependency on third_party. Committed: https://crrev.com/e4af45822daf2fb565b4a800e4c33739f17b940d Cr-Commit-Position: refs/heads/master@{#294394}

Patch Set 1 #

Total comments: 3

Patch Set 2 : Rebasing, moving the js files #

Patch Set 3 : #

Total comments: 2

Patch Set 4 : nits #

Total comments: 1

Patch Set 5 : #

Patch Set 6 : Rebasing #

Patch Set 7 : gn build #

Patch Set 8 : Rebasing #

Unified diffs Side-by-side diffs Delta from patch set Stats (+853 lines, -3158 lines) Patch
M chrome/browser/extensions/api/tabs/tabs_api.cc View 1 2 5 1 chunk +1 line, -0 lines 0 comments Download
A chrome/browser/extensions/api/web_view/chrome_web_view_internal_api.h View 1 chunk +134 lines, -0 lines 0 comments Download
A chrome/browser/extensions/api/web_view/chrome_web_view_internal_api.cc View 1 2 3 1 chunk +254 lines, -0 lines 0 comments Download
D chrome/browser/extensions/api/web_view/web_view_internal_api.h View 1 2 5 1 chunk +0 lines, -442 lines 0 comments Download
D chrome/browser/extensions/api/web_view/web_view_internal_api.cc View 1 2 5 1 chunk +0 lines, -605 lines 0 comments Download
M chrome/browser/extensions/menu_manager.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/guest_view/web_view/chrome_web_view_guest_delegate.h View 1 chunk +2 lines, -2 lines 0 comments Download
D chrome/browser/guest_view/web_view/web_view_find_helper.h View 1 chunk +0 lines, -190 lines 0 comments Download
D chrome/browser/guest_view/web_view/web_view_find_helper.cc View 1 chunk +0 lines, -282 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 6 7 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/chrome_browser_extensions.gypi View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/common/extensions/api/_api_features.json View 1 2 3 4 5 6 7 2 chunks +5 lines, -29 lines 0 comments Download
A + chrome/common/extensions/api/chrome_web_view_internal.json View 3 chunks +2 lines, -355 lines 0 comments Download
M chrome/common/extensions/api/schemas.gypi View 1 2 3 4 5 6 7 2 chunks +1 line, -1 line 0 comments Download
D chrome/common/extensions/api/web_view_internal.json View 1 chunk +0 lines, -724 lines 0 comments Download
M chrome/renderer/extensions/chrome_extensions_dispatcher_delegate.cc View 1 2 3 4 5 1 chunk +2 lines, -2 lines 0 comments Download
A + chrome/renderer/resources/extensions/chrome_web_view_internal_custom_bindings.js View 1 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/renderer/resources/extensions/web_view.js View 1 3 chunks +3 lines, -2 lines 0 comments Download
M chrome/renderer/resources/extensions/web_view_events.js View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/resources/extensions/web_view_experimental.js View 1 6 chunks +13 lines, -12 lines 0 comments Download
D chrome/renderer/resources/extensions/web_view_internal_custom_bindings.js View 1 1 chunk +0 lines, -130 lines 0 comments Download
M chrome/renderer/resources/renderer_resources.grd View 1 2 3 4 5 2 chunks +1 line, -1 line 0 comments Download
M extensions/browser/BUILD.gn View 1 2 3 4 5 6 7 2 chunks +4 lines, -0 lines 0 comments Download
M extensions/browser/DEPS View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
A + extensions/browser/api/web_view/web_view_internal_api.h View 1 2 5 5 chunks +2 lines, -118 lines 0 comments Download
A + extensions/browser/api/web_view/web_view_internal_api.cc View 1 2 5 5 chunks +6 lines, -244 lines 0 comments Download
M extensions/browser/guest_view/web_view/web_view_constants.cc View 1 1 chunk +1 line, -1 line 0 comments Download
A + extensions/browser/guest_view/web_view/web_view_find_helper.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + extensions/browser/guest_view/web_view/web_view_find_helper.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M extensions/common/api/_api_features.json View 1 2 3 4 5 6 7 1 chunk +30 lines, -1 line 0 comments Download
M extensions/common/api/schemas.gypi View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
A extensions/common/api/web_view_internal.json View 1 chunk +368 lines, -0 lines 0 comments Download
M extensions/extensions.gyp View 1 2 3 4 5 6 7 2 chunks +4 lines, -0 lines 0 comments Download
M extensions/renderer/dispatcher.cc View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M extensions/renderer/resources/extensions_renderer_resources.grd View 1 1 chunk +1 line, -0 lines 0 comments Download
A + extensions/renderer/resources/web_view_internal.js View 1 2 3 4 5 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 33 (11 generated)
lfg
This CL depends on https://codereview.chromium.org/538063003/ which is still in review.
6 years, 3 months ago (2014-09-04 20:36:04 UTC) #2
Fady Samuel
https://codereview.chromium.org/541753004/diff/1/chrome/browser/extensions/api/web_view/chrome_web_view_internal_api.cc File chrome/browser/extensions/api/web_view/chrome_web_view_internal_api.cc (right): https://codereview.chromium.org/541753004/diff/1/chrome/browser/extensions/api/web_view/chrome_web_view_internal_api.cc#newcode22 chrome/browser/extensions/api/web_view/chrome_web_view_internal_api.cc:22: int MaskForKey(const char* key) { This doesn't break WebView ...
6 years, 3 months ago (2014-09-04 20:41:09 UTC) #3
lfg
On 2014/09/04 20:41:09, Fady Samuel wrote: > https://codereview.chromium.org/541753004/diff/1/chrome/browser/extensions/api/web_view/chrome_web_view_internal_api.cc > File chrome/browser/extensions/api/web_view/chrome_web_view_internal_api.cc > (right): > > ...
6 years, 3 months ago (2014-09-04 21:05:42 UTC) #4
lfg
fsamuel: PTAL
6 years, 3 months ago (2014-09-08 21:57:14 UTC) #5
Fady Samuel
lgtm with nits. https://codereview.chromium.org/541753004/diff/40001/chrome/browser/extensions/api/tabs/tabs_api.cc File chrome/browser/extensions/api/tabs/tabs_api.cc (right): https://codereview.chromium.org/541753004/diff/40001/chrome/browser/extensions/api/tabs/tabs_api.cc#newcode73 chrome/browser/extensions/api/tabs/tabs_api.cc:73: #include "extensions/common/api/extension_types.h" Is this necessary? https://codereview.chromium.org/541753004/diff/40001/chrome/browser/extensions/api/web_view/chrome_web_view_internal_api.cc ...
6 years, 3 months ago (2014-09-08 22:16:32 UTC) #6
lfg
On 2014/09/08 22:16:32, Fady Samuel wrote: > lgtm with nits. > > https://codereview.chromium.org/541753004/diff/40001/chrome/browser/extensions/api/tabs/tabs_api.cc > File ...
6 years, 3 months ago (2014-09-08 23:22:57 UTC) #7
lfg
6 years, 3 months ago (2014-09-08 23:24:51 UTC) #9
Ken Rockot(use gerrit already)
lgtm https://codereview.chromium.org/541753004/diff/60001/chrome/common/extensions/api/_api_features.json File chrome/common/extensions/api/_api_features.json (right): https://codereview.chromium.org/541753004/diff/60001/chrome/common/extensions/api/_api_features.json#newcode805 chrome/common/extensions/api/_api_features.json:805: "windows": { I don't think this should have ...
6 years, 3 months ago (2014-09-09 23:20:07 UTC) #10
lfg
On 2014/09/09 23:20:07, Ken Rockot wrote: > lgtm > > https://codereview.chromium.org/541753004/diff/60001/chrome/common/extensions/api/_api_features.json > File chrome/common/extensions/api/_api_features.json (right): ...
6 years, 3 months ago (2014-09-10 14:29:12 UTC) #11
lfg
Could you review changes in: chrome/renderer/resources/renderer_resources.grd
6 years, 3 months ago (2014-09-10 14:32:14 UTC) #13
lfg
jamescook@: Could you review changes in: extensions/browser/DEPS
6 years, 3 months ago (2014-09-10 14:32:47 UTC) #15
sky
.grd LGTM
6 years, 3 months ago (2014-09-10 15:11:18 UTC) #16
James Cook
extensions/browser/DEPS lgtm
6 years, 3 months ago (2014-09-10 18:41:47 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/lfg@chromium.org/541753004/120001
6 years, 3 months ago (2014-09-10 21:02:18 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/10086)
6 years, 3 months ago (2014-09-10 21:23:20 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/lfg@chromium.org/541753004/120001
6 years, 3 months ago (2014-09-10 21:30:18 UTC) #23
commit-bot: I haz the power
Failed to apply patch for extensions/browser/DEPS: While running git apply --index -p1; error: patch failed: ...
6 years, 3 months ago (2014-09-10 23:32:49 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patchset/541753004/120001
6 years, 3 months ago (2014-09-10 23:49:51 UTC) #27
commit-bot: I haz the power
Failed to apply patch for extensions/browser/DEPS: While running git apply --index -p1; error: patch failed: ...
6 years, 3 months ago (2014-09-10 23:55:19 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patchset/541753004/140001
6 years, 3 months ago (2014-09-11 14:53:07 UTC) #31
commit-bot: I haz the power
Committed patchset #8 (id:140001) as 72326f97689004ec16c43a7418f7fb0710a35f73
6 years, 3 months ago (2014-09-11 15:53:00 UTC) #32
commit-bot: I haz the power
6 years, 3 months ago (2014-09-11 15:58:54 UTC) #33
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/e4af45822daf2fb565b4a800e4c33739f17b940d
Cr-Commit-Position: refs/heads/master@{#294394}

Powered by Google App Engine
This is Rietveld 408576698