Closed
Bug 1419134
Opened 8 years ago
Closed 8 years ago
Export Screenshots 25.0.0
Categories
(Firefox :: Screenshots, enhancement)
Firefox
Screenshots
Tracking
()
RESOLVED
INVALID
People
(Reporter: jhirsch, Unassigned)
References
Details
An export of Screenshots 25.0.0. Changelog here: https://github.com/mozilla-services/screenshots/blob/ab85988952bae74c6e55e21bef86614db6e91ab9/CHANGELOG.md
Items in this release:
* Add titles to preview overlay buttons.
https://github.com/mozilla-services/screenshots/issues/3793
(https://github.com/mozilla-services/screenshots/commit/d46985c)
* Add paste symbol for image copy notification.
https://github.com/mozilla-services/screenshots/issues/3790
(https://github.com/mozilla-services/screenshots/commit/5441349)
* Add copy.svg path to manifest template
https://github.com/mozilla-services/screenshots/issues/3786
https://github.com/mozilla-services/screenshots/commit/a6fa8c6
* Copy shot to clipboard.
https://github.com/mozilla-services/screenshots/issues/2582
https://github.com/mozilla-services/screenshots/commit/58237e2
* Fix remaining domain regexes
https://github.com/mozilla-services/screenshots/issues/3783
https://github.com/mozilla-services/screenshots/commit/5089187
* Update CSS to fix notice tooltip.
https://github.com/mozilla-services/screenshots/issues/3780
https://github.com/mozilla-services/screenshots/commit/78e5853
* instrument response times in shot creation flow
https://github.com/mozilla-services/screenshots/issues/3673
https://github.com/mozilla-services/screenshots/commit/82cb4b7
* Remove unnecessary icon path for page action.
https://github.com/mozilla-services/screenshots/issues/3760
https://github.com/mozilla-services/screenshots/commit/bc29b56
* use content.XMLHttpRequest instead of wrappedJSObject.XMLHttpRequest
https://github.com/mozilla-services/screenshots/issues/3626
https://github.com/mozilla-services/screenshots/commit/6cb98f6
* Use generic notice css class.
https://github.com/mozilla-services/screenshots/issues/3701
https://github.com/mozilla-services/screenshots/commit/927f39a
* Stop using window.inner[Width|Height] b/c scroll bars.
https://github.com/mozilla-services/screenshots/issues/3641
https://github.com/mozilla-services/screenshots/commit/647819e
* Remove onboarding icon.
https://github.com/mozilla-services/screenshots/issues/3542
https://github.com/mozilla-services/screenshots/commit/00f0409
* Use dl-only notice style for cropped img warning.
https://github.com/mozilla-services/screenshots/issues/3701
https://github.com/mozilla-services/screenshots/commit/60a5b2f
* Move start time for error timer into startBackground.
https://github.com/mozilla-services/screenshots/issues/3707
https://github.com/mozilla-services/screenshots/commit/5a3e01c
* Properly set the Photon page action's title and icon. Bug 1395387 changed the Photon page action API so that `title` and `iconURL` are no longer properties but methods, setTitle() and setIconURL(). We need to update our consumer. Right now, setting these properties isn't doing anything at all.
https://github.com/mozilla-services/screenshots/commit/2e15e64
* Add left margin to selection frame to handle doc width < viewport width
https://github.com/mozilla-services/screenshots/issues/3256
https://github.com/mozilla-services/screenshots/commit/49bafca
* Download shot when Enter is pressed in download only mode.
https://github.com/mozilla-services/screenshots/issues/3714
https://github.com/mozilla-services/screenshots/commit/df973cd
* Opt out of webdriver click in Selenium tests.
https://github.com/mozilla-services/screenshots/issues/3734
https://github.com/mozilla-services/screenshots/commit/c2ea6b3
* Bump pixel limit to 10000.
https://github.com/mozilla-services/screenshots/issues/3668
https://github.com/mozilla-services/screenshots/commit/328696f
* Remove extra preselection frame unhide() (that's before frame's loaded).
https://github.com/mozilla-services/screenshots/issues/3729
https://github.com/mozilla-services/screenshots/commit/263c990
* send a response after incrementing counts
https://github.com/mozilla-services/screenshots/issues/3718
https://github.com/mozilla-services/screenshots/commit/b40f1dd
* style tweaks for download only UI
https://github.com/mozilla-services/screenshots/issues/3705
https://github.com/mozilla-services/screenshots/commit/b40841d
* Fixed http/https regex checks
https://github.com/mozilla-services/screenshots/pull/3720
https://github.com/mozilla-services/screenshots/commit/96f5fc4
* add Telemetry scalars to track shot creation per session. For related, Gecko-only changes to the telemetry Scalars.yaml file, see https://bugzilla.mozilla.org/show_bug.cgi?id=1412411.
https://github.com/mozilla-services/screenshots/issues/2218
https://github.com/mozilla-services/screenshots/commit/80ecdd0
* disable full-page truncation warning if download-only warning will be shown.
https://github.com/mozilla-services/screenshots/issues/3700
https://github.com/mozilla-services/screenshots/commit/e3ee5af
* fix rtl save icon alignment
https://github.com/mozilla-services/screenshots/issues/3514
https://github.com/mozilla-services/screenshots/commit/d37a4ff
* Use download only mode if 'never remember history' is checked.
https://github.com/mozilla-services/screenshots/issues/3574
https://github.com/mozilla-services/screenshots/commit/d0d4db3
https://github.com/mozilla-services/screenshots/commit/1c28bbf
* Download only mode: enable Screenshots in private browsing mode, use the private browsing download manager, and create download only mode for private browsing
https://github.com/mozilla-services/screenshots/issues/3655
https://github.com/mozilla-services/screenshots/commit/1223743
| Reporter | ||
Comment 1•8 years ago
|
||
just realized we're missing one patch from this release / changelog. closing, will reopen.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•