Bug 61998

Summary: [EFL] Implement startDownload() in FrameLoaderClientEfl
Product: WebKit Reporter: Gyuyoung Kim <gyuyoung.kim>
Component: WebKit EFLAssignee: Gyuyoung Kim <gyuyoung.kim>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, kenneth, lucas.de.marchi, tonikitoo, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: Linux   
Bug Depends on: 62017    
Bug Blocks:    
Attachments:
Description Flags
Patch
none
Patch none

Description Gyuyoung Kim 2011-06-03 01:01:01 PDT
Implement startDownload(). I think startDownload() operation is same with download().
Comment 1 Gyuyoung Kim 2011-06-03 01:03:37 PDT
Created attachment 95869 [details]
Patch
Comment 2 WebKit Commit Bot 2011-06-03 07:17:57 PDT
Comment on attachment 95869 [details]
Patch

Clearing flags on attachment: 95869

Committed r88014: <http://trac.webkit.org/changeset/88014>
Comment 3 WebKit Commit Bot 2011-06-03 07:18:02 PDT
All reviewed patches have been landed.  Closing bug.
Comment 4 Antonio Gomes 2011-06-03 07:48:14 PDT
Scanning dependencies of target ewebkit
[100%] Building CXX object WebKit/CMakeFiles/ewebkit.dir/efl/WebCoreSupport/FrameLoaderClientEfl.cpp.o
/mnt/buildbot/efl-linux-slave-1/efl-linux-release/build/Source/WebKit/efl/WebCoreSupport/FrameLoaderClientEfl.cpp: In member function ‘virtual void WebCore::FrameLoaderClientEfl::startDownload(const WebCore::ResourceRequest&)’:
/mnt/buildbot/efl-linux-slave-1/efl-linux-release/build/Source/WebKit/efl/WebCoreSupport/FrameLoaderClientEfl.cpp:875: error: ‘const class WebCore::KURL’ has no member named ‘prettyURL’
make[2]: *** [WebKit/CMakeFiles/ewebkit.dir/efl/WebCoreSupport/FrameLoaderClientEfl.cpp.o] Error 1
make[1]: *** [WebKit/CMakeFiles/ewebkit.dir/all] Error 2
Comment 5 Antonio Gomes 2011-06-03 08:50:36 PDT
Rolled out. Please re-push a patch that builds.
Comment 6 Gyuyoung Kim 2011-06-06 17:29:47 PDT
Created attachment 96162 [details]
Patch
Comment 7 Gyuyoung Kim 2011-06-06 17:54:49 PDT
Comment on attachment 96162 [details]
Patch

Hmm, strange build error. There is no build problem in my local box. If this patch make build break again, I'm going to roll out again.
Comment 8 WebKit Review Bot 2011-06-06 18:03:40 PDT
Comment on attachment 96162 [details]
Patch

Clearing flags on attachment: 96162

Committed r88207: <http://trac.webkit.org/changeset/88207>
Comment 9 WebKit Review Bot 2011-06-06 18:03:47 PDT
All reviewed patches have been landed.  Closing bug.