Revision: 6683
Author: j...@google.com
Date: Wed Nov  4 15:00:42 2009
Log: A few last (?) name changes, bringing the FF35 project file in line  
with FF3,
checkin XPI with all phase 1 platforms included.

http://code.google.com/p/google-web-toolkit/source/detail?r=6683

Added:
  /changes/jat/single-xpi/plugins/xpcom/prebuilt/gwt-dev-plugin.xpi
Modified:
  /changes/jat/single-xpi/plugins/xpcom/VisualStudio/ff35-xpcom.vcproj
   
/changes/jat/single-xpi/plugins/xpcom/prebuilt/extension/content/options.xul
   
/changes/jat/single-xpi/plugins/xpcom/prebuilt/extension/content/prefScript.js

=======================================
--- /dev/null   
+++ /changes/jat/single-xpi/plugins/xpcom/prebuilt/gwt-dev-plugin.xpi   Wed  
Nov  4 15:00:42 2009
File is too large to display a diff.
=======================================
--- /changes/jat/single-xpi/plugins/xpcom/VisualStudio/ff35-xpcom.vcproj        
 
Wed Nov  4 14:56:38 2009
+++ /changes/jat/single-xpi/plugins/xpcom/VisualStudio/ff35-xpcom.vcproj        
 
Wed Nov  4 15:00:42 2009
@@ -140,6 +140,7 @@
                        />
                        <Tool
                                Name="VCResourceCompilerTool"
+                               
ResourceOutputFileName="$(IntDir)/$(TargetName).res"
                        />
                        <Tool
                                Name="VCPreLinkEventTool"
@@ -151,7 +152,7 @@
                                 
OutputFile="$(ProjectDir)\..\prebuilt\extension\lib\WINNT_x86-msvc\ff35\xpGwtDevPlugin.dll"
                                LinkIncremental="0"
                                 
AdditionalLibraryDirectories="..\..\..\..\plugin-sdks\gecko-sdks\gecko-1.9.1\WINNT_x86-msvc\lib"
-                               ModuleDefinitionFile="..\xpGwtDevPlugin.def"
+                               
ModuleDefinitionFile="$(ProjectDir)\..\xpGwtDevPlugin.def"
                                GenerateDebugInformation="true"
                                
ProgramDatabaseFile="$(IntDir)\$(TargetName).pdb"
                                SubSystem="2"
=======================================
---  
/changes/jat/single-xpi/plugins/xpcom/prebuilt/extension/content/options.xul    
 
Wed Nov  4 13:15:07 2009
+++  
/changes/jat/single-xpi/plugins/xpcom/prebuilt/extension/content/options.xul    
 
Wed Nov  4 15:00:42 2009
@@ -3,8 +3,8 @@

  <dialog buttons="accept"
       id="gwt-dev-prefs"
-     title="GWT Development Mode Plugin Options"
-     onload="GwtDevelopmentModePlugin.onload()"
+     title="GWT Developer Plugin Options"
+     onload="GwtDeveloperPlugin.onload()"
       ondialogaccept="return true;"
       xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul";>

@@ -21,7 +21,7 @@
        </hbox>
      </caption>
      <description width="55em">
-      The GWT Development Mode Plugin will open a TCP/IP connection to an
+      The GWT Developer Plugin will open a TCP/IP connection to an
        arbitrary host/port at the request of a web page.  To minimize  
security
        risks, by default it will only connect to the local machine.  To  
allow
        cross-machine debugging, you can add exceptions here -- include the  
exact
@@ -55,7 +55,7 @@

    <hbox>
      <button id="removeButton" label="Remove Selected"
-        oncommand="GwtDevelopmentModePlugin.removeEntry()"/>
+        oncommand="GwtDeveloperPlugin.removeEntry()"/>
      <!-- TODO(jat): add move up/down buttons -->
    </hbox>

=======================================
---  
/changes/jat/single-xpi/plugins/xpcom/prebuilt/extension/content/prefScript.js  
 
Wed Nov  4 13:15:07 2009
+++  
/changes/jat/single-xpi/plugins/xpcom/prebuilt/extension/content/prefScript.js  
 
Wed Nov  4 15:00:42 2009
@@ -1,4 +1,4 @@
-var GwtDevelopmentModePlugin = {
+var GwtDeveloperPlugin = {

  // Add a new entry when the Add Entry button is clicked.
  addEntry: function() {

--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---

Reply via email to