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
*
DeferredAutoreleasePool didn't work on Snow Leopard.
mark@chromium.org
2009-10-31
2
-290
/
+32
*
Remove some histograms that have not provided benefit.
jar@chromium.org
2009-10-31
1
-28
/
+0
*
Cleans up our autorelease handling so that we don't create a layered
dmaclach@chromium.org
2009-10-30
2
-32
/
+290
*
BookmarkEditorController needs to implement NSMatrixDelegate for the 10.6 SDK
mark@chromium.org
2009-10-30
1
-0
/
+1
*
Add a CHECK() around the SharedMemory ftruncate() call to finger it as a cras...
hawk@chromium.org
2009-10-29
1
-2
/
+4
*
Convert ReplaceStringPlaceholders(std::string...) to take a
tony@chromium.org
2009-10-29
2
-11
/
+9
*
Linux: Add missing include.
craig.schlenter@chromium.org
2009-10-29
1
-0
/
+1
*
Lower priorities of background tabs on linux.
davemoore@chromium.org
2009-10-29
6
-15
/
+133
*
Move FileDescriptorGetInode() and FindProcessHoldingSocket() into base/linux_...
thestig@chromium.org
2009-10-29
2
-0
/
+133
*
First parts of new FTP LIST response parsing code.
phajdan.jr@chromium.org
2009-10-28
1
-0
/
+2
*
Reset the Mac message pump's delayed work timer upon waking from system sleep.
mark@chromium.org
2009-10-28
3
-2
/
+117
*
Get rid of FilePath::AppendAndResolveRelative().
mad@chromium.org
2009-10-28
3
-173
/
+0
*
Fix for bug 10876 that resulted in some refactoring:
rolandsteiner@chromium.org
2009-10-28
3
-18
/
+751
*
Fix build breakage at r30320.
ukai@chromium.org
2009-10-28
1
-1
/
+1
*
Add Pickle::Read/WriteUint64.
thestig@chromium.org
2009-10-28
2
-2
/
+20
*
Make all paths passed to --user-data-dir absolute.
erg@google.com
2009-10-27
1
-8
/
+9
*
Modify DataPacks so they can return RefCountedStaticMemory objects.
erg@google.com
2009-10-27
3
-7
/
+22
*
Move console stack dumping code to a function so it can be reused in test_she...
maruel@chromium.org
2009-10-27
4
-115
/
+158
*
Fix an exception in the ref counted data. This appeares as a crash on startip
brettw@chromium.org
2009-10-27
1
-2
/
+7
*
Add GrabWindowSnapshot method to mac_util class, and a unit test.
mirandac@chromium.org
2009-10-27
5
-35
/
+86
*
0-initialize the function dump.
maruel@chromium.org
2009-10-27
1
-1
/
+2
*
Revert 30168 - Commit patch set from http://codereview.chromium.org/149796
rolandsteiner@chromium.org
2009-10-27
3
-752
/
+18
*
Commit patch set from http://codereview.chromium.org/149796
rolandsteiner@chromium.org
2009-10-27
3
-18
/
+752
*
Revert 30149 - The existing file_util::AbsolutePath() function was already do...
tim@chromium.org
2009-10-27
3
-0
/
+173
*
The existing file_util::AbsolutePath() function was already doing what we nee...
mad@chromium.org
2009-10-27
3
-173
/
+0
*
Make the memory resource functions return bools so that we know when the info...
vandebo@chromium.org
2009-10-27
1
-1
/
+1
*
Remove deprecated CommandLine(std::wstring) ctor.
evan@chromium.org
2009-10-26
4
-28
/
+25
*
About box auto-update improvements.
mark@chromium.org
2009-10-26
3
-13
/
+59
*
Move creation of SEH frame into a separate funcion.For any function that uses...
stoyan@google.com
2009-10-26
2
-7
/
+17
*
Log the argument (NSS config directory) that we pass to
wtc@chromium.org
2009-10-23
1
-3
/
+5
*
Move the json-related files into a separate json directory. This hopefully also
brettw@chromium.org
2009-10-23
10
-47
/
+75
*
Implements tests for testing browser's overall key events handling behavior.
suzhe@chromium.org
2009-10-23
2
-50
/
+26
*
Disable the FileUtilICU tests because they hang purify
nsylvain@chromium.org
2009-10-23
1
-2
/
+2
*
Do some cleanup of file path name handling.
brettw@chromium.org
2009-10-22
3
-44
/
+77
*
Call MaybeScheduleNestingDeferredWork at the top of each loop iteration from
mark@chromium.org
2009-10-22
2
-17
/
+58
*
Change the strategy used to attempt nesting-deferred work to account equally
mark@chromium.org
2009-10-22
2
-73
/
+117
*
Trim the lsb_release output in GetLinuxDistro.
thestig@chromium.org
2009-10-21
1
-1
/
+3
*
Simplify GetLinuxDistro() for Chrome OS.
thestig@chromium.org
2009-10-21
1
-5
/
+13
*
Fix ProcessUtilTest.FDRemapping hang on x86_64 by counting open fds in child ...
dkegel@google.com
2009-10-20
1
-1
/
+3
*
Add a comment warning against using RSAPrivateKeyImport on untrusted sources.
rafaelw@chromium.org
2009-10-20
1
-4
/
+6
*
Remove +x bit from files that shouldn't have it.
evan@chromium.org
2009-10-20
2
-0
/
+0
*
Minimize dependency of user scripts.
mad@chromium.org
2009-10-20
3
-4
/
+175
*
Cleanup: change PIDs to base::ProcessId (or pid_t, as appropriate).
viettrungluu@chromium.org
2009-10-20
2
-4
/
+4
*
Deprecate PathService::Get(..., wstring*) and use FilePath instead.
evan@chromium.org
2009-10-19
4
-8
/
+9
*
Provide better diagnostics when launching with a silly executable path.
mark@chromium.org
2009-10-19
1
-3
/
+4
*
Add more string16 variants.
darin@chromium.org
2009-10-19
2
-0
/
+38
*
First fix to minimize copying of image data.
erg@google.com
2009-10-19
3
-2
/
+77
*
We want GOOGLE_CHROME_BUILDs on Chrome OS to get the appropriate OS version i...
cmasone@google.com
2009-10-19
1
-1
/
+1
*
On Linux, Chrome uses lsb_release (a python script) to determine the name of ...
cmasone@google.com
2009-10-19
1
-0
/
+4
*
Forces user to use ScopedNSAutoreleasePool instead of using
dmaclach@chromium.org
2009-10-19
1
-0
/
+26
[next]