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