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
*
Avoid having SavePackageFilePicker keep a reference to SavePackage, to avoid ...
jam@chromium.org
2011-07-18
5
-8
/
+18
*
Clean up VideoFrame::CreateXXX and VideoFrame::AllocXXX methods.
scherkus@chromium.org
2011-07-18
1
-38
/
+7
*
Revert 92887 - Add a sandbox API to allow closing open handles at lockdown.
jschuh@chromium.org
2011-07-18
1
-38
/
+0
*
DatagramSocket: added NetLog accessor.
agayev@chromium.org
2011-07-18
1
-0
/
+5
*
Add a sandbox API to allow closing open handles at lockdown.
jschuh@chromium.org
2011-07-18
1
-0
/
+38
*
Add virtual to some destructors
battre@chromium.org
2011-07-18
1
-1
/
+1
*
NULL-check video_decoder_host_ in CommandBufferProxy::OnChannelError
jamesr@chromium.org
2011-07-18
1
-1
/
+2
*
Make sure to cancel all URLRequests for a ResourceContext on profile shutdown.
willchan@chromium.org
2011-07-18
3
-0
/
+121
*
Revert 92870 - Modified cancel and interrupt processing to avoid race with hi...
rdsmith@chromium.org
2011-07-18
3
-49
/
+21
*
Modified cancel and interrupt processing to avoid race with history.
rdsmith@chromium.org
2011-07-18
3
-21
/
+49
*
Move HostsExtension from TabContents to TaskManagerTabContentsResource which ...
jam@chromium.org
2011-07-18
2
-11
/
+0
*
Modify the Chrome Linux zygote to support a ZygoteForkHelper for flexible
bradchen@google.com
2011-07-18
8
-48
/
+152
*
Move save stuff from download helper back to TabContents. This is a revert of...
jam@chromium.org
2011-07-18
6
-42
/
+93
*
DevTools: add isSharedWorker=true URL parameter to shared worker front-end
yurys@chromium.org
2011-07-18
2
-7
/
+12
*
Comment cleanup.
avi@chromium.org
2011-07-18
1
-6
/
+6
*
Fix media code to use initializer-list style for inheritance.
scherkus@chromium.org
2011-07-18
7
-18
/
+25
*
Introduce ui.dll / libui.so for the component build.
darin@chromium.org
2011-07-17
2
-2
/
+2
*
Revert 92787 - Modify the Chrome Linux zygote to support a ZygoteForkHelper f...
rsleevi@chromium.org
2011-07-16
8
-147
/
+48
*
Modify the Chrome Linux zygote to support a ZygoteForkHelper for flexible
bradchen@google.com
2011-07-16
8
-48
/
+147
*
revert r92781
wjia@chromium.org
2011-07-16
1
-4
/
+0
*
roll webrtc to r218 and enable webrtc build.
wjia@chromium.org
2011-07-16
1
-0
/
+4
*
Check the child_process_ ptr before access on shutdown, is causing browser cr...
elijahtaylor@google.com
2011-07-15
1
-1
/
+1
*
[Reverted due to check_deps failure]
zea@chromium.org
2011-07-15
10
-176
/
+47
*
Fix problem when 'ended' event was fired before stream really ended.
enal@chromium.org
2011-07-15
10
-47
/
+176
*
Keep track of the history's page IDs to avoid navigating to a stale entry.
creis@chromium.org
2011-07-15
5
-21
/
+167
*
Move download stuff from download helper back to TabContents. This is basical...
jam@chromium.org
2011-07-15
5
-2
/
+44
*
Revert r92730, r92731, r92732 ... will land again once I ensure the win build...
dpranke@chromium.org
2011-07-15
10
-27
/
+49
*
This change will split the result codes between content and chrome.
dpranke@chromium.org
2011-07-15
10
-49
/
+27
*
Avoid leaking file handles.
yzshen@chromium.org
2011-07-15
2
-16
/
+17
*
Enable fire-and-forget Destroy of HW video decoder, and misc other improvements.
fischman@chromium.org
2011-07-15
13
-233
/
+209
*
Change base::LaunchProcess API slightly
evan@chromium.org
2011-07-15
3
-10
/
+6
*
Move dependencies of download\base_file from chrome to content. These are all...
jam@chromium.org
2011-07-15
12
-3
/
+615
*
Implements an external AudioDeviceModule for WebRTC.
henrika@chromium.org
2011-07-15
3
-0
/
+1019
*
Commit deps file from last change
jam@chromium.org
2011-07-14
1
-0
/
+11
*
Move the save file code from chrome to content. This is just a file move so t...
jam@chromium.org
2011-07-14
23
-6
/
+4107
*
Clean up users of a deprecated base::LaunchApp API.
evan@chromium.org
2011-07-14
2
-7
/
+8
*
Revert 92590 - add CaptureVideoDecoder for local preview and VideoCaptureModu...
sky@chromium.org
2011-07-14
15
-1212
/
+81
*
add CaptureVideoDecoder for local preview and VideoCaptureModuleImpl for rtc ...
wjia@chromium.org
2011-07-14
15
-81
/
+1212
*
Register event handler in Mac for GPU switch event.
zmo@google.com
2011-07-14
2
-1
/
+49
*
Make sure all file writing opperations are done on the IO thread.
skerner@chromium.org
2011-07-14
2
-66
/
+162
*
DevTools: consistently use camel case for URL parameter names
yurys@chromium.org
2011-07-14
1
-1
/
+1
*
Make the URLRequestContext constant
battre@chromium.org
2011-07-14
1
-1
/
+1
*
Revert 92511 - Make the URLRequestContext constant
battre@chromium.org
2011-07-14
1
-1
/
+1
*
Make the URLRequestContext constant
battre@chromium.org
2011-07-14
1
-1
/
+1
*
Fix a few places using OS_MAC instead of OS_MACOSX to disable flaky/failing t...
rsleevi@chromium.org
2011-07-14
1
-2
/
+2
*
Disable WorkerTest.LimitTotal on Mac
rsleevi@chromium.org
2011-07-14
1
-1
/
+4
*
MediaStreamDispatcher host. This is the browser process counterpart for the M...
perkj@chromium.org
2011-07-14
5
-0
/
+464
*
Disable WorkerTest.LimitPerPage on Mac
rsleevi@chromium.org
2011-07-14
1
-3
/
+8
*
Reenable WorkerTest.WorkerWebSocketLayoutTests.
yutak@chromium.org
2011-07-14
1
-3
/
+2
*
Hook up the network status notifications to out-of-process Pepper plugins.
brettw@chromium.org
2011-07-14
4
-1
/
+25
[next]