summaryrefslogtreecommitdiffstats
path: root/content
Commit message (Expand)AuthorAgeFilesLines
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-28127-378/+562
* Allow building without notification support.jknotten@chromium.org2011-10-283-0/+16
* Handle additional feedback from http://codereview.chromium.org/8395038/.jam@chromium.org2011-10-289-48/+46
* Instant: Fix a crash where the tab is closing and Instant 'hides' thejhawkins@chromium.org2011-10-271-1/+2
* Fix fullscreen API event delivery to be delayed until the state change hasdarin@chromium.org2011-10-274-41/+77
* Mark Worker ui layout tests flaky.dmichael@chromium.org2011-10-271-7/+31
* Compile fix for linux_aura.backer@chromium.org2011-10-271-1/+1
* Adding flag for turning on the Media Source APIacolwell@chromium.org2011-10-274-0/+8
* Enable tooltips for aura.varunjain@chromium.org2011-10-271-1/+3
* Move cloud_print_class_mac files from content/common to chrome/common/cloud_p...jam@chromium.org2011-10-273-32/+0
* Unnecessary file.backer@chromium.org2011-10-271-397/+0
* Fix a smart pointer leak.backer@chromium.org2011-10-271-1/+1
* Update chromium tests for new IDBDatabase.transaction() restrictions. The tra...jsbell@chromium.org2011-10-271-2/+1
* Enforce that chrome/common doesn't depend on content/common through DEPS. Als...jam@chromium.org2011-10-271-0/+5
* Re-enable worker ui tests I broke.dmichael@chromium.org2011-10-271-4/+2
* Disable IndexedDBBrowserTestWithLowQuota.QuotaTest failing after WebKit rollyurys@chromium.org2011-10-271-1/+2
* Add self to content/ppapi_plugin/OWNERSpiman@chromium.org2011-10-271-0/+1
* Fix up compositor mocking.backer@chromium.org2011-10-273-3/+10
* aura: Fix win compile, broken in r107569.sadrul@chromium.org2011-10-271-0/+1
* Aura: fix crash when clicking on a SELECT element.ivankr@chromium.org2011-10-271-0/+6
* aura: Add touch-event support for RWHVA.sadrul@chromium.org2011-10-276-3/+180
* Revert 107563 - Fix up compositor mocking.backer@chromium.org2011-10-273-10/+3
* Fix up compositor mocking.backer@chromium.org2011-10-273-3/+10
* IndexedDB: Update calls to and implementations of WebIDBFactory.hans@chromium.org2011-10-276-75/+6
* Fix Aura build after r107403 (303778).ivankr@chromium.org2011-10-272-2/+2
* Fix build on the "Linux Clang (ChromeOS dbg)" bot.hbono@chromium.org2011-10-2710-11/+10
* Rename URLFetcher to be URLFetcherImpl, now that we have the content::URLFetc...jam@chromium.org2011-10-278-141/+143
* more content exports.dpranke@chromium.org2011-10-2710-16/+24
* use the userAgent() in the same loadable module as RendererWebKitPlatformSupp...dpranke@chromium.org2011-10-272-0/+8
* Removing dedicated worker-related IPC codei (first round). dslomov@chromium.org2011-10-2718-391/+149
* ui/gfx: Convert Canvas::TranslateInt() to use gfx::Point.tfarina@chromium.org2011-10-271-13/+10
* Fix shutdown crash when WebMediaPlayerImpl is destroyed after RenderViewImpl is.fischman@chromium.org2011-10-261-1/+1
* Make test URLFetcher implementations not derive from the URLFetcher implement...jam@chromium.org2011-10-268-193/+285
* Add a command-line switch --skip-gpu-data-loading.zmo@chromium.org2011-10-264-15/+20
* Added logging useful for understanding Pepper broker lifetime.ddorwin@chromium.org2011-10-264-10/+27
* Replace NewRunnableFunction/NewRunnableMethod with Callback in SavePackage.achuith@chromium.org2011-10-261-42/+42
* Replace NewRunnableFunction with Callback in SaveFileResourceHandler.achuith@chromium.org2011-10-261-14/+6
* Replace NewRunnableMethod with Callback in SaveFileManager.achuith@chromium.org2011-10-261-30/+23
* Reland 107243 - Added GLSurfaceAdapter, an implementation of GLSurface that f...apatrick@chromium.org2011-10-263-12/+408
* Make GTK and Aura parts orthogonal to OS partsstevenjb@google.com2011-10-2614-461/+584
* Use base::Unretained() around VideoCaptureModuleImpl since it's not ref count...wjia@chromium.org2011-10-262-6/+6
* Move the Mac's WebDragSource to content.avi@chromium.org2011-10-263-0/+541
* Fix about:gpu's wrong status of accelerated-canvas-2d.zmo@google.com2011-10-262-2/+19
* Changes Window::Init to take whether the layer has a texture. Andsky@chromium.org2011-10-261-1/+1
* Refactor FileSystemOperation:oleg@chromium.org2011-10-261-17/+8
* Disable WorkerTest.WorkerMessagePort* before the next WebKit rollyurys@chromium.org2011-10-261-2/+4
* Convert chrome callers of UrlFetcher to use the interface. I'll switch tests ...jam@chromium.org2011-10-262-0/+17
* Enable accelerated compositing of web pages when using webkit compositorpiman@chromium.org2011-10-268-414/+520
* add Begin/EndTracing to AutomationProxy. This adds the necessary wiring and I...jbates@chromium.org2011-10-252-0/+34
* Make passing of DownloadRequestHandle separate from DownloadCreateInfo.rdsmith@chromium.org2011-10-2512-32/+40