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

Side by Side Diff: pkg/analyzer/doc/tasks.html

Issue 1896153002: Regenerate task dependency graph after d3f6c67732d5ed5e946bce3df981bc2877992714 (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 8 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 | pkg/analyzer/tool/task_dependency_graph/tasks.dot » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <title>Analysis Task Dependency Graph</title> 4 <title>Analysis Task Dependency Graph</title>
5 <link rel="stylesheet" href="support/style.css"> 5 <link rel="stylesheet" href="support/style.css">
6 <script src="support/viz.js"></script> 6 <script src="support/viz.js"></script>
7 <script type="application/dart" src="support/web_app.dart.js"></script> 7 <script type="application/dart" src="support/web_app.dart.js"></script>
8 <script src="support/dart.js"></script> 8 <script src="support/dart.js"></script>
9 </head> 9 </head>
10 <body> 10 <body>
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 LIBRARY_SPECIFIC_UNITS [shape=box] 170 LIBRARY_SPECIFIC_UNITS [shape=box]
171 LIBRARY_UNIT_ERRORS -> dartErrorsForUnit 171 LIBRARY_UNIT_ERRORS -> dartErrorsForUnit
172 LIBRARY_UNIT_ERRORS [shape=box] 172 LIBRARY_UNIT_ERRORS [shape=box]
173 LINE_INFO -> DartErrorsTask 173 LINE_INFO -> DartErrorsTask
174 LINE_INFO -> ParseDartTask 174 LINE_INFO -> ParseDartTask
175 LINE_INFO [shape=box] 175 LINE_INFO [shape=box]
176 LINTS -> LibraryUnitErrorsTask 176 LINTS -> LibraryUnitErrorsTask
177 LINTS [shape=box] 177 LINTS [shape=box]
178 LibraryErrorsReadyTask -> LIBRARY_ERRORS_READY 178 LibraryErrorsReadyTask -> LIBRARY_ERRORS_READY
179 LibraryUnitErrorsTask -> LIBRARY_UNIT_ERRORS 179 LibraryUnitErrorsTask -> LIBRARY_UNIT_ERRORS
180 MODIFICATION_TIME -> BuildDirectiveElementsTask
180 MODIFICATION_TIME -> ParseDartTask 181 MODIFICATION_TIME -> ParseDartTask
181 MODIFICATION_TIME [shape=box] 182 MODIFICATION_TIME [shape=box]
182 PARSED_UNIT -> BuildCompilationUnitElementTask 183 PARSED_UNIT -> BuildCompilationUnitElementTask
183 PARSED_UNIT -> DartErrorsTask 184 PARSED_UNIT -> DartErrorsTask
184 PARSED_UNIT [shape=box] 185 PARSED_UNIT [shape=box]
185 PARSE_ERRORS -> dartErrorsForSource 186 PARSE_ERRORS -> dartErrorsForSource
186 PARSE_ERRORS [shape=box] 187 PARSE_ERRORS [shape=box]
187 PROPAGABLE_VARIABLES_IN_UNIT -> PropagateVariableTypesInUnitTask 188 PROPAGABLE_VARIABLES_IN_UNIT -> PropagateVariableTypesInUnitTask
188 PROPAGABLE_VARIABLES_IN_UNIT [shape=box] 189 PROPAGABLE_VARIABLES_IN_UNIT [shape=box]
189 PROPAGABLE_VARIABLE_DEPENDENCIES -> PropagateVariableTypeTask 190 PROPAGABLE_VARIABLE_DEPENDENCIES -> PropagateVariableTypeTask
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
331 VERIFY_ERRORS [shape=box] 332 VERIFY_ERRORS [shape=box]
332 VerifyUnitTask -> VERIFY_ERRORS 333 VerifyUnitTask -> VERIFY_ERRORS
333 dartErrorsForSource -> DartErrorsTask 334 dartErrorsForSource -> DartErrorsTask
334 dartErrorsForSource [shape=hexagon] 335 dartErrorsForSource [shape=hexagon]
335 dartErrorsForUnit -> DartErrorsTask 336 dartErrorsForUnit -> DartErrorsTask
336 dartErrorsForUnit [shape=hexagon] 337 dartErrorsForUnit [shape=hexagon]
337 } 338 }
338 </script> 339 </script>
339 </body> 340 </body>
340 </html> 341 </html>
OLDNEW
« no previous file with comments | « no previous file | pkg/analyzer/tool/task_dependency_graph/tasks.dot » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698