Bug 47787 - [EFL] Add setting api for disabling auto resize window
Summary: [EFL] Add setting api for disabling auto resize window
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-17 18:25 PDT by Ryuan Choi
Modified: 2010-10-19 14:58 PDT (History)
5 users (show)

See Also:


Attachments
Patch (4.54 KB, patch)
2010-10-17 18:41 PDT, Ryuan Choi
no flags Details | Formatted Diff | Diff
CommentApplied (4.55 KB, patch)
2010-10-19 05:36 PDT, Ryuan Choi
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryuan Choi 2010-10-17 18:25:22 PDT
Javascript like window.resize can change browser size.
but mobile browser may want to limit this functionality.
Comment 1 Ryuan Choi 2010-10-17 18:41:42 PDT
Created attachment 70989 [details]
Patch
Comment 2 WebKit Review Bot 2010-10-17 18:44:31 PDT
Attachment 70989 [details] did not pass style-queue:

Failed to run "['WebKitTools/Scripts/update-webkit']" exit_code: 2
Updating OpenSource
RA layer request failed: OPTIONS of 'http://svn.webkit.org/repository/webkit': could not connect to server (http://svn.webkit.org) at /usr/lib/git-core/git-svn line 2295

Died at WebKitTools/Scripts/update-webkit line 129.


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Rafael Antognolli 2010-10-19 05:02:15 PDT
Just a note, of the function ewk_view_setting_enable_auto_resize_window_set seems to be wrongly copy-pasted:

+ * @return EINA_TRUE if flattening status set, EINA_FALSE
+ *         otherwise (errors).

Other than that, the patch seems ok, and I don't know why the bot failed. Maybe a temporary connection error?
Comment 4 Ryuan Choi 2010-10-19 05:36:09 PDT
Created attachment 71156 [details]
CommentApplied

Thank you.
I fixed my mistake.
Comment 5 Eric Seidel (no email) 2010-10-19 14:37:30 PDT
Comment on attachment 71156 [details]
CommentApplied

rubber-stamp based on previous review.
Comment 6 WebKit Commit Bot 2010-10-19 14:58:22 PDT
Comment on attachment 71156 [details]
CommentApplied

Clearing flags on attachment: 71156

Committed r70091: <http://trac.webkit.org/changeset/70091>
Comment 7 WebKit Commit Bot 2010-10-19 14:58:27 PDT
All reviewed patches have been landed.  Closing bug.