rjc%netscape.com
f03a4ee23a
Check in real fix. Review: me
1999-11-10 23:56:29 +00:00
rjc%netscape.com
caeb7e8e9d
Comment out problem.
1999-11-10 23:54:24 +00:00
rjc%netscape.com
5365fbd6e2
Small improvements to HTTP-INDEX datasource. Review: me
1999-11-10 23:51:10 +00:00
mcafee%netscape.com
11e66da6a1
Ignore new name of binary. r=pavlov
1999-11-10 08:03:06 +00:00
rjc%netscape.com
8e15f368b3
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
5ddce75484
fixing for bug 16221
...
changing port from string to int
1999-11-09 23:02:51 +00:00
pinkerton%netscape.com
c1aed3f564
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
9f3aeed608
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
3ac80b390b
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
fe1976138d
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
8535dda53e
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
a9af8f33e9
Fix for bug 18017, "No sidebar panels in messenger." r=hangas a=chofmann
1999-11-05 22:10:29 +00:00
rjc%netscape.com
4688b94e6d
Fix bug # 17675. Review: waterson. Approval: chofmann.
1999-11-05 09:28:42 +00:00
hangas%netscape.com
b03d49dc03
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
2cc13ae1eb
Fix leak with nsCOMPtr. r=brendan, a=brendan
1999-11-05 00:44:10 +00:00
matt%netscape.com
1608fffed6
fix for bug 18042 by adding close window tag r=mcafee
1999-11-05 00:34:48 +00:00
mcafee%netscape.com
7d75e91f71
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
fa42ad7e0e
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
62c1407739
Bug 17953, 17959. Fix nsXULElement leaks by using nsCOMPtrs. r=warren, a=chofmann
1999-11-04 19:44:38 +00:00
waterson%netscape.com
6513d17a4e
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
7760b199b4
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
3b7a650e39
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
3e939a2716
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
617eb7f2eb
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
b1adee7da0
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
d8b99e547b
8673 ShutDown() should try to close all open windows.
r= hangas
1999-11-03 05:26:31 +00:00
davidm%netscape.com
bcff84b29c
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
2b678544ec
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
14ef08310e
Removed unused NECKO ifdefs.
...
a=leaf
1999-11-02 23:34:03 +00:00
pinkerton%netscape.com
08a5452b96
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
5e74498896
Fixing typo in dtd file. Checkin for momoi, r=cata, bug=17018.
1999-11-02 21:27:02 +00:00
matt%netscape.com
bcecaaf47b
fix for bug 14634 r-hangas
1999-11-02 20:57:22 +00:00
matt%netscape.com
ff34090728
fix for bug 14634 r-bill
1999-11-02 20:51:29 +00:00
matt%netscape.com
f6d9542b2a
fix for bug 6830 and 14634 r-bill
1999-11-02 20:49:49 +00:00
syd%netscape.com
8d80118a45
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
af0cf70bfc
Progress on Command Updating and Dispatching (15127). r=scottip
1999-11-02 03:55:59 +00:00
pinkerton%netscape.com
c96278e336
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
5fe932293e
Adding pavlov to modeless pref dialog patch, improved some assertion comments. r=pavlov
1999-11-02 02:43:04 +00:00
pinkerton%netscape.com
909cc66b14
add rule for drop feedback on personal toolbar (r=hyatt).
1999-11-02 01:35:42 +00:00
waterson%netscape.com
65a934fb10
Add 'miscellaneous' debug prefs to house 'disable XUL cache' pref UI.
1999-11-02 01:14:50 +00:00
alecf%netscape.com
13eaac5db2
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
91022a037d
removing implementation of nsIShutdownListener. it was redundant, anyway. r:dp@netscape.com
1999-11-02 01:10:35 +00:00
tbogard%aol.net
c9198a207c
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
b2f6c699ef
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
fe51b61664
(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
5dd8541d01
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
b4b974857d
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
7407ea381a
moved call to nsIThread::SetMainThread() to NS_InitXPCOM. r=warren
1999-10-30 01:53:03 +00:00
hangas%netscape.com
7edcee28aa
Fixed OK/Cancel button appearance by using globalOverlay.xul r=mscott
1999-10-30 00:14:52 +00:00
evaughan%netscape.com
86fd1321dd
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
rchen%netscape.com
eb19bc3388
Add Localization Notes
1999-10-29 21:53:20 +00:00
rchen%netscape.com
698c31bf0f
Add localization notes
1999-10-29 21:40:07 +00:00
rchen%netscape.com
b0ff8f9c87
Add Localization Notes
1999-10-29 21:37:43 +00:00
rchen%netscape.com
d2f8166db4
Add Localization notes
1999-10-29 21:27:41 +00:00
rchen%netscape.com
971df9c409
Add Localization notes
1999-10-29 21:12:26 +00:00
alecf%netscape.com
14d43cc956
fix a broken class= r=sspitzer
1999-10-29 21:11:06 +00:00
alecf%netscape.com
cd3057ed47
add class="dialog push" to all pref windows r=sspitzer
1999-10-29 21:01:41 +00:00
rchen%netscape.com
1d7cfa8afc
Add localization notes
1999-10-29 20:58:42 +00:00
cata%netscape.com
a767164dfc
Fix for bug #17018 , r=cata, checkin for momoi.
1999-10-29 20:41:21 +00:00
morse%netscape.com
5c18ce792e
fix bug 14932, mozilla asserts if client-wallet is disabled, r=neeti
1999-10-29 19:31:30 +00:00
slamm%netscape.com
da615f9cf2
Fix 17347. Initialize the 'View | Sidebar' menu to the correct state. r=mozbot.
1999-10-29 19:17:22 +00:00
slamm%netscape.com
6ed9f05ffd
Get min heights correct so that the sidebar will collapse. r=evaughan.
1999-10-29 19:16:38 +00:00
slamm%netscape.com
1b0e82c179
Add license.
1999-10-29 19:13:42 +00:00
danm%netscape.com
f7b771cb58
treat the return key, like enter, as if the default dialog button had been pressed. part of fix for bug 17529. r:saari@netscape.com
1999-10-29 06:17:07 +00:00
danm%netscape.com
0796dffb3b
dialog now uses okCancelButtons overlay. partial fix for bug 17529 r:hangas@netscape.com
1999-10-29 06:12:26 +00:00
morse%netscape.com
5865c163e7
provide compatibility with single signon, r=davidm
1999-10-29 04:30:38 +00:00
sspitzer%netscape.com
b3a118802e
fix for #16231 , r=mscott. make the file locator know about panels.rdf.
...
if <profile>/panels.rdf doesn't exist, copy the default to that location.
1999-10-29 04:02:25 +00:00
sspitzer%netscape.com
812ec8fe36
fix for #16231 , r=mscott. use the file locator (which caches the profile directory) instead of going through the profile service.
1999-10-29 04:02:20 +00:00
sspitzer%netscape.com
d67bc44477
adding -SelectProfile for the mac.
1999-10-28 23:17:44 +00:00
sspitzer%netscape.com
b0db6f52e9
add support for SelectProfile
1999-10-28 22:56:00 +00:00
waterson%netscape.com
f802501322
Remove unused references to nsIXULChildDocument and nsIXULParentDocument.
1999-10-28 22:18:21 +00:00
radha%netscape.com
c90d928ffe
Fix for form values not maintained while going forward. bug # 16377. r=law
1999-10-28 20:29:43 +00:00
danm%netscape.com
4ff984d739
moving initial content focus from OnEndDocumentLoad to Show. Reinstating SetSizeFromXUL. reduces new window flashing and allows gtk windows to size from JS. r:hyatt@netscape.com
1999-10-28 01:52:49 +00:00
hangas%netscape.com
6f043d4684
Fixed throbber id, bug 17271. r=german
1999-10-28 01:44:29 +00:00
law%netscape.com
cd2bcdfc6d
Bug #14999 ; remove last vestiges of app core usage; r=sfraser@netscape.com
1999-10-28 01:41:16 +00:00
law%netscape.com
953b8b4de8
Bug #14999 , removing last vestiges of app core usage; r=sfraser@netscape.com
1999-10-28 01:39:33 +00:00
cata%netscape.com
fc69c75001
I'm checking in for momoi, r=cata, bug #17018 , Charset Menu usability workaround.
1999-10-27 23:10:51 +00:00
hangas%netscape.com
4c0d31db99
Cleaned up bad style rules in global.css - should result in noticable performance improvement. Converted <titledbutton> rules to all use a class, this way we can be specific about how each type of button should look. Added line between columns in tree headers. Indented treecell contents. Cleaned up mail and AB toolbars. Fixed reflow and other drawing issues with toolbar buttons on new skins. Fixed problems in results tree on AB window. Other misc visual changes. Fixed bug 16530, changing the word Messenger to Mail. r=german/hyatt
1999-10-27 23:01:09 +00:00
morse%netscape.com
c97aa0069c
bug 17120, can't startup if cookie dll missing, r=valeski
1999-10-27 22:41:36 +00:00
matt%netscape.com
403851ace5
fix for bug 15169 r-morse
1999-10-27 22:33:35 +00:00
matt%netscape.com
0d16ff24a9
17218 r-mcafee
1999-10-27 22:31:58 +00:00
nisheeth%netscape.com
f3f98e3a50
Added --enable-detec-webshell-leaks autoconf flag.
1999-10-27 07:14:42 +00:00
hangas%netscape.com
57ff059b36
Fixed the order of the stop and reload buttons on the browser. r=german
1999-10-27 00:17:16 +00:00
cmanske%netscape.com
5bb65d5e4c
Part of fix for 17160, remove TextEditor from Tasks menu. r=mjudge
1999-10-26 23:07:41 +00:00
slamm%netscape.com
bdb131fdf6
Add entity for bookmarks menu on personal toolbar
1999-10-26 22:10:15 +00:00
slamm%netscape.com
3749b4c223
Tweak sidebar styles. r=german.
1999-10-26 19:45:25 +00:00
slamm%netscape.com
c9a6e3c1ce
Use real separator on personal toolbar menus. r=hyatt
1999-10-26 19:44:22 +00:00
slamm%netscape.com
681c4fa019
Add bookmarks button (bug #14502 ) to personal toolbar. Fix spacing of buttons on personal toolbar. r=hyatt
1999-10-26 19:43:32 +00:00
valeski%netscape.com
2d2eeb5a87
17144. api change to nsIIOService.idl made last night missed the javascript caller in here
1999-10-26 19:08:10 +00:00
warren%netscape.com
00dfd9d907
Added nsIChannel::GetOriginalURI so that we can get back to the original chrome file (bug#17144). r=rpotts,mscott
1999-10-26 09:16:24 +00:00
slamm%netscape.com
b0a5a95a11
New sidebar ui. One panel open at a time. No bug (yet...). r=pavlov
1999-10-26 05:46:00 +00:00
hangas%netscape.com
2819886968
new ui. r=pavlov,german,hyatt
1999-10-26 00:39:19 +00:00
law%netscape.com
5e246a69f0
Bug #14999 ; last holdout that was using toolkit app core - changed to use OpenDialog; r=davidm@netscape.com
1999-10-25 23:02:05 +00:00
law%netscape.com
f5ab25b28d
Bug #14999 ; use OpenDialog instead of toolkit app core; r=radha@netscape.com
1999-10-25 22:30:40 +00:00
pavlov%netscape.com
6335c82daa
rename PrefsWindow.xul so that it can be better friends with the chrome registry r=hyatt
1999-10-24 07:16:45 +00:00
hyatt%netscape.com
16aaa7ce49
renaming skin.css to global.css r=pavlov
1999-10-24 06:58:38 +00:00
dp%netscape.com
94d79e100e
bug#16742 Fixing delete on nsISupports. Thanks for patch from <heikki@citec.fi> Plus using IMPL_ and DECL_ macros and removing operating on refcnt directly. r=dp
1999-10-24 04:41:17 +00:00
ducarroz%netscape.com
e3ea261556
Bug 14258, implement Send Page, R=alecf
1999-10-23 04:51:40 +00:00
ducarroz%netscape.com
5db19c6ffc
Bug 14258, implement Send Page. R=alecf
1999-10-23 04:50:20 +00:00
sspitzer%netscape.com
bccd5a981a
remove pref-select.html, it is obsolete.
1999-10-23 01:29:09 +00:00