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

Issue 9391024: Custom frame UI for platform apps on Windows. (Closed)

Created:
8 years, 10 months ago by jeremya
Modified:
8 years, 10 months ago
CC:
chromium-reviews, yusukes+watch_chromium.org, ben+watch_chromium.org, tfarina, jam, penghuang+watch_chromium.org, mihaip+watch_chromium.org, joi+watch-content_chromium.org, Aaron Boodman, darin-cc_chromium.org, james sue_chromium.org, benwells
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Custom frame UI for platform apps on Windows. Initially committed as r121408, this patch contains fixes for XP, and for aura on CrOS and Windows. Initial code review: http://codereview.chromium.org/9254046/ BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=122242 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=122934

Patch Set 1 #

Total comments: 2

Patch Set 2 : rebase #

Patch Set 3 : fix for xp #

Patch Set 4 : "Transparent" -> "Clickthrough", fix patchset #

Unified diffs Side-by-side diffs Delta from patch set Stats (+193 lines, -7 lines) Patch
M chrome/browser/ui/views/extensions/extension_view.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/views/extensions/extension_view.cc View 1 2 2 chunks +8 lines, -1 line 0 comments Download
M chrome/browser/ui/views/extensions/shell_window_views.h View 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/extensions/shell_window_views.cc View 1 2 3 3 chunks +108 lines, -1 line 0 comments Download
M chrome/browser/ui/views/tab_contents/native_tab_contents_view_win.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/views/tab_contents/native_tab_contents_view_win.cc View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/render_widget_host_view_win.h View 1 2 3 5 chunks +7 lines, -0 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_win.cc View 1 2 3 3 chunks +22 lines, -1 line 0 comments Download
M content/public/browser/render_widget_host_view.h View 1 2 3 2 chunks +6 lines, -0 lines 0 comments Download
M ui/views/widget/native_widget_win.h View 1 2 chunks +6 lines, -0 lines 0 comments Download
M ui/views/widget/native_widget_win.cc View 1 2 6 chunks +17 lines, -3 lines 0 comments Download
M ui/views/widget/widget.h View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M ui/views/widget/widget.cc View 1 2 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 17 (0 generated)
jeremya
https://chromiumcodereview.appspot.com/9391024/diff/1/chrome/browser/ui/views/extensions/shell_window_views.cc File chrome/browser/ui/views/extensions/shell_window_views.cc (right): https://chromiumcodereview.appspot.com/9391024/diff/1/chrome/browser/ui/views/extensions/shell_window_views.cc#newcode10 chrome/browser/ui/views/extensions/shell_window_views.cc:10: #include "ui/base/hit_test.h" Added this line. https://chromiumcodereview.appspot.com/9391024/diff/1/chrome/browser/ui/views/extensions/shell_window_views.cc#newcode153 chrome/browser/ui/views/extensions/shell_window_views.cc:153: #if defined(OS_WIN) ...
8 years, 10 months ago (2012-02-13 23:52:30 UTC) #1
Ben Goodger (Google)
lgtm
8 years, 10 months ago (2012-02-15 20:40:10 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jeremya@chromium.org/9391024/1
8 years, 10 months ago (2012-02-15 20:42:10 UTC) #3
commit-bot: I haz the power
Try job failure for 9391024-1 (retry) on win_rel for step "compile" (clobber build). It's a ...
8 years, 10 months ago (2012-02-15 21:36:29 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jeremya@chromium.org/9391024/12002
8 years, 10 months ago (2012-02-16 01:38:45 UTC) #5
commit-bot: I haz the power
Try job failure for 9391024-12002 (retry) on linux_rel for step "ui_tests". It's a second try, ...
8 years, 10 months ago (2012-02-16 02:48:21 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jeremya@chromium.org/9391024/12002
8 years, 10 months ago (2012-02-16 03:01:49 UTC) #7
commit-bot: I haz the power
Change committed as 122242
8 years, 10 months ago (2012-02-16 04:27:34 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jeremya@chromium.org/9391024/18006
8 years, 10 months ago (2012-02-21 06:15:10 UTC) #9
commit-bot: I haz the power
Presubmit check for 9391024-18006 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 10 months ago (2012-02-21 06:15:20 UTC) #10
jeremya
Hi jam- I need this API for some platform apps stuff. I'm not sure if ...
8 years, 10 months ago (2012-02-21 06:16:53 UTC) #11
jeremya
https://chromiumcodereview.appspot.com/9391024/diff/20016/content/public/browser/render_widget_host_view.h File content/public/browser/render_widget_host_view.h (right): https://chromiumcodereview.appspot.com/9391024/diff/20016/content/public/browser/render_widget_host_view.h#newcode143 content/public/browser/render_widget_host_view.h:143: virtual void SetTransparentRegion(SkRegion* region) {} This is the API ...
8 years, 10 months ago (2012-02-21 06:22:17 UTC) #12
jam
if ben is fine with it on the interface, lgtm. it doesnt break any content/chrome ...
8 years, 10 months ago (2012-02-21 18:36:20 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jeremya@chromium.org/9391024/20016
8 years, 10 months ago (2012-02-21 22:51:32 UTC) #14
commit-bot: I haz the power
Can't process patch for file content/public/browser/render_widget_host_view.h. File's status is None, patchset upload is incomplete.
8 years, 10 months ago (2012-02-21 22:51:35 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jeremya@chromium.org/9391024/28001
8 years, 10 months ago (2012-02-21 23:04:11 UTC) #16
commit-bot: I haz the power
8 years, 10 months ago (2012-02-22 00:54:55 UTC) #17
Change committed as 122934

Powered by Google App Engine
This is Rietveld 408576698