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

Unified Diff: Source/core/xml/XMLTreeViewer.idl

Issue 479753003: Transform XML tree viewer to blink-in-js implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 4 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 side-by-side diff with in-line comments
Download patch
Index: Source/core/xml/XMLTreeViewer.idl
diff --git a/Source/modules/geofencing/GeofencingRegion.idl b/Source/core/xml/XMLTreeViewer.idl
similarity index 59%
copy from Source/modules/geofencing/GeofencingRegion.idl
copy to Source/core/xml/XMLTreeViewer.idl
index 4e22058d98b22fb2f0a7d196263ea4b9a458feab..455313a8ec2f6971d8ee6c9d35dd0315535e09c9 100644
--- a/Source/modules/geofencing/GeofencingRegion.idl
+++ b/Source/core/xml/XMLTreeViewer.idl
@@ -1,11 +1,8 @@
// Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-
[
- RuntimeEnabled=Geofencing,
- NoInterfaceObject,
GarbageCollected,
-] interface GeofencingRegion {
- readonly attribute DOMString id;
-};
+] interface XMLTreeViewer {
+ [ImplementedInPrivateScript, OnlyExposedToPrivateScript] void transformDocumentToTreeView();
eseidel 2014/08/26 05:40:54 What's the point of moving this to Blink-in-JS if
vivekg 2014/08/26 05:51:57 Sorry @eseidel, I could not get what meant by sayi
haraken 2014/08/26 05:57:48 I'm considering a way to avoid the backdoor (but a
+};

Powered by Google App Engine
This is Rietveld 408576698