Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(851)

Unified Diff: Source/devtools/front_end/source_frame/SourceFrame.js

Issue 451713002: DevTools: Introduce module initializers (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/devtools/front_end/settings/module.json ('k') | Source/devtools/front_end/source_frame/_module.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/source_frame/SourceFrame.js
diff --git a/Source/devtools/front_end/source_frame/SourceFrame.js b/Source/devtools/front_end/source_frame/SourceFrame.js
index 08cdba1715edc5f52492ef7390d30664e29848f4..f8ba547a1df2e1190c3df77b51c8b9db3dc31a5e 100644
--- a/Source/devtools/front_end/source_frame/SourceFrame.js
+++ b/Source/devtools/front_end/source_frame/SourceFrame.js
@@ -28,27 +28,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-importScript("../cm/codemirror.js");
-importScript("../cm/css.js");
-importScript("../cm/javascript.js");
-importScript("../cm/xml.js");
-importScript("../cm/htmlmixed.js");
-
-importScript("../cm/matchbrackets.js");
-importScript("../cm/closebrackets.js");
-importScript("../cm/markselection.js");
-importScript("../cm/comment.js");
-importScript("../cm/overlay.js");
-
-importScript("../cm/htmlembedded.js");
-importScript("../cm/clike.js");
-importScript("../cm/coffeescript.js");
-importScript("../cm/php.js");
-importScript("../cm/python.js");
-importScript("../cm/shell.js");
-importScript("CodeMirrorUtils.js");
-importScript("CodeMirrorTextEditor.js");
-
/**
* @extends {WebInspector.VBox}
* @constructor
@@ -1042,8 +1021,3 @@ WebInspector.TextEditorDelegateForSourceFrame.prototype = {
this._sourceFrame.onJumpToPosition(from, to);
}
}
-
-importScript("GoToLineDialog.js");
-importScript("ResourceView.js");
-importScript("FontView.js");
-importScript("ImageView.js");
« no previous file with comments | « Source/devtools/front_end/settings/module.json ('k') | Source/devtools/front_end/source_frame/_module.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698