Closed
Bug 1593684
Opened 6 years ago
Closed 6 years ago
Send additional metadata via postMessage instead of POST from the report site issue extension
Categories
(Web Compatibility :: Tooling & Investigations, task, P1)
Web Compatibility
Tooling & Investigations
Tracking
(firefox72 fixed)
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox72 | --- | fixed |
People
(Reporter: ksenia, Assigned: ksenia)
References
Details
Attachments
(1 file)
As we're adding postMessage data support on the webcompat.com side not only for screenshots, but for the rest of the metadata here in order to support reporting on Fenix, lets also change the desktop reporter.
The following changes should be made:
-
When a new tab is open, don't send postData here.
-
Pass the following object instead of an image blob here
const data = {
screenshot: blob,
message: ${json}
};
postMessage(data, "${url.origin}");
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → kberezina
Status: NEW → ASSIGNED
Updated•6 years ago
|
Priority: -- → P1
Assignee | ||
Comment 1•6 years ago
|
||
Pushed by apavel@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/aeaa1c5b51e8
Send additional metadata via postMessage instead of POST from report site issue extension r=twisniewski,miketaylr
Comment 3•6 years ago
|
||
bugherder |
Updated•6 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•