Bug 71449 - [GTK] Remove GtkLauncher2
Summary: [GTK] Remove GtkLauncher2
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk
Depends on:
Blocks: 71447
  Show dependency treegraph
 
Reported: 2011-11-03 01:42 PDT by Carlos Garcia Campos
Modified: 2011-11-03 02:59 PDT (History)
0 users

See Also:


Attachments
Patch (8.05 KB, patch)
2011-11-03 02:48 PDT, Carlos Garcia Campos
mrobinson: 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 2011-11-03 01:42:22 PDT
GtkLauncher2 is the GtkLauncher code compiled with webkit2. This made sense when we wanted to implement the exactly same wk1 API for wk2. Now the code would require an ifdef for most the api, so it's better to remove GtkLauncher2 and port MiniBrowser to the new GTK+ API.
Comment 1 Carlos Garcia Campos 2011-11-03 02:48:18 PDT
Created attachment 113448 [details]
Patch
Comment 2 Carlos Garcia Campos 2011-11-03 02:59:50 PDT
Committed r99156: <http://trac.webkit.org/changeset/99156>