Provide shorter synonyms for wxEVT_XXX constants.
[wxWidgets.git] / tests / controls / webtest.cpp
2013-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
2013-02-01  Steve LamertonRename all WEB_VIEW* style identifiers to WEBVIEW*.
2012-03-12  Steve LamertonAdd new WX_ASSERT_EVENT_OCCURS macro to improve behavio...
2011-12-28  Steve LamertonDisable final failing wxWebView test. It fails on the...
2011-12-24  Steve LamertonDisable some wxWebView tests that fail on the buildbot...
2011-12-23  Steve LamertonAdd some extra yields to wxWebView unit tests to hopefu...
2011-12-18  Steve LamertonEnsure wxWebViewIE::SetPage clears the existing content...
2011-09-14  Steve LamertonOnly build the wxWebView tests if there is an available...
2011-09-13  Steve LamertonCorrect a typo in the wxWebView tests.
2011-09-10  Steve LamertonMerge the new wxWebView classes from the SOC2011_WEBVIE...
2011-09-10  Steve LamertonMerge in from trunk r68684 - r69046
2011-08-19  Steve LamertonRename wxUSE_WEB to wxUSE_WEBVIEW to reflect that actua...
2011-08-13  Steve LamertonMerge in from trunk r68626 - r68683
2011-08-10  Steve LamertonMerge in from trunk r64802 - r68625
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-07-15  Steve LamertonAdd RunScript and implement on all backends. Document...
2011-07-15  Steve LamertonAdd ClearSelection for msw ie and gtk webkit, with...
2011-07-14  Steve LamertonFix all the unit tests for gtk, they now all pass on...
2011-07-14  Steve LamertonAdd unit tests for zoom functions
2011-07-14  Steve LamertonYield after control creation to allow it to load the...
2011-07-14  Steve LamertonUpdate web units tests so that they compile after api...
2011-07-12  Steve LamertonUpdate selection unit test to test GetSelectedHTML.
2011-07-10  Steve LamertonAdd support for retrieving the currently selected text...
2011-07-08  Steve LamertonAdd the ability to enable / disable and check for the...
2011-07-08  Steve LamertonFactor out url loading logic into a separate function...
2011-07-08  Steve LamertonAdd tests for the back and forward history lists.
2011-07-08  Steve LamertonAdd unit tests for history clearing and enabling /...
2011-07-08  Steve LamertonAdd tests for url and history support
2011-07-08  Steve LamertonAdd tests for the page title
2011-07-08  Steve LamertonAdd scaffolding for wxWebView unit tests.