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

Issue 58873002: Adjusts panel ifdefs for aura (Closed)

Created:
7 years, 1 month ago by sky
Modified:
7 years, 1 month ago
CC:
chromium-reviews, extensions-reviews_chromium.org, jennb, jianli, dcheng, chromium-apps-reviews_chromium.org
Visibility:
Public.

Description

Adjusts panel ifdefs for aura I believe this gives us the behavior we're after. BUG=289535 TEST=see bug R=dimich@chromium.org, mpcomplete@chromium.org, stevenjb@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=233402

Patch Set 1 #

Total comments: 5

Patch Set 2 : integrate feedback #

Total comments: 2

Patch Set 3 : merge 2 trunk #

Patch Set 4 : remove unnecessary call #

Patch Set 5 : merge 2 trunk again #

Patch Set 6 : add back ifdef #

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

Messages

Total messages: 21 (0 generated)
sky
7 years, 1 month ago (2013-11-05 04:01:34 UTC) #1
Dmitry Titov
Thanks a lot Scott! Couple of notes: https://codereview.chromium.org/58873002/diff/1/chrome/browser/extensions/api/tabs/tabs_api.cc File chrome/browser/extensions/api/tabs/tabs_api.cc (right): https://codereview.chromium.org/58873002/diff/1/chrome/browser/extensions/api/tabs/tabs_api.cc#newcode207 chrome/browser/extensions/api/tabs/tabs_api.cc:207: #if defined(OS_WIN) ...
7 years, 1 month ago (2013-11-05 05:53:07 UTC) #2
sky
https://codereview.chromium.org/58873002/diff/1/chrome/browser/extensions/api/tabs/tabs_api.cc File chrome/browser/extensions/api/tabs/tabs_api.cc (right): https://codereview.chromium.org/58873002/diff/1/chrome/browser/extensions/api/tabs/tabs_api.cc#newcode207 chrome/browser/extensions/api/tabs/tabs_api.cc:207: #if defined(OS_WIN) && !defined(USE_AURA) On 2013/11/05 05:53:07, Dmitry Titov ...
7 years, 1 month ago (2013-11-05 15:49:36 UTC) #3
stevenjb
lgtm
7 years, 1 month ago (2013-11-05 16:31:41 UTC) #4
Dmitry Titov
lgtm with small nit: https://codereview.chromium.org/58873002/diff/70001/chrome/browser/extensions/api/tabs/tabs_api.cc File chrome/browser/extensions/api/tabs/tabs_api.cc (right): https://codereview.chromium.org/58873002/diff/70001/chrome/browser/extensions/api/tabs/tabs_api.cc#newcode533 chrome/browser/extensions/api/tabs/tabs_api.cc:533: if (PanelManager::ShouldUsePanels(extension_id) && This check ...
7 years, 1 month ago (2013-11-05 17:47:18 UTC) #5
sky
https://codereview.chromium.org/58873002/diff/70001/chrome/browser/extensions/api/tabs/tabs_api.cc File chrome/browser/extensions/api/tabs/tabs_api.cc (right): https://codereview.chromium.org/58873002/diff/70001/chrome/browser/extensions/api/tabs/tabs_api.cc#newcode533 chrome/browser/extensions/api/tabs/tabs_api.cc:533: if (PanelManager::ShouldUsePanels(extension_id) && On 2013/11/05 17:47:19, Dmitry Titov wrote: ...
7 years, 1 month ago (2013-11-05 18:07:54 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sky@chromium.org/58873002/160001
7 years, 1 month ago (2013-11-05 18:10:30 UTC) #7
commit-bot: I haz the power
Retried try job too often on linux_rel for step(s) base_unittests, browser_tests, cacheinvalidation_unittests, cc_unittests, check_deps, chromedriver2_unittests, ...
7 years, 1 month ago (2013-11-05 18:50:01 UTC) #8
sky
I had to add back an ifdef as AshPanelContents only makes sense on ash. Diff ...
7 years, 1 month ago (2013-11-05 20:17:03 UTC) #9
Matt Perry
I don't know enough about this to review it. The other 2 LGTMs should be ...
7 years, 1 month ago (2013-11-05 20:22:29 UTC) #10
stevenjb
lgtm
7 years, 1 month ago (2013-11-05 20:34:43 UTC) #11
Dmitry Titov
Lgtm 2
7 years, 1 month ago (2013-11-05 21:29:31 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sky@chromium.org/58873002/300002
7 years, 1 month ago (2013-11-05 21:49:18 UTC) #13
commit-bot: I haz the power
Retried try job too often on linux_rel for step(s) interactive_ui_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_rel&number=185492
7 years, 1 month ago (2013-11-05 23:14:37 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sky@chromium.org/58873002/300002
7 years, 1 month ago (2013-11-06 00:26:59 UTC) #15
commit-bot: I haz the power
Retried try job too often on linux_aura for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_aura&number=94399
7 years, 1 month ago (2013-11-06 04:44:42 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sky@chromium.org/58873002/300002
7 years, 1 month ago (2013-11-06 14:59:55 UTC) #17
commit-bot: I haz the power
Retried try job too often on linux_aura for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_aura&number=94997
7 years, 1 month ago (2013-11-06 18:40:20 UTC) #18
sky
Committed patchset #6 manually as r233402 (presubmit successful).
7 years, 1 month ago (2013-11-06 22:43:57 UTC) #19
Dmitry Titov
I will take care of merging it into m32 once we have this on Canary ...
7 years, 1 month ago (2013-11-06 22:51:30 UTC) #20
sky
7 years, 1 month ago (2013-11-07 01:36:24 UTC) #21
Thanks! I passed the bug your way.

  -Scott

On Wed, Nov 6, 2013 at 2:51 PM,  <dimich@chromium.org> wrote:
> I will take care of merging it into m32 once we have this on Canary for a
> couple
> days.
>
> https://codereview.chromium.org/58873002/

To unsubscribe from this group and stop receiving emails from it, send an email
to chromium-reviews+unsubscribe@chromium.org.

Powered by Google App Engine
This is Rietveld 408576698