Skip to content
This repository has been archived by the owner on Apr 3, 2020. It is now read-only.

[Android] Fix XWALK unable to support download behavior #2590

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 10, 2014

  1. [Android] Fix XWALK unable to support download behavior

    Several bugs reported that Xwalk not able to support "download" attribute from anchor since XWALK4
    Changes in this commit
    1) Implement onDownloadStart method in XWalkContentsClientBridge to call download listener method
    2) Ignore render_frame_id which is set to MSG_ROUTING_NONE from content for download request
    3) In runtime_download_manager_deledate, return the suggested path to content
    4) In runtime_resource_dispatcher_host_delegate_android, don't cancel request, because content will use it later on to futher operation(rename, trunk..etc)
    
    BUG=https://crosswalk-project.org/jira/browse/XWALK-1079
    js0701 committed Nov 10, 2014
    Configuration menu
    Copy the full SHA
    cff355d View commit details
    Browse the repository at this point in the history