| Commit message (Expand) | Author | Age | Files | Lines |
* | PPAPI: Remove whitelist checks for PPB_VideoDecoder now that it's stable. | bbudge | 2015-01-10 | 1 | -6/+0 |
* | Make callers of CommandLine use it via the base:: namespace. | avi | 2014-12-23 | 1 | -3/+3 |
* | Content Shell: Introduce LayoutTestRenderProcessObserver. | mkwst | 2014-10-08 | 1 | -2/+0 |
* | Content Shell: Introduce LayoutTestRenderFrameObserver. | mkwst | 2014-10-08 | 1 | -5/+0 |
* | Content Shell: Move DRT functionality out of ShellContentRenderClient. | mkwst | 2014-10-07 | 1 | -165/+0 |
* | WebTestInterfaces class to chromium c++ style. | abhishek.a21 | 2014-09-25 | 1 | -7/+8 |
* | Credential Manager: Introduce a MockCredentialManagerClient. | mkwst | 2014-09-16 | 1 | -0/+4 |
* | WebCacheManager::ClearCacheOnNavigation() is used by webrequest api, which wi... | hanxi | 2014-09-11 | 1 | -0/+5 |
* | Pepper: Narrow dev channel whitelisting behavior. | teravest@chromium.org | 2014-07-07 | 1 | -0/+18 |
* | Revert 280410 "Add DirectWrite keepalive every 10mins" | cpu@chromium.org | 2014-06-30 | 1 | -5/+5 |
* | Add DirectWrite keepalive every 10mins | scottmg@chromium.org | 2014-06-27 | 1 | -5/+5 |
* | Remove ContentRendererClient::AllowBrowserPlugin | fsamuel@chromium.org | 2014-06-16 | 1 | -5/+0 |
* | test_runner: Migrate WebTestRunner to our Chromium C++ style. | tfarina@chromium.org | 2014-05-26 | 1 | -1/+0 |
* | Update WebFrameTestProxy and WebTestProxy to mostly follow Chrome style. | dcheng@chromium.org | 2014-05-14 | 1 | -4/+4 |
* | test_runner: Move everything else into content namespace. | tfarina@chromium.org | 2014-05-04 | 1 | -2/+0 |
* | Fix UseMockMediaStreams being called too late on RenderFrameHost in layout te... | jam@chromium.org | 2014-05-01 | 1 | -3/+0 |
* | Start moving WebUserMediaClient on the chromium side to be per frame instead ... | jam@chromium.org | 2014-05-01 | 1 | -0/+3 |
* | Remove kEnableBrowserPluginForAllViewTypes flag | zork@chromium.org | 2014-04-29 | 1 | -14/+1 |
* | content: Move WebTestProxy and WebFrameTestProxy into content namespace. | tfarina@chromium.org | 2014-04-23 | 1 | -1/+0 |
* | Support sideloaded fonts via command line option for blink layout_tests | scottmg@chromium.org | 2014-04-16 | 1 | -0/+32 |
* | Revert 263842 "Support sideloaded fonts via command line option ..." | scottmg@chromium.org | 2014-04-15 | 1 | -30/+0 |
* | Support sideloaded fonts via command line option for blink layout_tests | scottmg@chromium.org | 2014-04-15 | 1 | -0/+30 |
* | Final (?) set of changes to unblock WebLocalFrame in blink. | dcheng@chromium.org | 2014-04-12 | 1 | -2/+2 |
* | Use a mock WebAudioDevice only when testing | pgal.u-szeged@partner.samsung.com | 2014-04-04 | 1 | -0/+2 |
* | Run ContentMain in a browser_test's browser process. This removes duplication... | jam@chromium.org | 2014-03-18 | 1 | -11/+0 |
* | Import TestRunner library into chromium. | jochen@chromium.org | 2013-12-20 | 1 | -3/+3 |
* | Remove WebView::setValidationMessageClient() call. | tkent@chromium.org | 2013-12-19 | 1 | -2/+0 |
* | Switch ContentSettingsObserver to be a RenderFrameObserver instead of a Rende... | jam@chromium.org | 2013-12-17 | 1 | -3/+5 |
* | Make ContentRendererClient's OverrideCreatePlugin and CreatePluginReplacement... | jam@chromium.org | 2013-12-11 | 1 | -1/+0 |
* | Switch plugin creation to use RenderFrame instead of RenderView | jam@chromium.org | 2013-12-04 | 1 | -0/+1 |
* | Rename WebKit namespace to blink (part 3) | abarth@chromium.org | 2013-11-07 | 1 | -13/+13 |
* | [webcrypto] Remove the mock implementation of WebCrypto. | eroman@chromium.org | 2013-09-27 | 1 | -8/+0 |
* | Move source files from webkit/support to content/test | tfarina@chromium.org | 2013-09-14 | 1 | -1/+1 |
* | Remove mention of NaCl in content/renderer/pepper after these files were move... | jam@chromium.org | 2013-08-09 | 1 | -1/+1 |
* | Remove hyphenation code from Chromium. | tony@chromium.org | 2013-08-02 | 1 | -19/+0 |
* | Use a mock implementation of Platform::crypto() for layout tests. | eroman@chromium.org | 2013-07-25 | 1 | -0/+8 |
* | Use a mock WebAudioDevice for layout tests | crogers@google.com | 2013-07-13 | 1 | -0/+9 |
* | Migrate MediaStream test code from content/shell/renderer/ to content/test/. | scherkus@chromium.org | 2013-07-10 | 1 | -8/+0 |
* | Update content API in preparation for migrating webkit/renderer/media/ to con... | scherkus@chromium.org | 2013-07-02 | 1 | -0/+8 |
* | Add --expose-internals-for-testing flag | rbyers@chromium.org | 2013-07-02 | 1 | -0/+3 |
* | Allow overriding WebMIDIAccessor so we can use a mock for testing | crogers@google.com | 2013-06-26 | 1 | -0/+10 |
* | Migrate TestRunner includes to new location | abarth@chromium.org | 2013-06-24 | 1 | -3/+3 |
* | Shuffle media-related WebMimeRegistry code from webkit/ to content/. | scherkus@chromium.org | 2013-06-22 | 1 | -10/+0 |
* | Update Blink include paths | abarth@chromium.org | 2013-06-17 | 1 | -2/+2 |
* | Enable MockWebValidationMessageClient in Content Shell. | tkent@chromium.org | 2013-06-14 | 1 | -0/+2 |
* | Move C++ code from webkit/tools/test_shell to webkit/support | jamesr@chromium.org | 2013-06-04 | 1 | -2/+2 |
* | Revert "Move C++ code from webkit/tools/test_shell to webkit/support" | jamesr@chromium.org | 2013-05-30 | 1 | -2/+2 |
* | Move C++ code from webkit/tools/test_shell to webkit/support | jamesr@chromium.org | 2013-05-30 | 1 | -2/+2 |
* | Update refernces to Blink's Platform API (content) | abarth@chromium.org | 2013-05-30 | 1 | -1/+1 |
* | [content shell] move code common to several processes to a common dir | jochen@chromium.org | 2013-05-07 | 1 | -1/+1 |