commit | 7d5eb33b6b68694c57b0729be312b9d649fb3f5d | [log] [tgz] |
---|---|---|
author | Axesh R. Ajmera <aajmera@codeaurora.org> | Tue Jan 06 11:00:34 2015 -0800 |
committer | WebTech Code Review <code-review@localhost> | Mon Jan 12 14:49:47 2015 -0800 |
tree | 0ede0c506d707f9634a7e51088c50d7c1e38d615 | |
parent | cc8ac9e5478fe1989260ba020af6fd9d776c14a5 [diff] |
Fix for Context Menu javascript url with image link This fix relates to situations in which an image is embedded in an anchor tag whose href is javascript schemed url. Thus the long press performed on such urls returns an UNKNOWN_TYPE which is not handled by Browser and context menu is not shown to the user. This change fixes the use case. Change-Id: Ifce1043244163e56966eed3a64522068680366e2