| Commit message (Expand) | Author | Age | Files | Lines |
* | Upstreaming WebKit.gyp | yaar@chromium.org | 2009-11-12 | 1 | -6/+6 |
* | Turn NULL used as int to 0. | phajdan.jr@chromium.org | 2009-10-13 | 1 | -1/+1 |
* | Fixes bug in test_shell on linux. When closing the window we can get | sky@chromium.org | 2009-10-01 | 1 | -1/+5 |
* | linux+mac: drop unused code | evan@chromium.org | 2009-09-26 | 1 | -2/+1 |
* | [GTK] Stash new dimensions on resize, so that the backing store can use them | dglazkov@chromium.org | 2009-09-04 | 1 | -3/+3 |
* | Take 2: Remove WebView::SetDelegate because I'd like to avoid having a method | darin@chromium.org | 2009-08-11 | 1 | -3/+12 |
* | linux: fix text input in test_shell | evan@chromium.org | 2009-07-31 | 1 | -0/+13 |
* | Reverting 20516 by re-landing this previous patch. | brettw@chromium.org | 2009-07-17 | 1 | -4/+3 |
* | Reverting 20855. | darin@chromium.org | 2009-07-16 | 1 | -19/+19 |
* | Reverting 20854. | darin@chromium.org | 2009-07-16 | 1 | -19/+19 |
* | Use WebWidget from the WebKit API. This change also makes | darin@chromium.org | 2009-07-16 | 1 | -19/+19 |
* | Revert previous clipping rect change for Cairo to see if it fixes the build. | brettw@chromium.org | 2009-07-13 | 1 | -3/+4 |
* | Keep the cairo clipping region in sync with the Skia one. | brettw@chromium.org | 2009-07-13 | 1 | -4/+3 |
* | Remove svn:executable property from files that don't need it. | thestig@chromium.org | 2009-07-08 | 1 | -0/+0 |
* | Refactor the PlatformContext layer to have only one class. | brettw@chromium.org | 2009-06-14 | 1 | -6/+6 |
* | Move WebKit API to src/webkit/api. | darin@chromium.org | 2009-05-10 | 1 | -5/+5 |
* | Linux: move X operations from the IO to UI2 thread. | agl@chromium.org | 2009-04-22 | 1 | -2/+5 |
* | Switch to using WebPoint, WebRect, and WebSize in more of the glue | darin@chromium.org | 2009-04-09 | 1 | -2/+4 |
* | Reverting dfisher changes 133386 and 13381 | cpu@google.com | 2009-04-08 | 1 | -4/+2 |
* | Switch to using WebPoint, WebRect, and WebSize in more of the glue | darin@chromium.org | 2009-04-08 | 1 | -2/+4 |
* | Replace webkit/glue/screen_info.h with WebKit/chromium/public/WebScreenInfo.h | darin@chromium.org | 2009-04-01 | 1 | -0/+8 |
* | Enable running webkit tests in parallel and make it use | ojan@google.com | 2009-03-30 | 1 | -2/+9 |
* | Use Webkit::WebInputEvent and remove webkit/glue/webinputevent. | darin@chromium.org | 2009-03-27 | 1 | -5/+12 |
* | Reverting 11396. | ericroman@google.com | 2009-03-11 | 1 | -22/+4 |
* | Add support for the "repaint" layout tests (LayoutTests/fast/repaint/*), whic... | ericroman@google.com | 2009-03-10 | 1 | -4/+22 |
* | Fixing WebKeyboardEvent. | avi@chromium.org | 2009-03-04 | 1 | -10/+0 |
* | Reverting 10794. | avi@chromium.org | 2009-03-03 | 1 | -0/+10 |
* | Fixing WebKeyboardEvent. Third time's the charm. | avi@chromium.org | 2009-03-03 | 1 | -10/+0 |
* | Reverting key change (again); this breaks every keyboard layout test there is... | avi@chromium.org | 2009-02-26 | 1 | -0/+10 |
* | Fixing WebKeyboardEvent. For reals this time. | avi@chromium.org | 2009-02-26 | 1 | -10/+0 |
* | Revert "Fixing WebKeyboardEvent." | kuchhal@chromium.org | 2009-02-25 | 1 | -0/+10 |
* | Fixing WebKeyboardEvent. | avi@chromium.org | 2009-02-25 | 1 | -10/+0 |
* | The WebFrame interface currently supports reference counting, but no one uses. | darin@chromium.org | 2009-02-13 | 1 | -1/+0 |
* | Some improvements to the browser window resizing. | deanm@chromium.org | 2009-02-11 | 1 | -0/+18 |
* | This changes the approach for our webkit widget area, from using a custom Gtk... | deanm@chromium.org | 2009-02-09 | 1 | -218/+176 |
* | Refactor the custom GTK container implementation into a class of statics. No... | deanm@chromium.org | 2009-02-06 | 1 | -94/+97 |
* | The final bits needed so we can navigate away from Flash pages without crashi... | evan@chromium.org | 2009-02-05 | 1 | -3/+13 |
* | Remove FromWindow from the WebWidgetHost interface and make it a static funct... | jhawkins@chromium.org | 2009-02-05 | 1 | -5/+0 |
* | Make WebWidgetHost's widget into a real GtkWidget. | evan@chromium.org | 2009-02-04 | 1 | -5/+106 |
* | Use gfx::NativeView instead of gfx::NativeWindow where appropriate. Switch t... | jhawkins@chromium.org | 2009-02-04 | 1 | -5/+5 |
* | Move the "platform" wrappers in skia/ext to the skia namespace. | brettw@google.com | 2008-12-17 | 1 | -4/+4 |
* | Rename ViewHandle to NativeView et al. | agl@chromium.org | 2008-12-11 | 1 | -3/+3 |
* | Revert of r6609 added some junk lines (unintentional change, maybe?). | evanm@google.com | 2008-12-09 | 1 | -11/+0 |
* | revert commit 6607. | estade@chromium.org | 2008-12-09 | 1 | -0/+11 |
* | Handle destruction of test shell properly. | evanm@google.com | 2008-12-06 | 1 | -8/+2 |
* | Turn off gtk double buffering of webwidget host's view_ widget, and manually ... | estade@chromium.org | 2008-12-04 | 1 | -2/+21 |
* | Remove base versions of the graphics headers, which previously just forwarded... | brettw@google.com | 2008-11-22 | 1 | -3/+3 |
* | Fix infinite paint loop on Linux. | evanm@google.com | 2008-11-22 | 1 | -2/+20 |
* | fix losing focus on arrow keys and tab | tc@google.com | 2008-11-19 | 1 | -0/+10 |
* | rename gtk test shell files | tc@google.com | 2008-11-19 | 1 | -0/+248 |