Changing autogen comments to match Go CL#13560 standard.

This commit is contained in:
Kenneth Shaw 2017-07-09 09:05:19 +07:00
parent a4589d95d6
commit 60b7898f53
101 changed files with 107 additions and 101 deletions

View File

@ -4,7 +4,7 @@
// Generated by the chromedp-gen command.
package accessibility
// AUTOGENERATED. DO NOT EDIT.
// Code generated by chromedp-gen. DO NOT EDIT.
import (
"context"

View File

@ -1,6 +1,6 @@
package accessibility
// AUTOGENERATED. DO NOT EDIT.
// Code generated by chromedp-gen. DO NOT EDIT.
import (
"errors"

View File

@ -4,7 +4,7 @@
// Generated by the chromedp-gen command.
package animation
// AUTOGENERATED. DO NOT EDIT.
// Code generated by chromedp-gen. DO NOT EDIT.
import (
"context"

View File

@ -1,6 +1,6 @@
package animation
// AUTOGENERATED. DO NOT EDIT.
// Code generated by chromedp-gen. DO NOT EDIT.
import (
cdp "github.com/knq/chromedp/cdp"

View File

@ -1,6 +1,6 @@
package animation
// AUTOGENERATED. DO NOT EDIT.
// Code generated by chromedp-gen. DO NOT EDIT.
import (
"errors"

View File

@ -4,7 +4,7 @@
// Generated by the chromedp-gen command.
package applicationcache
// AUTOGENERATED. DO NOT EDIT.
// Code generated by chromedp-gen. DO NOT EDIT.
import (
"context"

View File

@ -1,6 +1,6 @@
package applicationcache
// AUTOGENERATED. DO NOT EDIT.
// Code generated by chromedp-gen. DO NOT EDIT.
import (
cdp "github.com/knq/chromedp/cdp"

View File

@ -1,6 +1,6 @@
package applicationcache
// AUTOGENERATED. DO NOT EDIT.
// Code generated by chromedp-gen. DO NOT EDIT.
import (
cdp "github.com/knq/chromedp/cdp"

View File

@ -6,7 +6,7 @@
// Generated by the chromedp-gen command.
package browser
// AUTOGENERATED. DO NOT EDIT.
// Code generated by chromedp-gen. DO NOT EDIT.
import (
"context"

View File

@ -8,7 +8,7 @@ import (
"github.com/mailru/easyjson/jwriter"
)
// AUTOGENERATED. DO NOT EDIT.
// Code generated by chromedp-gen. DO NOT EDIT.
// WindowID [no description].
type WindowID int64

View File

@ -4,7 +4,7 @@
// Generated by the chromedp-gen command.
package cachestorage
// AUTOGENERATED. DO NOT EDIT.
// Code generated by chromedp-gen. DO NOT EDIT.
import (
"context"

View File

@ -1,6 +1,6 @@
package cachestorage
// AUTOGENERATED. DO NOT EDIT.
// Code generated by chromedp-gen. DO NOT EDIT.
// CacheID unique identifier of the Cache object.
type CacheID string

View File

@ -15,7 +15,7 @@ import (
"github.com/mailru/easyjson/jwriter"
)
// AUTOGENERATED. DO NOT EDIT.
// Code generated by chromedp-gen. DO NOT EDIT.
// MessageError message error type.
type MessageError struct {

View File

@ -1,6 +1,6 @@
package cdputil
// AUTOGENERATED. DO NOT EDIT.
// Code generated by chromedp-gen. DO NOT EDIT.
import (
"errors"

View File

@ -13,7 +13,7 @@
// Generated by the chromedp-gen command.
package css
// AUTOGENERATED. DO NOT EDIT.
// Code generated by chromedp-gen. DO NOT EDIT.
import (
"context"

View File

@ -1,6 +1,6 @@
package css
// AUTOGENERATED. DO NOT EDIT.
// Code generated by chromedp-gen. DO NOT EDIT.
import (
cdp "github.com/knq/chromedp/cdp"

View File

@ -1,6 +1,6 @@
package css
// AUTOGENERATED. DO NOT EDIT.
// Code generated by chromedp-gen. DO NOT EDIT.
import (
"errors"

View File

@ -4,7 +4,7 @@
// Generated by the chromedp-gen command.
package database
// AUTOGENERATED. DO NOT EDIT.
// Code generated by chromedp-gen. DO NOT EDIT.
import (
"context"

View File

@ -1,6 +1,6 @@
package database
// AUTOGENERATED. DO NOT EDIT.
// Code generated by chromedp-gen. DO NOT EDIT.
import (
cdp "github.com/knq/chromedp/cdp"

View File

@ -1,6 +1,6 @@
package database
// AUTOGENERATED. DO NOT EDIT.
// Code generated by chromedp-gen. DO NOT EDIT.
// ID unique identifier of Database object.
type ID string

View File

@ -8,7 +8,7 @@
// Generated by the chromedp-gen command.
package debugger
// AUTOGENERATED. DO NOT EDIT.
// Code generated by chromedp-gen. DO NOT EDIT.
import (
"context"

View File

@ -1,6 +1,6 @@
package debugger
// AUTOGENERATED. DO NOT EDIT.
// Code generated by chromedp-gen. DO NOT EDIT.
import (
cdp "github.com/knq/chromedp/cdp"

View File

@ -9,7 +9,7 @@ import (
"github.com/mailru/easyjson/jwriter"
)
// AUTOGENERATED. DO NOT EDIT.
// Code generated by chromedp-gen. DO NOT EDIT.
// BreakpointID breakpoint identifier.
type BreakpointID string

View File

@ -4,7 +4,7 @@
// Generated by the chromedp-gen command.
package deviceorientation
// AUTOGENERATED. DO NOT EDIT.
// Code generated by chromedp-gen. DO NOT EDIT.
import (
"context"

View File

@ -14,7 +14,7 @@
// Generated by the chromedp-gen command.
package dom
// AUTOGENERATED. DO NOT EDIT.
// Code generated by chromedp-gen. DO NOT EDIT.
import (
"context"

View File

@ -1,6 +1,6 @@
package dom
// AUTOGENERATED. DO NOT EDIT.
// Code generated by chromedp-gen. DO NOT EDIT.
import (
cdp "github.com/knq/chromedp/cdp"

View File

@ -2,7 +2,7 @@ package dom
import "github.com/mailru/easyjson"
// AUTOGENERATED. DO NOT EDIT.
// Code generated by chromedp-gen. DO NOT EDIT.
// Quad an array of quad vertices, x immediately followed by y for each
// point, points clock-wise.

View File

@ -8,7 +8,7 @@
// Generated by the chromedp-gen command.
package domdebugger
// AUTOGENERATED. DO NOT EDIT.
// Code generated by chromedp-gen. DO NOT EDIT.
import (
"context"

View File

@ -1,6 +1,6 @@
package domdebugger
// AUTOGENERATED. DO NOT EDIT.
// Code generated by chromedp-gen. DO NOT EDIT.
import (
"errors"

View File

@ -7,7 +7,7 @@
// Generated by the chromedp-gen command.
package domsnapshot
// AUTOGENERATED. DO NOT EDIT.
// Code generated by chromedp-gen. DO NOT EDIT.
import (
"context"

View File

@ -1,6 +1,6 @@
package domsnapshot
// AUTOGENERATED. DO NOT EDIT.
// Code generated by chromedp-gen. DO NOT EDIT.
import (
cdp "github.com/knq/chromedp/cdp"

View File

@ -6,7 +6,7 @@
// Generated by the chromedp-gen command.
package domstorage
// AUTOGENERATED. DO NOT EDIT.
// Code generated by chromedp-gen. DO NOT EDIT.
import (
"context"

View File

@ -1,6 +1,6 @@
package domstorage
// AUTOGENERATED. DO NOT EDIT.
// Code generated by chromedp-gen. DO NOT EDIT.
import (
cdp "github.com/knq/chromedp/cdp"

View File

@ -1,6 +1,6 @@
package domstorage
// AUTOGENERATED. DO NOT EDIT.
// Code generated by chromedp-gen. DO NOT EDIT.
// StorageID dOM Storage identifier.
type StorageID struct {

View File

@ -6,7 +6,7 @@
// Generated by the chromedp-gen command.
package emulation
// AUTOGENERATED. DO NOT EDIT.
// Code generated by chromedp-gen. DO NOT EDIT.
import (
"context"

View File

@ -1,6 +1,6 @@
package emulation
// AUTOGENERATED. DO NOT EDIT.
// Code generated by chromedp-gen. DO NOT EDIT.
import (
cdp "github.com/knq/chromedp/cdp"

View File

@ -8,7 +8,7 @@ import (
"github.com/mailru/easyjson/jwriter"
)
// AUTOGENERATED. DO NOT EDIT.
// Code generated by chromedp-gen. DO NOT EDIT.
// ScreenOrientation screen orientation.
type ScreenOrientation struct {

View File

@ -6,4 +6,4 @@
// Generated by the chromedp-gen command.
package har
// AUTOGENERATED. DO NOT EDIT.
// Code generated by chromedp-gen. DO NOT EDIT.

View File

@ -1,6 +1,6 @@
package har
// AUTOGENERATED. DO NOT EDIT.
// Code generated by chromedp-gen. DO NOT EDIT.
// Cache this objects contains info about a request coming from browser
// cache.

View File

@ -1,6 +1,6 @@
package heapprofiler
// AUTOGENERATED. DO NOT EDIT.
// Code generated by chromedp-gen. DO NOT EDIT.
import (
cdp "github.com/knq/chromedp/cdp"

View File

@ -4,7 +4,7 @@
// Generated by the chromedp-gen command.
package heapprofiler
// AUTOGENERATED. DO NOT EDIT.
// Code generated by chromedp-gen. DO NOT EDIT.
import (
"context"

View File

@ -2,7 +2,7 @@ package heapprofiler
import "github.com/knq/chromedp/cdp/runtime"
// AUTOGENERATED. DO NOT EDIT.
// Code generated by chromedp-gen. DO NOT EDIT.
// HeapSnapshotObjectID heap snapshot object id.
type HeapSnapshotObjectID string

View File

@ -4,7 +4,7 @@
// Generated by the chromedp-gen command.
package indexeddb
// AUTOGENERATED. DO NOT EDIT.
// Code generated by chromedp-gen. DO NOT EDIT.
import (
"context"

View File

@ -9,7 +9,7 @@ import (
"github.com/mailru/easyjson/jwriter"
)
// AUTOGENERATED. DO NOT EDIT.
// Code generated by chromedp-gen. DO NOT EDIT.
// DatabaseWithObjectStores database with an array of object stores.
type DatabaseWithObjectStores struct {

View File

@ -4,7 +4,7 @@
// Generated by the chromedp-gen command.
package input
// AUTOGENERATED. DO NOT EDIT.
// Code generated by chromedp-gen. DO NOT EDIT.
import (
"context"

View File

@ -11,7 +11,7 @@ import (
"github.com/mailru/easyjson/jwriter"
)
// AUTOGENERATED. DO NOT EDIT.
// Code generated by chromedp-gen. DO NOT EDIT.
// TouchPoint [no description].
type TouchPoint struct {

View File

@ -1,6 +1,6 @@
package inspector
// AUTOGENERATED. DO NOT EDIT.
// Code generated by chromedp-gen. DO NOT EDIT.
import (
cdp "github.com/knq/chromedp/cdp"

View File

@ -4,7 +4,7 @@
// Generated by the chromedp-gen command.
package inspector
// AUTOGENERATED. DO NOT EDIT.
// Code generated by chromedp-gen. DO NOT EDIT.
import (
"context"

View File

@ -8,7 +8,7 @@ import (
"github.com/mailru/easyjson/jwriter"
)
// AUTOGENERATED. DO NOT EDIT.
// Code generated by chromedp-gen. DO NOT EDIT.
// DetachReason detach reason.
type DetachReason string

View File

@ -6,7 +6,7 @@
// Generated by the chromedp-gen command.
package io
// AUTOGENERATED. DO NOT EDIT.
// Code generated by chromedp-gen. DO NOT EDIT.
import (
"context"

View File

@ -1,6 +1,6 @@
package io
// AUTOGENERATED. DO NOT EDIT.
// Code generated by chromedp-gen. DO NOT EDIT.
// StreamHandle [no description].
type StreamHandle string

View File

@ -1,6 +1,6 @@
package layertree
// AUTOGENERATED. DO NOT EDIT.
// Code generated by chromedp-gen. DO NOT EDIT.
import (
cdp "github.com/knq/chromedp/cdp"

View File

@ -4,7 +4,7 @@
// Generated by the chromedp-gen command.
package layertree
// AUTOGENERATED. DO NOT EDIT.
// Code generated by chromedp-gen. DO NOT EDIT.
import (
"context"

View File

@ -1,6 +1,6 @@
package layertree
// AUTOGENERATED. DO NOT EDIT.
// Code generated by chromedp-gen. DO NOT EDIT.
import (
"errors"

View File

@ -1,6 +1,6 @@
package log
// AUTOGENERATED. DO NOT EDIT.
// Code generated by chromedp-gen. DO NOT EDIT.
import (
cdp "github.com/knq/chromedp/cdp"

View File

@ -6,7 +6,7 @@
// Generated by the chromedp-gen command.
package log
// AUTOGENERATED. DO NOT EDIT.
// Code generated by chromedp-gen. DO NOT EDIT.
import (
"context"

View File

@ -10,7 +10,7 @@ import (
"github.com/mailru/easyjson/jwriter"
)
// AUTOGENERATED. DO NOT EDIT.
// Code generated by chromedp-gen. DO NOT EDIT.
// Entry log entry.
type Entry struct {

View File

@ -4,7 +4,7 @@
// Generated by the chromedp-gen command.
package memory
// AUTOGENERATED. DO NOT EDIT.
// Code generated by chromedp-gen. DO NOT EDIT.
import (
"context"

View File

@ -8,7 +8,7 @@ import (
"github.com/mailru/easyjson/jwriter"
)
// AUTOGENERATED. DO NOT EDIT.
// Code generated by chromedp-gen. DO NOT EDIT.
// PressureLevel memory pressure level.
type PressureLevel string

View File

@ -1,6 +1,6 @@
package network
// AUTOGENERATED. DO NOT EDIT.
// Code generated by chromedp-gen. DO NOT EDIT.
import (
cdp "github.com/knq/chromedp/cdp"

View File

@ -8,7 +8,7 @@
// Generated by the chromedp-gen command.
package network
// AUTOGENERATED. DO NOT EDIT.
// Code generated by chromedp-gen. DO NOT EDIT.
import (
"context"

View File

@ -1,6 +1,6 @@
package network
// AUTOGENERATED. DO NOT EDIT.
// Code generated by chromedp-gen. DO NOT EDIT.
import (
"errors"

View File

@ -1,6 +1,6 @@
package overlay
// AUTOGENERATED. DO NOT EDIT.
// Code generated by chromedp-gen. DO NOT EDIT.
import (
cdp "github.com/knq/chromedp/cdp"

View File

@ -7,7 +7,7 @@
// Generated by the chromedp-gen command.
package overlay
// AUTOGENERATED. DO NOT EDIT.
// Code generated by chromedp-gen. DO NOT EDIT.
import (
"context"

View File

@ -1,6 +1,6 @@
package overlay
// AUTOGENERATED. DO NOT EDIT.
// Code generated by chromedp-gen. DO NOT EDIT.
import (
"errors"

View File

@ -1,6 +1,6 @@
package page
// AUTOGENERATED. DO NOT EDIT.
// Code generated by chromedp-gen. DO NOT EDIT.
import (
cdp "github.com/knq/chromedp/cdp"

View File

@ -7,7 +7,7 @@
// Generated by the chromedp-gen command.
package page
// AUTOGENERATED. DO NOT EDIT.
// Code generated by chromedp-gen. DO NOT EDIT.
import (
"context"

View File

@ -1,6 +1,6 @@
package page
// AUTOGENERATED. DO NOT EDIT.
// Code generated by chromedp-gen. DO NOT EDIT.
import (
"errors"

View File

@ -1,6 +1,6 @@
package profiler
// AUTOGENERATED. DO NOT EDIT.
// Code generated by chromedp-gen. DO NOT EDIT.
import (
cdp "github.com/knq/chromedp/cdp"

View File

@ -4,7 +4,7 @@
// Generated by the chromedp-gen command.
package profiler
// AUTOGENERATED. DO NOT EDIT.
// Code generated by chromedp-gen. DO NOT EDIT.
import (
"context"

View File

@ -2,7 +2,7 @@ package profiler
import "github.com/knq/chromedp/cdp/runtime"
// AUTOGENERATED. DO NOT EDIT.
// Code generated by chromedp-gen. DO NOT EDIT.
// ProfileNode profile node. Holds callsite information, execution statistics
// and child nodes.

View File

@ -1,6 +1,6 @@
package runtime
// AUTOGENERATED. DO NOT EDIT.
// Code generated by chromedp-gen. DO NOT EDIT.
import (
cdp "github.com/knq/chromedp/cdp"

View File

@ -11,7 +11,7 @@
// Generated by the chromedp-gen command.
package runtime
// AUTOGENERATED. DO NOT EDIT.
// Code generated by chromedp-gen. DO NOT EDIT.
import (
"context"

View File

@ -11,7 +11,7 @@ import (
"github.com/mailru/easyjson/jwriter"
)
// AUTOGENERATED. DO NOT EDIT.
// Code generated by chromedp-gen. DO NOT EDIT.
// ScriptID unique script identifier.
type ScriptID string

View File

@ -6,7 +6,7 @@
// Generated by the chromedp-gen command.
package schema
// AUTOGENERATED. DO NOT EDIT.
// Code generated by chromedp-gen. DO NOT EDIT.
import (
"context"

View File

@ -1,6 +1,6 @@
package schema
// AUTOGENERATED. DO NOT EDIT.
// Code generated by chromedp-gen. DO NOT EDIT.
// Domain description of the protocol domain.
type Domain struct {

View File

@ -1,6 +1,6 @@
package security
// AUTOGENERATED. DO NOT EDIT.
// Code generated by chromedp-gen. DO NOT EDIT.
import (
cdp "github.com/knq/chromedp/cdp"

View File

@ -6,7 +6,7 @@
// Generated by the chromedp-gen command.
package security
// AUTOGENERATED. DO NOT EDIT.
// Code generated by chromedp-gen. DO NOT EDIT.
import (
"context"

View File

@ -8,7 +8,7 @@ import (
"github.com/mailru/easyjson/jwriter"
)
// AUTOGENERATED. DO NOT EDIT.
// Code generated by chromedp-gen. DO NOT EDIT.
// CertificateID an internal certificate ID value.
type CertificateID int64

View File

@ -1,6 +1,6 @@
package serviceworker
// AUTOGENERATED. DO NOT EDIT.
// Code generated by chromedp-gen. DO NOT EDIT.
import (
cdp "github.com/knq/chromedp/cdp"

View File

@ -4,7 +4,7 @@
// Generated by the chromedp-gen command.
package serviceworker
// AUTOGENERATED. DO NOT EDIT.
// Code generated by chromedp-gen. DO NOT EDIT.
import (
"context"

View File

@ -9,7 +9,7 @@ import (
"github.com/mailru/easyjson/jwriter"
)
// AUTOGENERATED. DO NOT EDIT.
// Code generated by chromedp-gen. DO NOT EDIT.
// Registration serviceWorker registration.
type Registration struct {

View File

@ -4,7 +4,7 @@
// Generated by the chromedp-gen command.
package storage
// AUTOGENERATED. DO NOT EDIT.
// Code generated by chromedp-gen. DO NOT EDIT.
import (
"context"

View File

@ -8,7 +8,7 @@ import (
"github.com/mailru/easyjson/jwriter"
)
// AUTOGENERATED. DO NOT EDIT.
// Code generated by chromedp-gen. DO NOT EDIT.
// Type enum of possible storage types.
type Type string

View File

@ -7,7 +7,7 @@
// Generated by the chromedp-gen command.
package systeminfo
// AUTOGENERATED. DO NOT EDIT.
// Code generated by chromedp-gen. DO NOT EDIT.
import (
"context"

View File

@ -2,7 +2,7 @@ package systeminfo
import "github.com/mailru/easyjson"
// AUTOGENERATED. DO NOT EDIT.
// Code generated by chromedp-gen. DO NOT EDIT.
// GPUDevice describes a single graphics processor (GPU).
type GPUDevice struct {

View File

@ -1,6 +1,6 @@
package target
// AUTOGENERATED. DO NOT EDIT.
// Code generated by chromedp-gen. DO NOT EDIT.
import (
cdp "github.com/knq/chromedp/cdp"

View File

@ -6,7 +6,7 @@
// Generated by the chromedp-gen command.
package target
// AUTOGENERATED. DO NOT EDIT.
// Code generated by chromedp-gen. DO NOT EDIT.
import (
"context"

View File

@ -1,6 +1,6 @@
package target
// AUTOGENERATED. DO NOT EDIT.
// Code generated by chromedp-gen. DO NOT EDIT.
// ID [no description].
type ID string

View File

@ -1,6 +1,6 @@
package tethering
// AUTOGENERATED. DO NOT EDIT.
// Code generated by chromedp-gen. DO NOT EDIT.
import (
cdp "github.com/knq/chromedp/cdp"

View File

@ -6,7 +6,7 @@
// Generated by the chromedp-gen command.
package tethering
// AUTOGENERATED. DO NOT EDIT.
// Code generated by chromedp-gen. DO NOT EDIT.
import (
"context"

View File

@ -1,6 +1,6 @@
package tracing
// AUTOGENERATED. DO NOT EDIT.
// Code generated by chromedp-gen. DO NOT EDIT.
import (
cdp "github.com/knq/chromedp/cdp"

View File

@ -4,7 +4,7 @@
// Generated by the chromedp-gen command.
package tracing
// AUTOGENERATED. DO NOT EDIT.
// Code generated by chromedp-gen. DO NOT EDIT.
import (
"context"

View File

@ -8,7 +8,7 @@ import (
"github.com/mailru/easyjson/jwriter"
)
// AUTOGENERATED. DO NOT EDIT.
// Code generated by chromedp-gen. DO NOT EDIT.
// MemoryDumpConfig configuration for memory dump. Used only when
// "memory-infra" category is enabled.

View File

@ -1,4 +1,4 @@
// AUTOGENERATED FILE: easyjson marshaler/unmarshalers.
// Code generated by easyjson for marshaling/unmarshaling. DO NOT EDIT.
package client

View File

@ -61,7 +61,7 @@ func main() {
const (
tpl = `package internal
// AUTOGENERATED. DO NOT EDIT.
// Code generated by gen-domain.go. DO NOT EDIT.
import (
"fmt"

View File

@ -1,6 +1,6 @@
package internal
// AUTOGENERATED. DO NOT EDIT.
// Code generated by gen-domain.go. DO NOT EDIT.
import (
"fmt"

View File

@ -14,7 +14,7 @@
// Generated by the chromedp-gen command.{% endif %}
package {%s= pkgName %}
// AUTOGENERATED. DO NOT EDIT.
{%s= "// Code generated by chromedp-gen. DO NOT EDIT." %}
{% endfunc %}
// FileImportTemplate is a general import template.

View File

@ -70,7 +70,11 @@ package `)
//line templates/file.qtpl:15
qw422016.N().S(`
// AUTOGENERATED. DO NOT EDIT.
`)
//line templates/file.qtpl:17
qw422016.N().S("// Code generated by chromedp-gen. DO NOT EDIT.")
//line templates/file.qtpl:17
qw422016.N().S(`
`)
//line templates/file.qtpl:18
}

View File

@ -51,7 +51,7 @@ const (
const (
hdr = `package %s
// AUTOGENERATED. DO NOT EDIT.
` + `// Code generated by gen.go. DO NOT EDIT.` + `
// DOM keys.
const (

Some files were not shown because too many files have changed in this diff Show More