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

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

Issue 1742743002: Add CSP information to Security Panel. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update to cleaner UX. Always shows CSP data, whether on HTTPS page or not. Created 4 years, 9 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 | third_party/WebKit/Source/devtools/front_end/main/Main.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 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 'front_end/sdk/CPUProfilerModel.js', 135 'front_end/sdk/CPUProfilerModel.js',
136 'front_end/sdk/CSSMatchedStyles.js', 136 'front_end/sdk/CSSMatchedStyles.js',
137 'front_end/sdk/CSSMedia.js', 137 'front_end/sdk/CSSMedia.js',
138 'front_end/sdk/CSSMetadata.js', 138 'front_end/sdk/CSSMetadata.js',
139 'front_end/sdk/CSSModel.js', 139 'front_end/sdk/CSSModel.js',
140 'front_end/sdk/CSSParser.js', 140 'front_end/sdk/CSSParser.js',
141 'front_end/sdk/CSSProperty.js', 141 'front_end/sdk/CSSProperty.js',
142 'front_end/sdk/CSSRule.js', 142 'front_end/sdk/CSSRule.js',
143 'front_end/sdk/CSSStyleDeclaration.js', 143 'front_end/sdk/CSSStyleDeclaration.js',
144 'front_end/sdk/CSSStyleSheetHeader.js', 144 'front_end/sdk/CSSStyleSheetHeader.js',
145 'front_end/sdk/CSPParser.js',
145 'front_end/sdk/DebuggerModel.js', 146 'front_end/sdk/DebuggerModel.js',
146 'front_end/sdk/DOMModel.js', 147 'front_end/sdk/DOMModel.js',
147 'front_end/sdk/HAREntry.js', 148 'front_end/sdk/HAREntry.js',
148 'front_end/sdk/HeapProfilerModel.js', 149 'front_end/sdk/HeapProfilerModel.js',
149 'front_end/sdk/InspectorBackend.js', 150 'front_end/sdk/InspectorBackend.js',
150 'front_end/sdk/InspectorBackendHostedMode.js', 151 'front_end/sdk/InspectorBackendHostedMode.js',
151 'front_end/sdk/NetworkLog.js', 152 'front_end/sdk/NetworkLog.js',
152 'front_end/sdk/NetworkManager.js', 153 'front_end/sdk/NetworkManager.js',
153 'front_end/sdk/NetworkRequest.js', 154 'front_end/sdk/NetworkRequest.js',
154 'front_end/sdk/PaintProfiler.js', 155 'front_end/sdk/PaintProfiler.js',
(...skipping 705 matching lines...) Expand 10 before | Expand all | Expand 10 after
860 'front_end/Images/toolbarItemSelected.png', 861 'front_end/Images/toolbarItemSelected.png',
861 'front_end/Images/touchCursor.png', 862 'front_end/Images/touchCursor.png',
862 'front_end/Images/touchCursor_2x.png', 863 'front_end/Images/touchCursor_2x.png',
863 'front_end/Images/updateServiceWorker.svg', 864 'front_end/Images/updateServiceWorker.svg',
864 ], 865 ],
865 'devtools_extension_api_files': [ 866 'devtools_extension_api_files': [
866 'front_end/extensions/ExtensionAPI.js', 867 'front_end/extensions/ExtensionAPI.js',
867 ], 868 ],
868 }, 869 },
869 } 870 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/main/Main.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698