Closed
Bug 1386697
Opened 8 years ago
Closed 8 years ago
Use content event forwarding where applicable
Categories
(GeckoView :: General, enhancement)
Tracking
(firefox57 fixed)
RESOLVED
FIXED
mozilla57
| Tracking | Status | |
|---|---|---|
| firefox57 | --- | fixed |
People
(Reporter: esawin, Assigned: esawin)
References
Details
Attachments
(2 files)
|
2.17 KB,
patch
|
jchen
:
review+
|
Details | Diff | Splinter Review |
|
4.15 KB,
patch
|
jchen
:
review+
|
Details | Diff | Splinter Review |
There are some cases that can be refactored to use content event forwarding like scrolling and DOM title events.
| Assignee | ||
Comment 1•8 years ago
|
||
Attachment #8892972 -
Flags: review?(nchen)
| Assignee | ||
Comment 2•8 years ago
|
||
Attachment #8892973 -
Flags: review?(nchen)
Updated•8 years ago
|
Attachment #8892972 -
Flags: review?(nchen) → review+
Updated•8 years ago
|
Attachment #8892973 -
Flags: review?(nchen) → review+
Pushed by esawin@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/f654cc53994b
[1.0] Use content event forwarding for scroll events. r=jchen
https://hg.mozilla.org/integration/mozilla-inbound/rev/b08731d0a74f
[2.0] Use content event forwarding for GeckoViewContent events. r=jchen
Comment 4•8 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/f654cc53994b
https://hg.mozilla.org/mozilla-central/rev/b08731d0a74f
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox57:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 57
Comment 5•8 years ago
|
||
https://hg.mozilla.org/projects/date/rev/f654cc53994b75b2ba3bf5b52a39979525763403
Bug 1386697 - [1.0] Use content event forwarding for scroll events. r=jchen
https://hg.mozilla.org/projects/date/rev/b08731d0a74fe9204eed8ea924d433b3b30084b0
Bug 1386697 - [2.0] Use content event forwarding for GeckoViewContent events. r=jchen
Updated•6 years ago
|
Product: Firefox for Android → GeckoView
Updated•6 years ago
|
Target Milestone: Firefox 57 → mozilla57
You need to log in
before you can comment on or make changes to this bug.
Description
•