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
*
Wrap Pepper CDM Content Settings code in defined(ENABLE_PEPPER_CDMS).
ddorwin@chromium.org
2013-06-21
1
-6
/
+6
*
Instead of displaying a camera icon only display a microphone icon in the omn...
xians@chromium.org
2013-06-17
3
-43
/
+151
*
Handle microphone and camera stream access requests separately. This allows t...
xians@chromium.org
2013-06-13
2
-0
/
+21
*
Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"
rsleevi@chromium.org
2013-06-11
4
-20
/
+21
*
Use a direct include of strings headers in chrome/browser/a*-c*/.
avi@chromium.org
2013-06-10
3
-3
/
+3
*
Use a direct include of utf_string_conversions.h in chrome/browser/, part 1.
avi@chromium.org
2013-06-09
4
-5
/
+5
*
Disable LoadAllBlockedPlugins on Win64 build
jschuh@chromium.org
2013-06-06
1
-0
/
+3
*
Add TestBrowserThreadBundle into RenderViewHostTestHarness. Kill some unneces...
ajwong@chromium.org
2013-06-06
1
-8
/
+0
*
Update chrome/ to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-02
2
-14
/
+12
*
Disable hanging Win64 browser_tests
jschuh@chromium.org
2013-05-30
1
-0
/
+3
*
chrome: Use base::MessageLoop. (Part 3)
xhwang@chromium.org
2013-05-28
5
-5
/
+5
*
Split FileAPI code for common|common_child|renderer
kinuko@chromium.org
2013-05-28
1
-1
/
+1
*
Conditionally build support for Pepper-based CDMs.
ddorwin@chromium.org
2013-05-23
1
-2
/
+11
*
Remove references to Profile from browser_context_keyed_service.
phajdan.jr@chromium.org
2013-05-22
2
-8
/
+8
*
Reland: base: Support setting thread priorities generically.
epenner@chromium.org
2013-05-22
1
-1
/
+1
*
Move ProfileKeyedService infrastructure to a component
phajdan.jr@chromium.org
2013-05-20
2
-4
/
+4
*
Fixed crash in content settings when a policy is configured with an invalid v...
joaodasilva@chromium.org
2013-05-17
1
-4
/
+4
*
Add support for split Public Suffix List distinctions.
nyquist@chromium.org
2013-05-14
1
-24
/
+23
*
Revert 199771 "Add support for split Public Suffix List distinct..."
nyquist@chromium.org
2013-05-13
1
-23
/
+24
*
Add support for split Public Suffix List distinctions.
nyquist@chromium.org
2013-05-13
1
-24
/
+23
*
Disabling ClickToPlayPluginTest.LoadAllBlockedPlugins on Mac
csharp@chromium.org
2013-05-08
1
-1
/
+7
*
Move SpawnedTestServer to its own subdirectory.
phajdan.jr@chromium.org
2013-05-07
1
-1
/
+1
*
components: Move PrefRegistrySyncable into user_prefs namespace.
tfarina@chromium.org
2013-05-06
11
-80
/
+110
*
Change GetProfileToUse method from Profile to content::BrowserContext
phajdan.jr@chromium.org
2013-05-03
2
-3
/
+6
*
GTTF: rename net::TestServer -> net::SpawnedTestServer
phajdan.jr@chromium.org
2013-05-03
1
-6
/
+6
*
[components] Switch {RefCounted}ProfileKeyedService to use BrowserContext
phajdan.jr@chromium.org
2013-04-26
2
-2
/
+5
*
Rewrite std::string("") to std::string(), Linux edition.
dcheng@chromium.org
2013-04-09
15
-327
/
+409
*
Revert "Rewrite std::string("") to std::string(), Linux edition."
dcheng@chromium.org
2013-04-09
15
-409
/
+327
*
Rewrite std::string("") to std::string(), Linux edition.
dcheng@chromium.org
2013-04-09
15
-327
/
+409
*
Fixed the problem that cookie blocking notification bubble is not displayed i...
xians@chromium.org
2013-04-02
2
-5
/
+15
*
Revert 189337 "Refactor MediaStreamDevicesController:"
wjia@chromium.org
2013-03-28
2
-21
/
+0
*
The CDM should not be affected by Content settings for generic Plug-ins
ddorwin@chromium.org
2013-03-21
1
-0
/
+140
*
base/prefs: Remove the public/ directory and move the files to //base/prefs.
tfarina@chromium.org
2013-03-21
6
-6
/
+6
*
Refactor MediaStreamDevicesController:
markusheintz@chromium.org
2013-03-20
2
-0
/
+21
*
Move Plugins out of Extension class
rdevlin.cronin@chromium.org
2013-03-08
1
-4
/
+5
*
Add back a DCHECK on threading behavior in HostContentSettingsMap.
joi@chromium.org
2013-03-07
2
-7
/
+19
*
Introduce //components/user_prefs.
joi@chromium.org
2013-03-06
6
-6
/
+6
*
Fix prefs registration in BrowserInstantController.
joi@chromium.org
2013-03-02
1
-2
/
+2
*
chrome: Update include paths of string_split.h to its new location.
tfarina@chromium.org
2013-02-28
1
-1
/
+1
*
Fix prefs registration in SyncPrefs.
joi@chromium.org
2013-02-27
1
-2
/
+0
*
Replacing DictionaryValue::key_iterator by DictionaryValue::Iterator.
pneubeck@chromium.org
2013-02-25
2
-30
/
+25
*
refactor TabSpecificContentSettings:XContentAccessed to XContentAllowed
xians@chromium.org
2013-02-22
3
-43
/
+45
*
Fixed the problem that the omnibox icon does not reflect the latest usermedia...
xians@chromium.org
2013-02-21
2
-3
/
+37
*
Temporarily removing a DCHECK that is occurring on CrOS.
joi@chromium.org
2013-02-15
1
-3
/
+4
*
Moving last generic Prefs implementation files to base/prefs/.
joi@chromium.org
2013-02-14
1
-1
/
+1
*
Split testing_pref_service.h/.cc into two parts, generic vs. Chrome-specific.
joi@chromium.org
2013-02-12
3
-3
/
+3
*
Remove unused lock, add verification of intended usage.
joi@chromium.org
2013-02-12
2
-7
/
+33
*
Move 'theme' parsing out of Extension class
MHX348@motorola.com
2013-02-12
1
-5
/
+9
*
Move remaining non-test, non-Chrome-specific Prefs code to base/prefs/.
joi@chromium.org
2013-02-11
10
-10
/
+10
*
Delete most web intents code.
thakis@chromium.org
2013-02-11
5
-24
/
+0
[next]