Bug 108825

Summary: [EFL][WK2] Use C API inside EwkView
Product: WebKit Reporter: Kenneth Rohde Christiansen <kenneth>
Component: WebKit2Assignee: Kenneth Rohde Christiansen <kenneth>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, ap, benjamin, cdumez, gyuyoung.kim, mikhail.pozdnyakov, rakuco, sam, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 107657    
Attachments:
Description Flags
Patch none

Kenneth Rohde Christiansen
Reported 2013-02-04 07:52:53 PST
SSIA
Attachments
Patch (6.48 KB, patch)
2013-02-04 07:59 PST, Kenneth Rohde Christiansen
no flags
Kenneth Rohde Christiansen
Comment 1 2013-02-04 07:59:27 PST
Mikhail Pozdnyakov
Comment 2 2013-02-04 08:27:06 PST
Comment on attachment 186374 [details] Patch LGTM
Chris Dumez
Comment 3 2013-02-04 08:33:16 PST
Comment on attachment 186374 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=186374&action=review > Source/WebKit2/UIProcess/API/efl/EwkView.cpp:895 > + WKRetainPtr<WKStringRef> wkURLString = wkActiveURL ? adoptWK(WKURLCopyString(wkActiveURL.get())) : adoptWK(WKStringCreateWithUTF8CString("")); WKURLCopyString()?
Chris Dumez
Comment 4 2013-02-04 08:55:33 PST
Comment on attachment 186374 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=186374&action=review >> Source/WebKit2/UIProcess/API/efl/EwkView.cpp:895 >> + WKRetainPtr<WKStringRef> wkURLString = wkActiveURL ? adoptWK(WKURLCopyString(wkActiveURL.get())) : adoptWK(WKStringCreateWithUTF8CString("")); > > WKURLCopyString()? Never mind. You are already using it. I did not read properly sorry.
Chris Dumez
Comment 5 2013-02-04 09:00:17 PST
Oh, I forgot: LGTM :)
WebKit Review Bot
Comment 6 2013-02-04 15:59:12 PST
Comment on attachment 186374 [details] Patch Clearing flags on attachment: 186374 Committed r141827: <http://trac.webkit.org/changeset/141827>
WebKit Review Bot
Comment 7 2013-02-04 15:59:17 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.