Bug 145595 - [GTK] Add editor mode to MiniBrowser
Summary: [GTK] Add editor mode to MiniBrowser
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk
Depends on:
Blocks:
 
Reported: 2015-06-02 23:07 PDT by Carlos Garcia Campos
Modified: 2015-06-07 23:38 PDT (History)
4 users (show)

See Also:


Attachments
Patch (9.98 KB, patch)
2015-06-02 23:12 PDT, Carlos Garcia Campos
svillar: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Garcia Campos 2015-06-02 23:07:03 PDT
It loads an empty editable web view with an edit toolbar. It makes easier to test the editor, editing commands and input methods.
Comment 1 Carlos Garcia Campos 2015-06-02 23:12:07 PDT
Created attachment 254155 [details]
Patch

I made it a mode of MB instead of a new tool because that way we can share a lot of code, including the settings dialog and search bar. I've added an edit toolbar with some of the editing commands. For now, the buttons don't update their state according to the editor state, because we don't have API for that yet.
Comment 2 Carlos Garcia Campos 2015-06-07 23:38:43 PDT
Committed r185312: <http://trac.webkit.org/changeset/185312>