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
/
utility
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update OWNERS files to enforce jeremy@ as owning *.sb in subdirectories
rsleevi@chromium.org
2013-05-28
1
-0
/
+4
*
content: Use base::MessageLoop.
xhwang@chromium.org
2013-05-04
1
-2
/
+2
*
Add Shutdown() helper to ChildThread and move all destructor logic.
dcheng@chromium.org
2013-04-22
2
-0
/
+4
*
Linux: make current InitializeSandbox() private.
jln@chromium.org
2013-04-13
1
-1
/
+2
*
Split the power monitoring feature from SystemMonitor
hongbo.min@intel.com
2013-04-03
1
-2
/
+2
*
Move file_path.h to base/files.
brettw@chromium.org
2013-02-24
1
-1
/
+1
*
Add explicit base to FilePath.
brettw@chromium.org
2013-02-07
1
-1
/
+1
*
Add FilePath to base namespace.
brettw@chromium.org
2013-02-02
1
-1
/
+3
*
Get rid of unused SerializedScriptValue references.
gbillock@chromium.org
2012-10-25
1
-1
/
+0
*
Move content's a plugin, ppapi_plugin, utility, and worker subdirectories to ...
jam@chromium.org
2012-10-21
3
-8
/
+17
*
Linux: initialize the sandbox in the utility process.
jln@chromium.org
2012-09-06
1
-0
/
+6
*
Moves CreateVersionFromString to WebPluginInfo and updates the callers.
ibraaaa@google.com
2012-09-04
1
-2
/
+3
*
Remove all the indexeddb-related utility process code
alecflett@chromium.org
2012-08-24
2
-43
/
+0
*
Revert 152873 - Remove all the indexeddb-related utility process code
ricow@chromium.org
2012-08-23
2
-0
/
+43
*
Remove all the indexeddb-related utility process code
alecflett@chromium.org
2012-08-22
2
-43
/
+0
*
Move the Windows sandbox to sandbox/win
jln@chromium.org
2012-07-18
2
-2
/
+2
*
Emergency revert; rietveld broke; tree broke
erg@google.com
2012-07-13
2
-2
/
+2
*
sandbox/src -> sandbox/win/src
jln@chromium.org
2012-07-13
2
-2
/
+2
*
Remove #pragma once from content
ajwong@chromium.org
2012-07-11
1
-1
/
+0
*
Tighten up DEPS some more. NaCl/service process code are including internal c...
jam@chromium.org
2012-06-04
1
-1
/
+1
*
Move IndexedDBKey, IndexedDBKeyRange into content namespace
jsbell@chromium.org
2012-05-04
2
-4
/
+4
*
Use WebIDBKeyPath type in WebKit API, implement IndexedDBKeyPath type.
jsbell@chromium.org
2012-04-30
2
-11
/
+8
*
Remove TOOLKIT_USES_GTK and consolidate it into TOOLKIT_GTK
oshima@chromium.org
2012-04-05
1
-2
/
+2
*
Revert 129322 - revert 128949 (and dependent 129252)
bauerb@chromium.org
2012-03-28
1
-11
/
+8
*
Fix compilation error due to deprecated glib API
qiankun.miao@intel.com
2012-03-28
1
-1
/
+5
*
revert 128949 (and dependent 129252)
thakis@chromium.org
2012-03-28
1
-8
/
+11
*
Move |requires_authorization| flag and |update_url| for plug-ins out of webki...
bauerb@chromium.org
2012-03-26
1
-12
/
+9
*
Add an OWNERS file for src\content by moving the owners that were there for t...
jam@chromium.org
2012-03-14
1
-2
/
+0
*
Move indexeddb code to its own directory inside of content/{browser,common,re...
dgrogan@chromium.org
2011-12-20
1
-2
/
+1
*
Don't abort() if GLib/GTK have been initialized in the utility process.
jorgelo@chromium.org
2011-12-19
1
-3
/
+4
*
Utility process: move GTK initialization to the plugin loading code path.
jorgelo@chromium.org
2011-12-10
1
-7
/
+8
*
[Linux] Call g_thread_init() in UtilityThreadImpl::OnLoadPlugins().
rsesek@chromium.org
2011-12-05
1
-0
/
+14
*
Update includes to new header locations
abarth@chromium.org
2011-12-03
1
-1
/
+1
*
Move some webkit_glue embedder functions into WebKitPlatformSupport virtual m...
piman@chromium.org
2011-11-22
2
-6
/
+3
*
Cleanup: Remove more unneeded forward declares in content.
thestig@chromium.org
2011-11-11
1
-4
/
+0
*
Send the index in the canonical list over IPC when using the OOP plugin loader.
rsesek@chromium.org
2011-11-02
1
-6
/
+4
*
Move content_restriction.h and main_function_params.h to content/public/commo...
jam@chromium.org
2011-10-31
1
-2
/
+2
*
Expose the sandbox related code through the content API. I did a bit of clean...
jam@chromium.org
2011-10-29
1
-2
/
+2
*
Make chrome/utility not depend on content/common. Enforce with DEPS.
jam@chromium.org
2011-10-25
2
-1
/
+18
*
Move SerializedScriptValue to content/public/common and put it into the conte...
jam@chromium.org
2011-10-21
2
-8
/
+13
*
Gracefully handle child process death in out-of-process plugin loading.
rsesek@chromium.org
2011-10-21
2
-26
/
+17
*
Create content::UtilityThread interface and make chrome code use that. This i...
ananta@chromium.org
2011-10-14
3
-30
/
+33
*
Move content_utility_client.h to content\public\utility.
ananta@chromium.org
2011-10-13
3
-26
/
+2
*
Move content_switches to content\public\common.
jam@chromium.org
2011-10-13
1
-1
/
+1
*
Move plugin loading out of process on Mac and Linux.
rsesek@chromium.org
2011-09-27
2
-0
/
+51
*
Annotate all of the functions in content that need to be exported, in prepara...
dpranke@chromium.org
2011-09-13
1
-1
/
+2
*
Update Chrome to use WebKitPlatformSupport instead of WebKitClient.
abarth@chromium.org
2011-09-02
2
-5
/
+5
*
Make Index DB code that accesses WebKit initialize WebKit first.
levin@chromium.org
2011-08-01
2
-2
/
+12
*
Make all content client interfaces pure virtual.
joi@chromium.org
2011-06-29
2
-18
/
+2
*
Add a bunch of owners for subdirs under content.
jam@chromium.org
2011-06-14
1
-0
/
+3
[next]