DescriptionAdd a nullable string16 class to base. It combines a string16 + a null param
in order to cover all the possible states of a WebKit string. For strings
where the null state is not meaninfully different from the empty state, this
class should NOT be used. There are, however, some cases where we do need to
track null. LocalStorage is an example. This class should be a fairly light
weight way to do so. This change also adds implicit conversion to and from
WebStrings.
This also switches LocalStorage's IPCs over to using this new class.
BUG=17343
TEST=none
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=24574
Patch Set 1 #
Total comments: 11
Patch Set 2 : '' #
Total comments: 4
Patch Set 3 : '' #
Messages
Total messages: 5 (0 generated)
|