summaryrefslogtreecommitdiffstats
path: root/content
Commit message (Expand)AuthorAgeFilesLines
* Move most of the core SSL code from chrome to content. The UI code that's sp...jam@chromium.org2011-06-0325-7/+1848
* Revert the portion of r87696 which changed infobar notifications to use InfoB...pkasting@chromium.org2011-06-031-3/+4
* Get rid of TabContentsRegistrar and just let TabContentsObserver support dyna...jam@chromium.org2011-06-036-91/+18
* Fix +x mode on content/browser/in_process_webkit/indexed_db_quota_client*maruel@chromium.org2011-06-033-0/+0
* Removing defunct GpuVideoDecoder and IpcVideoDecoder.scherkus@chromium.org2011-06-0325-2548/+1
* Disable GPU compositing and accelerated 2d canvas for about: URLsjamesr@chromium.org2011-06-031-3/+4
* Initial IndexedDBQuotaClient implementationdgrogan@chromium.org2011-06-039-15/+457
* Remove JS dialog dependency from content.avi@chromium.org2011-06-038-79/+187
* Remove ResourceDispatcherHost dependency on Chrome's LoginHandler and Externa...jam@chromium.org2011-06-0315-129/+318
* Revert 87790 - Removing defunct OpenMAX code.scherkus@chromium.org2011-06-032-0/+10
* Removing defunct OpenMAX code.scherkus@chromium.org2011-06-032-10/+0
* Removing defunct Media Foundation based video decode engines and devices.scherkus@chromium.org2011-06-033-111/+1
* Respect pixel aspect ratio of video if it contains one.scherkus@chromium.org2011-06-032-3/+12
* When --disable-gpu-vsync, run requestAnimFrame callbacks at top speed.nduca@chromium.org2011-06-033-4/+24
* Fix "Navigating from accelerated to software rendered pages doesn't repaint."nduca@chromium.org2011-06-021-1/+2
* Add "svn:eol-style to all the DEPS under content.jam@chromium.org2011-06-025-108/+108
* Revert 87712 checked in by mistake- Allow multiple ChildProcess objects in on...jam@chromium.org2011-06-022-17/+13
* Allow multiple ChildProcess objects in one process for the --single-process c...jam@chromium.org2011-06-022-13/+17
* Change InfoBar-related notifications to be sourced from a TabContentsWrapper,...pkasting@chromium.org2011-06-021-13/+12
* Small refactor: have ExtensionInfoMap use ExtensionSet.mpcomplete@chromium.org2011-06-022-8/+13
* Remove last safebrowsing references from content.jam@chromium.org2011-06-023-57/+23
* Remove obsolete code from UserScriptMaster.mihaip@chromium.org2011-06-023-6/+0
* Avoid canceling a pending navigation if the old RVH commits right away.creis@chromium.org2011-06-024-58/+62
* Revert 87578 - Respect pixel aspect ratio of video if it contains one.michaeln@google.com2011-06-021-8/+3
* Respect pixel aspect ratio of video if it contains one.scottfr@chromium.org2011-06-021-3/+8
* This goes in first, followed by a webkit change that defines WEBFILESYSTEMCAL...ericu@chromium.org2011-06-023-15/+134
* Add missing media dependency to content/common.wez@chromium.org2011-06-021-0/+1
* Fix some style issues with VideoCaptureControllerID.scherkus@chromium.org2011-06-022-12/+5
* Make sure that running insecure script in a different https origin (via e.g.cevans@chromium.org2011-06-011-0/+2
* Remove the background X11 thread.tony@chromium.org2011-06-012-10/+0
* Get rid of chrome/browser/browser_shutdown.h and chrome/browser/ui/browser_di...jam@chromium.org2011-06-014-30/+20
* Fix clangjam@chromium.org2011-06-011-1/+1
* Fix the case where the TabContents goes away before TabContentsObserver::Regi...jam@chromium.org2011-06-016-45/+78
* Removes bookmarkbar logic from TabContents.sky@chromium.org2011-06-018-86/+78
* Revert 87449 - Nuke kDisableDevTools flag. It's not working anyway.mnaganov@chromium.org2011-06-011-0/+1
* TraceSubscriber implementation that writes to a file.husky@google.com2011-06-014-0/+133
* Nuke kDisableDevTools flag. It's not working anyway.mnaganov@chromium.org2011-06-011-1/+0
* Fix official build breakage from r87434.thestig@chromium.org2011-06-011-1/+1
* Remove chrome/browser/browser_about_handler.h dependency from content.jam@chromium.org2011-06-012-10/+0
* Revert 87424 - Initial IndexedDBQuotaClient implementationthestig@chromium.org2011-06-019-453/+15
* Set the unblock flag to false for all gpu->renderer IPCsjamesr@chromium.org2011-06-014-26/+12
* Initial IndexedDBQuotaClient implementationdgrogan@chromium.org2011-06-019-15/+453
* move EventHandler out of VideoCaptureController to make VS2005 happywjia@google.com2011-06-018-68/+114
* Fix clang build failure introduced by r87408.apatrick@chromium.org2011-06-011-1/+1
* Reland 87371 - Support for glSetSurfaceCHROMIUM.apatrick@chromium.org2011-06-015-16/+35
* Move UrlFetcher to content. I originally thought that it's only used by chro...jam@chromium.org2011-06-0112-7/+2690
* Fixed issue 84548 by checking the pointer before dereferencing it.ddorwin@chromium.org2011-06-011-4/+4
* Restore selective gpu feature blocking.zmo@google.com2011-05-312-19/+70
* Fix a regression caused by the fix to ensure that NP_Shutdown is called for p...ananta@chromium.org2011-05-312-19/+28
* Replace OS_LINUX ifdefs with OS_POSIX & !OS_MACOSX, TOOLKIT_USES_GTK, ortony@chromium.org2011-05-3128-120/+133