summaryrefslogtreecommitdiffstats
path: root/webkit/tools/test_shell/mac/webwidget_host.mm
Commit message (Expand)AuthorAgeFilesLines
* linux+mac: drop unused codeevan@chromium.org2009-09-261-18/+1
* A quick fix for Issue 20161hbono@chromium.org2009-09-031-1/+9
* Change WebCanvas to be a CGContext on Mac.darin@chromium.org2009-08-191-2/+3
* Changing the include from "base/gfx/platform_canvas.h" to "skia/ext/platform_...ajwong@chromium.org2009-07-221-1/+1
* Reverting 20855.darin@chromium.org2009-07-161-16/+15
* Reverting 20854.darin@chromium.org2009-07-161-15/+16
* Use WebWidget from the WebKit API. This change also makesdarin@chromium.org2009-07-161-16/+15
* Refactor the PlatformContext layer to have only one class.brettw@chromium.org2009-06-141-1/+1
* Fix mac build bustage. I forgot about the .mm files!darin@chromium.org2009-05-101-5/+5
* Switch to using WebPoint, WebRect, and WebSize in more of the gluedarin@chromium.org2009-04-091-3/+5
* Reverting dfisher changes 133386 and 13381cpu@google.com2009-04-081-5/+3
* Switch to using WebPoint, WebRect, and WebSize in more of the gluedarin@chromium.org2009-04-081-3/+5
* 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-6/+16
* Reverting 11396.ericroman@google.com2009-03-111-30/+2
* Add support for the "repaint" layout tests (LayoutTests/fast/repaint/*), whic...ericroman@google.com2009-03-101-2/+30
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-051-5/+5
* Fixing WebKeyboardEvent.avi@chromium.org2009-03-041-9/+1
* Reverting 10794.avi@chromium.org2009-03-031-1/+9
* Fixing WebKeyboardEvent. Third time's the charm.avi@chromium.org2009-03-031-9/+1
* Reverting key change (again); this breaks every keyboard layout test there is...avi@chromium.org2009-02-261-1/+9
* Fixing WebKeyboardEvent. For reals this time.avi@chromium.org2009-02-261-9/+1
* Revert "Fixing WebKeyboardEvent."kuchhal@chromium.org2009-02-251-1/+9
* Fixing WebKeyboardEvent.avi@chromium.org2009-02-251-9/+1
* 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-6/+2
* Use gfx::NativeView instead of gfx::NativeWindow where appropriate. Switch t...jhawkins@chromium.org2009-02-041-6/+6
* Move the "platform" wrappers in skia/ext to the skia namespace.brettw@google.com2008-12-171-1/+1
* Pass the Cocoa dirty rect to the web view for adding to its dirty rect.avi@google.com2008-11-141-0/+4
* fix bug in scrolling where we wouldn't store the unioned rectangles, just let...pinkerton@google.com2008-11-061-1/+1
* make sure the host gets notified of invalidates so we only paint what changespinkerton@google.com2008-11-051-4/+5
* Hook up mouse events with the correct coordinates. Make sure they are view-lo...pinkerton@google.com2008-10-241-2/+2
* painting_ only exists in debug mode, so only check it in debug modemark@chromium.org2008-10-151-0/+2
* retain NSEvent explicitly instead of adopt, fixes over-releasing. Check event...pinkerton@google.com2008-09-241-1/+7
* Wrap a reference to a debug-only member variable with #ifndef NDEBUG inamanda@chromium.org2008-09-161-0/+2
* Add test shell WebView and WebWidget host classes. This are stopgaps andamanda@chromium.org2008-09-151-0/+260