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

Unified Diff: Source/devtools/front_end/ui/PropertiesSection.js

Issue 714423005: DevTools: move front-end files from components to ui. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 1 month 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/devtools/front_end/ui/Panel.js ('k') | Source/devtools/front_end/ui/SearchableView.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/ui/PropertiesSection.js
diff --git a/Source/core/frame/BarProp.idl b/Source/devtools/front_end/ui/PropertiesSection.js
similarity index 94%
copy from Source/core/frame/BarProp.idl
copy to Source/devtools/front_end/ui/PropertiesSection.js
index a7be530c7ac1a7893278eb36076a742094a48229..3f557c2b227398de6bacbd49b3ff72236ed8adc8 100644
--- a/Source/core/frame/BarProp.idl
+++ b/Source/devtools/front_end/ui/PropertiesSection.js
@@ -1,5 +1,6 @@
/*
apavlov 2014/11/12 13:25:57 Please delete the file.
pfeldman 2014/11/12 13:30:11 Done.
* Copyright (C) 2007 Apple Inc. All rights reserved.
+ * Copyright (C) 2009 Google Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -25,10 +26,3 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-
-[
- WillBeGarbageCollected,
-] interface BarProp {
- readonly attribute boolean visible;
-};
-
« no previous file with comments | « Source/devtools/front_end/ui/Panel.js ('k') | Source/devtools/front_end/ui/SearchableView.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698