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

Side by Side Diff: Source/devtools/front_end/sources/module.json

Issue 1336803005: DevTools: use diff_match_patch instead of jsdifflib for text diffing. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix file permissions Created 5 years, 3 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « Source/devtools/front_end/sources/jsdifflib.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "extensions": [ 2 "extensions": [
3 { 3 {
4 "type": "@WebInspector.PanelFactory", 4 "type": "@WebInspector.PanelFactory",
5 "name": "sources", 5 "name": "sources",
6 "title": "Sources", 6 "title": "Sources",
7 "order": 30, 7 "order": 30,
8 "className": "WebInspector.SourcesPanelFactory" 8 "className": "WebInspector.SourcesPanelFactory"
9 }, 9 },
10 { 10 {
(...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after
295 "type": "setting", 295 "type": "setting",
296 "title": "Auto-reload generated CSS", 296 "title": "Auto-reload generated CSS",
297 "parentSettingName": "cssSourceMapsEnabled", 297 "parentSettingName": "cssSourceMapsEnabled",
298 "settingName": "cssReloadEnabled", 298 "settingName": "cssReloadEnabled",
299 "settingType": "boolean", 299 "settingType": "boolean",
300 "defaultValue": false 300 "defaultValue": false
301 } 301 }
302 ], 302 ],
303 "dependencies": [ 303 "dependencies": [
304 "components", 304 "components",
305 "diff",
305 "source_frame", 306 "source_frame",
306 "snippets", 307 "snippets",
307 "extensions" 308 "extensions"
308 ], 309 ],
309 "scripts": [ 310 "scripts": [
310 "jsdifflib.js",
311 "UIList.js", 311 "UIList.js",
312 "AddSourceMapURLDialog.js", 312 "AddSourceMapURLDialog.js",
313 "AsyncOperationsSidebarPane.js", 313 "AsyncOperationsSidebarPane.js",
314 "CallStackSidebarPane.js", 314 "CallStackSidebarPane.js",
315 "SimpleHistoryManager.js", 315 "SimpleHistoryManager.js",
316 "EditingLocationHistoryManager.js", 316 "EditingLocationHistoryManager.js",
317 "EventListenerBreakpointsSidebarPane.js", 317 "EventListenerBreakpointsSidebarPane.js",
318 "FilePathScoreFunction.js", 318 "FilePathScoreFunction.js",
319 "FilteredItemSelectionDialog.js", 319 "FilteredItemSelectionDialog.js",
320 "UISourceCodeFrame.js", 320 "UISourceCodeFrame.js",
(...skipping 15 matching lines...) Expand all
336 "SourcesView.js", 336 "SourcesView.js",
337 "AdvancedSearchView.js", 337 "AdvancedSearchView.js",
338 "FileBasedSearchResultsPane.js", 338 "FileBasedSearchResultsPane.js",
339 "SourcesSearchScope.js", 339 "SourcesSearchScope.js",
340 "SourcesPanel.js", 340 "SourcesPanel.js",
341 "WorkspaceMappingTip.js", 341 "WorkspaceMappingTip.js",
342 "XHRBreakpointsSidebarPane.js", 342 "XHRBreakpointsSidebarPane.js",
343 "JavaScriptCompiler.js", 343 "JavaScriptCompiler.js",
344 "ObjectEventListenersSidebarPane.js" 344 "ObjectEventListenersSidebarPane.js"
345 ], 345 ],
346 "skip_compilation": [
347 "jsdifflib.js"
348 ],
349 "resources": [ 346 "resources": [
350 "filteredItemSelectionDialog.css", 347 "filteredItemSelectionDialog.css",
351 "uiList.css", 348 "uiList.css",
352 "navigatorView.css", 349 "navigatorView.css",
353 "revisionHistory.css", 350 "revisionHistory.css",
354 "serviceWorkersSidebar.css", 351 "serviceWorkersSidebar.css",
355 "sourcesPanel.css", 352 "sourcesPanel.css",
356 "sourcesSearch.css", 353 "sourcesSearch.css",
357 "sourcesView.css" 354 "sourcesView.css"
358 ] 355 ]
359 } 356 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/sources/jsdifflib.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698