[Webkit-unassigned] [Bug 49062] Generate the messages sent to the WebProcessProxy

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 5 09:16:25 PDT 2010


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





--- Comment #3 from Sam Weinig <sam at webkit.org>  2010-11-05 09:16:25 PST ---
(In reply to comment #2)
> (From update of attachment 73050 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=73050&action=review
> 
> > WebKit2/Scripts/webkit2/messages.py:253
> > +        'WebCore::PluginData.h',
> 
> The ".h" seems wrong.

Fixed. This would have broken clang and msvc!

> 
> > WebKit2/UIProcess/WebProcessProxy.cpp:232
> > +void WebProcessProxy::didPerformClientRedirect(uint64_t pageID, const String& sourceURLString, const String& destinationURLString, uint64_t frameID)
> > +{
> > +    m_context->didPerformClientRedirect(webFrame(frameID), sourceURLString, destinationURLString);
> > +}
> 
> Will the unused pageID variable cause compiler warnings/errors?
> 
> Why are we sending along the pageID if we don't need it?
> 
> (These questions apply to a few other functions in this file.)

Not sure, but it isn't new. I will talk to Anders/Brady when I get a chance.

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