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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user