[webkit-reviews] review requested: [Bug 179276] Web Inspector: Show Internal properties of PaymentRequest in Web Inspector Console : [Attachment 326021] [PATCH] Proposed Fix

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 3 23:42:18 PDT 2017


Joseph Pecoraro <joepeck at webkit.org> has asked	for review:
Bug 179276: Web Inspector: Show Internal properties of PaymentRequest in Web
Inspector Console
https://bugs.webkit.org/show_bug.cgi?id=179276

Attachment 326021: [PATCH] Proposed Fix

https://bugs.webkit.org/attachment.cgi?id=326021&action=review




--- Comment #12 from Joseph Pecoraro <joepeck at webkit.org> ---
Created attachment 326021

  --> https://bugs.webkit.org/attachment.cgi?id=326021&action=review

[PATCH] Proposed Fix

This adds:

    internals.withUserGesture(callback);

Which we alias on UIHelper:

    UIHelper.withUserGesture(callback);

To simplify running code inside of a user gesture.


More information about the webkit-reviews mailing list