summaryrefslogtreecommitdiffstats
path: root/content
Commit message (Expand)AuthorAgeFilesLines
* Rename is_hsts_host to fatal.palmer@chromium.org2012-01-176-10/+11
* UILayoutTest: Use DOMAutomation to retrieve document.body.innerTextdgrogan@chromium.org2012-01-171-4/+4
* Ensure that view_messages.h and tab_contents.h don't get included by any more...jam@chromium.org2012-01-179-16/+20
* Tracking ctrl, shift, alt and caps lock state information for floating touchbshe@chromium.org2012-01-171-0/+1
* Move cleanup that happens on IO thread destruction to content, so that not ev...jam@chromium.org2012-01-173-4/+40
* Group BrowserChildProcesshost methods that will be part of the interface toge...jam@chromium.org2012-01-176-21/+42
* Make WebUI objects not derive from WebUI. WebUI objects own the controller. T...jam@chromium.org2012-01-1712-78/+166
* aura: Gesture event plumbing (skeleton).sadrul@chromium.org2012-01-172-0/+7
* Use times from the initiation of events to determine whether twodavemoore@chromium.org2012-01-171-50/+6
* Revert r117895 "Convert use of int ms to TimeDelta in files owned by bulach."maruel@chromium.org2012-01-176-16/+16
* Convert use of int ms to TimeDelta in files owned by bulach.tedvessenes@gmail.com2012-01-176-16/+16
* Sort tabs by the last selected time on thr remote debugging landing page.mnaganov@chromium.org2012-01-171-1/+8
* Fix leak in LoadSandboxTemplate found by Valgrindjeremy@chromium.org2012-01-161-5/+6
* Add CreateFileSystemOperation() method to FileSystemContextkinuko@chromium.org2012-01-162-29/+50
* Revert 117824 - Convert use of int ms to TimeDelta in files owned by brettw.hbono@chromium.org2012-01-1610-35/+28
* Convert use of int ms to TimeDelta in files owned by brettw.tedvessenes@gmail.com2012-01-1610-28/+35
* Convert use of int ms to TimeDelta in files owned by vrk.tedvessenes@gmail.com2012-01-141-2/+2
* Fix window zoom in a sane way, remove nasty casts.avi@chromium.org2012-01-143-1/+15
* Add --enable-gpu-debugging to call glGetError after every command in the comm...gman@chromium.org2012-01-141-1/+1
* Content: First draft at a content_shell on GTK.erg@chromium.org2012-01-149-30/+219
* Keep "internal" and "extra" plugins in the same list.bauerb@chromium.org2012-01-143-6/+14
* Implement off-the-spot mode for Aura-IBus IME.kinaba@chromium.org2012-01-142-5/+9
* Don't swap processes for javascript: URLs.nasko@chromium.org2012-01-142-61/+101
* Fix deadlock in WebMediaPlayerImpl::Destroy() when HW video decode is enabled.fischman@chromium.org2012-01-144-22/+104
* Remove references to WebKit::WebWorkerdslomov@chromium.org2012-01-143-18/+1
* Add System Assessment Tool stats to about:gpu on Windows.scottmg@chromium.org2012-01-136-2/+138
* Remove obsolete layer of indirection in gpu msg routing.sievers@chromium.org2012-01-132-48/+24
* Revert 117696 - Created DownloadFileManager unit test.dcheng@chromium.org2012-01-1314-803/+517
* Created DownloadFileManager unit test.ahendrickson@chromium.org2012-01-1314-517/+803
* Get rid of unnecessary accessors in BrowserProcessHost that were transitional...jam@chromium.org2012-01-139-44/+44
* Fix chrome://chrome breaking from r117645jam@chromium.org2012-01-131-5/+5
* Substitute ResourceHandlers with dummy ResourceHandler while request is trans...battre@chromium.org2012-01-136-3/+155
* Start splitting out WebUI into an implementation class and an interface that ...jam@chromium.org2012-01-1311-34/+125
* chrome.experimental.downloads.download works for non-GET methods.cbentzel@chromium.org2012-01-131-1/+0
* Fix RenderProcessHostImpl::IsSuitableHost for the single-process mode.mnaganov@chromium.org2012-01-131-2/+4
* [Mac] Place IME candidate window on Pepper plugins near the caret.kinaba@chromium.org2012-01-134-7/+23
* Fold WebMediaPlayerImpl::Initialize() into the constructor.scherkus@chromium.org2012-01-136-33/+32
* Revert r116858 as it is causing various crashes.darin@chromium.org2012-01-131-6/+1
* Remove VideoDecodeAccelerator::Client::NotifyEndOfStream / PPP_VideoDecoder_D...fischman@chromium.org2012-01-138-34/+5
* Revert 117541 - Convert use of int ms to TimeDelta in files owned by bulach.lambroslambrou@google.com2012-01-126-16/+16
* Convert use of int ms to TimeDelta in files owned by bulach.tedvessenes@gmail.com2012-01-126-16/+16
* Add the ability to share GL contexts across channels.piman@chromium.org2012-01-1216-121/+132
* Convert use of int ms to TimeDelta in files owned by jar.tedvessenes@gmail.com2012-01-121-3/+3
* Changes RenderViewHost to schedule paint if DidUpdateBackingStore issky@chromium.org2012-01-122-7/+37
* Convert use of int ms to TimeDelta in files owned by atwilson.tedvessenes@gmail.com2012-01-122-5/+5
* Revert 116954 - Pass Content-security-policy and header type from WebSharedWo...tsepez@chromium.org2012-01-125-56/+17
* Safe and reliable fix for 2 race conditions.enal@chromium.org2012-01-122-9/+6
* Now that TabContentsViewHelper is in content, make TabContentsViewWin use it ...jam@chromium.org2012-01-128-115/+108
* Remove --simple-data-source and convert WebMediaPlayerImpl::Initialize() to a...scherkus@chromium.org2012-01-124-20/+7
* Adding support for MediaStream and PeerConnection functionality.grunell@chromium.org2012-01-1226-48/+1875