haiku/src/apps/webpositive
stippi 82912660d5 * Began renaming some public API with the B* prefix and using the Haiku coding
style. (WebPage -> BWebPage). Documented what needs to go where in WebPage.h.
* Moved misplaced functionality from WebFrame to BWebPage (navigation).
* EditorClientHaiku takes a BWebPage pointer now, which brings a slight cleanup.
* Exposed WebFrame::isEditable() to EditorClientHaiku, so isEditable() can be
  implemented.
* Added some asserts in FrameLoaderClientHaiku according to the Gtk port and
  placed some debug output.


git-svn-id: http://svn.haiku-os.org/webpositive/webkit/trunk@150 94f232f2-1747-11df-bad5-a5bfde151594
2010-02-20 11:13:44 +00:00
..
AuthenticationPanel.cpp Patch by Rene Gollent, which fixes some typos. Thanks! 2010-02-15 15:58:35 +00:00
AuthenticationPanel.h Patch by Rene Gollent, which fixes some typos. Thanks! 2010-02-15 15:58:35 +00:00
BrowsingHistory.cpp Wired and debugged everything to give us a basic "Go" menu, a.k.a browsing 2010-02-15 18:17:17 +00:00
BrowsingHistory.h Wired and debugged everything to give us a basic "Go" menu, a.k.a browsing 2010-02-15 18:17:17 +00:00
DateTime.cpp Added BDateTime stuff from Haiku, and addd archiving features to these classes. 2010-02-15 16:22:13 +00:00
DateTime.h Added BDateTime stuff from Haiku, and addd archiving features to these classes. 2010-02-15 16:22:13 +00:00
DownloadWindow.cpp * Began renaming some public API with the B* prefix and using the Haiku coding 2010-02-20 11:13:44 +00:00
DownloadWindow.h * DownloadWindow is now very usable. 2010-02-13 12:51:58 +00:00
Launcher.rdef Future public API for interfacing with WebKit on Haiku. (What will eventually 2010-02-11 21:57:24 +00:00
LauncherApp.cpp * Began renaming some public API with the B* prefix and using the Haiku coding 2010-02-20 11:13:44 +00:00
LauncherApp.h Added my copyright, since I've redesigned here quite a bit. 2010-02-15 16:23:31 +00:00
LauncherWindow.cpp * Began renaming some public API with the B* prefix and using the Haiku coding 2010-02-20 11:13:44 +00:00
LauncherWindow.h Refactoring to support multiple WebViews per WebViewWindow. There is now the 2010-02-19 17:23:45 +00:00