|
Integrate ErrorConsole with Apps Dev Tool
This is in preparation for integrating the error console work with the Apps Developer Tool. On the chrome side, this means:
- Adding new DeveloperPrivateAPI functions to open developer tools and read file source.
- Making DeveloperPrivateAPI listen for extension errors.
- Refactor ExtensionErrorHandler WebUI to allow for shared code with DeveloperPrivateAPI (error_handler_ui_util).
- Refactor extension_error[_overlay].js to use either chrome.send or chrome.developerPrivate functions.
- Refactor so that all knowledge of whether the overlay can be displayed is in extension_error_overlay.js
Images: http://imgur.com/a/IAGMU#0
BUG= 335313
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=250943
Total comments: 8
Total comments: 51
Total comments: 6
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+736 lines, -501 lines) |
Patch |
 |
M |
chrome/browser/extensions/api/developer_private/developer_private_api.h
|
View
|
1
2
3
|
9 chunks |
+113 lines, -83 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/developer_private/developer_private_api.cc
|
View
|
1
2
|
11 chunks |
+136 lines, -127 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_function_histogram_value.h
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/extensions/extension_error.html
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/extensions/extension_error.js
|
View
|
|
2 chunks |
+10 lines, -80 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/extensions/extension_error_overlay.js
|
View
|
1
2
3
|
14 chunks |
+157 lines, -46 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/extensions/extensions.js
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/extensions/extension_error_handler.h
|
View
|
1
2
3
4
|
3 chunks |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/extensions/extension_error_handler.cc
|
View
|
1
2
3
4
|
3 chunks |
+18 lines, -156 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/ui/webui/extensions/extension_error_ui_util.h
|
View
|
1
2
3
|
1 chunk |
+36 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/ui/webui/extensions/extension_error_ui_util.cc
|
View
|
1
2
3
|
1 chunk |
+196 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser_ui.gypi
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/api/developer_private.idl
|
View
|
1
2
|
4 chunks |
+39 lines, -7 lines |
0 comments
|
Download
|
 |
M |
tools/metrics/histograms/histograms.xml
|
View
|
|
1 chunk |
+16 lines, -0 lines |
0 comments
|
Download
|
Total messages: 33 (0 generated)
|