Get desktop application:
View/edit binary Protocol Buffers messages
An annotation drawn by the user on the screenshot of a web page.
Used in:
A rectangular area covered by this annotation on annotated image. The (0, 0) coordinate is placed in the top-left corner of the image. One unit corresponds to one pixel.
A snippet of text displayed inside annotated portion of a web page.
A path from root element of the document to the annotated element.
Used in:
Used in:
Chrome Browser and Chrome OS specific data.
Used in:
,What platform has a report been sent from.
Encapsulates the priorities of Buganizer issues.
Used in:
Used in:
Used in:
Data present in all kinds of feedbacks, regardless of source (Web, Android, other).
Used in:
,Description of the problem entered by user.
Unique identifier of feedback report. If set than only one report with the same identifier is stored in the system. If you are not sure how to use it leave it not set.
2D Dimensions.
Used in:
Used in:
,Indicates browser and mpm release.
Contains data about possible errors on the client side. Describes number of attempts to send feedback and possible error codes/ exceptions which occured.
Sent along with request for extension page when user attempts to open feedback tab.
Url of the page (without request params) that user wants to open feedback tool for.
Sent when user hits final submit button.
Contains information needed to check whether particular feedback type applies to the page user is browsing and forward it's execution to a specific handler. It also carries information about the creator. TODO(morgwai): design new structure of Type with fields relevant for android, web, selenium grouped into submessages.
index of feedback type as found in database
Specifies whether this feedback type is currently enabled and feedback of this type can be submitted.
Problem name of this feedback type on Google Feedback pages.
Name of the product to which this feedback type belongs.
matcher to execute against page
Comma separated list of email addresses to which email notification is sent upon each new feedback of this type. No email is sent if this field is set to an empty string.
Kind of feedback type.
Prefix to be added to summary of notification email sent for feedback of this type.
String template with which "Additional Info" field in extension should be initially filled.
ID of the product this feedback type belongs to.
Tag that is used for marking feedback types that require non-ordinary handling. E.g: This field is equal: "unclassified" for Unclassified feedback, "android" for android feedback "selenium" for selenium feedback
Problem description visible in feedback extension.
Specifies the visibility of this feedback type.
Specifies channel via which notification about feedback of this type should be sent.
Specifies granularity of notifications send for feedbacks of this type.
Threshold for number of feedbacks in a cluster at which notification is sent.
Encapsulates different kind of feedback type.
Used in:
Product feedback type.
Special feedback type (e.g. fixit).
Granularity of notifications.
Used in:
Send notification per each feedback.
Send notification per clustered group of similar feedbacks.
Channel via which notification about feedback should be send
Used in:
Send email notification.
File a bug in buganizer.
File a bug in issue tracker.
Visibilities of feedback type.
Used in:
feedback type visible in external extension only
feedback type visible in internal extension only
Data captured from HTMLDocument DOM object.
Used in:
,The value of document.URL property.
The value of document.title property.
The value of document.documentElement property.
Data captured from HTMLElement DOM object.
Used in:
The value of element.tagName property.
The value of element.id property.
The value of element.className property.
A list of child elements.
The value of frame.contentDocument property for FRAME and IFRAME elements.
A path in the HTML document between two elements, which are in the ancestor-descendant relationship.
Used in:
Ordered list of zero-based indices. Empty path selects root element. Non-negative index N selects (N+1)-th child. Index -1 selects root element from frame content document.
Additional data sent by the internal version.
List of user names in google.com domain to which feedback should be sent directly apart from submitting it to server.
Subject of the problem entered by user.
If this flag is set then product support team should be notified immediately.
Used to detect content relevant to particular type of feedback.
Used in:
XPATH expression to match against page.
Regexp matching page URL.
Approval by feedback admins
Data captured from DOM Navigator object.
Used in:
The value of 'navigator.appCodeName' property.
The value of 'navigator.appName' property.
The value of 'navigator.appVersion' property.
The value of 'navigator.appMinorVersion' property.
The value of 'navigator.cookieEnabled' property.
The value of 'navigator.cpuClass' property.
The value of 'navigator.onLine' property.
The value of 'navigator.platform' property.
The value of 'navigator.browserLanguage' property.
The value of 'navigator.systemLanguage' property.
The value of 'navigator.userAgent' property.
The return value of 'navigator.javaEnabled()' method.
The return value of 'navigator.taintEnabled()' method.
Plugin names specified by 'navigator.plugins' property.
Used in:
mime_type of data
raw data
Used in:
Product for which feedback can be sent: GMail, Writely etc.
Used in:
mime_type of data
raw data
Product specific data. Contains one key/value pair that is specific to the product for which feedback is submitted.
Used in:
Axis-aligned rectangle in 2D space.
Used in:
A query for suggestions, sent when the user hits the preview button.
Data present in feedbacks sent from web extension.
Used in:
,Data captured from DOM Navigator object.
Details of the extension from which this data was sent.
The URL of the document. Useful when user opts out from sending html structure.
A list of annotations.
The ID of the suggestion selected by the user. Possible values: - Not set if no suggestions were shown, either because the version of the client did not support suggestions, suggestions were disabled or no matching suggestions were found. - NONE_OF_THE_ABOVE if the user has chosen "None of the above". - Empty string if suggestions were shown but the user hasn't chosen any of them (and also she hasn't chosen "None of the above"). - Actual suggestion identifier as returned from the server.
Name of the binary data stored. Replicated from ProductSpecificBinaryData.name which is stored as a separate column in Feedbacks3 megastore table.