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
...
*
Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_tests
thakis@chromium.org
2011-12-21
1
-1
/
+1
*
Rename TabContents::controller() to GetController and put it into the WebCont...
jam@chromium.org
2011-12-21
1
-1
/
+1
*
Move TabContentsDelegate to content/public/browser and put it in the content ...
tfarina@chromium.org
2011-12-20
1
-1
/
+1
*
Split UserMetrics into API vs. implementation. Move API to content/public.
joi@chromium.org
2011-12-14
4
-6
/
+10
*
Clean up TCW, make it solely a hub for 1:1 observer/helper objects.
avi@chromium.org
2011-12-12
1
-0
/
+1
*
- Remove unused includes
markusheintz@chromium.org
2011-12-08
10
-50
/
+31
*
Don't set a default Value for content settigns type AutoSelectCertificate
markusheintz@chromium.org
2011-12-02
2
-2
/
+14
*
Switch to IWYU for files that previously were getting a bunch of
joi@chromium.org
2011-12-01
5
-0
/
+5
*
Add UMA for default content settings values, and default content settings cha...
markusheintz@chromium.org
2011-11-30
1
-9
/
+46
*
Change DefaultRuleIterator to use the Value data type internally instead of C...
markusheintz@chromium.org
2011-11-29
1
-16
/
+10
*
Remove corrupted values from obsolete geolocation preference.
markusheintz@chromium.org
2011-11-24
1
-1
/
+30
*
Content settings UI for mouse lock
scheib@chromium.org
2011-11-23
1
-0
/
+1
*
Don't use the DOMStorageType for a chrome IPC, so that we can get rid of that...
jam@chromium.org
2011-11-23
2
-8
/
+6
*
Get rid of a bunch of view_messages.h includes from chrome by making the TabC...
jam@chromium.org
2011-11-21
2
-2
/
+2
*
Add OVERRIDE to chrome/browser/.
avi@chromium.org
2011-11-21
1
-1
/
+1
*
Fix memory leak in the SetDefaultContentSettings method of the HostContentSet...
markusheintz@chromium.org
2011-11-21
2
-11
/
+17
*
Add a section for the fullscreen JS API in the content settings page.
koz@chromium.org
2011-11-18
1
-5
/
+11
*
Valgrind: Fix a leak in ContentSettingsProvider.
jhawkins@chromium.org
2011-11-17
2
-7
/
+6
*
Remove some unnecessary includes of view_messages.h.
jam@chromium.org
2011-11-17
1
-1
/
+0
*
Replace SetContentSetting method of the content_settings::Provider interface ...
markusheintz@chromium.org
2011-11-17
17
-211
/
+336
*
chrome: Remove 14 exit time destructors and 2 static initializers.
thakis@chromium.org
2011-11-16
1
-1
/
+1
*
Take script URLs into account when applying script content settings.
marja@chromium.org
2011-11-16
11
-173
/
+101
*
Revert 110235 - chrome: Remove 14 exit time destructors and 2 static initiali...
kmadhusu@chromium.org
2011-11-16
1
-1
/
+1
*
chrome: Remove 14 exit time destructors and 2 static initializers.
thakis@chromium.org
2011-11-16
1
-1
/
+1
*
Allow linker initialization of lazy instance
joth@chromium.org
2011-11-15
1
-2
/
+2
*
Cleanup: Remove unneeded forward declarations from various chrome/browser sub...
thestig@chromium.org
2011-11-15
1
-1
/
+0
*
Switch BackgroundContents to use TabContents instead of RenderViewHost.
jam@chromium.org
2011-11-11
2
-2
/
+2
*
Revert 109213 - Take script URLs into account when applying script content se...
cmp@chromium.org
2011-11-10
3
-20
/
+3
*
Revert 109228 - ContentSettingsObserver (+ related classes) cleanup.
cmp@chromium.org
2011-11-10
9
-82
/
+170
*
Don't whitelist extensions for geolocation.
bauerb@chromium.org
2011-11-09
1
-1
/
+3
*
ContentSettingsObserver (+ related classes) cleanup.
marja@chromium.org
2011-11-09
9
-170
/
+82
*
Take script URLs into account when applying script content settings.
marja@chromium.org
2011-11-09
3
-3
/
+20
*
Lock the GTK UI of the content settings bubble if the corresponding content s...
markusheintz@chromium.org
2011-11-08
4
-56
/
+94
*
Revert 109036 (speculative; seems to cause increased worker test flakiness) -...
thakis@chromium.org
2011-11-08
3
-20
/
+3
*
Take script URLs into account when applying script content settings.
marja@chromium.org
2011-11-08
3
-3
/
+20
*
Revert 109005 - Take script URLs into account when applying script content se...
marja@chromium.org
2011-11-08
3
-20
/
+3
*
Take script URLs into account when applying script content settings.
marja@chromium.org
2011-11-08
3
-3
/
+20
*
Make third-party cookie blocking strict by default
jochen@chromium.org
2011-11-07
2
-16
/
+8
*
Exempt chrome-extension:// from third-party cookie rules, but not from regula...
jochen@chromium.org
2011-11-04
4
-10
/
+50
*
Apply exemptions to content settings based on the primary url
jochen@chromium.org
2011-11-04
3
-3
/
+25
*
Remove needless include of the content/browser/render_process_host.h header f...
ananta@chromium.org
2011-11-04
1
-1
/
+0
*
Move BrowserThread to content namespace.
joi@chromium.org
2011-11-02
12
-0
/
+21
*
Split BrowserThread into public API and private implementation, step 1.
joi@chromium.org
2011-10-28
11
-16
/
+18
*
Adding CookieSettings for storing cookie content settings.
marja@chromium.org
2011-10-28
9
-445
/
+698
*
Delegating the "are images allowed" decision to renderer.
marja@chromium.org
2011-10-27
4
-21
/
+12
*
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
[prev]
[next]