Jacek Caban <[EMAIL PROTECTED]> writes:
> I like the current names and I really think that your previous idea is
> good. But if they
> have to be changed, I'd suggest something like CWebBrowser,
> CInternetExplorer
> and CHTMLDocument.
Well, it's really your code, so if you think the current name
Dan Hipschman wrote:
On Thu, Aug 03, 2006 at 03:44:49PM +0200, Jacek Caban wrote:
be used to implement an object. And HTMLDocument is IMO the best name. Also
$ grep -w HTMLDocument dlls/mshtml/*.[ch] |wc -l
304
$ grep -w WebBrowser dlls/shdocvw/*.[ch] |wc -l
210
$ grep -w InternetExplorer dl
On Thu, Aug 03, 2006 at 03:44:49PM +0200, Jacek Caban wrote:
> be used to implement an object. And HTMLDocument is IMO the best name. Also
>
> $ grep -w HTMLDocument dlls/mshtml/*.[ch] |wc -l
> 304
> $ grep -w WebBrowser dlls/shdocvw/*.[ch] |wc -l
> 210
> $ grep -w InternetExplorer dlls/shdocvw/*.
Alexandre Julliard wrote:
Dan Hipschman <[EMAIL PROTECTED]> writes:
diff --git a/dlls/mshtml/mshtml_private.h b/dlls/mshtml/mshtml_private.h
index e0c1c3c..262ed37 100644
--- a/dlls/mshtml/mshtml_private.h
+++ b/dlls/mshtml/mshtml_private.h
@@ -53,7 +53,8 @@ typedef enum {
EDITMODE
Dan Hipschman <[EMAIL PROTECTED]> writes:
> diff --git a/dlls/mshtml/mshtml_private.h b/dlls/mshtml/mshtml_private.h
> index e0c1c3c..262ed37 100644
> --- a/dlls/mshtml/mshtml_private.h
> +++ b/dlls/mshtml/mshtml_private.h
> @@ -53,7 +53,8 @@ typedef enum {
> EDITMODE
> } USERMODE;
>