Skip to content
This repository has been archived by the owner on Apr 18, 2019. It is now read-only.

Commit

Permalink
Merge pull request #7 from purplecabbage/LocalXHRPolyFill
Browse files Browse the repository at this point in the history
Local xhr poly fill
  • Loading branch information
Jesse MacFadyen committed Dec 1, 2011
2 parents 595e5ed + 0cf1999 commit aafffe2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 67 deletions.
9 changes: 1 addition & 8 deletions framework/PGView.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
using WP7GapClassLib.PhoneGap.Commands;
using System.Diagnostics;
using System.Text;
using Microsoft.Xna.Framework;
using WP7GapClassLib.PhoneGap;
using System.Threading;
using Microsoft.Phone.Shell;
Expand Down Expand Up @@ -185,7 +184,6 @@ void GapBrowser_Loaded(object sender, RoutedEventArgs e)
if (this.IsBrowserInitialized) return;

this.domStorageHelper = new DOMStorageHelper(this.GapBrowser);
//this.xhrHelper = new XHRHelper(this.GapBrowser);

try
{
Expand Down Expand Up @@ -360,12 +358,7 @@ void GapBrowser_ScriptNotify(object sender, NotifyEventArgs e)
this.orientationHelper.HandleCommand(commandStr);
return;
}
//else if (commandStr.IndexOf("XHR") == 0)
//{
// this.xhrHelper.HandleCommand(commandStr);
// return;
//}


PhoneGapCommandCall commandCallParams = PhoneGapCommandCall.Parse(commandStr);

if (commandCallParams == null)
Expand Down
58 changes: 0 additions & 58 deletions framework/PhoneGap/XHRHelper.cs

This file was deleted.

1 change: 0 additions & 1 deletion framework/WP7GapClassLib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@
<Compile Include="PhoneGap\UI\VideoRecorder.xaml.cs">
<DependentUpon>VideoRecorder.xaml</DependentUpon>
</Compile>
<Compile Include="PhoneGap\XHRHelper.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="PGView.xaml.cs">
<DependentUpon>PGView.xaml</DependentUpon>
Expand Down

0 comments on commit aafffe2

Please sign in to comment.