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
*
Lower logging for expected errors in process_util_mac.mm
sail@chromium.org
2011-03-06
2
-2
/
+23
*
Revert 77066 - Test impact of using default windows allocator
jar@chromium.org
2011-03-06
1
-1
/
+1
*
Test impact of using default windows allocator
jar@chromium.org
2011-03-06
1
-1
/
+1
*
Reland code to detect corruption of histogram ranges
jar@chromium.org
2011-03-05
3
-67
/
+180
*
Change other usages of .size() to .empty() when applicable.
erg@google.com
2011-03-04
4
-7
/
+7
*
Move GetWindowsArchitecture() to windows_version.h.
pkasting@chromium.org
2011-03-04
4
-25
/
+25
*
Add a function to get the processor architecture. I will be using this in th...
pkasting@chromium.org
2011-03-04
3
-5
/
+30
*
While enumerating plugins under the MozillaPlugins registry key, we should ig...
ananta@chromium.org
2011-03-04
2
-2
/
+36
*
Create a "GetWOW64Status()" utility function and make the rest of the codebas...
pkasting@chromium.org
2011-03-04
2
-2
/
+39
*
Modify ThreadChecker and NonThreadSafe so that their
joi@chromium.org
2011-03-03
10
-160
/
+256
*
Kill CleanUpAfterMessageLoopDestruction.
willchan@chromium.org
2011-03-03
3
-12
/
+4
*
wstring: allow converting FilePath to wstring in tests
evan@chromium.org
2011-03-03
3
-0
/
+16
*
Clean up CF To NS Casts and make them slightly safer
dmaclach@chromium.org
2011-03-03
2
-40
/
+131
*
Revert 76239 - Crash when we notice a corruption of the histogram range-vector
rsimha@chromium.org
2011-03-03
3
-170
/
+60
*
Revert 76345 - Small cleanup for previous histogram checkin
rsimha@chromium.org
2011-03-02
2
-17
/
+14
*
touch: more fixes in the message pump.
sadrul@chromium.org
2011-03-02
1
-5
/
+18
*
Fix up mac test client and simple host for remoting.
dmaclach@chromium.org
2011-03-02
1
-0
/
+7
*
Until we have sparse histograms, to track error codes, we are using
rtenneti@chromium.org
2011-03-02
2
-2
/
+2
*
Pure pedantry: Replace all ".size() == 0" with ".empty()".
erg@google.com
2011-03-02
7
-7
/
+7
*
touch: Fix unit_tests crash.
sadrul@chromium.org
2011-03-01
1
-0
/
+5
*
Commneted out ShutdownSingleThreadedCleanup in debug builds to
rtenneti@google.com
2011-03-01
1
-7
/
+4
*
FilePath: add a convertor to ASCII
evan@chromium.org
2011-03-01
2
-0
/
+17
*
Out-of-line default Commandline ctor and provide dtor.
msw@chromium.org
2011-03-01
2
-2
/
+10
*
Small cleanup for previous histogram checkin
jar@chromium.org
2011-03-01
2
-14
/
+17
*
More DCHECK() updates. A mixture of _EQ and _GE.
mhm@chromium.org
2011-03-01
15
-28
/
+28
*
Reorganize CommandLine code.
msw@chromium.org
2011-03-01
2
-344
/
+297
*
Fix compilation bug on ARM
jar@chromium.org
2011-02-28
2
-3
/
+3
*
Crash when we notice a corruption of the histogram range-vector
jar@chromium.org
2011-02-28
3
-60
/
+170
*
Callback support for __fastcall and __stdcall functions.
ajwong@chromium.org
2011-02-27
6
-24
/
+236
*
Removed the command line from ServiceProcessState::AddToAutoRun() and had the...
sanjeevr@chromium.org
2011-02-25
2
-0
/
+12
*
Fix style mistakes in r75477.
ajwong@chromium.org
2011-02-25
2
-10
/
+17
*
Minor fixes in FieldTrial.
cbentzel@chromium.org
2011-02-25
2
-2
/
+4
*
Comment out unused parameter names in function definitions,
joi@chromium.org
2011-02-25
3
-3
/
+3
*
Roll gtest 492:539 and gmock 300:358
thakis@chromium.org
2011-02-24
1
-0
/
+3
*
Mac specific chromium-style issues now that the trybot is sane.
erg@google.com
2011-02-24
2
-2
/
+3
*
Get service process running standalone on the mac by hooking it into launchd.
dmaclach@chromium.org
2011-02-24
4
-12
/
+101
*
Prevent compiling cpu_unittest on i386 (Take 2).
hbono@chromium.org
2011-02-24
1
-1
/
+1
*
Prevent compiling cpu_unittest on i386.
hbono@chromium.org
2011-02-24
1
-1
/
+1
*
Add a unittest for the CPU class.
hbono@chromium.org
2011-02-24
2
-2
/
+94
*
Pull in ICU 4.6
jshin@chromium.org
2011-02-24
1
-2
/
+3
*
Added CHECKs to make sure histogram caller's don't create
rtenneti@chromium.org
2011-02-23
2
-2
/
+8
*
Make MemoryMappedFile::IsValid const
tommi@chromium.org
2011-02-23
2
-2
/
+2
*
Dup command-buffer SHM handle before auto-closing.
piman@google.com
2011-02-23
2
-7
/
+15
*
Mac: Don't show dialogs for debug messages.
thakis@chromium.org
2011-02-23
1
-11
/
+0
*
Fix Downloads Windows Zone identifier test.
rdsmith@chromium.org
2011-02-23
2
-34
/
+23
*
Fix null-termination on string copy in debug-on-start code.
evan@chromium.org
2011-02-22
1
-1
/
+1
*
Propagate the remote socket address to URLRequest and to ViewHostMsg_FrameNav...
bryner@chromium.org
2011-02-22
3
-0
/
+24
*
Do not block in OwnershipService::IsAlreadyOwned on UI thread.
dilmah@chromium.org
2011-02-22
1
-1
/
+14
*
Re-enable positive OOB write tests under Dr. Memory and add the suppression f...
timurrrr@chromium.org
2011-02-22
1
-8
/
+0
*
Add MoveToThread method to PrefMember to make it safe to read pref values fro...
bauerb@chromium.org
2011-02-21
2
-3
/
+40
[next]