Bug 36176 - [EFL] Add example browser to WebKit/efl/EWebLauncher
Summary: [EFL] Add example browser to WebKit/efl/EWebLauncher
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other Linux
: P2 Enhancement
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-16 11:22 PDT by Leandro Pereira
Modified: 2010-03-17 15:24 PDT (History)
12 users (show)

See Also:


Attachments
EWebLauncher's main.c (25.23 KB, patch)
2010-03-16 11:23 PDT, Leandro Pereira
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Leandro Pereira 2010-03-16 11:22:39 PDT
+++ This bug was initially created as a clone of Bug #35059 +++

This patch adds an example browser implementation to WebKit/efl/EWebLauncher.
Comment 1 Leandro Pereira 2010-03-16 11:23:27 PDT
Created attachment 50813 [details]
EWebLauncher's main.c
Comment 2 WebKit Review Bot 2010-03-16 11:25:27 PDT
Attachment 50813 [details] did not pass style-queue:

Failed to run "WebKitTools/Scripts/check-webkit-style" exit_code: 1
WebKit/efl/EWebLauncher/main.c:30:  Found other header before WebCore config.h. Should be: config.h, primary header, blank line, and then alphabetically sorted.  [build/include_order] [4]
WebKit/efl/EWebLauncher/main.c:33:  Alphabetical sorting problem.  [build/include_order] [4]
Total errors found: 2 in 2 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Kenneth Rohde Christiansen 2010-03-16 11:31:54 PDT
Comment on attachment 50813 [details]
EWebLauncher's main.c

Please also modify (in another patch) the WebKitTools/Scripts/run-launcher script to support a --efl flag for running your EFL WebLauncher.

I'm ignoring any coding style issues, as I agree with Barbieri that this should follow EFL coding style.
Comment 4 Leandro Pereira 2010-03-16 12:26:35 PDT
(In reply to comment #3)
> (From update of attachment 50813 [details])
> Please also modify (in another patch) the WebKitTools/Scripts/run-launcher
> script to support a --efl flag for running your EFL WebLauncher.
> 

Done, please see bug #36181.
Comment 5 WebKit Commit Bot 2010-03-17 15:24:04 PDT
Comment on attachment 50813 [details]
EWebLauncher's main.c

Clearing flags on attachment: 50813

Committed r56130: <http://trac.webkit.org/changeset/56130>
Comment 6 WebKit Commit Bot 2010-03-17 15:24:09 PDT
All reviewed patches have been landed.  Closing bug.