summaryrefslogtreecommitdiffstats
path: root/content/browser/renderer_host/render_sandbox_host_linux.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Create a LinuxSandbox class.jln@chromium.org2012-08-021-1/+2
* linux: Clean up code for getting font rendering settings.derat@chromium.org2012-06-131-4/+13
* linux: Pass subpixel positioning setting to WebKit.derat@chromium.org2012-06-081-1/+9
* Tighten up DEPS some more. NaCl/service process code are including internal c...jam@chromium.org2012-06-041-1/+1
* Coverity: Fix a few uninitialized vars.jhawkins@chromium.org2012-03-121-1/+1
* Refactor Pickle Read methods to use higher performance PickleIterator.jbates@chromium.org2012-03-071-10/+15
* Coverity: Fix leaks.jhawkins@chromium.org2011-12-211-1/+1
* Don't call CloseSuperfluousFds in SandboxIPCProcess.jorgelo@chromium.org2011-12-211-6/+5
* Plumb executable flag through proxy to base::SharedMemory::Create.mcgrathr@chromium.org2011-12-021-3/+5
* Use WebKit::initializeWithoutV8() in SandboxIPCProcess.adamk@chromium.org2011-12-011-1/+1
* Move some webkit_glue embedder functions into WebKitPlatformSupport virtual m...piman@chromium.org2011-11-221-3/+3
* Use new getFontFamilyForCharacters() API.bashi@chromium.org2011-11-211-5/+9
* Now that this WebKit CL https://bugs.webkit.org/show_bug.cgi?id=68936 has lan...saintlou@chromium.org2011-09-301-1/+1
* Update Chrome to use WebKitPlatformSupport instead of WebKitClient.abarth@chromium.org2011-09-021-6/+6
* Make the Linux sandbox process initialize WebKit before using the WebKit api.levin@chromium.org2011-08-041-0/+21
* Replace OS_LINUX ifdefs with OS_POSIX & !OS_MACOSX, TOOLKIT_USES_GTK, ortony@chromium.org2011-05-311-0/+7
* Move some files from base to base/memory.levin@chromium.org2011-03-281-3/+3
* Move the remaining files in chrome\common to content\common.jam@chromium.org2011-03-171-1/+1
* Move a bunch of files from chrome\common to content\common.jam@chromium.org2011-03-171-2/+2
* Remove obsoleted interface for fallback font selection on Linux.kochi@chromium.org2011-03-081-3/+3
* Pass around preferred language to font fallback selection.kochi@chromium.org2011-03-071-0/+6
* Pure pedantry: Replace all ".size() == 0" with ".empty()".erg@google.com2011-03-021-1/+1
* Move core pieces of browser\renderer_host to src\content.jam@chromium.org2011-02-191-0/+687