summaryrefslogtreecommitdiffstats
path: root/content
Commit message (Expand)AuthorAgeFilesLines
* Pepper quota supportkinuko@chromium.org2011-08-015-0/+77
* Web Intents: Preparatory work.jhawkins@chromium.org2011-08-013-0/+23
* Connect up firewall control preferences with PPAPI.dmaclach@chromium.org2011-07-303-2/+30
* PPAPI interface for reading the enterprise policy as a big JSON blob.ajwong@chromium.org2011-07-302-46/+99
* Revert 94743 - Allow the renderer process to map textures from one context in...jamesr@chromium.org2011-07-308-142/+33
* Create DownloadManagerDelegate class to group the embedder functions related ...jam@chromium.org2011-07-295-70/+12
* seccomp: simplify enable/disable logicevan@chromium.org2011-07-292-24/+44
* Move more files from chrome/test to chrome/test/base, part #3phajdan.jr@chromium.org2011-07-292-2/+2
* Move more files from chrome/test to chrome/test/base, part #2phajdan.jr@chromium.org2011-07-292-3/+3
* Allow the renderer process to map textures from one context into another.apatrick@chromium.org2011-07-298-33/+142
* PPB_VideoDecoder_Dev::Initialize is now synchronous!fischman@chromium.org2011-07-298-28/+31
* Change CanGetCookies signature, add CookieList as parameters in order to remo...ycxiao@chromium.org2011-07-292-19/+21
* Move in_process_browser_test and ui_test_utils to chrome/test/basephajdan.jr@chromium.org2011-07-2914-23/+23
* Make ResourceDispatcherHostDelegate an abstract interface.jam@chromium.org2011-07-293-96/+13
* Added support for Decode() calls during Reset().fischman@chromium.org2011-07-293-37/+128
* Add a scoper object for URLFetcher::Factoryphajdan.jr@chromium.org2011-07-298-46/+78
* PluginList cleanup to fix a race condition and decrease the API surface for f...bauerb@chromium.org2011-07-293-21/+43
* Cleanup: Make quota dispatcher code independent from WebKit typeskinuko@chromium.org2011-07-296-73/+115
* Fix bad section object leak when painting pluginscpu@chromium.org2011-07-291-3/+7
* Move gpu preliminary info collection from IO thread to FILE thread.zmo@google.com2011-07-282-2/+7
* Don't close KSecDD in the sandboxjschuh@chromium.org2011-07-281-7/+0
* Remove ReadWriteTokens from GpuVideoDecodeAccelerator + falloutvrk@google.com2011-07-2815-234/+29
* Ensure restored NavigationEntries have a SiteInstance when they commit.creis@chromium.org2011-07-281-0/+10
* Add --gpu-no-context-lost commandline switch.zmo@google.com2011-07-282-6/+15
* DevTools: disable link doctor while DevTools is opened.pfeldman@chromium.org2011-07-284-3/+33
* Removal of Profile from content part 3.avi@chromium.org2011-07-285-15/+10
* Turn on UIPI for the GPU sandbox.jschuh@chromium.org2011-07-281-2/+7
* Switch from WebDocument::insertStyleText to ::insertUserStyleSheet for progra...mihaip@chromium.org2011-07-283-9/+7
* Remove some depenencies from DownloadManager.jam@chromium.org2011-07-283-1/+35
* DevTools: remove profile and url context dependencies from remote debugging s...pfeldman@chromium.org2011-07-285-192/+33
* Larger Combo box Hit Targets for TOUCH_UIfsamuel@chromium.org2011-07-281-0/+6
* Roll WebKit 91883:91912.tonyg@chromium.org2011-07-281-1/+11
* Fix for stencil attachment of FBO.backer@chromium.org2011-07-281-33/+77
* Don't send ViewMsg_ContextMenuClosed to the renderer process for submenus.yzshen@chromium.org2011-07-281-3/+5
* Removal of Profile from content part 2.avi@chromium.org2011-07-275-24/+12
* Revert 94332 - Removal of Profile from content part 2.sergeyu@chromium.org2011-07-275-12/+24
* Removal of Profile from content part 2.avi@chromium.org2011-07-275-24/+12
* Removal of Profile from content part 1.avi@chromium.org2011-07-2739-266/+486
* Remove VfsBackend::FileTypeIs{Journal,MainDB}phajdan.jr@chromium.org2011-07-271-3/+1
* Check for NULL WebFrame, in case we're invoked for a blocked plugin menu.jochen@chromium.org2011-07-271-1/+5
* DevTools: move devtools_ui into content since it should be able to serve devt...pfeldman@chromium.org2011-07-273-8/+0
* Use the suggested name from an anchor's 'download' attribute.sadrul@chromium.org2011-07-275-7/+24
* Remove ChromeNetLog depenency from content/browser/debuggerdpranke@chromium.org2011-07-277-24/+26
* Removed vestigial GL_latch_CHROMIUM code.apatrick@chromium.org2011-07-277-231/+1
* Revert 94196 (broke win shared build) - Remove ChromeNetLog dependency from c...willchan@chromium.org2011-07-267-26/+24
* Remove ChromeNetLog dependency from content/browser/debugger.dpranke@chromium.org2011-07-267-24/+26
* Eliminates base::WeakPtr<prerender::PrerenderManager> on IO thread.willchan@chromium.org2011-07-262-11/+14
* Remove prefs usage from SavePackage. Have it ask the embedder for the directo...jam@chromium.org2011-07-265-54/+16
* Initial sensor event provider for testing views screen rotationcwolfe@chromium.org2011-07-268-0/+228
* Made Destroy() followup more aggressive to test for races.fischman@chromium.org2011-07-263-18/+29