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
/
app
Commit message (
Expand
)
Author
Age
Files
Lines
*
Android content shell bringup.
jrg@chromium.org
2012-05-10
1
-4
/
+25
*
Move the Linux zygote stuff into its own per-process directory.
brettw@chromium.org
2012-05-08
1
-1
/
+3
*
Route calls to tcmalloc MallocExtension through allocator agnostic interface
jamesr@chromium.org
2012-04-28
1
-0
/
+20
*
Metro/HiDPI: Mark Chrome as HiDPI aware on Windows
sail@chromium.org
2012-04-25
1
-0
/
+4
*
Get chrome:// dev tool urls hooked up in content_shell.
michaeln@google.com
2012-04-20
1
-0
/
+4
*
Move --user-agent overriding logic from chrome into content.
scherkus@chromium.org
2012-04-09
1
-3
/
+12
*
Enable audio/video tag in content_shell
vrk@chromium.org
2012-03-07
2
-1
/
+13
*
Do not call ContentMainDelegate::ProcessExiting if BasicStartupComplete retur...
marshall@chromium.org
2012-02-14
1
-4
/
+12
*
Support sharing of ContentMain and BrowserMain code with embedded use cases (...
marshall@chromium.org
2012-02-10
3
-484
/
+568
*
Revert 121236 - Support sharing of ContentMain and BrowserMain code with embe...
marshall@chromium.org
2012-02-09
3
-570
/
+484
*
Support sharing of ContentMain and BrowserMain code with embedded use cases (...
marshall@chromium.org
2012-02-09
3
-484
/
+570
*
Revert "Support sharing of ContentMain and BrowserMain code with embedded use...
evan@chromium.org
2012-02-06
3
-570
/
+484
*
Support sharing of ContentMain and BrowserMain code with embedded use cases.
marshall@chromium.org
2012-02-06
3
-484
/
+570
*
android build: progress on content and libjingle.
jrg@chromium.org
2012-01-27
1
-2
/
+4
*
Add a mechanism to launch the utility process from the zygote on Linux.
jorgelo@chromium.org
2011-12-10
1
-0
/
+1
*
Revert 113027 - Zygote most of the uses of the utility process on Linux
dbeam@chromium.org
2011-12-06
1
-1
/
+0
*
Zygote most of the uses of the utility process on Linux
jorgelo@chromium.org
2011-12-05
1
-0
/
+1
*
Load mac sandbox definitions from resources instead of the bundle.
jochen@chromium.org
2011-11-25
1
-0
/
+1
*
share all the needed linux code with OpenBSD in chrome and content
robert.nagy@gmail.com
2011-11-11
1
-1
/
+1
*
Support --trace-startup and task tracing
joth@chromium.org
2011-11-09
1
-0
/
+7
*
Move content_restriction.h and main_function_params.h to content/public/commo...
jam@chromium.org
2011-10-31
1
-16
/
+17
*
Expose the sandbox related code through the content API. I did a bit of clean...
jam@chromium.org
2011-10-29
3
-59
/
+19
*
Move PageZoom enum into content/public/common and into the content namespace....
jam@chromium.org
2011-10-28
1
-1
/
+1
*
Move ZygoteForkDelegateLinux to content/public/common.
jam@chromium.org
2011-10-25
1
-3
/
+3
*
Make setting the user agent work with the zygote on linux.
dpranke@chromium.org
2011-10-24
1
-0
/
+9
*
Move content_paths.h to content/public/common.
jam@chromium.org
2011-10-21
1
-1
/
+1
*
Move ContentMainDelegate to content/public/.
joi@chromium.org
2011-10-20
3
-131
/
+1
*
Reland http://codereview.chromium.org/8233039/ with a fix
dpranke@chromium.org
2011-10-14
1
-5
/
+5
*
Move content_switches to content\public\common.
jam@chromium.org
2011-10-13
1
-1
/
+1
*
Revert r105238 - "Link startup_helper_win statically to force InitializeSandb...
dpranke@chromium.org
2011-10-13
1
-5
/
+5
*
Link startup_helper_win statically to force InitializeSandboxInfo
dpranke@chromium.org
2011-10-13
1
-5
/
+5
*
Remove RenderProcessHost::is_extension_process
jochen@chromium.org
2011-10-05
1
-1
/
+1
*
Start off the Content API by moving content::ContentRendererClient to content...
jam@chromium.org
2011-10-01
1
-0
/
+4
*
more content exports needed for unit_tests and browser_tests.
dpranke@chromium.org
2011-09-30
1
-1
/
+1
*
add exports needed for content_shell
dpranke@chromium.org
2011-09-29
1
-1
/
+4
*
Export more symbols needed for the component build of content.
dpranke@chromium.org
2011-09-16
1
-1
/
+2
*
Move the V8 benchmarking_extension.cc/.h files out of webkit/extensions into ...
ananta@chromium.org
2011-09-15
1
-2
/
+1
*
fix const decl in content_main.
dpranke@chromium.org
2011-09-13
1
-1
/
+1
*
Annotate all of the functions in content that need to be exported, in prepara...
dpranke@chromium.org
2011-09-13
1
-6
/
+7
*
export RendererMain from content so that it will get picked up properly by ch...
dpranke@chromium.org
2011-09-13
1
-1
/
+1
*
Basic scaffolding for a "content shell", i.e. test browser over the content m...
jam@chromium.org
2011-09-12
4
-12
/
+71
*
Make the NaCl windows 64 bit binaries not depend on chrome targets. These tar...
jam@chromium.org
2011-09-12
5
-87
/
+104
*
Fix use-after-free of command line data on Linux/CrOS
jamescook@chromium.org
2011-09-09
1
-1
/
+1
*
Start moving code from BrowserMain to content, so that it can be reused by al...
jam@chromium.org
2011-09-07
1
-0
/
+52
*
Finish moving all the generic startup code from ChromeMain to ContentMain, an...
jam@chromium.org
2011-09-02
3
-30
/
+340
*
Start moving ChromeMain code to content so it can be reused by other embedder...
jam@chromium.org
2011-09-01
6
-0
/
+294