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
/
base
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support vtable_verify (new compiler option).
cmtice@chromium.org
2012-08-17
1
-0
/
+6
*
[Chromoting] Launch the host process elevated via ShellExecuteEx().
alexeypa@chromium.org
2012-08-16
4
-5
/
+72
*
Load ICU data from file on iOS.
blundell@chromium.org
2012-08-16
1
-0
/
+2
*
Fix TraceEventTestFixture flakiness
jbates@chromium.org
2012-08-16
4
-7
/
+31
*
Add more code for debugging. We will revert this change when we find out the ...
kaiwang@chromium.org
2012-08-16
2
-12
/
+20
*
Set linux distro to CHROMEOS_RELEASE_DESCRIPTION on ChromeOS
rbyers@chromium.org
2012-08-15
1
-3
/
+1
*
Make sure that shutdown blocking SequencedWorkerPool use Critical Closures.
milanb@chromium.org
2012-08-15
1
-1
/
+4
*
Moves device_orientation to content namespace
aousterh@chromium.org
2012-08-15
1
-1
/
+1
*
Add IsTsfAwareRequired method
yoichio@chromium.org
2012-08-15
2
-0
/
+10
*
Fix Native Client untrusted build of base on ChromeOS.
bbudge@chromium.org
2012-08-15
1
-1
/
+1
*
Exclude more files from Android build
wangxianzhu@chromium.org
2012-08-14
1
-0
/
+1
*
Histogram - Checks to cacth corruption in bucket ranges
rtenneti@google.com
2012-08-14
1
-0
/
+34
*
Rename template parameter in callback from RunType to BindRunType.
xiaomings@google.com
2012-08-13
2
-29
/
+38
*
Make jars build from a single ant .xml template
cjhopman@chromium.org
2012-08-13
2
-67
/
+0
*
Unify and clean up system download notifications, add Mountain Lion support.
avi@chromium.org
2012-08-12
2
-0
/
+5
*
Change the type of file_type parameter to int, as the parameter actually take...
haruki@chromium.org
2012-08-12
6
-33
/
+23
*
mac: Remove more 10.5-only code
thakis@chromium.org
2012-08-10
3
-28
/
+1
*
Remove packaged app Windows shortcuts when app is uninstalled.
benwells@chromium.org
2012-08-10
3
-31
/
+56
*
Clean-up inline members of nested classes (base/)
hans@chromium.org
2012-08-10
4
-12
/
+31
*
Disable getting histogram data from child processes other than the renderer p...
rtenneti@google.com
2012-08-10
1
-0
/
+9
*
mac: Delete more 10.5-only code
thakis@chromium.org
2012-08-09
4
-40
/
+2
*
Make java.gypi export jar path to input_jars_paths variable
cjhopman@chromium.org
2012-08-09
1
-1
/
+0
*
Add inline annotation for base::MakeCriticalClosure() in platform other than ...
chenyu@chromium.org
2012-08-09
1
-1
/
+1
*
Properly notify the handle verifier when a handle is passed around. This CL f...
alexeypa@chromium.org
2012-08-09
1
-10
/
+5
*
Update license tool to check several additional directories
steveblock@chromium.org
2012-08-09
1
-0
/
+5
*
Remove executable bits on file.
mmoss@chromium.org
2012-08-09
1
-0
/
+0
*
[MIPS] Add DEBUG_BREAK() for MIPS architecture.
petarj@mips.com
2012-08-09
1
-0
/
+2
*
Skeleton code of SparseHistogram
kaiwang@chromium.org
2012-08-09
9
-47
/
+196
*
Linux: update base/third_party/xdg_mime from upstream.
thestig@chromium.org
2012-08-09
13
-122
/
+294
*
[Chromoting] Move CreateSessionToken() next to launch process utilities.
alexeypa@chromium.org
2012-08-08
1
-2
/
+21
*
Enable memory profiler on Linux when TC_MALLOC is enabled.
rtenneti@chromium.org
2012-08-08
1
-2
/
+3
*
A nonsense change to test that the commit queue doesn't update the copyright
mark@chromium.org
2012-08-07
1
-4
/
+4
*
Remove log message for 10.8 CFAllocator patching.
avi@chromium.org
2012-08-07
1
-8
/
+0
*
trace event macro ambiguity fix when int64 is used on 64-bit build
jbates@chromium.org
2012-08-07
1
-0
/
+2
*
Implements iOS device util methods.
chenyu@chromium.org
2012-08-07
5
-0
/
+247
*
CHECK -> DCHECK to prevent breaking exisitng histograms.
kaiwang@chromium.org
2012-08-07
1
-4
/
+14
*
Revert 150240 (broke several bots on the main waterfall)
thakis@chromium.org
2012-08-07
1
-7
/
+3
*
Upstream ChromeHttpAuthHandler
yusufo@chromium.org
2012-08-07
1
-1
/
+0
*
CHECK -> DCHECK to prevent breaking exisitng histograms.
kaiwang@chromium.org
2012-08-07
1
-3
/
+7
*
Purge ImplementsThreadSafeReferenceCounting() from the codebase now that Task...
fischman@chromium.org
2012-08-07
1
-4
/
+0
*
[Android] Add chrome_java target for building Java code in the chromium layer.
yfriedman@chromium.org
2012-08-06
1
-46
/
+9
*
mac: Delete some pre-10.5 code.
thakis@chromium.org
2012-08-06
1
-14
/
+0
*
Move base/android/path_service.cc|h to path_service_android.cc|h
benm@chromium.org
2012-08-06
4
-7
/
+7
*
Fix license for valgrind
steveblock@chromium.org
2012-08-06
2
-10
/
+5
*
Add OS_CHROMEOS case in file_util::GetHomeDir()
haruki@chromium.org
2012-08-06
1
-0
/
+9
*
base: Fix minor warnings reported by cppcheck.
tfarina@chromium.org
2012-08-06
5
-17
/
+16
*
1. Add test for https://src.chromium.org/viewvc/chrome?view=rev&revision=149541
kaiwang@chromium.org
2012-08-04
2
-5
/
+50
*
[OSX] Remove wide->NSString conversion
groby@chromium.org
2012-08-04
3
-28
/
+3
*
Remove an unnecessary leak annotation.
kaiwang@chromium.org
2012-08-04
1
-1
/
+0
*
Add the prototype for the function to display metro style notifications.
ananta@chromium.org
2012-08-03
1
-0
/
+9
[next]