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

Issue 26695007: aura: Allow creating content_shell without views. (Closed)

Created:
7 years, 2 months ago by sadrul
Modified:
7 years, 1 month ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam, jochen+watch_chromium.org
Visibility:
Public.

Description

aura: Allow creating content_shell without views. This builds content_shell with use_aura=1 and toolkit_views=0. BUG=none R=derat@chromium.org, jamescook@chromium.org, jochen@chromium.org Previously, on this issue: * Landed in r229507 * Speculatively reverted in r229521. * Relanded in r229524, since the revert didn't fix anything. * Reverted in r229525 because it broken win-blink bots. * Committed again in r229671 with an incorrect fix. * Reverted in r229683 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=229704

Patch Set 1 #

Total comments: 5

Patch Set 2 : . #

Patch Set 3 : . #

Patch Set 4 : unrevert #

Patch Set 5 : . #

Patch Set 6 : focus-client-fix #

Patch Set 7 : unrevert #

Unified diffs Side-by-side diffs Delta from patch set Stats (+193 lines, -313 lines) Patch
M build/build_config.h View 1 chunk +1 line, -1 line 0 comments Download
M content/content_shell.gypi View 1 2 3 4 5 6 2 chunks +23 lines, -4 lines 0 comments Download
M content/shell/DEPS View 1 chunk +1 line, -1 line 0 comments Download
M content/shell/browser/shell.h View 1 2 3 4 3 chunks +9 lines, -0 lines 0 comments Download
M content/shell/browser/shell.cc View 1 1 chunk +4 lines, -0 lines 0 comments Download
A content/shell/browser/shell_aura.h View 1 1 chunk +46 lines, -0 lines 0 comments Download
M content/shell/browser/shell_aura.cc View 1 2 3 4 5 2 chunks +108 lines, -304 lines 0 comments Download
A + content/shell/browser/shell_views.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
M ui/events/events.gyp View 1 2 1 chunk +1 line, -3 lines 0 comments Download
M ui/ui.gyp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 26 (0 generated)
sadrul
I heard there was interest in building content_shell without views. This patch lets us do ...
7 years, 2 months ago (2013-10-17 05:09:11 UTC) #1
Daniel Erat
Thanks for doing this! https://codereview.chromium.org/26695007/diff/1/content/content_shell.gypi File content/content_shell.gypi (right): https://codereview.chromium.org/26695007/diff/1/content/content_shell.gypi#newcode236 content/content_shell.gypi:236: '../ui/base/strings/ui_strings.gyp:ui_strings', nit: is it possible ...
7 years, 2 months ago (2013-10-17 14:41:18 UTC) #2
Daniel Erat
(Or maybe I misunderstood and there's no plan to check this in immediately, in which ...
7 years, 2 months ago (2013-10-17 14:42:29 UTC) #3
James Cook
https://codereview.chromium.org/26695007/diff/1/content/shell/browser/shell_aura.cc File content/shell/browser/shell_aura.cc (right): https://codereview.chromium.org/26695007/diff/1/content/shell/browser/shell_aura.cc#newcode135 content/shell/browser/shell_aura.cc:135: void Shell::PlatformExit() { Should this clean up root_window_? I ...
7 years, 2 months ago (2013-10-17 17:18:35 UTC) #4
sadrul
On 2013/10/17 14:42:29, Daniel Erat wrote: > (Or maybe I misunderstood and there's no plan ...
7 years, 2 months ago (2013-10-17 17:48:39 UTC) #5
James Cook
On 2013/10/17 17:48:39, sadrul wrote: > On 2013/10/17 14:42:29, Daniel Erat wrote: > > (Or ...
7 years, 2 months ago (2013-10-17 17:56:28 UTC) #6
rjkroege
On 2013/10/17 17:56:28, James Cook wrote: > On 2013/10/17 17:48:39, sadrul wrote: > > On ...
7 years, 2 months ago (2013-10-17 20:44:51 UTC) #7
Daniel Erat
On 2013/10/17 20:44:51, rjkroege wrote: > On 2013/10/17 17:56:28, James Cook wrote: > > On ...
7 years, 2 months ago (2013-10-17 22:57:22 UTC) #8
James Cook
On 2013/10/17 22:57:22, Daniel Erat wrote: > On 2013/10/17 20:44:51, rjkroege wrote: > > On ...
7 years, 2 months ago (2013-10-17 23:00:42 UTC) #9
sadrul
Addressed the comments, and cleaned up the leaks. +jochen@ for content/shell/OWNERS https://codereview.chromium.org/26695007/diff/1/content/content_shell.gypi File content/content_shell.gypi (right): ...
7 years, 2 months ago (2013-10-18 13:05:19 UTC) #10
Daniel Erat
lgtm
7 years, 2 months ago (2013-10-18 14:46:00 UTC) #11
James Cook
lgtm
7 years, 2 months ago (2013-10-18 16:31:38 UTC) #12
jochen (gone - plz use gerrit)
lgtm
7 years, 2 months ago (2013-10-18 17:01:14 UTC) #13
sadrul
Committed patchset #3 manually as r229507 (presubmit successful).
7 years, 2 months ago (2013-10-19 02:04:39 UTC) #14
pfeldman
This has been rolled out due to http://build.chromium.org/p/chromium.webkit/builders/WebKit%20Win%20Builder/builds/44534/steps/compile/logs/stdio.
7 years, 2 months ago (2013-10-19 07:07:05 UTC) #15
sadrul
Committed patchset #6 manually as r229671 (presubmit successful).
7 years, 2 months ago (2013-10-20 06:08:39 UTC) #16
pfeldman
not lgtm. Please don't land this again, it breaks webkit builder. http://build.chromium.org/p/chromium.webkit/builders/WebKit%20Win%20Builder%20%28deps%29/builds/74852/steps/compile/logs/stdio
7 years, 2 months ago (2013-10-20 06:50:17 UTC) #17
sadrul
On 2013/10/20 06:50:17, pfeldman wrote: > not lgtm. Please don't land this again, it breaks ...
7 years, 2 months ago (2013-10-20 06:50:59 UTC) #18
pfeldman
On 2013/10/20 06:50:17, pfeldman wrote: > not lgtm. Please don't land this again, it breaks ...
7 years, 2 months ago (2013-10-20 06:51:20 UTC) #19
sadrul
On 2013/10/20 06:50:59, sadrul wrote: > On 2013/10/20 06:50:17, pfeldman wrote: > > not lgtm. ...
7 years, 2 months ago (2013-10-20 06:52:40 UTC) #20
pfeldman
On 2013/10/20 06:51:20, pfeldman wrote: > On 2013/10/20 06:50:17, pfeldman wrote: > > not lgtm. ...
7 years, 2 months ago (2013-10-20 06:52:41 UTC) #21
sadrul
I think I understand the problem now. The blink win bots are probably building non-aura, ...
7 years, 2 months ago (2013-10-20 07:47:50 UTC) #22
pfeldman
Daniel, James, jochen@: As sadrul@ explained me on IRC, updated change introduces following behavior: "when ...
7 years, 2 months ago (2013-10-20 18:33:28 UTC) #23
sadrul
Committed patchset #7 manually as r229704 (presubmit successful).
7 years, 2 months ago (2013-10-20 19:10:43 UTC) #24
Daniel Erat
lgtm
7 years, 2 months ago (2013-10-21 03:36:49 UTC) #25
James Cook
7 years, 2 months ago (2013-10-21 16:08:15 UTC) #26
Message was sent while issue was closed.
lgtm

Powered by Google App Engine
This is Rietveld 408576698