With this flag set, test output will include events that mimic what would happen on the platform level, such as a user clicking on a notification, or the platform showing a notification.
<rdar://problem/12190776>
Created attachment 161308 [details] Patch
Comment on attachment 161308 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=161308&action=review > Tools/DumpRenderTree/mac/UIDelegate.mm:294 > + printf("REQUESTED WEB NOTIFICATION PERMISSION FOR %s\n", [[origin stringValue] UTF8String]); Should this be guarded by gTestRunner->dumpWebNotificationCallbacks?
Comment on attachment 161308 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=161308&action=review >> Tools/DumpRenderTree/mac/UIDelegate.mm:294 >> + printf("REQUESTED WEB NOTIFICATION PERMISSION FOR %s\n", [[origin stringValue] UTF8String]); > > Should this be guarded by gTestRunner->dumpWebNotificationCallbacks? Yes! Thank you.
Committed r127171: <http://trac.webkit.org/changeset/127171>
Re-opened since this is blocked by 95505
ap did not feel that this additional output added value for tests, and that the javascript events should suffice. rolling out in bug 95505.