Bug 93483 - [EFL] Support download attribute feature
Summary: [EFL] Support download attribute feature
Status: RESOLVED DUPLICATE of bug 87498
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Gyuyoung Kim
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-08 07:53 PDT by Gyuyoung Kim
Modified: 2012-08-10 04:58 PDT (History)
1 user (show)

See Also:


Attachments
Working in Progress (10.49 KB, patch)
2012-08-08 07:59 PDT, Gyuyoung Kim
no flags Details | Formatted Diff | Diff
Patch (12.63 KB, patch)
2012-08-08 22:43 PDT, Gyuyoung Kim
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gyuyoung Kim 2012-08-08 07:53:34 PDT
Download attribute feature is to download a content instead of navigating it. Unfortunately, EFL port has disabled download attribute feature because test cases related to download attribute couldn't be support by EFL port. In order to test this functionality, the test cases give a url which has simple javascripts to finish test. Then, EFL port has to load the url in startDownload(). To support this, EFL port needs to split startDownload() into normal and drt mode as GTK and QT ports.
Comment 1 Gyuyoung Kim 2012-08-08 07:59:39 PDT
Created attachment 157220 [details]
Working in Progress
Comment 2 Gyuyoung Kim 2012-08-08 22:43:21 PDT
Created attachment 157388 [details]
Patch
Comment 3 Gyuyoung Kim 2012-08-08 22:44:25 PDT
Comment on attachment 157388 [details]
Patch

This patch isn't tested by whole EFL layout test yet. It is going to be done.
Comment 4 Gyuyoung Kim 2012-08-10 04:58:07 PDT

*** This bug has been marked as a duplicate of bug 87498 ***