Chromium Code Reviews
Description[Sync] Update Type Info section of sync-internals.
* Added DataTypeController's State to sync-internals. This should make
debugging certain issues significantly easier.
* Stopped double requesting directory status counters.
* ModelSafeGroup's ToString is no longer SHOUTY_CAPS, but Captialized
Words to be in line with ModelType, and to allow sync-internals to put
line breaks between them.
* ModelSafeGroup's ToString no longer has a default clause, to force
new values to have handling added at compile time.
* Split up ModelSafeGroup and a status/health message into two separate
column on sync-internals.
* Updated javascript updating logic to apply status counters to
correctly write zeros.
BUG=714198
Review-Url: https://codereview.chromium.org/2834453006
Cr-Commit-Position: refs/heads/master@{#466486}
Committed: https://chromium.googlesource.com/chromium/src/+/0cfadad67cd27254cce5ae62891aab6f5fc1d643
Patch Set 1 #Patch Set 2 : Reverted change to sync_backend_host_core.cc. #Patch Set 3 : Fix ModelSafeWorkerTest. #Patch Set 4 : Updating ToString methods to clearly always return a value for picky compilers. #
Total comments: 2
Patch Set 5 : Reworked some of the variables in GetTypeStatusMap(). #Messages
Total messages: 31 (21 generated)
|