| Commit message (Expand) | Author | Age | Files | Lines |
* | webkit/ ifdefs for BSD port; based on sprewell@jaggeri.com patch | pvalchev@google.com | 2010-03-30 | 6 | -15/+15 |
* | Added --enable-video-logging, which will log the presentation timestamp of vi... | scherkus@chromium.org | 2010-03-30 | 3 | -14/+40 |
* | Properly disable plugins. | viettrungluu@chromium.org | 2010-03-29 | 2 | -6/+9 |
* | Disabling the BasicFindMainResponseInDatabase test as it crashes at times on ... | ananta@chromium.org | 2010-03-29 | 1 | -1/+2 |
* | Move Mac plugin event conversion into helper classes | stuartmorgan@chromium.org | 2010-03-29 | 6 | -345/+478 |
* | Adds callShouldCloseOnWebView to TestShell's LayoutTestController. | creis@chromium.org | 2010-03-29 | 2 | -0/+8 |
* | Added DEPS file to fix checkdeps. | alokp@chromium.org | 2010-03-29 | 1 | -0/+4 |
* | Renamed pepper_test_plugin target to npapi_pepper_test_plugin. The automated ... | alokp@chromium.org | 2010-03-29 | 8 | -14/+95 |
* | Restructure the Mac plugin blacklist code | stuartmorgan@chromium.org | 2010-03-29 | 1 | -41/+37 |
* | AutoFill: Handle filling select controls. | jhawkins@chromium.org | 2010-03-27 | 5 | -47/+58 |
* | A basic implementation of information about appcache. Lists manifest files, t... | kkanetkar@chromium.org | 2010-03-27 | 3 | -0/+223 |
* | Added command buffer implementation of WebGL which runs in the sandbox. | kbr@google.com | 2010-03-27 | 1 | -0/+5 |
* | Override SimpleWebMimeRegistryImpl::supportsMediaMIMEType() for test_shell. | scherkus@chromium.org | 2010-03-26 | 5 | -11/+118 |
* | Add zooming notifications to Pepper. This allows the plugin to respond to fu... | jam@chromium.org | 2010-03-26 | 1 | -0/+4 |
* | Add a faster path for QuickDraw plugin drawing for limited use. | stuartmorgan@chromium.org | 2010-03-26 | 2 | -22/+248 |
* | Added a test for pepper3d. It ensures that we can successfully load a pepper ... | alokp@chromium.org | 2010-03-26 | 23 | -155/+542 |
* | Page Cycler Intl2 perf regression. | amit@chromium.org | 2010-03-26 | 1 | -73/+4 |
* | Allow running tests with enabled but closed Web Inspector. Corresponding WebK... | yurys@chromium.org | 2010-03-26 | 3 | -2/+12 |
* | Update V8 to version 2.1.10. | ager@chromium.org | 2010-03-26 | 1 | -0/+7 |
* | AutoFill: Copy FormManager::LabelForElement and the corresponding | jhawkins@chromium.org | 2010-03-26 | 1 | -4/+73 |
* | Switch from he.xtb to iw.xtb because the translation console is | tony@chromium.org | 2010-03-26 | 2 | -2/+3 |
* | Add kochi and dejavu fonts to default package list on linux | jamesr@chromium.org | 2010-03-26 | 1 | -5/+6 |
* | Make update_expecations_from_dashboard unit tests pass again. | jparent@chromium.org | 2010-03-25 | 2 | -19/+24 |
* | Remove Oriya from the list of UI languages for now because we're not getting ... | jshin@chromium.org | 2010-03-25 | 2 | -46/+0 |
* | linux: add a NonHintedSans font to test_shell | agl@chromium.org | 2010-03-25 | 1 | -0/+17 |
* | Reland r42467. Clear cookies, local storage and databases when an extension g... | jochen@chromium.org | 2010-03-25 | 2 | -10/+60 |
* | Reland r42473. Add a delegate to CookieMonster and broadcast notifications ab... | jochen@chromium.org | 2010-03-25 | 1 | -1/+1 |
* | Chrome side of adding search support to Pepper. | jam@chromium.org | 2010-03-25 | 2 | -3/+29 |
* | Copy header files to third_party/WebKit/WebKit/chromium/public when | tony@chromium.org | 2010-03-25 | 5 | -0/+98 |
* | Reverts 42520 and 42477. It back red again when adding this change back. | maruel@chromium.org | 2010-03-25 | 2 | -60/+10 |
* | Re-enable GlueSerializeTest.HistoryItemSerializeTest since the clean build sh... | jianli@chromium.org | 2010-03-25 | 1 | -1/+1 |
* | Disable GlueSerializeTest.HistoryItemSerializeTest to fix the build break and... | jianli@chromium.org | 2010-03-25 | 1 | -1/+1 |
* | Support sending a sliced file in chromium. | jianli@chromium.org | 2010-03-24 | 9 | -14/+57 |
* | Fix drag event filtering in Mac plugins | stuartmorgan@chromium.org | 2010-03-24 | 1 | -2/+4 |
* | Remove the unnecessary 'commit' call in Core Animation plugin drawing | stuartmorgan@chromium.org | 2010-03-24 | 1 | -3/+0 |
* | Reapply 42467 by reverting 42499 and added suppression. | maruel@chromium.org | 2010-03-24 | 2 | -10/+60 |
* | The move networks plugin installer on windows registers itself in HKCU\Softwa... | ananta@chromium.org | 2010-03-24 | 3 | -6/+27 |
* | Revert r42467: "Clear cookies, local storage and databases when an extension ... | maruel@chromium.org | 2010-03-24 | 2 | -60/+10 |
* | Revert 42473 - Add a delegate to CookieMonster and broadcast notifications ab... | dhollowa@chromium.org | 2010-03-24 | 1 | -1/+1 |
* | Add a delegate to CookieMonster and broadcast notifications about changes to ... | jochen@chromium.org | 2010-03-24 | 1 | -1/+1 |
* | Clear cookies, local storage and databases when an extension gets uninstalled. | jochen@chromium.org | 2010-03-24 | 2 | -10/+60 |
* | Explicitly don't handle scroll events to Carbon plugins | stuartmorgan@chromium.org | 2010-03-24 | 1 | -8/+6 |
* | Add Chromium implementation for LayoutTestController.showWebInspector | yurys@chromium.org | 2010-03-24 | 2 | -0/+10 |
* | A quick fix for "keyboard-event.html". | hbono@chromium.org | 2010-03-24 | 1 | -0/+2 |
* | Fix the "ls -l" style date parser to correctly guess the year if it is not pr... | phajdan.jr@chromium.org | 2010-03-24 | 1 | -0/+1 |
* | A Chrome-side fix for Issue 13233. | hbono@chromium.org | 2010-03-24 | 2 | -0/+32 |
* | Some small changes to webkit_support. | tkent@google.com | 2010-03-24 | 3 | -4/+24 |
* | Implement chrome://plugins page that can disable plugins. | viettrungluu@chromium.org | 2010-03-24 | 5 | -2/+104 |
* | Merged VideoSurface, VideoFrame and VideoFrameImpl in VideoFrame. | scherkus@chromium.org | 2010-03-23 | 1 | -126/+110 |
* | linux: add a SlightHintedGeorgia font to test_shell | evan@chromium.org | 2010-03-23 | 2 | -0/+13 |