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
/
content
/
browser
/
content_browser_client.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Third-party appcache blocking.
marja@chromium.org
2011-09-08
1
-0
/
+1
*
Start moving code from BrowserMain to content, so that it can be reused by al...
jam@chromium.org
2011-09-07
1
-0
/
+12
*
Allow content to get the system request context, a request context not tied t...
avi@chromium.org
2011-08-26
1
-0
/
+4
*
Get rid of all chrome includes from RenderWidgetHostViewWin. We'll want to mo...
jam@chromium.org
2011-08-25
1
-0
/
+5
*
Get rid of the link time dependency between content and chrome through the ge...
jam@chromium.org
2011-08-25
1
-0
/
+4
*
Get rid of link dependency from content to chrome. Make it get the SpeechInpu...
jam@chromium.org
2011-08-24
1
-0
/
+5
*
Get rid of static TabContentsView::Create function since the interface is in ...
jam@chromium.org
2011-08-24
1
-0
/
+3
*
- Add a new content settings type AUTO-SELECT-CERTIFICATE. The default value ...
markusheintz@chromium.org
2011-08-24
1
-5
/
+3
*
Add more files to content_unittests.
phajdan.jr@chromium.org
2011-08-23
1
-0
/
+2
*
Removal of Profile from content part 9 of 9.
avi@chromium.org
2011-08-23
1
-0
/
+6
*
Move simple download calls to chrome code to use ContentBrowserClient interface.
jam@chromium.org
2011-08-19
1
-2
/
+5
*
Revert 97477 - Move simple download calls to chrome code to use ContentBrowse...
wez@chromium.org
2011-08-19
1
-5
/
+2
*
Move simple download calls to chrome code to use ContentBrowserClient interface.
jam@chromium.org
2011-08-19
1
-2
/
+5
*
Have BaseFile ask the embedder for the default download directory.
jam@chromium.org
2011-08-18
1
-0
/
+4
*
Create DownloadManagerDelegate class to group the embedder functions related ...
jam@chromium.org
2011-07-29
1
-28
/
+0
*
Remove some depenencies from DownloadManager.
jam@chromium.org
2011-07-28
1
-1
/
+16
*
Removal of Profile from content part 1.
avi@chromium.org
2011-07-27
1
-4
/
+6
*
Remove ChromeNetLog depenency from content/browser/debugger
dpranke@chromium.org
2011-07-27
1
-0
/
+2
*
Revert 94196 (broke win shared build) - Remove ChromeNetLog dependency from c...
willchan@chromium.org
2011-07-26
1
-2
/
+0
*
Remove ChromeNetLog dependency from content/browser/debugger.
dpranke@chromium.org
2011-07-26
1
-0
/
+2
*
Remove prefs usage from SavePackage. Have it ask the embedder for the directo...
jam@chromium.org
2011-07-26
1
-0
/
+5
*
DevTools: move devtools_window to chrome/, remove most chrome/ dependencies f...
pfeldman@chromium.org
2011-07-20
1
-1
/
+2
*
Move MHTML code to content, now that download code is moving there.
jam@chromium.org
2011-07-19
1
-0
/
+2
*
Avoid having SavePackageFilePicker keep a reference to SavePackage, to avoid ...
jam@chromium.org
2011-07-18
1
-2
/
+3
*
Comment cleanup.
avi@chromium.org
2011-07-18
1
-6
/
+6
*
Move the save file code from chrome to content. This is just a file move so t...
jam@chromium.org
2011-07-14
1
-0
/
+8
*
Move BrowserURLHandler to content, and keep the Chrome specific ones in Chrome.
jam@chromium.org
2011-07-13
1
-6
/
+11
*
Enable clear cache/cookies support in developer tools
vsevik@chromium.org
2011-07-13
1
-0
/
+6
*
Get rid of the remaining implementation in TabContentsView and make all the m...
jam@chromium.org
2011-07-12
1
-0
/
+12
*
Use process-per-app-instance for hosted apps without background permission.
creis@chromium.org
2011-07-12
1
-0
/
+5
*
Attempt to get rid of extension references from RenderMessageFilter.
mpcomplete@chromium.org
2011-07-01
1
-0
/
+8
*
Make kClearSiteDataOnExit work for Flash plugins in a multi-profile environment.
mirandac@chromium.org
2011-06-30
1
-0
/
+4
*
Remove the IsExternalTabContainer function from the TabContentsDelegate and R...
ananta@chromium.org
2011-06-29
1
-0
/
+3
*
Make all content client interfaces pure virtual.
joi@chromium.org
2011-06-29
1
-30
/
+31
*
Get rid of the implicit content dependency on how Chrome stores its resources...
jam@chromium.org
2011-06-24
1
-0
/
+4
*
Split out abstract interface from GeolocationPermissionContext
joth@chromium.org
2011-06-23
1
-1
/
+7
*
Move load_from_memory_cache_details.* to content now that the SSL code has mo...
jam@chromium.org
2011-06-13
1
-1
/
+14
*
Remove g_browser_process dependency from content. Also make all the SyncChan...
jam@chromium.org
2011-06-13
1
-0
/
+9
*
Remove last extension dependencies from content.
mpcomplete@chromium.org
2011-06-08
1
-0
/
+14
*
Get rid of Chrome notifications dependency, and instead go through ContentBro...
jam@chromium.org
2011-06-07
1
-1
/
+32
*
Remove the remaining Chrome SSL dependencies from content.
jam@chromium.org
2011-06-06
1
-0
/
+21
*
Get rid of some SSL dependencies by talking to SSLBlockingPolicy through a ca...
jam@chromium.org
2011-06-04
1
-0
/
+11
*
Replace OS_LINUX ifdefs with OS_POSIX & !OS_MACOSX, TOOLKIT_USES_GTK, or
tony@chromium.org
2011-05-31
1
-1
/
+1
*
Remove platform_util dependency from content.
jam@chromium.org
2011-05-31
1
-0
/
+4
*
Quota InfoBar
kinuko@chromium.org
2011-05-31
1
-0
/
+4
*
Move sandbox_policy to content.
jam@chromium.org
2011-05-28
1
-10
/
+0
*
Get rid of content dependency from sandbox_policy.h
jam@chromium.org
2011-05-27
1
-0
/
+10
*
Remove the last prefs code from content. I tried hard to move ShouldShowBook...
jam@chromium.org
2011-05-26
1
-0
/
+4
*
Remove dependency on PrefChangeRegistrar and renderer_preferences_util from c...
jam@chromium.org
2011-05-25
1
-3
/
+0
*
Drop url_constants dependency in content/.
avi@chromium.org
2011-05-19
1
-0
/
+4
[next]