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
*
Reland r204014 - Don't track whether a resize ack is pending during layout tests
jochen@chromium.org
2013-06-06
6
-14
/
+26
*
Make TestRenderWidgetHostView delete itself like the other RenderWidgetHostVi...
jyasskin@chromium.org
2013-06-06
3
-15
/
+10
*
Tests in media_browsertest.cc, encrypted_media_browsertest.cc, and media_sour...
shadi@chromium.org
2013-06-06
7
-152
/
+116
*
Make TraceEvent LooperMonitor slightly less chatty in Android logs
andrewhayden@chromium.org
2013-06-06
1
-3
/
+0
*
Revert 204391 "IndexedDB: Convert decoding functions to pass Str..."
thestig@chromium.org
2013-06-06
12
-973
/
+860
*
Store the RenderProcessHostFactory in a global variable
jyasskin@chromium.org
2013-06-06
6
-41
/
+35
*
Only disable webaudio if no NEON is available
qinmin@chromium.org
2013-06-06
1
-2
/
+9
*
Remove an out of date TODO
zork@chromium.org
2013-06-06
1
-3
/
+0
*
Use WebView::contentsPreferredMinimumSize instead of deprecated WebFrame calls
jamesr@chromium.org
2013-06-06
1
-8
/
+1
*
Add LatencyInfo support for Mac OS
jbauman@chromium.org
2013-06-06
7
-13
/
+35
*
Expose the HttpResponseInfo's ConnectionInfo in window.chrome.loadTimes()
rch@chromium.org
2013-06-06
5
-0
/
+20
*
Defer Android overscroll effect creation
jdduke@chromium.org
2013-06-06
4
-5
/
+38
*
IndexedDB: Convert decoding functions to pass StringPieces vs. pointers
jsbell@chromium.org
2013-06-06
12
-860
/
+973
*
Reland: Use a shared thread for media operations (round 3).
scherkus@chromium.org
2013-06-06
7
-2
/
+64
*
<webview>: Fix graphics switch
fsamuel@chromium.org
2013-06-06
1
-13
/
+17
*
cc: Disable LastInputEventForBeginFrame
brianderson@chromium.org
2013-06-06
6
-82
/
+22
*
Fix ChromeOS (arm) use of WeakPtr<T>'s operator T* conversion
akalin@chromium.org
2013-06-06
2
-11
/
+11
*
Revert "Add ContentViewCore.setInitialViewportSize()"
wangxianzhu@chromium.org
2013-06-06
1
-24
/
+5
*
MailboxOutputSurface: Wait for sync point before reusing texture
piman@chromium.org
2013-06-06
1
-0
/
+2
*
Revert r203922, "Quickly close tabs/window with long-running unload handlers."
avi@chromium.org
2013-06-05
3
-43
/
+5
*
Main changes are
michaelbai@chromium.org
2013-06-05
14
-189
/
+389
*
Remove unused DownloadManager::CancelDownload()
asanka@chromium.org
2013-06-05
4
-13
/
+0
*
[content shell] enable logging during layout tests
jochen@chromium.org
2013-06-05
1
-0
/
+1
*
content: Remove usage of NOTIFICATION_NAV_ENTRY_COMMITTED from content
phajdan.jr@chromium.org
2013-06-05
13
-184
/
+372
*
Remove the duplicated clear of ViewsDelegate::views_delegate in ~ShellViewsDe...
dongseong.hwang@intel.com
2013-06-05
1
-1
/
+0
*
<webview> executeScript should use instance ID
fsamuel@chromium.org
2013-06-05
8
-62
/
+11
*
Free the string returned by gtk_file_chooser_get_filename() to avoid a memory...
sudarsana.nagineni@intel.com
2013-06-05
1
-0
/
+1
*
Use native buffer size preferred by hardware for local audio rendering on And...
wjia@chromium.org
2013-06-05
1
-1
/
+17
*
Initialize the memory to 0 for RenderData() in webrtc_audio_device_unittest. ...
xians@chromium.org
2013-06-05
1
-0
/
+4
*
Removed the IsRecordingInProcess check for speech since it is not needed.
xians@chromium.org
2013-06-05
7
-18
/
+1
*
Android: Disable flaky InsertionHandleTest#testDragInsertionHandle.
rmcilroy@chromium.org
2013-06-05
1
-3
/
+6
*
Add FileSystemOperationRunner and stop directly creating FileSystemOperation
kinuko@chromium.org
2013-06-05
2
-102
/
+39
*
LayoutTests: remove timeout support from content_shell
loislo@chromium.org
2013-06-05
9
-60
/
+4
*
Fix Windows use of WeakPtr<T>'s operator T* conversion
akalin@chromium.org
2013-06-05
2
-4
/
+4
*
Move webkit/appcache/* into webkit/{browser,common}/appcache
kinuko@chromium.org
2013-06-05
21
-58
/
+72
*
<webview> WebRequest API tied to webview instance ID instead of guest instanc...
fsamuel@chromium.org
2013-06-05
6
-9
/
+31
*
Replace context parenting by sharing through mailboxes
piman@chromium.org
2013-06-05
7
-66
/
+33
*
Adds non-numerical stats values to the data series to include them in the dum...
jiayl@chromium.org
2013-06-05
2
-7
/
+20
*
Revert 204044 "Replace MediaStreamUIController with MediaStreamU..."
grunell@chromium.org
2013-06-05
14
-533
/
+826
*
Sending detach reason when remote debugger is being disconnected
kaznacheev@chromium.org
2013-06-05
3
-1
/
+7
*
Privitize WaitTillDataReady() and DataReady().
dalecurtis@chromium.org
2013-06-05
2
-4
/
+39
*
Fix ChromeOS use of WeakPtr<T>'s operator T* conversion
akalin@chromium.org
2013-06-05
2
-3
/
+3
*
Fix Android use of WeakPtr<T>'s operator T* conversion
akalin@chromium.org
2013-06-05
1
-1
/
+1
*
Fix OS X use of WeakPtr<T>'s operator T* conversion
akalin@chromium.org
2013-06-05
1
-4
/
+4
*
Add IPC messages and handling code for EME on Clank.
xhwang@chromium.org
2013-06-05
5
-14
/
+214
*
Convert Cookie sql::ErrorDelegate client to callback.
shess@chromium.org
2013-06-05
1
-44
/
+20
*
Remove old webkit support code for IndexedDB.
alecflett@chromium.org
2013-06-05
3
-6
/
+1
*
Plumb LatencyInfo through aura.
jbauman@chromium.org
2013-06-05
7
-12
/
+77
*
Clear image cache before running a benchmark
hclam@chromium.org
2013-06-05
1
-0
/
+15
*
Use the browser UI thread for audio on OSX.
dalecurtis@chromium.org
2013-06-05
2
-3
/
+4
[next]