Skip to content
  • Michael Gratton's avatar
    Begin the WebKit2 port in earnest. · d542dda4
    Michael Gratton authored
    Replace StylishWebView with ClientWebView, to act as a common base class
    for the composer, conversation and other uses of web views.
    
    Introduce a ComposerWebView that replaces WebviewEditFixer and extends
    ClientWebView, and adds (dummy for now) methods for ComposerWidget to
    call. Simiarly, make ConversationWebView extend ClientWebView, add dummy
    calls to support the conversation viewer classes. Move common code from
    both into ClientWebView.
    
    Add a web-process library, unused other than for compile-time checking,
    and move all client functions and methods involving DOM objects into util
    classes there.
    
    Bug 728002
    d542dda4