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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mouse lock content setting back-end (no UI)
scheib@chromium.org
2011-10-22
3
-1
/
+9
*
Fixing the "lock is not held" assertions in PrefProvider.
marja@chromium.org
2011-10-20
2
-48
/
+44
*
Make NotificationService an interface in the content namespace, and switch ca...
jam@chromium.org
2011-10-19
6
-20
/
+20
*
Take the content settings set by extensions into account in the default setti...
marja@chromium.org
2011-10-19
3
-65
/
+61
*
Check for default content setting pattern when requiring user authorization f...
bauerb@chromium.org
2011-10-19
4
-108
/
+105
*
Move notification_source from content/common to content/browser/public and pu...
jam@chromium.org
2011-10-19
4
-23
/
+24
*
Move NotificationObserver, NotificationSource, and NotificationDetails to con...
jam@chromium.org
2011-10-19
9
-57
/
+59
*
Don't return settings from DefaultProvider for compound content types.
bauerb@chromium.org
2011-10-18
2
-24
/
+16
*
Don't return content settings from DefaultProvider for non-empty resource ide...
bauerb@chromium.org
2011-10-17
2
-5
/
+11
*
Cleanup + comments which should've been in revision 105781.
marja@chromium.org
2011-10-17
2
-9
/
+11
*
Refactoring: Iterating content setting rules.
marja@chromium.org
2011-10-17
25
-715
/
+918
*
Remove an unnecessary comparison in OriginIdentifierValueMap::EntryMapKey::op...
rsleevi@chromium.org
2011-10-17
1
-4
/
+2
*
Implement fullscreen info bubble on Win and Mac.
jeremya@chromium.org
2011-10-15
4
-1
/
+10
*
Move content_switches to content\public\common.
jam@chromium.org
2011-10-13
1
-1
/
+1
*
Allow resource identifiers in content settings.
bauerb@chromium.org
2011-10-13
8
-144
/
+66
*
Use raw pointers instead of linked_ptr for the HostContentSettingsMap provide...
bauerb@chromium.org
2011-10-12
2
-42
/
+42
*
Deadlock fix for PrefProvider. It was sending out notifications while holding...
marja@chromium.org
2011-10-12
3
-66
/
+156
*
Fixed interaction of JavascriptEnabled and DefaultJavascriptSetting policies.
joaodasilva@chromium.org
2011-10-12
18
-68
/
+37
*
Remove content settings default providers from the host content settings map.
marja@chromium.org
2011-10-10
20
-1219
/
+1124
*
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
16
-206
/
+312
*
Use OriginIdentifierValueMap internally in ExtensionContentSettingsStore.
bauerb@chromium.org
2011-09-23
7
-65
/
+80
*
Moving ContentSettingsPattern and ContentSettingsPatternParser from chrome/br...
marja@chromium.org
2011-09-21
14
-1882
/
+9
*
Add ChromeRenderViewHostTestHarness to get rid of the dependency from RVHTH t...
jochen@chromium.org
2011-09-14
1
-4
/
+3
*
Move the ViewHostMsg_AppCacheAccessed message handling out of Chrome and repl...
ananta@chromium.org
2011-09-08
2
-13
/
+13
*
Add policies for notifications exceptions.
markusheintz@chromium.org
2011-09-08
1
-1
/
+17
*
Address post commit comments for CL http://codereview.chromium.org/7828022/
markusheintz@chromium.org
2011-09-08
2
-13
/
+11
*
- Add a method to the HostContentSettings map to return the |Value| of a cont...
markusheintz@chromium.org
2011-09-05
6
-54
/
+179
*
Add a method to the content_settings::ProviderInterface to return the |Value|...
markusheintz@chromium.org
2011-09-05
12
-22
/
+183
*
Remove ContentSettingsRule and ContentSettingsRules types in content_settings...
markusheintz@chromium.org
2011-09-05
2
-24
/
+6
*
Move web intents switch to content_switches.
gbillock@chromium.org
2011-09-02
1
-0
/
+1
*
Migrate Obsolete NotificationsSettings and remove content_settings::Notificat...
markusheintz@chromium.org
2011-08-31
7
-531
/
+337
*
Remove unused static initializer in content_settings_policy_provider.cc
markusheintz@chromium.org
2011-08-31
1
-5
/
+0
*
Revert 98938 - Migrate Obsolete NotificationsSettings and remove content_sett...
markusheintz@chromium.org
2011-08-31
7
-337
/
+531
*
Migrate Obsolete NotificationsSettings and remove content_settings::Notificat...
markusheintz@chromium.org
2011-08-31
7
-531
/
+337
*
Switch ChromeTestSuite to the same convention as ContentTestSuite:
phajdan.jr@chromium.org
2011-08-27
3
-8
/
+5
*
* Wire up the delete command in the cookie tree UI to actually delete indexed...
michaeln@google.com
2011-08-25
1
-1
/
+1
*
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
5
-4
/
+134
*
Fixed a few places that should know about CONTENT_SETTINGS_TYPE_INTENTS
groby@chromium.org
2011-08-24
1
-0
/
+1
*
The following methods of the HostContentSettingsMaps are not supposed to be u...
markusheintz@chromium.org
2011-08-22
2
-26
/
+25
*
Prefix all IPC messages used by src\chrome with Chrome. For e.g ChromeViewMsg...
ananta@chromium.org
2011-08-19
1
-4
/
+4
*
Enable WebIntents blacklist UI (redo of #7645034)
groby@chromium.org
2011-08-18
3
-0
/
+16
*
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
3
-16
/
+0
*
Enable WebIntents blacklist UI
groby@chromium.org
2011-08-17
3
-0
/
+16
*
Migrate geolocation settings to host content settings map and remove the geol...
markusheintz@chromium.org
2011-08-15
4
-57
/
+355
*
base: Fix the TODO in ListValue::Remove().
tfarina@chromium.org
2011-08-13
1
-6
/
+6
*
Creat BrowsingDataCookieHelper and CannedBrowsingDataCookieHelper for logging...
ycxiao@chromium.org
2011-08-12
2
-38
/
+26
[next]