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

Issue 11773042: Allow embedders to provide a custom view for popup (select box) widgets, (Closed)

Created:
7 years, 11 months ago by rosca
Modified:
7 years, 11 months ago
Reviewers:
Avi (use Gerrit), jam, Jói
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, sail+watch_chromium.org
Base URL:
http://src.chromium.org/chrome/trunk/src/
Visibility:
Public.

Description

Allow embedders to provide a custom view for popup (select box) widgets, the same way they have the ability to provide a custom view for page widgets. All the widget views are created using WebContentsView, which can be overriden by embedders with ContentBrowserClient::OverrideCreateWebContentsView Contributed by rosca@adobe.com BUG=155761 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=176092

Patch Set 1 #

Total comments: 5

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+58 lines, -2 lines) Patch
M AUTHORS View 1 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/web_contents/web_contents_impl.cc View 1 1 chunk +4 lines, -2 lines 0 comments Download
M content/browser/web_contents/web_contents_view_android.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M content/browser/web_contents/web_contents_view_android.cc View 1 1 chunk +5 lines, -0 lines 0 comments Download
M content/browser/web_contents/web_contents_view_aura.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M content/browser/web_contents/web_contents_view_aura.cc View 1 1 chunk +5 lines, -0 lines 0 comments Download
M content/browser/web_contents/web_contents_view_gtk.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M content/browser/web_contents/web_contents_view_gtk.cc View 1 1 chunk +5 lines, -0 lines 0 comments Download
M content/browser/web_contents/web_contents_view_guest.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M content/browser/web_contents/web_contents_view_guest.cc View 1 1 chunk +5 lines, -0 lines 0 comments Download
M content/browser/web_contents/web_contents_view_mac.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M content/browser/web_contents/web_contents_view_mac.mm View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M content/browser/web_contents/web_contents_view_win.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M content/browser/web_contents/web_contents_view_win.cc View 1 1 chunk +5 lines, -0 lines 0 comments Download
M content/public/browser/web_contents_view.h View 1 1 chunk +4 lines, -0 lines 0 comments Download
M content/test/test_web_contents_view.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M content/test/test_web_contents_view.cc View 1 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
rosca
Please review, Thanks, Ion.
7 years, 11 months ago (2013-01-08 13:38:38 UTC) #1
Avi (use Gerrit)
https://codereview.chromium.org/11773042/diff/1/content/browser/web_contents/web_contents_view_android.cc File content/browser/web_contents/web_contents_view_android.cc (right): https://codereview.chromium.org/11773042/diff/1/content/browser/web_contents/web_contents_view_android.cc#newcode85 content/browser/web_contents/web_contents_view_android.cc:85: return RenderWidgetHostViewPort::CreateViewForWidget(render_widget_host); In this and other platform files, why ...
7 years, 11 months ago (2013-01-08 16:46:47 UTC) #2
rosca
https://codereview.chromium.org/11773042/diff/1/content/browser/web_contents/web_contents_view_android.cc File content/browser/web_contents/web_contents_view_android.cc (right): https://codereview.chromium.org/11773042/diff/1/content/browser/web_contents/web_contents_view_android.cc#newcode85 content/browser/web_contents/web_contents_view_android.cc:85: return RenderWidgetHostViewPort::CreateViewForWidget(render_widget_host); On 2013/01/08 16:46:47, Avi wrote: > In ...
7 years, 11 months ago (2013-01-08 19:34:29 UTC) #3
Avi (use Gerrit)
OK, this looks reasonable, lgtm. Jói, what do you think? https://codereview.chromium.org/11773042/diff/1/content/browser/web_contents/web_contents_view_android.cc File content/browser/web_contents/web_contents_view_android.cc (right): https://codereview.chromium.org/11773042/diff/1/content/browser/web_contents/web_contents_view_android.cc#newcode85 ...
7 years, 11 months ago (2013-01-08 20:51:15 UTC) #4
Jói
+jam This seems fine to me but I think John should review. Cheers, Jói
7 years, 11 months ago (2013-01-09 00:13:57 UTC) #5
jam
https://codereview.chromium.org/11773042/diff/1/AUTHORS File AUTHORS (right): https://codereview.chromium.org/11773042/diff/1/AUTHORS#newcode218 AUTHORS:218: Ion Rosca <rosca@adobe.com> see http://dev.chromium.org/developers/contributing-code/external-contributor-checklist you need to sign ...
7 years, 11 months ago (2013-01-09 17:01:09 UTC) #6
Jói
https://codereview.chromium.org/11773042/diff/1/AUTHORS File AUTHORS (right): https://codereview.chromium.org/11773042/diff/1/AUTHORS#newcode218 AUTHORS:218: Ion Rosca <rosca@adobe.com> On 2013/01/09 17:01:10, John Abd-El-Malek wrote: ...
7 years, 11 months ago (2013-01-09 17:02:56 UTC) #7
jam
On 2013/01/09 17:02:56, Jói wrote: > https://codereview.chromium.org/11773042/diff/1/AUTHORS > File AUTHORS (right): > > https://codereview.chromium.org/11773042/diff/1/AUTHORS#newcode218 > ...
7 years, 11 months ago (2013-01-09 19:06:39 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rosca@adobe.com/11773042/1
7 years, 11 months ago (2013-01-09 19:16:09 UTC) #9
commit-bot: I haz the power
Failed to apply patch for AUTHORS: While running patch -p0 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 11 months ago (2013-01-09 19:16:13 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rosca@adobe.com/11773042/13002
7 years, 11 months ago (2013-01-10 09:22:07 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rosca@adobe.com/11773042/25006
7 years, 11 months ago (2013-01-10 10:08:58 UTC) #12
commit-bot: I haz the power
Retried try job too often on win_aura for step(s) content_browsertests
7 years, 11 months ago (2013-01-10 11:45:38 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rosca@adobe.com/11773042/25006
7 years, 11 months ago (2013-01-10 13:52:41 UTC) #14
commit-bot: I haz the power
7 years, 11 months ago (2013-01-10 15:37:21 UTC) #15
Message was sent while issue was closed.
Change committed as 176092

Powered by Google App Engine
This is Rietveld 408576698