Author: ron capelli

r=edburns
Enable progress notifications in IE webclient
Fix bug where history got out of synch between webclient and
native browser.


git-svn-id: svn://10.0.0.236/trunk@143516 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
edburns%acm.org
2003-06-10 18:53:00 +00:00
parent 601b8b9d42
commit 8d6c06c635
7 changed files with 402 additions and 124 deletions

View File

@@ -23,9 +23,7 @@
/**
* Util methods
*/
#ifndef ie_util_h
@@ -72,8 +70,6 @@ struct WebShellInitContext
int y;
int w;
int h;
jboolean canForward;
jboolean canBack;
CMyDialog *browserObject;
};