| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix for a memory leak. | jcampan@chromium.org | 2008-10-08 | 1 | -3/+3 |
* | Merge the chrome_webkit_merge_branch back on to trunk. This brings us | tc@google.com | 2008-10-01 | 1 | -15/+18 |
* | Add a command-line switch to change the user agent.BUG=757345 | pkasting@chromium.org | 2008-09-24 | 1 | -49/+66 |
* | turn on user agent code for mac | pinkerton@google.com | 2008-09-23 | 1 | -1/+1 |
* | Unignore most warnings on POSIX in build/SConscript.main. | evanm@google.com | 2008-09-16 | 1 | -2/+3 |
* | stub out win-only routines and impl user agent for MacOS X | pinkerton@google.com | 2008-09-09 | 1 | -2/+23 |
* | Just compile some basic files so we get a libGlue.a. | evanm@google.com | 2008-09-07 | 1 | -1/+20 |
* | Remove last minute #define and change UA string to Chrome | mal@google.com | 2008-09-02 | 1 | -2/+2 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 1 | -28/+4 |
* | Use %ls instead of %s in wprintf format strings for wchar_t fields. | mmentovai@google.com | 2008-08-14 | 1 | -1/+1 |
* | Pull the major and minor webkit version numbers from WebCore/Configurations/V... | erikkay@google.com | 2008-08-04 | 1 | -3/+13 |