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
/
renderer_host
/
render_sandbox_host_linux.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make SandboxIPCProcess a thread.
jorgelo@chromium.org
2014-05-23
1
-20
/
+8
*
SandboxIPCProcess: make shutdown mechanism explicit.
jorgelo@chromium.org
2014-05-22
1
-2
/
+6
*
Remove SandboxIPCProcess's dependency on chrome-sandbox
mdempsky@chromium.org
2014-05-10
1
-2
/
+2
*
Revert of Make SandboxIPCProcess a thread. (https://codereview.chromium.org/2...
thestig@chromium.org
2014-05-01
1
-7
/
+27
*
Make SandboxIPCProcess a thread.
jorgelo@chromium.org
2014-05-01
1
-27
/
+7
*
Make sure the endpoints of the SandboxIPC mechanism cannot be misused.
jorgelo@chromium.org
2014-04-30
1
-0
/
+7
*
Extract SandboxIPCProcess into its own file.
jorgelo@chromium.org
2014-04-24
1
-692
/
+1
*
Remove socket hacks for FreeBSD and OpenBSD
mdempsky@chromium.org
2014-04-23
1
-8
/
+1
*
Remove a bunch of TOOLKIT_GTK in content/ and gpu/, as well as NPAPI plugins ...
piman@chromium.org
2014-04-11
1
-5
/
+2
*
Linux: Do better font substitution for Chinese characters.
thestig@chromium.org
2014-03-29
1
-17
/
+29
*
Remove WebKitPlatformSupportImpl and WebKitPlatformSupportChildImpl classes. ...
jam@chromium.org
2014-03-24
1
-3
/
+3
*
Linux: Add the ability to prefer generic Windows fonts in MatchFontWithFallba...
thestig@chromium.org
2014-03-18
1
-3
/
+25
*
Fix logging in SandboxIPCProcess.
jorgelo@chromium.org
2014-02-06
1
-5
/
+7
*
TSANv2: disable non sandbox-related threading checks under TSAN.
jln@chromium.org
2014-01-29
1
-2
/
+2
*
Revert 240527 "Revert of https://codereview.chromium.org/99133015/"
jln@chromium.org
2013-12-13
1
-1
/
+1
*
Revert of https://codereview.chromium.org/99133015/
scottmg@chromium.org
2013-12-13
1
-1
/
+1
*
Linux Sandbox: split the GPU policies to their own files.
jln@chromium.org
2013-12-13
1
-1
/
+1
*
Do not spawn a thread in browser/interactive ui tests before spawning sandbox...
oshima@chromium.org
2013-12-04
1
-2
/
+1
*
Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close.
mark@chromium.org
2013-12-03
1
-6
/
+6
*
Relanding 236651: https://codereview.chromium.org/77123002
oshima@chromium.org
2013-11-22
1
-0
/
+9
*
Revert 236651 "Linux: initialize RenderSandboxHostLinux before t..."
vabr@chromium.org
2013-11-22
1
-3
/
+0
*
Linux: initialize RenderSandboxHostLinux before threads are started.
jln@chromium.org
2013-11-22
1
-0
/
+3
*
Rewrite include paths for Blink public/ headers that have moved
philipj@opera.com
2013-11-14
1
-1
/
+1
*
Rename WebKit namespace to blink (part 3)
abarth@chromium.org
2013-11-07
1
-8
/
+8
*
Clarify the process title of SandboxIPC process.
dongseong.hwang@intel.com
2013-09-19
1
-0
/
+11
*
Move Content to using WebFontInfo::familyForChar
eseidel@chromium.org
2013-08-01
1
-32
/
+10
*
Update include paths in content/browser for base/process changes.
rsesek@chromium.org
2013-07-23
1
-1
/
+1
*
Use a direct include of the shared_memory header in content/browser/, content...
avi@chromium.org
2013-07-17
1
-1
/
+1
*
When using WebKit::initializeWithoutV8, also shutdownWithoutV8
jochen@chromium.org
2013-07-10
1
-1
/
+1
*
Update Blink include paths
abarth@chromium.org
2013-06-17
1
-2
/
+2
*
Use a direct include of strings headers in content/browser/, part 2.
avi@chromium.org
2013-06-11
1
-2
/
+2
*
Move a bunch of child-only code from content/common to content/child
scottmg@chromium.org
2013-06-06
1
-1
/
+1
*
Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.
erg@chromium.org
2013-04-17
1
-2
/
+2
*
Rewrite std::string("") to std::string(), Linux edition.
dcheng@chromium.org
2013-04-09
1
-1
/
+1
*
Revert "Rewrite std::string("") to std::string(), Linux edition."
dcheng@chromium.org
2013-04-09
1
-1
/
+1
*
Rewrite std::string("") to std::string(), Linux edition.
dcheng@chromium.org
2013-04-09
1
-1
/
+1
*
Rewrite scoped_array<T> to scoped_ptr<T[]> in content/, Linux edition.
dcheng@chromium.org
2013-04-07
1
-1
/
+1
*
Move state modifying statement out of DCHECK.
jln@chromium.org
2013-03-19
1
-1
/
+2
*
mmap the opened file descriptor in the renderer process, close the fd in the ...
reed@google.com
2013-03-18
1
-0
/
+6
*
re-land 187283 -- switch to skia's version of SkFontHost_fontconfig
reed@google.com
2013-03-12
1
-48
/
+40
*
Revert 187283
reed@google.com
2013-03-11
1
-40
/
+48
*
Call version of SkFontHost_fontconfig in Skia (cloned from here).
reed@google.com
2013-03-11
1
-48
/
+40
*
GTK based Linux to respect subpixel positioning request.
bungeman@chromium.org
2013-02-27
1
-11
/
+1
*
Use SOCK_SEQPACKET for synchronous IPC.
glider@google.com
2013-01-18
1
-6
/
+6
*
The correct type for the size of a chunk of memory is size_t.
cevans@chromium.org
2013-01-10
1
-1
/
+3
*
Move eintr_wrapper.h from base to base/posix
brettw@chromium.org
2012-11-14
1
-1
/
+1
*
Move the remaning files in content\common to the content namespace.
jam@chromium.org
2012-10-24
1
-3
/
+6
*
Split default font settings into webkit and browser settings having separate ...
flackr@chromium.org
2012-09-04
1
-1
/
+1
*
Create a LinuxSandbox class.
jln@chromium.org
2012-08-02
1
-1
/
+2
*
Revert 149692 - Create a LinuxSandbox class.
mazda@chromium.org
2012-08-02
1
-2
/
+1
[next]