|
|
The user can specify the granularity/precision of the location shared with websites.
Currently the user can either allow/deny any location sharing request. This patch aim to empower users by giving them the ability to share different precision levels of their location in four different levels:
* Street address.
* City only.
* State only.
* Country only.
This is only designed to be part of the user flow when geolocation is requested by a website. Also, since we are moving from infoBars to bubbles, the implementation is based on top of the permission bubbles UI.
BUG= 401700
R=meacer, jww
Total comments: 4
Total comments: 39
Total comments: 5
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+274 lines, -50 lines) |
Patch |
 |
M |
chrome/app/generated_resources.grd
|
View
|
|
1 chunk |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chrome_content_browser_client.h
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/chrome_content_browser_client.cc
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/chrome_quota_permission_context.cc
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/content_settings/permission_bubble_request_impl.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/content_settings/permission_bubble_request_impl.cc
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/custom_handlers/register_protocol_handler_permission_request.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/custom_handlers/register_protocol_handler_permission_request.cc
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/download/download_permission_request.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/download/download_permission_request.cc
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/geolocation/geolocation_permission_context.h
|
View
|
1
2
3
|
4 chunks |
+13 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/geolocation/geolocation_permission_context.cc
|
View
|
1
2
3
4
|
12 chunks |
+71 lines, -16 lines |
2 comments
|
Download
|
 |
M |
chrome/browser/geolocation/geolocation_permission_context_extensions.h
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/geolocation/geolocation_permission_context_extensions.cc
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/geolocation/geolocation_permission_context_unittest.cc
|
View
|
1
2
3
4
|
2 chunks |
+5 lines, -2 lines |
1 comment
|
Download
|
 |
M |
chrome/browser/guest_view/web_view/web_view_permission_helper.h
|
View
|
1
2
3
|
2 chunks |
+6 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/guest_view/web_view/web_view_permission_helper.cc
|
View
|
1
2
3
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/media/media_stream_devices_controller.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/media/media_stream_devices_controller.cc
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/website_settings/permissions_bubble_view.h
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/website_settings/permissions_bubble_view.cc
|
View
|
1
2
3
4
|
7 chunks |
+72 lines, -9 lines |
1 comment
|
Download
|
 |
M |
chrome/browser/ui/website_settings/mock_permission_bubble_request.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/website_settings/mock_permission_bubble_request.cc
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/website_settings/permission_bubble_manager.h
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/website_settings/permission_bubble_manager.cc
|
View
|
1
|
2 chunks |
+10 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/website_settings/permission_bubble_request.h
|
View
|
1
2
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/website_settings/permission_bubble_view.h
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/geolocation/geolocation_dispatcher_host.h
|
View
|
1
2
3
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/geolocation/geolocation_dispatcher_host.cc
|
View
|
1
2
3
4
|
4 chunks |
+6 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/public/browser/content_browser_client.h
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/public/browser/content_browser_client.cc
|
View
|
1
2
3
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/public/common/geoposition.h
|
View
|
1
2
3
4
|
1 chunk |
+4 lines, -0 lines |
1 comment
|
Download
|
 |
M |
content/public/common/geoposition.cc
|
View
|
1
2
3
4
|
2 chunks |
+26 lines, -0 lines |
0 comments
|
Download
|
Total messages: 10 (0 generated)
|