WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
37811
[Chromium] Windowless plugins can't set the cursor any more
https://bugs.webkit.org/show_bug.cgi?id=37811
Summary
[Chromium] Windowless plugins can't set the cursor any more
Stuart Morgan
Reported
2010-04-19 11:20:45 PDT
ChromeClientImpl.cpp has a variable, m_ignoreNextSetCursor, which was used to prevent a WebKit-triggered call to setCursor from overriding what the plugin does. In
bug 35132
that call was removed, so now the workaround is not necessary, and is actually preventing windowless plugins from setting cursors (since all the calls are now coming from the plugin, so it's constantly being set to true).
Attachments
Remove obsolete workaround
(2.47 KB, patch)
2010-04-19 11:27 PDT
,
Stuart Morgan
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Stuart Morgan
Comment 1
2010-04-19 11:27:32 PDT
Created
attachment 53692
[details]
Remove obsolete workaround
WebKit Commit Bot
Comment 2
2010-04-20 06:23:19 PDT
Comment on
attachment 53692
[details]
Remove obsolete workaround Clearing flags on attachment: 53692 Committed
r57887
: <
http://trac.webkit.org/changeset/57887
>
WebKit Commit Bot
Comment 3
2010-04-20 06:23:23 PDT
All reviewed patches have been landed. Closing bug.
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