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

Issue 522763002: Moving capture_web_contents_function 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, Fady Samuel, Xi Han, wjmaclean
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Moving capture_web_contents_function to extensions. BUG=352290 Committed: https://crrev.com/b83f02affca36a2da9a8a4c77b5b5b9d5d4db7ff Cr-Commit-Position: refs/heads/master@{#293356}

Patch Set 1 #

Total comments: 1

Patch Set 2 : Explicitly instantiate the template. #

Total comments: 1

Patch Set 3 : Documenting the inheritance of CaptureWebContentsFunction #

Unified diffs Side-by-side diffs Delta from patch set Stats (+60 lines, -249 lines) Patch
D chrome/browser/extensions/api/capture_web_contents_function.h View 1 chunk +0 lines, -65 lines 0 comments Download
D chrome/browser/extensions/api/capture_web_contents_function.cc View 1 chunk +0 lines, -138 lines 0 comments Download
M chrome/browser/extensions/api/tabs/tabs_api.h View 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/tabs/tabs_api.cc View 1 2 chunks +3 lines, -0 lines 0 comments Download
M chrome/browser/extensions/api/tabs/tabs_constants.h View 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/browser/extensions/api/tabs/tabs_constants.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/browser/extensions/api/web_view/web_view_internal_api.h View 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/web_view/web_view_internal_api.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/chrome_browser_extensions.gypi View 1 1 chunk +0 lines, -2 lines 0 comments Download
A + extensions/browser/api/capture_web_contents_function.h View 1 2 3 chunks +9 lines, -4 lines 0 comments Download
A + extensions/browser/api/capture_web_contents_function_impl.h View 6 chunks +30 lines, -26 lines 0 comments Download
M extensions/browser/extension_function.h View 2 chunks +2 lines, -2 lines 0 comments Download
M extensions/common/constants.h View 1 1 chunk +4 lines, -0 lines 0 comments Download
M extensions/common/constants.cc View 1 1 chunk +3 lines, -0 lines 0 comments Download
M extensions/extensions.gyp View 1 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 17 (5 generated)
lfg
lfg@chromium.org changed reviewers: + rockot@chromium.org
6 years, 3 months ago (2014-08-29 14:35:41 UTC) #1
lfg
6 years, 3 months ago (2014-08-29 14:35:41 UTC) #2
Ken Rockot(use gerrit already)
Any idea why this isn't linking on Windows? https://codereview.chromium.org/522763002/diff/1/extensions/browser/extension_function.h File extensions/browser/extension_function.h (right): https://codereview.chromium.org/522763002/diff/1/extensions/browser/extension_function.h#newcode56 extensions/browser/extension_function.h:56: this->bad_message_ ...
6 years, 3 months ago (2014-09-02 21:16:22 UTC) #3
lfg
On 2014/09/02 21:16:22, Ken Rockot wrote: > Any idea why this isn't linking on Windows? ...
6 years, 3 months ago (2014-09-03 22:47:08 UTC) #4
Ken Rockot(use gerrit already)
lgtm https://codereview.chromium.org/522763002/diff/20001/extensions/browser/api/capture_web_contents_function.h File extensions/browser/api/capture_web_contents_function.h (right): https://codereview.chromium.org/522763002/diff/20001/extensions/browser/api/capture_web_contents_function.h#newcode19 extensions/browser/api/capture_web_contents_function.h:19: // This is used by both webview.captureVisibleRegion and ...
6 years, 3 months ago (2014-09-04 01:27:50 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/lfg@chromium.org/522763002/40001
6 years, 3 months ago (2014-09-04 14:29:11 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: mac_gpu_retina_triggered_tests on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/mac_gpu_retina_triggered_tests/builds/43607) win_chromium_x64_rel_swarming on tryserver.chromium.win (http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_x64_rel_swarming/builds/5905)
6 years, 3 months ago (2014-09-04 15:30:03 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/lfg@chromium.org/522763002/40001
6 years, 3 months ago (2014-09-04 19:23:14 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: win_gpu_triggered_tests on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/win_gpu_triggered_tests/builds/47777)
6 years, 3 months ago (2014-09-04 21:15:44 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/lfg@chromium.org/522763002/40001
6 years, 3 months ago (2014-09-04 21:19:47 UTC) #15
commit-bot: I haz the power
Committed patchset #3 (id:40001) as fdc88dda31551a814c4db10fde638de35773a2bb
6 years, 3 months ago (2014-09-04 22:15:06 UTC) #16
commit-bot: I haz the power
6 years, 3 months ago (2014-09-10 03:33:17 UTC) #17
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/b83f02affca36a2da9a8a4c77b5b5b9d5d4db7ff
Cr-Commit-Position: refs/heads/master@{#293356}

Powered by Google App Engine
This is Rietveld 408576698