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
...
*
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
*
Mark more WorkerTest flakiness. Clean up #define approach used.
joi@chromium.org
2011-11-09
1
-101
/
+107
*
Switch content/browser/debugger to base::Bind
yurys@chromium.org
2011-11-09
3
-48
/
+40
*
Revert 109223 - Mark more WorkerTest flakiness.
joi@chromium.org
2011-11-09
1
-32
/
+4
*
Mark more WorkerTest flakiness.
joi@chromium.org
2011-11-09
1
-4
/
+32
*
First unit tests for WebRTCAudioDevice.
tommi@chromium.org
2011-11-09
4
-0
/
+576
*
Mark DOMStorageTest.RootLayoutTests flaky on Windows.
joi@chromium.org
2011-11-09
1
-0
/
+4
*
Delete camel caps test file.
tommi@chromium.org
2011-11-09
1
-0
/
+0
*
Fixing name of test file from camel caps to Chromium style.
tommi@chromium.org
2011-11-09
1
-0
/
+0
*
Remove ctguil from OWNERS files (no longer works on chromium).
dmazzoni@chromium.org
2011-11-09
1
-7
/
+0
*
DevTools: reattach to crashed inspected page when it reloads
yurys@chromium.org
2011-11-09
1
-1
/
+2
*
DevTools: notify devtools front-end when inspected worker terminates
yurys@chromium.org
2011-11-09
1
-0
/
+6
*
Extract a ProcessMap class from ExtensionProcessManager. This is a dumb data ...
aa@chromium.org
2011-11-09
7
-8
/
+30
*
Enable sending requests to pre-cache fonts from pepper plugin processes.
yzshen@chromium.org
2011-11-09
3
-7
/
+36
*
Convert more uses of NewRunnableMethod() to base::Bind().
dcheng@chromium.org
2011-11-09
3
-6
/
+8
*
Cleanup: Delete some unneeded forward declarations.
thestig@chromium.org
2011-11-09
7
-14
/
+12
*
Share accelerated compositing notification across platforms in RenderWidgetHo...
piman@chromium.org
2011-11-09
12
-39
/
+32
*
Re-land r109086: Add private Pepper API for dealing with PP_Flash_NetAddress.
viettrungluu@chromium.org
2011-11-09
1
-21
/
+5
*
Revert 109160 - Revert 109153 - Revert 109086 - Add private Pepper API for de...
binji@chromium.org
2011-11-09
1
-5
/
+21
*
Revert 109153 - Revert 109086 - Add private Pepper API for dealing with PP_Fl...
viettrungluu@chromium.org
2011-11-09
1
-21
/
+5
[prev]
[next]