| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Test suite that monitors the disposition of JS-created windows based on what | ericu@chromium.org | 2012-10-24 | 1 | -1/+2 |
* | Disable PluginTest.MediaPlayerOld. TBR=scottmg | jam@chromium.org | 2012-08-29 | 1 | -1/+1 |
* | Enable a bunch of disabled plugin tests to see if they're green on bots now. ... | jam@chromium.org | 2012-08-28 | 1 | -4/+4 |
* | Fix race condition with windowless plugin buffers. The problem, which is alre... | jam@chromium.org | 2012-08-15 | 1 | -0/+7 |
* | Move over a bunch of tests from browser_tests to content_browsertests. | jam@chromium.org | 2012-07-26 | 1 | -1/+1 |
* | Move all the layout tests that ran under browser_tests to run under content_b... | jam@chromium.org | 2012-07-25 | 1 | -9/+10 |
* | Move plugin_browsertests.cc from browser_tests to content_browsertests. | jam@chromium.org | 2012-07-23 | 1 | -58/+45 |
* | Move input event simulation functions from ui_test_utils.h to browser_test_ut... | jam@chromium.org | 2012-07-20 | 1 | -3/+2 |
* | Move TitleWatcher from ui_test_utils.h to browser_test_utils.h so it can be r... | jam@chromium.org | 2012-07-20 | 1 | -4/+5 |
* | Move tab functions off Browser into browser_tabstrip and browser_tabrestore. | ben@chromium.org | 2012-06-29 | 1 | -6/+7 |
* | Disable a flaky test | hclam@chromium.org | 2012-06-26 | 1 | -1/+2 |
* | TabContentsWrapper -> TabContents, part 57. | avi@chromium.org | 2012-06-13 | 1 | -6/+6 |