Граф коммитов

217 Коммитов

Автор SHA1 Сообщение Дата
Chuck Harmston 27493d8254 Adds retirement notice to README. 2016-11-30 09:48:03 -07:00
Wil Clouser 73fbac452b Merge pull request #244 from clouserw/met2
agent field is broken out in redshift
2016-11-17 08:28:36 -08:00
Jared Hirsch 74992bd5b8 Merge pull request #332 from 6a68/self-uninstall
Self uninstall
2016-11-16 14:23:09 -08:00
Jared Hirsch 0f366ecf32 Release 1.0.13 2016-11-16 13:56:45 -08:00
Jared Hirsch f1655d6674 Add self-uninstalling code to bootstrap
Fixes #331.
2016-11-16 13:56:39 -08:00
Jared Hirsch fd41f474e7 Merge pull request #325 from comoss/issue-request-template
Created a template for new issues
2016-10-21 09:11:26 -07:00
Cody Moss 8721cf4ef8 Create ISSUE_TEMPLATE.md 2016-10-20 20:36:46 -06:00
Jared Hirsch abb5e7e369 Release 1.0.12 2016-10-18 09:20:42 -06:00
Jared Hirsch 1c8c3e504c Update urlbar state management to fix Enter key in Nightly
- Upstream bug 1306639 changed how the urlbar state is set. Update how
	we set urlbar state to work with the new approach.

Fixes #322.
2016-10-18 09:20:42 -06:00
Chuck Harmston 3025a33621 Merge pull request #321 from chuckharmston/1.0.11
Release 1.0.11.
2016-10-03 11:51:02 -06:00
Chuck Harmston 9e94cc1a0b
Release 1.0.11. 2016-10-03 11:50:38 -06:00
Jared Hirsch fb3ae049d2 Merge pull request #316 from chuckharmston/movie-fixes
Reinstates movie cards.
2016-09-30 13:57:37 -07:00
Chuck Harmston c032a32cb6 Adds A/B testing to movie cards. 2016-09-30 13:55:22 -07:00
Chuck Harmston 6b1cbc1434
Correctly report the result type. 2016-09-26 17:15:07 -06:00
Chuck Harmston e96ef58c0d
Put movie card URLs on their own line. 2016-09-26 16:34:47 -06:00
Chuck Harmston 957c823f2a
Reinstate movie cards. 2016-09-26 16:33:51 -06:00
Jared Hirsch be20956e69 Merge pull request #313 from chuckharmston/312-1.0.10
Release 1.0.10 (closes #312).
2016-09-16 08:50:51 -07:00
Chuck Harmston 9ffb1d91d6
Release 1.0.10 (closes #312). 2016-09-16 09:14:44 -06:00
Jared Hirsch 3e06ee8426 Merge pull request #310 from chuckharmston/291-e10s
Mark addon as multiprocess compatible (closes #291)
2016-09-14 14:40:12 -07:00
Chuck Harmston c0d2cfc74e
Mark addon as multiprocess compatible (closes #291) 2016-09-14 15:31:23 -06:00
Jared Hirsch 6331b4aba0 Merge pull request #307 from 6a68/1.0.9
Version 1.0.9
2016-09-01 13:07:54 -07:00
Jared Hirsch 3d77f6a303 Version 1.0.9 2016-08-29 12:39:17 -07:00
Jared Hirsch 367549af5e Merge pull request #305 from 6a68/nightly-bugstravaganza
Disable one-off search buttons and simplify popup initialization
2016-08-29 12:16:00 -07:00
Jared Hirsch 03aeb87dc8 Disable one-off search buttons and simplify popup initialization
This commit contains a small cluster of changes that jointly fix #286:

Connecting the urlbar to the popup in an XBL constructor works far
better than the old onFirstPopupOpen approach. This is a better way of
fixing #138, and it resolves the 'maxRows - 1 is undefined' error.

Disabling one-off search by disabling the pref and removing the one-off
search buttons from the XUL DOM (via hidden=true) closes #292,
closes #293, closes #298--but those bugs aren't really fixed, just
hidden. Filed #304 to re-enable one-off search as time allows. Note that
the disabletab attribute was added just to make the set of attributes in
our one-off-search-buttons element match the element in FF.)

Switching our popup.js listener from the 'popupshowing' event to the
'popupshown' event fixes #295, with some cascading changes related to
renaming the function and the signal fired by the function.

\o/
2016-08-26 17:19:05 -07:00
Jared Hirsch 4911dd1543 Merge pull request #297 from 6a68/296-one-off-search-el
Add one-off search element to XBL popup
2016-08-18 16:12:15 -07:00
Jared Hirsch df9aa25e34 Add one-off search element to XBL popup
Fixes #296.
2016-08-18 16:10:11 -07:00
Jared Hirsch b5f71708d6 Merge pull request #283 from 6a68/276-unload-scripts-once
Only unload scripts once
2016-08-02 12:33:58 -07:00
Jared Hirsch 58ac643a48 Only unload scripts once
Cu.unload unloads scripts globally. No need to unload per-window.

Fixes #276.
2016-08-02 12:31:14 -07:00
Jared Hirsch bbc2ddefb4 Merge pull request #282 from mozilla/revert-261-200-movie-card
Revert "200 movie card"
2016-08-02 12:28:12 -07:00
Jared Hirsch bd54a62c23 Revert "200 movie card" 2016-08-02 12:14:01 -07:00
Jared Hirsch c39d68ee49 Merge pull request #261 from 6a68/200-movie-card
200 movie card
2016-07-26 13:36:49 -07:00
Jared Hirsch 0cb2e2b0e8 Only unload scripts once
Cu.unload unloads scripts globally. No need to unload per-window.

Fixes #276.
2016-07-26 13:32:32 -07:00
Jared Hirsch 5f184fe38c Add movie card UI to display movie recommendations
The card is rendered a bit slower than other types. The issue seems
to be waiting for the movie poster server to return images. Should be
fixed by using our image proxy.

Noteworthy style changes:

* Use CSS, not attributes, to resize the image container.

* Rearrange elements so that the description text flows under the
  'Recommended' label.

* Use moz-box sizing, not flex sizing, on the topmost node, so that
  long descriptions don't overflow the recommendation row.

* Never use display block with XUL. Instead, try to box-pack the title
  and label.

This commit also fixes #241 by throwing away the cached recommendation
when the timeout expires. This gets us around the problem of the
recommendation being shown with its old width after the window has been
resized, but still lets us reuse the recommendation in the more common
case where a single char has been changed, the recommendation stays the
same, and the new recommendation data arrives before the timeout runs
out.

Fixes #200, fixes #241.
2016-07-26 13:32:32 -07:00
Jared Hirsch 6dabcc6c00 Refactor recommendation UI in preparation for movie cards
* Extract differences among response types out into data transformers.

* Simplify the recommendation-row UI code by assuming required keys will
	exist.
2016-07-26 13:32:31 -07:00
Chuck Harmston e2e7cf87a0 Merge pull request #275 from 6a68/1.0.8
Version 1.0.8
2016-07-22 12:06:20 -06:00
Jared Hirsch 3d297c90f1 Version 1.0.8 2016-07-22 11:04:11 -07:00
Chuck Harmston e02583298d Merge pull request #274 from 6a68/267-save-the-console
Don't unload the globally-shared Console.jsm module
2016-07-22 11:56:20 -06:00
Jared Hirsch dfa1b84519 Don't unload the globally-shared Console.jsm module
Fixes #267.
2016-07-22 10:19:29 -07:00
Jared Hirsch 47d903cf75 Merge pull request #273 from mozilla/revert-268-patch-1
Revert "Remove all calls to Cu.unload to fix #267"
2016-07-22 10:18:28 -07:00
Jared Hirsch 52ad526da0 Revert "Remove all calls to Cu.unload to fix #267" 2016-07-22 10:14:07 -07:00
Jared Hirsch 30a65500b9 Merge pull request #269 from mozilla/metrics-submitExternalPing
update submitExternalPing section of metrics.md
2016-07-22 09:08:39 -07:00
Jared Hirsch f068395395 Merge pull request #268 from gijsk/patch-1
Remove all calls to Cu.unload to fix #267
2016-07-22 09:07:00 -07:00
luke crouch 1f7544832e update submitExternalPing section of metrics.md 2016-07-21 10:51:53 -05:00
Gijs c27ddc10ed Remove all calls to Cu.unload 2016-07-21 14:05:40 +01:00
Chuck Harmston 8f18b2a117 Merge pull request #265 from chuckharmston/v1.0.7
Version 1.0.7.
2016-07-18 07:37:59 -06:00
Chuck Harmston bc2b367141
Version 1.0.7. 2016-07-18 07:36:23 -06:00
Chuck Harmston 2ae3f504d4 Merge pull request #264 from chuckharmston/263-recommendation-type
Fix reporting of recommendationType to metrics (closes #263).
2016-07-15 22:12:49 -05:00
Chuck Harmston cf224a7708
Fix reporting of recommendationType to metrics (closes #263). 2016-07-15 08:09:43 -05:00
Wil Clouser 4e65aa5d2d agent field is broken out in redshift 2016-06-01 11:21:58 -07:00
Chuck Harmston c67075c7a7 Merge pull request #152 from chuckharmston/docs-cleanup
Refactors documentation to match server's.
2016-05-25 16:19:09 -06:00