summaryrefslogtreecommitdiffstats
path: root/content/shell
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated STYLE_NATIVE_TEXTBUTTON.msw@chromium.org2014-01-151-4/+4
* Now that RenderFrame is 1:1 with WebFrame, add the associated getters and sta...jam@chromium.org2014-01-152-9/+4
* Remove more non-aura windows code.jam@chromium.org2014-01-155-303/+12
* Update WebFrameClient::didClearWindowObject signature.jochen@chromium.org2014-01-134-4/+7
* Don't enable alpha blending for legacy fullscreen video implementationqinmin@chromium.org2014-01-121-2/+8
* Add CookieStoreConfig to unify API for in-memory and persistent CookieStore C...ajwong@chromium.org2014-01-111-1/+2
* Remove CSS Custom Filters related code in TestRunner because the feature is g...mvujovic@adobe.com2014-01-113-4/+0
* Move DidReceiveServerRedirectForProvisionalLoad from RenderView to RenderFramenasko@chromium.org2014-01-101-0/+1
* Remove SetHostSize/Bounds from RootWindow in favor of just calling SetBounds(...ben@chromium.org2014-01-102-3/+2
* Revert "Add support for closing Android Shell instances from Java."dcheng@chromium.org2014-01-106-104/+13
* [Android] Remove assert as it uses a non-API backwards compatible function.tedchoc@chromium.org2014-01-101-2/+0
* Revert 244005 "Remove SetHostSize/Bounds from RootWindow in favo..."noamsml@google.com2014-01-102-2/+3
* Add support for closing Android Shell instances from Java.tedchoc@chromium.org2014-01-106-13/+106
* Remove SetHostSize/Bounds from RootWindow in favor of just calling SetBounds(...ben@chromium.org2014-01-092-3/+2
* Revert 243791 "Revert of https://codereview.chromium.org/128443002/"jochen@chromium.org2014-01-091-2/+5
* Revert of https://codereview.chromium.org/128443002/alph@chromium.org2014-01-091-5/+2
* Enables fullscreen subtitle and media control from Blinktrchen@chromium.org2014-01-092-1/+23
* Flood-fill the canvas used for layout testsjochen@chromium.org2014-01-081-2/+5
* Rename RootWindowHost to WindowTreeHostben@chromium.org2014-01-081-2/+2
* Dismiss EME infobar when WebMediaPlayer is destroyed.kkimlabs@chromium.org2014-01-082-0/+23
* Remove calls of PrerenderTracker::TryCancel and TryCancelOnIOThread in Chrome...jam@chromium.org2014-01-062-10/+3
* Fix broken build on OSX >= 10.7.costan@gmail.com2014-01-061-1/+1
* Mac: Fix content shell crash on startuptkent@chromium.org2014-01-061-9/+0
* Make CookieMonster::Delegate top-level and remove global CookieMonster::Enabl...ajwong@chromium.org2014-01-042-2/+3
* content: Copy layout test helpers from Blink to Chromium.tfarina@chromium.org2014-01-042-0/+317
* Convert base::MemoryMappedFile to use File instead of PlatformFile.rvargas@chromium.org2014-01-031-2/+3
* Revert 242913 "Make CookieMonster::Delegate top-level and remove..."esprehn@chromium.org2014-01-031-1/+1
* Make CookieMonster::Delegate top-level and remove global CookieMonster::Enabl...ajwong@chromium.org2014-01-031-1/+1
* Make test runner library compiled with the chromium-style clang plugin onjochen@chromium.org2014-01-0325-81/+176
* content: Copy test runner resources from Blink to Chromium.tfarina@chromium.org2014-01-0313-0/+410
* Update header guards in test runner library to chromium stylejochen@chromium.org2014-01-0339-114/+114
* Replace WebNonCopyable with DISALLOW_COPY_AND_ASSIGN in test runner libraryjochen@chromium.org2014-01-0322-53/+92
* Allow MIDI permission in content shell's ShellBrowserContext::RequestMIDISysE...jam@chromium.org2014-01-031-2/+1
* Update list of OWNERS for test runner libraryjochen@chromium.org2014-01-022-0/+10
* Replace WebScopedPtr with base's scoped_ptr in test runner libraryjochen@chromium.org2014-01-0212-170/+48
* Replace the GetAssociatedRenderView call with GetAssociatedRenderFrame in Res...jam@chromium.org2013-12-311-2/+6
* Move kFileScheme constant into content namespace.tfarina@chromium.org2013-12-302-2/+2
* Remove HttpTransactionDelegate and all users (LoadTimeStats).rvargas@chromium.org2013-12-272-7/+0
* Update some uses of char16 to use the base:: namespace.avi@chromium.org2013-12-251-1/+1
* Update uses of UTF conversions in content/ to use the base:: namespace.avi@chromium.org2013-12-2517-49/+51
* Update uses of Value in chromeos/, cloud_print/, components/, content/ to use...avi@chromium.org2013-12-231-1/+1
* Leak local static vars in TestPlugin.wjmaclean@chromium.org2013-12-231-13/+14
* Cleanup: Move kFileSystemScheme constant into content namespace.tfarina@chromium.org2013-12-231-1/+1
* Replace the GetAssociatedRenderView call with GetAssociatedRenderFrame in She...jam@chromium.org2013-12-211-8/+8
* Add base:: to straggling string16 in content/.dbeam@chromium.org2013-12-215-14/+14
* Import TestRunner library into chromium.jochen@chromium.org2013-12-2085-16/+16644
* Rename ContentBrowserClient::RenderProcessHostCreated to RenderProcessWillLau...avi@chromium.org2013-12-202-2/+2
* Remove WebView::setValidationMessageClient() call.tkent@chromium.org2013-12-191-2/+0
* Fixing opacity for browser frame window on ASH/Windows.shrikant@chromium.org2013-12-181-5/+0
* Switch ContentSettingsObserver to be a RenderFrameObserver instead of a Rende...jam@chromium.org2013-12-174-3/+65