Closed
Bug 1157261
Opened 10 years ago
Closed 10 years ago
Fix reference to variable curFrame
Categories
(Remote Protocol :: Marionette, defect)
Remote Protocol
Marionette
Tracking
(firefox40 fixed)
RESOLVED
FIXED
mozilla40
Tracking | Status | |
---|---|---|
firefox40 | --- | fixed |
People
(Reporter: ato, Assigned: chmanchester)
Details
(Keywords: pi-marionette-server)
Attachments
(1 file, 1 obsolete file)
In the listener at https://dxr.mozilla.org/mozilla-central/source/testing/marionette/listener.js?from=marionette/listener.js#440 we refer to the cuFrame variable which doesn't exist. It should be curFrame.
Reporter | ||
Updated•10 years ago
|
Keywords: ateam-marionette-server
Assignee | ||
Comment 1•10 years ago
|
||
/r/7441 - Bug 1157261 - Fix typo in reference to curFrame in marionette listener.;r=ato
Pull down this commit:
hg pull -r 56e0c6a60a0bbf7af1a42abf8664dae0276e21dd https://reviewboard-hg.mozilla.org/gecko/
Attachment #8596067 -
Flags: review?(ato)
Assignee | ||
Comment 2•10 years ago
|
||
Reporter | ||
Comment 3•10 years ago
|
||
Comment on attachment 8596067 [details]
MozReview Request: bz://1157261/chmanchester
https://reviewboard.mozilla.org/r/7439/#review6215
Ship It!
Attachment #8596067 -
Flags: review?(ato) → review+
Assignee | ||
Updated•10 years ago
|
Keywords: checkin-needed
Comment 4•10 years ago
|
||
Assignee: nobody → cmanchester
Keywords: checkin-needed
Comment 5•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox40:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla40
Assignee | ||
Comment 6•10 years ago
|
||
Attachment #8596067 -
Attachment is obsolete: true
Attachment #8620114 -
Flags: review+
Assignee | ||
Comment 7•10 years ago
|
||
Updated•2 years ago
|
Product: Testing → Remote Protocol
You need to log in
before you can comment on or make changes to this bug.
Description
•