[Webkit-unassigned] [Bug 102122] [EFL][WK2] New window size should consult the window attributes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 13 14:57:36 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=102122


Kenneth Rohde Christiansen <kenneth at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #173996|review?                     |review+
               Flag|                            |




--- Comment #5 from Kenneth Rohde Christiansen <kenneth at webkit.org>  2012-11-13 14:59:22 PST ---
(From update of attachment 173996)
View in context: https://bugs.webkit.org/attachment.cgi?id=173996&action=review

> Source/WebKit2/UIProcess/API/efl/EwkViewImpl.cpp:844
> +    unsigned int width = ref ? WKDoubleGetValue(static_cast<WKDoubleRef>(ref)) : 0;

style says to just use "unsigned" ie. no int

> Tools/MiniBrowser/efl/main.c:187
> -        Browser_Window *window = window_create(DEFAULT_URL);
> +        Browser_Window *window = window_create(DEFAULT_URL, 0, 0);

// 0 equals default.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list