Revision: 6824 Author: [email protected] Date: Tue Nov 10 16:09:56 2009 Log: Update Chrome windows binary, update MIME type for name change, fix missed name change in exports.
http://code.google.com/p/google-web-toolkit/source/detail?r=6824 Modified: /trunk/plugins/npapi/main.cpp /trunk/plugins/npapi/npGwtDevPlugin.def /trunk/plugins/npapi/prebuilt/gwt-dev-plugin/WINNT_x86-msvc/npGwtDevPlugin.dll ======================================= --- /trunk/plugins/npapi/main.cpp Fri Sep 11 16:24:58 2009 +++ /trunk/plugins/npapi/main.cpp Tue Nov 10 16:09:56 2009 @@ -150,7 +150,7 @@ const char *NP_GetMIMEDescription() { Debug::log(Debug::Info) << "NP_GetMIMEDescription: returned mime description" << Debug::flush; - return "application/x-gwt-hosted-mode::GWT Hosted-mode plugin"; + return "application/x-gwt-dev-mode::GWT dev-mode plugin;application/x-gwt-hosted-mode::GWT dev-mode plugin"; } const char *NPP_GetMIMEDescription() { ======================================= --- /trunk/plugins/npapi/npGwtDevPlugin.def Mon Nov 9 16:00:39 2009 +++ /trunk/plugins/npapi/npGwtDevPlugin.def Tue Nov 10 16:09:56 2009 @@ -1,4 +1,4 @@ -LIBRARY NPOOPHM +LIBRARY npGwtDevPlugin EXPORTS NP_GetEntryPoints @1 ======================================= --- /trunk/plugins/npapi/prebuilt/gwt-dev-plugin/WINNT_x86-msvc/npGwtDevPlugin.dll Mon Nov 9 16:04:54 2009 +++ /trunk/plugins/npapi/prebuilt/gwt-dev-plugin/WINNT_x86-msvc/npGwtDevPlugin.dll Tue Nov 10 16:09:56 2009 Binary file, no diff available. --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~----------~----~----~----~------~----~------~--~---
