Skip to content

Commit

Permalink
Bug 1322532: Add sync text event to PDocAccessible; r=tbsaunde, r=billm
Browse files Browse the repository at this point in the history
MozReview-Commit-ID: AFZMYghoOHe

--HG--
extra : rebase_source : 2364cf4a5ecaaceda151e16df170aebb77ae55e9
  • Loading branch information
dblohm7 committed Apr 13, 2017
1 parent c06b376 commit 6302f1a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions accessible/ipc/win/PDocAccessible.ipdl
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ parent:
async CaretMoveEvent(uint64_t aID, int32_t aOffset);
async TextChangeEvent(uint64_t aID, nsString aStr, int32_t aStart, uint32_t aLen,
bool aIsInsert, bool aFromUser);
sync SyncTextChangeEvent(uint64_t aID, nsString aStr, int32_t aStart,
uint32_t aLen, bool aIsInsert, bool aFromUser);
async SelectionEvent(uint64_t aID, uint64_t aWidgetID, uint32_t aType);
async RoleChangedEvent(uint32_t aRole);

Expand Down
3 changes: 3 additions & 0 deletions ipc/ipdl/sync-messages.ini
Original file line number Diff line number Diff line change
Expand Up @@ -594,6 +594,9 @@ platform = notwin
[PDocAccessible::GetWindowedPluginIAccessible]
description =
platform = win
[PDocAccessible::SyncTextChangeEvent]
description =
platform = win

# CPOWs
[PBrowser::RpcMessage]
Expand Down

0 comments on commit 6302f1a

Please sign in to comment.