Closed
Bug 1330411
Opened 8 years ago
Closed 8 years ago
Convert FindInPageBar events to bundle events
Categories
(GeckoView :: General, defect)
Tracking
(firefox54 fixed)
RESOLVED
FIXED
mozilla54
Tracking | Status | |
---|---|---|
firefox54 | --- | fixed |
People
(Reporter: jchen, Assigned: jchen)
References
Details
Attachments
(2 files, 1 obsolete file)
14.97 KB,
patch
|
sebastian
:
review+
|
Details | Diff | Splinter Review |
15.49 KB,
patch
|
sebastian
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Updated•8 years ago
|
Summary: Convert FindInBar events to bundle events → Convert FindInPageBar events to bundle events
Assignee | ||
Comment 1•8 years ago
|
||
Convert observers in ActionBarHandler.js to events that go through
WindowEventDispatcher. "TextSelection:Get" now replies through the
callback interface rather than a "TextSelection:Data" event. The patch
also adds new lazy-loading events in browser.js to replace the
lazy-loading observers that ActionBarHandler relied on.
Attachment #8827596 -
Flags: review?(s.kaspari)
Assignee | ||
Comment 2•8 years ago
|
||
Convert events used in FindInPageBar to GeckoBundle/BundleEventListener
events. UI thread events are used because the listener performs UI
operations. FindInPageBar also sends some events like "FindInPage:Find"
from Java to Gecko; those events will be converted in another bug.
Attachment #8827597 -
Flags: review?(s.kaspari)
Assignee | ||
Comment 3•8 years ago
|
||
Updated patch that also converts the events from Java to Gecko such as
"FindInPage:Find".
Attachment #8827640 -
Flags: review?(s.kaspari)
Assignee | ||
Updated•8 years ago
|
Attachment #8827597 -
Attachment is obsolete: true
Attachment #8827597 -
Flags: review?(s.kaspari)
Updated•8 years ago
|
Attachment #8827596 -
Flags: review?(s.kaspari) → review+
Updated•8 years ago
|
Attachment #8827640 -
Flags: review?(s.kaspari) → review+
Pushed by nchen@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/65b07eac83b3
1. Convert ActionBarHandler observers to events; r=sebastian
https://hg.mozilla.org/integration/mozilla-inbound/rev/14bd5683877a
2. Convert FindInPageBar events to bundle events; r=sebastian
Comment 5•8 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/65b07eac83b3
https://hg.mozilla.org/mozilla-central/rev/14bd5683877a
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox54:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 54
Updated•6 years ago
|
Product: Firefox for Android → GeckoView
Updated•6 years ago
|
Target Milestone: Firefox 54 → mozilla54
You need to log in
before you can comment on or make changes to this bug.
Description
•