Closed Bug 716529 Opened 12 years ago Closed 12 years ago

GCLI help crasher workaround should be fixed properly

Categories

(DevTools :: Console, defect, P3)

defect

Tracking

(Not tracked)

RESOLVED FIXED
Firefox 15

People

(Reporter: jwalker, Unassigned)

References

Details

i.e. do something better about the fix in bug 709748
Depends on: 709748
Depends on: 575675
Before the hack, help_intro.html read:


<h2>${l10n.introHeader}</h2>

<p>
  <a target="_blank" href="https://developer.mozilla.org/AppLinks/WebConsoleHelp?locale=${lang}">
    ${l10n.introBody}
  </a>
</p>


We might consider the alternate fix of something like:

<p>
  <span onclick="window.open('https://developer.mozilla.org/AppLinks/WebConsoleHelp?locale=${lang}')">
    ${l10n.introBody}
  </span>
</p>
No longer depends on: 709748
Blocks: GCLI-12
Bug triage, filter on PEGASUS.
Priority: -- → P2
Target Milestone: --- → Firefox 12
Triage. Filter on PEGASUS.
Priority: P2 → P3
No longer blocks: GCLI-12
Target Milestone: Firefox 12 → Firefox 13
Target Milestone: Firefox 13 → Firefox 14
GCLI Triage.
Fixed with the closing of bug 720641
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: Firefox 14 → Firefox 15
Product: Firefox → DevTools
You need to log in before you can comment on or make changes to this bug.