RESOLVED FIXED 130359
[Mac] Standardize on start/length in text input IPC methods
https://bugs.webkit.org/show_bug.cgi?id=130359
Summary [Mac] Standardize on start/length in text input IPC methods
Alexey Proskuryakov
Reported 2014-03-17 14:05:16 PDT
Some IPC methods use start/length, and others use start/end. This is confusing. Most implementation methods just compute length from start/end as the first thing they do, so it's better to standardize on this I think.
Attachments
proposed patch (32.91 KB, patch)
2014-03-17 14:09 PDT, Alexey Proskuryakov
andersca: review+
Alexey Proskuryakov
Comment 1 2014-03-17 14:09:18 PDT
Created attachment 226962 [details] proposed patch
Alexey Proskuryakov
Comment 2 2014-03-17 14:32:12 PDT
Note You need to log in before you can comment on or make changes to this bug.