Bug 75238 - Enable DOWNLOAD_ATTRIBUTE in BlackBerry porting
Summary: Enable DOWNLOAD_ATTRIBUTE in BlackBerry porting
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Leo Yang
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-26 19:47 PST by Mary Wu
Modified: 2012-01-04 01:18 PST (History)
5 users (show)

See Also:


Attachments
Patch (2.66 KB, patch)
2011-12-26 22:37 PST, Mary Wu
no flags Details | Formatted Diff | Diff
Patch (2.68 KB, patch)
2011-12-27 00:38 PST, Mary Wu
no flags Details | Formatted Diff | Diff
Patch for landing (3.10 KB, patch)
2012-01-04 01:03 PST, Leo Yang
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mary Wu 2011-12-26 19:47:36 PST
Enabling DOWNLOAD_ATTRIBUTE feature so that it could initiate download directly if it has the attribute in the link and don't need to open new blank page for the target="_blank". Enabling this feature also prepare for later blob feature.
Comment 1 Mary Wu 2011-12-26 22:36:59 PST
add cc
Comment 2 Mary Wu 2011-12-26 22:37:23 PST
Created attachment 120567 [details]
Patch
Comment 3 Leo Yang 2011-12-26 22:50:30 PST
Comment on attachment 120567 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=120567&action=review

Informal review.

> ChangeLog:3
> +        Enable DOWNLOAD_ATTRIBUTE in blackberry porting

blackberry --> the BlackBerry? Also bug title?

> Tools/ChangeLog:3
> +        Enable DOWNLOAD_ATTRIBUTE in blackberry porting

blackberry --> the BlackBerry? Also bug title?

> Tools/Scripts/build-webkit:86
>      $directoryUploadSupport,
> +    $downloadSupport,

downloadSupport --> downloadAttributeSupport?

> Tools/Scripts/build-webkit:143
> +    { option => "download-attribute", desc => "Toggle download attribute support",
> +      define => "ENABLE_DOWNLOAD_ATTRIBUTE", default => isBlackBerry(), value =>\$downloadSupport },

Ditto.
Comment 4 Mary Wu 2011-12-26 22:54:01 PST
thanks, updating...
Comment 5 Mary Wu 2011-12-27 00:38:31 PST
Created attachment 120569 [details]
Patch
Comment 6 Antonio Gomes 2011-12-27 16:07:20 PST
Comment on attachment 120569 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=120569&action=review

> ChangeLog:7
> +        Enable DOWNLOAD_ATTRIBUTE in BlackBerry porting
> +        https://bugs.webkit.org/show_bug.cgi?id=75238
> +
> +        Reviewed by NOBODY (OOPS!).
> +

You guys do not write too much in changelogs :)
Comment 7 Mary Wu 2011-12-30 01:40:14 PST
Thanks, Antonio, will update change log when commit...
Comment 8 Leo Yang 2012-01-04 01:03:08 PST
Created attachment 121078 [details]
Patch for landing
Comment 9 WebKit Review Bot 2012-01-04 01:18:00 PST
Comment on attachment 121078 [details]
Patch for landing

Clearing flags on attachment: 121078

Committed r104020: <http://trac.webkit.org/changeset/104020>
Comment 10 WebKit Review Bot 2012-01-04 01:18:05 PST
All reviewed patches have been landed.  Closing bug.