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
...
*
Expand the purify suppressions for PrivateKeyInfoCodec.
willchan@chromium.org
2009-11-09
1
-6
/
+2
*
More memory stats code cleanup:
sgk@chromium.org
2009-11-09
4
-0
/
+111
*
Fix NSString conversions to treat a null NSString as a string of length 0, in...
mirandac@chromium.org
2009-11-08
4
-1
/
+28
*
Fix various problems with inline autocomplete and URLs that change length dur...
pkasting@chromium.org
2009-11-07
8
-409
/
+720
*
Add 64bit support
gregoryd@google.com
2009-11-06
3
-10
/
+25
*
Cancel unused timeout events. Without this change they can
dkegel@google.com
2009-11-06
1
-1
/
+14
*
Use GetSwitchValueASCII.
tony@chromium.org
2009-11-06
1
-6
/
+7
*
Move the spellchecker to the renderer.
estade@chromium.org
2009-11-06
2
-12
/
+41
*
Mac: Implement about:memory.
viettrungluu@chromium.org
2009-11-05
6
-9
/
+203
*
Added missing file to fix build.
dmaclach@chromium.org
2009-11-05
1
-0
/
+18
*
First patch in making destructors of refcounted objects private.
jam@chromium.org
2009-11-05
9
-8
/
+49
*
Cleans up our autorelease pool handling by making sure that an autorelease po...
dmaclach@chromium.org
2009-11-05
4
-13
/
+169
*
Improve the run time of base_unittests by about 20s by reducing timeouts in
phajdan.jr@chromium.org
2009-11-05
2
-5
/
+5
*
Linux: use /proc/pid/statm to get memory stats when /proc/pid/smaps is unavai...
thestig@chromium.org
2009-11-04
1
-30
/
+48
*
Implement FormStructure and an initial method, EncodeUploadRequest. This als...
jhawkins@chromium.org
2009-11-04
4
-0
/
+285
*
Don't allow the browser to stay above a modal plugin window (Mac)
stuartmorgan@chromium.org
2009-11-04
2
-0
/
+13
*
Add support for getting the real process id from within the suid sandbox. The...
thestig@chromium.org
2009-11-04
1
-0
/
+2
*
Attempt 2 at:
sky@chromium.org
2009-11-04
4
-1
/
+60
*
Revert 30938 - Add support for getting the real process id from within the su...
thestig@chromium.org
2009-11-04
1
-2
/
+0
*
Add support for getting the real process id from within the suid sandbox. The...
thestig@chromium.org
2009-11-04
1
-0
/
+2
*
Add first class support for user scripts.
aa@chromium.org
2009-11-04
2
-0
/
+8
*
Revert 30903 - Gets find bar animation/clipping to work on views/gtk.
sky@chromium.org
2009-11-04
4
-60
/
+1
*
Gets find bar animation/clipping to work on views/gtk.
sky@chromium.org
2009-11-04
4
-1
/
+60
*
Submitting change from http://codereview.chromium.org/276029/show
mad@chromium.org
2009-11-03
2
-2
/
+8
*
Add the ability for objects which derive from RefCountedThreadSafe to specify...
jam@chromium.org
2009-11-02
1
-3
/
+26
*
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
[prev]
[next]