| Commit message (Expand) | Author | Age | Files | Lines |
* | Delete glue/webview{_delegate}.h | darin@chromium.org | 2009-10-19 | 1 | -0/+1 |
* | Enable <video> using cache | hclam@chromium.org | 2009-09-30 | 1 | -0/+10 |
* | Hook up webkit/api/public/WebView.h | darin@chromium.org | 2009-09-30 | 1 | -1/+1 |
* | Revert r27589 that broke the tree | hclam@chromium.org | 2009-09-30 | 1 | -10/+0 |
* | <video> use cache if --enable-byte-range-support is present | hclam@chromium.org | 2009-09-30 | 1 | -0/+10 |
* | Make dumpBackForwardList() print file and data URL results that match upstream. | dglazkov@chromium.org | 2009-09-28 | 1 | -1/+27 |
* | Add histograms for tab count, RenderProcessHost count, and the number of | brettw@chromium.org | 2009-09-21 | 1 | -0/+5 |
* | Remove the hotmail UA spoofing hack. | darin@chromium.org | 2009-09-10 | 1 | -19/+9 |
* | Refactor DOM storage to be more object oriented. All the DOMStorageDispatche... | jorlow@chromium.org | 2009-09-08 | 1 | -0/+8 |
* | Added USE_GDK, set when either TOOLKIT_GTK or TOOLKIT_VIEWS is set but | benl@chromium.org | 2009-09-07 | 1 | -1/+1 |
* | Change WebCanvas to be a CGContext on Mac. | darin@chromium.org | 2009-08-19 | 1 | -1/+14 |
* | Move glue/event_conversion.{h,cc} into the WebKit API implementation. | darin@chromium.org | 2009-08-14 | 1 | -1/+0 |
* | Switch to WebFrame from the WebKit API. | darin@chromium.org | 2009-08-10 | 1 | -3/+4 |
* | Creating a unique user-agent string for ChromeOS builds, so that metrics can ... | evan@chromium.org | 2009-07-22 | 1 | -2/+9 |
* | Hook up WebHistoryItem and push HistoryItem serialization out of WebFrame. | darin@chromium.org | 2009-06-25 | 1 | -18/+27 |
* | Delete files from webkit/glue that have been made obsolete by corresponding | darin@chromium.org | 2009-06-18 | 1 | -1/+0 |
* | Re-do r15244 again. | darin@chromium.org | 2009-05-13 | 1 | -40/+21 |
* | This CL updates chrome to the latest version of skia, retrieved via DEPS, and | senorblanco@chromium.org | 2009-05-13 | 1 | -1/+1 |
* | Implement the triple click for the Mac. | avi@google.com | 2009-05-12 | 1 | -1/+6 |
* | Move WebKit API to src/webkit/api. | darin@chromium.org | 2009-05-10 | 1 | -1/+1 |
* | Remove some unused code. Removes a couple of WebViewDelegate methods | darin@chromium.org | 2009-04-18 | 1 | -21/+0 |
* | WebKit Merge 42580:42609, Chromium side. | dglazkov@google.com | 2009-04-17 | 1 | -1/+1 |
* | Fix two nits that arrived after checkin | dkegel@google.com | 2009-04-16 | 1 | -3/+2 |
* | Per Mark's request, add back the CPU type on Linux | dkegel@google.com | 2009-04-16 | 1 | -2/+20 |
* | Use Michael Moss's nice user agent code on Linux. | dkegel@google.com | 2009-04-14 | 1 | -25/+45 |
* | Use WebScriptSource and WebFindInPageRequest from the WebKit API. | darin@chromium.org | 2009-03-31 | 1 | -0/+5 |
* | Chrome-side of moving webkit/glue/cache_manager.{h,cc} to the WebKit API layer. | darin@chromium.org | 2009-03-19 | 1 | -10/+5 |
* | Enable some code that compiles fine on linux now. This code talks | tc@google.com | 2009-03-06 | 1 | -8/+0 |
* | Refactor v8 extensions so that they aren't in the WebCore namespace, and can ... | asargent@chromium.org | 2009-03-05 | 1 | -12/+0 |
* | Fixes CRLF and trailing white spaces. | maruel@chromium.org | 2009-03-05 | 1 | -2/+2 |
* | Fix build bustage (take 2). | darin@chromium.org | 2009-03-02 | 1 | -0/+1 |
* | Fix build bustage. | darin@chromium.org | 2009-03-02 | 1 | -0/+1 |
* | Minor cleanup in webkit/glue: | darin@chromium.org | 2009-03-02 | 1 | -16/+18 |
* | Chrome side to pick up new WebKit API changes. | darin@chromium.org | 2009-02-28 | 1 | -15/+0 |
* | Recommit r10259 after successful try server run. | jeremy@chromium.org | 2009-02-24 | 1 | -14/+4 |
* | Revert r10259 & subsequent fixes. | jeremy@chromium.org | 2009-02-24 | 1 | -4/+14 |
* | Fix for Sandboxed WebKit on OS X: | jeremy@chromium.org | 2009-02-24 | 1 | -14/+4 |
* | Lots of small nits to help to split off webkit.dll. | maruel@chromium.org | 2009-02-12 | 1 | -21/+28 |
* | Add support for UA spoofing, and spoof Safari's UA string when loading URLs | darin@chromium.org | 2009-01-27 | 1 | -12/+29 |
* | Handle cases where the multipart boundary is improperly prefixed with "--". | darin@chromium.org | 2008-12-22 | 1 | -0/+1 |
* | Remove a layout-test-only font-fallback path. | ericroman@google.com | 2008-11-26 | 1 | -38/+0 |
* | Make sure threading is initialized when running test_shell_tests | ojan@google.com | 2008-11-25 | 1 | -0/+4 |
* | Turn on logging of notImplemented()s inside WebCore for test_shell. | evanm@google.com | 2008-11-19 | 1 | -0/+4 |
* | Add GCController support to test_shell. | fqian@google.com | 2008-11-14 | 1 | -0/+7 |
* | Changed the DumpFramesAsText() to not dump anything about a frame if it is em... | sgjesse@chromium.org | 2008-11-10 | 1 | -2/+3 |
* | Takes steps to make our PlatformScreen implementation more portable. | darin@chromium.org | 2008-10-31 | 1 | -8/+0 |
* | Switch to using the message loop rather than gtk_main(). | agl@chromium.org | 2008-10-30 | 1 | -0/+9 |
* | This is a patch for bug 1385045: Adobe Acrobat 9.0 crash. | nsylvain@chromium.org | 2008-10-22 | 1 | -0/+16 |
* | Fixup some JSC compile errors for glue. | mbelshe@google.com | 2008-10-20 | 1 | -2/+2 |
* | Move many files that were suffixed Win.cpp to Chromium.cpp, and place them in... | darin@chromium.org | 2008-10-15 | 1 | -2/+0 |