Chromium Code Reviews
DescriptionIntegrate 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
Patch Set 1 : #
Total comments: 8
Patch Set 2 : Remove DeveloperPrivate.getStrings() #
Total comments: 51
Patch Set 3 : Dan's and Finnur's #
Total comments: 6
Patch Set 4 : Dan's II #
Total comments: 2
Patch Set 5 : WeakPtrFactory #Patch Set 6 : Latest master #Patch Set 7 : Updated histograms.xml #Messages
Total messages: 33 (0 generated)
|