Closed
Bug 932305
Opened 11 years ago
Closed 11 years ago
The Cmd-D shortcut no longer works
Categories
(DevTools :: Debugger, defect, P2)
DevTools
Debugger
Tracking
(firefox26 unaffected, firefox27 fixed, firefox28 fixed)
RESOLVED
FIXED
Firefox 28
Tracking | Status | |
---|---|---|
firefox26 | --- | unaffected |
firefox27 | --- | fixed |
firefox28 | --- | fixed |
People
(Reporter: past, Assigned: vporof)
References
Details
(Keywords: regression, Whiteboard: [good first verify])
Attachments
(1 file)
(deleted),
patch
|
past
:
review+
bajaj
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
Before the CodeMirror integration Cmd-D used to focus the search bar and prepend the '@' character to search for a function definition. It looks like bug 919709 broke it.
Assignee | ||
Comment 1•11 years ago
|
||
Need to uplift to aurora as well.
Assignee | ||
Updated•11 years ago
|
OS: Mac OS X → All
Priority: -- → P2
Hardware: x86 → All
Assignee | ||
Updated•11 years ago
|
status-firefox26:
--- → unaffected
status-firefox27:
--- → affected
status-firefox28:
--- → affected
Reporter | ||
Updated•11 years ago
|
Attachment #8338303 -
Flags: review?(past) → review+
Assignee | ||
Comment 2•11 years ago
|
||
Whiteboard: [fixed-in-fx-team]
Assignee | ||
Comment 3•11 years ago
|
||
Comment on attachment 8338303 [details] [diff] [review]
dbg-cmd-d.patch
[Approval Request Comment]
Bug caused by (feature/regressing bug #): Bug 919709
User impact if declined: Users won't be able to easily search for functions in the debugger
Testing completed (on m-c, etc.): locally, fx-team
Risk to taking this patch (and alternatives if risky): None
String or IDL/UUID changes made by this patch: None
Attachment #8338303 -
Flags: approval-mozilla-aurora?
Comment 4•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 28
Updated•11 years ago
|
Updated•11 years ago
|
Attachment #8338303 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Assignee | ||
Comment 5•11 years ago
|
||
Assignee | ||
Updated•11 years ago
|
Victor, does this have or need in-testsuite tests?
Flags: needinfo?(vporof)
Flags: in-testsuite?
Whiteboard: [good first verify]
(In reply to Victor Porof [:vp] from comment #7)
> This functionality has automated tests.
Did it have automated tests before this regressed? If so I think the reliability of said tests needs to be investigated.
Flags: in-testsuite? → in-testsuite+
Assignee | ||
Comment 9•11 years ago
|
||
The functionality itself has automated tests that work properly. However, there is not test that triggers the shortcut via a keyboard event (this particular bug).
Comment 10•11 years ago
|
||
(In reply to Victor Porof [:vp] from comment #9)
> The functionality itself has automated tests that work properly. However,
> there is not test that triggers the shortcut via a keyboard event (this
> particular bug).
Seems like something we could do in Mozmill. Henrik?
Flags: in-qa-testsuite?(hskupin)
Comment 11•11 years ago
|
||
(In reply to Anthony Hughes, QA Mentor (:ashughes) from comment #10)
> (In reply to Victor Porof [:vp] from comment #9)
> > The functionality itself has automated tests that work properly. However,
> > there is not test that triggers the shortcut via a keyboard event (this
> > particular bug).
>
> Seems like something we could do in Mozmill. Henrik?
I think this can be a browser-chrome test, unless it's localization dependent
Comment 12•11 years ago
|
||
Oh, totally a Mozmill test regarding the localization dependent request. Browser-chrome will only test en-US builds.
Updated•11 years ago
|
Flags: in-testsuite+ → in-testsuite-
Comment 13•10 years ago
|
||
Removing my name from in-qa-testsuite flag for a better query.
Flags: in-qa-testsuite?(hskupin) → in-qa-testsuite?
Comment 14•7 years ago
|
||
If a shortcut test is still wanted I would suggest that you file a bug in Testing:Firefox UI Tests.
Flags: in-qa-testsuite?
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•