summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/views/extensions/extension_view.cc
Commit message (Expand)AuthorAgeFilesLines
* views: Remove extension_view.*tfarina@chromium.org2012-09-121-179/+0
* events: Move some files into ui/base/events/sadrul@chromium.org2012-09-041-1/+1
* Replace views::MouseEvent with ui::MouseEventben@chromium.org2012-08-141-1/+1
* Remove views::KeyEvent, replacing uses of it with ui::KeyEvent.ben@chromium.org2012-08-091-1/+2
* Move ExtensionHost into extensions namespacerdevlin.cronin@chromium.org2012-07-311-1/+1
* Get rid of the RenderViewType concept in content, since it was only used by C...jam@chromium.org2012-05-231-2/+2
* Move Extension into extensions namespaceaa@chromium.org2012-05-211-1/+1
* Move extension pop-ups and notifications to the new auto-resize code.levin@chromium.org2012-03-201-8/+12
* Move Render(View|Widget)Host and associated classes to content namespace.joi@chromium.org2012-03-071-1/+1
* Move RenderWidgetHost and RenderViewHost interfaces to their own files.joi@chromium.org2012-03-061-1/+1
* Extract minimal RenderViewHost interface for embedders, leavingjoi@chromium.org2012-03-051-9/+9
* Custom frame UI for platform apps on Windows.jeremya@chromium.org2012-02-221-1/+8
* Move RenderWidgetHostView into content namespace. Fix include paths.joi@chromium.org2012-02-201-1/+1
* Revert 122753 - Move RenderWidgetHostView into content namespace. Fix include...joi@chromium.org2012-02-201-1/+1
* Move RenderWidgetHostView into content namespace. Fix include paths.joi@chromium.org2012-02-201-1/+1
* Revert 122242 - Custom frame UI for platform apps on Windows.sky@chromium.org2012-02-161-8/+1
* Custom frame UI for platform apps on Windows.jeremya@chromium.org2012-02-161-1/+8
* Revert 121408 - Custom frame UI for platform apps on Windows.jeremya@chromium.org2012-02-101-8/+1
* Custom frame UI for platform apps on Windows.jeremya@chromium.org2012-02-101-1/+8
* Rename TabContentsView to WebContentsView and move to content/public.joi@chromium.org2012-01-181-2/+2
* Make ExtensionHost::host_contents() return a WebContents and update calling c...jam@chromium.org2012-01-051-1/+1
* Rename TabContents::view() to GetView() and put it in the WebContents interface.jam@chromium.org2011-12-211-1/+1
* views: Convert IsVisible() to just visible() since it's just a simple accessor.tfarina@chromium.org2011-12-141-4/+4
* views: Move widget/ directory to ui/views.tfarina@chromium.org2011-11-221-1/+1
* Revert 110949 - views: Move widget/ directory to ui/views.wez@chromium.org2011-11-211-1/+1
* views: Move widget/ directory to ui/views.tfarina@chromium.org2011-11-211-1/+1
* Have ExtensionHost use TabContents instead of RenderViewHost. Try #3.mpcomplete@chromium.org2011-11-171-47/+4
* Revert 110262 - Have ExtensionHost use TabContents instead of RenderViewHost....dpolukhin@chromium.org2011-11-161-4/+47
* Have ExtensionHost use TabContents instead of RenderViewHost. Try #2.mpcomplete@chromium.org2011-11-161-47/+4
* aura: Implement ExtensionView::CreateWidgetHostView().derat@chromium.org2011-11-101-17/+12
* Revert "Have ExtensionHost use TabContents instead of RenderViewHost. This is...mpcomplete@chromium.org2011-11-081-8/+53
* Have ExtensionHost use TabContents instead of RenderViewHost. This is partmpcomplete@chromium.org2011-11-081-53/+8
* Move content_browser_client.h to public, and while at it, movejoi@chromium.org2011-10-191-1/+1
* Add gfx::kNullCursor to refer to "no cursor"oshima@chromium.org2011-10-111-1/+1
* Move CreateViewForWidget from RenderWidgetHostView to ContentBrowserClient.dpranke@chromium.org2011-10-071-1/+3
* Aura under Linux is enabled with:saintlou@chromium.org2011-09-181-1/+1
* Preliminary work to allow Chrome to build with USE_AURA.ben@chromium.org2011-09-061-1/+4
* Move RenderWidgetHostViewWin to content.jam@chromium.org2011-08-251-1/+1
* content: Move render_widget_host_view_gtk to content/ try 2.erg@google.com2011-08-231-1/+1
* (shlib failure) Revert 97750 - content: Move render_widget_host_view_gtk to c...erg@google.com2011-08-221-1/+1
* content: Move render_widget_host_view_gtk to content/erg@google.com2011-08-221-1/+1
* Make sure Backspace in a text field in an infobar does not navigate back one ...finnur@chromium.org2011-08-221-2/+5
* views: Make View::SetFocusable() a simple setter accessor.tfarina@chromium.org2011-06-011-1/+1
* Add ExtensionView::GetCursor OVERRIDE to return NULL.msw@chromium.org2011-05-041-0/+4
* Lands http://codereview.chromium.org/3451017/sky@chromium.org2011-05-031-2/+2
* This will help minimize the area we paint various views, including BrowserVie...davemoore@chromium.org2011-03-091-8/+7
* Get rid of temporary render_view_host.h.jam@chromium.org2011-03-021-1/+1
* Get rid of a bunch of includes to old locations of headers.jam@chromium.org2011-03-021-1/+1
* touch: Fix extension popups.sadrul@chromium.org2011-02-151-1/+1
* Migrate Event API methods to Google Style.ben@chromium.org2011-02-101-1/+1