| Commit message (Expand) | Author | Age | Files | Lines |
* | Move Mojo channel initialization closer to IPC::Channel setup | darin@chromium.org | 2014-04-24 | 1 | -3/+3 |
* | Remove EnableThemeSupportOnAllWindowStations | jschuh@chromium.org | 2014-04-21 | 1 | -61/+0 |
* | Move some methods related to single-process out of content/public, since they... | jam@chromium.org | 2014-04-17 | 1 | -4/+4 |
* | Remove a bunch of TOOLKIT_GTK in content/ and gpu/, as well as NPAPI plugins ... | piman@chromium.org | 2014-04-11 | 1 | -0/+4 |
* | Pass the shared memory handle in to StatsTable rather than consulting the Glo... | brettw@chromium.org | 2014-04-08 | 1 | -23/+21 |
* | base: Add ScopedJavaLocalFrame class. | reveman@chromium.org | 2014-04-08 | 1 | -2/+10 |
* | Removes use_mojo | sky@chromium.org | 2014-04-05 | 1 | -6/+3 |
* | Turns on use_mojo for android | sky@chromium.org | 2014-04-03 | 1 | -2/+4 |
* | Adds a way to associate key/value pairs with the environment | sky@chromium.org | 2014-04-02 | 3 | -14/+18 |
* | Add initial GpuMemoryBufferSurfaceTexture implementation. | reveman@chromium.org | 2014-03-31 | 1 | -2/+29 |
* | Move ContentBrowserTest class to content/public, since it's used by component... | jam@chromium.org | 2014-03-27 | 1 | -1/+1 |
* | Add creation of ServiceManager to Content (2nd try) | davemoore@chromium.org | 2014-03-27 | 4 | -1/+88 |
* | Revert of Add creation of ServiceManager to Content (https://codereview.chrom... | vandebo@chromium.org | 2014-03-21 | 4 | -88/+1 |
* | Add creation of ServiceManager to Content | davemoore@chromium.org | 2014-03-21 | 4 | -1/+88 |
* | Revert 258438 "Add creation of ServiceManager to Content" | davemoore@chromium.org | 2014-03-20 | 4 | -88/+1 |
* | Add creation of ServiceManager to Content | davemoore@chromium.org | 2014-03-20 | 4 | -1/+88 |
* | Run ContentMain in a browser_test's browser process. This removes duplication... | jam@chromium.org | 2014-03-18 | 1 | -2/+13 |
* | Let DCHECK in non-official-release build be opt-in with dcheck_always_on=1 only | wangxianzhu@chromium.org | 2014-03-10 | 1 | -7/+0 |
* | Simplify the user agent code some more since after r255534 it's not affected ... | jam@chromium.org | 2014-03-10 | 1 | -17/+0 |
* | Revert 255858 "Simplify the user agent code some more since afte..." | jam@chromium.org | 2014-03-09 | 1 | -0/+17 |
* | Convert ContentMain to take a struct instead of parameters that vary dependin... | jam@chromium.org | 2014-03-09 | 3 | -52/+36 |
* | Simplify the user agent code some more since after r255534 it's not affected ... | jam@chromium.org | 2014-03-09 | 1 | -17/+0 |
* | Simplify the user agent overriding code, in preparation for moving it out of ... | jam@chromium.org | 2014-03-07 | 1 | -2/+2 |
* | Remove EnableThemeSupportOnAllWindowStations | jschuh@chromium.org | 2014-03-01 | 1 | -0/+2 |
* | [Android] Port Scroller.java to C++ and use for fling animations | jdduke@chromium.org | 2014-02-22 | 1 | -4/+0 |
* | Invalidate MallocExtension::GetBytesAllocatedOnCurrentThread if !USE_TCMALLOC. | dmikurube@chromium.org | 2014-02-10 | 1 | -1/+1 |
* | Move the android library loader from content to base | aberent@chromium.org | 2014-02-10 | 2 | -47/+4 |
* | Telemetry: Set browser process name on Android. | epenner@chromium.org | 2014-01-28 | 1 | -0/+8 |
* | Implement sampling profiler (chromium side change) | haraken@chromium.org | 2014-01-08 | 2 | -0/+2 |
* | Revert 242671 "Implement sampling profiler (chromium side change)" | haraken@chromium.org | 2013-12-28 | 1 | -1/+0 |
* | Revert 242673 "Build fix after r242671" | haraken@chromium.org | 2013-12-28 | 1 | -1/+0 |
* | Build fix after r242671 | haraken@chromium.org | 2013-12-28 | 1 | -0/+1 |
* | Implement sampling profiler (chromium side change) | haraken@chromium.org | 2013-12-28 | 1 | -0/+1 |
* | Check library version and handle library load errors | aberent@chromium.org | 2013-11-28 | 1 | -0/+9 |
* | Clear SingleProcess and InProcessGPU logic. | dongseong.hwang@intel.com | 2013-11-24 | 1 | -8/+22 |
* | LOG(INFO) -> VLOG(0) in content/ | scottmg@chromium.org | 2013-11-23 | 2 | -2/+2 |
* | [Android] Fix x86 compilation with multiply defined command_line.cc | jdduke@chromium.org | 2013-11-20 | 1 | -1/+1 |
* | [Android] Move CommandLine.java to base | jdduke@chromium.org | 2013-11-20 | 1 | -2/+2 |
* | ui: Android changes. | tfarina@chromium.org | 2013-11-15 | 1 | -1/+1 |
* | Android: Allow duplicate calls to InitApplicationContext. | torne@chromium.org | 2013-11-11 | 1 | -1/+1 |
* | Allow JNI registration to be performed eagerly. | torne@chromium.org | 2013-11-04 | 1 | -32/+45 |
* | ui: Move android C++ source files into base/android directory. | tfarina@chromium.org | 2013-10-31 | 1 | -1/+1 |
* | Revert 230968 "Use HighResNow whenever possible on Windows." | scottmg@chromium.org | 2013-10-25 | 1 | -1/+2 |
* | Use HighResNow whenever possible on Windows. | simonjam@chromium.org | 2013-10-25 | 1 | -2/+1 |
* | Android: Add chrome-specific dynamic linker. | digit@chromium.org | 2013-10-21 | 1 | -0/+12 |
* | Mac: Do not ask to handle power events in processes with no PowerManager. | tapted@chromium.org | 2013-10-05 | 1 | -4/+0 |
* | gfx: Create a separate gfx component out of ui. | sadrul@chromium.org | 2013-09-30 | 1 | -0/+4 |
* | Move a bunch of windows stuff from ui/base/win to ui/gfx/win | ben@chromium.org | 2013-09-12 | 1 | -1/+1 |
* | Enable high resolution time for TimeTicks::Now on Windows Canary | simonjam@chromium.org | 2013-09-10 | 1 | -0/+3 |
* | Move ui/base/win/dpi.h to ui/gfx/dpi_win.h | ben@chromium.org | 2013-09-10 | 1 | -1/+1 |