Bug 98649 - [EFL][WK2] Add support for window.create in Minibrowser
Summary: [EFL][WK2] Add support for window.create in Minibrowser
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords:
Depends on:
Blocks: 98657 98667
  Show dependency treegraph
 
Reported: 2012-10-08 06:53 PDT by Chris Dumez
Modified: 2012-10-08 10:52 PDT (History)
6 users (show)

See Also:


Attachments
Patch (2.27 KB, patch)
2012-10-08 07:00 PDT, Chris Dumez
kenneth: review+
webkit.review.bot: commit-queue-
Details | Formatted Diff | Diff
Patch for landing (2.31 KB, patch)
2012-10-08 08:24 PDT, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2012-10-08 06:53:42 PDT
When calling window.create() from JavaScript, MiniBrowser does not currently create a new window as directed.
Comment 1 Chris Dumez 2012-10-08 07:00:22 PDT
Created attachment 167536 [details]
Patch
Comment 2 Kenneth Rohde Christiansen 2012-10-08 08:17:46 PDT
Comment on attachment 167536 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=167536&action=review

> Tools/MiniBrowser/efl/main.c:226
> +    Browser_Window *window = window_create(NULL, EINA_FALSE);

shouldnt it inherit the flattening? anyway I guess that should be fixed differently because it is quite ugly to pass around like this
Comment 3 WebKit Review Bot 2012-10-08 08:18:49 PDT
Comment on attachment 167536 [details]
Patch

Rejecting attachment 167536 [details] from commit-queue.

Failed to run "['/mnt/git/webkit-commit-queue/Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '-..." exit_code: 2

Last 500 characters of output:
ce', u'--reviewer', u'Kenneth Ro..." exit_code: 1 cwd: /mnt/git/webkit-commit-queue

Parsed 2 diffs from patch file(s).
patching file Tools/ChangeLog
Hunk #1 succeeded at 1 with fuzz 3.
patching file Tools/MiniBrowser/efl/main.c
Hunk #3 FAILED at 357.
1 out of 3 hunks FAILED -- saving rejects to file Tools/MiniBrowser/efl/main.c.rej

Failed to run "[u'/mnt/git/webkit-commit-queue/Tools/Scripts/svn-apply', u'--force', u'--reviewer', u'Kenneth Ro..." exit_code: 1 cwd: /mnt/git/webkit-commit-queue

Full output: http://queues.webkit.org/results/14224007
Comment 4 Chris Dumez 2012-10-08 08:24:21 PDT
Created attachment 167542 [details]
Patch for landing

Rebased on master. Could someone please cq+ ?
Comment 5 WebKit Review Bot 2012-10-08 09:33:26 PDT
Comment on attachment 167542 [details]
Patch for landing

Clearing flags on attachment: 167542

Committed r130646: <http://trac.webkit.org/changeset/130646>
Comment 6 WebKit Review Bot 2012-10-08 09:33:30 PDT
All reviewed patches have been landed.  Closing bug.