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
*
Improves jni_generator name mangling.
bulach@chromium.org
2012-09-28
2
-37
/
+65
*
New tablet heuristic: integrated multi-touch available and screen not greater...
grt@chromium.org
2012-09-27
2
-5
/
+9
*
Cleanup: avoid foo ? true : false, part 1.
thestig@chromium.org
2012-09-27
1
-1
/
+1
*
Implement the JSONParser's hidden root optimization without relying on std::s...
rsesek@chromium.org
2012-09-27
1
-24
/
+13
*
Increase the test timeout for ProcessUtilTest.FDRemapping under compiler-base...
glider@chromium.org
2012-09-27
1
-0
/
+5
*
Introduce the SHORTCUT_REPLACE_EXISTING operation to be used when the desire ...
gab@chromium.org
2012-09-27
3
-13
/
+96
*
Add ScopedPathOverride to the unit test suite.
pastarmovj@chromium.org
2012-09-27
4
-0
/
+71
*
Allow NULL in addition to the empty string to address the default value in a ...
grt@chromium.org
2012-09-26
1
-1
/
+0
*
Use gtest failures and EXPECTS instead of returning a failure enum in test ta...
gab@chromium.org
2012-09-26
3
-98
/
+91
*
PrintTo for FilePath -- Pretty-print when comparing FilePaths in gtest
gab@chromium.org
2012-09-26
2
-0
/
+7
*
Add PathService::RemoveOverride to clear path overrides.
pastarmovj@chromium.org
2012-09-26
3
-46
/
+112
*
Type profiler by intercepting 'new' and 'delete' expressions.
dmikurube@chromium.org
2012-09-26
11
-0
/
+652
*
Implement SysInfo::CPUArchitecture() on Windows. Try to make Windows and POSI...
thestig@chromium.org
2012-09-26
3
-12
/
+32
*
Reduce number of temporory objects created posting tasks
joth@chromium.org
2012-09-26
1
-2
/
+10
*
Fix PathServiceTest.Get on iOS.
rohitrao@chromium.org
2012-09-25
2
-0
/
+9
*
Move base Java utils to base/test/android/javatests.
nyquist@chromium.org
2012-09-24
8
-7
/
+13
*
Revert 158402 - Base: disable the scoped handle verifier for M23 beta.
rvargas@google.com
2012-09-24
1
-1
/
+1
*
Base: disable the scoped handle verifier for M23 beta.
rvargas@google.com
2012-09-24
1
-1
/
+1
*
Android: MediaPlayerBridge JNI cleanup.
bulach@chromium.org
2012-09-24
1
-0
/
+1
*
Android: generates JNI bindings for constructors in system classes.
bulach@chromium.org
2012-09-24
2
-35
/
+91
*
base: No need to inherit testing::Test in base64 unittest.
tfarina@chromium.org
2012-09-23
1
-10
/
+9
*
Supressing unreferenced variable warning in nacl build.
bradnelson@google.com
2012-09-23
1
-0
/
+1
*
SampleSet -> HistogramSamples which can be reused by SparseHistogram
kaiwang@chromium.org
2012-09-22
14
-350
/
+904
*
Revert "Revert 158067 - Remove native side of content_view_client"
yusufo@chromium.org
2012-09-22
1
-1
/
+0
*
Revert 158067 - Remove native side of content_view_client
avi@chromium.org
2012-09-21
1
-0
/
+1
*
Remove native side of content_view_client
yusufo@chromium.org
2012-09-21
1
-1
/
+0
*
Upstream chromium side of modal dialogs for webview.
yfriedman@chromium.org
2012-09-20
1
-0
/
+3
*
Remove TODO I have already done.
gab@chromium.org
2012-09-20
1
-3
/
+0
*
Add new PathService paths for Windows' All Users Desktop and Quick Launch fol...
gab@chromium.org
2012-09-20
12
-56
/
+184
*
Revert 157667 - Add new PathService paths for Windows' All Users Desktop and ...
wjia@chromium.org
2012-09-20
12
-167
/
+56
*
Add new PathService paths for Windows' All Users Desktop and Quick Launch fol...
gab@chromium.org
2012-09-20
12
-56
/
+167
*
unchecked_malloc() for Skia on OSX.
shess@chromium.org
2012-09-19
3
-82
/
+95
*
[Android] Add IO thread delegate for request intercepting.
mkosiba@chromium.org
2012-09-19
3
-3
/
+26
*
Upstreaming SelectFileDialog for Android
aurimas@chromium.org
2012-09-18
1
-1
/
+3
*
Trace PostTasks from post to run.
jbates@chromium.org
2012-09-18
4
-33
/
+203
*
Add package label to base::android::BuildInfo
nileshagrawal@chromium.org
2012-09-18
3
-58
/
+80
*
If desktop chrome is launched via the New Window/the recently opened url shor...
ananta@chromium.org
2012-09-18
2
-21
/
+20
*
Expose memory allocator internal stats and properties.
alexeif@chromium.org
2012-09-17
6
-22
/
+107
*
Chromium's key generation is running on a non-joinable worker thread, which r...
jnd@chromium.org
2012-09-17
1
-11
/
+12
*
Implement RemovableDeviceNotifications for Mac
sail@chromium.org
2012-09-15
2
-0
/
+8
*
Cleanup: Add a const variable for /proc/self/exe.
thestig@chromium.org
2012-09-15
4
-15
/
+14
*
Update jni_generator to include Callback for saveWebArchive.
tedchoc@chromium.org
2012-09-15
1
-8
/
+9
*
Make ConvertJavaToUTF functions more robusts.
jcivelli@chromium.org
2012-09-15
1
-0
/
+4
*
Implement ResourceDispatchHostLoginDelegate for android_webview.
benm@chromium.org
2012-09-14
1
-0
/
+3
*
Add some useful features to base::Values:
kalman@chromium.org
2012-09-14
2
-0
/
+77
*
Add a flag force_breakaway_from_job_ to the base::LaunchOptions structure for...
ananta@chromium.org
2012-09-14
2
-1
/
+10
*
Document bad pattern in base::SystemMonitor.
vandebo@chromium.org
2012-09-13
1
-0
/
+4
*
Add tablet heuristic detection
cpu@chromium.org
2012-09-13
2
-0
/
+15
*
Add some TraceAnalyzer utility methods to simplify test code
jbates@chromium.org
2012-09-13
3
-28
/
+108
*
[Android] Upstream ChromeBrowserProvider, the Android port ContentProvider im...
leandrogracia@chromium.org
2012-09-13
2
-2
/
+2
[next]