summaryrefslogtreecommitdiffstats
path: root/content/shell/shell_browser_main_parts.cc
Commit message (Expand)AuthorAgeFilesLines
* [content shell] move browser process stuff into browser/ subdirjochen@chromium.org2013-08-201-175/+0
* Initialize quota for layout tests before running the first test.jochen@chromium.org2013-07-301-3/+20
* Use a direct include of the message_loop header in content/, part 4.avi@chromium.org2013-07-181-1/+1
* content: Migrate from googleurl/ includes to url/ ones.tfarina@chromium.org2013-07-091-1/+1
* Add support for NetLog logging to json file in content_shell.kouhei@chromium.org2013-07-031-2/+5
* Rewrite scoped_ptr<T>(NULL) to use the default ctor in content/.dcheng@chromium.org2013-06-131-10/+1
* [content shell] don't leak the devtools delegatejochen@chromium.org2013-06-041-1/+1
* Moar build fix for enable_plugins=0jochen@chromium.org2013-05-271-2/+6
* Build fix for enable_plugins=0jochen@chromium.org2013-05-271-3/+10
* [content shell] only allow test plugins to load during layout testsjochen@chromium.org2013-05-271-1/+8
* [content shell] move code common to several processes to a common dirjochen@chromium.org2013-05-071-1/+1
* content: Use base::MessageLoop.xhwang@chromium.org2013-05-041-1/+1
* Android: Use a different socketname for devtools in content_browsertests.nileshagrawal@chromium.org2013-04-161-20/+1
* x11: Rename touch_factory to touch_factory_x11.sadrul@chromium.org2013-04-051-1/+1
* Part 1 of cc/ directory shuffles: basejamesr@chromium.org2013-03-181-1/+1
* Revert 187933 "Revert 187465 "Android: Enable --composite-to-mai..."kerz@chromium.org2013-03-131-0/+4
* Revert 187465 "Android: Enable --composite-to-mailbox"kerz@chromium.org2013-03-131-4/+0
* Android: Enable --composite-to-mailboxsievers@chromium.org2013-03-121-0/+4
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-2/+2
* Add explicit base to FilePath.brettw@chromium.org2013-02-071-1/+1
* Call ShowRootWindow on NativeWindow's RootWindow to display the window.qtc746@motorola.com2013-01-251-1/+1
* [content shell] W3C SVG tests need to run in a smaller windowjochen@chromium.org2013-01-101-1/+1
* Add method to load resources without scaleoshima@chromium.org2012-11-011-1/+1
* Revert r165444 "Add method to load resources without scale"oshima@chromium.org2012-11-011-1/+1
* Add method to load resources without scaleoshima@chromium.org2012-11-011-1/+1
* DevTools: [remote debugging] introduce json/new and json/close for creating a...pfeldman@chromium.org2012-10-101-1/+1
* DevTools [remote debugging]: serve devtools front-end files from the bundle, ...pfeldman@chromium.org2012-09-271-2/+1
* content-shell: Allow using the mouse the generate touch-events in linux.sadrul@chromium.org2012-09-261-0/+7
* Add native-side unit test for Android NetworkChangeNotifierdfalcantara@chromium.org2012-09-201-2/+2
* [content shell] be smart about file paths passed as command line argumentjochen@chromium.org2012-09-181-1/+7
* Add --remote-debugging-port back to content_shell since nduca mentioned he wa...jam@chromium.org2012-08-141-1/+20
* Add local file system directory listings support for content shell.jam@chromium.org2012-08-131-1/+17
* Add Debug menu to Mac Content Shell.avi@chromium.org2012-08-101-5/+0
* Add a menu item to content_shell to open devtools to make it more discoverable.jam@chromium.org2012-08-091-15/+2
* Simplify devtools code on android and enable devtools for android content_shell.satish@chromium.org2012-08-071-0/+6
* ContentShell rendering support on Android.sievers@chromium.org2012-08-011-0/+6
* make content_shell and content_browsertests works with aurahongbo.min@intel.com2012-07-271-0/+3
* Move a number of other tests from browser_tests to content_browsertests.jam@chromium.org2012-07-261-1/+1
* Check in file from prevoius change that I missedjam@chromium.org2012-07-261-2/+5
* Move all the layout tests that ran under browser_tests to run under content_b...jam@chromium.org2012-07-251-1/+3
* Revert 148130 - "Don't run content_browsertests on aura yet"szym@chromium.org2012-07-241-3/+0
* Make content_shell working with aurahongbo.min@intel.com2012-07-241-0/+3
* Move content_shell and content_browsertests code into the content namespace.jam@chromium.org2012-07-191-1/+1
* Get content_browsertest working. I've added a simple test for now, and will c...jam@chromium.org2012-07-191-0/+13
* Enable Android network change notifierhaitao.feng@intel.com2012-06-121-1/+7
* - Removed the message loop from shell_browser_main_parts.cc. We don't needmichaelbai@chromium.org2012-06-081-13/+0
* Move the MessageLoopForUI::Start() after the creation of MessageLoopForUI::cu...shouqun.liu@intel.com2012-05-311-1/+6
* Make BrowserMainParts have an empty implementation to make embedding easier.jam@chromium.org2012-05-301-8/+0
* Get rid of ContentBrowserClient::GetClipboard as part of simplifying the work...jam@chromium.org2012-05-301-7/+0
* Implement the skeleton of an android content shell.tedchoc@chromium.org2012-04-251-0/+20