summaryrefslogtreecommitdiffstats
path: root/webkit/tools/test_shell/webwidget_host_win.cc
Commit message (Expand)AuthorAgeFilesLines
* rename getBitmapDC to beginPlatformPaint and add calls to endPlatformPaintvandebo@chromium.org2011-04-051-2/+3
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-051-1/+1
* Chromium support for window.webkitRequestAnimationFrame()jamesr@chromium.org2011-01-211-1/+4
* Move UI-relevant Windows files to ui/base.ben@chromium.org2011-01-191-4/+4
* Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref...abarth@chromium.org2011-01-171-6/+6
* Remove win_util::FormatMessage and FormatLastWin32Error. These were only used...brettw@google.com2010-12-301-4/+4
* Added support for accelerated compositing to test_shell. This iskbr@chromium.org2010-09-301-0/+9
* A quick fix for Issue 38417.hbono@chromium.org2010-05-311-1/+0
* Move base/gfx contents to gfx/ben@chromium.org2010-03-141-2/+2
* Send mouse events to the renderer before changing mouse capture, so that the ...jam@chromium.org2010-03-101-1/+1
* Upstreaming WebKit.gypyaar@chromium.org2009-11-121-6/+6
* Reverting 20855.darin@chromium.org2009-07-161-12/+15
* Reverting 20854.darin@chromium.org2009-07-161-15/+12
* Use WebWidget from the WebKit API. This change also makesdarin@chromium.org2009-07-161-12/+15
* Refactor the PlatformContext layer to have only one class.brettw@chromium.org2009-06-141-1/+0
* Remove TRACK_HWND_CREATION/TRACK_HWND_DESTRUCTION macro since the bug it was ...jam@chromium.org2009-05-201-4/+0
* Move WebKit API to src/webkit/api.darin@chromium.org2009-05-101-5/+5
* Switch to using WebPoint, WebRect, and WebSize in more of the gluedarin@chromium.org2009-04-091-1/+3
* Reverting dfisher changes 133386 and 13381cpu@google.com2009-04-081-3/+1
* Switch to using WebPoint, WebRect, and WebSize in more of the gluedarin@chromium.org2009-04-081-1/+3
* Replace webkit/glue/screen_info.h with WebKit/chromium/public/WebScreenInfo.hdarin@chromium.org2009-04-011-0/+8
* Enable running webkit tests in parallel and make it useojan@google.com2009-03-301-1/+5
* Use Webkit::WebInputEvent and remove webkit/glue/webinputevent.darin@chromium.org2009-03-271-12/+22
* Reverting 11396.ericroman@google.com2009-03-111-20/+4
* Add support for the "repaint" layout tests (LayoutTests/fast/repaint/*), whic...ericroman@google.com2009-03-101-4/+20
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-051-1/+1
* Allow HTML select elements to work in the Windows test_shell.paulg@google.com2009-03-051-8/+5
* We don't support beeing scrolled in two dimensions at a time.mad@chromium.org2009-02-271-1/+5
* The WebFrame interface currently supports reference counting, but no one uses.darin@chromium.org2009-02-131-1/+0
* Remove FromWindow from the WebWidgetHost interface and make it a static funct...jhawkins@chromium.org2009-02-051-2/+1
* Fix two variables that were renamed but no changed on win.jhawkins@chromium.org2009-02-041-1/+1
* Use gfx::NativeView instead of gfx::NativeWindow where appropriate. Switch t...jhawkins@chromium.org2009-02-041-3/+3
* This CL adds macro used to track the creation and destructionjcampan@chromium.org2009-02-041-1/+4
* Reverting 9109.ojan@google.com2009-02-031-4/+1
* This CL adds macro used to track the creation and destructionjcampan@chromium.org2009-02-031-1/+4
* Make the focus handling in test_shell a bit closer to howojan@google.com2009-01-131-0/+8
* Move the "platform" wrappers in skia/ext to the skia namespace.brettw@google.com2008-12-171-2/+2
* Rename ViewHandle to NativeView et al.agl@chromium.org2008-12-111-2/+2
* Remove base versions of the graphics headers, which previously just forwarded...brettw@google.com2008-11-221-2/+2
* rename webwidget_host.cc to webwidget_host_win.cctc@google.com2008-11-191-0/+340