-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
downloads bar should show the origin of the download #1269
Labels
Milestone
Comments
18 tasks
mkarolin
added a commit
to brave/brave-core
that referenced
this issue
Oct 11, 2018
Fixes brave/brave-browser#1269 * Subclasses DownloadItemView to draw the origin URL and the lock icon, updates accessible name with origin URL; * Adds the lock icon to vector icons; * Extends DownloadItemModel to obtain origin URL text and update tooltip text with origin URL; * Adds unit tests for BraveDownloadItemModel.
bsclifton
pushed a commit
to brave/brave-core
that referenced
this issue
Oct 12, 2018
Fixes brave/brave-browser#1269 * Subclasses DownloadItemView to draw the origin URL and the lock icon, updates accessible name with origin URL; * Adds the lock icon to vector icons; * Extends DownloadItemModel to obtain origin URL text and update tooltip text with origin URL; * Adds unit tests for BraveDownloadItemModel.
Uplifted to 0.55.x 😄 |
Verified passed with
Verification Passed on
Verification passed on
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Test plan
See brave/brave-core#597
Description
For parity with browser-laptop, when a file is downloaded it should show the origin of the download in the URL bar, preferably marking HTTP as insecure. brave/browser-laptop#7468
The text was updated successfully, but these errors were encountered: