WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
74522
[Qt] DeviceOrientationClientQt should initialize m_controller to zero.
https://bugs.webkit.org/show_bug.cgi?id=74522
Summary
[Qt] DeviceOrientationClientQt should initialize m_controller to zero.
Alexander Færøy
Reported
2011-12-14 11:00:52 PST
We currently forget to set m_controller to zero upon construction. We should also forward any calls to setController() to our provider. Patch coming.
Attachments
Patch
(2.22 KB, patch)
2011-12-14 11:03 PST
,
Alexander Færøy
no flags
Details
Formatted Diff
Diff
Patch
(2.34 KB, patch)
2011-12-14 11:12 PST
,
Alexander Færøy
no flags
Details
Formatted Diff
Diff
Patch
(1.38 KB, patch)
2011-12-14 12:55 PST
,
Alexander Færøy
no flags
Details
Formatted Diff
Diff
Show Obsolete
(2)
View All
Add attachment
proposed patch, testcase, etc.
Alexander Færøy
Comment 1
2011-12-14 11:03:27 PST
Created
attachment 119253
[details]
Patch
Tor Arne Vestbø
Comment 2
2011-12-14 11:06:26 PST
Comment on
attachment 119253
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=119253&action=review
> Source/WebKit/qt/WebCoreSupport/DeviceOrientationProviderQt.cpp:33 > + m_controller = 0;
initializer
Alexander Færøy
Comment 3
2011-12-14 11:12:30 PST
Created
attachment 119257
[details]
Patch
Alexander Færøy
Comment 4
2011-12-14 11:13:44 PST
Adding Tor Arne.
Antonio Gomes
Comment 5
2011-12-14 12:14:41 PST
Comment on
attachment 119257
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=119257&action=review
> Source/WebKit/qt/WebCoreSupport/DeviceOrientationClientQt.cpp:43 > + ASSERT(controller); > m_controller = controller; > + m_provider->setController(controller);
you seem to be doing more than what to changelog'ed.
> Source/WebKit/qt/WebCoreSupport/DeviceOrientationProviderQt.cpp:32 > + : m_lastOrientation(DeviceOrientation::create()) > + , m_controller(0) > + , m_sensor()
ditto
Antonio Gomes
Comment 6
2011-12-14 12:15:49 PST
(In reply to
comment #5
)
> (From update of
attachment 119257
[details]
) > View in context:
https://bugs.webkit.org/attachment.cgi?id=119257&action=review
> > > Source/WebKit/qt/WebCoreSupport/DeviceOrientationClientQt.cpp:43 > > + ASSERT(controller); > > m_controller = controller; > > + m_provider->setController(controller); > > you seem to be doing more than what to changelog'ed.
s/what to/what you/g
Kenneth Rohde Christiansen
Comment 7
2011-12-14 12:39:08 PST
Comment on
attachment 119257
[details]
Patch Write proper changelogs Alex! :-)
Alexander Færøy
Comment 8
2011-12-14 12:46:14 PST
(In reply to
comment #7
)
> (From update of
attachment 119257
[details]
) > Write proper changelogs Alex! :-)
It is because you are not around to pet me! Jokes aside, new patch coming up in one moment. It is being split up such that the setController() changes are being moved to a separate patch.
Kenneth Rohde Christiansen
Comment 9
2011-12-14 12:51:18 PST
Comment on
attachment 119257
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=119257&action=review
> Source/WebKit/qt/WebCoreSupport/DeviceOrientationProviderQt.cpp:31 > + , m_controller(0)
why isn't it a smart controller? you seem to use it by two here in this patch? should it be reffed?
Kenneth Rohde Christiansen
Comment 10
2011-12-14 12:52:33 PST
(In reply to
comment #9
)
> (From update of
attachment 119257
[details]
) > View in context:
https://bugs.webkit.org/attachment.cgi?id=119257&action=review
> > > Source/WebKit/qt/WebCoreSupport/DeviceOrientationProviderQt.cpp:31 > > + , m_controller(0) > > why isn't it a smart controller? you seem to use it by two here in this patch? should it be reffed?
smart pointer :-)
Alexander Færøy
Comment 11
2011-12-14 12:55:34 PST
Created
attachment 119278
[details]
Patch
WebKit Review Bot
Comment 12
2011-12-14 14:10:04 PST
Comment on
attachment 119278
[details]
Patch Clearing flags on attachment: 119278 Committed
r102822
: <
http://trac.webkit.org/changeset/102822
>
WebKit Review Bot
Comment 13
2011-12-14 14:10:08 PST
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