Bug 130359

Summary: [Mac] Standardize on start/length in text input IPC methods
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: WebKit2Assignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, darin, enrica, sam
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
proposed patch andersca: review+

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.