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

Issue 268363016: Improve the find word boundary performance (Closed)

Created:
6 years, 7 months ago by Kyungtae Kim
Modified:
6 years, 3 months ago
CC:
blink-reviews
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Improve the find word boundary performance In endWordBoundary case, finding start boundary in findWordBoundary is unnecessary. So, skip it to improve the find word boundary performance. Merge from WebKit https://bugs.webkit.org/show_bug.cgi?id=125619 BUG=371249 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=178621

Patch Set 1 #

Patch Set 2 : Add findWordEndBoundary #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -3 lines) Patch
M Source/core/editing/VisibleUnits.cpp View 1 1 chunk +1 line, -3 lines 0 comments Download
M Source/platform/text/TextBoundaries.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M Source/platform/text/TextBoundaries.cpp View 1 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
Kyungtae Kim
PTAL
6 years, 7 months ago (2014-05-08 05:33:56 UTC) #1
eseidel
This is a good change for eae, leviw or yoshi.
6 years, 6 months ago (2014-05-29 00:13:53 UTC) #2
eae
Is there a test demonstrating the performance impact of this? I fear that the extra ...
6 years, 6 months ago (2014-05-29 00:16:21 UTC) #3
yosin_UTC9
Thanks for improving performance! I saw test case in WebKit bug repository, it is 110K+ ...
6 years, 6 months ago (2014-05-29 01:12:04 UTC) #4
Kyungtae Kim
On 2014/05/29 01:12:04, Yosi_UTC9 wrote: > Thanks for improving performance! I saw test case in ...
6 years, 5 months ago (2014-07-21 02:35:03 UTC) #5
yosin_UTC9
LGTM Please wait for OWNERS review for committing.
6 years, 5 months ago (2014-07-22 00:58:53 UTC) #6
eae
LGTM
6 years, 5 months ago (2014-07-22 01:26:51 UTC) #7
Kyungtae Kim
The CQ bit was checked by ktf.kim@samsung.com
6 years, 5 months ago (2014-07-22 02:45:39 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ktf.kim@samsung.com/268363016/10001
6 years, 5 months ago (2014-07-22 02:46:26 UTC) #9
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: mac_blink_rel on tryserver.blink ...
6 years, 5 months ago (2014-07-22 03:46:22 UTC) #10
commit-bot: I haz the power
6 years, 5 months ago (2014-07-22 04:26:44 UTC) #11
Message was sent while issue was closed.
Change committed as 178621

Powered by Google App Engine
This is Rietveld 408576698