| Commit message (Expand) | Author | Age | Files | Lines |
* | Reverting 20855. | darin@chromium.org | 2009-07-16 | 1 | -279/+0 |
* | Reverting 20854. | darin@chromium.org | 2009-07-16 | 1 | -0/+279 |
* | Use WebWidget from the WebKit API. This change also makes | darin@chromium.org | 2009-07-16 | 1 | -279/+0 |
* | Replace ShowAsPopupWithItems to CreatePopupWidgetWithInfo. Also, | darin@chromium.org | 2009-07-14 | 1 | -14/+0 |
* | Remove WebWidgetDelegate::GetContainingView since it is not needed. | darin@chromium.org | 2009-07-09 | 1 | -3/+1 |
* | Header cleanup in webkit/glue | phajdan.jr@chromium.org | 2009-06-01 | 1 | -0/+1 |
* | This CL fixes issue 8052 - Keyboard selection in Hebrew select element doesn'... | xji@chromium.org | 2009-05-22 | 1 | -0/+9 |
* | Implement the triple click for the Mac. | avi@google.com | 2009-05-12 | 1 | -2/+0 |
* | Move WebKit API to src/webkit/api. | darin@chromium.org | 2009-05-10 | 1 | -1/+1 |
* | Handle GTK triple clicks by adding a triple click event type to WebInputEvent... | estade@chromium.org | 2009-04-27 | 1 | -0/+1 |
* | Remove some unused code. Removes a couple of WebViewDelegate methods | darin@chromium.org | 2009-04-18 | 1 | -20/+0 |
* | Chrome side of the WebKit popup changes. | paulg@google.com | 2009-04-10 | 1 | -3/+3 |
* | Switch to using WebPoint, WebRect, and WebSize in more of the glue | darin@chromium.org | 2009-04-09 | 1 | -19/+20 |
* | Reverting dfisher changes 133386 and 13381 | cpu@google.com | 2009-04-08 | 1 | -20/+19 |
* | Switch to using WebPoint, WebRect, and WebSize in more of the glue | darin@chromium.org | 2009-04-08 | 1 | -19/+20 |
* | Replace webkit/glue/screen_info.h with WebKit/chromium/public/WebScreenInfo.h | darin@chromium.org | 2009-04-01 | 1 | -1/+1 |
* | Use Webkit::WebInputEvent and remove webkit/glue/webinputevent. | darin@chromium.org | 2009-03-27 | 1 | -10/+15 |
* | A tricky fix for Issue 1845 (Take 2). | hbono@chromium.org | 2009-03-25 | 1 | -0/+3 |
* | First stage of implementing HTML select popup menus for | paulg@google.com | 2009-03-24 | 1 | -0/+14 |
* | Reverting 11953. | hbono@chromium.org | 2009-03-18 | 1 | -3/+0 |
* | A tricky fix for Issue 1845. | hbono@chromium.org | 2009-03-18 | 1 | -0/+3 |
* | Fixing WebKeyboardEvent. | avi@chromium.org | 2009-03-04 | 1 | -0/+1 |
* | Reverting 10794. | avi@chromium.org | 2009-03-03 | 1 | -1/+0 |
* | Fixing WebKeyboardEvent. Third time's the charm. | avi@chromium.org | 2009-03-03 | 1 | -0/+1 |
* | Reverting key change (again); this breaks every keyboard layout test there is... | avi@chromium.org | 2009-02-26 | 1 | -1/+0 |
* | Fixing WebKeyboardEvent. For reals this time. | avi@chromium.org | 2009-02-26 | 1 | -0/+1 |
* | Revert "Fixing WebKeyboardEvent." | kuchhal@chromium.org | 2009-02-25 | 1 | -1/+0 |
* | Fixing WebKeyboardEvent. | avi@chromium.org | 2009-02-25 | 1 | -0/+1 |
* | Remove unused 'node' parameter from ImeUpdateStatus. | darin@chromium.org | 2009-02-20 | 1 | -1/+0 |
* | The WebFrame interface currently supports reference counting, but no one uses. | darin@chromium.org | 2009-02-13 | 1 | -0/+2 |
* | WebKit merge 39711:39744. This CL includes changes to webkit/glue code. | darin@chromium.org | 2009-01-09 | 1 | -0/+6 |
* | Adjusting the name of a function to make it more descriptive. | avi@google.com | 2008-12-30 | 1 | -1/+1 |
* | Move the "platform" wrappers in skia/ext to the skia namespace. | brettw@google.com | 2008-12-17 | 1 | -1/+1 |
* | Minor cleanup. | darin@chromium.org | 2008-12-12 | 1 | -1/+1 |
* | Find now uses WebKit's TextMatch highlighting for Find-in-page. | finnur@google.com | 2008-11-24 | 1 | -9/+0 |
* | Remove base versions of the graphics headers, which previously just forwarded... | brettw@google.com | 2008-11-22 | 1 | -1/+1 |
* | Remove base dependency from SkiaUtils, fix namespaces and includes. | brettw@google.com | 2008-11-14 | 1 | -0/+1 |
* | Changes parameters used by IME code to fix several issues caused by Japanese ... | hbono@chromium.org | 2008-11-06 | 1 | -6/+9 |
* | Fix slow scrolling by ignoring spurious paint requests (i.e., paint requests | darin@chromium.org | 2008-11-05 | 1 | -0/+3 |
* | Takes steps to make our PlatformScreen implementation more portable. | darin@chromium.org | 2008-10-31 | 1 | -5/+3 |
* | Landing 36102:37604 merge on trunk | dglazkov@google.com | 2008-10-30 | 1 | -48/+57 |
* | Remove a reinterpret_cast that is not valid on the Mac | amanda@chromium.org | 2008-10-24 | 1 | -1/+6 |
* | Replace MSVC pragmas with the macro. Also adds two files | tc@google.com | 2008-10-16 | 1 | -2/+4 |
* | build more glue on linux | tc@google.com | 2008-10-14 | 1 | -0/+3 |
* | Implement ScrollView::inWindow by plumbing through RenderWidget::is_hidden to... | jam@chromium.org | 2008-10-09 | 1 | -0/+6 |
* | platform ifdefs for webview. Add platform_viewdefs to wrap things like HWNDs ... | pinkerton@google.com | 2008-08-29 | 1 | -3/+6 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 1 | -28/+4 |
* | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@873 0039d316-1c4b-4281-b9... | awalker@google.com | 2008-08-14 | 1 | -2/+2 |
* | Fix a bunch of include problems that my deps checker tool found. Mostly I mad... | brettw@google.com | 2008-08-08 | 1 | -1/+1 |
* | Add webkit to the repository. | initial.commit | 2008-07-27 | 1 | -0/+275 |