Closed
Bug 1303820
Opened 8 years ago
Closed 8 years ago
Fix root scroll delta override when APZ is out of process
Categories
(Core :: Panning and Zooming, defect, P3)
Core
Panning and Zooming
Tracking
()
RESOLVED
FIXED
mozilla52
Tracking | Status | |
---|---|---|
firefox52 | --- | fixed |
People
(Reporter: dvander, Assigned: dvander)
References
(Blocks 1 open bug)
Details
(Whiteboard: [gfx-noted])
Attachments
(1 file)
4.33 KB,
patch
|
kats
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•8 years ago
|
||
We just need to change some use of libprefs to gfxPrefs, since libprefs doesn't work in the GPU process.
Attachment #8792611 -
Flags: review?(bugmail)
Comment 2•8 years ago
|
||
Comment on attachment 8792611 [details] [diff] [review]
patch
Review of attachment 8792611 [details] [diff] [review]:
-----------------------------------------------------------------
::: widget/WidgetEventImpl.cpp
@@ +412,5 @@
> /******************************************************************************
> * mozilla::WidgetWheelEvent (MouseEvents.h)
> ******************************************************************************/
>
> bool WidgetWheelEvent::sInitialized = false;
You can get rid of sInitialized as well
Attachment #8792611 -
Flags: review?(bugmail) → review+
Updated•8 years ago
|
OS: Unspecified → All
Priority: -- → P3
Hardware: Unspecified → All
Whiteboard: [gfx-noted]
Version: unspecified → Trunk
Pushed by danderson@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/cee3a96d763b
Fix root scroll delta overrides when APZ is out-of-process. (bug 1303820, r=kats)
Comment 4•8 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox52:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla52
You need to log in
before you can comment on or make changes to this bug.
Description
•