Commit Graph

3515 Commits

Author SHA1 Message Date
syd%netscape.com
6551926872 Remove tasksExtension.xul. r=rginda 1999-11-25 10:41:35 +00:00
norris%netscape.com
7219da7de5 Back out last change; didn't mean to check it in. 1999-11-25 05:30:22 +00:00
norris%netscape.com
51842ef45e Fix 18553 [DOGFOOD] addEventListener allows sniffing keystrokes
Add checks to nsScriptSecurityManager::CheckCanListenTo that take
a principal and ensure that the currently executing script code
either is from the same origin as that principal or has the
UniversalBrowserRead privilege enabled. (chrome code has all
privileges enabled by default.) It's okay for the principal passed in
to be null. That just signifies a privileged window/document that only
can be listened to with privileges.

I added GetPrincipal/SetPrincipal methods to nsIEventListenerManager.
nsDocument::GetNewListenerManager sets a principal on the listener
manager when it creates one. Obviously there are other places that
create listener managers, but scripts seem to go through this one.

Another change is to save some memory usage. Currently I allocate an
array of PolicyType that is NS_DOM_PROP_MAX elements long.
Unfortunately, compilers appear to allocate four bytes for each
PolicyType, so the array takes around 2400 bytes. I've added changes
to use two bit vectors that should consume about 1/16 that space.

r=joki

There are also changes that push nsnull onto the JSContext stack when
entering a nested event loop.

r=jband
1999-11-25 05:28:18 +00:00
akkana%netscape.com
757b1fce03 18033: Add editor API for delete methods, and hook up an initial
set of emacs key bindings for Unix.  r=jfrancis
1999-11-25 04:11:51 +00:00
akkana%netscape.com
955fd37059 Fix platform global overlays now that saari and waterson explained to me how overlays work 1999-11-24 22:28:58 +00:00
rjc%netscape.com
791e26752e Speed up reading in of HTML results by reading in as many bytes in one chunk as possible, instead of 256 bytes at a time. 1999-11-24 21:04:52 +00:00
akkana%netscape.com
fa4a9640bf More on 11818 (xulkey): make meta the default mac xulkey,
since platformGlobalOverlay.xul isn't loaded. r=brade
Also fix the mac and unix platformGlobalOverlay files
for when platformGlobalOverlay.xul merging gets fixed.
1999-11-24 20:44:56 +00:00
rjc%netscape.com
7144b12a98 Remove errant "ref" attribute on "NC:LastSearchRoot" node. 1999-11-24 20:40:48 +00:00
rjc%netscape.com
d831ca3b8f Clear the list of result search sites when the search dialog opens. 1999-11-24 20:40:01 +00:00
rjc%netscape.com
a1dd235c23 Use the status bar at the bottom of the internet search pane: when a result is clicked on, put its true URL into the status bar. 1999-11-24 11:14:14 +00:00
tbogard%aol.net
c33d960af9 Removed implementation of nsIURLDispatcher. Changed the QI into a new interface map. 1999-11-24 10:04:13 +00:00
tbogard%aol.net
a13b372fa4 Removed the SetURLDispatcher call. 1999-11-24 09:41:45 +00:00
rjc%netscape.com
529a037092 Make sure that default.htm is referenced via a chrome: URL. 1999-11-24 09:40:33 +00:00
rjc%netscape.com
e8e73ae1a9 Part of fix for bug # 14442: pressing the delete/backspace key(s) will now delete any selected bookmarks. 1999-11-24 06:33:48 +00:00
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
tbogard%aol.net
af1ce8d410 Changed nsIPresContext& to nsIPresContext*. Changed nsEventStatus& to nsEventStatus*. Now more compatible with XPIDL. a=vidur r=scc 1999-11-24 06:03:41 +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
rgoodger%ihug.co.nz
148f4e9f07 style settings for wizardOverlay buttons. r=alecf 1999-11-24 04:48:52 +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
rgoodger%ihug.co.nz
1948f82f06 Localisation files for wizardManager and wizardOverlay buttons. r=alecf 1999-11-24 04:46:13 +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
rgoodger%ihug.co.nz
649133c194 Widget state persistence for multi-pane dialogs, generic wizard architecture and wizard buttons. r=alecf 1999-11-24 04:39:20 +00:00
warren%netscape.com
3120586293 Fix for loading resource: urls with -f option. Bug#18423. Now passing original url (rather than redirect) to Observe callback. 1999-11-24 04:34:26 +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
evaughan%netscape.com
d39dc9f975 Turned gfx scrollbars on by default. -r Mcaffe 1999-11-24 00:21:12 +00:00
pinkerton%netscape.com
713448c361 temp workaround for bug 19588, don't allow dragging of containers on personal toolbar. r=hyatt. 1999-11-24 00:17:34 +00:00
radha%netscape.com
f043123f27 Fix for regressed bug # 9699. Comment out the code that removes partially
loaded pages from session History. r=law.
1999-11-23 23:29:58 +00:00
akkana%netscape.com
3d03085c9e 11818: Rename the special XUL key from "command" to "xulkey" so it won't
confuse people into thinking it has something to do with the Mac command key.
This means changing all the XUL keybinding files from command= to xulkey=.
r=brade.
1999-11-23 23:24:57 +00:00
dougt%netscape.com
1834e49467 removing protocol icon stuff. 1999-11-23 01:55:59 +00:00
matt%netscape.com
ce35e8a261 14846 r-self 1999-11-23 01:55:13 +00:00
dougt%netscape.com
8d10314f6e Removing protocol icon. 1999-11-23 01:52:36 +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
law%netscape.com
d30947f33e Fix for 18763; submitted by Steve Morrison (smorrison@gte.com); r=law@netscape.com 1999-11-22 23:04:34 +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
matt%netscape.com
906ae86a8c Fix for save as bug 15805 1999-11-22 19:55:47 +00:00
rjc%netscape.com
5db3321606 Fix bug # 19306. Update Google dataset. Review=me 1999-11-22 09:01:59 +00:00
ramiro%fateware.com
4267847081 Take myself out of the debug code, since it has broken since I last looked
at it.
1999-11-22 05:03:48 +00:00
jj%netscape.com
7b598ec648 #13663: output names now have a capital M: "Mozilla" and "MozillaDebug" 1999-11-20 22:50:21 +00:00
duncan%be.com
727d390659 Make locale work under BeOS (added XP_BEOS next to XP_UNIX). r=nhotta
Make JS timing work under BeOS (added XP_BEOS next to XP_UNIX). r=mcafee
Make nsSigHandlers.cpp build under BeOS (strsignal returns const char *). r=mcafee
1999-11-20 10:53:34 +00:00
cls%seawood.org
3e56cce2a8 Missing include was causing strncpy to be undefined and we should be using PL_strncpy anyways. Added newline at end of file to get rid of a warning. 1999-11-20 10:05:44 +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
norris%netscape.com
32008039e4 Remove unused file and change makefile to reflect change.
r=mstoltz
1999-11-20 07:30:57 +00:00
norris%netscape.com
24778bda71 Modify generated dom code to use a enum rather than a string for codesize
and efficiency.
Tighten checks on document properties and node properties. Should resolve
several bugs:
18965 document.firstChild vulnerability
19043 document.childNodes vulnerability
19044 document.lastChild vulnerability
r=mstoltz
1999-11-20 07:28:34 +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
dougt%netscape.com
0dd440279f removing unneeded file.
fixing build bustage.
making simon happy.
1999-11-20 04:07:25 +00:00
dougt%netscape.com
b823e0340c removing task extensions. now using dynamic overlays. r=hyatt. 1999-11-20 03:13:39 +00:00
buster%netscape.com
93551f1751 moved content-specific data and methods from nsIWebShell to appropriate content viewer interface
no bug number, this is for webshell redesign work
r=rickg, travis
1999-11-19 07:35:27 +00:00
nisheeth%netscape.com
71b61781f6 r=harishd. Tell the refcounting code that the pref service is instantiated. 1999-11-19 03:57:30 +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
jj%netscape.com
13dd074be1 updated version number to M12. 1999-11-19 02:56:00 +00:00
jj%netscape.com
6b881dc6f5 renamed output binary from 'apprunner'/'apprunnerDebug' to 'mozilla' and 'mozillaDebug'. 1999-11-19 02:55:46 +00:00
Jerry.Kirk%Nexwarecorp.com
113be4aaab Adding nsSigHandlers file to pull out unix signal handlers into a
seperate file.
r=Ramiro
1999-11-19 01:55:19 +00:00
colin%theblakes.com
da9b69d818 Add MOZ_TIMER_LIBS to the link. r=shaver 1999-11-18 22:49:59 +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
mscott%netscape.com
f249767486 Bug #14928 --> inital uri dispatching landing. the app instance is a uri content listener. implement
that interface. Register the content listener with the uri loader when we are created and again when
we go away. Forward doContent calls on nsIURIContentListener to the webshell where we want content displayed.
r=travis
1999-11-18 07:19:39 +00:00
mscott%netscape.com
1809e0d6ea Add a debug menu item for turning on / turning off url dispatching
r=travis
1999-11-18 06:58:22 +00:00
mscott%netscape.com
6d1bce96d4 add labels for uri dispatching menu item which is in the debug window
r=travis
1999-11-18 06:57:36 +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
hangas%netscape.com
28e7445770 Fixes for selection bug 19011 and sidebar resize bug 18742. r=ducarroz 1999-11-18 02:45:38 +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
warren%netscape.com
34ecf73507 Necko API and implementation changes for retargeting. Needed for URL dispatching. r=mscott 1999-11-17 08:14:52 +00:00
hangas%netscape.com
b38fe7b788 New Skin work. New images for twisties. Added white border around navigator window. r=german 1999-11-16 22:54:38 +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
sspitzer%netscape.com
841772b155 go back to using window.content.home()
no need to duplicating code.
1999-11-16 19:29:29 +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
norris%netscape.com
5b4b0169aa * Fix 12124 [DOGFOOD] Reading user's preferences
* Implement site-specific security policies (bug 858)
r=mstoltz
* Use Recycle rather than delete[] to clean up Purify logs
r=law
1999-11-16 05:07:31 +00:00
sspitzer%netscape.com
e6da063538 fix for #18940. don't define the default home page in the dtd. this is already
set in all.js.

the bug was caused by code in navigator.js that got this attribute from the
home button, and tried to set the pref!

r=mozilla@bucksch.org (benb)
1999-11-16 04:50:32 +00:00
hangas%netscape.com
344df71cb3 Added some user-focus styles following saari's focus checkins, r=saari. Fixed 17947, 17780, 16483, 16601 which were related to focus issues. Some New Skin adjustments (menu color and 15219), r=german 1999-11-16 01:21:22 +00:00
sspitzer%netscape.com
795862a046 ignore the created executables 1999-11-16 00:42:06 +00:00
slamm%netscape.com
44c25c47f1 Add the MPL. 1999-11-15 23:09:58 +00:00
sfraser%netscape.com
882c2e466e Part of fix for 18903 -- remove uneeded DLLs from the project. r=sdagley 1999-11-15 22:42:27 +00:00
tbogard%aol.net
7b2900b449 Changed places where container were set to use nsISupports instead of nsIContentViewerContainer. r=dp 1999-11-15 22:36:41 +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
Jerry.Kirk%Nexwarecorp.com
7105742de7 Re-adding taskbar-tab-hover.gif which was accidentally taken out in
patch 1.21  This puts the Makefile.in MANIFEST and makefile.win back
sync.
r=brade
1999-11-15 15:50:50 +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
pinkerton%netscape.com
fa50df615e add ability to drag the urlbar proxy icon as a demo of d&d. r=scc. 1999-11-13 23:28:51 +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
saari%netscape.com
1cfbe7d9a6 Landing focus changes. R: joki 1999-11-13 05:16:33 +00:00
rchen%netscape.com
3bba682ce9 Modify L10N note 1999-11-13 00:48:23 +00:00
rchen%netscape.com
d78b8b25f5 Modify L10N notes 1999-11-13 00:37:34 +00:00
rchen%netscape.com
828bc2fb49 Modify Localization notes 1999-11-13 00:22:31 +00:00
danm%netscape.com
595cabd731 Use new modal event filtering method on nsIWidget. Reset modal window flag when modal window is closed. part of fix for bug 14131. r:rods@netscape.com. 1999-11-12 23:46:39 +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
pinkerton%netscape.com
416e0713a3 added JS and handlers to enable dropping URLs onto the content area and having them load (r=sdagley). 1999-11-12 03:41:27 +00:00
hangas%netscape.com
078a98078c New Skin update (changed mail and AB windows to have visible representation of focus on trees). Fixed bug 16459 (clear card view pane on change of selection in AB). r=scottip 1999-11-12 02:41:50 +00:00
rchen%netscape.com
2711c3667d modify Localization notes 1999-11-12 02:35:35 +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
rchen%netscape.com
5b96bace17 modify Localization notes 1999-11-12 01:00:30 +00:00
kmcclusk%netscape.com
65653e000e Added three checkbox style rules so the border does not change between hover, focus,
and disabled states. Changing the border causing reflows. bug 16461; r=hyatt@netscape.com
1999-11-11 22:27:11 +00:00
waterson%netscape.com
475e7d2c79 Bug 17839. Add timer_s.lib to the libraries link deps. 1999-11-11 05:51:53 +00:00
waterson%netscape.com
ff3926a43b Bug 17839. Call mAppShell->Exit() on a timer callback to allow Quit() to cleanly exit the app on platforms where the event queue gets yanked. a=warren 1999-11-11 05:51:22 +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
hangas%netscape.com
a929286cdb New disabled arrow for menus. Problem reported by Crysgem@crosswinds.net and icon submitted by michael.lowe@bigfoot.com. 1999-11-11 00:59:07 +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
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
rchen%netscape.com
b5c050d70d Add Localization Notes 1999-10-29 21:53:20 +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
rchen%netscape.com
222c39059f Add localization notes 1999-10-29 20:58:42 +00:00
cata%netscape.com
bed851411e Fix for bug #17018, r=cata, checkin for momoi. 1999-10-29 20:41:21 +00:00
morse%netscape.com
fe0e75c07d fix bug 14932, mozilla asserts if client-wallet is disabled, r=neeti 1999-10-29 19:31:30 +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
danm%netscape.com
dd92cd7d31 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
ed42ece260 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
43be8183c0 provide compatibility with single signon, r=davidm 1999-10-29 04:30:38 +00:00
sspitzer%netscape.com
73b4a087fd 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
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
sspitzer%netscape.com
76eb2695a4 adding -SelectProfile for the mac. 1999-10-28 23:17:44 +00:00
sspitzer%netscape.com
3998dfc4bb add support for SelectProfile 1999-10-28 22:56:00 +00:00
waterson%netscape.com
1409d66985 Remove unused references to nsIXULChildDocument and nsIXULParentDocument. 1999-10-28 22:18:21 +00:00
radha%netscape.com
7634ef385a Fix for form values not maintained while going forward. bug # 16377. r=law 1999-10-28 20:29:43 +00:00
danm%netscape.com
3ff6d8573f 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
4a72e1465c Fixed throbber id, bug 17271. r=german 1999-10-28 01:44:29 +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
law%netscape.com
0cad04fe42 Bug #14999, removing last vestiges of app core usage; r=sfraser@netscape.com 1999-10-28 01:39:33 +00:00
sfraser%netscape.com
73299b260d Add the various menu-related arrow gifs. fixes bug 17368. r=jfrancis 1999-10-27 23:40:51 +00:00