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

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/main/module.json

Issue 2624383005: DevTools: avoid race condition between ExecutionContextSelector.js and Main.js (Closed)
Patch Set: Created 3 years, 11 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
« no previous file with comments | « no previous file | 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": "@Common.AppProvider", 4 "type": "@Common.AppProvider",
5 "className": "Main.SimpleAppProvider", 5 "className": "Main.SimpleAppProvider",
6 "order": 10 6 "order": 10
7 }, 7 },
8 { 8 {
9 "type": "@UI.ContextMenu.Provider", 9 "type": "@UI.ContextMenu.Provider",
10 "contextTypes": [ 10 "contextTypes": [
(...skipping 415 matching lines...) Expand 10 before | Expand all | Expand 10 after
426 "extensions", 426 "extensions",
427 "host", 427 "host",
428 "platform", 428 "platform",
429 "sdk", 429 "sdk",
430 "persistence" 430 "persistence"
431 ], 431 ],
432 "scripts": [ 432 "scripts": [
433 "RenderingOptions.js", 433 "RenderingOptions.js",
434 "SimpleApp.js", 434 "SimpleApp.js",
435 "OverlayController.js", 435 "OverlayController.js",
436 "Main.js",
437 "GCActionDelegate.js", 436 "GCActionDelegate.js",
438 "RequestAppBannerActionDelegate.js", 437 "RequestAppBannerActionDelegate.js",
439 "ExecutionContextSelector.js" 438 "ExecutionContextSelector.js",
439 "Main.js"
440 ], 440 ],
441 "resources": [ 441 "resources": [
442 "errorWarningCounter.css", 442 "errorWarningCounter.css",
443 "remoteDebuggingTerminatedScreen.css", 443 "remoteDebuggingTerminatedScreen.css",
444 "renderingOptions.css", 444 "renderingOptions.css",
445 "targetCrashedScreen.css" 445 "targetCrashedScreen.css"
446 ] 446 ]
447 } 447 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698