Skip to content

Commit

Permalink
Chromium: Remove now-obsolete hack for missing events
Browse files Browse the repository at this point in the history
  • Loading branch information
joanmarie committed Aug 29, 2019
1 parent 6bd582c commit f400ad5
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/orca/scripts/toolkits/Chromium/script.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,6 @@ def __init__(self, app):

self.presentIfInactive = False

# Chromium fails to emit notifications when objects are reparented,
# leading to dead accessibles in the ancestry.
app.setCacheMask(pyatspi.cache.DEFAULT ^
pyatspi.cache.CHILDREN ^
pyatspi.cache.NAME ^
pyatspi.cache.DESCRIPTION ^
pyatspi.cache.PARENT)

def getBrailleGenerator(self):
"""Returns the braille generator for this script."""

Expand Down

0 comments on commit f400ad5

Please sign in to comment.