Граф коммитов

1004 Коммитов

Автор SHA1 Сообщение Дата
rjc%netscape.com 4e58337f79 Some partial fixes for bug # 14442: when pasting some nodes into a container, don't insert a URL that already is in the container. Also, keep a dirty flag for all operations, and only update (i.e. write out) the bookmarks.html file if dirty=true when all done. 1999-11-24 06:15:55 +00:00
rjc%netscape.com 4db2da6b6a Part of fix for bug # 19564: add new search chrome and DTD references into Windows build. 1999-11-24 05:36:47 +00:00
rjc%netscape.com 3faf6fbfe8 Part of fix for bug # 19564: preparing to add new search chrome: and DTD references into Windows build. (Not part of Windows build yet.) 1999-11-24 05:19:49 +00:00
rjc%netscape.com 125763a288 Part of fix for bug # 19564: add new search chrome: and DTD references into Unix build. 1999-11-24 05:11:21 +00:00
rjc%netscape.com be4a476563 Part of fix for bug # 19564: open search dialog via a chrome: URL. 1999-11-24 05:00:46 +00:00
rjc%netscape.com 1c1e622732 Add ability to debug search output. (Off by default.) 1999-11-24 04:55:49 +00:00
rjc%netscape.com 697b3e83ef Prepare to fix bug # 19564... search dialogs need to be skinnable, by using chrome: URLs and DTDs. 1999-11-24 04:47:26 +00:00
rjc%netscape.com 2b8d0e50ba Add search DTD MANIFEST file. 1999-11-24 04:43:18 +00:00
rjc%netscape.com 7409a4706f Add some search DTDs. 1999-11-24 04:43:00 +00:00
shaver%netscape.com f9858d1ee6 Move View->Sidebar toggle into sidebarOverlay.xul. Fixes 16618. r=ben_goodger. 1999-11-24 04:10:18 +00:00
matt%netscape.com ce35e8a261 14846 r-self 1999-11-23 01:55:13 +00:00
mcafee%netscape.com 4dde2d814b These files got checked in with win32 EOL characters, re-checking these in. r=radha,akkana 1999-11-23 01:07:29 +00:00
rjc%netscape.com f3b497f067 Add support for sorting in-between separators. Restoring all bookmark columns (per marketing). 1999-11-23 01:03:30 +00:00
matt%netscape.com 21d5573882 fix for bug 683 typo 1999-11-22 23:58:05 +00:00
matt%netscape.com df0d01f732 adding ' for bug 6830..typo 1999-11-22 23:56:22 +00:00
law%netscape.com 5d7accd7a9 Fix for 14634; use fileSpec.nativePath rather than raw file: URL; r=matt@netscape.com 1999-11-22 23:15:02 +00:00
davidm%netscape.com 7d89acbd3f Added nsISHEntry.idl nsISHContainer.idl nsISHTransaction.idl and nsSHEntry.cpp nsSHTransaction.cpp for radha@netscape.com 1999-11-22 22:59:34 +00:00
radha%netscape.com ecdb31ade4 Initial checkin for new SessionHistory component 1999-11-22 22:49:01 +00:00
radha%netscape.com 2b6820d99b IDL files for new SessionHistory component.Initial checkin 1999-11-22 22:47:09 +00:00
rjc%netscape.com 5db3321606 Fix bug # 19306. Update Google dataset. Review=me 1999-11-22 09:01:59 +00:00
rjc%netscape.com 44e73280c7 Check in some preliminary bookmarks drag&drop support. 1999-11-20 08:35:39 +00:00
rjc%netscape.com 7d483f4ddd nsBookmarksService must accept RDF nextVal assertions, otherwise the RDF container utilities can't successfully add/remove items from RDF sequences. 1999-11-20 08:34:41 +00:00
nisheeth%netscape.com ce26e31713 Don't make the label of a pref an anchor. r=none. 1999-11-20 07:11:11 +00:00
nisheeth%netscape.com a03bdd0283 r=harishd.
- The stack walking code now works on windows.  We were initializing the symbol handler on each DLL load which was resetting its symbol tables.  Now, we don't re-init the symbol handler repeatedly.

- Added support for an environment variable, XPCOM_REFCNT_LOG_ENABLE_VIA_PREF.  When this is set to 1, refcount logging is done based on whether the "Enable XPCOM refcount log" pref in the Debug pane is set.  If this is not set, refcount logging is not affected by the pref.
1999-11-19 03:50:28 +00:00
evaughan%netscape.com 579a9d2af2 1) Changed box to use a linked list instead of a fixed array. -r Hyatt
2) Cleaned up some of the preference panels. -r Matt
1999-11-18 21:05:43 +00:00
valeski%netscape.com aa8107de4d adding new param to newChannelCall to reflect the new api 1999-11-18 20:09:54 +00:00
waterson%netscape.com b44055e48a Back off on nsCOMPtr use for mInner because of funky release
sequence. Fixes crash on shutdown.
1999-11-18 09:44:29 +00:00
warren%netscape.com 59ef7fadbf Removed the nsICapabilities interface in favor of nsIInterfaceRequestor. 1999-11-18 07:36:41 +00:00
waterson%netscape.com a0127275fd Bug 9246. Give bookmark URLs the tough love they need. Fix changing a bookmark's URL, fix setting a bookmark's URL when one wasn't set before. Prohibit removal of a bookmark's URL. r=rjc. 1999-11-18 06:21:09 +00:00
sspitzer%netscape.com 4f43d6922e ok, really fixed this time. forgot the "== 0" in the macro. dummy. 1999-11-18 01:14:05 +00:00
sspitzer%netscape.com 3abbebd8e8 fix for #19068, prefs not loading values, or saving changes.
the problem was the pref window architecture walks the dom looking for input widgets
of type "radio" or "text" and not "RADIO", "Radio", etc or "TEXT", "Text", etc.  (the widget type changed recently from lowercase to uppercase.

now we do a case insensitive string compare and it all works fine.
a=leaf
r=mscott
1999-11-18 00:59:21 +00:00
warren%netscape.com 3ba707aec7 Fix for linux bustage due to channel retargeting changes. 1999-11-17 09:11:03 +00:00
rgoodger%ihug.co.nz b53d4487e3 Cosmetic update to finddialog.xul and dtd. r=syd 1999-11-16 20:16:02 +00:00
rgoodger%ihug.co.nz 7cc1177ce2 Cosmetic changes to finddialog.xul & dtd. r=syd 1999-11-16 20:15:20 +00:00
tbogard%aol.net 3caae87616 Changed calls to nsIWebShell::GetRootWebShellEvenIfChrome() and further QI's to use the new nsIWebShell::GetTopLevelWindow(). 1999-11-16 20:05:21 +00:00
jdunn%netscape.com e871be6de2 Fixing all unresolved symbols on unix. The bug has the diff's
r dp@netscape.com (ramiro helped me with it)
# 18688
1999-11-16 06:02:31 +00:00
rjc%netscape.com 9998ddf0ff Bye bye "rdf:ftp" 1999-11-16 05:40:17 +00:00
slamm%netscape.com 44c25c47f1 Add the MPL. 1999-11-15 23:09:58 +00:00
valeski%netscape.com 1726ac1079 r=mcafee. component name change reflection. now we can traverse dir trees 1999-11-15 21:16:10 +00:00
tbogard%aol.net c1c0a44226 Changed references to nsIContentViewerContainer to nsISupports in the march to get rid of nsIContentViewerContainer. r=pavlov 1999-11-15 07:29:23 +00:00
law%netscape.com ab3a8340b0 Yet another fix to try to become non nsCOMPtr-challenged 1999-11-13 07:40:30 +00:00
tbogard%aol.net 131348416b Changed storage of of the container to hold simply nsISupports as the mContainer instead of nsIContentViewerContainer. Changed calls to QueryCapability to use the nsIInterfaceRequestor::GetInterface(). r=scc 1999-11-13 07:36:28 +00:00
law%netscape.com 958b9ae98c Better fix for VC++5 and Solaris bustage 1999-11-13 07:04:36 +00:00
law%netscape.com c08123a803 Fix for VC++5 and Solaris bustage 1999-11-13 06:32:55 +00:00
law%netscape.com cd375b3de6 Fixing non-debug build bustage 1999-11-13 06:27:22 +00:00
law%netscape.com 88626d4e62 Fixes for #10737 (ftp download), overhauled to work better with Necko; r=valeski 1999-11-13 05:37:00 +00:00
rchen%netscape.com 3bba682ce9 Modify L10N note 1999-11-13 00:48:23 +00:00
warren%netscape.com f7c1e01621 Fixed breakage due to new generic module stuff. 1999-11-12 09:40:30 +00:00
warren%netscape.com 7f04320416 Added NS_NewGenericModule. Made NS_IMPL_NSGETFACTORY use it to save space. r=dp,alecf 1999-11-12 09:07:26 +00:00
fergus%netscape.com 6ec4d9812f Updated/added Localization Notes. r: chjung & rchen 1999-11-12 01:53:54 +00:00
pinkerton%netscape.com ed2521b11f preliminary js for handling drops on the tree (r=saari). 1999-11-12 01:02:55 +00:00
mcafee%netscape.com e06d051523 Missing type field for check_doc_requency pref (17903) r=jfrancis 1999-11-11 05:27:29 +00:00
pinkerton%netscape.com 247cfa3b19 toolbar/tree d&d code reworking (r=hyatt). 1999-11-11 05:11:10 +00:00
slamm%netscape.com bbd51ee4da Script to generate panels' rdf and dtd files. 1999-11-11 01:54:01 +00:00
sfraser%netscape.com a2518d9e91 Fix warnings, bug 15588. r=ducarroz 1999-11-11 00:24:18 +00:00
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
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
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
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
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 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
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
cls%seawood.org bee74e223b Removed unused NECKO ifdefs.
a=leaf
1999-11-02 23:34:03 +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
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
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
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
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
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
rchen%netscape.com a0a7d0e569 Add localization notes 1999-10-29 21:40:07 +00:00
rchen%netscape.com 544d1d9631 Add Localization Notes 1999-10-29 21:37:43 +00:00
rchen%netscape.com fca6c94a68 Add Localization notes 1999-10-29 21:27:41 +00:00
rchen%netscape.com 2b1aa7634a Add Localization notes 1999-10-29 21:12:26 +00:00
alecf%netscape.com d567311276 fix a broken class= r=sspitzer 1999-10-29 21:11:06 +00:00
alecf%netscape.com d51df94c8d add class="dialog push" to all pref windows r=sspitzer 1999-10-29 21:01:41 +00:00
slamm%netscape.com 110c333948 Fix 17347. Initialize the 'View | Sidebar' menu to the correct state. r=mozbot. 1999-10-29 19:17:22 +00:00
slamm%netscape.com 0c962339fc Get min heights correct so that the sidebar will collapse. r=evaughan. 1999-10-29 19:16:38 +00:00
slamm%netscape.com 8ee213cdd4 Add license. 1999-10-29 19:13:42 +00:00
sspitzer%netscape.com f1a3d41f84 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
law%netscape.com 3786b0c603 Bug #14999; remove last vestiges of app core usage; r=sfraser@netscape.com 1999-10-28 01:41:16 +00:00
matt%netscape.com 26c2b48eac fix for bug 15169 r-morse 1999-10-27 22:33:35 +00:00
matt%netscape.com 94b65d7c4c 17218 r-mcafee 1999-10-27 22:31:58 +00:00
slamm%netscape.com be11f32abf Tweak sidebar styles. r=german. 1999-10-26 19:45:25 +00:00
valeski%netscape.com d6c1553baf 17144. api change to nsIIOService.idl made last night missed the javascript caller in here 1999-10-26 19:08:10 +00:00
slamm%netscape.com 19f083ad28 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 e6c96e93d4 new ui. r=pavlov,german,hyatt 1999-10-26 00:39:19 +00:00
law%netscape.com fa237364ed 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
pavlov%netscape.com ab6fd0a0fa rename PrefsWindow.xul so that it can be better friends with the chrome registry r=hyatt 1999-10-24 07:16:45 +00:00
sspitzer%netscape.com 719d18a101 remove pref-select.html, it is obsolete. 1999-10-23 01:29:09 +00:00
sspitzer%netscape.com 2321af2ed0 remove PrefsWindow.html, it is obsolete. 1999-10-23 01:26:07 +00:00
alecf%netscape.com 667cd007ac convert nsPrefWindow to a module
prefwindow was doing it's own singleton management, so changed it to use getService()
1999-10-22 21:05:31 +00:00
sspitzer%netscape.com 1df3f9eb17 make the PrefWindow work for html select dom elements, instead of just html input dom elements.
right now, it only works for int prefs.  fix #15230, heed and reflect the quoted style and quoted size prefs
in the html select widget in pref-mailnews.xul.

rewrite the html select elements in the pref xul, to work correctly.
remove unused, commented out xul to avoid confusion.

add new option for "yesterday" for the news offline download pref.
use nsCOMPtr. use PR_snprintf() to avoid potential buffer overruns.
use #defines to clean up the code.  use PR_sscanf instead of sscanf.

r=mscott
1999-10-22 02:09:18 +00:00
danm%netscape.com 38f4b0469b removing (unused) references to nsIWebShell.h. requested by buster@netscape.com, bug 16510, r:me 1999-10-21 22:47:50 +00:00
matt%netscape.com 12d7c924da Adding manual proxies -r by bill 1999-10-21 19:53:19 +00:00
law%netscape.com d4cf853e97 Fix for bug #9131; add dependent=yes feature on find dialog so it behaves properly; r=matt@netscape.com 1999-10-20 20:36:08 +00:00
slamm%netscape.com b95ce6697b Handle clicks properly. Fix for 14857 and 11986. r=rjc 1999-10-19 21:11:39 +00:00
dougt%netscape.com ef6d2a7263 Fix for bug 14784. Moved pref item up. r=cathleen. 1999-10-19 01:01:51 +00:00
slamm%netscape.com bf503710b1 Landing of SIDEBAR_19991007_BRANCH. r=waterson 1999-10-18 19:21:52 +00:00
shaver%netscape.com c09d70aace Make View->Sidebar a type=checkbox menuitem (r=slamm) 1999-10-15 21:37:53 +00:00
hyatt%netscape.com 80d4dd9246 Fix for 16479. r=waterson 1999-10-15 07:54:43 +00:00
neeti%netscape.com 04b27bf059 Converted to use nsIModule to prepare for memory leaks fixing. Bug# 14034. r=waterson 1999-10-15 04:05:22 +00:00
mcafee%netscape.com fd1235c9a2 Backing out quotes change for (14663), r=matt 1999-10-14 01:38:22 +00:00
alecf%netscape.com 839ce5d98c fix windows bustage (sorry, I thought I checked this line in from my windows box, must have missed it) 1999-10-13 07:00:42 +00:00
alecf%netscape.com cbf8c4356c convert XPFE components over the nsIModules 1999-10-13 06:12:15 +00:00
alecf%netscape.com 0fa5cd6df4 update new image names in all XUL, JS, and CSS 1999-10-13 04:26:01 +00:00
valeski%netscape.com 1c4b9c98dd 16250. r=warren. IOService method name case changed. reflecting the new method names in the directory javascript 1999-10-13 01:36:57 +00:00
waterson%netscape.com 11ab383f8f Fix up commentary to reflect reality; remove some confusing stylistic changes. r=bienvenu 1999-10-13 00:45:57 +00:00
mcafee%netscape.com e617436351 Adding debug Pref UI for evaughan's gfx scrollbars. r=waterson 1999-10-12 05:40:15 +00:00
waterson%netscape.com 8241422540 Bug 16105. (Bugsplat 366256.) Ensure that nsISupports::Release() calls dtor only once by 'stabilizing' refcnt to a non-zero value before invoking the dtor. See also news://news.mozilla.org/37FD0F3C.3078AE5C%40netscape.com. r=scc,fur 1999-10-12 02:10:08 +00:00
dveditz%netscape.com ff01d5e8f4 Fixing 8.3 library name problems, bugs 10355, 10359,10364, 10365, 10372, 11796, 11791. Checking in for cathleen, r=dveditz 1999-10-10 01:32:59 +00:00
waterson%netscape.com f50797d473 Add new files not in the build. 1999-10-08 21:11:20 +00:00
slamm%netscape.com 4002bb00ca Fix empty sidebar. bug #15468. Need to wait for sidebar-panels in init routine. 1999-10-08 17:15:27 +00:00
tao%netscape.com dfc5dc1b02 Move da-DK files to l10n/lang; r=leaf 1999-10-08 01:06:56 +00:00
tao%netscape.com 452378ee8a Move localized resource files to mozilla/l10n/lang. 1999-10-07 23:59:32 +00:00
danm%netscape.com f86eb66b97 killing general table and td rules since these are global to the entire app, and table display:block in particular will break all tables. want to remove other rules, too, but stopped with the delightfully self-contradictory #righttext, which isn't used. r:hyatt 1999-10-07 23:10:41 +00:00
slamm%netscape.com 4066a25924 Make the sidebar panels appear. Bug #15468. r=mcafee. Had 'datasources' defined when it wasn't needed. 1999-10-07 22:56:22 +00:00
bienvenu%netscape.com bb0be78f52 fix mork factory r=waterson 12326 1999-10-07 14:27:50 +00:00
sspitzer%netscape.com c695a85031 fix for #15735, r=waterson. fix the JS error by re-writing the C style
fancy logic.
1999-10-07 06:37:32 +00:00
mcafee%netscape.com ca34e454c3 Adding option for modeless pref dialog, ifdef'd off by default. r=akkana 1999-10-06 23:54:47 +00:00
waterson%netscape.com 3a996ae835 Bug 13910. Fix flash panel style rules, XUL, and JS so that flashes start to display again. r=slamm. 1999-10-06 21:08:50 +00:00
mcafee%netscape.com 46c9d36103 Removing unnecessary label rule that was making prefs look like crap. Thanks to pavlov for this fix. r=pavlov,myself 1999-10-06 07:45:05 +00:00
rjc%netscape.com 60c3d0c897 Fix broken XUL. Review: sdagley 1999-10-06 03:33:28 +00:00
rjc%netscape.com a429ff2900 Bug #14034: Convert to nsIModule to prepare for memory leak fixing. Also fix leak of search stream listener. Review: sdagley@netscape.com 1999-10-06 01:37:47 +00:00
mcafee%netscape.com 886ef180d1 removing redundant xul: tags, minor whitespace stuff. r=slamm 1999-10-05 23:44:41 +00:00
mcafee%netscape.com c4654485e8 xul: is redundant in xul files. r=slamm 1999-10-05 23:40:07 +00:00
rjc%netscape.com d5cc699921 Bug # 14034: Convert to nsIModule to prepare for memory leak fixing. Review: dp@netscape.com 1999-10-05 23:39:48 +00:00
pavlov%netscape.com 45fd3e457d fix bugs in find dialog and make it use the dialog overlay. make it not resizeable, fixed style rules on the windows and buttons. r=sfraser 1999-10-05 05:20:29 +00:00
rjc%netscape.com 7299479e84 Fix bug # 15435: prevent long ( > 255) URL corruption. Also convert over to a nsIModule. Review: dp@netscape.com 1999-10-05 05:11:09 +00:00
sspitzer%netscape.com e3cdd7da27 a bunch of changes, all reviewed by mscott.
fix some bugs with next, back, and cancel in the profile manager.
(#15223, #15271)
re-write all callers of nsProfile::GetCurrentProfileDir() to use the file locator.
(#15063)
more profile code clean up. (#15042)
rename the old 4.x history.dat file.  it's called history.dat in 5.0, but the file
formats are different.  (binary in 4.x, vs mork in 5.0)
1999-10-05 04:12:58 +00:00
beard%netscape.com 9eae33066d changed from directly using "MSL DropInRuntime.Lib" to using "NSComponentStartup.o" to enable GC leak detector. r=smfr 1999-10-03 20:46:23 +00:00
mcafee%netscape.com df4935b698 Better variable names for readability. 1999-10-03 08:13:41 +00:00
mcafee%netscape.com 704c0ea29e Adding text to debug pref UI documenting how the debugPaintFlashing pref works with the caps-lock key. r=braddr@portland.puremagic.com 1999-10-03 06:56:43 +00:00
norris%netscape.com d21c5596fd Fix the following bugs:
14443 "Same origin" security policy may be circumvented using docu
14820 Fixing up the relationship between nsCodeBasePrincipal and n
14919 Crash in JS MM code
Reviewed by mstoltz, approved by scc.
1999-10-02 03:41:37 +00:00
dp%netscape.com 83045c8396 Eliminating 3 leaks to servicemanager when running for the first time.
bug# 15387 r=law
1999-10-01 22:39:20 +00:00
hyatt%netscape.com 0c1aef9920 Splitting xul.css into two files and making them load automatically at startup. R=danm@netscape.com 1999-10-01 20:49:07 +00:00
dp%netscape.com e15380e6c1 Converter to nsIModule to prepare for memory leaks fixing.
Bug# 14034 r=waterson
1999-10-01 20:04:34 +00:00
rjc%netscape.com b62bcaf7d9 Fix bug # 15225: The search datasource needs to figure out what datasets are available whenever a search is to be performed, not just when its asked about what datasets it knows about. Review: waterson@netscape.com 1999-10-01 04:02:07 +00:00
rjc%netscape.com 7d1672ab74 Fix bug # 15203: Containers inside of related links data appear as leaf nodes instead of containers. Also, opening up a container gives NxN children instead of N children (due to the composite datasources ArcLabelsOut() not removing dups -- a separate chunk of work to be re-done). Review: waterson@netscape.com. 1999-10-01 04:00:21 +00:00
davidm%netscape.com 2c352d8185 13344 New browser windows generated by Manage Bookmarks too small 1999-10-01 03:31:17 +00:00