OLD | NEW |
1 <p id="classSummary"> | |
2 Use the <code>chrome.feedbackPrivate</code> module to | |
3 provide Chrome [OS] feedback to the Google Feedback | |
4 servers. | |
5 </p> | |
6 | |
7 <h2 id="code">Implemention of the Chrome [OS] Feedback UI</h2> | 1 <h2 id="code">Implemention of the Chrome [OS] Feedback UI</h2> |
8 | 2 |
9 <p> | 3 <p> |
10 The Chrome [OS] Feedback UI is invoked when the user clicks | 4 The Chrome [OS] Feedback UI is invoked when the user clicks |
11 the Report an Issue button in the wrench->tools menu (wrench | 5 the Report an Issue button in the wrench->tools menu (wrench |
12 menu if on Chrome OS). This triggers the onFeedbackRequested event | 6 menu if on Chrome OS). This triggers the onFeedbackRequested event |
13 with a feedbackInfo object with the URL of the current page | 7 with a feedbackInfo object with the URL of the current page |
14 (determined by the active tab) and if available, the email of the | 8 (determined by the active tab) and if available, the email of the |
15 logged in user filled in. On Chrome OS, the system information field | 9 logged in user filled in. On Chrome OS, the system information field |
16 in the feedbackInfo object may also contain relevent data <i>(for | 10 in the feedbackInfo object may also contain relevent data <i>(for |
(...skipping 23 matching lines...) Expand all Loading... |
40 | 34 |
41 <p class="note"> | 35 <p class="note"> |
42 <b>Note:</b> | 36 <b>Note:</b> |
43 The feedbackPrivate API can also be used by whitelisted apps to provide | 37 The feedbackPrivate API can also be used by whitelisted apps to provide |
44 a custom feedback UI and send Chrome Feedback. The productId field in | 38 a custom feedback UI and send Chrome Feedback. The productId field in |
45 the feedbackInfo structure can be given to override the product ID to | 39 the feedbackInfo structure can be given to override the product ID to |
46 be sent with the feedback report. This will allow the app to send | 40 be sent with the feedback report. This will allow the app to send |
47 feedback to it's own feedback bucket instead of the default Chrome [OS] | 41 feedback to it's own feedback bucket instead of the default Chrome [OS] |
48 one. | 42 one. |
49 </p> | 43 </p> |
OLD | NEW |