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

61 Коммитов

Автор SHA1 Сообщение Дата
vidur%netscape.com e153192875 Fix for bug 46861. nsIDOMWindow is now split into two interfaces: a public interface (still called nsIDOMWindow) for embedders and an internal interface (nsIDOMWindowInternal) for internal use. The union of the two interfaces is still visible from JavaScript. r=jst@netscape.com 2000-09-01 01:54:35 +00:00
scc%mozilla.org a6fe0ab74d fixing code that relied on implicit string construction 2000-08-19 20:52:04 +00:00
morse%netscape.com ae56ad017a change html checkbox to xul checkbox, r=hyatt 2000-07-27 00:16:31 +00:00
cls%seawood.org 1f3b6d75ab Removed obsolete REQUIRES variable from every Makefile.in/makefile.win 2000-06-30 08:08:04 +00:00
morse%netscape.com 0e649ed54b remove <div>, change suggested by hyatt, r=morse 2000-06-22 14:17:01 +00:00
hyatt%netscape.com 5153c01a6f 30511. evaughan 2000-06-20 01:04:20 +00:00
rbs%maths.uq.edu.au 26742e611c Change invalid REC-html40 to correct XHTML namespace. b:7834. a:ekrock@netscape.com 2000-06-15 09:54:41 +00:00
morse%netscape.com 48d25f5bbf fix bug 41452 2000-06-04 15:34:09 +00:00
warren%netscape.com 512c8bf433 Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug #18433 2000-06-03 09:46:12 +00:00
valeski%netscape.com ca77e9420a 41110. eradicating nsIWebshellWindow usage. These are extraneous usages. 2000-06-01 14:29:43 +00:00
danm%netscape.com c0ae0cbbf6 top-level chrome dirs are now packages,locales,skins 2000-05-13 21:29:08 +00:00
morse%netscape.com 0cf10b0a8f bug 36833, treehead should appear different from treechildren 2000-05-05 00:59:13 +00:00
morse%netscape.com 0a0cb128d0 bug 37742 accomodate ever-changing xul specs 2000-05-04 03:32:15 +00:00
morse%netscape.com ad44cd875e bug 36114, wrong title on wallet previewer 2000-04-28 14:03:13 +00:00
hyatt%netscape.com ed7eedafdf Beginning the process of massaging the CSS and XUL to conform to the new
directory org.
2000-04-21 09:40:38 +00:00
danm%netscape.com d0d8c4d5c3 dist...chrome restructuring 2000-04-19 21:42:30 +00:00
morse%netscape.com bf7c703c8c undo partial fix for bug 26020 2000-04-05 00:30:40 +00:00
sford3%swbell.net f61eda63b9 wallet reorg 2000-03-24 09:07:36 +00:00
sford3%swbell.net fb6cdf1fd2 Prep work for wallet reorg 2000-03-21 00:06:35 +00:00
morse%netscape.com 7c0aac3eeb remove diagnostic print statement 2000-03-17 22:16:13 +00:00
morse%netscape.com 0489044053 complete redesign of wallet previewer 2000-03-17 10:51:11 +00:00
wtc%netscape.com 9377345e33 Bugzilla bug #27457: prepare the Windows build system for NSPR library
name change.  Define a new makefile variable LIBPLC.
Modified files:
mozilla/config/config.mak
mozilla/dom/src/build/makefile.win
mozilla/extensions/wallet/cookieviewer/makefile.win
mozilla/extensions/wallet/editor/makefile.win
mozilla/extensions/wallet/signonviewer/makefile.win
mozilla/extensions/wallet/walletpreview/makefile.win
mozilla/mailnews/import/eudora/src/makefile.win
mozilla/mailnews/import/oexpress/makefile.win
mozilla/mailnews/import/outlook/src/makefile.win
mozilla/mailnews/import/src/makefile.win
mozilla/mailnews/import/text/src/makefile.win
mozilla/netwerk/protocol/jar/src/makefile.win
mozilla/profile/Acctidl/makefile.win
mozilla/profile/src/makefile.win
mozilla/xpcom/sample/makefile.win
2000-02-15 14:35:15 +00:00
tbogard%aol.net ad895a4fe1 Changed to do the Close on the treeOwner rather than trying to do so on the old webShell interfaces. Fixed a leak of the top object after it has been retrieved. r=hyatt 2000-02-14 10:55:04 +00:00
tbogard%aol.net 840c8350e1 GlobalWindow now calls up nsIDocShellTreeOwner rather than nsIBrowserWindow. GlobalWindow has mostly been re-organized as well as cleaned up to provide this new functionality. DocShellTreeOwners got implementations filled in and many bugs fixed. nsIScriptGlobalObject now talks in terms of docShells instead of webShells. Fixed a number of cases where people were walking through content viewers etc to get to a presShell and changed them to simply ask for the presShell from the docShell. GlobalWindow now deals completely in terms of docShells. r=vidur 2000-02-08 13:40:10 +00:00
morse%netscape.com 61a9624d09 fix bug 23037, allow autofill to use double-byte characters for i18n, r=dp 2000-01-12 21:53:32 +00:00
warren%netscape.com 96ec037ac6 Eliminated the libs build pass. 1999-11-28 03:05:01 +00:00
dp%netscape.com 9551c4aee8 - Converting to nsGenericModule and nsGenericFactory
- Using NS_IMPL_ISUPPORTS[0-9]
- Removing exported NS_New*() functions
- Moving the implementation definitions to their headers
r=morse@Netscape.com
1999-11-21 05:29:16 +00:00
dp%netscape.com a755d7cc0f First version. Implementation header of Wallet Viewer. 1999-11-21 05:17:41 +00:00
morse%netscape.com a08038c1bd undoing last check-in now that bug 18479 has really been fixed 1999-11-16 23:05:49 +00:00
morse%netscape.com 415d749649 work-around for bug 18479, safe form-fill comes up blank, r=rods 1999-11-16 20:50:40 +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
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
waterson%netscape.com bdfcaec321 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 03:05:10 +00:00
morse%netscape.com 6ac7b9d2c5 fix bug 14954 -- approved chofmann 1999-09-27 03:54:05 +00:00
briano%netscape.com 6f97cd6289 General cleanup. 1999-09-11 01:34:27 +00:00
morse%netscape.com ea9fc0653e localize xul files 1999-09-09 07:03:00 +00:00
morse%netscape.com cf96b0a7fb localize wallet xul files 1999-09-09 06:54:50 +00:00
morse%netscape.com 6bbfbd49ca localize wallet xul files 1999-09-09 06:43:15 +00:00
briano%netscape.com 1992ecbc92 Cleaned it up. 1999-09-08 00:24:27 +00:00
morse%netscape.com 31c54280a3 convert viewers from html to xul 1999-09-03 04:55:23 +00:00
morse%netscape.com df06494aa9 fixes for bug 13022 1999-09-02 21:37:24 +00:00
morse%netscape.com cd4f389b7c remove wallet's auto-capturing 1999-08-24 00:48:16 +00:00
mccabe%netscape.com d98f4dca1d First cut at removing manual declaration of interface methods in implementation classes and replacing with xpidl-generated NS_DECL_NSIFOO macro.
Hopefully this'll help turn the copy-n-paste tide towards using this macro.
1999-08-21 08:54:47 +00:00
morse%netscape.com d5740bc53f fix bug 10406, approved chofmann 1999-08-13 20:22:35 +00:00
morse%netscape.com 8cad01d552 fix bug 11465 1999-08-10 19:02:11 +00:00
morse%netscape.com 4615b96cb8 still cleaning up in preparation for xul 1999-08-03 04:55:11 +00:00
morse%netscape.com a713d2846f clean up in anticipation of converting to xul 1999-08-03 00:06:32 +00:00
morse%netscape.com 71fa6a532d minor cleanup 1999-07-25 04:31:09 +00:00
sfraser%netscape.com 46a4f3edb5 Remove bogus semicolons in IID macros. 1999-07-15 00:42:02 +00:00
morse%netscape.com 4d866dd8d9 First Checked In. 1999-07-04 01:29:53 +00:00