|
[Extensions] Propagate activeTab hosts to extension background pages
Let extensions with active tab use XHR in background pages to any hosts that
they have active tab on.
Also move tab_finder to //extensions.
BUG= 452688
Committed: https://crrev.com/c491dbfaad049247a5d2f92ab5ad823725414e70
Cr-Commit-Position: refs/heads/master@{#315147}
Total comments: 8
Total comments: 17
Total comments: 7
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+326 lines, -190 lines) |
Patch |
 |
M |
chrome/browser/extensions/active_tab_permission_granter.cc
|
View
|
1
2
|
4 chunks |
+78 lines, -20 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_service.cc
|
View
|
1
2
|
1 chunk |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/chrome_renderer.gypi
|
View
|
1
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/permissions/permissions_data_unittest.cc
|
View
|
1
|
1 chunk |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/extensions/chrome_extensions_dispatcher_delegate.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
D |
chrome/renderer/extensions/tab_finder.h
|
View
|
|
1 chunk |
+0 lines, -39 lines |
0 comments
|
Download
|
 |
D |
chrome/renderer/extensions/tab_finder.cc
|
View
|
|
1 chunk |
+0 lines, -40 lines |
0 comments
|
Download
|
 |
M |
chrome/test/data/extensions/api_test/active_tab/background.js
|
View
|
1
2
3
|
2 chunks |
+40 lines, -3 lines |
0 comments
|
Download
|
 |
A |
chrome/test/data/extensions/api_test/active_tab/iframe.html
|
View
|
1
2
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/test/data/extensions/api_test/active_tab/iframe.js
|
View
|
1
2
3
|
1 chunk |
+23 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/test/data/extensions/api_test/active_tab/manifest.json
|
View
|
1
2
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
extensions/browser/extension_web_contents_observer.cc
|
View
|
1
2
|
1 chunk |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
extensions/browser/process_manager.h
|
View
|
1
2
3
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
extensions/browser/process_manager.cc
|
View
|
1
2
3
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
extensions/browser/renderer_startup_helper.cc
|
View
|
1
2
|
1 chunk |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
extensions/common/extension_messages.h
|
View
|
1
|
3 chunks |
+13 lines, -7 lines |
0 comments
|
Download
|
 |
M |
extensions/common/extension_messages.cc
|
View
|
1
|
3 chunks |
+18 lines, -4 lines |
0 comments
|
Download
|
 |
M |
extensions/common/permissions/permissions_data.h
|
View
|
1
|
4 chunks |
+18 lines, -9 lines |
0 comments
|
Download
|
 |
M |
extensions/common/permissions/permissions_data.cc
|
View
|
|
1 chunk |
+6 lines, -2 lines |
0 comments
|
Download
|
 |
M |
extensions/extensions.gyp
|
View
|
1
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
extensions/renderer/BUILD.gn
|
View
|
1
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
extensions/renderer/dispatcher.h
|
View
|
1
|
2 chunks |
+11 lines, -2 lines |
0 comments
|
Download
|
 |
M |
extensions/renderer/dispatcher.cc
|
View
|
1
|
7 chunks |
+68 lines, -8 lines |
0 comments
|
Download
|
 |
M |
extensions/renderer/extension_helper.h
|
View
|
|
1 chunk |
+0 lines, -6 lines |
0 comments
|
Download
|
 |
M |
extensions/renderer/extension_helper.cc
|
View
|
|
2 chunks |
+0 lines, -35 lines |
0 comments
|
Download
|
 |
A + |
extensions/renderer/tab_finder.h
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
A + |
extensions/renderer/tab_finder.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 18 (6 generated)
|