rjc%netscape.com
8f9b86dd92
Check in real fix. Review: me
1999-11-10 23:56:29 +00:00
rjc%netscape.com
018975e7a8
Comment out problem.
1999-11-10 23:54:24 +00:00
rjc%netscape.com
cf9f00659e
Small improvements to HTTP-INDEX datasource. Review: me
1999-11-10 23:51:10 +00:00
mcafee%netscape.com
9b550725f7
Ignore new name of binary. r=pavlov
1999-11-10 08:03:06 +00:00
rjc%netscape.com
c85fee2632
Fix bug # 12114 [an internal timer no longer refcnt's the nsBookmarksService, preventing a leak; instead, we cancel the timer in the DTOR] and bug # 18250 [speed up loading of bookmarks on startup by deferring loading of IE favorites.html (on Mac) until needed, and try to read in the entire file in one read request if memory is available, otherwise fall back to parsing line by line]. Review: waterson@netscape.com
1999-11-10 07:05:16 +00:00
matt%netscape.com
c2feb3747f
fixing for bug 16221
...
changing port from string to int
1999-11-09 23:02:51 +00:00
pinkerton%netscape.com
6fc8f9b5c8
remove the tooltip over mozilla button because we don't yet have a good fix for bug 15946. this is a workaround. (r=sdagley).
1999-11-09 21:29:06 +00:00
slamm%netscape.com
d6fbc738ba
Add styles, dialog and push, to titledbuttons. Fix for 18299. r=hyatt a=chofmann
1999-11-09 02:33:18 +00:00
leaf%mozilla.org
72a56bb476
changing binary name to mozilla-bin, runscript to mozilla, modifying
...
mozilla-apprunner.sh to invoke new binary name. Updating packages file.
bug 17219, a=chofmann r=alecf
1999-11-09 02:03:38 +00:00
scc%netscape.com
a45851b965
Was using a private name from "nsCOMPtr.h" that happened to go away with this checkin. Should have been using |dont_QueryInterface()|, and now it does. r={danm, hyatt}
1999-11-08 11:43:10 +00:00
dmose%mozilla.org
142ac52eaf
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
1999-11-06 03:43:54 +00:00
slamm%netscape.com
7ac4d9d4d9
Fix for bug 18017, "No sidebar panels in messenger." r=hangas a=chofmann
1999-11-05 22:10:29 +00:00
rjc%netscape.com
3294ea8368
Fix bug # 17675. Review: waterson. Approval: chofmann.
1999-11-05 09:28:42 +00:00
hangas%netscape.com
9c3cc4d4d2
Command updating and dispatching changes for menu items. Fixes 17848. r=hyatt, a=chofmann
1999-11-05 02:21:47 +00:00
waterson%netscape.com
c7d7fbef2b
Fix leak with nsCOMPtr. r=brendan, a=brendan
1999-11-05 00:44:10 +00:00
matt%netscape.com
7354ebdae6
fix for bug 18042 by adding close window tag r=mcafee
1999-11-05 00:34:48 +00:00
mcafee%netscape.com
75527a38a5
Fixing JS error when loading prefs; skipping assertion in nsPrefWindow::ChangePanel() that is not needed for prefs to function, left a comment there so we can fix that later. (14663) a=matt, r=chofmann.
1999-11-04 22:39:21 +00:00
pinkerton%netscape.com
0a89d40c78
add "status" area to the bottom so that bottom scroll arrow on MacOS is visible (r=slamm, bug# 8266).
1999-11-04 22:04:17 +00:00
waterson%netscape.com
0392a71779
Bug 17953, 17959. Fix nsXULElement leaks by using nsCOMPtrs. r=warren, a=chofmann
1999-11-04 19:44:38 +00:00
waterson%netscape.com
3fc9ef7127
Bug 11501. Tree has regressed s.t. it is necessary to have a <treecol>; add it here. r=hyatt, a=jack
1999-11-04 08:57:52 +00:00
waterson%netscape.com
1740ed5693
Bug 15146. Fix charset overlay template; don't force menus to be open; r=hyatt a=brendan
1999-11-04 01:48:46 +00:00
pinkerton%netscape.com
f187d9fd82
Fix bug 15276 by flushing the data to the clipboard right before app shuts down. (r=davidm).
1999-11-04 00:08:59 +00:00
mcafee%netscape.com
f65cf8bb9e
ftp & http proxy settings got reversed in the UI (15165). r=slamm, a=chofmann.
1999-11-03 23:53:15 +00:00
mcafee%netscape.com
dede1e72a0
We were using the wrong pref to enable JS (14660). r=slamm, a=chofmann
1999-11-03 23:10:47 +00:00
radha%netscape.com
a0e755871b
Fix for bug # 17893. Pass the url to nsISessionHistory::Add().Don't set
...
nsWebShell::mURL too early in the loading process.
r=law,nisheeth
1999-11-03 22:30:44 +00:00
davidm%netscape.com
48d3aeccb5
8673 ShutDown() should try to close all open windows.
r= hangas
1999-11-03 05:26:31 +00:00
davidm%netscape.com
3eeb9d28c1
12539 Crash when quitting browser while bookmark properties dialog
r = saari
nsINetPrompt implementation
r morse
1999-11-03 05:25:21 +00:00
danm%netscape.com
287052e96e
oops! Observe() was checked in flawed in 1.90. gtk may one day have noticed. r:noman@odyssey.org
1999-11-03 02:29:59 +00:00
cls%seawood.org
bee74e223b
Removed unused NECKO ifdefs.
...
a=leaf
1999-11-02 23:34:03 +00:00
pinkerton%netscape.com
dab0e1f45e
add text/plain flavor acceptance to dragOver on personal toolbar and set canDrop on drag session so win32 uses the correct cursor feedback. (r=saari).
1999-11-02 21:28:14 +00:00
cata%netscape.com
d51644d159
Fixing typo in dtd file. Checkin for momoi, r=cata, bug=17018.
1999-11-02 21:27:02 +00:00
matt%netscape.com
9b5d185805
fix for bug 14634 r-hangas
1999-11-02 20:57:22 +00:00
matt%netscape.com
5e31d1b0ac
fix for bug 14634 r-bill
1999-11-02 20:51:29 +00:00
matt%netscape.com
19f6272790
fix for bug 6830 and 14634 r-bill
1999-11-02 20:49:49 +00:00
syd%netscape.com
56f65fa72e
The code doesn't check to see if commandNode is non-NULL. It actually does,
...
but too late.
Before:
< var value = commandNode.getAttribute(valueAttribute);
< if ( commandNode && value )
< commandNode.setAttribute('value', value);
It looks to see if commandNode is non-NULL *after* it uses it to get "value".
After:
> if ( commandNode ) {
> var value = commandNode.getAttribute(valueAttribute);
> if ( value )
> commandNode.setAttribute('value', value);
> }
r=BenB
1999-11-02 12:29:57 +00:00
hangas%netscape.com
26fbbb140d
Progress on Command Updating and Dispatching (15127). r=scottip
1999-11-02 03:55:59 +00:00
pinkerton%netscape.com
e646c25b6d
turn d&d on personal toolbar back on and clean it up after new xul file rewrite.
1999-11-02 03:53:30 +00:00
mcafee%netscape.com
93c5a6cb8c
Adding pavlov to modeless pref dialog patch, improved some assertion comments. r=pavlov
1999-11-02 02:43:04 +00:00
pinkerton%netscape.com
bbbb68cbe0
add rule for drop feedback on personal toolbar (r=hyatt).
1999-11-02 01:35:42 +00:00
waterson%netscape.com
26cdab7acc
Add 'miscellaneous' debug prefs to house 'disable XUL cache' pref UI.
1999-11-02 01:14:50 +00:00
alecf%netscape.com
649ac66265
cleanup NS_IMPL_MODULE and friends
...
- define new nsModuleComponentInfo and use it instead of components_t
- use size_t instead of unsigned int
- add some docs
- allow user to define own module name
1999-11-02 01:12:32 +00:00
danm%netscape.com
90581d9641
removing implementation of nsIShutdownListener. it was redundant, anyway. r:dp@netscape.com
1999-11-02 01:10:35 +00:00
tbogard%aol.net
10ded258a5
Changed NS_ENSURE_NOT to NS_ENSURE_FALSE to reflect API change. r=hyatt
1999-11-01 21:43:56 +00:00
dp%netscape.com
40dff7f37d
Removing release on a service as this would be taken care by the
...
NS_WITH_SERVICE() macro. r=danm
1999-11-01 21:16:24 +00:00
brendan%mozilla.org
f81d5969c6
(13163, r=alecf, scc, waterson, others; names available on request)
...
- Fix most of bug 13163 (see TODO for rest). This entails adding a version-string argument to nsIScriptContext::EvaluateString and passing it around lots of places in content sinks.
- Fix leaks and confusion about mSecurityManager and mNameSpaceManager in nsJSEnvironment.cpp. These still need to move from nsJSContext to nsGlobalWindow or thereabouts, jband and vidur are looking at that.
- Added comments and expanded tabs in nsJSEnvironment.cpp, esp. to EvaluateString. Also changed various nsresult vars to be named rv. Also restored brace/style conformity to nsJSProtocolHandler.cpp.
- Factored CompileFunction from AddScriptEventListener to pave the way for brutal sharing of compiled JS event handlers via JS_CloneFunctionObject.
- Lots of nsCOMPtr uses added. I'm using one for mNameSpaceManager. Hold mSecurityManager as a service explicitly, on the other hand (awaiting scc's fix to allow comptrs for services), and release in nsJSContext's dtor (fixing a leak). These two managers should be moved to the window object -- TODO item below.
- Hold JSRuntimeService along with JSRuntime for live of nsJSEnvironment, fix for shaver.
- Fix window.setTimeout etc. so the filename and line number of the timeout expr is propagated. This meant factoring nsJSUtils.cpp code.
- Fix all content sinks to use the same, and up-to-date JavaScript version parsing (whether for script type or for old language attribute); also fix SplitMimeType clones to strip whitespace.
- With waterson, fix bug in brutal-sharing version of XUL content sink: script src= should not evaluate the inline content of its tag.
1999-10-31 00:43:30 +00:00
alecf%netscape.com
4c8b395c8c
update debug menu to reflect new DOMViewer location
...
(debug only not part of product)
1999-10-30 07:38:12 +00:00
alecf%netscape.com
84fe2a2aa0
add class="dialog" to all pref window dialogs
...
enable languages pane and fix XUL
disable smart_browsing pane (because it was crashing)
1999-10-30 05:44:23 +00:00
beard%netscape.com
32d8f4ef9c
moved call to nsIThread::SetMainThread() to NS_InitXPCOM. r=warren
1999-10-30 01:53:03 +00:00
hangas%netscape.com
07646c5b86
Fixed OK/Cancel button appearance by using globalOverlay.xul r=mscott
1999-10-30 00:14:52 +00:00
evaughan%netscape.com
039be939e6
Made tabs us visibility instead of shrinking their children to 0,0.
...
Made it possible to change the look for the selected tab.
1999-10-29 22:13:57 +00:00