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

Issue 1220733012: Display transparent text when it's being searched and selected. (Closed)

Created:
5 years, 5 months ago by Sk.kumar
Modified:
5 years, 4 months ago
CC:
blink-reviews, blink-reviews-paint_chromium.org, dshwang, pals, slimming-paint-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Display transparent text when it's being searched and selected. BUG=504712 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=200488

Patch Set 1 #

Total comments: 4

Patch Set 2 : Removed Extra spaces. #

Patch Set 3 : Added Layout Test #

Total comments: 4

Patch Set 4 : Incorporated comments. #

Total comments: 2

Patch Set 5 : Removed extra construction of textRun and updated the LayoutTest as suggested. #

Patch Set 6 : Rebased and Fixed the build error #

Unified diffs Side-by-side diffs Delta from patch set Stats (+40 lines, -0 lines) Patch
A LayoutTests/fast/repaint/text-match-transparent-text.html View 1 2 3 4 1 chunk +20 lines, -0 lines 0 comments Download
A LayoutTests/fast/repaint/text-match-transparent-text-expected.html View 1 2 3 4 1 chunk +4 lines, -0 lines 0 comments Download
M Source/core/paint/InlineTextBoxPainter.cpp View 1 2 3 4 5 1 chunk +16 lines, -0 lines 0 comments Download

Messages

Total messages: 40 (9 generated)
yosin_UTC9
I'm not familiar with painting code. pdr@, could you take look?
5 years, 5 months ago (2015-07-06 05:29:24 UTC) #3
Stephen Chennney
Drive by. I don't see any problem with this, but pdr@ should give an opinion ...
5 years, 5 months ago (2015-07-06 14:59:34 UTC) #5
pdr.
I think this is a reasonable approach. Please add a test that fails without your ...
5 years, 5 months ago (2015-07-06 22:09:16 UTC) #6
Sk.kumar
https://codereview.chromium.org/1220733012/diff/1/Source/core/paint/InlineTextBoxPainter.cpp File Source/core/paint/InlineTextBoxPainter.cpp (right): https://codereview.chromium.org/1220733012/diff/1/Source/core/paint/InlineTextBoxPainter.cpp#newcode312 Source/core/paint/InlineTextBoxPainter.cpp:312: void InlineTextBoxPainter::paintTextMatchMarkerText(TextPainter textPainter, int length, const ComputedStyle& style) On ...
5 years, 5 months ago (2015-07-07 12:45:02 UTC) #7
Sk.kumar
On 2015/07/06 22:09:16, pdr wrote: > I think this is a reasonable approach. > > ...
5 years, 5 months ago (2015-07-07 13:07:26 UTC) #8
pdr.
On 2015/07/07 at 12:45:02, sk.kumar wrote: > https://codereview.chromium.org/1220733012/diff/1/Source/core/paint/InlineTextBoxPainter.cpp > File Source/core/paint/InlineTextBoxPainter.cpp (right): > > https://codereview.chromium.org/1220733012/diff/1/Source/core/paint/InlineTextBoxPainter.cpp#newcode312 ...
5 years, 5 months ago (2015-07-07 21:53:25 UTC) #9
pdr.
On 2015/07/07 at 13:07:26, sk.kumar wrote: > On 2015/07/06 22:09:16, pdr wrote: > > I ...
5 years, 5 months ago (2015-07-07 22:05:00 UTC) #10
Sk.kumar
On 2015/07/07 21:53:25, pdr wrote: > On 2015/07/07 at 12:45:02, sk.kumar wrote: > > > ...
5 years, 5 months ago (2015-07-08 13:04:59 UTC) #11
Sk.kumar
pdr@, I have added the layout test. Please take a look.
5 years, 5 months ago (2015-07-20 11:10:17 UTC) #12
pdr.
+wkorman, our selection correction expert.
5 years, 5 months ago (2015-07-21 05:36:42 UTC) #14
pdr.
Thanks for adding that testcase, it looks good. https://codereview.chromium.org/1220733012/diff/40001/Source/core/paint/InlineTextBoxPainter.cpp File Source/core/paint/InlineTextBoxPainter.cpp (right): https://codereview.chromium.org/1220733012/diff/40001/Source/core/paint/InlineTextBoxPainter.cpp#newcode224 Source/core/paint/InlineTextBoxPainter.cpp:224: paintTextMatchMarkerText(textPainter, ...
5 years, 5 months ago (2015-07-21 05:59:46 UTC) #15
Sk.kumar
pdr@, I have incorporated the changes suggested by you. Please take a look. > https://codereview.chromium.org/1220733012/diff/40001/Source/core/paint/InlineTextBoxPainter.cpp#newcode224 ...
5 years, 5 months ago (2015-07-21 06:53:06 UTC) #16
pdr.
On 2015/07/21 at 06:53:06, sk.kumar wrote: > pdr@, I have incorporated the changes suggested by ...
5 years, 5 months ago (2015-07-21 22:00:04 UTC) #17
pdr.
https://codereview.chromium.org/1220733012/diff/60001/LayoutTests/fast/repaint/text-match-transparent-text.html File LayoutTests/fast/repaint/text-match-transparent-text.html (right): https://codereview.chromium.org/1220733012/diff/60001/LayoutTests/fast/repaint/text-match-transparent-text.html#newcode12 LayoutTests/fast/repaint/text-match-transparent-text.html:12: highlightRange('1', 0, 6, true); Can you modify this to ...
5 years, 5 months ago (2015-07-21 22:03:57 UTC) #18
Sk.kumar
pdr@, please take a look. > https://codereview.chromium.org/1220733012/diff/60001/LayoutTests/fast/repaint/text-match-transparent-text.html#newcode12 > LayoutTests/fast/repaint/text-match-transparent-text.html:12: > highlightRange('1', 0, 6, true); > ...
5 years, 5 months ago (2015-07-22 05:10:59 UTC) #19
pdr.
On 2015/07/22 at 05:10:59, sk.kumar wrote: > pdr@, please take a look. > > > ...
5 years, 5 months ago (2015-07-22 06:56:12 UTC) #20
Sk.kumar
On 2015/07/22 06:56:12, pdr wrote: > Thanks! I think this looks good in terms of ...
5 years, 4 months ago (2015-07-28 13:18:25 UTC) #21
pdr.
On 2015/07/28 at 13:18:25, sk.kumar wrote: > On 2015/07/22 06:56:12, pdr wrote: > > Thanks! ...
5 years, 4 months ago (2015-08-12 05:18:53 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1220733012/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1220733012/80001
5 years, 4 months ago (2015-08-12 05:20:25 UTC) #24
commit-bot: I haz the power
The author sk.kumar@samsung.com has not signed Google Contributor License Agreement. Please visit https://cla.developers.google.com to sign ...
5 years, 4 months ago (2015-08-12 05:20:26 UTC) #26
pdr.
On 2015/08/12 at 05:20:26, commit-bot wrote: > The author sk.kumar@samsung.com has not signed Google Contributor ...
5 years, 4 months ago (2015-08-12 05:22:55 UTC) #27
Sk.kumar
On 2015/08/12 05:22:55, pdr wrote: > On 2015/08/12 at 05:20:26, commit-bot wrote: > > The ...
5 years, 4 months ago (2015-08-12 05:29:39 UTC) #28
pdr.
On 2015/08/12 at 05:29:39, sk.kumar wrote: > On 2015/08/12 05:22:55, pdr wrote: > > On ...
5 years, 4 months ago (2015-08-12 05:34:07 UTC) #29
Laszlo Gombos
On 2015/08/12 05:34:07, pdr wrote: > Feel free to click commit once the CLA goes ...
5 years, 4 months ago (2015-08-12 15:59:04 UTC) #30
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1220733012/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1220733012/80001
5 years, 4 months ago (2015-08-12 15:59:24 UTC) #32
commit-bot: I haz the power
Try jobs failed on following builders: linux_blink_rel on tryserver.blink (JOB_FAILED, http://build.chromium.org/p/tryserver.blink/builders/linux_blink_rel/builds/74977)
5 years, 4 months ago (2015-08-12 16:07:59 UTC) #34
pdr.
On 2015/08/12 at 16:07:59, commit-bot wrote: > Try jobs failed on following builders: > linux_blink_rel ...
5 years, 4 months ago (2015-08-13 05:26:03 UTC) #35
Sk.kumar
On 2015/08/13 05:26:03, pdr wrote: > On 2015/08/12 at 16:07:59, commit-bot wrote: > > Try ...
5 years, 4 months ago (2015-08-13 07:42:30 UTC) #36
pdr.
lgtm
5 years, 4 months ago (2015-08-13 18:03:04 UTC) #38
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1220733012/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1220733012/100001
5 years, 4 months ago (2015-08-13 18:03:20 UTC) #39
commit-bot: I haz the power
5 years, 4 months ago (2015-08-13 20:11:04 UTC) #40
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=200488

Powered by Google App Engine
This is Rietveld 408576698