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
*
Add COMPILE_ASSERT to ensure the result of Bind matches the Callback's type.
ajwong@chromium.org
2011-06-26
11
-4
/
+399
*
Reland "Move app/win/* files to base/win/, ui/base/win and chrome/common/ dir...
tfarina@chromium.org
2011-06-25
4
-4
/
+418
*
Patch for Solaris support, mostly ifdefs and header files, plus adds libevent...
chromium@hybridsource.org
2011-06-25
8
-13
/
+227
*
Clean up of -Wunused-but-set-variable (gcc 4.6)
pph34r@gmail.com
2011-06-25
2
-7
/
+3
*
TCPServerSocketLibevent should call StopWatchingFileDescriptor()
wtc@chromium.org
2011-06-25
1
-1
/
+1
*
Revert 90464 - Move app/win/* files to base/win/, ui/base/win and chrome/comm...
tfarina@chromium.org
2011-06-25
4
-417
/
+4
*
Move app/win/* files to base/win/, ui/base/win and chrome/common/ directories.
tfarina@chromium.org
2011-06-25
4
-4
/
+417
*
Refactor the glib message-pump, and use it as the base for a gtk message pump...
sadrul@chromium.org
2011-06-24
10
-226
/
+293
*
Fix relaunches on the Mac.
mark@chromium.org
2011-06-24
2
-0
/
+25
*
Remove default initializtion of BirthPlace in Tracked.
ajwong@chromium.org
2011-06-23
2
-6
/
+7
*
Add back a check for improper usage of IsOneTimeRandomizationEnabled.
joi@chromium.org
2011-06-22
2
-11
/
+11
*
Localize strings, speeds.
avi@chromium.org
2011-06-22
7
-151
/
+189
*
Add a flag to open files in share delete mode
jochen@chromium.org
2011-06-22
3
-0
/
+40
*
net doesn't depend on libevent directly now.
wtc@chromium.org
2011-06-22
2
-7
/
+4
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2011-06-22
2
-1
/
+2
*
Upstream android file related code.
michaelbai@google.com
2011-06-21
11
-6
/
+247
*
Add a warning to the top of base/memory/singleton.h
scherkus@chromium.org
2011-06-21
1
-0
/
+14
*
Avoiding duplication of singular iterator
tzik@chromium.org
2011-06-21
1
-1
/
+1
*
Always search TIDs for the crashing processes.
kmixter@chromium.org
2011-06-21
2
-3
/
+12
*
Base: cleanup for base.dll.
rvargas@google.com
2011-06-20
1
-4
/
+1
*
Get rid of ClearByPathBackupExclusion.
mark@chromium.org
2011-06-20
2
-27
/
+0
*
Cleanup in base/test.
joaodasilva@chromium.org
2011-06-20
5
-47
/
+66
*
Revert 89664 - Cleanup in base/test.
joaodasilva@chromium.org
2011-06-20
5
-66
/
+47
*
Cleanup in base/test.
joaodasilva@chromium.org
2011-06-20
5
-47
/
+66
*
Adding missing inclusions
tzik@chromium.org
2011-06-18
6
-4
/
+9
*
Increase the KillProcess timeout when running under Valgrind
timurrrr@chromium.org
2011-06-18
1
-0
/
+8
*
Mark TouchGetInfoPlatformFile as Flaky on Mac OS X.
leandrogracia@chromium.org
2011-06-17
1
-1
/
+7
*
Merge google-perftools r109 (the current contents of third_party/tcmalloc/ven...
glider@chromium.org
2011-06-17
2
-2
/
+9
*
[Sync] Split DirectoryChangeListener for thread-safety
akalin@chromium.org
2011-06-16
1
-1
/
+22
*
Implement A/B experiment for anti-DDoS.
joi@chromium.org
2011-06-16
1
-1
/
+3
*
Add three more possibilites for inlining for the base::mac::IsOS* family.
mark@chromium.org
2011-06-15
2
-0
/
+9
*
Remove Leftover -journal File By-path Exclusions
mrossetti@chromium.org
2011-06-15
2
-12
/
+27
*
base: Move UI code out of SysInfo.
derat@chromium.org
2011-06-15
5
-106
/
+0
*
Avoid abs() of unsigned values.
tzik@chromium.org
2011-06-15
1
-18
/
+16
*
Cleanup: base/scoped_ptr.h -> base/memory/scoped_ptr.h. (part 2)
thestig@chromium.org
2011-06-15
3
-3
/
+6
*
Don't do the pre-emptive unexclude by-path on Lion. It's available to root
mark@chromium.org
2011-06-14
1
-6
/
+16
*
Change the files in base and net to include foundation_util.h
wtc@chromium.org
2011-06-14
1
-1
/
+1
*
Improve and unify Mac OS X run-time version checks.
mark@chromium.org
2011-06-14
5
-35
/
+241
*
Support creating temporary files for sync file operations.
noelutz@google.com
2011-06-13
2
-7
/
+19
*
Remove msvs_guids from app, base, breakpad and build.
tony@chromium.org
2011-06-13
4
-8
/
+0
*
Fix two bugs found by a new clang warning I'm currently testing:
thakis@chromium.org
2011-06-13
1
-1
/
+1
*
Mark FilePathWatcherTest.DestroyWithPendingNotification as FLAKY on MacOS
asargent@chromium.org
2011-06-13
1
-1
/
+7
*
Break into the debugger if we have a stack dump and are currently debugging.
scr@chromium.org
2011-06-11
1
-0
/
+4
*
GTTF: Move --test-terminate-timeout logic to base/test/test_timeouts
phajdan.jr@chromium.org
2011-06-10
3
-0
/
+5
*
Revert 88545 - Revert 88470 (broke ServiceProcessStateTest.ForceShutdown on C...
rkc@chromium.org
2011-06-09
2
-11
/
+14
*
GTTF: Initialize TestTimeouts in out-of-process test runner.
phajdan.jr@chromium.org
2011-06-09
2
-11
/
+27
*
Revert 88470 (broke ServiceProcessStateTest.ForceShutdown on CrOS) - Fix for ...
thakis@chromium.org
2011-06-09
2
-14
/
+11
*
Revert 88284 - Revert 88151 (see crbug.com/85296) - Fix user-after-free error...
akalin@chromium.org
2011-06-09
2
-7
/
+34
*
Fix for system version unit tests in cros.
rkc@chromium.org
2011-06-09
2
-11
/
+14
*
Revert 88440 - Change Chrome OS version numbers to Platform versions.
rkc@chromium.org
2011-06-09
1
-7
/
+4
[next]