summaryrefslogtreecommitdiffstats
path: root/content
Commit message (Expand)AuthorAgeFilesLines
* Rename PPB_Font to PPB_BrowserFont_Trusted.brettw@chromium.org2012-02-171-2/+2
* Eliminate ResourceDispatcherHostDelegate::ShouldDeferStart in favor of Resour...darin@chromium.org2012-02-174-28/+15
* Extract SpeechInputManager delegate into its own header and put it in the con...tfarina@chromium.org2012-02-177-34/+59
* Move creation of BrowserContext objects that live in content to content, inst...jam@chromium.org2012-02-1721-188/+277
* Revert 120293 - Enable/Disable IME based on |text_input_type_| when a view is...bashi@chromium.org2012-02-171-11/+2
* Add UMA stats for save package duplicate file errors.benwells@chromium.org2012-02-174-4/+75
* Unmark FAIL on DeviceOrientationBrowserTest.BasicTest The breakage is fixed W...morrita@chromium.org2012-02-171-2/+2
* Don't use sync message filter in PpapiWebKitPlatformSupportImpl::SandboxSuppo...yzshen@chromium.org2012-02-171-3/+2
* Define a new message for to inform the browser-side of when DomStorageAreas a...michaeln@google.com2012-02-174-15/+27
* Fix TCPSocket_Private::Disconnect not to crash renderer if socket not connected.wez@chromium.org2012-02-172-3/+5
* Reduce log spew from resource_dispatcher*isherman@chromium.org2012-02-172-6/+6
* More touch UI tab strip changesscottmg@google.com2012-02-173-5/+1
* Fixed: touch start event isn't dispatched in realtime on windows.junmin.zhu@intel.com2012-02-171-1/+1
* Fix Mac custom cursor color.avi@chromium.org2012-02-161-1/+1
* Call makeContextCurrent() in RenderViewImpl::createMediaPlayer.fischman@chromium.org2012-02-161-4/+4
* Move socket API restriction check to browser processdpolukhin@chromium.org2012-02-1617-62/+165
* Make builds with webrtc disabled work again.sky@chromium.org2012-02-162-3/+1
* Eliminate VS2010 ifdefs for handling NULL in std::pair.adamk@chromium.org2012-02-161-7/+1
* Introduce content::RenderWidgetHostViewPort (in content/port/browser).joi@chromium.org2012-02-1630-513/+613
* Move SpeechRecognizer delegate into its own header file and put it in the con...tfarina@chromium.org2012-02-1610-66/+98
* net: FileStream::Read/Write() to take IOBuffer* instead of char*satorux@chromium.org2012-02-161-2/+13
* Revert 122242 - Custom frame UI for platform apps on Windows.sky@chromium.org2012-02-163-33/+1
* Custom frame UI for platform apps on Windows.jeremya@chromium.org2012-02-163-1/+33
* This patch introduces a flag to make asynchronous spellchecker available.shinyak@chromium.org2012-02-161-0/+2
* Get IPC working for Indexed DB in shared workers.dgrogan@chromium.org2012-02-1610-8/+44
* Fix a caller of FileStream::Write().satorux@chromium.org2012-02-161-3/+2
* Revert 122213 - aura: Use GPU process for UIdpapad@chromium.org2012-02-1627-573/+113
* Revert 122205 - Allow GPU process to present to the compositing surface witho...apatrick@chromium.org2012-02-166-101/+25
* On Chrome for Android, the select popup is rendered in Java and so we have tojcivelli@chromium.org2012-02-161-2/+2
* Fix compile error when building content_unittests for android.satish@chromium.org2012-02-161-1/+1
* aura: Use GPU process for UIpiman@chromium.org2012-02-1627-113/+573
* Add a Content API around GpuDataManager and use that from chrome. I moved Gpu...jam@chromium.org2012-02-1613-263/+198
* Not ready for review yet.apatrick@chromium.org2012-02-166-25/+101
* Implement device enumeration for PPB_VideoCapture_Dev.yzshen@chromium.org2012-02-155-60/+484
* Expose correct MSAA roles for ARIA tab-related roles.aaronlevbugs@gmail.com2012-02-152-4/+9
* Display an interstitial for weak key errors.agl@chromium.org2012-02-151-0/+1
* Add extra data to BrowserContext so that content layer and other embedders ca...jam@chromium.org2012-02-1511-58/+30
* Some touch-event forwarding optimization.sadrul@chromium.org2012-02-156-2/+27
* Isolate initiation counts for downloads to their own histograms and improverdsmith@chromium.org2012-02-155-33/+50
* Revert 122034 - Use shared memory to update the renderer's view of the comman...zmo@google.com2012-02-155-57/+11
* Track (and eventually cap) Flash JIT sizejschuh@chromium.org2012-02-155-4/+22
* Make AudioManager non-refcounted.tommi@chromium.org2012-02-1511-30/+30
* Cleanup DownloadFileManagerTest and add DownloadFileManagerTest.RenameComplet...asanka@chromium.org2012-02-151-60/+119
* Move GpuBlacklist out of content and into chrome. All content needs to know i...jam@chromium.org2012-02-1516-2750/+99
* Extract RenderWidgetHostView (for Chrome-like embedders) vs. RenderWidgetHost...joi@chromium.org2012-02-1523-248/+355
* Remove files previously meant to be deleted.joi@chromium.org2012-02-152-199/+0
* Cleanup power_save_blocker_linux.cc a little bit.thestig@chromium.org2012-02-151-12/+17
* Roughly double the maximum number of renderer processes.thestig@chromium.org2012-02-153-35/+31
* Use shared memory to update the renderer's view of the command buffer state.jbauman@chromium.org2012-02-155-11/+57
* net: Split FileStream::Read/Write() into sync and async versions.satorux@chromium.org2012-02-151-1/+1