summaryrefslogtreecommitdiffstats
path: root/content
Commit message (Expand)AuthorAgeFilesLines
* Use ScopedCOMInitializer in more places. While this doesn't always simplify ...pkasting@chromium.org2012-10-036-26/+48
* Implement utility functions for the Syncable Filesystemnhiroki@chromium.org2012-10-031-0/+1
* Browser Plugin: Fixed browser process crash on embedder reload.fsamuel@chromium.org2012-10-036-15/+107
* Dont let messages hit CompositorOutputSurface after it is destroyed.nduca@chromium.org2012-10-032-3/+26
* ReadPixels from known-usable textures, and give SkBitmap its precious BGRA.fischman@chromium.org2012-10-031-8/+12
* Added sync calls to resources.raymes@chromium.org2012-10-036-23/+24
* Move around some ScopedOleInitializers in hopes of reducing the number of dup...pkasting@chromium.org2012-10-033-5/+14
* Call Stop() from all destructors of base::Thread subclasses (except for a cou...pkasting@chromium.org2012-10-032-2/+5
* Use WebRenderingStats::Enumerate to populate benchmarking extension rendering...dtu@chromium.org2012-10-022-34/+52
* Revert to old rect conversion behaviour in backing_store_macvollick@chromium.org2012-10-021-3/+11
* IndexedDB: Data requests should use Async IPCjsbell@chromium.org2012-10-024-207/+145
* handle shared buffers based on the state of VideoCaptureImpl.wjia@chromium.org2012-10-022-1/+9
* Hook up PpapiPermissions in more places.brettw@chromium.org2012-10-0210-15/+33
* Revert 159668 - This broke the reference page cyclersnsylvain@chromium.org2012-10-022-26/+0
* Return a sensible default locale for renderer testsjochen@chromium.org2012-10-021-1/+1
* Page cyclers: output memory histograms (approach: expose JS object)marja@chromium.org2012-10-022-0/+26
* Suppress unecessary repaints on a SwapComplete callback.vangelis@chromium.org2012-10-021-0/+9
* Use ScopedOleInitializer more, so that we check and log errors the same way e...pkasting@chromium.org2012-10-021-5/+7
* Upstreaming AccessibilityInjectordfalcantara@chromium.org2012-10-022-7/+27
* Add missing pieces in ContentView.nileshagrawal@chromium.org2012-10-022-0/+92
* Dispatch message immediately w/o message loopvictorhsieh@chromium.org2012-10-021-25/+4
* Delete some unused code found by -Wunused-functionthakis@chromium.org2012-10-016-30/+8
* Add override message to divide GPU memory among windows.ccameron@chromium.org2012-10-015-3/+45
* Move force_discrete GPU on older MacBookPro models to GpuBlacklistzmo@google.com2012-10-018-38/+89
* Propagate storage partition id and persistence to the browser.nasko@chromium.org2012-10-017-42/+116
* Replace Stop() call to unbreak tests while I uinvestigate furtherpkasting@chromium.org2012-10-011-0/+1
* Support reading pixels from HW-decoded video textures into canvas/webgl.fischman@chromium.org2012-10-012-2/+51
* Clean up Android default command line flags.aelias@chromium.org2012-10-016-97/+17
* Just because we want to destroy a pointer somewhere other than a destructor d...pkasting@chromium.org2012-10-013-14/+8
* Add KeyPressListeners support to Views.csharp@chromium.org2012-10-014-3/+38
* The media foundation H.264 decoder which we use for H/W H.264 video decoding ...ananta@chromium.org2012-10-012-60/+126
* Upstream more of ContentView and ContentViewCore.nileshagrawal@chromium.org2012-10-012-0/+170
* Clean up scoped_com_initializer.h, primarily by removing #ifdefs for non-Wind...pkasting@chromium.org2012-10-018-30/+59
* We don't need to do both OleInitialize() and CoInitializeEx() on the same thr...pkasting@chromium.org2012-10-012-12/+4
* [Android] Fix the final crash in the android_webview test runner.mkosiba@chromium.org2012-10-011-0/+20
* DevTools: rollback r136953, make server socket blocking again. pfeldman@chromium.org2012-10-011-0/+1
* ContentBrowserClient should return a sensible default localejochen@chromium.org2012-10-011-1/+1
* [content shell] Update test expectationsjochen@chromium.org2012-10-011-1/+2
* [content shell] Adding a TestExpectation file to help painting the content sh...jochen@chromium.org2012-10-011-0/+5
* Disable EncryptedMediaTest.BasicPlayback in Linux/ChromeOS ASAN tests.dmikurube@chromium.org2012-10-011-0/+8
* Flush at the end of local file writing in FileWriter API.kinaba@chromium.org2012-10-011-1/+1
* Move update to next_buffer_size_ to be within the BufIsFull() branch. Thisdarin@chromium.org2012-10-011-8/+8
* Revert 159281 - Shift ordering in DownloadManagerImpl shutdown so that COMPLE...rdsmith@chromium.org2012-10-013-69/+2
* content: Fix deps entries.tfarina@chromium.org2012-09-301-5/+2
* Fixed ContentViewTestBase#setUpContentViewdtrainor@chromium.org2012-09-294-3/+72
* [BrowserTag] Send dib info with NavigateGuest message,lazyboy@chromium.org2012-09-2916-222/+321
* Disable IndexedDBLayoutTest.IndexTests for being flaky and timing out.mpcomplete@chromium.org2012-09-291-1/+2
* Fix the crash that could occur when the window is closed while web contents d...jianli@chromium.org2012-09-2818-138/+133
* Add encrypted media basic playback tests.shadi@chromium.org2012-09-284-1/+241
* Browser Plugin: Implement Back, Forward, and Go.fsamuel@chromium.org2012-09-2812-8/+237