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

Issue 404383002: Experimental app list: custom launcher pages handle web contents events. (Closed)

Created:
6 years, 5 months ago by Matt Giuca
Modified:
6 years, 4 months ago
Reviewers:
benwells
CC:
chromium-reviews, chrome-apps-syd-reviews_chromium.org, tfarina, chromium-apps-reviews_chromium.org
Project:
chromium
Visibility:
Public.

Description

Experimental app list: custom launcher pages handle web contents events. CustomLauncherPageContents now implements WebContentsDelegate. Now web features that rely on the browser, such as clicking links and opening file choosers, are handled rather than being ignored. BUG=391137 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=287331

Patch Set 1 #

Patch Set 2 : Rebase (completely rearchitected). #

Patch Set 3 : Rebase. #

Total comments: 5

Patch Set 4 : Rebase. #

Patch Set 5 : Use a scoped_ptr argument. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+123 lines, -5 lines) Patch
M apps/custom_launcher_page_contents.h View 1 2 3 4 4 chunks +43 lines, -2 lines 0 comments Download
M apps/custom_launcher_page_contents.cc View 1 2 3 4 4 chunks +76 lines, -2 lines 0 comments Download
M chrome/browser/ui/app_list/app_list_view_delegate.cc View 1 2 3 4 2 chunks +4 lines, -1 line 0 comments Download

Messages

Total messages: 8 (0 generated)
Matt Giuca
I think this might need a small rebasing against changes made to the previous CL, ...
6 years, 4 months ago (2014-08-04 00:17:54 UTC) #1
benwells
https://codereview.chromium.org/404383002/diff/60001/apps/custom_launcher_page_contents.h File apps/custom_launcher_page_contents.h (right): https://codereview.chromium.org/404383002/diff/60001/apps/custom_launcher_page_contents.h#newcode34 apps/custom_launcher_page_contents.h:34: CustomLauncherPageContents(AppDelegate* app_delegate, If you make this a scoped_ptr<AppDelegate> it ...
6 years, 4 months ago (2014-08-04 02:35:20 UTC) #2
Matt Giuca
https://codereview.chromium.org/404383002/diff/60001/apps/custom_launcher_page_contents.h File apps/custom_launcher_page_contents.h (right): https://codereview.chromium.org/404383002/diff/60001/apps/custom_launcher_page_contents.h#newcode34 apps/custom_launcher_page_contents.h:34: CustomLauncherPageContents(AppDelegate* app_delegate, On 2014/08/04 02:35:20, benwells wrote: > If ...
6 years, 4 months ago (2014-08-04 06:25:58 UTC) #3
benwells
lgtm https://codereview.chromium.org/404383002/diff/60001/apps/custom_launcher_page_contents.h File apps/custom_launcher_page_contents.h (right): https://codereview.chromium.org/404383002/diff/60001/apps/custom_launcher_page_contents.h#newcode34 apps/custom_launcher_page_contents.h:34: CustomLauncherPageContents(AppDelegate* app_delegate, On 2014/08/04 06:25:58, Matt Giuca wrote: ...
6 years, 4 months ago (2014-08-04 06:53:16 UTC) #4
Matt Giuca
> Yes was what I meant. I'm not sure if you've got the Pass calls ...
6 years, 4 months ago (2014-08-04 07:00:40 UTC) #5
Matt Giuca
The CQ bit was checked by mgiuca@chromium.org
6 years, 4 months ago (2014-08-04 10:41:22 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mgiuca@chromium.org/404383002/100001
6 years, 4 months ago (2014-08-04 10:41:43 UTC) #7
commit-bot: I haz the power
6 years, 4 months ago (2014-08-04 13:52:12 UTC) #8
Message was sent while issue was closed.
Change committed as 287331

Powered by Google App Engine
This is Rietveld 408576698