git-svn-id: http://svn.webkit.org/repository/webkit/trunk@66314
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2010-08-28 Kevin Ollivier <kevino@theolliviers.com>
+
+ [wx] Build fix after parseMode -> compatibilityMode rename.
+
+ * WebFrame.cpp:
+ (wxWebFrame::GetCompatibilityMode):
+ * WebFrame.h:
+ * WebView.cpp:
+ (wxWebView::GetCompatibilityMode):
+ * WebView.h:
+
2010-08-26 Robin Dunn <robin@alldunn.com>
Reviewed by Kevin Ollivier.
2010-08-26 Robin Dunn <robin@alldunn.com>
Reviewed by Kevin Ollivier.
-wxWebKitParseMode wxWebFrame::GetParseMode() const
+wxWebKitCompatibilityMode wxWebFrame::GetCompatibilityMode() const
{
if (m_impl->frame && m_impl->frame->document())
{
if (m_impl->frame && m_impl->frame->document())
- return (wxWebKitParseMode)m_impl->frame->document()->parseMode();
+ return (wxWebKitCompatibilityMode)m_impl->frame->document()->compatibilityMode();
}
void wxWebFrame::GrantUniversalAccess()
}
void wxWebFrame::GrantUniversalAccess()
};
// based on enums in WebCore/dom/Document.h
};
// based on enums in WebCore/dom/Document.h
-enum wxWebKitParseMode { Compat, AlmostStrict, Strict, NoDocument };
+enum wxWebKitCompatibilityMode { QuirksMode, LimitedQuirksMode, NoQuirksMode };
class WXDLLIMPEXP_WEBKIT wxWebFrame
{
class WXDLLIMPEXP_WEBKIT wxWebFrame
{
bool ShouldClose() const;
bool ShouldClose() const;
- wxWebKitParseMode GetParseMode() const;
+ wxWebKitCompatibilityMode GetCompatibilityMode() const;
void GrantUniversalAccess();
void GrantUniversalAccess();
return wxWebSettings();
}
return wxWebSettings();
}
-wxWebKitParseMode wxWebView::GetParseMode() const
+wxWebKitCompatibilityMode wxWebView::GetCompatibilityMode() const
- return m_mainFrame->GetParseMode();
+ return m_mainFrame->GetCompatibilityMode();
}
void wxWebView::GrantUniversalAccess()
}
void wxWebView::GrantUniversalAccess()
const wxString& password = wxEmptyString);
wxWebSettings GetWebSettings();
const wxString& password = wxEmptyString);
wxWebSettings GetWebSettings();
- wxWebKitParseMode GetParseMode() const;
+ wxWebKitCompatibilityMode GetCompatibilityMode() const;
/*
This method allows cross site-scripting (XSS) in the WebView.
/*
This method allows cross site-scripting (XSS) in the WebView.
+2010-08-28 Kevin Ollivier <kevino@theolliviers.com>
+
+ [wx] Build fix after directory addition.
+
+ * wx/build/settings.py:
+
2010-08-28 Chris Guillory <chris.guillory@google.com>
Reviewed by Chris Fleizach.
2010-08-28 Chris Guillory <chris.guillory@google.com>
Reviewed by Chris Fleizach.
'WebCore/history',
'WebCore/html',
'WebCore/html/canvas',
'WebCore/history',
'WebCore/html',
'WebCore/html/canvas',
'WebCore/inspector',
'WebCore/loader',
'WebCore/loader/appcache',
'WebCore/inspector',
'WebCore/loader',
'WebCore/loader/appcache',