Closed
Bug 699243
Opened 13 years ago
Closed 13 years ago
Bridge necessary Android accessibility functions to Gecko.
Categories
(Firefox for Android Graveyard :: General, defect, P4)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: eeejay, Assigned: eeejay)
Details
(Whiteboard: birch)
Attachments
(3 files, 4 obsolete files)
3.31 KB,
patch
|
Details | Diff | Splinter Review | |
3.42 KB,
patch
|
Details | Diff | Splinter Review | |
4.13 KB,
patch
|
Details | Diff | Splinter Review |
We will need some Android platform functions inside Gecko. Specifically, we need to be able to know if accessibility in Android is enabled so we could instantiate accessibility. We also need a method of relaying accessibility events to the Android platform.
Assignee | ||
Comment 1•13 years ago
|
||
Assignee | ||
Updated•13 years ago
|
Attachment #571471 -
Flags: review?(mark.finkle)
Assignee | ||
Comment 2•13 years ago
|
||
Assignee: nobody → eitan
Attachment #571474 -
Flags: review?(mark.finkle)
Assignee | ||
Comment 3•13 years ago
|
||
Attachment #571478 -
Flags: review?(mark.finkle)
Updated•13 years ago
|
Attachment #571471 -
Flags: review?(mark.finkle) → review?(blassey.bugs)
Updated•13 years ago
|
Attachment #571474 -
Flags: review?(mark.finkle) → review?(blassey.bugs)
Updated•13 years ago
|
Attachment #571478 -
Flags: review?(mark.finkle) → review?(blassey.bugs)
Updated•13 years ago
|
Priority: -- → P4
Updated•13 years ago
|
Attachment #571471 -
Flags: review?(blassey.bugs) → review+
Comment 4•13 years ago
|
||
Comment on attachment 571474 [details] [diff] [review]
Instantiate a11y if Android a11y is turned on
Review of attachment 571474 [details] [diff] [review]:
-----------------------------------------------------------------
::: widget/src/android/nsWindow.h
@@ +232,5 @@
> + /**
> + * Generate the NS_GETACCESSIBLE event to get accessible for this window
> + * and return it.
> + */
> + nsAccessible *DispatchAccessibleEvent();
nit, nsAccessible* DispatchAccessibleEvent();
Also, there are tabs in this patch, get rid of them
Attachment #571474 -
Flags: review?(blassey.bugs) → review+
Updated•13 years ago
|
Attachment #571478 -
Flags: review?(blassey.bugs) → review+
Updated•13 years ago
|
OS: Linux → Android
Hardware: x86_64 → ARM
Assignee | ||
Comment 5•13 years ago
|
||
I think this fixes the whitespace issues, didn't find any tabs.
Attachment #571474 -
Attachment is obsolete: true
Assignee | ||
Comment 6•13 years ago
|
||
I don't have commit access :) could someone please push these?
Comment 7•13 years ago
|
||
There is a checkin-needed keyword for that. Though you need to set up your .hgrc to add author info to the patch (http://blog.bonardo.net/2010/06/22/so-youre-about-to-use-checkin-needed), and reattach an updated patch with author and commit message.
Assignee | ||
Comment 8•13 years ago
|
||
Attachment #571471 -
Attachment is obsolete: true
Attachment #571955 -
Flags: review+
Assignee | ||
Comment 9•13 years ago
|
||
Attachment #571820 -
Attachment is obsolete: true
Attachment #571957 -
Flags: review+
Assignee | ||
Comment 10•13 years ago
|
||
Attachment #571478 -
Attachment is obsolete: true
Attachment #571958 -
Flags: review+
Assignee | ||
Updated•13 years ago
|
Attachment #571955 -
Flags: review+
Assignee | ||
Updated•13 years ago
|
Attachment #571957 -
Flags: review+
Assignee | ||
Updated•13 years ago
|
Attachment #571958 -
Flags: review+
Assignee | ||
Updated•13 years ago
|
Whiteboard: checkin-needed birch
Updated•13 years ago
|
Keywords: checkin-needed
Comment 11•13 years ago
|
||
https://hg.mozilla.org/projects/birch/rev/e2dc4acd3a68
https://hg.mozilla.org/projects/birch/rev/7b2dd926316c
https://hg.mozilla.org/projects/birch/rev/2d86eea1a4cb
Status: NEW → RESOLVED
Closed: 13 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Whiteboard: checkin-needed birch
Comment 12•13 years ago
|
||
These patches were backed while investigating Talos failures. Now that tests are green again, we will need to reland.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 13•13 years ago
|
||
Don't have write access, could someone please land these?
Keywords: checkin-needed
Whiteboard: birch
Comment 14•13 years ago
|
||
(In reply to Wesley Johnston (:wesj) from comment #12)
> These patches were backed while investigating Talos failures.
What kind of failures?
Comment 15•13 years ago
|
||
(In reply to David Bolter [:davidb] from comment #14)
> (In reply to Wesley Johnston (:wesj) from comment #12)
> > These patches were backed while investigating Talos failures.
>
> What kind of failures?
talos
backout was backed out https://hg.mozilla.org/projects/birch/rev/6f925b45a547
Status: REOPENED → RESOLVED
Closed: 13 years ago → 13 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
Keywords: checkin-needed
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•