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

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

Issue 1301833003: Add origin views to the Security panel. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Mark securityState as explicitly optional in OriginState. 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
« no previous file with comments | « no previous file | Source/devtools/front_end/Images/securityPropertyInsecure.svg » ('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 516 matching lines...) Expand 10 before | Expand all | Expand 10 after
527 'front_end/resources/FileSystemModel.js', 527 'front_end/resources/FileSystemModel.js',
528 'front_end/resources/FileSystemView.js', 528 'front_end/resources/FileSystemView.js',
529 'front_end/resources/IndexedDBViews.js', 529 'front_end/resources/IndexedDBViews.js',
530 'front_end/resources/IndexedDBModel.js', 530 'front_end/resources/IndexedDBModel.js',
531 'front_end/resources/ResourcesPanel.js', 531 'front_end/resources/ResourcesPanel.js',
532 'front_end/resources/ServiceWorkerCacheViews.js', 532 'front_end/resources/ServiceWorkerCacheViews.js',
533 'front_end/resources/ServiceWorkersView.js', 533 'front_end/resources/ServiceWorkersView.js',
534 ], 534 ],
535 'devtools_security_js_files': [ 535 'devtools_security_js_files': [
536 'front_end/security/lockIcon.css', 536 'front_end/security/lockIcon.css',
537 'front_end/security/originView.css',
537 'front_end/security/securityPanel.css', 538 'front_end/security/securityPanel.css',
539 'front_end/security/sidebar.css',
538 'front_end/security/SecurityModel.js', 540 'front_end/security/SecurityModel.js',
539 'front_end/security/SecurityPanel.js', 541 'front_end/security/SecurityPanel.js',
540 ], 542 ],
541 'devtools_script_formatter_worker_js_files': [ 543 'devtools_script_formatter_worker_js_files': [
542 'front_end/acorn/acorn.js', 544 'front_end/acorn/acorn.js',
543 'front_end/cm/css.js', 545 'front_end/cm/css.js',
544 'front_end/cm/headlesscodemirror.js', 546 'front_end/cm/headlesscodemirror.js',
545 'front_end/cm/htmlmixed.js', 547 'front_end/cm/htmlmixed.js',
546 'front_end/cm/xml.js', 548 'front_end/cm/xml.js',
547 'front_end/platform/utilities.js', 549 'front_end/platform/utilities.js',
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after
760 'front_end/Images/resourceDocumentIcon.png', 762 'front_end/Images/resourceDocumentIcon.png',
761 'front_end/Images/resourceDocumentIconSmall.png', 763 'front_end/Images/resourceDocumentIconSmall.png',
762 'front_end/Images/resourceJSIcon.png', 764 'front_end/Images/resourceJSIcon.png',
763 'front_end/Images/resourcePlainIcon.png', 765 'front_end/Images/resourcePlainIcon.png',
764 'front_end/Images/resourcePlainIconSmall.png', 766 'front_end/Images/resourcePlainIconSmall.png',
765 'front_end/Images/resourcesTimeGraphIcon.png', 767 'front_end/Images/resourcesTimeGraphIcon.png',
766 'front_end/Images/responsiveDesign.png', 768 'front_end/Images/responsiveDesign.png',
767 'front_end/Images/responsiveDesign_2x.png', 769 'front_end/Images/responsiveDesign_2x.png',
768 'front_end/Images/searchNext.png', 770 'front_end/Images/searchNext.png',
769 'front_end/Images/searchPrev.png', 771 'front_end/Images/searchPrev.png',
772 'front_end/Images/securityPropertyInsecure.svg',
773 'front_end/Images/securityPropertySecure.svg',
774 'front_end/Images/securityPropertyWarning.svg',
770 'front_end/Images/securityStateInsecure_2x.png', 775 'front_end/Images/securityStateInsecure_2x.png',
771 'front_end/Images/securityStateInsecure.png', 776 'front_end/Images/securityStateInsecure.png',
772 'front_end/Images/securityStateNeutral_2x.png', 777 'front_end/Images/securityStateNeutral_2x.png',
773 'front_end/Images/securityStateNeutral.png', 778 'front_end/Images/securityStateNeutral.png',
774 'front_end/Images/securityStateSecure_2x.png', 779 'front_end/Images/securityStateSecure_2x.png',
775 'front_end/Images/securityStateSecure.png', 780 'front_end/Images/securityStateSecure.png',
776 'front_end/Images/securityStateWarning_2x.png', 781 'front_end/Images/securityStateWarning_2x.png',
777 'front_end/Images/securityStateWarning.png', 782 'front_end/Images/securityStateWarning.png',
778 'front_end/Images/serviceWorker.svg', 783 'front_end/Images/serviceWorker.svg',
779 'front_end/Images/sessionStorage.png', 784 'front_end/Images/sessionStorage.png',
(...skipping 13 matching lines...) Expand all
793 'front_end/Images/toolbarItemSelected.png', 798 'front_end/Images/toolbarItemSelected.png',
794 'front_end/Images/touchCursor.png', 799 'front_end/Images/touchCursor.png',
795 'front_end/Images/touchCursor_2x.png', 800 'front_end/Images/touchCursor_2x.png',
796 'front_end/Images/updateServiceWorker.svg', 801 'front_end/Images/updateServiceWorker.svg',
797 ], 802 ],
798 'devtools_extension_api_files': [ 803 'devtools_extension_api_files': [
799 'front_end/extensions/ExtensionAPI.js', 804 'front_end/extensions/ExtensionAPI.js',
800 ], 805 ],
801 }, 806 },
802 } 807 }
OLDNEW
« no previous file with comments | « no previous file | Source/devtools/front_end/Images/securityPropertyInsecure.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698