Closed
Bug 1206426
Opened 10 years ago
Closed 10 years ago
Update WebIDE's unrestricted help URL
Categories
(DevTools Graveyard :: WebIDE, defect)
Tracking
(firefox44 fixed)
VERIFIED
FIXED
Firefox 44
Tracking | Status | |
---|---|---|
firefox44 | --- | fixed |
People
(Reporter: Oriol, Assigned: batmanav10, Mentored)
Details
(Whiteboard: [good first bug][lang=js][bugday-20151028])
Attachments
(1 file, 1 obsolete file)
1.68 KB,
patch
|
jryans
:
review+
|
Details | Diff | Splinter Review |
See http://mxr.mozilla.org/mozilla-release/source/browser/devtools/webide/content/runtimedetails.js#13
> const UNRESTRICTED_HELP_URL = "https://developer.mozilla.org/docs/Tools/WebIDE#Unrestricted_app_debugging_%28including_certified_apps.2C_main_process.2C_etc.%29";
But the contents of that MDN article have changed. Now it should be
> const UNRESTRICTED_HELP_URL = "https://developer.mozilla.org/docs/Tools/WebIDE/Running_and_debugging_apps#Unrestricted_app_debugging_%28including_certified_apps_main_process_etc.%29";
Mentor: jryans
Whiteboard: [good first bug][lang=js]
Assignee | ||
Comment 1•10 years ago
|
||
Hi,
I'd like to try my hand at this bug.
Could you point me to the repo I need to clone for this?
Take a look at our hacking[1] page to get started, it contains all that and more.
Comment 0 above mentions the file to modify, but it's since been moved to devtools/client/webide/content/runtimedetails.js.
Be sure to use the needinfo? field (set to "mentor") for future questions to make sure I don't miss them.
If you come up with a patch, attach it here and set either feedback? if unsure or review? if you think it's done set to me when you're ready.
Thanks for looking into this!
[1]: https://wiki.mozilla.org/DevTools/Hacking
Status: UNCONFIRMED → NEW
Ever confirmed: true
Assignee | ||
Comment 3•10 years ago
|
||
The DevTools Hacking link was really helpful, thanks!
I've made the recommended changes in this patch. I thinks it's ready for review.
Thanks!
Attachment #8669413 -
Flags: review?(jryans)
Assignee | ||
Comment 4•10 years ago
|
||
Also, could you assign the bug to me?
Comment on attachment 8669413 [details] [diff] [review]
Updated WebIDE's unrestricted help URL
Review of attachment 8669413 [details] [diff] [review]:
-----------------------------------------------------------------
Great, this change seems correct to me!
Can you update your patch to include "r=jryans" at the end of the commit message? See this[1] for an example.
[1]: https://developer.mozilla.org/en-US/docs/Tools/Contributing#Creating_a_patch_to_check_in
Attachment #8669413 -
Flags: review?(jryans) → feedback+
Assignee: nobody → batmanav10
Status: NEW → ASSIGNED
Assignee | ||
Comment 6•10 years ago
|
||
Missed that earlier, sorry.
Please find the updated patch attached.
Also, any specific time I can find you online on IRC?
Thanks.
Attachment #8669413 -
Attachment is obsolete: true
Attachment #8669800 -
Flags: review?(jryans)
(In reply to Manav Batra from comment #6)
> Also, any specific time I can find you online on IRC?
I am in the US Central time zone (UTC -6 / -5).
Comment on attachment 8669800 [details] [diff] [review]
Updated WebIDE's unrestricted help URL
Review of attachment 8669800 [details] [diff] [review]:
-----------------------------------------------------------------
Looks good! I don't believe there are any tests to run for this case, so I'll land the patch for you in a moment.
Thank you for working on this! Feel to check out other mentored bugs: http://firefox-dev.tools/
Attachment #8669800 -
Flags: review?(jryans) → review+
This bug will be marked FIXED once a sheriff merges the change into mozilla-central.
Comment 11•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox44:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 44
Comment 12•10 years ago
|
||
¡Hola Manav!
http://mxr.mozilla.org/mozilla-central/source/devtools/client/webide/content/runtimedetails.js#13 looks fine now.
¡Gracias!
Alex
Status: RESOLVED → VERIFIED
Whiteboard: [good first bug][lang=js] → [good first bug][lang=js][bugday-20151028]
Updated•7 years ago
|
Product: Firefox → DevTools
Updated•5 years ago
|
Product: DevTools → DevTools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•