[Webkit-unassigned] [Bug 127800] WebKitGTK+ should stop using COMPILE_ASSERT_MATCHING_ENUM macros
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Feb 24 02:20:29 PST 2014
https://bugs.webkit.org/show_bug.cgi?id=127800
--- Comment #18 from Enrique Ocaña <eocanha at igalia.com> 2014-02-24 02:17:35 PST ---
(In reply to comment #17)
> > Source/WebKit2/UIProcess/API/gtk/WebKitFindController.h:69
> > + /*< private >*/
> > + WEBKIT_FIND_OPTIONS_SHOW_OVERLAY = 1 << 5,
> > + WEBKIT_FIND_OPTIONS_SHOW_FIND_INDICATOR = 1 << 6,
> > + WEBKIT_FIND_OPTIONS_SHOW_HIGHLIGHT = 1 << 7,
>
> I don't think we should expose these here, even when using the private comment.
Then, what should we do in toWebKitFindOptions() when WebKitFindOptions has FindOptionsShowOverlay, FindOptionsShowFindIndicator or FindOptionsShowHighlight enabled? Assert?
--
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