Various bug fixes for the Action Recorder Extension.
1. Skip HTML attributes created by Chrome in the xpath builder. 2. Made allowance for the edge case when a page hides the input element that triggers autofill. 3. Remove an unnecessary message exchange between the tab frame content script and the extension background script. The background script has information on each tab frame. When the background script sends a message to the content script to start recording, the content script sends another message back to the background script to obtain the frame information. After this change, the background script will send the frame information directly in the start recording message. Bug: 855284 Change-Id: Ifd696f0e4617392ef989e5af0b5d38acd259f467 Reviewed-on: https://chromium-review.googlesource.com/1178306 Commit-Queue: Yiming Zhou <uwyiming@google.com> Reviewed-by:Jared Saul <jsaul@google.com> Cr-Commit-Position: refs/heads/master@{#583905}
Showing
Please register or sign in to comment