summaryrefslogtreecommitdiffstats
path: root/webkit/tools/test_shell/webwidget_host_gtk.cc
Commit message (Expand)AuthorAgeFilesLines
* linux: don't spuriously repaint test_shell on focus changesevan@chromium.org2010-01-141-2/+2
* GTK test_shell: don't send some mouse events to renderer.hamaji@chromium.org2009-12-011-0/+4
* Upstreaming WebKit.gypyaar@chromium.org2009-11-121-6/+6
* Turn NULL used as int to 0.phajdan.jr@chromium.org2009-10-131-1/+1
* Fixes bug in test_shell on linux. When closing the window we can getsky@chromium.org2009-10-011-1/+5
* linux+mac: drop unused codeevan@chromium.org2009-09-261-2/+1
* [GTK] Stash new dimensions on resize, so that the backing store can use themdglazkov@chromium.org2009-09-041-3/+3
* Take 2: Remove WebView::SetDelegate because I'd like to avoid having a methoddarin@chromium.org2009-08-111-3/+12
* linux: fix text input in test_shellevan@chromium.org2009-07-311-0/+13
* Reverting 20516 by re-landing this previous patch.brettw@chromium.org2009-07-171-4/+3
* Reverting 20855.darin@chromium.org2009-07-161-19/+19
* Reverting 20854.darin@chromium.org2009-07-161-19/+19
* Use WebWidget from the WebKit API. This change also makesdarin@chromium.org2009-07-161-19/+19
* Revert previous clipping rect change for Cairo to see if it fixes the build.brettw@chromium.org2009-07-131-3/+4
* Keep the cairo clipping region in sync with the Skia one.brettw@chromium.org2009-07-131-4/+3
* Remove svn:executable property from files that don't need it.thestig@chromium.org2009-07-081-0/+0
* Refactor the PlatformContext layer to have only one class.brettw@chromium.org2009-06-141-6/+6
* Move WebKit API to src/webkit/api.darin@chromium.org2009-05-101-5/+5
* Linux: move X operations from the IO to UI2 thread.agl@chromium.org2009-04-221-2/+5
* Switch to using WebPoint, WebRect, and WebSize in more of the gluedarin@chromium.org2009-04-091-2/+4
* Reverting dfisher changes 133386 and 13381cpu@google.com2009-04-081-4/+2
* Switch to using WebPoint, WebRect, and WebSize in more of the gluedarin@chromium.org2009-04-081-2/+4
* 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-2/+9
* Use Webkit::WebInputEvent and remove webkit/glue/webinputevent.darin@chromium.org2009-03-271-5/+12
* Reverting 11396.ericroman@google.com2009-03-111-22/+4
* Add support for the "repaint" layout tests (LayoutTests/fast/repaint/*), whic...ericroman@google.com2009-03-101-4/+22
* Fixing WebKeyboardEvent.avi@chromium.org2009-03-041-10/+0
* Reverting 10794.avi@chromium.org2009-03-031-0/+10
* Fixing WebKeyboardEvent. Third time's the charm.avi@chromium.org2009-03-031-10/+0
* Reverting key change (again); this breaks every keyboard layout test there is...avi@chromium.org2009-02-261-0/+10
* Fixing WebKeyboardEvent. For reals this time.avi@chromium.org2009-02-261-10/+0
* Revert "Fixing WebKeyboardEvent."kuchhal@chromium.org2009-02-251-0/+10
* Fixing WebKeyboardEvent.avi@chromium.org2009-02-251-10/+0
* The WebFrame interface currently supports reference counting, but no one uses.darin@chromium.org2009-02-131-1/+0
* Some improvements to the browser window resizing.deanm@chromium.org2009-02-111-0/+18
* This changes the approach for our webkit widget area, from using a custom Gtk...deanm@chromium.org2009-02-091-218/+176
* Refactor the custom GTK container implementation into a class of statics. No...deanm@chromium.org2009-02-061-94/+97
* The final bits needed so we can navigate away from Flash pages without crashi...evan@chromium.org2009-02-051-3/+13
* Remove FromWindow from the WebWidgetHost interface and make it a static funct...jhawkins@chromium.org2009-02-051-5/+0
* Make WebWidgetHost's widget into a real GtkWidget.evan@chromium.org2009-02-041-5/+106
* Use gfx::NativeView instead of gfx::NativeWindow where appropriate. Switch t...jhawkins@chromium.org2009-02-041-5/+5
* Move the "platform" wrappers in skia/ext to the skia namespace.brettw@google.com2008-12-171-4/+4
* Rename ViewHandle to NativeView et al.agl@chromium.org2008-12-111-3/+3
* Revert of r6609 added some junk lines (unintentional change, maybe?).evanm@google.com2008-12-091-11/+0
* revert commit 6607.estade@chromium.org2008-12-091-0/+11
* Handle destruction of test shell properly.evanm@google.com2008-12-061-8/+2
* Turn off gtk double buffering of webwidget host's view_ widget, and manually ...estade@chromium.org2008-12-041-2/+21
* Remove base versions of the graphics headers, which previously just forwarded...brettw@google.com2008-11-221-3/+3
* Fix infinite paint loop on Linux.evanm@google.com2008-11-221-2/+20