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

Issue 1057533005: Make service tab launcher a component (Closed)

Created:
5 years, 8 months ago by Mathias Hällman
Modified:
5 years, 8 months ago
CC:
chromium-reviews, Miguel Garcia
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Make service tab launcher a component BUG=473011 Committed: https://crrev.com/3ecfdfafd58ba9a8422b5fc7c4b128d31d8ff28f Cr-Commit-Position: refs/heads/master@{#324850}

Patch Set 1 #

Total comments: 5

Patch Set 2 : #

Patch Set 3 : #

Total comments: 1

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+165 lines, -302 lines) Patch
M chrome/android/BUILD.gn View 2 chunks +2 lines, -0 lines 0 comments Download
D chrome/android/java/src/org/chromium/chrome/browser/ServiceTabLauncher.java View 1 chunk +0 lines, -111 lines 0 comments Download
M chrome/android/shell/java/AndroidManifest.xml.jinja2 View 1 chunk +1 line, -1 line 0 comments Download
M chrome/android/shell/java/DEPS View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellActivity.java View 2 chunks +1 line, -1 line 0 comments Download
M chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellServiceTabLauncher.java View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/android/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/android/chrome_jni_registrar.cc View 3 chunks +2 lines, -2 lines 0 comments Download
D chrome/browser/android/service_tab_launcher.h View 1 chunk +0 lines, -63 lines 0 comments Download
D chrome/browser/android/service_tab_launcher.cc View 1 chunk +0 lines, -103 lines 0 comments Download
M chrome/browser/chrome_content_browser_client.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/chrome.gyp View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 3 chunks +1 line, -3 lines 0 comments Download
M components/components.gyp View 1 1 chunk +5 lines, -0 lines 0 comments Download
A components/service_tab_launcher.gypi View 1 1 chunk +52 lines, -0 lines 0 comments Download
A components/service_tab_launcher/BUILD.gn View 1 chunk +38 lines, -0 lines 0 comments Download
A + components/service_tab_launcher/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
A components/service_tab_launcher/OWNERS View 1 1 chunk +3 lines, -0 lines 0 comments Download
A + components/service_tab_launcher/android/DEPS View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + components/service_tab_launcher/android/java/src/org/chromium/components/service_tab_launcher/ServiceTabLauncher.java View 2 chunks +3 lines, -3 lines 0 comments Download
A + components/service_tab_launcher/browser/android/service_tab_launcher.h View 3 chunks +5 lines, -7 lines 0 comments Download
A + components/service_tab_launcher/browser/android/service_tab_launcher.cc View 3 chunks +4 lines, -6 lines 0 comments Download
A components/service_tab_launcher/component_jni_registrar.h View 1 1 chunk +17 lines, -0 lines 0 comments Download
A components/service_tab_launcher/component_jni_registrar.cc View 1 1 chunk +23 lines, -0 lines 0 comments Download

Messages

Total messages: 18 (4 generated)
Mathias Hällman
tedchoc, could you look at all things android? jochen, I think you're the guy for ...
5 years, 8 months ago (2015-04-02 08:13:11 UTC) #3
Peter Beverloo
This mostly lg % the gyp comments, but please add some OWNERS for the component. ...
5 years, 8 months ago (2015-04-02 14:27:47 UTC) #4
Ted C
https://codereview.chromium.org/1057533005/diff/1/components/service_tab_launcher/android/java/src/org/chromium/components/service_tab_launcher/ServiceTabLauncher.java File components/service_tab_launcher/android/java/src/org/chromium/components/service_tab_launcher/ServiceTabLauncher.java (right): https://codereview.chromium.org/1057533005/diff/1/components/service_tab_launcher/android/java/src/org/chromium/components/service_tab_launcher/ServiceTabLauncher.java#newcode24 components/service_tab_launcher/android/java/src/org/chromium/components/service_tab_launcher/ServiceTabLauncher.java:24: private static final String SERVICE_TAB_LAUNCHER_KEY = just for extra ...
5 years, 8 months ago (2015-04-02 16:48:07 UTC) #5
Mathias Hällman
Peter, could you answer Ted's question? Would either of you know what I need to ...
5 years, 8 months ago (2015-04-07 07:27:40 UTC) #6
Mathias Hällman
jochen, are you having a look? Should I ask someone else? peter, did you have ...
5 years, 8 months ago (2015-04-13 12:36:35 UTC) #7
Peter Beverloo
Oops, sorry! The answer is rather innocent :). https://codereview.chromium.org/1057533005/diff/1/components/service_tab_launcher/android/java/src/org/chromium/components/service_tab_launcher/ServiceTabLauncher.java File components/service_tab_launcher/android/java/src/org/chromium/components/service_tab_launcher/ServiceTabLauncher.java (right): https://codereview.chromium.org/1057533005/diff/1/components/service_tab_launcher/android/java/src/org/chromium/components/service_tab_launcher/ServiceTabLauncher.java#newcode24 components/service_tab_launcher/android/java/src/org/chromium/components/service_tab_launcher/ServiceTabLauncher.java:24: private ...
5 years, 8 months ago (2015-04-13 12:53:21 UTC) #8
jochen (gone - plz use gerrit)
lgtm https://codereview.chromium.org/1057533005/diff/40001/components/service_tab_launcher/android/DEPS File components/service_tab_launcher/android/DEPS (right): https://codereview.chromium.org/1057533005/diff/40001/components/service_tab_launcher/android/DEPS#newcode4 components/service_tab_launcher/android/DEPS:4: nit remove empty line
5 years, 8 months ago (2015-04-13 13:23:43 UTC) #9
jochen (gone - plz use gerrit)
(but please wait for Peter/Ted to also approve)
5 years, 8 months ago (2015-04-13 13:30:50 UTC) #10
Mathias Hällman
Will do I'm confused by the failing build though, some test which shouldn't be affected ...
5 years, 8 months ago (2015-04-13 13:38:05 UTC) #11
Peter Beverloo
lgtm I'll take care of our downstream build breakage. On 2015/04/13 13:38:05, Mathias Hällman wrote: ...
5 years, 8 months ago (2015-04-13 13:53:18 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1057533005/60001
5 years, 8 months ago (2015-04-13 13:57:12 UTC) #15
Mathias Hällman
On 2015/04/13 13:53:18, Peter Beverloo wrote: > That looks like a flake to me. It ...
5 years, 8 months ago (2015-04-13 13:57:52 UTC) #16
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 8 months ago (2015-04-13 15:06:21 UTC) #17
commit-bot: I haz the power
5 years, 8 months ago (2015-04-13 15:07:23 UTC) #18
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/3ecfdfafd58ba9a8422b5fc7c4b128d31d8ff28f
Cr-Commit-Position: refs/heads/master@{#324850}

Powered by Google App Engine
This is Rietveld 408576698