This checkin is the first step to making DocumentLoadListener work

again.  It provides the native class that implements
nsIWebProgressListener, which I've copied form gtk_moz_embed, so it's
gotta be good.  The next step will be to hook this up to the java side.

A src_moz/EmbedProgress.h
A src_moz/EmbedProgress.cpp

- mostly copied from GTKMOZEMBED

M classes_spec/org/mozilla/webclient/impl/wrapper_native/NativeEventThread.java

- remove javadoc reference to non-existing method

M src_moz/EmbedWindow.cpp
M src_moz/EmbedWindow.h

- expose AddWebBrowserListener method.

M src_moz/InputStreamShim.cpp

- make FileInputStream testcase run

M src_moz/Makefile.in
M src_moz/NativeBrowserControl.cpp
M src_moz/NativeBrowserControl.h

- add EmbedProgress

M test/automated/src/classes/org/mozilla/webclient/NavigationTest.java

- Make this test run


git-svn-id: svn://10.0.0.236/trunk@157716 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
edburns%acm.org
2004-06-10 16:30:00 +00:00
parent 0622b22ed7
commit 0f7d3eab20
10 changed files with 381 additions and 13 deletions

View File

@@ -104,6 +104,7 @@ CPPSRCS = \
NativeBrowserControl.cpp \
NativeWrapperFactory.cpp \
EmbedWindow.cpp \
EmbedProgress.cpp \
NativeEventThread.cpp \
NavigationImpl.cpp \
ns_util.cpp \