[Webkit-unassigned] [Bug 79777] [GTK] Ignore resources while replacing content in WebKit2 GTK+ API

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 15 01:57:58 PDT 2012


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





--- Comment #2 from Philippe Normand <pnormand at igalia.com>  2012-03-15 01:57:57 PST ---
(From update of attachment 129229)
View in context: https://bugs.webkit.org/attachment.cgi?id=129229&action=review

> Source/WebKit2/UIProcess/API/gtk/WebKitWebView.cpp:891
> +    if (priv->replaceContentStatus == ReplacingContent || priv->replaceContentStatus == DidReplaceContent)
> +        return 0;

I see this code used in 4 places. Can it be moved to a function?

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