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

Issue 642693003: [Athena] Copy implementation of some ExtensionTabUtil methods. (Closed)

Created:
6 years, 1 month ago by Nikita (slow)
Modified:
6 years, 1 month ago
Reviewers:
Finnur, benwells, oshima
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, extensions-reviews_chromium.org, hashimoto
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

[Athena] Copy implementation of some ExtensionTabUtil methods. Fixes sign in bug (white screen and no way to proceed) with https://codereview.chromium.org/473153002/ BUG=426855 Committed: https://crrev.com/f61de3e9a6142a5626262e528eb73ad2b083a4b2 Cr-Commit-Position: refs/heads/master@{#301609}

Patch Set 1 #

Total comments: 4

Patch Set 2 : review #

Patch Set 3 : remove another method #

Total comments: 2

Patch Set 4 : remove tab_strip usage #

Patch Set 5 : remove header #

Unified diffs Side-by-side diffs Delta from patch set Stats (+68 lines, -9 lines) Patch
M chrome/browser/extensions/extension_tab_util_athena.cc View 1 2 3 4 5 chunks +68 lines, -9 lines 0 comments Download

Messages

Total messages: 25 (6 generated)
Nikita (slow)
Oshima, please suggest whether this is acceptable way to proceed since I'm now relanding https://codereview.chromium.org/473153002/ ...
6 years, 1 month ago (2014-10-24 13:41:04 UTC) #2
oshima
https://codereview.chromium.org/642693003/diff/1/chrome/browser/extensions/extension_tab_util_athena.cc File chrome/browser/extensions/extension_tab_util_athena.cc (right): https://codereview.chromium.org/642693003/diff/1/chrome/browser/extensions/extension_tab_util_athena.cc#newcode236 chrome/browser/extensions/extension_tab_util_athena.cc:236: for (chrome::BrowserIterator it; !it.done(); it.Next()) { there is no ...
6 years, 1 month ago (2014-10-24 14:41:26 UTC) #3
Nikita (slow)
https://codereview.chromium.org/642693003/diff/1/chrome/browser/extensions/extension_tab_util_athena.cc File chrome/browser/extensions/extension_tab_util_athena.cc (right): https://codereview.chromium.org/642693003/diff/1/chrome/browser/extensions/extension_tab_util_athena.cc#newcode236 chrome/browser/extensions/extension_tab_util_athena.cc:236: for (chrome::BrowserIterator it; !it.done(); it.Next()) { On 2014/10/24 14:41:26, ...
6 years, 1 month ago (2014-10-24 15:10:47 UTC) #4
Nikita (slow)
https://codereview.chromium.org/642693003/diff/1/chrome/browser/extensions/extension_tab_util_athena.cc File chrome/browser/extensions/extension_tab_util_athena.cc (right): https://codereview.chromium.org/642693003/diff/1/chrome/browser/extensions/extension_tab_util_athena.cc#newcode110 chrome/browser/extensions/extension_tab_util_athena.cc:110: WindowController* controller = GetAppWindowController(contents); I've removed impl for this ...
6 years, 1 month ago (2014-10-27 10:56:50 UTC) #5
oshima
https://codereview.chromium.org/642693003/diff/40001/chrome/browser/extensions/extension_tab_util_athena.cc File chrome/browser/extensions/extension_tab_util_athena.cc (right): https://codereview.chromium.org/642693003/diff/40001/chrome/browser/extensions/extension_tab_util_athena.cc#newcode118 chrome/browser/extensions/extension_tab_util_athena.cc:118: TabStripModel* tab_strip, do you know who/where creates tab_strip on ...
6 years, 1 month ago (2014-10-27 13:44:38 UTC) #6
Nikita (slow)
https://codereview.chromium.org/642693003/diff/40001/chrome/browser/extensions/extension_tab_util_athena.cc File chrome/browser/extensions/extension_tab_util_athena.cc (right): https://codereview.chromium.org/642693003/diff/40001/chrome/browser/extensions/extension_tab_util_athena.cc#newcode118 chrome/browser/extensions/extension_tab_util_athena.cc:118: TabStripModel* tab_strip, On 2014/10/27 13:44:38, oshima wrote: > do ...
6 years, 1 month ago (2014-10-27 15:07:27 UTC) #7
oshima
On 2014/10/27 15:07:27, Nikita Kostylev wrote: > https://codereview.chromium.org/642693003/diff/40001/chrome/browser/extensions/extension_tab_util_athena.cc > File chrome/browser/extensions/extension_tab_util_athena.cc (right): > > https://codereview.chromium.org/642693003/diff/40001/chrome/browser/extensions/extension_tab_util_athena.cc#newcode118 ...
6 years, 1 month ago (2014-10-27 15:09:38 UTC) #8
Nikita (slow)
On 2014/10/27 15:09:38, oshima wrote: > On 2014/10/27 15:07:27, Nikita Kostylev wrote: > > > ...
6 years, 1 month ago (2014-10-27 15:36:52 UTC) #9
Nikita (slow)
On 2014/10/27 15:09:38, oshima wrote: > On 2014/10/27 15:07:27, Nikita Kostylev wrote: > > > ...
6 years, 1 month ago (2014-10-27 15:44:36 UTC) #10
oshima
lgtm
6 years, 1 month ago (2014-10-27 18:12:15 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/642693003/80001
6 years, 1 month ago (2014-10-27 18:19:31 UTC) #13
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/20318)
6 years, 1 month ago (2014-10-27 18:28:47 UTC) #15
Nikita (slow)
+benwells@ for owners review.
6 years, 1 month ago (2014-10-27 20:10:48 UTC) #17
Nikita (slow)
longterm hashimoto@ is working on refactoring so that we can share the code as much ...
6 years, 1 month ago (2014-10-27 20:12:29 UTC) #18
Nikita (slow)
+finnur@ as well (trying to catch someone from owners) There's a bug that prevents new ...
6 years, 1 month ago (2014-10-28 09:35:12 UTC) #20
Finnur
OWNERS LGTM
6 years, 1 month ago (2014-10-28 09:57:32 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/642693003/80001
6 years, 1 month ago (2014-10-28 11:00:11 UTC) #23
commit-bot: I haz the power
Committed patchset #5 (id:80001)
6 years, 1 month ago (2014-10-28 12:01:11 UTC) #24
commit-bot: I haz the power
6 years, 1 month ago (2014-10-28 12:01:47 UTC) #25
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/f61de3e9a6142a5626262e528eb73ad2b083a4b2
Cr-Commit-Position: refs/heads/master@{#301609}

Powered by Google App Engine
This is Rietveld 408576698