Closed
Bug 1307924
Opened 8 years ago
Closed 2 years ago
Handle tip-of-tree version of Chrome protocol
Categories
(DevTools :: Console, enhancement, P3)
DevTools
Console
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: linclark, Unassigned)
Details
(Whiteboard: [newconsole-reserve])
Originally posted by:linclark
see https://github.com/devtools-html/gecko-dev/issues/217
There is a stable version of the Chrome protocol and a tip-of-tree version.
`ConsoleMessage.parameters` have been [removed](https://github.com/ChromeDevTools/debugger-protocol-viewer/commit/acf8056789f0e1345fe9536f74f8a0a7ee174bbd#diff-22e7f1ed0925fad850e74056f3490040L1990) from tot and `ConsoleMessage.messageText` has been changed to `text`.
The 2nd change isn't too much of an issue, but the first change has ramifications for our use of reps. If the server is not providing the RemoteObjects, then there's no need for something like reps on the client side.
Reporter | ||
Updated•8 years ago
|
Priority: -- → P2
Whiteboard: new-console
Updated•8 years ago
|
Blocks: enable-new-console
Flags: qe-verify-
Priority: P2 → P3
Whiteboard: new-console → [reserve-new-console]
Updated•8 years ago
|
Whiteboard: [reserve-new-console] → [reserve-console-html]
Updated•7 years ago
|
Priority: P3 → P4
Updated•7 years ago
|
Flags: qe-verify-
Priority: P4 → P2
Whiteboard: [reserve-console-html] → [newconsole-mvp]
Updated•7 years ago
|
No longer blocks: enable-new-console
Updated•7 years ago
|
Priority: P2 → P3
Whiteboard: [newconsole-mvp] → [newconsole-reserve]
Updated•6 years ago
|
Product: Firefox → DevTools
Updated•2 years ago
|
Severity: normal → S3
Updated•2 years ago
|
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•