|
Merge //content/child/permissions into Blink's permissions module.
The Mojo PermissionService can be used directly from Blink. Creating
separate pipes for workers also removes the need to implement an
additional thread-hopping layer.
BUG= 561879
Committed: https://crrev.com/9f21f26bc57f97075cc85c2fa87e0c4973407433
Cr-Commit-Position: refs/heads/master@{#407014}
Total comments: 18
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+178 lines, -1333 lines) |
Patch |
 |
M |
content/child/blink_platform_impl.h
|
View
|
|
3 chunks |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/child/blink_platform_impl.cc
|
View
|
|
3 chunks |
+0 lines, -15 lines |
0 comments
|
Download
|
 |
D |
content/child/permissions/OWNERS
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/child/permissions/permission_dispatcher.h
|
View
|
|
1 chunk |
+0 lines, -164 lines |
0 comments
|
Download
|
 |
M |
content/child/permissions/permission_dispatcher.cc
|
View
|
|
1 chunk |
+0 lines, -414 lines |
0 comments
|
Download
|
 |
M |
content/child/permissions/permission_dispatcher_thread_proxy.h
|
View
|
|
1 chunk |
+0 lines, -77 lines |
0 comments
|
Download
|
 |
M |
content/child/permissions/permission_dispatcher_thread_proxy.cc
|
View
|
|
1 chunk |
+0 lines, -151 lines |
0 comments
|
Download
|
 |
D |
content/child/permissions/permission_observers_registry.h
|
View
|
|
1 chunk |
+0 lines, -35 lines |
0 comments
|
Download
|
 |
D |
content/child/permissions/permission_observers_registry.cc
|
View
|
|
1 chunk |
+0 lines, -32 lines |
0 comments
|
Download
|
 |
M |
content/content_child.gypi
|
View
|
1
|
1 chunk |
+0 lines, -6 lines |
0 comments
|
Download
|
 |
M |
content/renderer/render_frame_impl.h
|
View
|
1
2
|
3 chunks |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/renderer/render_frame_impl.cc
|
View
|
1
2
|
2 chunks |
+0 lines, -9 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/modules.gypi
|
View
|
1
2
|
1 chunk |
+0 lines, -6 lines |
0 comments
|
Download
|
 |
D |
third_party/WebKit/Source/modules/permissions/PermissionCallback.h
|
View
|
|
1 chunk |
+0 lines, -40 lines |
0 comments
|
Download
|
 |
D |
third_party/WebKit/Source/modules/permissions/PermissionCallback.cpp
|
View
|
|
1 chunk |
+0 lines, -39 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/permissions/PermissionStatus.h
|
View
|
1
|
3 chunks |
+13 lines, -14 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/permissions/PermissionStatus.cpp
|
View
|
1
|
3 chunks |
+17 lines, -32 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/permissions/Permissions.h
|
View
|
|
1 chunk |
+12 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/permissions/Permissions.cpp
|
View
|
1
|
4 chunks |
+91 lines, -49 lines |
0 comments
|
Download
|
 |
D |
third_party/WebKit/Source/modules/permissions/PermissionsCallback.h
|
View
|
|
1 chunk |
+0 lines, -51 lines |
0 comments
|
Download
|
 |
D |
third_party/WebKit/Source/modules/permissions/PermissionsCallback.cpp
|
View
|
|
1 chunk |
+0 lines, -47 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/quota/StorageManager.h
|
View
|
|
1 chunk |
+14 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/quota/StorageManager.cpp
|
View
|
1
|
4 chunks |
+31 lines, -29 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
View
|
1
|
2 chunks |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/public/blink_headers.gypi
|
View
|
1
2
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/public/platform/Platform.h
|
View
|
|
2 chunks |
+0 lines, -6 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/public/platform/modules/permissions/WebPermissionClient.h
|
View
|
|
1 chunk |
+0 lines, -55 lines |
0 comments
|
Download
|
 |
D |
third_party/WebKit/public/platform/modules/permissions/WebPermissionObserver.h
|
View
|
|
1 chunk |
+0 lines, -20 lines |
0 comments
|
Download
|
 |
D |
third_party/WebKit/public/platform/modules/permissions/WebPermissionStatus.h
|
View
|
|
1 chunk |
+0 lines, -18 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/public/web/WebFrameClient.h
|
View
|
1
|
2 chunks |
+0 lines, -6 lines |
0 comments
|
Download
|
Total messages: 26 (13 generated)
|