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
*
Revert the feature 'Clear the clipboard upon exit from Incognito'. Original p...
vasilii@chromium.org
2013-06-02
9
-170
/
+11
*
Update content/ to use scoped_refptr<T>::get() rather than implicit "operator...
rsleevi@chromium.org
2013-06-02
224
-1107
/
+1208
*
IndexedDB: Avoid copies by encoding into passed vector.
jsbell@chromium.org
2013-06-01
4
-198
/
+224
*
Reject ResourceHostMsg_Request with invalid priority.
szym@chromium.org
2013-06-01
1
-0
/
+8
*
IndexedDB: Re-implement refcounting checks in IndexedDBFactory unit tests.
jsbell@chromium.org
2013-06-01
1
-14
/
+17
*
Do not try to bring up inspector for crashed webview.
lazyboy@chromium.org
2013-06-01
1
-1
/
+1
*
Add test coverage for InputMsg_CursorVisibilityChange
tdanderson@chromium.org
2013-06-01
2
-4
/
+94
*
IndexedDB: Ensure "unused" transactions don't leak.
jsbell@chromium.org
2013-06-01
3
-5
/
+4
*
Pass LatencyInfo struct through win AcceleratedSurface.
jbauman@chromium.org
2013-06-01
1
-20
/
+30
*
Add sandbox exclusion to browser process for the NaCl pipes when there is no ...
wfh@chromium.org
2013-06-01
1
-0
/
+10
*
<webview>: Plumb edit commands
fsamuel@chromium.org
2013-06-01
6
-1
/
+49
*
IndexedDB: Make new backend (still disabled) pass all tests
jsbell@chromium.org
2013-06-01
8
-14
/
+19
*
Revert "Android: Work around composite-to-mailbox leaks."
sievers@chromium.org
2013-06-01
3
-32
/
+4
*
Remove WebGraphicsContext3D::setParentContext implementations
piman@chromium.org
2013-06-01
2
-65
/
+0
*
Moving WebRTC logging related files from content to chrome.
grunell@chromium.org
2013-05-31
25
-898
/
+106
*
GTTF: Remove support for _CRASH suffix in TestLauncher
phajdan.jr@chromium.org
2013-05-31
1
-7
/
+1
*
Rename switch to disable prefixed Encrypted Media APIs.
ddorwin@chromium.org
2013-05-31
5
-5
/
+18
*
Create RenderFrame/RenderFrameHost for the main frame of a page.
nasko@chromium.org
2013-05-31
45
-26
/
+359
*
Fix CSP warning for about:histograms and about:tcmalloc.
eroman@chromium.org
2013-05-31
2
-2
/
+2
*
Make webkit_user_agent a standalone gyp
jamesr@chromium.org
2013-05-31
2
-2
/
+2
*
Replace PruneAllButActive with PruneAllButVisible.
creis@chromium.org
2013-05-31
6
-193
/
+304
*
GTTF: Remove message loop hooks from TestLauncherDelegate
phajdan.jr@chromium.org
2013-05-31
3
-12
/
+28
*
Adjust delay calculations on Mac to properly account for the FIFO buffers.
ajm@chromium.org
2013-05-31
2
-20
/
+12
*
Release context to force GL state restore before draw
boliu@chromium.org
2013-05-31
1
-0
/
+10
*
Revert 203429 "Reland: Use a shared thread for media operations."
scherkus@chromium.org
2013-05-31
7
-64
/
+2
*
pepper: simplify context creation/initialization
piman@chromium.org
2013-05-31
3
-22
/
+3
*
Migrate the IndexedDB backend from Blink to Chromium
alecflett@chromium.org
2013-05-31
70
-426
/
+14747
*
Passing ScopedJavaSurface to MediaPlayerAndroid
qinmin@chromium.org
2013-05-31
5
-12
/
+15
*
Revert 203427 "Hook up the device selection to the WebAudio live..."
justinlin@chromium.org
2013-05-31
17
-175
/
+58
*
Reland: Use a shared thread for media operations.
scherkus@chromium.org
2013-05-31
7
-2
/
+64
*
Hook up the device selection to the WebAudio live audio.
xians@chromium.org
2013-05-31
17
-58
/
+175
*
Roll WebRTC to r4143
niklase@chromium.org
2013-05-31
1
-1
/
+1
*
WebDropData split to content and webkit/common
scottmg@chromium.org
2013-05-31
21
-23
/
+120
*
Fixing a race condition in SpeechRecognizerImpl.
primiano@chromium.org
2013-05-31
2
-4
/
+11
*
H.264 decoder should dlopen SONAME of libva and libva-x11.
halton.huo@intel.com
2013-05-31
1
-3
/
+3
*
Move synchronous compositor into content/browser
joth@chromium.org
2013-05-31
19
-221
/
+355
*
reland of 'split webkit/glue/webpreferences to common and renderer'
scottmg@chromium.org
2013-05-31
15
-14
/
+15
*
Remove obsolete lines from OWNERS file
joth@chromium.org
2013-05-31
1
-3
/
+0
*
VAVDA: Redesign stage 1.
posciak@chromium.org
2013-05-31
12
-1236
/
+1398
*
GPU RGBA -> Planar YUV conversion + uses new scaler pipeline
hubbe@chromium.org
2013-05-31
9
-91
/
+825
*
Enable UI for possible username selection via Finch experiment.
gcasto@chromium.org
2013-05-31
3
-4
/
+4
*
<webview>: Introduce a Browser Plugin instance ID
fsamuel@chromium.org
2013-05-31
11
-129
/
+159
*
Remove unused methods in WebGraphicsContext3D: isGLES2Compliant() and getPlat...
dongseong.hwang@intel.com
2013-05-31
2
-11
/
+0
*
Fix include path for webcursor_gtk_data.h which was moved to webkit/common/cu...
ananta@chromium.org
2013-05-31
1
-1
/
+1
*
Move the WebCursor sources from webkit/glue to webkit/common/cursors.
ananta@chromium.org
2013-05-31
17
-15
/
+18
*
Trace time spent in BrowserMainLoop::MainMessageLoopStart
andrewhayden@chromium.org
2013-05-31
1
-13
/
+53
*
Stop using WebKit-compatible validation messages for testing.
tkent@chromium.org
2013-05-31
1
-22
/
+0
*
Add driver bug workarounds to about:gpu page.
zmo@chromium.org
2013-05-31
9
-34
/
+80
*
Lower the priority of shared workers that aren't associated with the foregrou...
simonhatch@chromium.org
2013-05-31
7
-3
/
+241
*
Add --enable-webkit-media-source for Android instead of hardcoding it to be d...
scherkus@chromium.org
2013-05-30
4
-3
/
+19
[next]