index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
content
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use ScopedCOMInitializer in more places. While this doesn't always simplify ...
pkasting@chromium.org
2012-10-03
6
-26
/
+48
*
Implement utility functions for the Syncable Filesystem
nhiroki@chromium.org
2012-10-03
1
-0
/
+1
*
Browser Plugin: Fixed browser process crash on embedder reload.
fsamuel@chromium.org
2012-10-03
6
-15
/
+107
*
Dont let messages hit CompositorOutputSurface after it is destroyed.
nduca@chromium.org
2012-10-03
2
-3
/
+26
*
ReadPixels from known-usable textures, and give SkBitmap its precious BGRA.
fischman@chromium.org
2012-10-03
1
-8
/
+12
*
Added sync calls to resources.
raymes@chromium.org
2012-10-03
6
-23
/
+24
*
Move around some ScopedOleInitializers in hopes of reducing the number of dup...
pkasting@chromium.org
2012-10-03
3
-5
/
+14
*
Call Stop() from all destructors of base::Thread subclasses (except for a cou...
pkasting@chromium.org
2012-10-03
2
-2
/
+5
*
Use WebRenderingStats::Enumerate to populate benchmarking extension rendering...
dtu@chromium.org
2012-10-02
2
-34
/
+52
*
Revert to old rect conversion behaviour in backing_store_mac
vollick@chromium.org
2012-10-02
1
-3
/
+11
*
IndexedDB: Data requests should use Async IPC
jsbell@chromium.org
2012-10-02
4
-207
/
+145
*
handle shared buffers based on the state of VideoCaptureImpl.
wjia@chromium.org
2012-10-02
2
-1
/
+9
*
Hook up PpapiPermissions in more places.
brettw@chromium.org
2012-10-02
10
-15
/
+33
*
Revert 159668 - This broke the reference page cyclers
nsylvain@chromium.org
2012-10-02
2
-26
/
+0
*
Return a sensible default locale for renderer tests
jochen@chromium.org
2012-10-02
1
-1
/
+1
*
Page cyclers: output memory histograms (approach: expose JS object)
marja@chromium.org
2012-10-02
2
-0
/
+26
*
Suppress unecessary repaints on a SwapComplete callback.
vangelis@chromium.org
2012-10-02
1
-0
/
+9
*
Use ScopedOleInitializer more, so that we check and log errors the same way e...
pkasting@chromium.org
2012-10-02
1
-5
/
+7
*
Upstreaming AccessibilityInjector
dfalcantara@chromium.org
2012-10-02
2
-7
/
+27
*
Add missing pieces in ContentView.
nileshagrawal@chromium.org
2012-10-02
2
-0
/
+92
*
Dispatch message immediately w/o message loop
victorhsieh@chromium.org
2012-10-02
1
-25
/
+4
*
Delete some unused code found by -Wunused-function
thakis@chromium.org
2012-10-01
6
-30
/
+8
*
Add override message to divide GPU memory among windows.
ccameron@chromium.org
2012-10-01
5
-3
/
+45
*
Move force_discrete GPU on older MacBookPro models to GpuBlacklist
zmo@google.com
2012-10-01
8
-38
/
+89
*
Propagate storage partition id and persistence to the browser.
nasko@chromium.org
2012-10-01
7
-42
/
+116
*
Replace Stop() call to unbreak tests while I uinvestigate further
pkasting@chromium.org
2012-10-01
1
-0
/
+1
*
Support reading pixels from HW-decoded video textures into canvas/webgl.
fischman@chromium.org
2012-10-01
2
-2
/
+51
*
Clean up Android default command line flags.
aelias@chromium.org
2012-10-01
6
-97
/
+17
*
Just because we want to destroy a pointer somewhere other than a destructor d...
pkasting@chromium.org
2012-10-01
3
-14
/
+8
*
Add KeyPressListeners support to Views.
csharp@chromium.org
2012-10-01
4
-3
/
+38
*
The media foundation H.264 decoder which we use for H/W H.264 video decoding ...
ananta@chromium.org
2012-10-01
2
-60
/
+126
*
Upstream more of ContentView and ContentViewCore.
nileshagrawal@chromium.org
2012-10-01
2
-0
/
+170
*
Clean up scoped_com_initializer.h, primarily by removing #ifdefs for non-Wind...
pkasting@chromium.org
2012-10-01
8
-30
/
+59
*
We don't need to do both OleInitialize() and CoInitializeEx() on the same thr...
pkasting@chromium.org
2012-10-01
2
-12
/
+4
*
[Android] Fix the final crash in the android_webview test runner.
mkosiba@chromium.org
2012-10-01
1
-0
/
+20
*
DevTools: rollback r136953, make server socket blocking again.
pfeldman@chromium.org
2012-10-01
1
-0
/
+1
*
ContentBrowserClient should return a sensible default locale
jochen@chromium.org
2012-10-01
1
-1
/
+1
*
[content shell] Update test expectations
jochen@chromium.org
2012-10-01
1
-1
/
+2
*
[content shell] Adding a TestExpectation file to help painting the content sh...
jochen@chromium.org
2012-10-01
1
-0
/
+5
*
Disable EncryptedMediaTest.BasicPlayback in Linux/ChromeOS ASAN tests.
dmikurube@chromium.org
2012-10-01
1
-0
/
+8
*
Flush at the end of local file writing in FileWriter API.
kinaba@chromium.org
2012-10-01
1
-1
/
+1
*
Move update to next_buffer_size_ to be within the BufIsFull() branch. This
darin@chromium.org
2012-10-01
1
-8
/
+8
*
Revert 159281 - Shift ordering in DownloadManagerImpl shutdown so that COMPLE...
rdsmith@chromium.org
2012-10-01
3
-69
/
+2
*
content: Fix deps entries.
tfarina@chromium.org
2012-09-30
1
-5
/
+2
*
Fixed ContentViewTestBase#setUpContentView
dtrainor@chromium.org
2012-09-29
4
-3
/
+72
*
[BrowserTag] Send dib info with NavigateGuest message,
lazyboy@chromium.org
2012-09-29
16
-222
/
+321
*
Disable IndexedDBLayoutTest.IndexTests for being flaky and timing out.
mpcomplete@chromium.org
2012-09-29
1
-1
/
+2
*
Fix the crash that could occur when the window is closed while web contents d...
jianli@chromium.org
2012-09-28
18
-138
/
+133
*
Add encrypted media basic playback tests.
shadi@chromium.org
2012-09-28
4
-1
/
+241
*
Browser Plugin: Implement Back, Forward, and Go.
fsamuel@chromium.org
2012-09-28
12
-8
/
+237
[next]