Bug 106386 Correct misspellings in source code
patch by unknown@simplemachines.org r=timeless rs=brendan git-svn-id: svn://10.0.0.236/trunk@185269 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -112,7 +112,7 @@ The basic implementation architecture is following:
|
||||
created and is registered with Mozilla's DOM
|
||||
It's task is to propagate event notifications from Mozilla's DOM
|
||||
to target Java EventListener
|
||||
- In order to sucessfully unregister EventListeners we need to
|
||||
- In order to successfully unregister EventListeners we need to
|
||||
save association between java EventListener and corresponding
|
||||
NativeDOMProxyListener object. This is done by storing such
|
||||
associations Vector at NodeImpl
|
||||
|
||||
@@ -112,7 +112,7 @@ The basic implementation architecture is following:
|
||||
created and is registered with Mozilla's DOM
|
||||
It's task is to propagate event notifications from Mozilla's DOM
|
||||
to target Java EventListener
|
||||
- In order to sucessfully unregister EventListeners we need to
|
||||
- In order to successfully unregister EventListeners we need to
|
||||
save association between java EventListener and corresponding
|
||||
NativeDOMProxyListener object. This is done by storing such
|
||||
associations Vector at NodeImpl
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
* Portions created by Sun Microsystems Inc are Copyright (C) 2001
|
||||
* All Rights Reserved.
|
||||
*
|
||||
* $Id: PluggableJVM.java,v 1.2 2001-07-12 19:57:54 edburns%acm.org Exp $
|
||||
* $Id: PluggableJVM.java,v 1.3 2005-11-25 08:16:30 timeless%mozdev.org Exp $
|
||||
*
|
||||
* Contributor(s):
|
||||
*
|
||||
@@ -807,7 +807,7 @@ public abstract class PluggableJVM
|
||||
}
|
||||
break;
|
||||
default:
|
||||
trace("Unknow event type: "+evt.getType(), LOG_ERROR);
|
||||
trace("Unknown event type: "+evt.getType(), LOG_ERROR);
|
||||
break;
|
||||
}
|
||||
if (evt.isSync())
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
* Portions created by Sun Microsystems Inc are Copyright (C) 2001
|
||||
* All Rights Reserved.
|
||||
*
|
||||
* $Id: npunix.c,v 1.1.1.1 2001-05-10 18:12:36 edburns%acm.org Exp $
|
||||
* $Id: npunix.c,v 1.2 2005-11-25 08:16:30 timeless%mozdev.org Exp $
|
||||
*
|
||||
*
|
||||
* Contributor(s):
|
||||
@@ -327,7 +327,7 @@ NP_GetValue(void *future, NPPVariable variable, void *value)
|
||||
*
|
||||
* PARAMETERS
|
||||
* nsTable - The netscape function table. If developers just use these
|
||||
* wrappers, they dont need to worry about all these function
|
||||
* wrappers, they don't need to worry about all these function
|
||||
* tables.
|
||||
* RETURN
|
||||
* pluginFuncs
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
* Portions created by Sun Microsystems Inc are Copyright (C) 2001
|
||||
* All Rights Reserved.
|
||||
*
|
||||
* $Id: npunix.c.my,v 1.1.1.1 2001-05-10 18:12:36 edburns%acm.org Exp $
|
||||
* $Id: npunix.c.my,v 1.2 2005-11-25 08:16:30 timeless%mozdev.org Exp $
|
||||
*
|
||||
*
|
||||
* Contributor(s):
|
||||
@@ -327,7 +327,7 @@ NP_GetValue(void *future, NPPVariable variable, void *value)
|
||||
*
|
||||
* PARAMETERS
|
||||
* nsTable - The netscape function table. If developers just use these
|
||||
* wrappers, they dont need to worry about all these function
|
||||
* wrappers, they don't need to worry about all these function
|
||||
* tables.
|
||||
* RETURN
|
||||
* pluginFuncs
|
||||
|
||||
@@ -47,7 +47,7 @@ static char *ToString(jobject obj,JNIEnv *env) {
|
||||
void PlugletLoader::Initialize(void) {
|
||||
PR_LOG(PlugletLog::log, PR_LOG_DEBUG,
|
||||
("PlugletLoader::Initialize\n"));
|
||||
//nb erors handling
|
||||
//nb errors handling
|
||||
JNIEnv * env = PlugletEngine::GetJNIEnv();
|
||||
if (!env) {
|
||||
return;
|
||||
|
||||
@@ -6,8 +6,8 @@ This HTML used for getURL call of PlugletManager
|
||||
function registerResults()
|
||||
{
|
||||
//Note that we verify only loading of document,
|
||||
if document was loaded succesfully via protocol http, ftp, file then JavaScript says: "All OK"
|
||||
Packages.org.mozilla.pluglet.test.basic.api.PlugletManaget_getURL_128.setResult(true,'Document was succesfully loaded');
|
||||
//if document was loaded successfully via protocol http, ftp, file then JavaScript says: "All OK"
|
||||
Packages.org.mozilla.pluglet.test.basic.api.PlugletManaget_getURL_128.setResult(true,'Document was successfully loaded');
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
|
||||
@@ -69,7 +69,7 @@ public class DelApp extends Applet
|
||||
printLog("Can't delete " + secondPluglet);
|
||||
return;
|
||||
} else {
|
||||
printLog("File: " + secondPluglet + " succesfully deleted");
|
||||
printLog("File: " + secondPluglet + " successfully deleted");
|
||||
}
|
||||
nextURL();
|
||||
}
|
||||
|
||||
@@ -97,7 +97,7 @@ public class PlugletManager_reloadPluglets_2 implements Test
|
||||
}
|
||||
TestContext.printLog("}");
|
||||
if(((Boolean)copySecondPluglet(sourceDir,destDir,fileName)).booleanValue()) {
|
||||
context.printLog("Second pluglet library was succesfully copied..");
|
||||
context.printLog("Second pluglet library was successfully copied..");
|
||||
PlugletManager_obj.reloadPluglets(((Boolean)vectorOfParameters.elementAt(0)).booleanValue());
|
||||
System.err.println("DEBUG: Void method PlugletManager_reloadPluglets(" + ((Boolean)vectorOfParameters.elementAt(0)).booleanValue() + ")");
|
||||
return;
|
||||
|
||||
@@ -41,7 +41,7 @@ import java.awt.Dimension;
|
||||
|
||||
* There is one instance of GtkBrowserControlCanvas per top level awt Frame.
|
||||
|
||||
* @version $Id: GtkBrowserControlCanvas.java,v 1.1 2004-04-23 14:52:20 edburns%acm.org Exp $
|
||||
* @version $Id: GtkBrowserControlCanvas.java,v 1.2 2005-11-25 08:16:32 timeless%mozdev.org Exp $
|
||||
*
|
||||
* @see org.mozilla.webclient.BrowserControlCanvasFactory
|
||||
*
|
||||
@@ -56,7 +56,7 @@ public class GtkBrowserControlCanvas extends BrowserControlCanvas /* implements
|
||||
private int gtkTopWindow;
|
||||
private int canvasWinID;
|
||||
private int gtkWinPtr;
|
||||
// We dont need this, now that we use the JAWT Native Interface
|
||||
// We don't need this, now that we use the JAWT Native Interface
|
||||
// private MDrawingSurfaceInfo drawingSurfaceInfo;
|
||||
|
||||
native int createTopLevelWindow();
|
||||
@@ -74,7 +74,7 @@ public class GtkBrowserControlCanvas extends BrowserControlCanvas /* implements
|
||||
this.gtkWinID = 0;
|
||||
this.canvasWinID = 0;
|
||||
this.gtkWinPtr = 0;
|
||||
// We dont need this, now that we use the JAWT Native Interface
|
||||
// We don't need this, now that we use the JAWT Native Interface
|
||||
// this.drawingSurfaceInfo = null;
|
||||
|
||||
}
|
||||
|
||||
@@ -318,7 +318,7 @@ HRESULT InitIEStuff (WebShellInitContext * initContext)
|
||||
|
||||
if SUCCEEDED(hr)
|
||||
{
|
||||
ATLTRACE(_T("Browser succesfully retrieved"));
|
||||
ATLTRACE(_T("Browser successfully retrieved"));
|
||||
}
|
||||
|
||||
initContext->browserHost = m_hWndClient;
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
|
||||
class JSSample: public JSISample {
|
||||
public:
|
||||
// Constructor and Destuctor
|
||||
// Constructor and Destructor
|
||||
JSSample();
|
||||
virtual ~JSSample();
|
||||
|
||||
@@ -76,7 +76,7 @@ static NS_DEFINE_CID(kSampleCID, JS_SAMPLE_CID);
|
||||
*/
|
||||
class JSComplex : public JSIComplex {
|
||||
public:
|
||||
// Constructor and Destuctor
|
||||
// Constructor and Destructor
|
||||
JSComplex();
|
||||
JSComplex(int aReal, int aImaginary);
|
||||
virtual ~JSComplex();
|
||||
|
||||
@@ -30,8 +30,8 @@ NS_GENERIC_FACTORY_CONSTRUCTOR(MThreadComponent2Impl)
|
||||
static nsModuleComponentInfo components[] =
|
||||
{
|
||||
{ "MultiThread Component 2", MTHREADCOMPONENT2_CID, MTHREADCOMPONENT2_PROGID, MThreadComponent2ImplConstructor,
|
||||
NULL /* NULL if you dont need one */,
|
||||
NULL /* NULL if you dont need one */
|
||||
NULL /* NULL if you don't need one */,
|
||||
NULL /* NULL if you don't need one */
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
@@ -30,8 +30,8 @@ NS_GENERIC_FACTORY_CONSTRUCTOR(MThreadContextImpl)
|
||||
static nsModuleComponentInfo components[] =
|
||||
{
|
||||
{ "MTContext Test Component", MTHREADCONTEXT_CID, MTHREADCONTEXT_PROGID, MThreadContextImplConstructor,
|
||||
NULL /* NULL if you dont need one */,
|
||||
NULL /* NULL if you dont need one */
|
||||
NULL /* NULL if you don't need one */,
|
||||
NULL /* NULL if you don't need one */
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
@@ -30,8 +30,8 @@ NS_GENERIC_FACTORY_CONSTRUCTOR(MTStartImpl)
|
||||
static nsModuleComponentInfo components[] =
|
||||
{
|
||||
{ "Multi thread tests start component", MTSTART_CID, MTSTART_PROGID, MTStartImplConstructor,
|
||||
NULL /* NULL if you dont need one */,
|
||||
NULL /* NULL if you dont need one */
|
||||
NULL /* NULL if you don't need one */,
|
||||
NULL /* NULL if you don't need one */
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
@@ -30,8 +30,8 @@ NS_GENERIC_FACTORY_CONSTRUCTOR(J2XINServerTestComponentImpl)
|
||||
static nsModuleComponentInfo components[] =
|
||||
{
|
||||
{ "J2XIN Server Test Component", J2XINSERVERTESTCOMPONENT_CID, J2XINSERVERTESTCOMPONENT_PROGID, J2XINServerTestComponentImplConstructor,
|
||||
NULL /* NULL if you dont need one */,
|
||||
NULL /* NULL if you dont need one */
|
||||
NULL /* NULL if you don't need one */,
|
||||
NULL /* NULL if you don't need one */
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
@@ -30,8 +30,8 @@ NS_GENERIC_FACTORY_CONSTRUCTOR(J2XINOUTServerTestComponentImpl)
|
||||
static nsModuleComponentInfo components[] =
|
||||
{
|
||||
{ "J2XINOUT Server Test Component", J2XINOUTSERVERTESTCOMPONENT_CID, J2XINOUTSERVERTESTCOMPONENT_PROGID, J2XINOUTServerTestComponentImplConstructor,
|
||||
NULL /* NULL if you dont need one */,
|
||||
NULL /* NULL if you dont need one */
|
||||
NULL /* NULL if you don't need one */,
|
||||
NULL /* NULL if you don't need one */
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
@@ -30,8 +30,8 @@ NS_GENERIC_FACTORY_CONSTRUCTOR(J2XOUTServerTestComponentImpl)
|
||||
static nsModuleComponentInfo components[] =
|
||||
{
|
||||
{ "J2XOUT Server Test Component", J2XOUTSERVERTESTCOMPONENT_CID, J2XOUTSERVERTESTCOMPONENT_PROGID, J2XOUTServerTestComponentImplConstructor,
|
||||
NULL /* NULL if you dont need one */,
|
||||
NULL /* NULL if you dont need one */
|
||||
NULL /* NULL if you don't need one */,
|
||||
NULL /* NULL if you don't need one */
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
@@ -30,8 +30,8 @@ NS_GENERIC_FACTORY_CONSTRUCTOR(J2XRETServerTestComponentImpl)
|
||||
static nsModuleComponentInfo components[] =
|
||||
{
|
||||
{ "J2XRET Server Test Component", J2XRETSERVERTESTCOMPONENT_CID, J2XRETSERVERTESTCOMPONENT_PROGID, J2XRETServerTestComponentImplConstructor,
|
||||
NULL /* NULL if you dont need one */,
|
||||
NULL /* NULL if you dont need one */
|
||||
NULL /* NULL if you don't need one */,
|
||||
NULL /* NULL if you don't need one */
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
@@ -30,8 +30,8 @@ NS_GENERIC_FACTORY_CONSTRUCTOR(BCTestLoaderImpl)
|
||||
static nsModuleComponentInfo components[] =
|
||||
{
|
||||
{ "BlackConnect TestLoader", BCTESTLOADER_CID, BCTESTLOADER_PROGID, BCTestLoaderImplConstructor,
|
||||
NULL /* dont need additional registration */,
|
||||
NULL /* dont need additional unregistration */
|
||||
NULL /* don't need additional registration */,
|
||||
NULL /* don't need additional unregistration */
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
@@ -33,8 +33,8 @@ static nsModuleComponentInfo components[] =
|
||||
X2JINCLIENTTESTCOMPONENT_CID,
|
||||
X2JINCLIENTTESTCOMPONENT_PROGID,
|
||||
X2JINClientTestComponentImplConstructor,
|
||||
NULL /* NULL if you dont need one */,
|
||||
NULL /* NULL if you dont need one */
|
||||
NULL /* NULL if you don't need one */,
|
||||
NULL /* NULL if you don't need one */
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
@@ -33,8 +33,8 @@ static nsModuleComponentInfo components[] =
|
||||
X2JINOUTCLIENTTESTCOMPONENT_CID,
|
||||
X2JINOUTCLIENTTESTCOMPONENT_PROGID,
|
||||
X2JINOUTClientTestComponentImplConstructor,
|
||||
NULL /* NULL if you dont need one */,
|
||||
NULL /* NULL if you dont need one */
|
||||
NULL /* NULL if you don't need one */,
|
||||
NULL /* NULL if you don't need one */
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
@@ -34,8 +34,8 @@ static nsModuleComponentInfo components[] =
|
||||
X2JOUTCLIENTTESTCOMPONENT_CID,
|
||||
X2JOUTCLIENTTESTCOMPONENT_PROGID,
|
||||
X2JOUTClientTestComponentImplConstructor,
|
||||
NULL /* NULL if you dont need one */,
|
||||
NULL /* NULL if you dont need one */
|
||||
NULL /* NULL if you don't need one */,
|
||||
NULL /* NULL if you don't need one */
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
@@ -33,8 +33,8 @@ static nsModuleComponentInfo components[] =
|
||||
X2JRETCLIENTTESTCOMPONENT_CID,
|
||||
X2JRETCLIENTTESTCOMPONENT_PROGID,
|
||||
X2JRETClientTestComponentImplConstructor,
|
||||
NULL /* NULL if you dont need one */,
|
||||
NULL /* NULL if you dont need one */
|
||||
NULL /* NULL if you don't need one */,
|
||||
NULL /* NULL if you don't need one */
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
@@ -30,8 +30,8 @@ NS_GENERIC_FACTORY_CONSTRUCTOR(StressComponent2Impl)
|
||||
static nsModuleComponentInfo components[] =
|
||||
{
|
||||
{ "Stress Test Component 2", STRESSCOMPONENT2_CID, STRESSCOMPONENT2_PROGID, StressComponent2ImplConstructor,
|
||||
NULL /* NULL if you dont need one */,
|
||||
NULL /* NULL if you dont need one */
|
||||
NULL /* NULL if you don't need one */,
|
||||
NULL /* NULL if you don't need one */
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
@@ -30,8 +30,8 @@ NS_GENERIC_FACTORY_CONSTRUCTOR(initImpl)
|
||||
static nsModuleComponentInfo components[] =
|
||||
{
|
||||
{ "Init Component", URPINIT_CID, URPINIT_PROGID, initImplConstructor,
|
||||
NULL /* NULL if you dont need one */,
|
||||
NULL /* NULL if you dont need one */
|
||||
NULL /* NULL if you don't need one */,
|
||||
NULL /* NULL if you don't need one */
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
@@ -30,8 +30,8 @@ NS_GENERIC_FACTORY_CONSTRUCTOR(urpTestImpl)
|
||||
static nsModuleComponentInfo components[] =
|
||||
{
|
||||
{ "URP Test Component", URPTEST_CID, URPTEST_PROGID, urpTestImplConstructor,
|
||||
NULL /* NULL if you dont need one */,
|
||||
NULL /* NULL if you dont need one */
|
||||
NULL /* NULL if you don't need one */,
|
||||
NULL /* NULL if you don't need one */
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user