| Index: plugins/org.chromium.sdk.wipbackend.wk120709/src-wip-generated/org/chromium/sdk/internal/wip/protocol/input/console/ConsoleMessageValue.java
|
| diff --git a/plugins/org.chromium.sdk.wipbackend.wk120709/src-wip-generated/org/chromium/sdk/internal/wip/protocol/input/console/ConsoleMessageValue.java b/plugins/org.chromium.sdk.wipbackend.wk120709/src-wip-generated/org/chromium/sdk/internal/wip/protocol/input/console/ConsoleMessageValue.java
|
| deleted file mode 100644
|
| index 93c03379278fd47dd186eec8beeae4fbed11a86c..0000000000000000000000000000000000000000
|
| --- a/plugins/org.chromium.sdk.wipbackend.wk120709/src-wip-generated/org/chromium/sdk/internal/wip/protocol/input/console/ConsoleMessageValue.java
|
| +++ /dev/null
|
| @@ -1,104 +0,0 @@
|
| -// Generated source.
|
| -// Generator: org.chromium.sdk.internal.wip.tools.protocolgenerator.Generator
|
| -// Origin: http://svn.webkit.org/repository/webkit/trunk/Source/WebCore/inspector/Inspector.json@102140
|
| -
|
| -package org.chromium.sdk.internal.wip.protocol.input.console;
|
| -
|
| -/**
|
| - Console message.
|
| - */
|
| -@org.chromium.sdk.internal.protocolparser.JsonType
|
| -public interface ConsoleMessageValue {
|
| - /**
|
| - Message source.
|
| - */
|
| - Source source();
|
| -
|
| - /**
|
| - Message severity.
|
| - */
|
| - Level level();
|
| -
|
| - /**
|
| - Message text.
|
| - */
|
| - String text();
|
| -
|
| - /**
|
| - Console message type.
|
| - */
|
| - @org.chromium.sdk.internal.protocolparser.JsonOptionalField
|
| - Type type();
|
| -
|
| - /**
|
| - URL of the message origin.
|
| - */
|
| - @org.chromium.sdk.internal.protocolparser.JsonOptionalField
|
| - String url();
|
| -
|
| - /**
|
| - Line number in the resource that generated this message.
|
| - */
|
| - @org.chromium.sdk.internal.protocolparser.JsonOptionalField
|
| - Long line();
|
| -
|
| - /**
|
| - Repeat count for repeated messages.
|
| - */
|
| - @org.chromium.sdk.internal.protocolparser.JsonOptionalField
|
| - Long repeatCount();
|
| -
|
| - /**
|
| - Message parameters in case of the formatted message.
|
| - */
|
| - @org.chromium.sdk.internal.protocolparser.JsonOptionalField
|
| - java.util.List<org.chromium.sdk.internal.wip.protocol.input.runtime.RemoteObjectValue> parameters();
|
| -
|
| - /**
|
| - JavaScript stack trace for assertions and error messages.
|
| - */
|
| - @org.chromium.sdk.internal.protocolparser.JsonOptionalField
|
| - java.util.List<org.chromium.sdk.internal.wip.protocol.input.console.CallFrameValue>/*See org.chromium.sdk.internal.wip.protocol.input.console.StackTraceTypedef*/ stackTrace();
|
| -
|
| - /**
|
| - Identifier of the network request associated with this message.
|
| - */
|
| - @org.chromium.sdk.internal.protocolparser.JsonOptionalField
|
| - String/*See org.chromium.sdk.internal.wip.protocol.common.network.RequestIdTypedef*/ networkRequestId();
|
| -
|
| - /**
|
| - Message source.
|
| - */
|
| - public enum Source {
|
| - HTML,
|
| - WML,
|
| - XML,
|
| - JAVASCRIPT,
|
| - NETWORK,
|
| - CONSOLE_API,
|
| - OTHER,
|
| - }
|
| - /**
|
| - Message severity.
|
| - */
|
| - public enum Level {
|
| - TIP,
|
| - LOG,
|
| - WARNING,
|
| - ERROR,
|
| - DEBUG,
|
| - }
|
| - /**
|
| - Console message type.
|
| - */
|
| - public enum Type {
|
| - LOG,
|
| - DIR,
|
| - DIRXML,
|
| - TRACE,
|
| - STARTGROUP,
|
| - STARTGROUPCOLLAPSED,
|
| - ENDGROUP,
|
| - ASSERT,
|
| - }
|
| -}
|
|
|