paweldomas
c0af82a215
squash: remove pending tasks from the queue before scheduling close
il y a 6 ans
paweldomas
bdd303109f
squash: rename workFunction to task
il y a 6 ans
paweldomas
b670fb674c
squash: callback called with new Error() when stopped
il y a 6 ans
paweldomas
fc1633b88f
squash: rename private vars in AsyncQueue
il y a 6 ans
paweldomas
036662c653
fix(JingleSessionPC): prevent from queueing tasks after close
Also do not execute any peerconnection callbacks like
'oniceconnectionstatechange', 'onicecandidate' etc. after close.
il y a 6 ans
paweldomas
5c674f923e
fix(RTC): protect from counter overflow
il y a 8 ans
bgrozev
3aa2356f7a
Video suspend abtest (#634)
* revert: Reverts be665cbff7 .
* ref: Renames "peerjid".
* ref: Refactors the initialization of a peer connection.
* feat: Re-implements the A/B test for the "suspend video" feature.
* squash: Deep copy.
* ref: Renames forceSuspendVideo to abtestSuspendVideo.
il y a 8 ans
Saúl Ibarra Corretgé
2766d9d433
feat(utils): style consistency
il y a 8 ans
Lyubo Marinov
66b62080e8
[eslint] max-params
il y a 8 ans
Lyubo Marinov
8fbc815836
[eslint] no-param-reassign
il y a 8 ans
Lyubo Marinov
068f290835
[eslint] lines-around-comment
il y a 8 ans
Lyubo Marinov
840c5b3cdf
[eslint] computed-property-spacing, key-spacing, keyword-spacing, object-curly-spacing
il y a 8 ans
Lyubo Marinov
4581605a28
[eslint] newline-after-var, newline-before-return, newline-per-chained-call
il y a 8 ans
Lyubo Marinov
13bfa61028
[eslint] prefer-arrow-callback
il y a 8 ans
Lyubo Marinov
1068233eac
[eslint] prefer-rest-params
il y a 8 ans
Lyubo Marinov
c991abf9ef
[eslint] prefer-template
il y a 8 ans
Lyubo Marinov
5bff0ed543
[eslint] no-var
il y a 8 ans
Lyubo Marinov
4293971466
[eslint] operator-linebreak
il y a 8 ans
Lyubo Marinov
ed0d464392
[eslint] quotes
il y a 8 ans
Lyubo Marinov
78217478d1
[eslint] space-before-function-paren
il y a 8 ans
Lyubo Marinov
14147059b3
[eslint] spaced-comment
il y a 8 ans
hristoterezov
c96898c478
fix(eslint): Add no-multi-spaces rule
il y a 8 ans
hristoterezov
3e44723582
fix(eslint): Add indent rule
il y a 8 ans
hristoterezov
f02a22d3f9
fix(eslint): Add brace-style rule
il y a 8 ans
hristoterezov
c36b464bfc
fix(eslint): Add curly rule
il y a 8 ans
Lyubo Marinov
596767d57e
[eslint] object-shorthand
il y a 8 ans
hristoterezov
fceb8606d8
fix(eslint): Add no-extra-parens rule
il y a 8 ans
hristoterezov
3b39be8a59
feat(Listenable): Implements Listenable class
il y a 9 ans
Lyubomir Marinov
90ee7e8a54
ESLint
Our JSHint configuration is not extensive and we have excluded multiple
files from linting. Additionally, we have seen JSHint to be unable to
parse newer ECMAScript features such as the object spread operator
(proposal).
On the other hand, we have seen ESLint to beautifully work on React and
React Native source code in addition to ES2015 and later. Introduce
ESLint alongside JSHint as an intermediate step to eventually switching
from JSHint to ESLint.
As our source code does not fully follow even the JSHint rules we have,
it is very difficult to introduce ESLint with many rules. At the
beginning, introduce it with as little rules as possible. Morever,
ESLint is able to automatically fix certain rule offenders so once we
have ESLint merged we can incrementally add new rules while keeping our
commits' modification on as little subjects as possible.
il y a 9 ans
damencho
68b78bb730
Adds load and error callback to the script util.
il y a 9 ans
damencho
be22ab769b
Loads analytics js dynamically by searching for it next to the library or by using a custom script url option passed to the library on initialisation.
il y a 9 ans
hristoterezov
342e8ac5c0
Simplifies EventEmitterForwarder.forward code
il y a 9 ans
paweldomas
fc995e5aa0
Add utility method for constructing JWT login service URL
il y a 9 ans
hristoterezov
faeda96206
Implements reload method in JitsiConference
il y a 9 ans
hristoterezov
85fd13a082
Fixes issues after review
il y a 9 ans
Lyubomir Marinov
2c8c5a1028
Remove duplications of error messages
il y a 9 ans
Lyubomir Marinov
704f1f8063
Fix a typo in function names
il y a 9 ans
hristoterezov
dd3e1bc4a9
Calls the global error handler on every logger.error
il y a 9 ans
Lyubomir Marinov
ea8fbf8697
Introduces a utility function to load optional scripts such as callstats.io.
il y a 10 ans
hristoterezov
b8682c6a83
Add callstats support
il y a 10 ans
George Politis
2c317e3b17
Removes the local SSRC replacement hack and fixes video muting/unmuting when simulcast is enabled.
Conflicts:
modules/xmpp/JingleSessionPC.js
modules/xmpp/LocalSSRCReplacement.js
modules/xmpp/TraceablePeerConnection.js
il y a 10 ans
Boris Grozev
74e7c387db
Exposes functions in RandomUtils.
il y a 10 ans
Boris Grozev
f507ba00cf
Simplifies code.
il y a 10 ans
paweldomas
d16e14128e
Converts constants in RandomUtil to hex.
il y a 10 ans
paweldomas
a96fd484f8
Creates RandomUtil class for generating random strings.
il y a 10 ans