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
/
chrome
/
browser
/
diagnostics
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert 152946 - Replace HistoryQuickProvider protobuf-based caching with an S...
ricow@chromium.org
2012-08-23
4
-20
/
+4
*
Replace HistoryQuickProvider protobuf-based caching with an SQLite-based data...
mrossetti@chromium.org
2012-08-23
4
-4
/
+20
*
Add more OWNERS inside chrome/browser.
thestig@chromium.org
2012-08-22
1
-0
/
+1
*
Revert 151419 - Replace HistoryQuickProvider protobuf-based caching with an S...
mrossetti@chromium.org
2012-08-14
4
-20
/
+4
*
Replace HistoryQuickProvider protobuf-based caching with an SQLite-based data...
mrossetti@chromium.org
2012-08-14
4
-4
/
+20
*
Remove wchar_t versions of StringPrintf from Android
husky@chromium.org
2012-08-01
1
-6
/
+10
*
Remove the rest of #pragma once in one big CL.
ajwong@chromium.org
2012-07-11
5
-5
/
+0
*
Add new ResourceBundle::Delegate interface.
marshall@chromium.org
2012-05-09
1
-1
/
+1
*
Break two classes defined in json_value_serializer.cc, .h into separate files.
bbudge@chromium.org
2012-02-26
1
-2
/
+2
*
Move creation of BrowserContext objects that live in content to content, inst...
jam@chromium.org
2012-02-20
1
-1
/
+2
*
Reverting to green up the memory waterfall.
jhawkins@chromium.org
2012-02-19
1
-2
/
+1
*
More SQL statement usage regularization. Back-touch some
gbillock@chromium.org
2012-02-18
1
-2
/
+2
*
Move creation of BrowserContext objects that live in content to content, inst...
jam@chromium.org
2012-02-17
1
-1
/
+2
*
Towards an android build of sync_unit_tests
yfriedman@chromium.org
2012-02-08
1
-0
/
+2
*
content: Modfiy ResourceBundle and content_shell to run with alternative pak ...
erg@chromium.org
2012-01-28
1
-1
/
+1
*
win/diagnostic mode: Restore "Press [enter] to continue" prompt.
thakis@chromium.org
2012-01-02
1
-1
/
+2
*
Remove 1 static initializer and some unused code.
thakis@chromium.org
2011-11-24
1
-27
/
+11
*
Add OVERRIDE to chrome/browser/.
avi@chromium.org
2011-11-21
1
-3
/
+4
*
Move json_value_serializer from content/common to base.
dpranke@chromium.org
2011-10-07
1
-1
/
+1
*
* Make diagnostic mode to work
yosin@chromium.org
2011-09-13
1
-6
/
+8
*
Change kNotSignedInProfile to kInitialProfile to better reflect its usage.
mirandac@chromium.org
2011-08-12
1
-2
/
+2
*
Fix memory leak in ConflictingDllsTest.
finnur@chromium.org
2011-08-11
1
-1
/
+1
*
some cleanup for base/stl_util
dilmah@chromium.org
2011-07-19
1
-1
/
+1
*
Move app/sql/* files to sql/ directory.
tfarina@chromium.org
2011-07-19
1
-3
/
+3
*
app: Get rid of app_paths.[cc,h] files.
tfarina@chromium.org
2011-06-27
1
-2
/
+0
*
Move GetVersionStringModifier() and GetChannel() from platform_util_* to chro...
haraken@google.com
2011-06-24
1
-2
/
+2
*
Localize strings, speeds.
avi@chromium.org
2011-06-22
1
-4
/
+3
*
iwyu: Include stringprintf.h where appropriate, part 2.
jhawkins@chromium.org
2011-05-11
2
-9
/
+17
*
Move json_value_serializer to content\common since it's used by code in conte...
jam@chromium.org
2011-04-16
1
-1
/
+1
*
Make the windows_version.h functions threadsafe by using a singleton. Add ac...
pkasting@chromium.org
2011-04-07
1
-14
/
+7
*
Revert 80819 due to failed tests
mmenke@chromium.org
2011-04-07
1
-7
/
+14
*
Make the windows_version.h functions threadsafe by using a singleton. Add ac...
pkasting@chromium.org
2011-04-07
1
-14
/
+7
*
Revert 79705 - Revert 79651 - Coverity: Pass parameters by reference.
dhollowa@chromium.org
2011-03-29
1
-1
/
+1
*
Revert 79651 - Coverity: Pass parameters by reference.
dhollowa@chromium.org
2011-03-29
1
-1
/
+1
*
Coverity: Pass parameters by reference.
jhawkins@chromium.org
2011-03-29
1
-1
/
+1
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-2
/
+2
*
Remove the check for inspector files since they're in resources.pak now.
tony@chromium.org
2011-03-23
3
-7
/
+7
*
wstring: remove a needless wchar_t that is ASCII
evan@chromium.org
2011-03-15
1
-1
/
+1
*
Add some more debugging info to the --diagnostics for when checking filepath.
finnur@chromium.org
2011-02-08
1
-4
/
+10
*
FilePath: Remove much of ToWStringHack, adding a LossyDisplayName()
evan@chromium.org
2011-02-04
1
-2
/
+1
*
Move ResourceBundle, DataPack to ui/base
ben@chromium.org
2011-01-20
1
-0
/
+2
*
Coverity: Fix unchecked return values.
kmadhusu@chromium.org
2011-01-12
1
-1
/
+5
*
Fix minor CHECKED_RETURN Coverity complaint in code I added to the --diagnost...
finnur@chromium.org
2011-01-11
1
-1
/
+2
*
Integrate about:conflicts with --diagnostics
finnur@chromium.org
2011-01-06
7
-21
/
+96
*
Revert 69592 - file_version_info was not finding Mac values correctly.
dmaclach@chromium.org
2010-12-18
1
-0
/
+4
*
file_version_info was not finding Mac values correctly.
dmaclach@chromium.org
2010-12-18
1
-4
/
+0
*
Deinline even more destructors.
erg@google.com
2010-12-14
3
-33
/
+64
*
Wrap GlobalDescriptors singleton in accessor method.
evan@chromium.org
2010-12-07
1
-2
/
+2
*
Rename CommandLine::ARGUMENTS_ONLY to NO_PROGRAM.
mattm@chromium.org
2010-10-21
1
-1
/
+1
*
Move windows version-related stuff out of base/win_util and into base/win/win...
brettw@chromium.org
2010-10-15
1
-5
/
+5
[next]