Commit 393435b9 authored by Joshua Bell's avatar Joshua Bell Committed by Commit Bot

Convert abarth's "Strings in Blink" doc to a README in the tree

In August 2013, Adam Barth wrote an overview of the WTF::String type[1]
and associated classes. Now that we prefer to keep docs in the tree,
move it into Blink's platform/wtf/text directory as a README.

The following edits were made to the doc:

* Markdown formatting (headers, italics, code)
* Updated StringImpl flag count/descriptions
* Updated method names with new casing/spelling.
* Dropped discussion of String::Append() (removed)
* Dropped #blink IRC channel reference


[1] https://docs.google.com/document/d/1kOCUlJdh2WJMJGDf-WoEQhmnjKLaOYRbiHz5TiGJl14/edit?usp=sharing

Change-Id: I6e6c92ef21d32f647487e0558c3fdf66cd7f7e51
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1555003
Auto-Submit: Joshua Bell <jsbell@chromium.org>
Reviewed-by: default avatarJeremy Roman <jbroman@chromium.org>
Reviewed-by: default avatarDaniel Cheng <dcheng@chromium.org>
Commit-Queue: Joshua Bell <jsbell@chromium.org>
Cr-Commit-Position: refs/heads/master@{#648730}
parent 61750b89
This diff is collapsed.
...@@ -57,8 +57,7 @@ enum UTF8ConversionMode { ...@@ -57,8 +57,7 @@ enum UTF8ConversionMode {
? op##IgnoringASCIICase args \ ? op##IgnoringASCIICase args \
: op##IgnoringCase args) : op##IgnoringCase args)
// You can find documentation about this class in this doc: // You can find documentation about this class in README.md in this directory.
// https://docs.google.com/document/d/1kOCUlJdh2WJMJGDf-WoEQhmnjKLaOYRbiHz5TiGJl14/edit?usp=sharing
class WTF_EXPORT String { class WTF_EXPORT String {
USING_FAST_MALLOC(String); USING_FAST_MALLOC(String);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment