|
|
Descriptionadd textual overview
BUG=skia:
Committed: https://skia.googlesource.com/skia/+/bf015c34e4c36467dfef385893f375b68718450e
Patch Set 1 #Patch Set 2 : now with case-insensitive searching #
Total comments: 2
Patch Set 3 : make copies of strings to lower-case-erize them" #Messages
Total messages: 26 (7 generated)
reed@google.com changed reviewers: + djsollen@google.com
The CQ bit was checked by reed@google.com
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/898573002/1
Note for Reviewers: The CQ is waiting for an approval. If you believe that the CL is not ready yet, or if you would like to L-G-T-M with comments then please uncheck the CQ checkbox. Waiting for LGTM from valid reviewer(s) till 2015-02-03 02:56 UTC
ptal
can we have both a pictures GM and a names GM? I don't think it should be a compile time decision which one you get. How about toggling between the 2 of them?
The CQ bit was unchecked by commit-bot@chromium.org
No LGTM from a valid reviewer yet. Please ask for an LGTM from a full Skia committer from https://skia.googlesource.com/skia/+/master/CQ_COMMITTERS
On 2015/02/03 00:52:12, djsollen wrote: > can we have both a pictures GM and a names GM? I don't think it should be a > compile time decision which one you get. How about toggling between the 2 of > them? I find the pictures unbearably slow (and even fewer fit. How about I just delete that code?
I'm good with that
The CQ bit was checked by reed@google.com
ptal
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/898573002/20001
Note for Reviewers: The CQ is waiting for an approval. If you believe that the CL is not ready yet, or if you would like to L-G-T-M with comments then please uncheck the CQ checkbox. Waiting for LGTM from valid reviewer(s) till 2015-02-03 22:40 UTC
https://codereview.chromium.org/898573002/diff/20001/samplecode/OverView.cpp File samplecode/OverView.cpp (right): https://codereview.chromium.org/898573002/diff/20001/samplecode/OverView.cpp#... samplecode/OverView.cpp:49: return case_insensitive_find(name.c_str(), filter.c_str()); why not just use strcasecomp or call tolower on both cstrings and use strcmp? http://pubs.opengroup.org/onlinepubs/9699919799/functions/strcasecmp.html
The CQ bit was checked by reed@google.com
ptal https://codereview.chromium.org/898573002/diff/20001/samplecode/OverView.cpp File samplecode/OverView.cpp (right): https://codereview.chromium.org/898573002/diff/20001/samplecode/OverView.cpp#... samplecode/OverView.cpp:49: return case_insensitive_find(name.c_str(), filter.c_str()); On 2015/02/03 18:22:38, djsollen wrote: > why not just use strcasecomp or call tolower on both cstrings and use strcmp? > > http://pubs.opengroup.org/onlinepubs/9699919799/functions/strcasecmp.html slower (due to mallocs) but Done.
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/898573002/40001
Note for Reviewers: The CQ is waiting for an approval. If you believe that the CL is not ready yet, or if you would like to L-G-T-M with comments then please uncheck the CQ checkbox. Waiting for LGTM from valid reviewer(s) till 2015-02-04 01:54 UTC
lgtm
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: Build-Mac10.8-Clang-x86_64-Release-Trybot on client.skia.compile (None) Build-Ubuntu13.10-Clang-x86_64-Debug-Trybot on client.skia.compile (None) Build-Ubuntu13.10-GCC4.8-Arm7-Debug-Android-Trybot on client.skia.compile (None) Build-Ubuntu13.10-GCC4.8-x86_64-Release-Trybot on client.skia.compile (None) Build-Win-VS2013-x86-Debug-Trybot on client.skia.compile (None)
The CQ bit was checked by reed@google.com
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/898573002/40001
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as https://skia.googlesource.com/skia/+/bf015c34e4c36467dfef385893f375b68718450e |