Bug 134429

Summary: REGRESSION (r170450): WebPageProxy::attributedSubstringForCharacterRangeAsync never calls its callback function
Product: WebKit Reporter: mitz
Component: WebKit2Assignee: mitz
Status: RESOLVED FIXED    
Severity: Normal CC: ap, bunhere, cdumez, commit-queue, gyuyoung.kim, sam, sergio, thorton
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Don't put the callback function in a throwaway callback thorton: review+

Description mitz 2014-06-28 11:19:13 PDT
REGRESSION: WebPageProxy::attributedSubstringForCharacterRangeAsync never calls its callback function
Comment 1 mitz 2014-06-28 11:19:22 PDT
Created attachment 234050 [details]
Don't put the callback function in a throwaway callback
Comment 2 mitz 2014-06-28 15:32:02 PDT
Fixed in <http://trac.webkit.org/r170569>.
Comment 3 Alexey Proskuryakov 2014-06-28 23:10:00 PDT
This was a regression from <http://trac.webkit.org/r170254>, correct?
Comment 4 mitz 2014-06-28 23:19:33 PDT
(In reply to comment #3)
> This was a regression from <http://trac.webkit.org/r170254>, correct?

No, <http://trac.webkit.org/r170168>.
Comment 5 mitz 2014-06-28 23:22:09 PDT
(In reply to comment #4)
> (In reply to comment #3)
> > This was a regression from <http://trac.webkit.org/r170254>, correct?
> 
> No, <http://trac.webkit.org/r170168>.

Sorry, I meant: <http://trac.webkit.org/r170450>.
Comment 6 mitz 2014-06-29 17:09:57 PDT
<rdar://problem/17500555>