WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 61885
[Windows, WinCairo] Add C++ Event Listener Example to WinLauncher
https://bugs.webkit.org/show_bug.cgi?id=61885
Summary
[Windows, WinCairo] Add C++ Event Listener Example to WinLauncher
Brent Fulgham
Reported
2011-06-01 14:18:39 PDT
Update the WinLauncher example program with an event listener attached to the WebKit logo. This shows how to find a DOM object, attach a C++ (COM) based event listener, and process the result.
Attachments
Patch
(11.04 KB, patch)
2011-06-01 14:52 PDT
,
Brent Fulgham
bweinstein
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Brent Fulgham
Comment 1
2011-06-01 14:52:14 PDT
Created
attachment 95667
[details]
Patch
Brian Weinstein
Comment 2
2011-06-14 10:23:37 PDT
Comment on
attachment 95667
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=95667&action=review
> Tools/ChangeLog:7 > +
A sentence or two about the example you added would be nice here. Talking about adding an on click event for the WebKit logo, and how someone can test this.
> Tools/WinLauncher/WinLauncher.cpp:177 > + frame->DOMDocument(&doc);
Do you want to check if the frame is the main frame here? Or does it not matter?
Brent Fulgham
Comment 3
2011-06-17 16:24:31 PDT
(In reply to
comment #2
)
> (From update of
attachment 95667
[details]
) > View in context:
https://bugs.webkit.org/attachment.cgi?id=95667&action=review
> > > Tools/ChangeLog:7 > > + > > A sentence or two about the example you added would be nice here. Talking about adding an on click event for the WebKit logo, and how someone can test this.
Done.
> > Tools/WinLauncher/WinLauncher.cpp:177 > > + frame->DOMDocument(&doc); > > Do you want to check if the frame is the main frame here? Or does it not matter?
I don't believe it matters. Thanks for looking all of this over!
Brent Fulgham
Comment 4
2011-06-17 16:24:59 PDT
Landed in
http://trac.webkit.org/changeset/89144
.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug