Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(12)

Issue 1767683002: Ignore backspace when appending to the filter string in SampleApp. Fixes a bug on Windows where the… (Closed)

Created:
4 years, 9 months ago by Brian Osman
Modified:
4 years, 9 months ago
Reviewers:
hal.canary, bsalomon
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Ignore backspace when appending to the filter string in SampleApp. Fixes a bug on Windows where the initial Backspace gets appended, causing no slides to match. BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1767683002 Committed: https://skia.googlesource.com/skia/+/fd95789e4993a28acb9054e6278d114a419d48ce

Patch Set 1 #

Total comments: 1

Patch Set 2 : Ignore *all* unprintable characters #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -1 line) Patch
M samplecode/OverView.cpp View 1 1 chunk +3 lines, -1 line 0 comments Download

Messages

Total messages: 11 (5 generated)
Brian Osman
4 years, 9 months ago (2016-03-04 16:43:15 UTC) #3
bsalomon
lgtm
4 years, 9 months ago (2016-03-04 16:56:45 UTC) #4
hal.canary
https://codereview.chromium.org/1767683002/diff/1/samplecode/OverView.cpp File samplecode/OverView.cpp (right): https://codereview.chromium.org/1767683002/diff/1/samplecode/OverView.cpp#newcode62 samplecode/OverView.cpp:62: if (uni != '\b') { Why not if (uni ...
4 years, 9 months ago (2016-03-04 16:57:30 UTC) #5
Brian Osman
Ignore all unprintable characters...
4 years, 9 months ago (2016-03-04 19:37:30 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1767683002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1767683002/20001
4 years, 9 months ago (2016-03-04 19:37:37 UTC) #9
commit-bot: I haz the power
4 years, 9 months ago (2016-03-04 19:59:30 UTC) #11
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://skia.googlesource.com/skia/+/fd95789e4993a28acb9054e6278d114a419d48ce

Powered by Google App Engine
This is Rietveld 408576698