Closed
Bug 906439
Opened 12 years ago
Closed 12 years ago
about:support should not display the link to about:crashes when crash reporter is disabled
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
FIXED
Firefox 26
People
(Reporter: jidanni, Assigned: glandium)
Details
Attachments
(1 file)
User Agent: Mozilla/5.0 (X11; Linux i686; rv:25.0) Gecko/20100101 Firefox/25.0 Iceweasel/25.0a2 (Beta/Release)
Build ID: 20130816004007
Steps to reproduce:
In Help > Troubleshooting Information clicked about:crashes out of curiosity.
Actual results:
"The URL is not valid and cannot be loaded."
Comment 1•12 years ago
|
||
Is the URL shown? Have you made sure that this is not an issue because of Debian renaming some folder path from Firefox to IceWeasel?
Reporter | ||
Comment 2•12 years ago
|
||
OK, submitted http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=720102
Assignee | ||
Comment 3•12 years ago
|
||
Debian currently disables the crash reporter.
Status: UNCONFIRMED → RESOLVED
Closed: 12 years ago
Resolution: --- → INVALID
Reporter | ||
Comment 4•12 years ago
|
||
Well then Debian had better take further steps,
as users will still click there!
Assignee | ||
Updated•12 years ago
|
Status: RESOLVED → REOPENED
Ever confirmed: true
Resolution: INVALID → ---
Summary: Troubleshooting Information about:crashes gives The URL is not valid and cannot be loaded. → about:support should not display the link to about:crashes when crash reporter is disabled
Assignee | ||
Comment 5•12 years ago
|
||
Attachment #792051 -
Flags: review?(gavin.sharp)
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → mh+mozilla
Comment 6•12 years ago
|
||
Comment on attachment 792051 [details] [diff] [review]
Hide about:crashes link from about:support when building with --disable-crash-reporter
>diff --git a/toolkit/content/Makefile.in b/toolkit/content/Makefile.in
>+ifdef MOZ_CRASHREPORTER
>+DEFINES += -DMOZ_CRASHREPORTER
>+endif
MOZ_CRASHREPORTER is AC_DEFINE()d, so this shouldn't be necessary? r=me with it removed.
Attachment #792051 -
Flags: review?(gavin.sharp) → review+
Assignee | ||
Comment 7•12 years ago
|
||
Comment 8•12 years ago
|
||
Status: REOPENED → RESOLVED
Closed: 12 years ago → 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 26
You need to log in
before you can comment on or make changes to this bug.
Description
•