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

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/externs.js

Issue 2600323002: DevTools: extract protocol module (Closed)
Patch Set: move inspector backend commands.js 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
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2011 Google Inc. All rights reserved. 2 * Copyright (C) 2011 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 810 matching lines...) Expand 10 before | Expand all | Expand 10 after
821 var Gonzales = {}; 821 var Gonzales = {};
822 var HeapSnapshotWorker = {}; 822 var HeapSnapshotWorker = {};
823 var Host = {}; 823 var Host = {};
824 var LayerViewer = {}; 824 var LayerViewer = {};
825 var Layers = {}; 825 var Layers = {};
826 var Main = {}; 826 var Main = {};
827 var Network = {}; 827 var Network = {};
828 var Persistence = {}; 828 var Persistence = {};
829 var Platform = {}; 829 var Platform = {};
830 var Profiler = {}; 830 var Profiler = {};
831 var Protocol = {};
831 var Resources = {}; 832 var Resources = {};
832 var Sass = {}; 833 var Sass = {};
833 var Screencast = {}; 834 var Screencast = {};
834 var SDK = {}; 835 var SDK = {};
835 var Security = {}; 836 var Security = {};
836 var Services = {}; 837 var Services = {};
837 var Settings = {}; 838 var Settings = {};
838 var Shell = {}; 839 var Shell = {};
839 var Snippets = {}; 840 var Snippets = {};
840 var SourceFrame = {}; 841 var SourceFrame = {};
841 var Sources = {}; 842 var Sources = {};
842 var Terminal = {}; 843 var Terminal = {};
843 var TestRunner = {}; 844 var TestRunner = {};
844 var TextEditor = {}; 845 var TextEditor = {};
845 var Timeline = {}; 846 var Timeline = {};
846 var TimelineModel = {}; 847 var TimelineModel = {};
847 var ToolboxBootstrap = {}; 848 var ToolboxBootstrap = {};
848 var UI = {}; 849 var UI = {};
849 var UtilitySharedWorker = {}; 850 var UtilitySharedWorker = {};
850 var WorkerService = {}; 851 var WorkerService = {};
851 var Workspace = {}; 852 var Workspace = {};
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/Tests.js ('k') | third_party/WebKit/Source/devtools/front_end/inspector.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698