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

3916 Коммитов

Автор SHA1 Сообщение Дата
pp%ludusdesign.com 7bcfcd78ea Converting ::GetIID() to NS_GET_IID(). Bug #20232. r=scc@netscape.com 2000-02-01 22:27:48 +00:00
pinkerton%netscape.com 02674553b8 native clipboard/d&d impls now handle text/plain internally, always providing text/unicode to a client. fixes bugs 8427 and 24010. r=scc. 2000-02-01 22:26:21 +00:00
pp%ludusdesign.com 207f05242d Conversion to NS_GET_IID(). Bug #20232, r=scc@netscape.com 2000-02-01 14:26:27 +00:00
sspitzer%netscape.com 40b08d3c88 make it so we can stuff a value given to us by the user from a Prompt()
can be stuffed into the single signon database, just like a password
can be.  auth news needs this.  r=dp,alecf
2000-02-01 08:43:48 +00:00
morse%netscape.com b1b3d635a0 reverting back to version 1.11, new changes broke single signon 2000-02-01 08:08:06 +00:00
rjc%netscape.com e2a4b7a040 More changes for bug # 24959: sidebar search panel changes. 2000-02-01 03:06:46 +00:00
mcafee%netscape.com 4bfa97d87b Fixing XUL typo, r=ben 2000-02-01 02:46:01 +00:00
rjc%netscape.com 550638f633 Part of work for bug # 24959: the sidebar's search panel now has an input field for doing searches and "notices" / "remembers" when you search for something via a web page (if we have a matching search dataset.) 2000-02-01 02:44:25 +00:00
scc%netscape.com 24bd24cf92 Fixed access paths for upcoming switch to Pro5, see bug #25949. r=pinkerton 2000-02-01 00:49:16 +00:00
hyatt%netscape.com 4afd14350e Keeping space from scrolling. This is a total and complete hack that wants a better fix later. 2000-02-01 00:38:51 +00:00
akkana%netscape.com cee3a4cf6e 18033: Emacs XBL key bindings for unix. r=hyatt 2000-01-31 23:47:40 +00:00
scc%netscape.com df28d978bd removed errant |QueryInterface()|s in favor of appropriate macros, as part of bug#23737. Changed |NS_DEFINE_IID| to |NS_DEFINE_CID| where appropriate; or else removed it, and fixed up clients to use |NS_GET_IID| in the appropriate spots. Built and ran pre-checkin tests. r=pinkerton 2000-01-31 23:45:42 +00:00
hangas%netscape.com b16e03c7e7 Partial Fix for 25139. r=scottip 2000-01-31 23:24:21 +00:00
ben%netscape.com 62ec6c1a37 fix for checkbox in wallet dialogs having label "check", r=alecf 2000-01-31 21:49:31 +00:00
danm%netscape.com 73d4a81e1d changing name of opened window from 'null' to '_blank'. travis' idea. r:me 2000-01-31 21:33:50 +00:00
tbogard%aol.net 6e9668344b The default content tree owner now has a separation of primary versus normal content areas. Primary areas are the only content areas that actually react to and set the title. 2000-01-30 07:29:38 +00:00
tbogard%aol.net 152844d2bf Need to specify the class to call because the nsWebShellWindow base ends up calling the content set title. This ensures that Chrome and content go different paths for Setting the title. 2000-01-30 07:18:01 +00:00
ben%netscape.com 66ec48995b common dialog (25104)/dialogOverlay appearance tweaks 2000-01-30 02:01:59 +00:00
ben%netscape.com 5f71b099f6 25104 - common dialog appearance tweaks, skinnability. 2000-01-30 01:59:40 +00:00
ben%netscape.com 9bb2789f1e menu appearance tweaks, commondialog appearance work (25104) 2000-01-30 01:58:46 +00:00
sspitzer%netscape.com 694d58ab6b ignore generated makefile 2000-01-29 22:30:55 +00:00
tbogard%aol.net f39330af8a Fixed bug where when the aRequestor was the tree owner of the docShell in a content shell list. It was not advancing checking to see if the list had more. 2000-01-29 11:15:15 +00:00
tbogard%aol.net ce31b4b9d0 Fixed the order in which the main docShell is released against when the content shells are released. The content shells are held onto until after the main docShell is released so the content shells can still be grabbed. 2000-01-29 11:08:21 +00:00
mscott%netscape.com 9cc70d38cd oops forgot a checkin!!!
include nsIDocumentLoaderFactory.h
r=travis
2000-01-29 06:48:38 +00:00
mscott%netscape.com fca1e09e63 include nsIDocumentLoaderFactory
r=travis
2000-01-29 06:09:13 +00:00
mscott%netscape.com 1c9003cd9b Part of docshell/webshell landing prep work. The doc loader is being re-factored into the uri loader.
r=travis
2000-01-29 06:08:52 +00:00
michael.lowe%bigfoot.com b6d97b849a Repositioning offline menu item in browser (bug 24044) 2000-01-29 02:52:36 +00:00
sfraser%netscape.com 163a175a06 Fix for 25366 -- check for color grafport before getting the GrafVars. r=pinkerton 2000-01-28 23:39:24 +00:00
mjudge%netscape.com 8eabd7880f adding bindings to handle some specific windows cases. simple change 2000-01-28 23:24:29 +00:00
sspitzer%netscape.com 385fd4768b add new line to the end of the file. that is a CID, not an IID, so use the right macro. 2000-01-28 23:12:24 +00:00
dp%netscape.com bb5bf4d685 - Converting to Generic Module
- Removing unneccessary IID and CID defines
r=waterson
2000-01-28 09:21:54 +00:00
dp%netscape.com adfbc4cb86 - Converting to Generic Module
- Removing unneccessary defines of IID and CID
r=rjc
2000-01-28 09:14:44 +00:00
syd%netscape.com 1dc75aea20 Added support for registering JS functions, by the preference panel, with
prefwindow. These will be called by prefwindow when the user hits OK or
Cancel button; the intent is that a panel can then determine if the user
made changes that were commited, and act upon them. I will post something
to prefs and general about how that can be done. r=ben
2000-01-28 05:35:32 +00:00
sdagley%netscape.com 19c6fa72ca Fix #25042. Moving PR_Init_Log proto from prlog.h to pprio.h as it is an internal function that normally doesn't belong in the NSPR public interfaces but the Mac needs it. Changes actually from wtc, sdagley just reviewed them and is checking them in. 2000-01-28 04:00:28 +00:00
hyatt%netscape.com 91dc71fa50 Getting rid of createPopup 2000-01-28 03:04:40 +00:00
waterson%netscape.com 1c6ebd7a76 Make sure to install htmlBindings.xml on Mac and Unix. 2000-01-28 00:28:04 +00:00
law%netscape.com 20d2888833 Tweaks to new shist per bug 18804; r=travis@netscape.com 2000-01-27 14:31:01 +00:00
hyatt%netscape.com 87b3488616 Adding files for Mac. 2000-01-27 09:55:01 +00:00
hyatt%netscape.com 49b64ba7a0 Adding files for UNIX. 2000-01-27 09:52:07 +00:00
hyatt%netscape.com 04cb34a07b Adding makefile stubs for UNIX. 2000-01-27 09:51:32 +00:00
hyatt%netscape.com 058df0fe43 *** empty log message *** 2000-01-27 09:39:48 +00:00
hyatt%netscape.com 548bb4df37 Working on input field conversion to XBL. 2000-01-27 08:23:04 +00:00
hyatt%netscape.com 59a79ea27e Making sure htmlBindings.xml gets installed. 2000-01-27 08:15:48 +00:00
hyatt%netscape.com fac272701e First draft of the new XBL key binding handlers for HTML input fields and
text areas.
2000-01-27 08:15:29 +00:00
pepper%netscape.com 060fd6080c All source files must contain a newline at the end of some unix builds fail. 2000-01-27 06:13:00 +00:00
pepper%netscape.com 406e440a93 ALL files must have a newline at then end 2000-01-27 06:07:03 +00:00
pepper%netscape.com 2be0e4af59 ALL files MUST have a newline at the end of certain unix builds will fail 2000-01-27 06:05:39 +00:00
tbogard%aol.net 0edab7ced8 FindWebShellWithName now mainly relies on the implmenetation of nsContentTreeOwner::FindItemWithName for the implementation of finding named shells. 2000-01-27 06:01:02 +00:00
tbogard%aol.net 30a9ebe6da Fixed FindItemWithName not to search shells that initiated the search request. Moved the guts of nsIDocShellTreeOwner::ContentShellAdded to nsXULWindow. 2000-01-27 05:59:48 +00:00
tbogard%aol.net 2a8162a5b7 Implemented FindItemWithName(). Stubbed out many of the other functions that shouldn't be called with error conditions. Setup nsContentTreeOwner as the default treeowner when one is not already set. 2000-01-27 05:59:44 +00:00