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

59301 Коммитов

Автор SHA1 Сообщение Дата
alecf%netscape.com 42e1c6e1f3 make a whole bunch of search/filter stuff scriptable.
this included adding a new nsIMsgSearchValue interface, and renaming some of the IDL typedefs to be consistent with each other.
2000-04-22 00:34:39 +00:00
jim_nance%yahoo.com 1d29b85f66 Fix for 34949. Problem with 64 bit pointers.
r=wtc
2000-04-22 00:32:03 +00:00
av%netscape.com 87c1849b52 Fixing memory leak during start up, #35912 2000-04-22 00:04:24 +00:00
alecf%netscape.com 826b8000fd - fixed missing html:div tag in am-main.xul
- fix for #36771 - document.controls stopped containing hidden form elements - still the right fix because document.controls likely going away
- make the IMAP advanced dialog skinnable
2000-04-21 23:51:19 +00:00
cls%seawood.org 77ab896a2a Added separate list to distinguish between trees to be tracked and those to be reported. And it works this time too. Trees that are not reported by default can be seen via 'mozbot trees name-of-not-reported-tree'. 2000-04-21 23:47:20 +00:00
rjc%netscape.com c2405d60b7 New Jobs image file from Netcenter. 2000-04-21 23:39:48 +00:00
rjc%netscape.com 2be14b3082 New Jobs search file from Netcenter. 2000-04-21 23:39:34 +00:00
cyeh%bluemartini.com 3eb3075cde added Windows NT blurb to disclaimer section. 2000-04-21 23:32:25 +00:00
tbogard%aol.net db69a7b197 Removed the static Create method since the generic factory handles that. Changed GetStringBundle to GetPromptAndStringBundle since most people are always wanting to get both the prompt and the string bundle. Removed EnsureGlobalHistory. Global History is now instantiated on startup. 2000-04-21 23:32:11 +00:00
tbogard%aol.net a89ca4614f Creation of the docshell now uses the generic factory rather than it's own private Create method for instantiation of the nsDocShell class. 2000-04-21 23:31:42 +00:00
tbogard%aol.net 6a5f8828fe Removed some old ifdef 0 code. Removed some unused variables. Some cleanup to OnStart and OnEndDocumentLoad to get ready to move them over to the progress interface code. 2000-04-21 23:31:41 +00:00
tbogard%aol.net 97d40fe46e Made the constructor public to allow the generic factory to be used for creation. Removed the static Create. Removed EnsureGlobalHistory. Global History is now instantiated on startup. Changed GetStringBundle to GetPromptAndStringBundle since most people are always wanting to get both the prompt and the string bundle. 2000-04-21 23:31:40 +00:00
pavlov%netscape.com 5caa5b9b96 remove unused variables and store the clipregion in an nsCOMPtr 2000-04-21 23:28:23 +00:00
davidm%netscape.com fb6e1358f4 32956 Triggering same xpi file in same session fails (mem cache on r = ruslan 2000-04-21 23:23:59 +00:00
tbogard%aol.net c6657ce589 Fixed the duplicates in the enum. 2000-04-21 23:23:17 +00:00
racham%netscape.com 5e8f7fa03f Adding the updated mcp file 2000-04-21 23:23:06 +00:00
sgehani%netscape.com c02e3f4de5 Make directory creation failure a non-fatal error. 2000-04-21 23:12:50 +00:00
pavlov%netscape.com 5448d0d8b6 remove unused member variable 2000-04-21 23:06:45 +00:00
kmcclusk%netscape.com ebb082aaed Offscreen drawing surface now shrinks and expands in discrete increments of the screen size. b=20741 r=rods@netscape.com. tested on WIN32, Mac, Linux
Applied second half of patch to prevent invisible views from being painted (patch from Tomi.Leppikangas@oulu.fi) b=34466 r=rods@netscape tested on WIN32, Mac, Linux
2000-04-21 23:02:02 +00:00
sgehani%netscape.com 320cabe2f2 * Fix error mapping off-by-one for error strings.
* Hide cancel button once download/installation begins.
2000-04-21 22:57:05 +00:00
sspitzer%netscape.com ace9709b28 PerformExpand() and UpdateCounts() need to take a nsIMsgWindow, because these
action may require the user to enter a password, which means a dialog must comes up,
which means we need the msg window for the parent.
2000-04-21 22:55:18 +00:00
rogerl%netscape.com adfcfe0dca Added a beginning for exception handling. 2000-04-21 22:52:52 +00:00
warren%netscape.com 914e63504c Don't know why it thought these were different. Reverting. 2000-04-21 22:52:23 +00:00
cata%netscape.com 7f19ed4cf4 New interface method. 2000-04-21 22:50:35 +00:00
warren%netscape.com 4f8ade4f50 Fixed clobber rules to use $(RM) instead of rm. 2000-04-21 22:49:57 +00:00
erik%netscape.com efbbeaa968 grabbing a few IDs for nsILanguage and nsILanguageService; not part of
build
2000-04-21 22:42:42 +00:00
racham%netscape.com 807ea9e889 Fixing bugs 28888, 27948. Moving activation code out of mozilla. r=alecf 2000-04-21 22:37:52 +00:00
racham%netscape.com 6eb3c716ca Fixing bug 28888, 27948. Moving activation code out of mozilla. r=alecf 2000-04-21 22:36:31 +00:00
sfraser%netscape.com a9566d98c3 Fix for 24043, close empty editor doc when opening a new file. Help from Ryan Cassin <kidteckco@hotmail.com>. 2000-04-21 22:32:57 +00:00
racham%netscape.com 0df523e594 Fixing bugs 28888, 27948. Moving activation code out of mozilla. r=alecf 2000-04-21 22:29:42 +00:00
rods%netscape.com d01a3c8d69 It now uses the nsHTMLContent->GetHTMLAttribute to get the value and/or label
The code now lso checks to see if the attr actually exists before it moves to the label or the content
bug 36459
2000-04-21 22:28:07 +00:00
racham%netscape.com 80f2cdeabf Fixing bug 28888, 27948. Moving activation code out of mozilla. r=alecf 2000-04-21 22:27:58 +00:00
alecf%netscape.com 36b81ea82b add an extra variable to make this easier for consumers of this file 2000-04-21 22:21:52 +00:00
racham%netscape.com d98b785a9d Adding startup listener interface fo profiles. part bug fix 28888. a=alecf 2000-04-21 22:20:57 +00:00
rods%netscape.com e0e4f13e2f also added asserts for improper sizes being passed
back in reflow send onChange events on all navigation bug 29440
2000-04-21 22:20:44 +00:00
jdunn%netscape.com fe9da9312c adding newline for hp 2000-04-21 22:17:14 +00:00
alecf%netscape.com fbb5ebf6da switch from titledbuttons and <div>'s to <text> for skinnability and speed 2000-04-21 22:16:39 +00:00
rods%netscape.com 85c02c71ec Add ifdef'ed Performance Reflow Counting code
also added asserts for improper sizes being passed back in reflow
send onChange events on all navigation bug 29440
2000-04-21 22:16:23 +00:00
alecf%netscape.com c914e6dca9 switch from titledbutton to <text> for skinnability 2000-04-21 22:14:31 +00:00
alecf%netscape.com cffae356cc localize some hardcoded strings in the account manager 2000-04-21 22:04:10 +00:00
tao%netscape.com fcf44711b1 35397: "Make Taskbar localizable". Move menu hierarchy to taskbar.rdf. (r=waterson,a=ben) 2000-04-21 22:04:02 +00:00
rods%netscape.com 7abbda5997 Add ifdef'ed Performance Reflow Counting code 2000-04-21 22:02:46 +00:00
tao%netscape.com 305359871d 35397: "Make Taskbar localizable". Move menu hierarchy to taskbar.rdf. 2000-04-21 22:02:38 +00:00
alecf%netscape.com d78622e04c add some new strings for the account manager datasource 2000-04-21 22:01:38 +00:00
rods%netscape.com bbea2867ad The value in the GetAttribute will no longer have the space stripped in front and back 2000-04-21 21:59:53 +00:00
rods%netscape.com 8617a1b004 text content longer gets set to "" which it ignores, it
gets set to " " when thedisplay should be ""
bug 36459
Add ifdef'ed Performance Reflow Counting code
2000-04-21 21:53:38 +00:00
rods%netscape.com 465d191a2e Add ifdef'ed Performance Reflow Counting code 2000-04-21 21:51:35 +00:00
ftang%netscape.com bc875bc29f change the dump code to dump in UTF8 so we can reduce unnecessary assertion when we turn on nsString
data corruption code
2000-04-21 21:46:36 +00:00
ftang%netscape.com 238c2b8d57 fix nsFileSpec unicode interface . 2000-04-21 21:44:23 +00:00
anthonyd%netscape.com d49663a53e r=mjudge. adding in focus listener to docviwer. this will now disable/reenable selection on those displays that desired selection at all. 2000-04-21 21:40:28 +00:00