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
*
Android JNI generator: raises an error when there are no JNI methods.
bulach@chromium.org
2012-07-02
2
-0
/
+14
*
JNI Generator: Always generate static fwd declarations for free functions.
pliard@chromium.org
2012-07-02
2
-16
/
+8
*
base: Remove dereference structure operator (i.e ->) from ScopedVector.
tfarina@chromium.org
2012-06-30
1
-2
/
+9
*
Exclude parts of the 'base' target's file list to get it building on iOS
stuartmorgan@chromium.org
2012-06-30
1
-1
/
+16
*
Fix a bug in file_util::Delete() where symlinks are not handled right
yoshiki@chromium.org
2012-06-30
3
-3
/
+48
*
Adding DVLOG to show what field trial groups are chosen.
jwd@chromium.org
2012-06-30
1
-0
/
+1
*
Move dir_reader to base/files
brettw@chromium.org
2012-06-29
7
-23
/
+28
*
Upstream Android-specific changes to debugger_posix.cc
jknotten@chromium.org
2012-06-29
1
-7
/
+19
*
Make the serialization of IPC::Messages inside other IPC::Messages independent
brettw@chromium.org
2012-06-29
1
-0
/
+13
*
Add base::RunLoop and update ui_test_utils to use it to reduce flakiness
jbates@chromium.org
2012-06-28
10
-137
/
+650
*
Upstream ChildProcessLauncher changes for Android.
yfriedman@chromium.org
2012-06-28
2
-0
/
+18
*
Build fix for chromeos: MessagePumpAuraX11's header should forward declare glib
erg@chromium.org
2012-06-28
3
-4
/
+6
*
Remove ANDROID_APK_TEST_TARGET
nileshagrawal@chromium.org
2012-06-28
2
-10
/
+2
*
For unit tests, track additions to AtExitManager and warn.
scottbyer@chromium.org
2012-06-27
6
-6
/
+93
*
Remove the linux-only CR_SOURCE_ROOT environment variable override of base::D...
maruel@chromium.org
2012-06-27
1
-14
/
+0
*
Enable base::NonThreadSafe when DCHECK_ALWAYS_ON is set
rsleevi@chromium.org
2012-06-27
2
-16
/
+40
*
Make SetAppIdForPropertyStore compile with win8 sdk
cpu@chromium.org
2012-06-27
1
-21
/
+6
*
Don't rely on undefined macro behaviour in unit tests.
rsleevi@chromium.org
2012-06-27
1
-3
/
+11
*
Make GlobalDescriptors::MaybeGet return -1 when the key is not found.
jcivelli@chromium.org
2012-06-27
1
-4
/
+2
*
Make SplitString() and variants clear their outparam vector. (Note that Spli...
pkasting@chromium.org
2012-06-26
3
-7
/
+7
*
Fix thread_restrictions ifdef
jam@chromium.org
2012-06-26
2
-4
/
+4
*
Better fix for http://codereview.chromium.org/10661041/
cpu@chromium.org
2012-06-26
1
-4
/
+3
*
Move java files into src parent directory.
navabi@google.com
2012-06-26
14
-5
/
+5
*
base: Clean up stl_util.h style issues.
tfarina@chromium.org
2012-06-26
1
-36
/
+33
*
RefCounted types should not have public destructors, base/ edition
rsleevi@chromium.org
2012-06-26
10
-28
/
+39
*
Switch thread_restrictions to use the same ifdef flags as thread_checker.
jam@chromium.org
2012-06-26
2
-10
/
+13
*
Make pe_image compile with win8 sdk
cpu@chromium.org
2012-06-26
1
-0
/
+6
*
Update documentation for base::ThreadChecker
rsleevi@chromium.org
2012-06-25
2
-12
/
+27
*
RefCounted types should not have public destructors
rsleevi@chromium.org
2012-06-25
1
-0
/
+4
*
Completely refactor isolate.py to be 'command based'.
maruel@chromium.org
2012-06-23
1
-2
/
+2
*
linux_aura: Redo how activation is handled.
erg@chromium.org
2012-06-22
2
-0
/
+48
*
Remove unused member variables found by clang's -Wunused-private-field
thakis@chromium.org
2012-06-22
1
-1
/
+2
*
Refactor GetCrashSignalFD to be more generic.
yfriedman@chromium.org
2012-06-22
1
-2
/
+3
*
Add support for namespace in static JNI methods.
bulach@chromium.org
2012-06-22
10
-128
/
+166
*
Revert 143251 - Log stack trace when ObjectWatcher::StartWatching() is called.
dcheng@chromium.org
2012-06-21
2
-11
/
+1
*
Revert 143466 - Base: disable the handle verifier.
rvargas@google.com
2012-06-21
1
-1
/
+1
*
Base: disable the handle verifier.
rvargas@google.com
2012-06-21
1
-1
/
+1
*
Remove old Sleep and PostDelayedTask interfaces that use int ms instead of Ti...
tedvessenes@gmail.com
2012-06-21
16
-179
/
+146
*
Linux: Return a failure in ReadProcStats() if the stat file is empty.
thestig@chromium.org
2012-06-21
1
-2
/
+3
*
Replace all spaces by '_' in the AppUserModelId
gab@chromium.org
2012-06-20
1
-2
/
+2
*
Log stack trace when ObjectWatcher::StartWatching() is called.
dcheng@chromium.org
2012-06-20
2
-1
/
+11
*
Initializes BuildInfo::java_exception_info_. Follow up on: https://chromiumco...
bulach@chromium.org
2012-06-20
2
-45
/
+47
*
Remove message_loop_helpers.h and update the includes to point to the new loc...
tfarina@chromium.org
2012-06-20
2
-14
/
+0
*
Fix scoped_ptr::Pass to not rely on undefined behavior
dmichael@chromium.org
2012-06-20
1
-3
/
+18
*
Switch template_utils_unittest to using COMPILE_ASSERT.
gavinp@chromium.org
2012-06-19
1
-58
/
+53
*
Add element_type in scoped_refptr.
xhwang@chromium.org
2012-06-19
1
-0
/
+2
*
Consolidate RecordBrowserStartupTime() into one location
jeremy@chromium.org
2012-06-19
4
-1
/
+109
*
Suppress the "Assertion Failed" dialog of VC++. (Take 2)
hbono@chromium.org
2012-06-19
1
-0
/
+8
*
Android: native targets shouldn't depend on java targets.
torne@chromium.org
2012-06-19
1
-1
/
+0
*
Remove gdata::GDataFileSystem from ScopedAllowedWait's user list
hashimoto@chromium.org
2012-06-19
1
-5
/
+1
[next]