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
...
*
Refactor the content interface for RequestMediaAccessPermission.
estade@chromium.org
2012-06-12
7
-32
/
+77
*
Address nit from previous code review: remove unnecessary content:: prefixes.
mdm@chromium.org
2012-06-12
1
-5
/
+5
*
Refactor all accessibility code out of webkit/glue.
dmazzoni@chromium.org
2012-06-12
38
-993
/
+2345
*
Added sandboxed process launcher
michaelbai@chromium.org
2012-06-12
7
-20
/
+425
*
Removes special handling in dip_util because mac didn't support gfx::Screen::...
pkotwicz@chromium.org
2012-06-12
1
-5
/
+0
*
Made ownership of DownloadRequestHandles clear through scoped_ptr<>
rdsmith@chromium.org
2012-06-12
6
-16
/
+17
*
Smooth Tab Switching on aura.
mmocny@chromium.org
2012-06-12
2
-0
/
+13
*
Fix crash when displaying system print dialog on Linux.
abodenha@chromium.org
2012-06-12
3
-8
/
+0
*
added gpu_benchmarking_extension boilerplate and hooked it up to a new switch.
dmurph@chromium.org
2012-06-12
7
-1
/
+69
*
Delete code used to invert web content for high-contrast mode.
dmazzoni@chromium.org
2012-06-12
6
-69
/
+1
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2012-06-12
1
-1
/
+2
*
Disable the seccomp filter GPU process sandbox by default on Chrome OS.
jorgelo@chromium.org
2012-06-12
4
-4
/
+38
*
mac: Improve framerate on accelerated pages in HiDPI mode.
thakis@chromium.org
2012-06-12
3
-15
/
+19
*
Rewrite download manager unit to be actual unit tests.
rdsmith@chromium.org
2012-06-12
7
-1172
/
+640
*
Reland: Pepper Flash settings integration - camera and microphone.
yzshen@chromium.org
2012-06-12
2
-29
/
+201
*
Rename gfx::Monitor to gfx::Display
tfarina@chromium.org
2012-06-12
3
-9
/
+9
*
Retry: Make Isolated file system writable only if it is configured so
kinuko@chromium.org
2012-06-12
1
-0
/
+1
*
aura: Always show normal pointer cursor when page is loading.
varunjain@chromium.org
2012-06-12
1
-2
/
+2
*
Browser Plugin: Make basic focus in guests work
fsamuel@chromium.org
2012-06-12
1
-1
/
+5
*
Added sandboxed process service.
michaelbai@chromium.org
2012-06-12
29
-8
/
+1273
*
[Mac] Log OnChannelError() bt for CHECK in bug 97285.
shess@chromium.org
2012-06-12
1
-0
/
+13
*
Added asserts to track crbug.com/124695
atwilson@chromium.org
2012-06-12
1
-0
/
+2
*
Enable Android network change notifier
haitao.feng@intel.com
2012-06-12
3
-5
/
+8
*
Separate out IPC::Message::Sender and Channel::Listener into a separate class.
brettw@chromium.org
2012-06-11
4
-9
/
+12
*
mac: Fix BackingStoreMac::MemorySize() computation in HiDPI mode.
thakis@chromium.org
2012-06-11
2
-1
/
+6
*
Allow sys_time in the Pepper Flash syscall filter policy.
jorgelo@chromium.org
2012-06-11
1
-0
/
+1
*
Minor cleanup. Simplify the DOMStorageContext interface exposed by the conten...
michaeln@google.com
2012-06-11
3
-112
/
+3
*
refactor VideoCaptureHost and VideoCaptureController.
wjia@chromium.org
2012-06-11
6
-207
/
+132
*
Revert 141482 - Pepper Flash settings integration - camera and microphone.
yzshen@chromium.org
2012-06-11
2
-201
/
+29
*
Add an asynchronous version of the Flash DeviceID API.
brettw@chromium.org
2012-06-11
3
-1
/
+17
*
Pepper Flash settings integration - camera and microphone.
yzshen@chromium.org
2012-06-11
2
-29
/
+201
*
Propogate the UI language on the command line and expose to Flash.
brettw@chromium.org
2012-06-11
4
-0
/
+17
*
Power save blocker: switch to new implementation. In addition to making things
mdm@chromium.org
2012-06-11
15
-723
/
+65
*
mac: Enable HiDPI for the accelerated path.
thakis@chromium.org
2012-06-11
3
-43
/
+72
*
Ensure that Profile is still alive when DownloadManagerDelegate::Shutdown is ...
jam@chromium.org
2012-06-11
1
-1
/
+4
*
Prepare compositor.cc for global CCSettings
vollick@chromium.org
2012-06-11
4
-9
/
+29
*
Revert 141395 - Make Isolated file system writable only if it is configured so
kinuko@chromium.org
2012-06-11
1
-1
/
+0
*
Make Isolated file system writable only if it is configured so
kinuko@chromium.org
2012-06-11
1
-0
/
+1
*
Always update |context_| in UpdateInputMethodState() regardless of the curren...
nona@chromium.org
2012-06-11
1
-2
/
+2
*
Make NetLog take in callbacks that return Values rather
mmenke@chromium.org
2012-06-10
2
-89
/
+82
*
Don't destroy channels when switching GPUs
jbauman@chromium.org
2012-06-09
8
-172
/
+10
*
Make the other Java modules debuggable
haitao.feng@intel.com
2012-06-08
1
-1
/
+1
*
Remove duplicate inclusion of mock_special_storage_policy.cc
nileshagrawal@chromium.org
2012-06-08
1
-2
/
+0
*
Add name checks to browser exception tests
alecflett@chromium.org
2012-06-08
3
-6
/
+11
*
Support for drive as default download location on chromeos.
achuith@chromium.org
2012-06-08
7
-27
/
+22
*
Implement PowerSaveBlocker2 for Linux. Much simpler than the original!
mdm@chromium.org
2012-06-08
2
-2
/
+265
*
content: Set the default device scale factor on the WebView directly since se...
sadrul@chromium.org
2012-06-08
4
-16
/
+8
*
Revert 141302 - hook up new MacVideoDecodeAccelerator
sail@chromium.org
2012-06-08
1
-25
/
+24
*
hook up new MacVideoDecodeAccelerator
sail@chromium.org
2012-06-08
1
-24
/
+25
*
Coverity: Restructure logically dead code.
kmadhusu@chromium.org
2012-06-08
1
-3
/
+3
[prev]
[next]