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

Unified Diff: plugins/org.chromium.sdk/src-wip-generated/org/chromium/sdk/internal/wip/protocol/input/debugger/SetBreakpointByUrlData.java

Issue 6881016: Add generated interfaces for WIP (Closed) Base URL: https://chromedevtools.googlecode.com/svn/trunk
Patch Set: Created 9 years, 8 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: plugins/org.chromium.sdk/src-wip-generated/org/chromium/sdk/internal/wip/protocol/input/debugger/SetBreakpointByUrlData.java
diff --git a/plugins/org.chromium.sdk/src-wip-generated/org/chromium/sdk/internal/wip/protocol/input/debugger/SetBreakpointByUrlData.java b/plugins/org.chromium.sdk/src-wip-generated/org/chromium/sdk/internal/wip/protocol/input/debugger/SetBreakpointByUrlData.java
new file mode 100644
index 0000000000000000000000000000000000000000..a3bb8ff6fcb5d10d4838eae23af53b0de480e0bb
--- /dev/null
+++ b/plugins/org.chromium.sdk/src-wip-generated/org/chromium/sdk/internal/wip/protocol/input/debugger/SetBreakpointByUrlData.java
@@ -0,0 +1,23 @@
+// Generated source.
+// Generator: org.chromium.sdk.internal.wip.tools.protocolgenerator.Generator
+// Origin: http://svn.webkit.org/repository/webkit/trunk/Source/WebCore/inspector/Inspector.json@84080
+
+package org.chromium.sdk.internal.wip.protocol.input.debugger;
+
+/**
+ Sets JavaScript breakpoint at a given location specified by URL. This breakpoint will survive page reload.
+ */
+@org.chromium.sdk.internal.protocolparser.JsonType
+public interface SetBreakpointByUrlData {
+ /**
+ Id of the created breakpoint for further manipulations.
+ */
+ String breakpointId();
+
+ /**
+ List of the locations this breakpoint resolved into.
+ */
+ @org.chromium.sdk.internal.protocolparser.JsonOptionalField
+ java.util.List<org.chromium.sdk.internal.wip.protocol.input.debugger.LocationValue> locations();
+
+}

Powered by Google App Engine
This is Rietveld 408576698