summaryrefslogtreecommitdiffstats
path: root/content
Commit message (Expand)AuthorAgeFilesLines
* Drop frontbuffers on chromeos when tab visibility set to hibernated (GLX imag...mmocny@chromium.org2012-03-083-28/+21
* Move download interrupt reasons to content\public (the enum that's used by ch...jam@chromium.org2012-03-0825-132/+166
* Fix context sharing between channels to be order-independent.piman@chromium.org2012-03-088-16/+21
* Move FindPasteboard to ui/base/clipboard since it's used by two modules (cont...jam@chromium.org2012-03-084-144/+1
* Reverting log messages that weren't useful.oshima@chromium.org2012-03-071-5/+0
* Fix performance.timing.navigationStart on cross-renderer navigation.simonjam@chromium.org2012-03-0711-27/+119
* IndexedDB: Run basics-shared-workers layout test as ui test.dgrogan@chromium.org2012-03-071-0/+1
* Add ResourceRequestInfo.darin@chromium.org2012-03-0723-451/+515
* fix win_aurajbates@chromium.org2012-03-071-1/+1
* Make TabContentsViewWin support drag & drop and also wire in the zoom with ct...jam@chromium.org2012-03-072-4/+100
* Refactor Pickle Read methods to use higher performance PickleIterator.jbates@chromium.org2012-03-0726-116/+135
* Refactoring to make GpuPerformanceStats part of gpu info collection.zmo@chromium.org2012-03-075-0/+101
* Enable audio/video tag in content_shellvrk@chromium.org2012-03-0710-22/+73
* Windows: Limit D3D devices to one per Present Thread (4 max).apatrick@chromium.org2012-03-074-1/+22
* Separate more out of PepperPluginDelegateimplbrettw@chromium.org2012-03-0711-315/+482
* Add a SetDisplayName() method to DownloadItemasanka@chromium.org2012-03-075-2/+34
* Switch chrome to use TabContentsViewWin. The goal is to eventually have all T...jam@chromium.org2012-03-077-37/+124
* Add a DownloadItem::SetDangerType().asanka@chromium.org2012-03-075-28/+8
* Move Render(View|Widget)Host and associated classes to content namespace.joi@chromium.org2012-03-07120-368/+503
* Renamed speech recognition code in preparation for introducing a new speech i...primiano@chromium.org2012-03-0751-627/+656
* Implement Linux media notifier.thestig@chromium.org2012-03-077-1/+701
* Fix tweak_info_plist.py to be explicit about arguments.avi@chromium.org2012-03-071-3/+1
* more logs to troubleshoot login timeout issue on chromeos builders.oshima@chromium.org2012-03-072-0/+20
* Convert uses of int ms to TimeDelta in content/browser, ipc, and webkit/plugins.tedvessenes@gmail.com2012-03-074-13/+15
* Make context current before doing PollUnscheduleFencesjbauman@chromium.org2012-03-071-0/+10
* Run IndexedDBBrowserTest.DoesntHangTest as FLAKY to ensure it is fixed beforedgrogan@chromium.org2012-03-071-2/+5
* Drop accelerated surface when switching off accelerated compositor.apatrick@chromium.org2012-03-071-0/+5
* Fix mismanagement in handling of temporary scanline for vertical flip.kbr@chromium.org2012-03-072-7/+4
* Get rid of TitleUpdatedDetails and use std::pair directly.tfarina@chromium.org2012-03-074-40/+5
* First pass at content shell for the Mac. Doesn't work yet.avi@chromium.org2012-03-068-11/+2275
* Reenable IndexedDB ui layout test on mac_valgrind.dgrogan@chromium.org2012-03-061-1/+12
* aura: use finish() to use ensure ordering in --ui-use-gpu-process modepiman@chromium.org2012-03-061-2/+6
* Delay echo messages on an unscheduled command buffer until the command buffer...jbauman@chromium.org2012-03-063-2/+36
* Deschedule command buffer while polling fencesjbauman@chromium.org2012-03-064-13/+42
* Use SyncMessageFilter to Send() ipc messages from background threads.michaeln@google.com2012-03-064-8/+11
* Also release tcmalloc memory from a foreground tabjochen@chromium.org2012-03-061-4/+8
* Adds input volume control support for Windows platforms.henrika@chromium.org2012-03-064-12/+25
* Add Keyboard Support for Non-Focused Elementscsharp@chromium.org2012-03-066-1/+72
* Fix a bug that sometimes broke content script injection on startup, caused bympcomplete@chromium.org2012-03-061-4/+2
* Create window in a new BrowsingInstance when opening a link in a new process.creis@chromium.org2012-03-066-56/+123
* Move Render(Widget|View)HostImpl to files with _impl in filename.joi@chromium.org2012-03-0679-106/+94
* Move RenderWidgetHost and RenderViewHost interfaces to their own files.joi@chromium.org2012-03-068-533/+584
* Ensure that SequencedWorkerPools in tests don't outlive their testsakalin@chromium.org2012-03-061-1/+7
* Revert 125035 - Fix performance.timing.navigationStart on cross-renderer navi...dbeam@chromium.org2012-03-0611-120/+27
* Delete HostDelegate objects instead of HostImpl objects to avoid leaking the ...fischman@chromium.org2012-03-061-1/+4
* Revert disabling of transfer_buffer_ cache.nfullagar@google.com2012-03-061-5/+0
* Inform webkit when PPAPI plugin contents are opaque.jbauman@chromium.org2012-03-062-0/+11
* Fix log_if condition oshima@chromium.org2012-03-061-2/+2
* Use a hosted app's opener URL and not its origin to locate it.creis@chromium.org2012-03-066-2/+8
* Fold media::MessageLoopFactoryImpl into media::MessageLoopFactory.scherkus@chromium.org2012-03-061-2/+2