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

45569 Коммитов

Автор SHA1 Сообщение Дата
warren%netscape.com 145f9f9dea Minor cleanup 1999-11-01 20:50:04 +00:00
warren%netscape.com 501fc9ffdf Eliminating netwerk/util 1999-11-01 20:48:12 +00:00
valeski%netscape.com 105bf31e01 removing early xpcom proxy release change from earlier in the weekend. 1999-11-01 20:37:13 +00:00
varada%netscape.com 92aac969d4 fix for bug #6568 - showing summary in the first page 1999-11-01 20:13:16 +00:00
idk%eng.sun.com 628d944625 fix for 17454
changed strncmp to PL_strncasecmp
1999-11-01 20:04:57 +00:00
tbogard%aol.net b936c722ec Changed some m_* to m*. 1999-11-01 19:57:15 +00:00
mscott%netscape.com fb292bbb38 (not part of the seamonkey build)
top level Makefile for uriloader
1999-11-01 19:56:25 +00:00
mscott%netscape.com f12b862bb4 not part of the seamonkey build
add makefile for the uriloader\build directory.
1999-11-01 19:52:49 +00:00
mscott%netscape.com c12b868552 not part of the seamonkey build
add CID header file and uri loader module class.
1999-11-01 19:52:25 +00:00
mscott%netscape.com ea478acb6e not part of the seamonkey build.
add top level makefile.win for uriloader.
1999-11-01 19:51:45 +00:00
mscott%netscape.com 09892cb026 not part of the seamonkey build
remove class id and progid from the interface
1999-11-01 19:51:05 +00:00
mscott%netscape.com a57216e267 (not part of the seamonkey build!)
export nsURIDispatcher.h
1999-11-01 19:49:09 +00:00
idk%eng.sun.com de0a04d4ec fix for 17449
added checkings for NULL
1999-11-01 19:39:26 +00:00
varada%netscape.com 92ef2f5fa0 fixes to bug 5434 1999-11-01 19:14:29 +00:00
varada%netscape.com 8a136564be cleanup code for customizationlist 1999-11-01 18:10:26 +00:00
varada%netscape.com 2e418c0e11 cleanup code for checklist 1999-11-01 18:09:31 +00:00
briano%netscape.com 525aef8246 Automated update 1999-11-01 15:45:17 +00:00
rods%netscape.com 1d9434ba93 Check to see if the option being added has the "selected" property, if it
does then the list needs to be reinitialized.
r=dcone, bug #17519
1999-11-01 15:41:17 +00:00
kipp%netscape.com 2ac80aba87 Added address information to the dump content diagnostic code 1999-11-01 15:38:05 +00:00
kipp%netscape.com 80998e8d8c r=ftang (someday); fixed bug 17130 - the problem was that nbsp's were being mapped into spaces by the text-transformer which is normally good, but for the purposes of line-breaking look-ahead was bad. I added code to revert the post-transformed spaces into nbsp's before using the line-breaker 1999-11-01 15:36:02 +00:00
kipp%netscape.com 9e50fa5b4f r=ftang (someday); fixed 17559 regression - there were a few cases where characters > 127 were leaking out without setting the mHasMultibyte flag that were triggering painting bugs on macs... 1999-11-01 15:32:37 +00:00
cls%seawood.org 65a7ced58d Tested various build options, marked some broken, unmarked others that have been fixed. Removed obsolete options. 1999-11-01 15:32:02 +00:00
kipp%netscape.com 3c7c76999f Disabled debug noise I accidently checked in (whoops!) 1999-11-01 15:31:04 +00:00
cls%seawood.org b48a7583af Remove the extra -D_XXX_SOURCE_ flags for Linux builds. 1999-11-01 15:29:31 +00:00
kipp%netscape.com 0a512d8393 r=troy; reworked the way that blocks inside of inline elements are handled. It's all in the frame construction code now (bugs 15999, 16737) 1999-11-01 15:24:57 +00:00
kipp%netscape.com 1fe14ebeaa Added address information to the dump content diagnostic code 1999-11-01 15:23:06 +00:00
kipp%netscape.com be3c86d804 Added another frame property 1999-11-01 15:22:25 +00:00
jfrancis%netscape.com fa661ac6d1 fix for bugs: 16724, 16855; r=sfraser 1999-11-01 15:15:56 +00:00
jfrancis%netscape.com f5c0eec556 fixes for bugs: 16361,12253,15696,15734; r=sfraser 1999-11-01 15:15:35 +00:00
dp%netscape.com 69f850d965 Removing double check for failure. Checking for nsresult is sufficient. 1999-11-01 08:54:06 +00:00
tbogard%aol.net 7cb48d6d87 Added some checks to verify calling of the nsIDocShellFile and nsIDocShellEdit functions. 1999-11-01 07:53:24 +00:00
tbogard%aol.net 71c2abe1fd Changed NS_ENSURE to be NS_ENSURE_TRUE. 1999-11-01 07:45:38 +00:00
tbogard%aol.net 57619db811 Changed NS_ENSURE and NS_ENSURE_NOT occurences to be NS_ENSURE_TRUE and NS_ENSURE_FALSE respectively. 1999-11-01 07:40:19 +00:00
tbogard%aol.net 3d60c7ebb0 Changed NS_ENSURE to be NS_ENSURE_TRUE. Also changed NS_ENSURE_NOT to be NS_ENSURE_FALSE. Left NS_ENSURE and NS_ENSURE_NOT, but they will soon be going away. 1999-11-01 06:59:16 +00:00
rpotts%netscape.com 849b3d2a71 bug #16418 (r=warren,gagan). When redirecting a URL only copy the Ref to the new URL (not the Param and Query). 1999-11-01 06:00:55 +00:00
dougt%netscape.com 8ebbab5553 Adding a set accessor to the permissions functions. Needed by the xpinstall
folks.
1999-11-01 04:44:56 +00:00
tbogard%aol.net 5bbda4989a Added comment around frame stuff to explain lack of ref-counting. 1999-11-01 04:03:03 +00:00
tbogard%aol.net e1d5196ed3 Implemented GetZoom and SetZoom. Removed some left over comment code. 1999-11-01 04:02:24 +00:00
troy%netscape.com 7cf2e376ac Added nsIFrameDebug interface 1999-11-01 03:34:43 +00:00
bienvenu%netscape.com 9ba6e2321b fix updating of folders after imap/moves r=mscott bug 12491 1999-11-01 01:10:08 +00:00
bienvenu%netscape.com 10e0f64b8b add support for pending counts for imap folders r=mscott 1999-11-01 01:06:29 +00:00
mscott%netscape.com 2c586468ca remove shut down listener stuff.
r=bienvenu
1999-11-01 00:57:49 +00:00
mscott%netscape.com bd2f7450fa remove shutdown listener stuff.
r=bienvenu
1999-11-01 00:56:19 +00:00
mscott%netscape.com e43e2e5d9e remove shutdown listener code.
r=bienvenu
1999-11-01 00:55:06 +00:00
tonyr%fbdesigns.com 48fdb40dd9 Added Outlook mail and address book import functionality 1999-11-01 00:46:18 +00:00
bienvenu%netscape.com b19191c4a1 add method to find out if folder is in open window r=putterman 1999-10-31 22:21:55 +00:00
tbogard%aol.net b20f02431f Changed NS_IMETHOD to NS_IMETHODIMP on implemented function. 1999-10-31 07:38:44 +00:00
beard%netscape.com 629593d5b5 made more robust with partial output. 1999-10-31 06:05:09 +00:00
dp%netscape.com b21e2079e7 Removing use of nsIShutdownListener r=sspitzer 1999-10-31 05:02:55 +00:00
troy%netscape.com b0a2b142a1 b=15742. Changed Reflow() to invalidate the child's bounds if we're forced
to do a second reflow because we didn't correctly predict whether the vertical
scrollbar was needed. Because the second reflow changes the display width we
need to repaint
1999-10-31 04:04:32 +00:00