fiveNinePlusR
677bce5a57
Bug 1323415 - Add reader mode time estimate pluralization strings. r=gijs
...
Changes the time estimate string to use the pluralization library
so different localizations will be able to localize correctly.
2016-12-19 11:00:00 +01:00
Evan Tseng
10b31bbeb2
No bug - Update readability from github repo, includes fix for Bug 1142312 and Bug 1285543, r=Gijs
...
MozReview-Commit-ID: 5hi1iuDO3XE
2016-12-15 12:03:53 +08:00
Wes Kocher
4af608e792
Backed out changeset 57ab844a366f (bug 1142312) for robocop bustage a=backout
2016-12-15 14:33:31 -08:00
Evan Tseng
5e72591773
No bug - Update readability from github repo, includes fix for Bug 1142312 and Bug 1285543, r=Gijs
...
MozReview-Commit-ID: 5hi1iuDO3XE
2016-12-15 12:03:53 +08:00
Carsten "Tomcat" Book
f33fce1e91
merge mozilla-inbound to mozilla-central a=merge
2016-12-13 16:04:16 +01:00
fiveNinePlusR
dc7b67c54e
Bug 1265304 - Add an estimated time range to reader mode, r=gijs,ui-r=emanuela
...
Uses an upper and lower bound found from this study: http://iovs.arvojournals.org/article.aspx?articleid=2166061
2016-12-11 21:35:00 +00:00
Kit Cambridge
b5156e7a2a
Bug 1322954 - Replace deprecated no-negated-in-lhs ESLint option with no-unsafe-negation. r=markh
...
MozReview-Commit-ID: 3PnGSH0wzyi
2016-12-11 20:53:18 -08:00
Evan Tseng
a0a3ac8203
Bug 1318605 - Do language detection to get text direction, r=Gijs
...
MozReview-Commit-ID: JxEw7e5y5r1
2016-11-18 18:36:12 +08:00
Sebastian Hengst
f6bbe3cf1a
Backed out changeset cbde1c9e78d5 (bug 1318605) for failing test_reader_view.html and test_session_scroll_position.html on Android. r=backout
2016-11-29 18:25:46 +01:00
Evan Tseng
98f8270ca6
Bug 1318605 - Do language detection to get text direction, r=Gijs
...
MozReview-Commit-ID: JxEw7e5y5r1
2016-11-18 18:36:12 +08:00
Evan Tseng
deea165f86
No bug - update readability from github repo, includes fix for Bug 1173548 and Bug 1255978, r=Gijs
...
MozReview-Commit-ID: 1Hr9uUqZn5P
2016-11-28 17:10:20 +08:00
Dave Townsend
e7b1b3284f
Bug 1316882: Turn on space-before-function-paren eslint rule (toolkit). r=jaws
...
MozReview-Commit-ID: FGFwg6TYkvm
2016-11-11 15:22:34 -08:00
Dave Townsend
12596ced47
Bug 1316882: Turn on space-infix-ops eslint rule. r=jaws
...
MozReview-Commit-ID: HBpjT2uHJaZ
2016-11-10 14:48:04 -08:00
Jared Wein
2dfc7371c2
Bug 1316096 - Change eslint configuration to use string values for rules instead of integers, making it easier for others who are reading the rules to know if a rule is set to off, warn, or error. r=mossop
...
MozReview-Commit-ID: 2Xuj5nxuQdO
2016-11-08 15:14:19 -05:00
Wes Kocher
1aa5b280a6
Merge inbound to central, a=merge
2016-11-08 13:58:20 -08:00
Sébastien Blin
7190bbc6af
Bug 1189491 - Take anchors into account in the reader view, r=gijs
...
MozReview-Commit-ID: 1udixhxnVao
2016-11-03 05:50:00 +00:00
Evan Tseng
23e8bd1fd1
Bug 1173823 - Always use document.baseURI as the uri parameter of _readerParse method, r=Gijs
...
MozReview-Commit-ID: RnICyZALNb
2016-11-07 17:31:23 +08:00
Sebastian Hengst
3b219cba1e
Backed out changeset 1cb8dac3eb40 (bug 1189491) for failing browser_readerMode.js. r=backout
2016-11-05 13:54:35 +01:00
Sébastien Blin
f3ee406553
Bug 1189491 - Take anchors into account in the reader view, r=gijs
...
MozReview-Commit-ID: 1udixhxnVao
2016-11-03 05:50:00 +00:00
Wes Kocher
d939df7bcf
Backed out changeset 4da7d22ebcd2 (bug 1189491) for multiple eslint failures a=backout CLOSED TREE
2016-11-04 11:55:56 -07:00
Sébastien Blin
f1aba24f22
Bug 1189491 - Take anchors into account in the reader view, r=gijs
...
MozReview-Commit-ID: 1udixhxnVao
2016-11-03 05:50:00 +00:00
Gijs Kruitbosch
a7e5b8832f
No bug, fix eslint errors introduced when enabling more rules in .eslintrc.js, rs=bustage
...
MozReview-Commit-ID: GADYtKhyd50
2016-11-02 11:33:21 +01:00
Evan Tseng
cf74337863
No bug - update readability from github repo, includes fix for Bug 1177619, r=Gijs
...
MozReview-Commit-ID: 5QhYAeW7aOb
2016-11-01 18:54:06 +08:00
Jared Wein
0c024fa9ca
Bug 1312486 - Enable no-extra-boolean-cast, no-new-object, no-shadow-restricted-names, and spaced-comment rules for eslint. r=standard8
...
MozReview-Commit-ID: 7Gx90a5y8t6
2016-10-24 13:14:19 -04:00
Gijs Kruitbosch
8596108aaf
Bug 1280888 - make hash links in about:reader absolute to avoid kicking people out of reader mode unnecessarily, r=jaws
...
MozReview-Commit-ID: IwrPJZZXxEW
2016-08-24 16:49:13 +01:00
Jared Wein
4518d81cb5
Bug 1292042 - Enable the keyword-spacing rule for eslint. Most of this patch was autogenerated by 'eslint --fix'. Files with .xml extension needed to be changed by hand due to limitations of custom plugin. r=markh
...
MozReview-Commit-ID: EMjJ3yWt9Wt
2016-08-04 03:28:58 -04:00
Jared Wein
e8b20b6db5
Bug 1292035 - Enable the space-before-blocks rule for eslint. This patch was generated using 'eslint --fix'. r=markh
...
MozReview-Commit-ID: 2XVoU05YvES
2016-08-04 03:20:25 -04:00
Tom Tromey
1b5a2bdb96
Bug 1286877 - do not set c-basic-offset for python-mode; r=gps
...
This removes the unnecessary setting of c-basic-offset from all
python-mode files.
This was automatically generated using
perl -pi -e 's/; *c-basic-offset: *[0-9]+//'
... on the affected files.
The bulk of these files are moz.build files but there a few others as
well.
MozReview-Commit-ID: 2pPf3DEiZqx
2016-07-14 10:16:42 -06:00
Timothy Guan-tin Chien
0170ec3615
Bug 1260276 - Replace the dead reader page in history when we are being redirected, r=gijs
...
MozReview-Commit-ID: ChSCHuBKT1l
2016-07-13 16:14:34 +08:00
Gijs Kruitbosch
252bc6e582
Bug 1281536 - remove reader mode telemetry that's out of date, extend two existing probes, r=margaret,data-r=bsmedberg
...
MozReview-Commit-ID: 2FSr4v4fPWU
2016-06-24 15:39:23 +01:00
Jared Wein
c8957f6183
Bug 1271742 - Rename currentLineHeight to currentContentWidth in AboutReader.jsm. r=gijs
...
MozReview-Commit-ID: Fn98gl3Tief
2016-05-10 15:01:06 -04:00
danhuang1202
83d0f1d213
Bug 1269521 - Add line height contral in reader mode. r=jaws
...
MozReview-Commit-ID: HLFxqXdBhrD
2016-05-09 19:17:00 +02:00
Timothy Guan-tin Chien
648c7f27c3
Bug 1153393 - Make session restore restores the scroll position of an about:reader page, r=gijs
...
MozReview-Commit-ID: 6smuca3vx5O
2016-05-07 12:31:21 +08:00
danhuang1202
72e5cc0cfb
Bug 1151200 - Add content width control in reader mode. r=shorlander, r=jaws
2016-05-02 04:50:00 +02:00
Timothy Guan-tin Chien
f9af230a34
Bug 1269996 - Remove unload event listener, enabling bfcache for about:reader pages. r=gijs, r=margaret
...
MozReview-Commit-ID: IitxeBIFrGE
2016-05-04 17:53:31 +08:00
Andrzej Hunt
e1ddbca9b4
Bug 1265004 - Try to save in-memory reader view article instead of downloading r=margaret
...
This should guarantee that any reader view page will also be successfully saved offline.
MozReview-Commit-ID: 4J8cY6hYeyU
2016-05-02 15:47:46 -07:00
Eitan Isaacson
7bae627f10
Bug 1257953 - Update narrate to use new animated icon when speaking. r=Gijs
...
MozReview-Commit-ID: 4OnlJBmzu5T
2016-04-20 10:38:20 -07:00
Timothy Guan-tin Chien
0bab46ef0a
Bug 1266372 - De-dup code to ReaderMode.leaveReaderMode, r=gijs
...
Additionally, implements ReaderMode.enterReaderMode.
MozReview-Commit-ID: 8MPvFhX4ws7
2016-04-26 12:52:50 +08:00
Gijs Kruitbosch
6bba376860
Bug 1265866 - update Readability to the latest version from github, rs=me
...
MozReview-Commit-ID: 2n8zVKjTfma
2016-04-20 21:19:07 +01:00
Andrzej Hunt
cf169ca80e
Bug 1263628 - Ignore fragments when comparing URLs during reader view caching r=gijs
...
This seems to be a common issue with medium.com articles, but affects any page which was
opened using a fragment in the URL (e.g. foo.com/bar#baz is the same page as foo.com/bar,
however our reader view caching code didn't recognise the former as being equivalent to
the latter).
MozReview-Commit-ID: BtRmHq3sD9z
2016-04-15 11:17:36 -07:00
Andrzej Hunt
eb6f798dbd
Bug 1263628 - meta-refresh can use a relative URL, ensure base URI is included r=gijs
...
E.g. articles on facebook.com provide a meta-refresh containing "0; URL=/foo/bar?....",
and we previously attempted to use just this URL component, instead of constructing it
using the current page URL.
MozReview-Commit-ID: 4vSoz5lc1e
2016-04-15 13:53:19 -07:00
Andrzej Hunt
55e235263f
Bug 1234331 - Push article into readercache when bookmarking readerview page r=margaret
...
MozReview-Commit-ID: D7Yy45xkFd8
2016-03-29 20:08:09 -07:00
Dave Townsend
769fc8f245
Bug 1257246: Update toolkit for eslint 2. r=Gijs
...
Most of this is fixing functions that in some cases return a value but then
can also run to completion without returning anything. ESLint 2 catches this
where previous versions didn't. Unless there was an obvious other choice I just
made these functions return undefined at the end which is effectively what
already happens.
MozReview-Commit-ID: KHYdAkRvhVr
2016-04-05 11:33:48 -07:00
Gijs Kruitbosch
2b8faefaba
Bug 1252855 - make reader mode use AsyncPrefs, r=margaret
...
MozReview-Commit-ID: U6ZTyQQSHG
2016-03-15 20:40:14 +00:00
Eitan Isaacson
dfb790371c
Bug 1166365 - Add tests for narrate. r=Gijs
...
MozReview-Commit-ID: 84zRbvMimLV
2016-02-24 11:56:52 -08:00
Eitan Isaacson
2ddf51e136
Bug 1166365 - Introduce Narrate feature in reader mode. r=Gijs
...
MozReview-Commit-ID: 6tJIu7C4eAv
2016-02-01 11:09:14 -08:00
Eitan Isaacson
a7db03ac85
Bug 1166365 - Pluralize dropdown logic. r=Gijs,Margaret
...
MozReview-Commit-ID: KCayCX4r8xQ
2016-01-21 11:25:48 -08:00
Shane Caraveo
07955de3a5
Bug 1252661 fix visibility state of pocket menu items, r=gijs
2016-03-04 14:38:13 -08:00
Margaret Leibovic
522e349957
Bug 1226238 - (Part 5) Update reader view toolbar styles. r=Gijs,ahunt
...
MozReview-Commit-ID: 6YjmXZgGwOu
2016-02-22 14:28:02 -08:00
Margaret Leibovic
67b8d331fa
Bug 1226238 - (Part 4) Remove reading list toggle button from reader view. r=ahunt,Gijs
...
MozReview-Commit-ID: 3pwOV5BjwC9
2016-02-22 10:35:32 -05:00