Commit Graph

60430 Commits

Author SHA1 Message Date
norris%netscape.com
26d7203e07 Make NativeJavaPackage.class optional. 2000-05-05 16:37:40 +00:00
brade%netscape.com
5d7b8a936d First Checked In. 2000-05-05 15:05:01 +00:00
kin%netscape.com
c4f863915d Fixed spellchecker recheck bug.
mozilla/editor/base/nsEditorShell.cpp
mozilla/editor/idl/nsIEditorSpellCheck.idl

    - Modified StartSpellChecking() so that it no longer calls
      NextMisspelledWord().
    - Renamed Start/CloseSpellChecking() to Init/UninitSpellChecker().
    - Changed prototype of GetCurrentDictionary() in the idl file.
    - Replaced all references of NS_SPELLCHECKER_CID with NS_SPELLCHECKER_PROGID.

mozilla/editor/txtsvc/public/nsISpellChecker.h

    - Added NS_SPELLCHECKER_PROGID.

mozilla/editor/txtsvc/public/nsTextServicesCID.h

    - Removed NS_SPELLCHECKER_CID.

mozilla/editor/ui/composer/content/ComposerCommands.js

    - Replaced all calls to  Start/CloseSpellChecking() with
      Init/UninitSpellChecker().
    - We now call GetNextMisspelledWord() after initing the spellchecker.

mozilla/editor/ui/dialogs/content/EdSpellCheck.js

    - Dialog now assumes the spellchecker language has been set before the
      dialog is invoked.
    - Fixed Recheck() so that it now sets the language.
2000-05-05 14:58:43 +00:00
mj%digicool.com
d37caab48c Bother. Camelot didn't eat it. I need a Mac buddy! =( 2000-05-05 14:53:41 +00:00
mj%digicool.com
e83dcd5d22 Template .mcp file. Camelot, here I come! (Oh, _NOT PART OF THE BUILD NOR OF ANY MAC BUILD PATH_) 2000-05-05 14:50:35 +00:00
joki%netscape.com
8af04cddba Fix for 10574, fix pageX, pageY coords to match 4.x behavior 2000-05-05 14:47:37 +00:00
joki%netscape.com
575d19fecb Adding assertion and null check for mCurrentTarget in PostHandleEvent 2000-05-05 14:43:20 +00:00
jst%netscape.com
23f7ceff9c Fixing bug 35276, flush all pending reflow notifications before requsting geometry from the frames, this makes the HTML element properties offsetXXX correct values even if requested immediately after a reflow was generated. 2000-05-05 14:25:49 +00:00
joki%netscape.com
c3d866c555 check in fix for 31892, null check in imagemap event code 2000-05-05 14:10:52 +00:00
edburns%acm.org
c593d6f998 Added comment in nativeDestroyInitContext about bug http://bugzilla.mozilla.org/show_bug.cgi?id=38271 2000-05-05 14:02:12 +00:00
mj%digicool.com
416e094610 Really backing out avs files this time. 2000-05-05 13:21:58 +00:00
cmanske%netscape.com
ca4caf40bc Updating CSS to use new icons for All Tags mode. r=jfrancis 2000-05-05 12:54:55 +00:00
cmanske%netscape.com
d8691d286a Adding images for All Tags edit mode. r=jfrancis 2000-05-05 12:39:41 +00:00
gagan%netscape.com
b2a474e3e0 added files: mozilla/netwerk/base/public/nsIProxyAutoConfig.idl, mozilla/netwerk/base/public/nsIProxyAutoConfigUtils.idl, mozilla/netwerk/base/public/nsIWebFilters.idl 2000-05-05 10:25:07 +00:00
gagan%netscape.com
3f3e541a66 More proxy auto config work. 2000-05-05 09:49:42 +00:00
gagan%netscape.com
12143c560d Flush out auth entries for 401 auth denied responses. And some filter work... 2000-05-05 09:46:24 +00:00
gagan%netscape.com
13e7b2f428 Relevant idl includes for proxy auto config changes. 2000-05-05 09:35:50 +00:00
gagan%netscape.com
0355ed4aa1 More proxy autoconfig stuff (in the making...) 2000-05-05 09:34:37 +00:00
sgehani%netscape.com
3e67d622c7 *** NOT PART OF CONTINUOUS BUILD ***
Workaround for bug 37957.  Getting the Mac installer to work again.
2000-05-05 09:07:12 +00:00
mjudge%netscape.com
3c0afd13cb not in build yet. ender-lite 2000-05-05 08:58:24 +00:00
sspitzer%netscape.com
9dd4f9ce95 update. 2000-05-05 07:53:52 +00:00
warren%netscape.com
9e08ee0ba1 Added 2000-05-05 07:53:43 +00:00
dp%netscape.com
f7eb166ecf added contributors. 2000-05-05 07:44:50 +00:00
sspitzer%netscape.com
308422b9c8 make it so the newsgroup (or folder) you have selected appears in the textfield. 2000-05-05 07:40:33 +00:00
sspitzer%netscape.com
cae31d5662 simple status feedback (progress bar) for subscribe. 2000-05-05 07:25:16 +00:00
dp%netscape.com
fa7f769bbe Initial version 2000-05-05 07:24:30 +00:00
sspitzer%netscape.com
4db0bd1531 lower count, and remove printfs. 2000-05-05 07:12:51 +00:00
sspitzer%netscape.com
310b82a909 start of the progress for the subscrbie dialog. 2000-05-05 07:11:23 +00:00
rhp%netscape.com
e6e2dfb6d9 JUST CHECKING IN CODE - NOT PART OF THE BUILD! 2000-05-05 06:59:15 +00:00
dp%netscape.com
f252153c3b Adding in class headers. 2000-05-05 06:53:09 +00:00
dp%netscape.com
9e5bcc6e67 Including class headers. 2000-05-05 06:49:13 +00:00
dp%netscape.com
481db03263 - Using nsILocalFile::AppendRelativePath() to get components that live
under subdirs of component directory to work
- Fixing UnregisterComponent() to take a registryLocation as opposed
to a misinterpretted fullpathname
2000-05-05 06:37:39 +00:00
dp%netscape.com
99c45e2779 Passing registry location correctly to nsIModule::UnregisterSelf() 2000-05-05 06:34:39 +00:00
dp%netscape.com
f6783ede03 Heavy documentation. 2000-05-05 06:33:05 +00:00
mj%digicool.com
f23e4cca85 Add xml-rpc Makefiles to build if building with --with-extentions="default xml-rpc"
r=sspitzer
2000-05-05 06:30:27 +00:00
dveditz%netscape.com
8f8bd01e1c suppressing warning that's probably fatal on VC5 2000-05-05 06:24:14 +00:00
dveditz%netscape.com
f4fff36332 Skin/Locale installer (bug 32688) and groundwork for bug 32689 2000-05-05 06:23:11 +00:00
mj%digicool.com
451fa92469 New XML-RPC Client component.
_NOT PART OF THE BUILD_
2000-05-05 06:06:34 +00:00
warren%netscape.com
5cae94deb3 Obsolete 2000-05-05 06:05:38 +00:00
dp%netscape.com
996296e9e0 Adding progid for component manager. 2000-05-05 06:01:41 +00:00
dp%netscape.com
41cacf309f Converting to generic module. 2000-05-05 05:59:42 +00:00
dp%netscape.com
e70cfc3491 Removed unneccessary casts. 2000-05-05 05:54:15 +00:00
dp%netscape.com
462db59ab4 Converting to generic module. 2000-05-05 05:53:21 +00:00
sspitzer%netscape.com
1829813e8d make it so the UI doesn't block when building up the subscribe datasource.
thanks to mscott / waterson for the tips.
2000-05-05 05:52:38 +00:00
dp%netscape.com
222d9164f6 Added progid. 2000-05-05 05:52:26 +00:00
dp%netscape.com
51248669a0 Removed unneccessary include of nsIModule.h 2000-05-05 05:51:43 +00:00
dp%netscape.com
7290a04bc1 - Api nsILocalFile::AppendRelativePath() added to interface
- nsILocalFile::Append() returns error uniformly on all platforms if
more than one component of path is being appended.
2000-05-05 05:47:32 +00:00
dprice%netscape.com
a5c995336b fix for 38253 r=mjudge 2000-05-05 05:37:27 +00:00
av%netscape.com
2284b35757 Not part of the build 2000-05-05 05:33:18 +00:00
cmanske%netscape.com
281ec7bb69 Change attribute name of '-moz-userdefined' tag to '_moz-userdefied' to adhere to naming convention that strips out attribute when outputting HTML from editor 2000-05-05 05:32:15 +00:00