Bug 95234

Summary: [WK2] Enhance WebNotificationManager to call into injected bundle
Product: WebKit Reporter: Jon Lee <jonlee>
Component: WebKit2Assignee: Jon Lee <jonlee>
Status: RESOLVED WONTFIX    
Severity: Normal CC: abecsi, ap, cmarcelo, gustavo, gyuyoung.kim, jberlin, menard, philn, rakuco, webkit-bug-importer, webkit.review.bot, xan.lopez, zoltan
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.8   
Bug Depends on: 95154    
Bug Blocks: 77969, 95233    
Attachments:
Description Flags
Patch
none
Patch none

Description Jon Lee 2012-08-28 12:41:13 PDT
Notify the injected bundle of callback events sent to the WebNotificationManager. This is needed in order to allow WTR to add test output related to events happening on the platform level.
Comment 1 Radar WebKit Bug Importer 2012-08-28 12:41:21 PDT
<rdar://problem/12190813>
Comment 2 Jon Lee 2012-08-29 11:48:34 PDT
Created attachment 161277 [details]
Patch
Comment 3 Build Bot 2012-08-29 13:19:18 PDT
Comment on attachment 161277 [details]
Patch

Attachment 161277 [details] did not pass mac-ews (mac):
Output: http://queues.webkit.org/results/13693380
Comment 4 Build Bot 2012-08-29 13:46:00 PDT
Comment on attachment 161277 [details]
Patch

Attachment 161277 [details] did not pass win-ews (win):
Output: http://queues.webkit.org/results/13689371
Comment 5 Gyuyoung Kim 2012-08-29 14:21:30 PDT
Comment on attachment 161277 [details]
Patch

Attachment 161277 [details] did not pass efl-ews (efl):
Output: http://queues.webkit.org/results/13694375
Comment 6 Jon Lee 2012-08-29 14:28:52 PDT
Created attachment 161317 [details]
Patch
Comment 7 Jon Lee 2012-08-30 14:57:31 PDT
ap did not feel that this additional output added value for tests, and that the javascript events should suffice.