[Webkit-unassigned] [Bug 43919] New: [GTK] Provide unit tests for AtkText's text selection functions
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Aug 12 08:22:36 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=43919
Summary: [GTK] Provide unit tests for AtkText's text selection
functions
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: Normal
Priority: P3
Component: Accessibility
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: msanchez at igalia.com
This is a bug created just to provide in a common point unit tests to check how the following implementations of AtkText interface's functions work:
1. atk_text_get_n_selections()
2. atk_text_get_selection()
3. atk_text_set_selection()
4. atk_text_remove_selection()
Patch for (1) and (2) will be provided along with bug 26991, while patch for (3) and (4) will be provided along with bug 25673. However, to implement unit tests for this kind of stuff all the 4 functions are required so it would be a bit messy, IMHO, just to provide the unit tests with one of those bugs and leave the patch for the other bug "trusting" that unit tests will eventually appear on trunk :-)
Also, it way it's easier to stick to the rule of "one patch per bug".
Attaching the patch in some minutes then...
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list