| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace FINAL and OVERRIDE with their C++11 counterparts in content | mohan.reddy | 2014-10-09 | 1 | -3/+3 |
* | Remove implicit conversions from scoped_refptr to T* in content/ | dcheng | 2014-09-20 | 1 | -1/+1 |
* | Move url_request_mock_http_job to net/test/url_request/ | xunjieli | 2014-09-10 | 1 | -11/+12 |
* | Stop using an atom to store plugin name/version on Windows. | jam | 2014-09-10 | 1 | -4/+0 |
* | Disable PluginTest.PluginSingleRangeRequest and PluginTest.GetURLRedirectNoti... | John Abd-El-Malek | 2014-09-08 | 1 | -0/+4 |
* | Change base/file_utils.h includes to base/files/file_utils.h in content/ | thestig | 2014-09-05 | 1 | -1/+1 |
* | Disable PluginTest.VerifyNPObjectLifetimeTest and PluginTest.CreateInstanceIn... | jam@chromium.org | 2014-08-22 | 1 | -2/+4 |
* | Disable PluginTest.Silverlight. It sometimes flakes like | jam@chromium.org | 2014-08-15 | 1 | -1/+2 |
* | Disable PluginTest.Quicktime. It sometimes flakes like | jam@chromium.org | 2014-08-14 | 1 | -1/+1 |
* | Disable PluginTest.GetURL on Mac since it's failing even with retries sometimes. | jam@chromium.org | 2014-08-08 | 1 | -0/+2 |
* | Disable all the tests that are flaking more than 5% on Windows builders. | jam@chromium.org | 2014-07-23 | 1 | -2/+5 |
* | Disabled PluginTest.EnsureScriptingWorksInDestroy test as its flaky | sergiyb@chromium.org | 2014-06-25 | 1 | -1/+2 |
* | Remove flag --test-sandbox | luken@chromium.org | 2014-06-04 | 1 | -3/+0 |
* | Remove a bunch of TOOLKIT_GTK in content/ and gpu/, as well as NPAPI plugins ... | piman@chromium.org | 2014-04-11 | 1 | -1/+2 |
* | Move ContentBrowserTest class to content/public, since it's used by component... | jam@chromium.org | 2014-03-27 | 1 | -2/+2 |
* | Revert "Disable PluginTest.SelfDeletePluginGetUrl, PluginTest.SelfDeletePlugi... | tfarina@chromium.org | 2014-02-09 | 1 | -15/+3 |
* | Disable PluginTest.SelfDeletePluginGetUrl, PluginTest.SelfDeletePluginInvoke,... | glider@chromium.org | 2014-02-06 | 1 | -3/+15 |
* | Update uses of UTF conversions in content/ to use the base:: namespace. | avi@chromium.org | 2013-12-25 | 1 | -0/+2 |
* | Convert string16 to base::string16 in content. | brettw@chromium.org | 2013-12-03 | 1 | -5/+5 |
* | LOG(INFO) -> VLOG(0) in content/ | scottmg@chromium.org | 2013-11-23 | 1 | -4/+4 |
* | PluginTest.FlashOctetStream is failing consistently on official Windows build... | pshenoy@chromium.org | 2013-11-18 | 1 | -1/+8 |
* | Add regression test for 301510 | jam@chromium.org | 2013-11-12 | 1 | -1/+1 |
* | Fix cookies not being set with NPAPI plugin request. | jam@chromium.org | 2013-11-08 | 1 | -0/+79 |
* | Rename WebKit namespace to blink (part 3) | abarth@chromium.org | 2013-11-07 | 1 | -1/+1 |
* | Disabling flaky test PluginTest.DeletePluginInDeallocate | falken@chromium.org | 2013-10-24 | 1 | -1/+1 |
* | Fix comment to refer to correct bugs, | wez@chromium.org | 2013-10-23 | 1 | -1/+2 |
* | Mark DeletePluginInDeallocate as flaky-assert on all platforms. | eseidel@chromium.org | 2013-10-22 | 1 | -3/+2 |
* | Disable a test that's failing on the Blink waterfall. | ojan@chromium.org | 2013-10-11 | 1 | -0/+3 |
* | Disabled flaky PluginTest.GetURLRequest404Response on mac. | phoglund@chromium.org | 2013-10-01 | 1 | -2/+8 |
* | [content shell] move browser process stuff into browser/ subdir | jochen@chromium.org | 2013-08-20 | 1 | -1/+1 |
* | Get rid of webkit/plugins/plugin_switches.* and move them to content/public/c... | jam@chromium.org | 2013-08-09 | 1 | -1/+0 |
* | fix build break | jam@chromium.org | 2013-07-17 | 1 | -4/+0 |
* | A few small simplifications to PluginList before moving it to content. Also r... | jam@chromium.org | 2013-07-17 | 1 | -5/+0 |
* | Fix not completed range requests from NPAPI plugins. | vchigrin@yandex-team.ru | 2013-07-15 | 1 | -0/+4 |
* | Move PathExists to base namespace. | brettw@chromium.org | 2013-07-11 | 1 | -1/+1 |
* | Use a direct include of utf_string_conversions.h in content/. | avi@chromium.org | 2013-06-07 | 1 | -1/+1 |
* | Disable *all* PluginTest(s) for Win64 build | jschuh@chromium.org | 2013-05-30 | 1 | -29/+30 |
* | Disable remaining plugin test failures for Win64 build | jschuh@chromium.org | 2013-05-29 | 1 | -6/+6 |
* | Revert 201153 "Re-enable the DeletePluginInDeallocate test, whic..." | vitalybuka@chromium.org | 2013-05-21 | 1 | -1/+4 |
* | Re-enable the DeletePluginInDeallocate test, which no longer seems to fail on... | wez@chromium.org | 2013-05-20 | 1 | -4/+1 |
* | [content shell] move code common to several processes to a common dir | jochen@chromium.org | 2013-05-07 | 1 | -1/+1 |
* | Disable failing VerifyNPObjectLifetimeTest on Win64 | jschuh@chromium.org | 2013-03-09 | 1 | -1/+1 |
* | Disable failing plugin tests on Win64 | jschuh@chromium.org | 2013-03-07 | 1 | -4/+12 |
* | Linux/ChromeOS Chromium style checker cleanup, content/ edition. | rsleevi@chromium.org | 2013-02-12 | 1 | -1/+1 |
* | Use base namespace for FilePath in content/browser | brettw@chromium.org | 2013-02-07 | 1 | -10/+10 |
* | disable PluginTest.AlertInWindowMessage | scottmg@chromium.org | 2013-01-18 | 1 | -1/+1 |
* | Renable PluginTest.OpenPopupWindowWithPlugin since I disabled it yesterday af... | jam@chromium.org | 2012-11-05 | 1 | -7/+2 |
* | Temporarily disable PluginTest.OpenPopupWindowWithPlugin | jam@chromium.org | 2012-11-02 | 1 | -1/+1 |
* | Disable PluginTest.GetURLRedirectNotification | kaiwang@chromium.org | 2012-11-02 | 1 | -1/+1 |
* | Move remaining content test code into the content namespace. | jam@chromium.org | 2012-10-30 | 1 | -2/+1 |