| Commit message (Expand) | Author | Age | Files | Lines |
* | Move about://-related constants from //content to //url | blundell@chromium.org | 2014-06-10 | 1 | -2/+2 |
* | Revert of Revert of Convert installer_util_unittests, sbox_integration_tests,... | alph@chromium.org | 2014-06-09 | 1 | -2/+2 |
* | Revert of Convert installer_util_unittests, sbox_integration_tests, sbox_vali... | alph@chromium.org | 2014-06-09 | 1 | -2/+2 |
* | Convert installer_util_unittests, sbox_integration_tests, sbox_validation_tes... | phajdan.jr@chromium.org | 2014-06-09 | 1 | -2/+2 |
* | Enable unified GR by default in Aura. | tdresser@chromium.org | 2014-06-05 | 1 | -2/+3 |
* | Check browser's exit code in BrowserTestBase | phajdan.jr@chromium.org | 2014-06-05 | 2 | -2/+11 |
* | Trust the renderer's same-document navigation flag if it is a same-origin nav. | japhet@chromium.org | 2014-06-04 | 1 | -1/+2 |
* | Battery Status API: add testing support for LayoutTests. | timvolodine@chromium.org | 2014-06-03 | 1 | -0/+4 |
* | Implements RTP header dumping. | jiayl@chromium.org | 2014-05-31 | 2 | -0/+12 |
* | Revert 273745 "Implements RTP header dumping." due to memory leak | battre@chromium.org | 2014-05-30 | 2 | -12/+0 |
* | Implements RTP header dumping. | jiayl@chromium.org | 2014-05-30 | 2 | -0/+12 |
* | Rename RenderProcessHost::IsGuest to RenderProcessHost::IsIsolatedGuest | fsamuel@chromium.org | 2014-05-30 | 2 | -7/+7 |
* | use origin instead of session_id in detecting duplicate EME permission request | qinmin@chromium.org | 2014-05-29 | 2 | -8/+8 |
* | Remove the use of MediaStreamClient and move creation of MediaStream specific... | perkj@chromium.org | 2014-05-27 | 1 | -3/+0 |
* | Makes Env contain a ContextFactory | sky@chromium.org | 2014-05-22 | 1 | -2/+3 |
* | Tests for "WebView: speed up user gesture notification for GestureTap" | vabr@chromium.org | 2014-05-22 | 2 | -0/+23 |
* | Use real PlatformSupport in content unit tests | enne@chromium.org | 2014-05-21 | 2 | -26/+7 |
* | Create RenderFrameProxyHost at time of swap-out instead of commit. | nasko@chromium.org | 2014-05-19 | 3 | -1/+3 |
* | Revert of Use real PlatformSupport in content unit tests (https://codereview.... | enne@chromium.org | 2014-05-17 | 2 | -7/+26 |
* | Make to call WebContentsImpl::RenderViewCreated() when we create child window. | jincheol.jo@navercorp.com | 2014-05-17 | 2 | -0/+84 |
* | Use real PlatformSupport in content unit tests | enne@chromium.org | 2014-05-17 | 2 | -26/+7 |
* | Remove HistoryController::GetPreviousEntry. | davidben@chromium.org | 2014-05-17 | 2 | -10/+9 |
* | Move JavascriptTestObserver from chrome to content. | teravest@chromium.org | 2014-05-17 | 2 | -0/+190 |
* | ozone: Remove InputMethodContextFactoryOzone and FakeInputMethodContextOzone. | sadrul@chromium.org | 2014-05-17 | 1 | -2/+2 |
* | Remove IPC_BEGIN_MESSAGE_MAP_EX macro since r270839 made all bad IPCs kill th... | jam@chromium.org | 2014-05-16 | 1 | -3/+2 |
* | Use WebScreenInfo members to provide screen orientation information for layou... | sl.ostapenko@samsung.com | 2014-05-16 | 1 | -0/+1 |
* | Revert 270894 "Use real PlatformSupport in content unit tests" | benwells@chromium.org | 2014-05-16 | 2 | -6/+28 |
* | Use real PlatformSupport in content unit tests | enne@chromium.org | 2014-05-16 | 2 | -28/+6 |
* | Support screen.lockOrientation() / screen.unlockOrientation() when running la... | ch.dumez@samsung.com | 2014-05-15 | 1 | -0/+3 |
* | Rename BrowserPluginGuestManagerDelegate to BrowserPluginGuestManager | fsamuel@chromium.org | 2014-05-11 | 2 | -4/+2 |
* | [Downloads] Add real observers to MockDownloadItem. | asanka@chromium.org | 2014-05-10 | 2 | -3/+42 |
* | Add testRunner support for dynamic color profile layout tests | noel@chromium.org | 2014-05-09 | 1 | -0/+3 |
* | We have a problem in the process on destroying WebContentsImpl because | zverre@yandex-team.ru | 2014-05-09 | 3 | -5/+4 |
* | Fix JSBlockSentAfterPageLoad for the threaded HTML parser. | dcheng@chromium.org | 2014-05-07 | 1 | -0/+1 |
* | Update RWH screen_info when orientation's display changes. | mlamouri@chromium.org | 2014-05-06 | 1 | -0/+11 |
* | Support subpixel values in DOMUtils.java getNodeBounds | eae@chromium.org | 2014-05-06 | 1 | -3/+3 |
* | Towards moving guest management to chrome: Introduce GuestViewManager | fsamuel@chromium.org | 2014-05-06 | 2 | -0/+7 |
* | Start moving WebUserMediaClient on the chromium side to be per frame instead ... | jam@chromium.org | 2014-05-04 | 1 | -2/+3 |
* | Hide WebContentsView from Chrome. This also removes WebContentsViewPort. | jam@chromium.org | 2014-05-03 | 1 | -5/+4 |
* | Attempt 2 to enable async data: URL loading. | dcheng@chromium.org | 2014-05-02 | 1 | -4/+3 |
* | Allow use of EGL in browser tests with --use-gl=egl. | danakj@chromium.org | 2014-05-02 | 1 | -9/+2 |
* | Support subpixel values in RenderViewTest::GetElementBounds | eae@chromium.org | 2014-05-02 | 1 | -3/+4 |
* | Revert 267605 "Start moving WebUserMediaClient on the chromium s..." | jam@chromium.org | 2014-05-01 | 1 | -3/+2 |
* | Start moving WebUserMediaClient on the chromium side to be per frame instead ... | jam@chromium.org | 2014-05-01 | 1 | -2/+3 |
* | Move mock_special_storage_policy from webkit/ to content/public/test/ | pilgrim@chromium.org | 2014-04-30 | 4 | -5/+155 |
* | Remove WebHistoryItem child usage | japhet@chromium.org | 2014-04-30 | 2 | -14/+13 |
* | Move DefaultActivationClient to wm/core | ben@chromium.org | 2014-04-30 | 1 | -0/+2 |
* | Revert of Move DefaultActivationClient to wm/core (https://codereview.chromiu... | robliao@chromium.org | 2014-04-30 | 1 | -2/+0 |
* | Pressing the "Go back" button on the managed user block interstitial page clo... | treib@chromium.org | 2014-04-29 | 2 | -0/+12 |
* | Move DefaultActivationClient to wm/core | ben@chromium.org | 2014-04-29 | 1 | -0/+2 |