summaryrefslogtreecommitdiffstats
path: root/content/shell
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
* Move TestRunner from CppVariable to gin::Wrappablehajimehoshi@chromium.org2014-03-1412-2884/+3343
* Clean up the TestRunner methods exposed for Web Notifications.peter@chromium.org2014-03-124-22/+4
* Prepare for per frame did{Start,Stop}Loading callsjaphet@chromium.org2014-03-121-2/+2
* Copy JavaScript execution to RenderFrame, switch easy cases to use it.avi@chromium.org2014-03-121-2/+2
* Notification testing output should be more inclusive and consistent.peter@chromium.org2014-03-121-14/+26
* Make the ContentShell TestPlugin work in software compositing.danakj@chromium.org2014-03-112-49/+149
* Move AppendFile and *CurrentDirectory to the base namespace.brettw@chromium.org2014-03-111-1/+1
* Notification.permission's default value of "default" should be testable.peter@chromium.org2014-03-113-13/+22
* [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-112-5/+4
* content_shell: Add event filtering to PluginObjectteravest@chromium.org2014-03-112-6/+17
* 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
* Add missing forward declare for WebFrame.dcheng@chromium.org2014-03-101-0/+4
* Convert ContentMain to take a struct instead of parameters that vary dependin...jam@chromium.org2014-03-092-3/+13
* stop using deprecated SkBitmap::Config -- use SkColorType insteadreed@google.com2014-03-081-1/+1
* Enable icu_use_data_file_flag on Androidjshin@chromium.org2014-03-083-4/+24
* 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
* enable subtitle support and the new fullscreen videoqinmin@chromium.org2014-03-071-4/+4
* Move WebAXObjectProxy and AccessibleController from CppBoundClass to gin::Wra...hajimehoshi@chromium.org2014-03-0612-1595/+1616
* MediaStream API: Updating Mock so the old API can be removed.tommyw@chromium.org2014-03-052-4/+4
* Move OpenURL from RenderView to RenderFrame.nasko@chromium.org2014-03-042-7/+4
* Revert of Move WebAXObjectProxy and AccessibleController from CppBoundClass t...apavlov@chromium.org2014-03-0412-1616/+1595
* Window ownership -> WindowTreeHostben@chromium.org2014-03-042-3/+3
* Revert "Move OpenURL from RenderView to RenderFrame."cbiesinger@chromium.org2014-03-041-0/+7
* Move OpenURL from RenderView to RenderFrame.nasko@chromium.org2014-03-041-7/+0
* Cleanup temporary code now that r168165 from Blink is rolled.jam@chromium.org2014-03-031-7/+0
* Move WebAXObjectProxy and AccessibleController from CppBoundClass to gin::Wra...hajimehoshi@chromium.org2014-03-0312-1595/+1616
* Cleanup: Move kBlobScheme constant into content namespace.tfarina@chromium.org2014-03-011-1/+1
* Send accessibility scroll event on Windows and Android.dmazzoni@chromium.org2014-02-281-0/+3
* Update test runner code since showContextMenu is moving from WebViewClient to...jam@chromium.org2014-02-282-0/+6
* Convert NotificationPresenter to Chromium-style and remove HTML notification ...peter@chromium.org2014-02-287-217/+227
* [Mac] Remove NSApplication from the renderer.rsesek@chromium.org2014-02-281-2/+6
* Invert the ownership relationship between WindowEventDispatcher and WindowTre...ben@chromium.org2014-02-282-27/+23
* Revert 253938 "Enable icu_use_data_file_flag on Android"pkasting@chromium.org2014-02-283-24/+4
* Enable icu_use_data_file_flag on Androidjshin@chromium.org2014-02-273-4/+24
* EventSender: Allow modifiers to be set for wheel eventsrbyers@chromium.org2014-02-271-1/+5
* Revert of Move WebAXObjectProxy and AccessibleController from CppBoundClass t...apavlov@chromium.org2014-02-2712-1607/+1595
* Move WebAXObjectProxy and AccessibleController from CppBoundClass to gin::Wra...hajimehoshi@chromium.org2014-02-2712-1595/+1607
* Updating Gamepad API to match latest specbajones@chromium.org2014-02-261-1/+2
* Don't miss to call ContentView.onShow when lunching content shell and test shellb.kelemen@samsung.com2014-02-261-0/+1
* Allow MessageFilters to restrict listening to specific message classesjdduke@chromium.org2014-02-261-1/+2
* Update EventSender to handle keyboard modifiers in replay events.dcheng@chromium.org2014-02-251-41/+64
* Move ui/base/accessibility to ui/accessibility.dmazzoni@chromium.org2014-02-251-1/+0
* Check whether the view has a frame before using it in textInputControllerjochen@chromium.org2014-02-251-3/+13