mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-12 06:52:25 +00:00
71237bdc28
This patch is pretty straightforward: it translates Gecko priority levels into GeckoView priority levels and then sends it up to GV's `GeckoProcessManager` via JNI. We do assume that the process is content, but if we try to do that on a non-content process, it's just a no-op. We can expand this coverage to other process types later as necessary. Differential Revision: https://phabricator.services.mozilla.com/D68418 --HG-- extra : moz-landing-system : lando