summaryrefslogtreecommitdiffstats
path: root/content/shell/browser
Commit message (Expand)AuthorAgeFilesLines
* Move CommandLine to base namespace.brettw@chromium.org2014-03-171-2/+2
* Remove '--only-block-setting-third-party-cookies' flag.mkwst@chromium.org2014-03-161-2/+2
* Remove CreatePlatformFile from content shell.rvargas@chromium.org2014-03-151-7/+8
* Copy JavaScript execution to RenderFrame, switch easy cases to use it.avi@chromium.org2014-03-121-2/+2
* Move AppendFile and *CurrentDirectory to the base namespace.brettw@chromium.org2014-03-111-1/+1
* [Ozone] Get aura::Window from host rather than dispatcher in shell_aura.ccdnicoara@chromium.org2014-03-111-1/+1
* Move user_agent code from webkit/ to content/.tfarina@chromium.org2014-03-111-3/+2
* mac: Fix a bug where navigating away from NTP flashes a grey bar.erikchen@chromium.org2014-03-112-2/+4
* Allow content layer to pass ProtocolInterceptors when we create URLRequestCon...kinuko@chromium.org2014-03-106-15/+45
* Provide access to the WindowEventDispatcher as a ui::EventProcessor.ben@chromium.org2014-03-102-2/+2
* Almost finish moving context_menu_node_ from RenderViewImpl to RenderFrameImpl.jam@chromium.org2014-03-083-9/+26
* Used scoped_ptrsuyash.s@samsung.com2014-03-071-2/+2
* Window ownership -> WindowTreeHostben@chromium.org2014-03-042-3/+3
* Cleanup: Move kBlobScheme constant into content namespace.tfarina@chromium.org2014-03-011-1/+1
* Invert the ownership relationship between WindowEventDispatcher and WindowTre...ben@chromium.org2014-02-282-27/+23
* Allow MessageFilters to restrict listening to specific message classesjdduke@chromium.org2014-02-261-1/+2
* Move ui/base/accessibility to ui/accessibility.dmazzoni@chromium.org2014-02-251-1/+0
* Update shell_aura.cc to get aura::Window for dispatcher.dnicoara@chromium.org2014-02-241-1/+1
* Revert 252920 "Update shell_aura.cc to get aura::Window for disp..."mpearson@chromium.org2014-02-241-1/+1
* Update shell_aura.cc to get aura::Window for dispatcher.dnicoara@chromium.org2014-02-241-1/+1
* Move root_window.* to window_event_dispatcher.*ben@chromium.org2014-02-214-4/+4
* Rename RootWindow -> WindowEventDispatcher.ben@chromium.org2014-02-213-28/+30
* Revert "Allow MessageFilters to restrict listening to specific message classes"jdduke@chromium.org2014-02-211-2/+1
* Load about:blank ahead of the tests at the leak detectionhajimehoshi@chromium.org2014-02-173-10/+6
* Cleanup: Move kChromeDevToolsScheme constant into content namespace.tfarina@chromium.org2014-02-171-1/+1
* Allow MessageFilters to restrict listening to specific message classesjdduke@chromium.org2014-02-161-1/+2
* Remove some methods from RootWindow that really belong on the WTH.ben@chromium.org2014-02-161-1/+1
* DevTools: by default, open devtools panel matching the layout test folder.pfeldman@chromium.org2014-02-146-17/+43
* Modify the format output when a DOM-object leak is detectedhajimehoshi@chromium.org2014-02-141-6/+2
* Avoid discarding freshly created background tabsjamescook@chromium.org2014-02-131-1/+1
* Remove WebKitTestController::TimeoutHandlerhajimehoshi@chromium.org2014-02-132-8/+0
* Enable net log.Hokein.Wu@gmail.com2014-02-123-6/+6
* Cleanup: Move kChromeUIScheme constant into content namespace.tfarina@chromium.org2014-02-111-1/+1
* Don't forward the focus when running content shell in headless modejochen@chromium.org2014-02-101-0/+2
* Makes content shell forward focus changessky@chromium.org2014-02-103-0/+21
* Make Inspect Element work w/ DevTools opened in content shell.pfeldman@chromium.org2014-02-103-22/+15
* Delete content::Shell on close when using shell_aura.ccdnicoara@chromium.org2014-02-071-4/+1
* Fix a crash in content-shell headless mode with --dump-render-treesudarsana.nagineni@intel.com2014-02-071-1/+4
* Add a context menu to the aura/views content shellcbiesinger@chromium.org2014-02-079-48/+100
* [content_shell] Fixed double title bar on Linux.mgiuca@chromium.org2014-02-051-2/+7
* Web MIDI: make naming convention be consistenttoyoshim@chromium.org2014-02-042-7/+8
* Add a Debug menu to the aura content shellcbiesinger@chromium.org2014-02-041-0/+82
* Revert 248280 "Fix a crash in content-shell headless mode with -..."dglazkov@chromium.org2014-01-311-4/+0
* Fix a crash in content-shell headless mode with --dump-render-treesudarsana.nagineni@intel.com2014-01-311-0/+4
* aura: Remove event-dispatch methods from WindowTreeHostDelegate interface.sadrul@chromium.org2014-01-311-1/+2
* Start moving context menu code to RenderFrame.jam@chromium.org2014-01-315-1/+6
* Refactors ui::internal::InputMethodDelegate.yukishiino@chromium.org2014-01-301-15/+4
* Aura content shell: make the window shrinkable.mstensho@opera.com2014-01-271-0/+5
* Re-land r246921: "Allow running content-shell headless with --dump-render-tree."dpranke@chromium.org2014-01-276-165/+226
* Leak detection at content_shellhajimehoshi@chromium.org2014-01-274-33/+85