gecko-dev/accessible/jsat
Eitan Isaacson 329ee2b3cc Bug 1477002 - Use message broadcaster to manage jsat content scripts. r=yzen
This patch does several things:
 1. When "domwindowopened" is dispatched it often doesn't have a
document yet, so we need to wait for it to load before determining if we
should attach it.
 2. Instead of managing individual message managers use a broadcaster
and load delayed scripts. This makes new window additions more robust.
 3. A content script now doesn't need a ready/start message but
initializes in-line. This added more complexity which we don't need. All
the info that we passed to it in AccessFu:Start can be gotten in other
ways (also, Services.appinfo.ID now works in child processes, so no need
for that).
 4. Tweaked the tests to support inline frame script initilization.
 5. Removed the scroll callback from content-script.js that was not used
anymore.
2018-07-27 15:19:00 +03:00
..
AccessFu.jsm Bug 1477002 - Use message broadcaster to manage jsat content scripts. r=yzen 2018-07-27 15:19:00 +03:00
Constants.jsm Bug 1473998 - Use EditText entry in accessible's classNames and use the hint for the label. r=yzen r=jchen 2018-07-10 17:31:00 +03:00
content-script.js Bug 1477002 - Use message broadcaster to manage jsat content scripts. r=yzen 2018-07-27 15:19:00 +03:00
ContentControl.jsm Bug 1478308 - Remove unnecessary ChromeUtils.imports in accessible/ r=surkov 2018-07-25 11:07:07 +01:00
EventManager.jsm Bug 1477002 - Use message broadcaster to manage jsat content scripts. r=yzen 2018-07-27 15:19:00 +03:00
jar.mn Bug 1454783 - Remove non-Android presenters in AccessFu. r=yzen 2018-04-24 14:43:00 +03:00
moz.build Bug 1454851 - Remove gestures and all input management. r=yzen 2018-04-19 15:45:57 -07:00
OutputGenerator.jsm Bug 1473690 - add selectable ingegration tests. r=eeejay, jchen 2018-07-23 09:41:39 -04:00
Presentation.jsm Bug 1473690 - add selectable ingegration tests. r=eeejay, jchen 2018-07-23 09:41:39 -04:00
Traversal.jsm Bug 1478308 - Remove unnecessary ChromeUtils.imports in accessible/ r=surkov 2018-07-25 11:07:07 +01:00
Utils.jsm Bug 1477002 - Use message broadcaster to manage jsat content scripts. r=yzen 2018-07-27 15:19:00 +03:00