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
/
shell
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make content_shell not crash on startup.
jam@chromium.org
2011-10-15
2
-79
/
+50
*
Move content_utility_client.h to content\public\utility.
ananta@chromium.org
2011-10-13
1
-1
/
+1
*
Move content_switches to content\public\common.
jam@chromium.org
2011-10-13
1
-1
/
+1
*
Move PageTransition into content namespace. While I'm touching all these file...
jam@chromium.org
2011-10-13
2
-2
/
+1
*
Move content_plugin_client.h to content\public\plugin.
ananta@chromium.org
2011-10-12
1
-1
/
+1
*
Refactor downloads into a ProfileKeyedService.
rdsmith@chromium.org
2011-10-12
3
-6
/
+1
*
Add error description to the DidFailProvisionalLoad callback.
mkosiba@chromium.org
2011-10-11
2
-5
/
+8
*
Introduce net::HttpServerPropertiesManager to manage server-specific properties.
rtenneti@chromium.org
2011-10-09
1
-1
/
+2
*
Fixing misleading name in a speech input setting and related variables.
leandrogracia@chromium.org
2011-10-08
1
-2
/
+2
*
Simplify embedder API around showing custom error pages so that the embedder ...
jam@chromium.org
2011-10-08
2
-6
/
+5
*
Move CreateViewForWidget from RenderWidgetHostView to ContentBrowserClient.
dpranke@chromium.org
2011-10-07
2
-0
/
+12
*
Initial changes for Mac content shell.
avi@chromium.org
2011-10-06
5
-27
/
+202
*
Revert 104359 - Initial changes for Mac content shell.
avi@chromium.org
2011-10-06
4
-210
/
+26
*
Revert 104361 - Build fix.
avi@chromium.org
2011-10-06
1
-0
/
+9
*
Build fix.
avi@chromium.org
2011-10-06
1
-9
/
+0
*
Initial changes for Mac content shell.
avi@chromium.org
2011-10-06
4
-26
/
+210
*
Change content shell variable names to be more xplat.
avi@chromium.org
2011-10-06
3
-33
/
+32
*
Fix build, add missing newlines. Trybots were _green_
phajdan.jr@chromium.org
2011-10-05
2
-2
/
+2
*
Make an empty content browser test work.
phajdan.jr@chromium.org
2011-10-05
3
-57
/
+98
*
Delegate the decision whether to swap processes for navigations to/from exten...
jochen@chromium.org
2011-10-05
2
-0
/
+9
*
Remove RenderProcessHost::is_extension_process
jochen@chromium.org
2011-10-05
2
-2
/
+2
*
Start off the Content API by moving content::ContentRendererClient to content...
jam@chromium.org
2011-10-01
1
-1
/
+1
*
Use new callbacks for SSL UI.
mattm@chromium.org
2011-09-30
2
-2
/
+3
*
Always prompt the user for the download location in content_shell, as an indi...
jam@chromium.org
2011-09-30
1
-0
/
+42
*
Add a content_shell specific DownloadManagerDelegate.
jam@chromium.org
2011-09-29
7
-9
/
+265
*
Remove unneeded calls from the ContentBrowserClient.
avi@chromium.org
2011-09-29
2
-13
/
+0
*
Remove use of default request context and fix use of speech censor flag
allanwoj@chromium.org
2011-09-29
2
-0
/
+26
*
Delegate decision what site instances can be rendered in what process to chrome
jochen@chromium.org
2011-09-27
2
-0
/
+8
*
Set focus to content area after navigating so that it has focus (matches what...
jam@chromium.org
2011-09-27
1
-0
/
+4
*
Split off content_shell's ResourceContext and URLRequestContextGetter impleme...
jam@chromium.org
2011-09-27
5
-163
/
+272
*
Re-land r102336 (remove webkit_glue::BuildUserAgent) w/ fix.
dpranke@chromium.org
2011-09-26
2
-3
/
+4
*
A few improvements to content_shell:
jam@chromium.org
2011-09-26
12
-32
/
+160
*
Allow the embedder to add additional URL handlers supporting the media engine
jochen@chromium.org
2011-09-23
2
-0
/
+5
*
Don't depend on the embedder creating a plugin. That way embedders can always...
jam@chromium.org
2011-09-23
2
-6
/
+7
*
Revert "Remove webkit_glue::BuildUserAgent(), change the contract in webkit_g...
dpranke@chromium.org
2011-09-22
2
-4
/
+3
*
Remove webkit_glue::BuildUserAgent(), change the contract in webkit_glue so t...
dpranke@chromium.org
2011-09-22
2
-3
/
+4
*
Use Chrome's user agent string for content_shell, since some sites (i.e. Gmai...
jam@chromium.org
2011-09-21
1
-1
/
+2
*
Update Chrome to use new context notification APIs from WebKit.
aa@chromium.org
2011-09-21
2
-12
/
+9
*
Make plugins work in content_shell.
jam@chromium.org
2011-09-21
1
-1
/
+2
*
Add a simple GUI around the content shell. This is inspired heavily by TestSh...
jam@chromium.org
2011-09-20
9
-15
/
+635
*
Set the ChromeBlobStorageContext on content_shell's content::ResourceContext ...
jam@chromium.org
2011-09-19
1
-3
/
+8
*
Fix typo in include from r101438
rsimha@chromium.org
2011-09-16
1
-1
/
+1
*
Get the content shell to paint!
jam@chromium.org
2011-09-16
1
-1
/
+6
*
fix chromeos build
jam@chromium.org
2011-09-15
1
-1
/
+1
*
Create a very simple TabContentsView (and not fully implemented yet) and add ...
jam@chromium.org
2011-09-15
6
-6
/
+621
*
fix checkdeps
jam@chromium.org
2011-09-12
1
-0
/
+1
*
Basic scaffolding for a "content shell", i.e. test browser over the content m...
jam@chromium.org
2011-09-12
14
-0
/
+894