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
...
*
Add TextureImageTransportSurface, binding to a texture from another context.
piman@chromium.org
2012-02-15
7
-21
/
+519
*
Make new TaskRunner, SequencedTaskRunner, and SingleThreadTaskRunner interfaces
akalin@chromium.org
2012-02-15
1
-14
/
+6
*
Remove the hack for Windows touch which fabricates mouse down/mouse up events...
ananta@chromium.org
2012-02-15
2
-26
/
+1
*
Ensure BrowserAccessibilityRelation only includes active instances of Browser...
dtseng@chromium.org
2012-02-14
1
-1
/
+10
*
Fix AccessibilityWinBrowserTests.
dtseng@chromium.org
2012-02-14
2
-0
/
+16
*
dbus: add ObjectPath type
keybuk@google.com
2012-02-14
3
-45
/
+54
*
Move vsync logic to the surface type
piman@chromium.org
2012-02-14
4
-25
/
+21
*
Rename TabContentsViewAndroid to WebContentsViewAndroid
yfriedman@chromium.org
2012-02-14
3
-45
/
+45
*
mac: Remove InitWebCoreSystemInterface() calls from many random places.
thakis@chromium.org
2012-02-14
3
-23
/
+2
*
Flakiness cleanup: disable flaky tests under content/
evan@chromium.org
2012-02-14
8
-39
/
+33
*
Revert 121920 - dbus: add ObjectPath type
dpapad@chromium.org
2012-02-14
3
-54
/
+45
*
dbus: add ObjectPath type
keybuk@chromium.org
2012-02-14
3
-45
/
+54
*
Prefer ScopedNestableTaskAllower over manual save/restore
dhollowa@chromium.org
2012-02-14
2
-6
/
+3
*
Do not call ContentMainDelegate::ProcessExiting if BasicStartupComplete retur...
marshall@chromium.org
2012-02-14
1
-4
/
+12
*
Revert 121896 - Extract RenderWidgetHostView (for Chrome-like embedders) vs. ...
vollick@google.com
2012-02-14
23
-353
/
+246
*
Extract RenderWidgetHostView (for Chrome-like embedders) vs. RenderWidgetHost...
joi@chromium.org
2012-02-14
23
-246
/
+353
*
Disable accelerated compositing in component extensions
rbyers@chromium.org
2012-02-14
1
-1
/
+0
*
Changed VideoCaptureController to use correct session id when stopping the ca...
mflodman@chromium.org
2012-02-14
1
-2
/
+3
*
List ignored failures for failing tests.
bauerb@chromium.org
2012-02-14
1
-6
/
+8
*
Refactor FileSystemOperation to take callback for each method.
kinaba@chromium.org
2012-02-14
2
-100
/
+160
*
Stop the audio thread from within Stop (and not from the IO thread).
tommi@chromium.org
2012-02-14
4
-46
/
+17
*
Fix build breaks when building content_unittests for android.
satish@chromium.org
2012-02-14
3
-29
/
+20
*
Preload setupapi.dll in GPU process.
apatrick@chromium.org
2012-02-14
1
-1
/
+4
*
Revert 121810 - Move SpeechRecognizer delegate into its own header file and p...
rvargas@google.com
2012-02-14
8
-96
/
+68
*
Revert 121817 - Include speech_recognizer.h in speech_input_manager.h to plea...
rvargas@google.com
2012-02-14
2
-1
/
+2
*
Include speech_recognizer.h in speech_input_manager.h to please scoped_refptr.
tfarina@chromium.org
2012-02-14
2
-2
/
+1
*
Move SpeechRecognizer delegate into its own header file and put it in the con...
tfarina@chromium.org
2012-02-14
8
-68
/
+96
*
Add a stackframe named 'CrashIntentionally' to crashes from about:crash.
eroman@chromium.org
2012-02-14
1
-8
/
+8
*
Mark various IndexedDB tests as non-flaky following roll of WK78167.
jsbell@chromium.org
2012-02-14
1
-12
/
+4
*
Fix how we warm up the device enumerator for Flash
jschuh@chromium.org
2012-02-14
1
-2
/
+4
*
ResourceDispatcherTest.SyncXMLHttpRequest is not flaky anymore.
rvargas@google.com
2012-02-13
1
-2
/
+1
*
Adding a command line flag to specify renderer process limit
nasko@chromium.org
2012-02-13
7
-104
/
+152
*
Get rid of ShowPageInfo on WebContents and WebContentsDelegate. Chrome should...
jam@chromium.org
2012-02-13
4
-27
/
+0
*
Refactoring: Split more accessibility code into separate files.
dmazzoni@chromium.org
2012-02-13
24
-302
/
+341
*
Remove knowledge about SSLClientAuthHandler from chrome. Instead a callback i...
jam@chromium.org
2012-02-13
13
-244
/
+23
*
Extends error handling for audio capture and rendering.
henrika@chromium.org
2012-02-13
10
-18
/
+30
*
Add a switch to invert web contents (non-accel only).
dmazzoni@google.com
2012-02-13
6
-1
/
+70
*
Replace WillReadRequest with WillProcessResponse so that the
darin@chromium.org
2012-02-13
3
-36
/
+29
*
Remove ssl_host_state.h dependency from chrome.
jam@chromium.org
2012-02-13
12
-37
/
+84
*
Remove ssl_manager.h dependency from chrome.
jam@chromium.org
2012-02-13
8
-25
/
+6
*
Get rid of ssl_cert_error_handler.h dependency from Chrome.
jam@chromium.org
2012-02-13
9
-25
/
+62
*
Mark DeviceOrientationBrowserTest.BasicTest as failing.
podivilov@chromium.org
2012-02-13
1
-1
/
+2
*
Move SpeechInputPreferences to content/public/browser and put it in the conte...
tfarina@chromium.org
2012-02-13
13
-79
/
+67
*
Remove unused member variable |listeners_expecting_close_| in RenderProcessHo...
bauerb@chromium.org
2012-02-12
6
-18
/
+0
*
Move ContextMenuParams struct from webkit/glue to content/public/common. The ...
jam@chromium.org
2012-02-12
46
-176
/
+493
*
Move indexed db files from content/renderer to content/common.
dgrogan@chromium.org
2012-02-12
24
-110
/
+124
*
1) Invoke RootWindow::SetCapture(NULL) as a result from OS level mouse captur...
pkotwicz@chromium.org
2012-02-11
1
-4
/
+7
*
Revert -Wformat workaround that should no longer be neccessary.
thakis@chromium.org
2012-02-11
1
-4
/
+0
*
Revert 121620 - Refactor FileSystemOperation to take callback for each method.
kinaba@chromium.org
2012-02-11
2
-160
/
+100
*
Refactor FileSystemOperation to take callback for each method.
kinaba@chromium.org
2012-02-11
2
-100
/
+160
[prev]
[next]