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
/
rlz
Commit message (
Expand
)
Author
Age
Files
Lines
*
[iOS] //rlz:rlz_id should not be build on iOS.
sdefresne
2016-03-18
1
-8
/
+10
*
Fix new -Wconstant-conversion versions after clang r259271
thakis
2016-02-01
1
-1
/
+1
*
Update GN build files for new prefs location.
brettw
2016-01-30
1
-1
/
+0
*
Move base/prefs to components/prefs
brettw
2016-01-30
1
-1
/
+0
*
Revert of Move base/prefs to components/prefs (patchset #7 id:120001 of https...
joedow
2016-01-30
1
-0
/
+1
*
Move base/prefs to components/prefs
brettw
2016-01-30
1
-1
/
+0
*
Switch to standard integer types in rlz/.
avi
2015-12-22
28
-51
/
+100
*
clang/win: Let remaining chromium_code targets build with -Wextra.
thakis
2015-12-10
3
-3
/
+3
*
Cleanup: Correctly spell success(ful).
thestig
2015-11-23
1
-2
/
+2
*
Use std::default_delete as the default deleter for scoped_ptr.
dcheng
2015-11-19
1
-0
/
+2
*
Make ValueDeserializer::Deserialize return scoped_ptr
olli.raula
2015-10-16
1
-2
/
+2
*
Cleanup: Pass std::string as const reference from rlz/
ki.stfu
2015-09-20
2
-6
/
+7
*
Remove a block of rlz code for when _WIN32_WINNT < 0x500.
thestig
2015-09-18
1
-24
/
+0
*
Annotate GN executables and shared_libraries with sanitizer deps.
brettw
2015-08-31
1
-0
/
+2
*
Remove remaining legacy SplitString calls.
brettw
2015-08-12
1
-2
/
+2
*
Remove legacy StartsWithASCII function.
brettw
2015-07-16
2
-7
/
+10
*
Componentize chrome/browser/rlz
sdefresne
2015-07-16
1
-1
/
+1
*
Revert "Componentize chrome/browser/rlz"
Nico Weber
2015-07-09
1
-1
/
+1
*
Componentize chrome/browser/rlz
sdefresne
2015-07-09
1
-1
/
+1
*
Fix some clang warnings with -Wmissing-braces in rlz.
dcheng
2015-07-01
1
-1
/
+1
*
Move more string_util functions to base namespace.
brettw
2015-06-24
2
-2
/
+2
*
Migrate callers of message_loop_proxy() to task_runner()
skyostil
2015-06-17
1
-2
/
+2
*
Move StartsWith[ASCII] to base namespace.
brettw
2015-06-12
2
-5
/
+7
*
Make DictionaryValue::DeepCopyWithoutEmptyChildren return a scoped_ptr
estade
2015-05-23
1
-2
/
+2
*
Adjust URLFetcher::Create API so that object is returned as scoped_ptr.
dtapuska
2015-05-01
1
-2
/
+2
*
rlz: Silence spam from RecursiveCrossProcessLock
spang
2015-04-23
1
-2
/
+2
*
Update {virtual,override} to follow C++11 style in rlz.
nick
2015-04-23
1
-15
/
+15
*
Split ValueSerializer into separate Serializer and Deserializer classes.
prashhir
2015-03-05
1
-4
/
+4
*
Apply gn format with 'sources' sorting to src/
scottmg
2015-02-28
1
-4
/
+4
*
Update existing uses of /wd4267 to use the GN config
brettw
2015-02-19
1
-8
/
+6
*
Move GetProcessIntegrityLevel to file_info.h and remove the handle argument.
rvargas
2015-02-13
2
-16
/
+12
*
Fix {virtual,override,final} build failures on official CrOS build.
Daniel Cheng
2015-01-24
1
-28
/
+25
*
Only send C2F ping for a search through homepage.
yiyaoliu
2015-01-21
3
-7
/
+29
*
Move the test template to //testing/test.gni (part 2)
qsr
2015-01-21
1
-0
/
+2
*
Get rid of net::DO_NOT_PROMPT_FOR_LOGIN
baranovich
2015-01-15
1
-1
/
+0
*
Update {virtual,override,final} for rlz/ to follow C++11 style.
dcheng
2015-01-09
4
-33
/
+30
*
Make callers of CommandLine use it via the base:: namespace.
avi
2014-12-23
1
-1
/
+1
*
Cleanup: Get rid of base::ASCIIToWide().
thestig
2014-12-08
4
-51
/
+44
*
Fix various flags in the Win64 GN build
dpranke
2014-11-18
1
-0
/
+5
*
fix RLZ crasher in process_info.cc
cpu
2014-11-05
1
-75
/
+8
*
Add some missing deps of rlz.
mukai
2014-10-29
1
-0
/
+2
*
Fixing rlz mutex
cpu
2014-10-29
2
-48
/
+11
*
Replace OVERRIDE with its C++11 counterparts in src/rlz
r.nagaraj
2014-10-09
6
-50
/
+50
*
Replace forward_dependent_configs with public_deps
Brett Wilson
2014-09-23
1
-1
/
+1
*
Clean up unused param in RegistryOverrideManager
gab
2014-09-18
1
-2
/
+2
*
Cleanup: Use base/files/file_util.h instead of base/file_util.h in [r-t]*/
thestig
2014-09-12
1
-1
/
+1
*
Add lots of testonly annotations to the GN build.
Brett Wilson
2014-09-08
1
-0
/
+1
*
Revert of Revert of clang/win: Fix a few warnings in targets not in chromium_...
thakis
2014-08-31
1
-7
/
+7
*
Revert of clang/win: Fix a few warnings in targets not in chromium_builder_te...
thakis
2014-08-30
1
-7
/
+7
*
clang/win: Fix a few warnings in targets not in chromium_builder_tests.
Nico Weber
2014-08-29
1
-7
/
+7
[next]