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
*
Android content shell bringup.
jrg@chromium.org
2012-05-10
4
-26
/
+59
*
Added base::win::InitializeWindowClass() wrapper to make sure that window cla...
alexeypa@chromium.org
2012-05-09
1
-11
/
+10
*
Add native debugging support to android content shell.
jrg@chromium.org
2012-05-07
1
-7
/
+28
*
Fix file access on Chrome for ChromeOS on Linux
gspencer@chromium.org
2012-05-05
2
-12
/
+17
*
Make ServerBoundCertService use TaskRunner interface instead of using WorkerP...
mattm@chromium.org
2012-05-04
1
-1
/
+3
*
Show a replacement plug-in for loading errors.
bauerb@chromium.org
2012-05-01
2
-0
/
+9
*
Revert 134620 - Show a replacement plug-in for loading errors.
zmo@google.com
2012-04-30
2
-9
/
+0
*
Show a replacement plug-in for loading errors.
bauerb@chromium.org
2012-04-30
2
-0
/
+9
*
Fixed unsafe passing of command-line parameter to SpdySession
bengr@google.com
2012-04-27
1
-3
/
+4
*
Package and load native library in content shell. Add content shell util scr...
jrg@chromium.org
2012-04-26
3
-1
/
+23
*
Implement the skeleton of an android content shell.
tedchoc@chromium.org
2012-04-25
23
-26
/
+707
*
Split out binary file from the content shell CL.
tedchoc@chromium.org
2012-04-24
1
-0
/
+0
*
Get chrome:// dev tool urls hooked up in content_shell.
michaeln@google.com
2012-04-20
3
-8
/
+18
*
Fix single process mode in content_shell.
jam@chromium.org
2012-04-19
1
-1
/
+4
*
TabContents -> WebContentsImpl, part 19.
avi@chromium.org
2012-04-17
2
-3
/
+4
*
TabContents -> WebContentsImpl, part 16
avi@chromium.org
2012-04-17
1
-1
/
+1
*
Support WebView in ash.
ben@chromium.org
2012-04-12
4
-8
/
+52
*
Beginnings of a WebView.
ben@chromium.org
2012-04-11
3
-8
/
+3
*
Revert 131837 - Beginnings of a WebView.
ben@chromium.org
2012-04-11
3
-3
/
+8
*
Beginnings of a WebView.
ben@chromium.org
2012-04-11
3
-8
/
+3
*
Remove the BrowserMainParts::GetMainMessageLoop method. Change BrowserMainLoo...
marshall@chromium.org
2012-04-10
2
-5
/
+0
*
Remove duplicated gtk_init()
simon.hong81@gmail.com
2012-04-09
1
-1
/
+0
*
Move --user-agent overriding logic from chrome into content.
scherkus@chromium.org
2012-04-09
2
-3
/
+2
*
Set the shell_browser_main_parts_ directly in
simon.hong81@gmail.com
2012-04-07
4
-10
/
+4
*
All classes that directly derive from net::URLRequestContextGetter should hav...
rsleevi@chromium.org
2012-04-06
1
-1
/
+3
*
Make common utility to load views from nibs.
avi@chromium.org
2012-04-05
1
-21
/
+6
*
Mac content shell: HTTP auth.
avi@chromium.org
2012-04-05
8
-0
/
+759
*
Mac content shell: Fix new browser window.
avi@chromium.org
2012-04-04
6
-16
/
+24
*
Minor cleaning of shell javascript dialogs.
avi@chromium.org
2012-04-04
2
-12
/
+9
*
This CL adds pepper flash fullscreen support on Mac.
sail@chromium.org
2012-04-03
1
-43
/
+9
*
Implement Shell::PlatformExit for Win content_shell
cem.kocagil@gmail.com
2012-04-02
1
-0
/
+4
*
Mac content shell: File > New makes a new browser window.
avi@chromium.org
2012-04-02
7
-19
/
+28
*
Mac content shell: fix GPU acceleration
avi@chromium.org
2012-03-30
1
-7
/
+43
*
Remove executable bit that was added to shell_javascript_dialog_win.cc by r12...
mihaip@chromium.org
2012-03-30
1
-0
/
+0
*
Add JavaScript dialogs functionality to content_shell on Windows
cem.kocagil@gmail.com
2012-03-30
6
-7
/
+201
*
Add svn:eol-style on shell.rc so trybots can patch it. TBR=avi
jam@chromium.org
2012-03-30
1
-72
/
+72
*
Add skeleton of content shell for android.
satish@chromium.org
2012-03-30
4
-0
/
+93
*
Add methods to close individual or all open windows to Shell
jochen@chromium.org
2012-03-30
8
-16
/
+49
*
DevTools: use proper URLRequestContextGetter in remote debugging proxy.
pfeldman@chromium.org
2012-03-29
2
-6
/
+1
*
Add ShellNetworkDelegate so content_shell can use cookies (again)
jochen@chromium.org
2012-03-29
4
-2
/
+153
*
Make it so that allow_js_access: false can be used with background pages crea...
mihaip@chromium.org
2012-03-29
2
-2
/
+5
*
Content shell: Javascript dialogs, first pass, just Mac for now.
avi@chromium.org
2012-03-29
6
-0
/
+367
*
Mac content shell: Fix menu keys.
avi@chromium.org
2012-03-27
2
-0
/
+15
*
Content shell: Switch to scoped resetter.
avi@chromium.org
2012-03-27
1
-3
/
+3
*
Content shell: Use only public API.
avi@chromium.org
2012-03-26
11
-71
/
+59
*
Content shell: Fill out user agent.
avi@chromium.org
2012-03-26
1
-1
/
+4
*
Content shell: Don't automatically resize the window to preferred size.
avi@chromium.org
2012-03-25
5
-22
/
+10
*
Move the MediaObserver getter from ResourceContext to ContentBrowserClient, s...
jam@chromium.org
2012-03-25
4
-5
/
+5
*
Revert 128789 - Media failures on Win/Mac/Linux starting with this CL.
rsleevi@chromium.org
2012-03-25
4
-5
/
+5
*
Mac content shell: Implement CrApplication.
avi@chromium.org
2012-03-24
3
-0
/
+53
[next]