Closed Bug 2201 Opened 26 years ago Closed 26 years ago

JavaScript Console menu item don't do nuthin'

Categories

(Core Graveyard :: Viewer App, defect, P4)

PowerPC
Mac System 8.5

Tracking

(Not tracked)

VERIFIED WONTFIX

People

(Reporter: elig, Assigned: sdagley)

Details

* TITLE/SUMMARY [PP] JavaScript Console menu item don't do nuthin' * STEPS TO REPRODUCE 0) From the Tools menu, select "JavaScript Console" * RESULT - What happened Nada, señor. - What was expected JavaScript console. [Writing up as a formality along with all other items noted from the Parity Milestone Quick Glance Status document.] * REGRESSION - Occurs On viewer (1.5.98 build for Mac OS) viewerDebug (1.4.98 build for Mac OS from sdagley) - Doesn't Occur On Communicator 4.5 for Win32 (RTM Complete build used) viewer (1.5.98 build for Win32) * CONFIGURATIONS TESTED - PowerMac 8500/150 (233 Mhz 604e), 64 MB RAM, Mac OS 8.5.1
This is because of the following: NS_IMETHODIMP nsViewerApp::CreateJSConsole(nsBrowserWindow* aWindow) { #ifdef XP_PC if (nsnull == gConsole) { ShowConsole(aWindow); } #endif return NS_OK; } and the ShowConsole() stuff is PC only.
elig, still not working, expected. But no crash, yes?
Correct. Behavior on 1.26.99 Mac build remains identical to that described in bug report.
Taking off the PP list since this is a lack of functionality in the throwaway test app rather than a lack of basic platform functionality (and it doesn't really work on Win32).
Summary: [PP] JavaScript Console menu item don't do nuthin' → JavaScript Console menu item don't do nuthin'
Setting all current Open Critical and Major to M3
Status: NEW → ASSIGNED
Priority: P1 → P4
Dropping to P4 (see comment of 01/27 for reasoning)
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → WONTFIX
Marking WONTFIX to get the viewer specific bugz off the radar completely (rather than the old P4 placeholder I was using).
Status: RESOLVED → VERIFIED
Verified WONTFIX. Thanks, Dagley-san.
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.