Closed Bug 1162614 Opened 9 years ago Closed 7 years ago

typo in Debugger.Script.md

Categories

(Core :: JavaScript Engine, defect)

Other Branch
defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla59
Tracking Status
firefox59 --- fixed

People

(Reporter: tromey, Assigned: tromey)

Details

Attachments

(1 file, 1 obsolete file)

Debugger.Script.md says:

<code>clearBreakpoints(handler, [<i>offset</i>])</code>

But the code says:

    JS_FN("clearBreakpoint", DebuggerScript_clearBreakpoint, 1, 0),

That is, the documentation has an extra "s" in the function name.
Can I take this over?
Attached patch Bug-1162614.patch (obsolete) — Splinter Review
Attachment #8934392 - Flags: review?(ttromey)
Comment on attachment 8934392 [details] [diff] [review]
Bug-1162614.patch

Review of attachment 8934392 [details] [diff] [review]:
-----------------------------------------------------------------

Thank you for the patch.  This looks good to me.
Attachment #8934392 - Flags: review?(ttromey) → review+
I think that this doesn't need a try run.
So, the thing to do is put "DONTBUILD" into the commit message's first line, like

Bug - 1162614 : changed 'clearBreakpoints(handler, [<i>offset</i>])' to 'clearBreakpoint(handler, [<i>offset</i>])'; DONTBUILD, r=tromey

... actually I would reword that a little and (1) remove the "-" and (2) make the subject a little less wordy, like:

Bug 1162614 - fix incorrect function name in Debugger.Script.md; DONTBUILD, r=tromey

Once you've done this we can set the "checkin-needed" flag.

Thanks!
Actually dholbert pointed out that I ought to just land this myself.
So I'll do that in a bit.  You don't have to update the commit message, I'll handle that.
Apparently I've lost my direct push authorization due to disuse.
So I'm going to try autoland instead.
Comment on attachment 8934569 [details]
Bug 1162614 - fix incorrect function name in Debugger.Script.md; DONTBUILD,

https://reviewboard.mozilla.org/r/205464/#review211072
Attachment #8934569 - Flags: review?(ttromey) → review+
Pushed by ttromey@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1eba7de6b450
fix incorrect function name in Debugger.Script.md; DONTBUILD, r=tromey
Attachment #8934392 - Attachment is obsolete: true
https://hg.mozilla.org/mozilla-central/rev/1eba7de6b450
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla59
Assignee: nobody → ttromey
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: