summaryrefslogtreecommitdiffstats
path: root/content/shell
Commit message (Expand)AuthorAgeFilesLines
* Simplify how Content*Client interfaces are created. Instead of depending on t...jam@chromium.org2012-06-056-119/+15
* As part of the content_shell bring up, some un-upstreamed featuresmichaelbai@chromium.org2012-06-041-25/+4
* Fixed the dependency.michaelbai@chromium.org2012-06-011-1/+1
* Show page title on content shell window (for Linux, Windows and Mac)hongbo.min@intel.com2012-06-017-1/+55
* Add missing content namespace to the android library loader.tedchoc@chromium.org2012-05-311-1/+1
* Convert ash and chromeos parts of chrome/ to ImageSkiapkotwicz@chromium.org2012-05-311-1/+0
* Revert 139776 - Convert ash and chromeos parts of chrome/ to ImageSkiapkotwicz@chromium.org2012-05-311-0/+1
* Convert ash and chromeos parts of chrome/ to ImageSkiapkotwicz@chromium.org2012-05-311-1/+0
* Move the MessageLoopForUI::Start() after the creation of MessageLoopForUI::cu...shouqun.liu@intel.com2012-05-312-1/+7
* Download filename determination refactor (1/3)asanka@chromium.org2012-05-302-22/+20
* Make BrowserMainParts have an empty implementation to make embedding easier.jam@chromium.org2012-05-302-14/+0
* Make ContentClient have a default implementation to make embedding easier.jam@chromium.org2012-05-302-70/+0
* Give ContentMainDelegate a default implementation to simplify embedders.jam@chromium.org2012-05-302-39/+4
* Get rid of ContentBrowserClient::GetClipboard as part of simplifying the work...jam@chromium.org2012-05-304-19/+0
* Create default implementations of ContentRendererClient, ContentUtilityClient...jam@chromium.org2012-05-304-191/+0
* Give a default implementation for ContentBrowserClient so that there's less b...jam@chromium.org2012-05-292-460/+0
* content: Move javascript_message_type.h into content/ from ui/.tfarina@chromium.org2012-05-285-17/+16
* Send WM_WINDOWPOSCHANGED message to the content view of shell window to make ...hongbo.min@intel.com2012-05-271-0/+10
* Move RenderViewHostDelegate::View to content/port and rename it to RenderView...jam@chromium.org2012-05-242-2/+4
* Revert "Revert 137734 - Select theme resources from ResourceBundle at request...flackr@chromium.org2012-05-244-14/+13
* Use SingleThreadTaskRunner instead of MessageLoopProxy in ProxyConfigService.sergeyu@chromium.org2012-05-241-1/+1
* Decouple DevTools from socket implementation.pliard@chromium.org2012-05-231-2/+2
* Make content_shell talk to run_webkit_tests.pyjochen@chromium.org2012-05-224-2/+21
* Move TransferNavigationResourceThrottle to content since that's where it belo...jam@chromium.org2012-05-222-1/+10
* Revert 137734 - Select theme resources from ResourceBundle at requested scale...fischman@chromium.org2012-05-174-13/+14
* Select theme resources from ResourceBundle at requested scale factor.flackr@chromium.org2012-05-174-14/+13
* Fix the content_shell.apk in android x86 target build bug, copy the libconten...shouqun.liu@intel.com2012-05-161-1/+2
* Show the "cannot proceed" text only when appropriate.palmer@chromium.org2012-05-162-0/+2
* Fix crash in Android content_shell startupjknotten@chromium.org2012-05-151-9/+1
* Revert r136851 - "Add keyboard shortcut to create windows (content_shell)"mnissler@chromium.org2012-05-142-30/+1
* Add keyboard shortcut to create windows (content_shell)cem.kocagil@gmail.com2012-05-142-1/+30
* Quote WebPreferences in namespace webkit_glue.wangxianzhu@chromium.org2012-05-112-4/+5
* RefCounted types should not have public destructors, content/ remaining bitsrsleevi@chromium.org2012-05-113-42/+47
* Add scale factor and 2x resources from webkit and plumb through to ContentCli...tony@chromium.org2012-05-112-0/+10
* Stop refcounting URLRequestContext.willchan@chromium.org2012-05-112-7/+7
* Android content shell bringup.jrg@chromium.org2012-05-104-26/+59
* Added base::win::InitializeWindowClass() wrapper to make sure that window cla...alexeypa@chromium.org2012-05-091-11/+10
* Add native debugging support to android content shell.jrg@chromium.org2012-05-071-7/+28
* Fix file access on Chrome for ChromeOS on Linuxgspencer@chromium.org2012-05-052-12/+17
* Make ServerBoundCertService use TaskRunner interface instead of using WorkerP...mattm@chromium.org2012-05-041-1/+3
* Show a replacement plug-in for loading errors.bauerb@chromium.org2012-05-012-0/+9
* Revert 134620 - Show a replacement plug-in for loading errors.zmo@google.com2012-04-302-9/+0
* Show a replacement plug-in for loading errors.bauerb@chromium.org2012-04-302-0/+9
* Fixed unsafe passing of command-line parameter to SpdySessionbengr@google.com2012-04-271-3/+4
* Package and load native library in content shell. Add content shell util scr...jrg@chromium.org2012-04-263-1/+23
* Implement the skeleton of an android content shell.tedchoc@chromium.org2012-04-2523-26/+707
* Split out binary file from the content shell CL.tedchoc@chromium.org2012-04-241-0/+0
* Get chrome:// dev tool urls hooked up in content_shell.michaeln@google.com2012-04-203-8/+18
* Fix single process mode in content_shell.jam@chromium.org2012-04-191-1/+4
* TabContents -> WebContentsImpl, part 19.avi@chromium.org2012-04-172-3/+4