Bug 78065 - [Chromium] Should eliminate WebTextCheckingResult legacy APIs
Summary: [Chromium] Should eliminate WebTextCheckingResult legacy APIs
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit API (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Hajime Morrita
URL:
Keywords:
Depends on: 78066
Blocks:
  Show dependency treegraph
 
Reported: 2012-02-07 18:36 PST by Hajime Morrita
Modified: 2012-02-16 20:46 PST (History)
0 users

See Also:


Attachments
Patch (4.22 KB, patch)
2012-02-16 20:17 PST, Hajime Morrita
tkent: review+
morrita: commit-queue+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Hajime Morrita 2012-02-07 18:36:56 PST
These two elements should be removed because we have newer equivalent.
WebTextCheckingResult::Error
WebTextCheckingResult::position
Comment 1 Hajime Morrita 2012-02-16 19:57:31 PST
http://src.chromium.org/viewvc/chrome?view=rev&revision=122429 eliminates the usage of old API. It's time to kill them!
Comment 2 Hajime Morrita 2012-02-16 20:17:49 PST
Created attachment 127504 [details]
Patch
Comment 3 Kent Tamura 2012-02-16 20:21:20 PST
Comment on attachment 127504 [details]
Patch

ok
Comment 4 Hajime Morrita 2012-02-16 20:46:52 PST
Committed r108023: <http://trac.webkit.org/changeset/108023>