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

Side by Side Diff: Source/devtools/devtools.gypi

Issue 1098683002: [DevTools] Added Event Listeners sidebar in sources panel (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@window-listeners
Patch Set: Created 5 years, 6 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 | Source/devtools/front_end/sources/ObjectEventListenersSidebarPane.js » ('j') | 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 # Copyright (C) 2013 Google Inc. All rights reserved. 2 # Copyright (C) 2013 Google Inc. All rights reserved.
3 # 3 #
4 # Redistribution and use in source and binary forms, with or without 4 # Redistribution and use in source and binary forms, with or without
5 # modification, are permitted provided that the following conditions are 5 # modification, are permitted provided that the following conditions are
6 # met: 6 # met:
7 # 7 #
8 # * Redistributions of source code must retain the above copyright 8 # * Redistributions of source code must retain the above copyright
9 # notice, this list of conditions and the following disclaimer. 9 # notice, this list of conditions and the following disclaimer.
10 # * Redistributions in binary form must reproduce the above 10 # * Redistributions in binary form must reproduce the above
(...skipping 544 matching lines...) Expand 10 before | Expand all | Expand 10 after
555 'front_end/sources/EventListenerBreakpointsSidebarPane.js', 555 'front_end/sources/EventListenerBreakpointsSidebarPane.js',
556 'front_end/sources/FileBasedSearchResultsPane.js', 556 'front_end/sources/FileBasedSearchResultsPane.js',
557 'front_end/sources/FilePathScoreFunction.js', 557 'front_end/sources/FilePathScoreFunction.js',
558 'front_end/sources/FilteredItemSelectionDialog.js', 558 'front_end/sources/FilteredItemSelectionDialog.js',
559 'front_end/sources/InplaceFormatterEditorAction.js', 559 'front_end/sources/InplaceFormatterEditorAction.js',
560 'front_end/sources/JavaScriptBreakpointsSidebarPane.js', 560 'front_end/sources/JavaScriptBreakpointsSidebarPane.js',
561 'front_end/sources/JavaScriptCompiler.js', 561 'front_end/sources/JavaScriptCompiler.js',
562 'front_end/sources/JavaScriptSourceFrame.js', 562 'front_end/sources/JavaScriptSourceFrame.js',
563 'front_end/sources/jsdifflib.js', 563 'front_end/sources/jsdifflib.js',
564 'front_end/sources/NavigatorView.js', 564 'front_end/sources/NavigatorView.js',
565 'front_end/sources/ObjectEventListenersSidebarPane.js',
565 'front_end/sources/RevisionHistoryView.js', 566 'front_end/sources/RevisionHistoryView.js',
566 'front_end/sources/ScopeChainSidebarPane.js', 567 'front_end/sources/ScopeChainSidebarPane.js',
567 'front_end/sources/ScriptFormatter.js', 568 'front_end/sources/ScriptFormatter.js',
568 'front_end/sources/ScriptFormatterEditorAction.js', 569 'front_end/sources/ScriptFormatterEditorAction.js',
569 'front_end/sources/ServiceWorkersSidebarPane.js', 570 'front_end/sources/ServiceWorkersSidebarPane.js',
570 'front_end/sources/SimpleHistoryManager.js', 571 'front_end/sources/SimpleHistoryManager.js',
571 'front_end/sources/SourcesNavigator.js', 572 'front_end/sources/SourcesNavigator.js',
572 'front_end/sources/SourcesPanel.js', 573 'front_end/sources/SourcesPanel.js',
573 'front_end/sources/SourcesSearchScope.js', 574 'front_end/sources/SourcesSearchScope.js',
574 'front_end/sources/SourcesView.js', 575 'front_end/sources/SourcesView.js',
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
748 'front_end/Images/toolbarItemSelected.png', 749 'front_end/Images/toolbarItemSelected.png',
749 'front_end/Images/touchCursor.png', 750 'front_end/Images/touchCursor.png',
750 'front_end/Images/touchCursor_2x.png', 751 'front_end/Images/touchCursor_2x.png',
751 'front_end/Images/updateServiceWorker.svg', 752 'front_end/Images/updateServiceWorker.svg',
752 ], 753 ],
753 'devtools_extension_api_files': [ 754 'devtools_extension_api_files': [
754 'front_end/extensions/ExtensionAPI.js', 755 'front_end/extensions/ExtensionAPI.js',
755 ], 756 ],
756 }, 757 },
757 } 758 }
OLDNEW
« no previous file with comments | « no previous file | Source/devtools/front_end/sources/ObjectEventListenersSidebarPane.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698