Do you think it's worth me writing a bug on this matter?
JR
Travis Crump wrote:
>
>
> James Russell wrote:
>
>>
>>
>> * When I have altered Mozilla code and need to restart Mozilla to see
>> the difference (i.e. when creating a theme).
>>
> In Mozilla, there is a Preference in Debug->Networking which allows you to
> disable XUL cache in which case you can futz with a theme and see the
> results without restarting Mozilla(though if the changes apply to the
> navigator window itself you have to open a new window to see the
> changes), but Netscape probably removed anything that said 'debug'. A
> search of my prefs.js file turned up
> user_pref("nglayout.debug.disable_xul_cache", true); which I would be
> highly surprised if it didn't also work on the Netscape release. The
> other points that were made were good, so I guess I should have added an
> "Ideally" to the beginning of my statement. In a *perfect* browser,
> none of these problems would exist, but it has to be admitted that there
> will always exist some wierd crash which multiple process would lessen
> the effect of...
>