summaryrefslogtreecommitdiffstats
path: root/AUTHORS
diff options
context:
space:
mode:
authorrosca@adobe.com <rosca@adobe.com@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-10 15:37:19 +0000
committerrosca@adobe.com <rosca@adobe.com@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-10 15:37:19 +0000
commit83918ec0ba0e4b63f6e56dfb03e7ca38ae1f124b (patch)
tree67e1a2ddc83e58171b78cc0b55a1345f27a83ca2 /AUTHORS
parent716290b0e324e6771abb2440a431711b04aad4e2 (diff)
downloadchromium_src-83918ec0ba0e4b63f6e56dfb03e7ca38ae1f124b.zip
chromium_src-83918ec0ba0e4b63f6e56dfb03e7ca38ae1f124b.tar.gz
chromium_src-83918ec0ba0e4b63f6e56dfb03e7ca38ae1f124b.tar.bz2
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 Review URL: https://chromiumcodereview.appspot.com/11773042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176092 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS1
1 files changed, 1 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index e7826c1..bd04305 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -217,3 +217,4 @@ Martin Bednorz <m.s.bednorz@gmail.com>
Kamil Jiwa <kamil.jiwa@gmail.com>
Keene Pan <keenepan@linpus.com>
Trevor Perrin <unsafe@trevp.net>
+Ion Rosca <rosca@adobe.com>