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
/
browser
/
renderer_host
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a bug where window.screen would return 0, 0 as the width and height
tony@chromium.org
2011-06-23
1
-1
/
+1
*
Add switch to enable media stream apis in Webkit. The patch is needed so medi...
perkj@google.com
2011-06-23
1
-0
/
+1
*
Re-enable passing tests.
abarth@chromium.org
2011-06-23
2
-10
/
+4
*
Fixing Coverity bugs (DEAD_CODE and PASS_BY_VALUE)
dpapad@chromium.org
2011-06-22
4
-4
/
+4
*
Fix a regression where extension APIs would sometimes not be available on the
mpcomplete@chromium.org
2011-06-22
6
-0
/
+15
*
Coverity: Fix pass by value error.
kmadhusu@chromium.org
2011-06-22
2
-2
/
+2
*
Coverity: Fix null pointer return and pass by value error.
kmadhusu@chromium.org
2011-06-22
2
-2
/
+2
*
use control message instead of routed for video capture
wjia@chromium.org
2011-06-22
5
-101
/
+77
*
Fix bug where dragged Javascript URLs get over-filtered and end up nameless.
maf@chromium.org
2011-06-22
2
-1
/
+11
*
Coverity: Handle negative returns.
jhawkins@chromium.org
2011-06-21
2
-1
/
+3
*
Follow up patch on issue 7192007, containing mainly style fixes.
mflodman@google.com
2011-06-21
2
-23
/
+24
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2011-06-21
1
-1
/
+3
*
Store host and port in the ResourceRequestDetails.
noelutz@google.com
2011-06-21
2
-2
/
+6
*
Fix a regression in sending the content settings data from r85247. The conte...
jam@chromium.org
2011-06-21
6
-17
/
+27
*
Adding error signalling from device to VideocaptureManager to relay up to Med...
mflodman@google.com
2011-06-21
6
-139
/
+87
*
Clamping down media DEPS rules.
scherkus@chromium.org
2011-06-17
2
-1
/
+5
*
Move media-related IPC message definitions from content/common/ to content/co...
scherkus@chromium.org
2011-06-17
5
-5
/
+5
*
Show composition text on IME panel when Pepper plugin is focused (Linux).
kinaba@chromium.org
2011-06-17
4
-7
/
+11
*
separate interface function and internal task function
wjia@chromium.org
2011-06-17
1
-1
/
+1
*
Disable some tests that will fail after the WebKit roll. These tests probably
abarth@chromium.org
2011-06-16
2
-4
/
+10
*
Cleanup: base/scoped_ptr.h -> base/memory/scoped_ptr.h. (part 2)
thestig@chromium.org
2011-06-15
3
-3
/
+7
*
Fix Revert of 89054 so it builds on win_shared
gman@chromium.org
2011-06-14
1
-0
/
+2
*
move all media and media_stream related files into content/browser/renderer_h...
wjia@chromium.org
2011-06-14
25
-48
/
+998
*
Revert 89054 - Add lots of client side OpenGL logging.
asargent@chromium.org
2011-06-14
1
-2
/
+0
*
Remove most of the remaining test dependencies (other than chrome/test).
jam@chromium.org
2011-06-14
2
-3
/
+3
*
Add lots of client side OpenGL logging.
gman@chromium.org
2011-06-14
1
-0
/
+2
*
Hooking MHTML generation to the browser.
jcivelli@chromium.org
2011-06-14
1
-13
/
+8
*
Removing an unnecessary include of the views\view.h file.
ananta@chromium.org
2011-06-14
1
-4
/
+0
*
Improve and unify Mac OS X run-time version checks.
mark@chromium.org
2011-06-14
1
-16
/
+3
*
use SharedMemory for buffer sharing in video capture
wjia@chromium.org
2011-06-14
6
-81
/
+120
*
Tests for bug 5988.
shinyak@google.com
2011-06-14
1
-0
/
+75
*
Get rid of the following dependencies from content:
jam@chromium.org
2011-06-14
4
-9
/
+2
*
Remove content dependency on chrome/browser/accessibility/browser_accessibili...
jam@chromium.org
2011-06-13
6
-45
/
+7
*
Support creating temporary files for sync file operations.
noelutz@google.com
2011-06-13
1
-0
/
+1
*
Move load_from_memory_cache_details.* to content now that the SSL code has mo...
jam@chromium.org
2011-06-13
5
-11
/
+32
*
Remove g_browser_process dependency from content. Also make all the SyncChan...
jam@chromium.org
2011-06-13
8
-43
/
+14
*
Throttle the touch move events sent to the renderer.
sadrul@chromium.org
2011-06-10
2
-4
/
+37
*
Revert 88284 - Revert 88151 (see crbug.com/85296) - Fix user-after-free error...
akalin@chromium.org
2011-06-09
1
-9
/
+5
*
Revert 88309 - Introduced additional spellcheck related histograms.
morrita@chromium.org
2011-06-09
1
-7
/
+0
*
Remove last extension dependencies from content.
mpcomplete@chromium.org
2011-06-08
6
-16
/
+21
*
Make EstablishGpuChannel synchronous. Remove obsolete Synchronize msg.
sievers@chromium.org
2011-06-08
2
-56
/
+18
*
Removes RenderViewHostDelegate::GetBrowserWindowID. Instead the places
sky@chromium.org
2011-06-08
2
-5
/
+1
*
Introduced additional spellcheck related histograms.
morrita@chromium.org
2011-06-08
1
-0
/
+7
*
Revert 88151 (see crbug.com/85296) - Fix user-after-free error with ObserverL...
thakis@chromium.org
2011-06-08
1
-5
/
+9
*
roll clang 131935:132017
thakis@chromium.org
2011-06-08
1
-0
/
+2
*
Get rid of Chrome notifications dependency, and instead go through ContentBro...
jam@chromium.org
2011-06-07
6
-34
/
+77
*
When dragging file:// links off a web page, don't populate the
tony@chromium.org
2011-06-07
4
-1
/
+118
*
Fix user-after-free error with ObserverList. The problem is that if an Obser...
jam@chromium.org
2011-06-07
1
-9
/
+5
*
Adds a GYP flag for desktop notifications (enabled by default) and stub out r...
satish@chromium.org
2011-06-06
2
-9
/
+8
*
Move setToolTipText related functions from RenderView to RenderWidget.
Takano.Naoki@gmail.com
2011-06-06
4
-35
/
+37
[next]