Closed
Bug 1113035
Opened 10 years ago
Closed 10 years ago
Adapt Debugger Server startup code for changes in bug 1059001. error DebuggerServer.openListener is not a function
Categories
(Thunderbird :: General, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
Thunderbird 37.0
People
(Reporter: Fallen, Assigned: MakeMyDay)
References
Details
Attachments
(2 files, 1 obsolete file)
1.07 KB,
patch
|
mkmelin
:
review+
|
Details | Diff | Splinter Review |
958 bytes,
patch
|
neil
:
review+
|
Details | Diff | Splinter Review |
In bug 1059001, openListener has changed. See for example https://reviewboard.mozilla.org/r/1113/diff/2/#4
The Thunderbird actor needs to be adapted.
Updated•10 years ago
|
OS: Mac OS X → All
Assignee | ||
Comment 1•10 years ago
|
||
The fix ports the the approach from bug 1059001 to Thunderbird.
Assignee: nobody → makemyday
Status: NEW → ASSIGNED
Attachment #8539837 -
Flags: review?(mkmelin+mozilla)
Assignee | ||
Comment 2•10 years ago
|
||
There's another occurrence of DebuggerServer.openListener in CC - see http://mxr.mozilla.org/comm-central/source//suite/common/src/nsSuiteGlue.js#981
I don't know if this is an issue for Seamonkey - if so, they probably haven't noticed this, because they're swallowing any error for this.
Reporter | ||
Comment 3•10 years ago
|
||
The Seamonkey folks probably wouldn't mind if you fixed it for them :-P Up to you though if you have time.
Assignee | ||
Comment 4•10 years ago
|
||
I don't mind to do so - who would be the one to request the review from?
Reporter | ||
Comment 5•10 years ago
|
||
I'd go with the same reviewer(s) as in bug 973530
Assignee | ||
Comment 6•10 years ago
|
||
Updated patch for Thunderbird with removed whitespaces.
Attachment #8539837 -
Attachment is obsolete: true
Attachment #8539837 -
Flags: review?(mkmelin+mozilla)
Attachment #8540066 -
Flags: review?(mkmelin+mozilla)
Comment 8•10 years ago
|
||
Comment on attachment 8540070 [details] [diff] [review]
FixRemoteDebuggerServer-SM-v1.diff
Thanks for the patch!
Attachment #8540070 -
Flags: review?(neil) → review+
Comment 9•10 years ago
|
||
Comment on attachment 8540066 [details] [diff] [review]
FixRemoteDebuggerServer-TB-v2.diff
Review of attachment 8540066 [details] [diff] [review]:
-----------------------------------------------------------------
Looks good, thx! r=mkmelin
Attachment #8540066 -
Flags: review?(mkmelin+mozilla) → review+
Assignee | ||
Updated•10 years ago
|
Keywords: checkin-needed
Comment 10•10 years ago
|
||
https://hg.mozilla.org/comm-central/rev/c44eb2f54c29
https://hg.mozilla.org/comm-central/rev/b23c7800c7a6
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Keywords: checkin-needed
Hardware: x86 → All
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird 37.0
Comment 11•10 years ago
|
||
Confirm this now works. I had tried 2014-12-26 build which failed.
Status: RESOLVED → VERIFIED
Summary: Adapt Debugger Server startup code for changes in bug 1059001 → Adapt Debugger Server startup code for changes in bug 1059001. error DebuggerServer.openListener is not a function
Blocks: 1059001
You need to log in
before you can comment on or make changes to this bug.
Description
•