summaryrefslogtreecommitdiffstats
path: root/content/browser
Commit message (Expand)AuthorAgeFilesLines
* Run a ppapi process per (profile, plugin) pair.tsepez@chromium.org2012-05-316-19/+35
* Support for the OSK in the native text field (e.g. the Find box) on Win8 clas...tommi@chromium.org2012-05-311-15/+1
* Inherits SupportsWeakPtr<T> instead of having WeakPtrFactory<T>toyoshim@chromium.org2012-05-3110-35/+23
* Respect the --disable-renderer-accessibility flag on Win 8.dmazzoni@chromium.org2012-05-311-1/+3
* Converts remainder of ui (except for ui/app_list) and chrome/browser/ui/views...pkotwicz@chromium.org2012-05-311-2/+3
* Fix memory leak in WedDragSourceMacTestisherman@chromium.org2012-05-311-1/+1
* Ignore (fake) mouse events that are created during a touch (iff we will handl...girard@chromium.org2012-05-311-0/+12
* Disable ResourceDispatcherHostBrowserTest.CrossSiteImmediateLoadOnunloadCooki...kmadhusu@chromium.org2012-05-301-1/+11
* Download filename determination refactor (1/3)asanka@chromium.org2012-05-3011-833/+965
* [Mac] Ensure that JavaScript URLs are always properly escaped for drag 'n drop.isherman@chromium.org2012-05-302-10/+57
* Remove PPB_Transport_Dev API.sergeyu@chromium.org2012-05-301-1/+1
* Better cross platform behavior for blur.dtseng@chromium.org2012-05-301-2/+1
* Fix the DomStorage is "wicked slow" bug by adding a renderer side cache and u...michaeln@google.com2012-05-302-95/+28
* Add android download controller.nileshagrawal@chromium.org2012-05-303-0/+446
* Implement correct accessibility states for contenteditable.dmazzoni@chromium.org2012-05-307-301/+143
* Switch DownloadUrlParameters to use a content::Referrer instead of a GURL for...jochen@chromium.org2012-05-303-4/+6
* handle the case when device is closed before media pipeline is fully initiali...wjia@chromium.org2012-05-308-38/+342
* Get rid of ContentBrowserClient::GetClipboard as part of simplifying the work...jam@chromium.org2012-05-303-11/+10
* Deprecate FileUtilities::getFileSize and getFileModifiedTimekinuko@chromium.org2012-05-302-39/+0
* Handle console messages in WebContentsDelegate.mkosiba@chromium.org2012-05-305-4/+33
* Don't throw away GPU data on non-PCI architecturesskyostil@google.com2012-05-301-3/+5
* aura: Do not send unknown gesture events to webkit.sadrul@chromium.org2012-05-302-1/+5
* ash: Improved window maximize/restore animationsjamescook@chromium.org2012-05-302-1/+6
* Asynchronously launch the GPU process as soon as the IO thread is ready.apatrick@chromium.org2012-05-301-14/+14
* Use AuraTestHelper to initialize aura environment in testoshima@chromium.org2012-05-301-17/+5
* Revert 139433 - Disable accelerated animationvollick@google.com2012-05-301-1/+1
* Disable accelerated animationvollick@google.com2012-05-301-1/+1
* aura/cros: Rename MessagePump{X => AuraX11}.erg@chromium.org2012-05-291-6/+2
* Fix NULL crash.cevans@chromium.org2012-05-291-2/+2
* Issue 121063 fixed: Drag and dropping a file named [something].[andmore].[ext...dcheng@chromium.org2012-05-292-7/+7
* Add deviceSupportsTouch to webglue.flackr@chromium.org2012-05-291-0/+3
* Give a default implementation for ContentBrowserClient so that there's less b...jam@chromium.org2012-05-292-469/+0
* Disable tests that flake/fail inside the Linux SUID sandbox.bradchen@google.com2012-05-291-0/+12
* fix assert on IO thread in incognito mode.wjia@chromium.org2012-05-291-2/+13
* Coverity: Fix a pass-by-value.jhawkins@chromium.org2012-05-292-4/+4
* Avoid double calling OnResponseStarted from BufferedResourceHandlerrdsmith@chromium.org2012-05-293-6/+15
* content: Move javascript_message_type.h into content/ from ui/.tfarina@chromium.org2012-05-287-12/+12
* Pepper Flash settings integration: implement "deauthorize content licenses".yzshen@chromium.org2012-05-273-1/+117
* Pass command line arguments onto platform apps which provide the right intent.benwells@chromium.org2012-05-261-8/+3
* Multi-select <select> in 'external popup window'aruslan@chromium.org2012-05-2616-17/+167
* Plumb referrer policy along with drag data informationjochen@chromium.org2012-05-255-17/+21
* Prevent browser thumbnailer from trying to read from frontbuffer (surface tex...mmocny@chromium.org2012-05-2510-2/+33
* Restrict WebUI calls to the chrome:// origins.cevans@chromium.org2012-05-251-1/+12
* Cleanup: [WebRTC] Use GURL type to replace the std::string type of security o...yujie.mao@intel.com2012-05-257-21/+24
* Turn on deferred 2d canvas rendering by default.junov@chromium.org2012-05-251-1/+1
* Add FileUtilities::GetFileInfo() to capture file metadata with single IPCkinuko@chromium.org2012-05-252-0/+22
* Introduced SpeechRecognitionDispatcher(Host) classes, handling dispatch of IP...hans@chromium.org2012-05-258-83/+303
* The message pump gets events in pixels. Convert to DIP as we should.pkotwicz@chromium.org2012-05-251-1/+4
* GTK Render Widget Host View resets cached center location on mouse lock.scheib@chromium.org2012-05-252-2/+14
* Add flag to make all position:fixed elements create stacking contextsjamesr@chromium.org2012-05-241-0/+3