[Webkit-unassigned] [Bug 75553] [GTK][WK2] Initial FullScreen support

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 30 03:38:38 PDT 2012


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





--- Comment #40 from Philippe Normand <pnormand at igalia.com>  2012-03-30 03:38:38 PST ---
(In reply to comment #37)

> > Source/WebKit2/UIProcess/API/gtk/WebKitWebViewBase.cpp:82
> > +    bool fullScreenEnabled;
> 
> enabled sounds like you allow to run fullscreen, rather than the view is currently running fullscreen. I would use something like runningFullscreen or something like that.
> 

If I wanted to make it sound as I allowed the view to run fullscreen I'd have named the variable fullScreenAllowed :)

My (probably very) personal understanding of fullScreenEnabled is that a webview display can be toggled between full screen and "normal windowed" states.

I'm not sure I like the "running" part of runningFullscreen. I'll leave that name as it is for now, naming variables is sometimes hard! Maybe Martin would have a good suggestion as well?

-- 
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