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

47177 Коммитов

Автор SHA1 Сообщение Дата
dveditz%netscape.com 39f8fa40ba added files: mozilla/xpinstall/src/nsJSFileSpecObj.cpp 1999-11-21 06:06:37 +00:00
dveditz%netscape.com 5a475518ec comment fix 1999-11-21 06:05:22 +00:00
dveditz%netscape.com 8d2fb61ad2 Checkin for dbragg, Bug 16214 make "folder" params objects rather than path strings, r=dveditz.
Bug 17509 add BLOATY instrumentation to XPInstall. A couple of minor leak fixes
1999-11-21 06:03:23 +00:00
dp%netscape.com 16d01b73cc - 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 9e2826569a First version. Implementation header of Wallet Viewer. 1999-11-21 05:17:41 +00:00
dp%netscape.com 01a1c7d23d First version. Implementation header of single signon viewer. 1999-11-21 05:17:16 +00:00
dp%netscape.com 03b26576eb First version. Implementation header of wallet editor. 1999-11-21 05:16:45 +00:00
dp%netscape.com 235f20b9c0 First version. Header of Cookie Viewer implementation. 1999-11-21 05:15:46 +00:00
troy%netscape.com d9d5304d3b b=19280. Changed DeletingFrameSubtree() so it's order N instead of
N^2/2 in the worst case. This speeds things way up. Note that the real
problem here is that WipeContainingBlock() is repeatedly throwing away
and recreating the BODY element's frame and all its child frames
1999-11-21 04:06:44 +00:00
dp%netscape.com e5bba2fb70 - Converting to GenericModule
- Using NS_IMPL_ISUPPORTS[0-9]
- Removing unused NS_DEFINE_CID/IID
- Removing NS_New exports
r=morse@Netscape.com
1999-11-21 03:43:55 +00:00
bryner%uiuc.edu d245b90d04 These changes will enable scrolling with the mouse wheel (currently only
for unix).  r=saari.
1999-11-21 01:46:41 +00:00
dveditz%netscape.com c5721bf0d2 adding new files from dbragg, r=dveditz, not yet part of build 1999-11-21 01:24:18 +00:00
beard%netscape.com e4cce3d9fd [MLK] aCurrentStyle can be the only owning reference. r=scc, bug=15906 1999-11-21 01:14:33 +00:00
beard%netscape.com 14859c2e3f bug 15906, to make blame happy, fixed case of "GIF.CPP" to "gif.cpp". r=saari. 1999-11-21 01:10:30 +00:00
bryner%uiuc.edu e4f3704160 Tree changes to support mousewheel scrolling, and some other tree
changes (scrolling changes and some nsString -> nsAutoString
conversions) from alecf.  r=alecf.
1999-11-21 00:51:31 +00:00
cls%seawood.org 98d0b26d1d Removed listing of win32 Makefile I accidentally checked in. 1999-11-20 23:48:14 +00:00
valeski%netscape.com 47e8779d01 fixing build bustage 1999-11-20 23:23:59 +00:00
idk%eng.sun.com 8510117903 19465
Port pluglets to linux and Solaris
(This is not part of the build)
Oups. I fogot to add this file
1999-11-20 23:20:27 +00:00
idk%eng.sun.com b6fdc882a9 19465
Port pluglets to linux and Solaris
(This is not part of the build)
1999-11-20 23:19:40 +00:00
jj%netscape.com 01cd048b41 #13663: output names now have a capital M: "Mozilla" and "MozillaDebug" 1999-11-20 22:50:21 +00:00
beard%netscape.com 1606902969 implements InvalidateRegion(). r=kmcclusk 1999-11-20 22:33:42 +00:00
valeski%netscape.com a9f5170c23 6144, I'm checking in gagan's code for him as he's gone. r=valeski, r=gagan :). This checkin drops in HTTP authentication caching so you don't get hit w/ multiple auth dialogs when accessing auth requiring sites that have images in their html 1999-11-20 22:11:15 +00:00
sfraser%netscape.com b838732c93 Added nsAuthEngine.cpp for valeski 1999-11-20 22:09:56 +00:00
rhp%netscape.com 01ab05033d Curing bitrot...THIS IS NOT PART OF THE BUILD. 1999-11-20 22:03:19 +00:00
valeski%netscape.com a592298c68 not in build. updated auth engine 1999-11-20 21:46:23 +00:00
wtc%netscape.com acd8119ca7 Added new file brng.c. (Contributed by Matthew Zahorik and Duncan Wilcox.) 1999-11-20 20:38:05 +00:00
dp%netscape.com 612bf27cbd - Convering to GenericModule.
- Removing NS_DEFINE_IID
- Using NS_ISUPPORTS_IMPL1
1999-11-20 20:19:01 +00:00
wtc%netscape.com 7f67111717 Ported script to Windows 95. 1999-11-20 20:01:24 +00:00
wtc%netscape.com 8662e27008 Changed tab to spaces. 1999-11-20 20:00:02 +00:00
wtc%netscape.com d610776706 Removed extra blank line. 1999-11-20 19:59:31 +00:00
duncan%be.com a8e97d16e1 Clone nsFileSpec::Truncate from nsFileSpecUnix.cpp, r=shaver. 1999-11-20 17:57:42 +00:00
briano%netscape.com 61170a94b9 Automated update 1999-11-20 16:30:21 +00:00
duncan%be.com eee97d86af Try again with fix for BeOS build. This is not the same fix that broke
the Solaris build yestarday, but I'm looking at tinderbox anyway, ready
to back this out if there are build problems.
r=mcafee, r=shaver
1999-11-20 16:15:44 +00:00
cls%seawood.org a6e331edd8 Applied fix to mork for BeOS. Patch submitted by Duncan Wilcox <duncan@be.com>. 1999-11-20 11:03:43 +00:00
duncan%be.com 196ff89c01 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 33bda47823 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 ec7ad9543d Better handling of natural order calculate on RDF sequences. Makes drag&drop work fairly well in natural order. 1999-11-20 08:46:22 +00:00
rjc%netscape.com a2c16d2fc3 Check in some preliminary bookmarks drag&drop support. 1999-11-20 08:35:39 +00:00
rjc%netscape.com 328d85411b 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
scc%netscape.com 290a51fcd4 fixed an annoying, but rare, bug where an |nsCOMPtr| in an ownership ring could |Release()| twice. See the comment in the code for details. r=waterson 1999-11-20 08:19:24 +00:00
bryner%uiuc.edu b3668a1805 Oops, fixing a typo. Sorry about that. 1999-11-20 08:12:56 +00:00
dp%netscape.com 166f34a590 Removing extra semi-colon 1999-11-20 08:04:59 +00:00
rginda%netscape.com 4d390f03b5 tweaked html output, added test duration time. 1999-11-20 07:50:43 +00:00
dp%netscape.com 3f078d5856 Using nsAllocator to match changed Registry allocation. r=shaver 1999-11-20 07:37:32 +00:00
dp%netscape.com fd4515e4d6 - Converting to GenericModule
- Using NS_IMPL_ISUPPORTS1
- Removing a bunch of NS_DEFINE_IID
1999-11-20 07:34:03 +00:00
dp%netscape.com fdc280c002 Adding pref classname 1999-11-20 07:33:09 +00:00
norris%netscape.com e15cc74c6b Remove unused file and change makefile to reflect change.
r=mstoltz
1999-11-20 07:30:57 +00:00
warren%netscape.com 72b2f1fb4a Fixed indentation. 1999-11-20 07:30:26 +00:00
warren%netscape.com c66f04c585 Changed ifdefs to this stuff is off for debug builds too. 1999-11-20 07:28:45 +00:00
norris%netscape.com 1c4dac85f3 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