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

@@ -26,7 +26,7 @@
* a null terminated array of listener interfaces we support. This is
* used in NativeEventThread.cpp nativeAddListener,
* nativeRemoveListener, and in CBrowserContainer.cpp
* nativeRemoveListener, and in CMyDialog.cpp
*/
@@ -43,9 +43,7 @@ const char *gSupportedListenerInterfaces[] = {
void util_LogMessage(int level, const char *fmt)
{
printf(fmt);
}
void util_Assert(void *test)