Closed
Bug 90945
Opened 23 years ago
Closed 23 years ago
Do UI for Strict Javascript and dump() prefs
Categories
(SeaMonkey :: UI Design, defect)
SeaMonkey
UI Design
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla0.9.3
People
(Reporter: gerv, Assigned: gerv)
Details
Attachments
(3 files)
(deleted),
patch
|
Details | Diff | Splinter Review | |
(deleted),
patch
|
Details | Diff | Splinter Review | |
(deleted),
patch
|
Details | Diff | Splinter Review |
I can't be the only person who keeps forgetting the prefs to turn on strict JS
and the dump() command. We should add UI for these to the Debug preferences
panel.
Patch coming up - looking for r= and a rubberstamp.
Gerv
Assignee | ||
Comment 1•23 years ago
|
||
Comment 2•23 years ago
|
||
You probably need someone's approval (possibly Ben's) before checking in... but
the code looks good to me - assuming the additional changes you've made are all
whitespace changes (can we get a -uw please?). r=hwaara
Comment 4•23 years ago
|
||
Gervase Markham wrote:
> - <checkbox id="showAboutAsStupidModalWindow"
label="&debugShowAboutAsStupidModalWindow.label;"
> + <checkbox id="showAboutAsStupidModalWindow"
label="&debugShowAboutAsModal.label;"
> pref="true" preftype="bool"
prefstring="browser.show_about_as_stupid_modal_window"
> prefattribute="checked"/>
Why did you rename the entity to remove "Stupid" and "Window"?
Assignee | ||
Comment 5•23 years ago
|
||
Why not? :-) Because it was stupidly long and made it harder to format the
files.
Ben? Blake? Are you cool with this?
Gerv
Comment 6•23 years ago
|
||
Thank god. Yes, I'm very cool with this, I keep forgetting this pref. Feel
like removing the personal toolbar dnd option while you're there (it should
always be on now)?
Assignee | ||
Comment 7•23 years ago
|
||
Assignee | ||
Comment 8•23 years ago
|
||
Comment 10•23 years ago
|
||
r=bzbarsky for patch v.3
Assignee | ||
Comment 11•23 years ago
|
||
I'd like to get this in 0.9.3; I've emailed blake for sr=.
Gerv
Comment 12•23 years ago
|
||
JavaScript is spelled "JavaScript" not "Javascript" !
Assignee | ||
Comment 13•23 years ago
|
||
I'll fix it :-) Still looking for sr=.
Gerv
Assignee | ||
Updated•23 years ago
|
Target Milestone: --- → mozilla0.9.3
Comment 14•23 years ago
|
||
Can we change that "Strict Javascript checking" text to something more clear,
like "Show strict Javascript warnings"?
sr=blake
Assignee | ||
Updated•23 years ago
|
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 15•23 years ago
|
||
Checked in.
Gerv
Comment 16•23 years ago
|
||
vrfy fixed: changes look good in the General Debug pref panel.
linux, 2001.08.15.14-comm
winnt, 2001.08.15.06-comm
mac OS 9.1 [emul on X], 2001.08.15.08-comm
Status: RESOLVED → VERIFIED
Updated•20 years ago
|
Product: Core → Mozilla Application Suite
You need to log in
before you can comment on or make changes to this bug.
Description
•