Author: [EMAIL PROTECTED]
Date: Mon Sep 8 18:43:47 2008
New Revision: 3634
Modified:
changes/jat/oophm-trunk-r3274/dev/src/com/google/gwt/core/ext/linker/impl/hosted.html
changes/jat/oophm-trunk-r3274/plugins/xpcom/ModuleOOPHM.cpp
Log:
Fix stray character saved in ModuleOOPHM.cpp, remove nested HTML comment
and obsolete debugging code.
Modified:
changes/jat/oophm-trunk-r3274/dev/src/com/google/gwt/core/ext/linker/impl/hosted.html
==============================================================================
---
changes/jat/oophm-trunk-r3274/dev/src/com/google/gwt/core/ext/linker/impl/hosted.html
(original)
+++
changes/jat/oophm-trunk-r3274/dev/src/com/google/gwt/core/ext/linker/impl/hosted.html
Mon Sep 8 18:43:47 2008
@@ -18,7 +18,6 @@
</script></head>
<body>
-<!-- TODO: dynamically inject these -->
<embed id="pluginEmbed" type="application/x-gwt-hosted-mode" width="10"
height="10">
</embed>
<object id="pluginObject"
CLASSID="CLSID:1D6156B6-002B-49E7-B5CA-C138FB843B4E">
@@ -33,19 +32,13 @@
function __gwt_jsWrapper(method, methodlookup, thisref) {
try {
var args = Array.prototype.slice.call(arguments, 3);
- // if (method.indexOf("::eval") >= 0) {
- // console.log("calling " + method + " on " + methodlookup + "
(this=" + thisref + "), args are ", args);
- // console.log("method=" + methodlookup[method] ?
methodlookup[method].toString() : methodlookup[method]);
- // }
// console.log("calling " + method + " on " + methodlookup + " (this="
+ thisref + "), args are ", args);
+ // console.log(" source: " + (methodlookup[method] ?
methodlookup[method].toString() : methodlookup[method]));
var ret = methodlookup[method].apply(thisref, args);
// console.log("successful; returned ", ret);
return [0, ret];
} catch (e) {
try {
- // if (method.indexOf("::eval") >= 0) {
- // console.log("failed; exception", e);
- // }
// console.log("methodlookup[method]=", methodlookup[method] ?
methodlookup[method].toString() : methodlookup[method]);
// console.log("failed; exception ", e);
} catch (e2) {
Modified: changes/jat/oophm-trunk-r3274/plugins/xpcom/ModuleOOPHM.cpp
==============================================================================
--- changes/jat/oophm-trunk-r3274/plugins/xpcom/ModuleOOPHM.cpp (original)
+++ changes/jat/oophm-trunk-r3274/plugins/xpcom/ModuleOOPHM.cpp Mon Sep 8
18:43:47 2008
@@ -56,7 +56,7 @@
static NS_IMETHODIMP unregisterSelf(nsIComponentManager *aCompMgr,
nsIFile *aPath,
const char *aLoaderStr,
- const nsModuleComponentwInfo
*aInfo) {
+ const nsModuleComponentInfo
*aInfo) {
printf("unregisterSelf\n");
return NS_OK;
}
--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---