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
/
content_settings
/
content_settings_pref_provider.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Correct const accessors in base/values.(h|cc)
vabr@chromium.org
2012-07-27
1
-3
/
+3
*
Feature1:
xians@chromium.org
2012-06-25
1
-7
/
+24
*
Fix bug that causes the deletion of all notification settings after a browser...
markusheintz@chromium.org
2012-05-09
1
-135
/
+59
*
While migrating obsolete location settings ignore corrupted setting values.
markusheintz@chromium.org
2012-05-02
1
-4
/
+8
*
Coverity: Fix unchecked return values
kmadhusu@chromium.org
2012-04-03
1
-3
/
+6
*
Remove the obsolete prefs kPopupWhitelistedHosts and kPerHostContentSettigns....
markusheintz@chromium.org
2012-03-29
1
-67
/
+0
*
Remove code to keep obsolete content settings patterns pref in sync with the ...
markusheintz@chromium.org
2012-03-29
1
-287
/
+2
*
When content settings exception are loaded from the preferences, ignore conte...
markusheintz@chromium.org
2012-03-23
1
-1
/
+1
*
Add per-plugin whitelisting to chrome://plugins
bauerb@chromium.org
2012-02-21
1
-24
/
+24
*
Revert "Add per-plugin whitelisting to chrome://plugins"
loislo@chromium.org
2012-02-17
1
-7
/
+6
*
Add per-plugin whitelisting to chrome://plugins
bauerb@chromium.org
2012-02-17
1
-6
/
+7
*
Move click-to-play out of chrome://flags.
bauerb@chromium.org
2012-01-31
1
-6
/
+1
*
Remove PrefService::ScheduleSavePersistentPrefs and change SavePersistentPref...
bauerb@chromium.org
2011-12-27
1
-3
/
+0
*
Coverity: Fix unchecked return values
kmadhusu@chromium.org
2011-12-22
1
-6
/
+9
*
Split UserMetrics into API vs. implementation. Move API to content/public.
joi@chromium.org
2011-12-14
1
-1
/
+2
*
Remove corrupted values from obsolete geolocation preference.
markusheintz@chromium.org
2011-11-24
1
-1
/
+30
*
Replace SetContentSetting method of the content_settings::Provider interface ...
markusheintz@chromium.org
2011-11-17
1
-33
/
+53
*
Move BrowserThread to content namespace.
joi@chromium.org
2011-11-02
1
-0
/
+2
*
Split BrowserThread into public API and private implementation, step 1.
joi@chromium.org
2011-10-28
1
-1
/
+1
*
Fixing the "lock is not held" assertions in PrefProvider.
marja@chromium.org
2011-10-20
1
-48
/
+39
*
Make NotificationService an interface in the content namespace, and switch ca...
jam@chromium.org
2011-10-19
1
-1
/
+1
*
Move notification_source from content/common to content/browser/public and pu...
jam@chromium.org
2011-10-19
1
-5
/
+5
*
Cleanup + comments which should've been in revision 105781.
marja@chromium.org
2011-10-17
1
-8
/
+8
*
Refactoring: Iterating content setting rules.
marja@chromium.org
2011-10-17
1
-79
/
+79
*
Allow resource identifiers in content settings.
bauerb@chromium.org
2011-10-13
1
-41
/
+40
*
Deadlock fix for PrefProvider. It was sending out notifications while holding...
marja@chromium.org
2011-10-12
1
-66
/
+72
*
Fixed interaction of JavascriptEnabled and DefaultJavascriptSetting policies.
joaodasilva@chromium.org
2011-10-12
1
-5
/
+0
*
Remove content settings default providers from the host content settings map.
marja@chromium.org
2011-10-10
1
-325
/
+17
*
Deadlock fix for PrefDefaultProvider.
marja@chromium.org
2011-10-07
1
-11
/
+19
*
OriginIdentifierValueMap refactoring: Change the internal storage from a list...
marja@chromium.org
2011-09-29
1
-22
/
+21
*
Use OriginIdentifierValueMap internally in ExtensionContentSettingsStore.
bauerb@chromium.org
2011-09-23
1
-9
/
+2
*
Moving ContentSettingsPattern and ContentSettingsPatternParser from chrome/br...
marja@chromium.org
2011-09-21
1
-1
/
+1
*
Add a method to the content_settings::ProviderInterface to return the |Value|...
markusheintz@chromium.org
2011-09-05
1
-5
/
+15
*
Migrate Obsolete NotificationsSettings and remove content_settings::Notificat...
markusheintz@chromium.org
2011-08-31
1
-38
/
+169
*
Revert 98938 - Migrate Obsolete NotificationsSettings and remove content_sett...
markusheintz@chromium.org
2011-08-31
1
-169
/
+38
*
Migrate Obsolete NotificationsSettings and remove content_settings::Notificat...
markusheintz@chromium.org
2011-08-31
1
-38
/
+169
*
Don't sync or migrate obsolete preferences in the incognito host content sett...
markusheintz@chromium.org
2011-08-25
1
-12
/
+14
*
- Add a new content settings type AUTO-SELECT-CERTIFICATE. The default value ...
markusheintz@chromium.org
2011-08-24
1
-0
/
+3
*
Enable WebIntents blacklist UI (redo of #7645034)
groby@chromium.org
2011-08-18
1
-0
/
+3
*
Don't update the obsolete geolocation preference while migrating it.
markusheintz@chromium.org
2011-08-18
1
-5
/
+5
*
Cleanup: base/scoped_ptr.h -> base/memory/scoped_ptr.h. (part 4)
thestig@chromium.org
2011-08-18
1
-1
/
+1
*
Revert 97190 - Enable WebIntents blacklist UI
rvargas@google.com
2011-08-17
1
-3
/
+0
*
Enable WebIntents blacklist UI
groby@chromium.org
2011-08-17
1
-0
/
+3
*
Migrate geolocation settings to host content settings map and remove the geol...
markusheintz@chromium.org
2011-08-15
1
-25
/
+174
*
Fix partially broken pattern keys and delete invalid pattern keys of the obso...
markusheintz@chromium.org
2011-08-09
1
-31
/
+73
*
Make content_settings::ParsePatternString more reliable.
markusheintz@chromium.org
2011-08-02
1
-34
/
+12
*
FileManagerDialogTest.SelectFileAndCancel flaky.
grt@chromium.org
2011-07-19
1
-0
/
+1065
|
\
*
|
Roll ANGLE r704:r705
jbauman@chromium.org
2011-07-19
1
-1065
/
+0
*
|
Migrate default geolocation content setting to host content settings map.
markusheintz@chromium.org
2011-07-19
1
-5
/
+34
|
/
*
Fix DCHECK() hit when synching a new profile
sail@chromium.org
2011-07-15
1
-0
/
+2
[next]