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