summaryrefslogtreecommitdiffstats
path: root/content/renderer/render_process_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Make callers of CommandLine use it via the base:: namespace.avi2014-12-231-1/+2
* Expose a low-end device mode override flags for non-android OSs as wellc.shu@samsung.com2014-06-261-7/+2
* Remove unused code in the RenderProcess[Impl]simonhong@chromium.org2014-06-041-15/+0
* Remove TransportDIB methods from RenderProcess(Host)jbauman@chromium.org2014-04-241-144/+1
* Remove a bunch of TOOLKIT_GTK in content/ and gpu/, as well as NPAPI plugins ...piman@chromium.org2014-04-111-4/+3
* Remove obsolete v8 flag --debugger-auto-breakyurys@chromium.org2014-04-011-5/+0
* Remove SetJavaScriptFlags() wrapper function from webkit.tfarina@chromium.org2014-01-291-5/+11
* Start removing support for in-process NPAPI plugins. This was a debugging mod...jam@chromium.org2013-12-261-19/+0
* Rename WebKit namespace to blink (part 3)abarth@chromium.org2013-11-071-1/+1
* [Android] Set --optimize-for-size JavaScript flag for low-end devicesrmcilroy@chromium.org2013-10-011-0/+9
* Whitelisting exts and plugins from cross-site document blockingdsjang@chromium.org2013-09-041-0/+5
* Remove usage of deprecated --prof-lazy V8 command line flagyurys@chromium.org2013-08-291-4/+1
* Thin out webkit_glue.{h,cc} a bit more.darin@chromium.org2013-07-241-3/+4
* Move NPAPI implementation out of webkit/plugins/npapi and into content.jam@chromium.org2013-07-191-2/+2
* Use a direct include of the message_loop header in content/, part 4.avi@chromium.org2013-07-181-1/+1
* Use a direct include of utf_string_conversions.h in content/.avi@chromium.org2013-06-071-1/+1
* Move a bunch of child-only code from content/common to content/childscottmg@chromium.org2013-06-061-1/+1
* Switch Linux Aura ports over to POSIX SHM instead of legacy SYSV SHM.cevans@chromium.org2013-05-171-9/+9
* content: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-301-2/+2
* Simplify platform_canvas.h by recognizing that PlatformCanvas does not actual...reed@google.com2012-11-141-1/+1
* Move a bunch of code in content\common (as well as a few left in renderer) to...jam@chromium.org2012-10-221-0/+4
* ui: Move surface/ directory out of gfx/, up to ui/.tfarina@chromium.org2012-05-031-4/+4
* Allow browser to handle all WebUI navigations.creis@chromium.org2012-03-151-1/+10
* Do not use setDartFlags API as we're now passing flags by other means.antonm@chromium.org2012-02-031-5/+0
* android build: progress on content and libjingle.jrg@chromium.org2012-01-271-2/+3
* Add --dart-flags and --disable-dart command line switches.podivilov@chromium.org2011-12-231-0/+5
* share all the needed linux code with OpenBSD in chrome and contentrobert.nagy@gmail.com2011-11-111-4/+4
* Move content_switches to content\public\common.jam@chromium.org2011-10-131-1/+1
* Rename RenderView to RenderViewImpl. Update Chrome's DEPS so that it can't in...jam@chromium.org2011-10-101-1/+0
* Rename RenderThread to RenderThreadImpljam@chromium.org2011-10-061-1/+1
* Start off the Content API by moving content::ContentRendererClient to content...jam@chromium.org2011-10-011-1/+1
* Update base/timer.h code to pass through Location from call sites. (reland) o...jbates@chromium.org2011-09-021-1/+1
* Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location,mattm@chromium.org2011-09-021-1/+1
* Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th...jbates@chromium.org2011-09-021-1/+1
* Remove "--logfile=*" from V8 flags in renderers. It is no more needed and is ...mnaganov@chromium.org2011-07-211-2/+2
* Get rid of the following dependencies from content:jam@chromium.org2011-06-141-22/+0
* Revert 87790 - Removing defunct OpenMAX code.scherkus@chromium.org2011-06-031-0/+9
* Removing defunct OpenMAX code.scherkus@chromium.org2011-06-031-9/+0
* Make the Pepper proxy support in-process font rendering.brettw@chromium.org2011-05-101-4/+0
* Clear RenderThread of any Chrome specific code, and move a bunch of stuff out...jam@chromium.org2011-04-161-87/+5
* Move RenderProcess to content.jam@chromium.org2011-04-151-0/+347