Thibaut Courouble
7d3c6bd970
Force HTTPS
6 years ago
Thibaut Courouble
46a2981aef
2018
7 years ago
Felix Yan
b55a2946e9
Fix a typo in javascripts/lib/util.coffee
7 years ago
Thibaut Courouble
786a549f0f
Remove X-Requested-With header to avoid CORS preflight requests
7 years ago
Thibaut Courouble
f5194d35bf
Add automatic/fallback redirection for URLs with missing or incorrect trailing slash
7 years ago
Thibaut Courouble
0240932198
Fix exception in $.scrollParent
7 years ago
Thibaut Courouble
44e6316100
Add ability export/import preferences
...
Closes #671 .
7 years ago
Thibaut Courouble
5ce239d211
Fix exception in $.scrollParent
7 years ago
Thibaut Courouble
30dd32c1b5
Normalize event.target for old browsers incorrectly handling SVG elements
7 years ago
Thibaut Courouble
53f666a742
Use parentNode instead of parentElement as the latter doesn't work on SVG elements in some browsers
7 years ago
Thibaut Courouble
170445c95f
Add setting to force native scrollbars on webkit/blink
...
Closes #601 .
8 years ago
Thibaut Courouble
48d85f1124
Improve behavior of search scope when hitting escape
...
Closes #639 .
8 years ago
Thibaut Courouble
4f62ccbdbf
Fix various issues when switching from single doc to full app
8 years ago
Thibaut Courouble
a8073b3a12
Fix and improve doc picker tab navigation
...
Rel #609 .
8 years ago
Thibaut Courouble
f9a456cefd
Fix error in $.popup
8 years ago
Thibaut Courouble
6b5f9a1088
Tweak tracking scripts
8 years ago
Thibaut Courouble
188c9d0229
Improve $.scrollTo
...
- Fixes #596 .
- Fixes incorrect sidebar scrolling when sidebar has padding-top.
8 years ago
Thibaut Courouble
63bb8cd1e1
Don't autofocus search input on Android/iOS
8 years ago
Thibaut Courouble
b31f18857d
Fix IE10-11 IndexedDB
8 years ago
Thibaut Courouble
74d7ad047f
Fix IE11 issues
8 years ago
Thibaut Courouble
214622b41e
Only use super + left/right for back/forward navigation on Mac
...
Closes #529 .
8 years ago
Thibaut Courouble
f94e59e549
2017
8 years ago
Thibaut Courouble
c2c26ad576
Remove flawed touchscreen detection
...
https://www.fxsitecompat.com/en-CA/docs/2016/touch-event-support-has-been-re-enabled-on-windows-desktop/
8 years ago
Thibaut Courouble
0cb57d5e98
Allow search engines to crawl /offline &co
8 years ago
Thibaut Courouble
3eb5a0caaa
Better error handling when cookies are disabled
8 years ago
Thibaut Courouble
bdc15b1cdf
Don't swallow errors when setting cookies
9 years ago
Thibaut Courouble
8d7b2029b8
Show progress percentage when installing docs
...
Closes #449 .
9 years ago
Thibaut Courouble
3cd05ae6ae
Fix $.popup in some browsers
9 years ago
Thibaut Courouble
4becd25605
Improve transition between doc list and doc picker
9 years ago
Thibaut Courouble
175308b914
Add rel="noopener" to external links
9 years ago
Thibaut Courouble
29829ac1ce
Speed up smooth scrolling a bit
9 years ago
Thibaut Courouble
7303212dd2
Add back/forward buttons on mobile
...
Closes #221 .
9 years ago
Thibaut Courouble
388023ba05
Smooth scrolling when using keyboard shortcuts
...
Closes #328 .
9 years ago
Thibaut Courouble
649e885c86
Don't log tracking cookies in JS exceptions
9 years ago
Thibaut Courouble
66f170c01d
Rename Store → LocalStorageStore
9 years ago
Thibaut Courouble
012420c925
Fix 'requestAnimationFrame is not defined'
9 years ago
Thibaut Courouble
4b26951ff0
Store settings in cookies instead of localStorage
9 years ago
Thibaut Courouble
b944227f95
Speed up search and sidebar rendering using requestAnimationFrame
9 years ago
Thibaut Courouble
f3f52fef6f
Handle "Permission denied to access property 'which'" onclick error
9 years ago
Thibaut Courouble
55de422d55
Fix exception in $.scrollParent
9 years ago
Thibaut Courouble
ed2806499e
Improve EntryPage#subViewClass
9 years ago
Thibaut Courouble
f0ed6af794
Work around bug where doc list is active but its el has no parent
...
No idea what's going on :/
TypeError: Cannot read property 'removeChild' of null
at HTMLDivElement.<anonymous>()
at o.app.views.ListFold.o.onClick()
at o.app.views.ListFold.o.toggle()
at o.app.views.ListFold.o.close()
at Function.$.trigger()
at HTMLDivElement.<anonymous>()
at o.app.views.DocList.o.onClose()
at o.app.View.e.detach()
at Function.$.remove()
9 years ago
Thibaut Courouble
7781791964
Catch NS_ERROR_FAILURE error in Firefox
9 years ago
Thibaut Courouble
6ed3994988
Only create stores for enabled docs in IndexedDB
...
Ref #25 .
9 years ago
Thibaut
c82e1e95ac
2016
9 years ago
Thibaut
a37e9d87cf
Add "Copy to clipboard" icon inside each code block
...
Closes #253 .
9 years ago
Thibaut
6c9441a76a
Change ajax timeout option to seconds instead of milliseconds
10 years ago
Thibaut
5c1a9ed640
Update copyright year
10 years ago
Thibaut
b5f2ba5669
Add useCapture option to $.on/off
10 years ago
Thibaut
4ffc605019
Refactor Mac/Windows detection
11 years ago