0
Files
src/docs/design
kylechar da69d8843d base: Change make_scoped_refptr to WrapRefCounted.
The helper function make_scoped_refptr() doesn't match the base/std
naming convention for make to construct the object. Now there is
MakeRefCounted() to make a new scoped_refptr and WrapRefCounted() to
wrap something in scoped_refptr, similar to MakeUnique() and
WrapUnique(). This is a purely mechanical regex search and replace.

Bug: 765333
Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel
Change-Id: I5057e51282e519693f6fca504bd54deb638b712f
Reviewed-on: https://chromium-review.googlesource.com/667726
Commit-Queue: kylechar <kylechar@chromium.org>
Reviewed-by: Scott Violet <sky@chromium.org>
Reviewed-by: danakj <danakj@chromium.org>
Cr-Commit-Position: refs/heads/master@{#506316}
2017-10-04 05:49:52 +00:00
..

Chromium Design Docs

This directory contains chromium project documentation in Gitiles-flavored Markdown. It is automatically rendered by Gitiles.

Documents here have been imported from the Project site. As of this writing, the vast majority of docs have not been imported yet.

  • Sandboxing - The Sandboxing architecture, and Windows implementation of sandboxing.
  • Sandboxing FAQ - Frequently asked questions about Chromium sandboxing.
  • Startup - How browser processes starts up, on different platforms.
  • Threading - Preferred ways to use threading, and library support for concurrency.