Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Makes snapshots focus the popup window and improves snapshot perf. #110

Merged
merged 1 commit into from
Dec 12, 2012

Conversation

benvanik
Copy link
Contributor

This uses chrome extension APIs instead of window.open to open the UI.
It also changes data into base64 before sending across the extension
pipeline to prevent repeated JSON encodes/decodes of the large arrays.
Fixes #99.

This uses chrome extension APIs instead of window.open to open the UI.
It also changes data into base64 *before* sending across the extension
pipeline to prevent repeated JSON encodes/decodes of the large arrays.
Fixes #99.
@ghost ghost assigned rsturgell Dec 12, 2012
@rsturgell
Copy link
Contributor

lgtm

benvanik added a commit that referenced this pull request Dec 12, 2012
Makes snapshots focus the popup window and improves snapshot perf.
@benvanik benvanik merged commit 6b4c3a9 into master Dec 12, 2012
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix popup UI focus.
2 participants