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
*
Include PPAPI plugin crashes in the plugin crash data.
petkov@chromium.org
2011-11-11
1
-1
/
+5
*
Plumb through EGL_NV_post_sub_buffer and GLX_MESA_copy_sub_buffer.
backer@chromium.org
2011-11-11
2
-0
/
+15
*
Export RenderWidgetHostViewAura and sensors::Provider to fix component build.
sadrul@chromium.org
2011-11-11
2
-4
/
+6
*
Add support for audio capture devices. Previously only output was supported.
tommi@chromium.org
2011-11-11
2
-2
/
+31
*
Add CONTENT_EXPORT AudioInputRendererHost to fix the shared build.
tommi@chromium.org
2011-11-11
2
-2
/
+4
*
Move Java Bridge files to new java/ subdirectory
steveblock@chromium.org
2011-11-11
14
-45
/
+45
*
Revert 109594 - Forward Windows touch messages to the renderer
thestig@chromium.org
2011-11-11
4
-260
/
+14
*
Forward Windows touch messages to the renderer
jschuh@chromium.org
2011-11-11
4
-14
/
+260
*
Mark yet-more worker ui tests as flaky.
nduca@chromium.org
2011-11-11
1
-6
/
+6
*
switch to DVLOG from VLOG, and move struct definition to cc file.
wjia@chromium.org
2011-11-11
7
-102
/
+98
*
Add entry points for compressed textures.
gman@chromium.org
2011-11-11
2
-0
/
+25
*
Get more crash data to track down a bug.
creis@chromium.org
2011-11-11
1
-8
/
+14
*
Mark even more worker_ui_tests as flaky.
nduca@chromium.org
2011-11-11
1
-5
/
+5
*
Cleanup: Remove more unneeded forward declares in content.
thestig@chromium.org
2011-11-11
33
-113
/
+26
*
reenable component build w/ fix to test_support_content
dpranke@chromium.org
2011-11-10
3
-5
/
+7
*
Refactor PluginService to take PluginList as a dependency.
rsesek@chromium.org
2011-11-10
3
-20
/
+39
*
Mark WorkerTimeout as flake on mac
nduca@chromium.org
2011-11-10
1
-1
/
+1
*
Reduce the algorithmic complexity of the CertStore.
rsleevi@chromium.org
2011-11-10
1
-24
/
+37
*
Fix 82176 by transferring ownership of render (client) file descriptor instea...
xhwang@chromium.org
2011-11-10
1
-3
/
+4
*
Mark more WorkerTest flakiness.
nduca@chromium.org
2011-11-10
1
-2
/
+2
*
Fix statics in DeviceDataProvider templates to work in content component build.
dpranke@chromium.org
2011-11-10
2
-11
/
+13
*
export methods from WebRtcAudioDeviceImpl
dpranke@chromium.org
2011-11-10
1
-2
/
+3
*
Disable caching when downloading.
rdsmith@chromium.org
2011-11-10
2
-1
/
+5
*
Plumb through buffer type for clipboard sequence number requests.
dcheng@chromium.org
2011-11-10
4
-8
/
+12
*
Store the download file hash in the DownloadItem. This will be useful
noelutz@google.com
2011-11-10
13
-26
/
+53
*
Make BalloonHost use TabContents instead of RenderViewHost.
jam@chromium.org
2011-11-10
7
-17
/
+71
*
allow device sharable inside VideoCaptureManager.
wjia@chromium.org
2011-11-10
3
-22
/
+40
*
make sure MediaStreamManager's requester gets a label before it receives any ...
wjia@chromium.org
2011-11-10
1
-3
/
+12
*
Added a test for searching downloads to avoid repeats of http://crbug.com/102...
rdsmith@chromium.org
2011-11-10
2
-3
/
+3
*
[Mac] Make detached DevTools window draggable by the titlebar - Chrome-side p...
asvitkine@chromium.org
2011-11-10
3
-13
/
+25
*
Add a COM initializer for the IO thread to accomodate the WASAPI changes and ...
tommi@chromium.org
2011-11-10
3
-7
/
+22
*
Adds proper IPC usage for AudioDevice::GetAudioHardwareBufferSize().
henrika@chromium.org
2011-11-10
4
-5
/
+17
*
Fix crash in UMA-reporting aspect ratio when video height is zero.
fischman@chromium.org
2011-11-10
2
-4
/
+18
*
Cleanup: Remove unneeded forward declarations in content/browser.
thestig@chromium.org
2011-11-10
49
-176
/
+55
*
aura: Fix creation of fullscreen RenderWidgetHostView.
derat@chromium.org
2011-11-10
1
-5
/
+2
*
Super minor cleanup, remove a couple of includes that aren't needed.
michaeln@google.com
2011-11-10
1
-2
/
+1
*
Make the Pepper Flash net address just private, not Flash-specific.
viettrungluu@chromium.org
2011-11-10
7
-60
/
+62
*
Revert 109328 - Add tests to make sure gpu blacklist actually block gpu featu...
zmo@google.com
2011-11-09
1
-2
/
+0
*
uint32_t -> uint32 in content/browser/plugin_loader_posix.* and include basic...
viettrungluu@chromium.org
2011-11-09
3
-6
/
+7
*
Add tests to make sure gpu blacklist actually block gpu features.
zmo@google.com
2011-11-09
1
-0
/
+2
*
Create a new aura client API dir and move constants and desktop delegate to it.
ben@chromium.org
2011-11-09
1
-1
/
+1
*
net: Move the last two Escape() functions into the net namespace.
tfarina@chromium.org
2011-11-09
1
-1
/
+1
*
Obey --wait-for-debugger in the render process.
cbentzel@chromium.org
2011-11-09
1
-2
/
+6
*
Support --trace-startup and task tracing
joth@chromium.org
2011-11-09
10
-51
/
+166
*
Aura: Resize cursors show properly when hovering over window frame
jamescook@chromium.org
2011-11-09
1
-1
/
+1
*
Turn on -Wexit-time-destructors for ui and content.
thakis@chromium.org
2011-11-09
1
-0
/
+10
*
Remove 4 exit time destructors from ui and content for linux and chromeos.
thakis@chromium.org
2011-11-09
1
-1
/
+1
*
Avoid blocking round-trips for resizing GLX image transport surface
piman@chromium.org
2011-11-09
3
-19
/
+30
*
IndexedDB: IPC support for compound (array) keys
jsbell@chromium.org
2011-11-09
4
-22
/
+80
*
Add kAllowFileAccessFromFiles switch for all tests.
zmo@google.com
2011-11-09
1
-4
/
+0
[next]