summaryrefslogtreecommitdiffstats
path: root/views/widget
Commit message (Expand)AuthorAgeFilesLines
* Centralizes checking for non-null return from CreateWindow.sky@chromium.org2011-04-192-0/+6
* Removes code added to track down crash. The crash seems to havesky@chromium.org2011-04-155-102/+1
* Prefer UTF8 strings over ASCII strings when requesting text from azork@chromium.org2011-04-141-9/+9
* Adds yet more debugging code.sky@chromium.org2011-04-131-1/+16
* Pull content from TabContentsViewViews into NativeTabContentsViewWin.ben@chromium.org2011-04-127-0/+32
* Adds more debugging code in hopes of figuring out a crash. Most commonsky@chromium.org2011-04-111-2/+6
* Reenable FREEZE_UPDATE propertyoshima@google.com2011-04-112-4/+62
* Adds more debugging code in hopes of figuring out a crash. Sorry forsky@chromium.org2011-04-084-1/+67
* Combine WidgetWin KeyEvent handlers.msw@chromium.org2011-04-082-17/+6
* Don't store/restore focus when window is activated/deactivated on linux.oshima@google.com2011-04-071-5/+0
* RTL window styles was being set on too many HWNDs. This inverts the default. ...ben@chromium.org2011-04-061-2/+2
* Fix WidgetWin MouseWheelEvent handling.msw@chromium.org2011-04-062-19/+4
* Added SchedulePaint in BrowserView::OnWindowActivationChangedwyck@chromium.org2011-04-061-1/+3
* Temporarily disaling FREEZE_UPDATE propertyoshima@google.com2011-04-051-0/+4
* rename getBitmapDC to beginPlatformPaint and add calls to endPlatformPaintvandebo@chromium.org2011-04-051-1/+2
* Transform GdkEvents for simpler MouseEvent construction.msw@chromium.org2011-04-054-59/+27
* Consolidate constrained window code into a cross platform base class.ben@chromium.org2011-04-041-1/+2
* Fix for regressions caused by FREEZE_UPDATE propertyoshima@google.com2011-04-042-0/+8
* Refactor RenderWidgetHostViewViews to use the new input method API for Views.suzhe@google.com2011-04-012-5/+12
* Consolidate cross platform logic into MenuHost.ben@chromium.org2011-04-017-80/+90
* Integrate the new input method API for Views into Chromium.suzhe@google.com2011-04-017-57/+254
* Notify child widgets before and after a reparenting.asanka@chromium.org2011-03-312-0/+37
* New InputMethod api for Views.suzhe@google.com2011-03-313-0/+56
* Fix clang failure; out-of-line a virtual.msw@chromium.org2011-03-312-1/+5
* Consolidate Widget Event code, other cleanup.msw@chromium.org2011-03-3112-405/+189
* Fix for paint issue on initial screen.oshima@google.com2011-03-312-10/+70
* Make MenuHost concrete, hide platform specific implementation behind NativeMe...ben@chromium.org2011-03-311-0/+10
* The native tabbed pane was not showing its content window upon creation,rogerta@chromium.org2011-03-311-1/+1
* In preparation for NativeTheme refactoring, renaming the class NativeThemerogerta@chromium.org2011-03-301-2/+2
* Disambiguate OnMouseCaptureLost from OnMouseReleased.msw@chromium.org2011-03-294-22/+24
* Fix bustage by initializing variable.ben@chromium.org2011-03-281-1/+1
* Convert more WidgetWin/WidgetGtk creations to use a new cross-platform static...ben@chromium.org2011-03-284-20/+48
* Move some files from base to base/memory.levin@chromium.org2011-03-286-10/+10
* Convert some WidgetWin construction to use CreateParams.ben@chromium.org2011-03-247-18/+26
* Revert 79211 - Convert some WidgetWin construction to use CreateParams.ben@chromium.org2011-03-237-26/+18
* Convert some WidgetWin construction to use CreateParams.ben@chromium.org2011-03-237-18/+26
* Amending issue 6716024saintlou@chromium.org2011-03-232-6/+5
* Refactor: Move gfx/compositor* to gfx/compositor/backer@chromium.org2011-03-231-1/+1
* Fix for issue =76919 and added --keep-mouse-cursor (76976)saintlou@chromium.org2011-03-233-1/+22
* Fixes an "inverse sense" glitch in SetCreateParams(). We should only set WS_E...ben@chromium.org2011-03-211-1/+1
* Add CreateParams to Widget, and replace CreatePopupWidget with CreateParams.ben@chromium.org2011-03-216-52/+115
* WidgetGtk: connect to "map" signal instead of "show".sadrul@chromium.org2011-03-182-2/+8
* Fix bug with drop arrow updating on the tabstrip. See comment in widget_win.ccben@chromium.org2011-03-172-3/+16
* Force an expose event from the "show" callback.sadrul@chromium.org2011-03-171-0/+6
* Moving over to other folder button while opening folder menu should open the ...oshima@google.com2011-03-162-6/+12
* Reorder some views::View overrides & other functions.msw@chromium.org2011-03-162-32/+36
* Re-lands:ben@chromium.org2011-03-165-64/+62
* Add a TODO, remove NOTIMPLEMENTED to quiet things down.sadrul@chromium.org2011-03-151-1/+1
* Revert 78222 - Add native capture API to Widget, and fix a bug in Window wher...ben@chromium.org2011-03-155-61/+63
* Add native capture API to Widget, and fix a bug in Window where we wouldn't l...ben@chromium.org2011-03-155-63/+61