Closed
Bug 1406841
Opened 7 years ago
Closed 7 years ago
Migrate browser_webconsole_property_provider.js to the new frontend
Categories
(DevTools :: Console, enhancement, P1)
DevTools
Console
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 59
People
(Reporter: nchevobbe, Assigned: jdescottes)
References
Details
(Whiteboard: [newconsole-mvp])
Attachments
(2 files)
59 bytes,
text/x-review-board-request
|
bgrins
:
review+
|
Details |
3.20 KB,
patch
|
Details | Diff | Splinter Review |
No description provided.
Updated•7 years ago
|
Priority: -- → P3
Updated•7 years ago
|
Priority: P3 → P2
Whiteboard: [newconsole-mvp]
Comment hidden (mozreview-request) |
Assignee | ||
Comment 2•7 years ago
|
||
Comment on attachment 8941230 [details]
Bug 1406841 - remove js property provider mochitests;
We could migrate the test to e10s (and remove the version in the old frontend, since it doesn't assert anything frontend-related). That's what I do in this patch
However I feel like the feature is already covered through:
- https://searchfox.org/mozilla-central/source/devtools/shared/webconsole/test/unit/test_js_property_provider.js
- https://searchfox.org/mozilla-central/source/devtools/shared/webconsole/test/test_jsterm_autocomplete.html
So maybe we should simply delete the browser mochitests here in favor of the xpcshell test + chrome mochitest?
Attachment #8941230 -
Flags: feedback?(bgrinstead)
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → jdescottes
Status: NEW → ASSIGNED
Priority: P2 → P1
Comment 3•7 years ago
|
||
(In reply to Julian Descottes [:jdescottes][:julian] from comment #2)
> We could migrate the test to e10s (and remove the version in the old
> frontend, since it doesn't assert anything frontend-related). That's what I
> do in this patch
>
> However I feel like the feature is already covered through:
> -
> https://searchfox.org/mozilla-central/source/devtools/shared/webconsole/test/
> unit/test_js_property_provider.js
> -
> https://searchfox.org/mozilla-central/source/devtools/shared/webconsole/test/
> test_jsterm_autocomplete.html
>
> So maybe we should simply delete the browser mochitests here in favor of the
> xpcshell test + chrome mochitest?
Yeah, we don't need this as a mochitest. Nothing relevant to the test requires the browser chrome. Good find - I'd go ahead and remove both versions.
Comment 4•7 years ago
|
||
mozreview-review |
Comment on attachment 8941230 [details]
Bug 1406841 - remove js property provider mochitests;
https://reviewboard.mozilla.org/r/211496/#review217880
See comment 3
Assignee | ||
Comment 5•7 years ago
|
||
Comment on attachment 8941230 [details]
Bug 1406841 - remove js property provider mochitests;
Thanks Brian! I'll send a new patch removing the existing tests.
Attachment #8941230 -
Flags: feedback?(bgrinstead)
Comment hidden (mozreview-request) |
Comment 7•7 years ago
|
||
mozreview-review |
Comment on attachment 8941230 [details]
Bug 1406841 - remove js property provider mochitests;
https://reviewboard.mozilla.org/r/211496/#review218324
Thanks!
Attachment #8941230 -
Flags: review?(bgrinstead) → review+
Comment hidden (mozreview-request) |
Assignee | ||
Comment 9•7 years ago
|
||
Just noticed that this html file doesn't seem used anywhere in tests.
https://treeherder.mozilla.org/#/jobs?repo=try&revision=1404a7deedb57cc34c0932931abab0366b77f52c
Comment 10•7 years ago
|
||
Pushed by jdescottes@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/715ae6e13c97
remove js property provider mochitests;r=bgrins
Comment 11•7 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox59:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 59
Updated•7 years ago
|
Updated•6 years ago
|
Product: Firefox → DevTools
Reporter | ||
Updated•6 years ago
|
status-firefox58:
wontfix → ---
status-firefox59:
fixed → ---
You need to log in
before you can comment on or make changes to this bug.
Description
•