| Commit message (Expand) | Author | Age | Files | Lines |
* | Add webkit_unit_tests to chrome.sln and webkit.sln. | darin@chromium.org | 2010-01-13 | 1 | -0/+7 |
* | Add support for NPN_PopUpContextMenu on Mac | stuartmorgan@chromium.org | 2010-01-08 | 1 | -0/+1 |
* | Adding methods that will be used by the quota management UI. | dumi@chromium.org | 2010-01-06 | 1 | -0/+4 |
* | linux: implement gpu plugin | piman@chromium.org | 2010-01-06 | 1 | -2/+6 |
* | Revert 35509 - linux: implement gpu plugin | piman@chromium.org | 2010-01-05 | 1 | -6/+2 |
* | linux: implement gpu plugin | piman@chromium.org | 2010-01-05 | 1 | -2/+6 |
* | AppCacheDatabase and SQL based AppCacheStorageImpl. | michaeln@chromium.org | 2009-12-29 | 1 | -0/+4 |
* | Revert 35328 - AppCacheDatabase and SQL based AppCacheStorageImpl. | michaeln@google.com | 2009-12-29 | 1 | -4/+0 |
* | AppCacheDatabase and SQL based AppCacheStorageImpl. | michaeln@chromium.org | 2009-12-29 | 1 | -0/+4 |
* | linux: reduce header interdependencies | evan@chromium.org | 2009-12-29 | 1 | -4/+0 |
* | Chromium to use upstream WebPageSerializer instead of glue/DomSerializer. | yaar@chromium.org | 2009-12-23 | 1 | -6/+0 |
* | Added Pepper 3D device that instantiates the GPU plugin and sends GLES2 comma... | apatrick@google.com | 2009-12-22 | 1 | -0/+1 |
* | DevTools: use WebDevToolsMessageData for devtools rpc messages | yurys@chromium.org | 2009-12-11 | 1 | -2/+4 |
* | Revert "DevTools: use WebDevToolsMessageData for devtools rpc messages" | yurys@chromium.org | 2009-12-11 | 1 | -4/+2 |
* | DevTools: use WebDevToolsMessageData for devtools rpc messages | yurys@chromium.org | 2009-12-11 | 1 | -2/+4 |
* | Switch to using the dummy window for QD plugin drawing | stuartmorgan@chromium.org | 2009-12-10 | 1 | -0/+1 |
* | Revert 34209 - Switch to using the dummy window for QD plugin drawing | jrg@chromium.org | 2009-12-10 | 1 | -1/+0 |
* | Switch to using the dummy window for QD plugin drawing | stuartmorgan@chromium.org | 2009-12-10 | 1 | -0/+1 |
* | Re-apply 34040. Now after 34055 build should succeed. | mnaganov@chromium.org | 2009-12-08 | 1 | -0/+4 |
* | DevTools: specify dependency of 'devtools.html' from 'webkit.gyp'. | mnaganov@chromium.org | 2009-12-08 | 1 | -0/+2 |
* | Revert 34040 - DevTools: make possible profiling of scripts doing heavy calcu... | mnaganov@chromium.org | 2009-12-08 | 1 | -4/+0 |
* | DevTools: make possible profiling of scripts doing heavy calculations. | mnaganov@chromium.org | 2009-12-08 | 1 | -0/+4 |
* | Refactor the pepper API implementation to make it more scalable as we add more | brettw@chromium.org | 2009-12-07 | 1 | -0/+4 |
* | The appcache system uses two threads, an IO thread and a DB thread. | michaeln@google.com | 2009-11-23 | 1 | -0/+2 |
* | Partially revert WebKit.gyp switch-over, because it broke build bot setup | dglazkov@google.com | 2009-11-13 | 1 | -0/+551 |
* | Upstreaming WebKit.gyp | yaar@chromium.org | 2009-11-12 | 1 | -512/+0 |
* | Retry of http://codereview.chromium.org/372025 with additional changes to | amanda@chromium.org | 2009-11-11 | 1 | -5/+0 |
* | linux: TCMalloc-based C++ heap profiler. | willchan@chromium.org | 2009-11-11 | 1 | -2/+4 |
* | AppCache changes to the networking model. Added new classes AppCacheRequestHa... | michaeln@google.com | 2009-11-09 | 1 | -0/+2 |
* | DevTools: migrate from inspector_controller.js to the InspectorControllerStub... | pfeldman@chromium.org | 2009-11-07 | 1 | -1/+0 |
* | Move PasswordAutocompleteListener into the WebKit API (AGAIN) | yaar@chromium.org | 2009-11-07 | 1 | -2/+2 |
* | Reverting 31266. threw asserts in test_shell on the bots. | amanda@chromium.org | 2009-11-06 | 1 | -0/+5 |
* | Unfork shared methods of WebPluginDelegateImpl. As a side effect, should fix | amanda@chromium.org | 2009-11-06 | 1 | -5/+0 |
* | Introduce WebAccessibilityControllerImpl. | dglazkov@chromium.org | 2009-11-04 | 1 | -11/+2 |
* | Extract webkit api target from webkit.gyp | yaar@chromium.org | 2009-11-02 | 1 | -310/+2 |
* | Adding Chromium's database tracker. | dumi@chromium.org | 2009-11-02 | 1 | -0/+4 |
* | Remove WebCore dependency from accessibility_controller. | dglazkov@chromium.org | 2009-11-02 | 1 | -0/+2 |
* | Remove WebCore dependencies from accessibility_ui_element. | dglazkov@chromium.org | 2009-10-30 | 1 | -0/+1 |
* | Move various runtime enabled features into a WebRuntimeFeatures class. | darin@chromium.org | 2009-10-30 | 1 | -1/+2 |
* | Moves webview_impl.cc, webframe_impl.cc and webframeloaderclient_impl.cc into | darin@chromium.org | 2009-10-30 | 1 | -6/+9 |
* | Adds default implementations to WebFrameClient | yaar@chromium.org | 2009-10-29 | 1 | -1/+0 |
* | Move webworker{client}_impl.{h,cc} into webkit/api/src | yaar@chromium.org | 2009-10-29 | 1 | -4/+5 |
* | DevTools: Implement raw cookies access for inspector. | pfeldman@chromium.org | 2009-10-29 | 1 | -0/+2 |
* | Rollback of 30408 | yaar@chromium.org | 2009-10-29 | 1 | -5/+4 |
* | Move webworker{client}_impl.{h,cc} into webkit/api/src | yaar@chromium.org | 2009-10-29 | 1 | -4/+5 |
* | DevTools: Remove base/ dependencies from glue/devtools | pfeldman@chromium.org | 2009-10-28 | 1 | -4/+4 |
* | Reverting a two line merge error. | yaar@chromium.org | 2009-10-27 | 1 | -2/+0 |
* | Move glue/EditorClientImpl.h/cpp to webkit/api/src | yaar@chromium.org | 2009-10-27 | 1 | -2/+4 |
* | Move a bunch of files into webkit/api/src | darin@chromium.org | 2009-10-27 | 1 | -10/+11 |
* | Renamed WebContextMenuClientImpl -> ContextMenuClientImpl | yaar@chromium.org | 2009-10-27 | 1 | -2/+2 |