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
/
prefs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Break two classes defined in json_value_serializer.cc, .h into separate files.
bbudge@chromium.org
2012-02-26
2
-4
/
+4
*
Revert r123544 "Fixed the restore on startup pref on Lion's first run."
oshima@chromium.org
2012-02-25
1
-11
/
+18
*
Android: Guard unused preference registration
dfalcantara@chromium.org
2012-02-25
1
-7
/
+13
*
Fixed the restore on startup pref on Lion's first run.
joaodasilva@chromium.org
2012-02-24
1
-18
/
+11
*
Revert 123306 - [uber] Redoing the homepage selection UI
tbreisacher@chromium.org
2012-02-23
3
-50
/
+13
*
[uber] Redoing the homepage selection UI
tbreisacher@chromium.org
2012-02-23
3
-13
/
+50
*
Add --managed command line switch, mapped to kInManagedMode pref.
bauerb@chromium.org
2012-02-23
1
-0
/
+1
*
Adds ability to pin apps to the launcher.
sky@chromium.org
2012-02-22
1
-0
/
+7
*
Revert 123096 - [uber] Redoing the homepage selection UI
tbreisacher@chromium.org
2012-02-22
3
-50
/
+13
*
[uber] Redoing the homepage selection UI
tbreisacher@chromium.org
2012-02-22
3
-13
/
+50
*
Web Intents: Add a pref for enabling the feature, enable the UI.
jhawkins@chromium.org
2012-02-22
1
-0
/
+2
*
Plugins: allow saving data if we're going to do a session restore.
marja@chromium.org
2012-02-17
2
-11
/
+14
*
Revert "[uber] Redoing the homepage selection UI"
loislo@chromium.org
2012-02-17
3
-52
/
+15
*
[uber] Redoing the homepage selection UI
tbreisacher@chromium.org
2012-02-17
3
-15
/
+52
*
Profiles: Move cookie pref registration to the service.
erg@chromium.org
2012-02-13
1
-2
/
+0
*
Remove ssl_manager.h dependency from chrome.
jam@chromium.org
2012-02-13
1
-1
/
+0
*
Revert 120803 - [uber] Redoing the homepage selection UI
michaeln@google.com
2012-02-07
3
-52
/
+15
*
[uber] Redoing the homepage selection UI
tbreisacher@chromium.org
2012-02-07
3
-15
/
+52
*
chromeos: Move prefs from AudioMixerAlsa to AudioHandler.
derat@chromium.org
2012-02-04
1
-2
/
+2
*
These changes are ChromeOS only and don't affect Win builds.
joaodasilva@chromium.org
2012-01-29
1
-2
/
+2
*
Revert r119614 "Make auto-enrollment client retry after auto-update if the mo...
maruel@chromium.org
2012-01-28
1
-2
/
+2
*
Make auto-enrollment client retry after auto-update if the modulus limit was ...
joaodasilva@chromium.org
2012-01-28
1
-2
/
+2
*
No need to have HostZoomMap know about "original" map, which is really just a...
jam@chromium.org
2012-01-27
1
-1
/
+0
*
Repair --enable-memory-info command line switch
yurys@chromium.org
2012-01-26
1
-1
/
+1
*
Compile fix for gcc 4.6. It wants us to use EXPECT_TRUE / EXPECT_FALSE.
joi@chromium.org
2012-01-26
1
-2
/
+2
*
Reinitialize LocalState's CommandLinePrefStore after about_flags updates the ...
thestig@chromium.org
2012-01-24
11
-27
/
+106
*
net: add a policy option: DisableSSLRecordSplitting
agl@chromium.org
2012-01-24
1
-0
/
+2
*
Cleanup Protector switches and prefs.
ivankr@chromium.org
2012-01-23
1
-2
/
+0
*
Removed ConfigurationPolicyType and extended PolicyMap.
joaodasilva@chromium.org
2012-01-22
1
-9
/
+10
*
"Recommit 118589 - Re-commit r117965 and 117130 with a fix for perf regression."
atwilson@chromium.org
2012-01-22
1
-2
/
+0
*
Revert 118589 - Re-commit r117965 and 117130 with a prospective fix for perf ...
atwilson@chromium.org
2012-01-21
1
-0
/
+2
*
Re-commit r117965 and 117130 with a prospective fix for perf regression.
atwilson@chromium.org
2012-01-21
1
-2
/
+0
*
Converted Protector into a ProfileKeyedService.
ivankr@chromium.org
2012-01-20
1
-2
/
+2
*
Revert SigninManager changes to see if they were the cause of the perf regres...
atwilson@chromium.org
2012-01-19
1
-1
/
+3
*
Print Preview: Add a non-user-visible pref for controlling print preview. Hoo...
thestig@chromium.org
2012-01-18
1
-1
/
+9
*
Make SigninManager a ProfileKeyedService.
atwilson@chromium.org
2012-01-17
1
-2
/
+0
*
Revert 117758 -- turned many boxes on the memory waterfall red:
thakis@chromium.org
2012-01-14
1
-0
/
+2
*
Make SigninManager a ProfileKeyedService.
atwilson@chromium.org
2012-01-14
1
-2
/
+0
*
Replace --use-protector flag with Local State 'protector.enabled' pref.
ivankr@chromium.org
2012-01-13
1
-0
/
+2
*
Moved SigninManager out of browser/sync, and start changing the code so signin
atwilson@chromium.org
2012-01-11
1
-2
/
+2
*
chromeos: Move audio, power, and UI files into subdirs.
derat@chromium.org
2012-01-06
1
-1
/
+1
*
Attempt 2 at fixing bug where launcher would create new window with
sky@chromium.org
2012-01-06
2
-2
/
+19
*
Use a non-const iterator when removing a preference in PrefService::Unregiste...
steveblock@chromium.org
2012-01-05
1
-1
/
+1
*
Get rid of trivial IncognitoUserPrefStore and PerTabUserPrefStore.
mnaganov@chromium.org
2012-01-05
8
-131
/
+22
*
Fix a memory leak introduced in r115955.
mnaganov@chromium.org
2011-12-29
1
-0
/
+1
*
Add more per-tab preferences.
mnaganov@chromium.org
2011-12-29
8
-3
/
+83
*
Refactor FirstRun class code into namespace first_run progressively. This cl ...
jennyz@chromium.org
2011-12-28
1
-1
/
+1
*
Remove PrefService::ScheduleSavePersistentPrefs and change SavePersistentPref...
bauerb@chromium.org
2011-12-27
6
-50
/
+2
*
Added auto-enrollment into the OOBE flow.
joaodasilva@chromium.org
2011-12-27
1
-0
/
+2
*
Implement pref_value_map swap function.
pastarmovj@chromium.org
2011-12-21
3
-0
/
+29
[next]