Andrew McCreight
272cee1e65
Bug 1432992, part 1 - Remove definitions of Ci, Cr, Cc, and Cu. r=florian
...
This patch was autogenerated by my decomponents.py
It covers almost every file with the extension js, jsm, html, py,
xhtml, or xul.
It removes blank lines after removed lines, when the removed lines are
preceded by either blank lines or the start of a new block. The "start
of a new block" is defined fairly hackily: either the line starts with
//, ends with */, ends with {, <![CDATA[, """ or '''. The first two
cover comments, the third one covers JS, the fourth covers JS embedded
in XUL, and the final two cover JS embedded in Python. This also
applies if the removed line was the first line of the file.
It covers the pattern matching cases like "var {classes: Cc,
interfaces: Ci, utils: Cu, results: Cr} = Components;". It'll remove
the entire thing if they are all either Ci, Cr, Cc or Cu, or it will
remove the appropriate ones and leave the residue behind. If there's
only one behind, then it will turn it into a normal, non-pattern
matching variable definition. (For instance, "const { classes: Cc,
Constructor: CC, interfaces: Ci, utils: Cu } = Components" becomes
"const CC = Components.Constructor".)
MozReview-Commit-ID: DeSHcClQ7cG
2018-02-06 09:36:57 -08:00
Michael Froman
d4007a477a
Bug 1409868 - include date in about:webrtc session labels. r=ng
...
MozReview-Commit-ID: 3f8dXaWQzE
2018-02-05 14:46:22 -06:00
Michael Froman
25dbbfe03c
Bug 1414171 - pt 2 - Sort ICE stats by componentId on about:webrtc. r=drno
...
- add new component_id field to NrIceCandidatePair
- add the candidate pair component_id to RTCIceCandidatePairStats in
RecordIceStats_s
- add new column in ice stats table for component id
- sort ice stats by component id first
MozReview-Commit-ID: J89ZIYEUyRk
2018-01-30 22:23:54 -06:00
Kris Maglione
0bb74efdf1
Bug 1431533: Part 5a - Auto-rewrite code to use ChromeUtils import methods. r=florian
...
This was done using the following script:
37e3803c7a/processors/chromeutils-import.jsm
MozReview-Commit-ID: 1Nc3XDu0wGl
2018-01-29 15:20:18 -08:00
Cosmin Sabou
f09d6d985d
Backed out 3 changesets (bug 1431533) for Android mochitest failures on testEventDispatcher on a CLOSED TREE
...
Backed out changeset a1eca62826a1 (bug 1431533 )
Backed out changeset 34c999fa006b (bug 1431533 )
Backed out changeset e2674287e57f (bug 1431533 )
2018-01-30 07:17:48 +02:00
Kris Maglione
fd67f090b2
Bug 1431533: Part 5a - Auto-rewrite code to use ChromeUtils import methods. r=florian
...
This was done using the following script:
37e3803c7a/processors/chromeutils-import.jsm
MozReview-Commit-ID: 1Nc3XDu0wGl
2018-01-29 15:20:18 -08:00
Brindusan Cristian
483ba301cb
Backed out 2 changesets (bug 1431533) for ESlint failures on a CLOSED TREE
...
Backed out changeset 6e56f4c8843e (bug 1431533 )
Backed out changeset 12fc4dee861c (bug 1431533 )
2018-01-30 02:32:43 +02:00
Kris Maglione
683a97d172
Bug 1431533: Part 5a - Auto-rewrite code to use ChromeUtils import methods. r=florian
...
This was done using the following script:
37e3803c7a/processors/chromeutils-import.jsm
MozReview-Commit-ID: 1Nc3XDu0wGl
2018-01-29 15:20:18 -08:00
Michael Froman
b7102f7463
Bug 1426130 - make trickle_caption_msg localizable. r=flod,Gijs
...
MozReview-Commit-ID: 6HjkVa8NWX2
2017-12-21 12:40:16 -06:00
Michael Froman
d5493e9a86
Bug 1414169 - pt 8 - Refactor creating html elements for conciseness. r=ng
...
MozReview-Commit-ID: 5naesMTOmtI
2017-12-06 11:23:02 -06:00
Michael Froman
55c4a0f0d1
Bug 1414169 - pt 7 - Refactor folding sections into reusable code. r=ng
...
MozReview-Commit-ID: Dah8zYC2OdH
2017-11-30 15:03:18 -06:00
Michael Froman
d9e29d7659
Bug 1414169 - pt 6 - Add all raw candidates table (local and remote). r=ng
...
Also remove the unmatched candidates in the candidate pair table since
they are now included in the "all raw candidates" table.
MozReview-Commit-ID: 4ZvhWfmjGJh
2017-11-29 14:16:12 -06:00
Michael Froman
ad97467c84
Bug 1414169 - pt 5 - Sort candidate pairs that have sent bytes at the top of the table. r=ng
...
MozReview-Commit-ID: 3wcoiJBZE1Q
2017-12-08 11:47:58 -06:00
Michael Froman
6dc1f212d5
Bug 1414169 - pt 4 - Trickled ICE candidates are highlighted with a light blue background. r=ng
...
MozReview-Commit-ID: JEMmf9LjvYd
2017-11-22 14:28:02 -06:00
Michael Froman
a22318ada3
Bug 1414169 - pt 2 - aboutwebrtc.js SimpleTable improvements. r=ng
...
- Table headings are now bolded.
- Table captions are supported.
MozReview-Commit-ID: KBs6PLpfaS9
2017-11-30 10:18:02 -06:00
Michael Froman
16e974afc4
Bug 1418522 - fix unmatched ICE candidate handling on about:webrtc. r=ng
...
MozReview-Commit-ID: 4cbxgJw9xIF
2017-11-17 17:08:00 -06:00
Sebastian Hengst
02d787b34e
Backed out changeset bdec8ddab580 (bug 1418522) for eslint failure at toolkit/content/aboutwebrtc/aboutWebrtc.js:756:37 | Extra space after computed key 'cand.type'. r=backout on a CLOSED TREE
2017-11-20 20:35:26 +02:00
Michael Froman
3f922d5442
Bug 1418522 - fix unmatched ICE candidate handling on about:webrtc. r=ng
...
MozReview-Commit-ID: 4cbxgJw9xIF
2017-11-17 17:08:00 -06:00
Michael Froman
0163699403
Bug 1414167 - Add offer/answer labels to local and remote sdp headings on about:webrtc. r=drno,smaug
...
Add a new |offerer| field to RTCStatsReport.
Based on offerer, label the local sdp as offer or answer.
Based on offerer, label the remote sdp as offer or answer.
MozReview-Commit-ID: 4jdWP8tpr9w
2017-11-15 13:40:09 -06:00
Nils Ohlmeier [:drno]
a5807a6e01
Bug 1408371: report AEC log dir through getter. r=ng,smaug
...
MozReview-Commit-ID: 1Tb8nwYzMFt
2017-10-13 17:57:15 -07:00
Masatoshi Kimura
0204c8f25e
Bug 1387800 - Remove [deprecated] nsIFilePicker.show(). r=qdot
...
MozReview-Commit-ID: 81ZkeYdSPVW
2017-08-06 13:15:31 +09:00
Jan-Ivar Bruaroey
4be1953ab1
Bug 1372509: Fix eslint warnings in about:webrtc. r=jesup
2017-07-11 16:27:47 -04:00
Frederik Braun
96b2642639
Bug 1351608 - Disable warnings for existing violations to no-unsanitize rule r=Standard8.
...
MozReview-Commit-ID: 7cTNL5jMtRw
2017-07-03 20:07:02 +01:00
Michael Froman
eead259085
Bug 1339906 - pt 2 - add bytes sent and received to about:webrtc page. r=drno
...
MozReview-Commit-ID: 7KS1aXNZPle
2017-06-06 16:44:30 -05:00
Mark Banner
cd26ab051f
Bug 1367232 - Clean up various ESLint global definitions in toolkit/. r=mossop
...
MozReview-Commit-ID: Hhm4YBansg1
2017-05-19 09:22:48 +01:00
Nico Grunbaum
87ca5d0e37
Bug 1344970 - rename mozRtt to roundTripTime r=jib,smaug
...
MozReview-Commit-ID: 3kES8JUPd3n
2017-03-06 15:50:10 -08:00
Sebastian Hengst
fca0c70529
Bug 1342388 - Make all strings at about:webrtc localizable. r=jib
...
MozReview-Commit-ID: BIuJKlfVGfL
2017-02-24 13:34:14 +01:00
Byron Campen [:bwc]
a64fafde6b
Bug 1336507 - Part 1: Fix about:webrtc display of local relay transport. r=jib
...
MozReview-Commit-ID: D6FqhVK73Iz
2017-02-03 12:25:26 -06:00
Jared Wein
242ab87626
Bug 1326511 - Enable brace-style and no-multi-spaces eslint rules for toolkit. r=MattN
...
MozReview-Commit-ID: FuVu8skcqOe
2016-12-30 21:47:25 -05:00
Jared Wein
e3149c378f
Bug 1325464 - Enable object-shorthand rule and run 'mach eslint --fix' with the rule enabled. r=MattN
...
MozReview-Commit-ID: 7E7LPorrEje
2016-12-29 18:34:54 -05:00
Wes Kocher
2d7553dcfd
Backed out 3 changesets (bug 1325464) for xpcshell failures a=backout
...
Backed out changeset 562ddc32cc21 (bug 1325464)
Backed out changeset cd10db6087dd (bug 1325464)
Backed out changeset 4079437c4648 (bug 1325464)
2016-12-29 14:05:44 -08:00
Jared Wein
34e228f767
Bug 1325464 - Enable object-shorthand rule and run 'mach eslint --fix' with the rule enabled. r=MattN
...
MozReview-Commit-ID: 8WoGr8i6oCR
2016-12-29 15:20:47 -05:00
Mark Banner
dc46a8fba3
Bug 1322343 - Enable no-unused-vars in the local scope in toolkit/.eslintrc.js. r=mossop
...
MozReview-Commit-ID: CiIsUjQzp4D
2016-11-09 22:06:32 +00:00
Michael Froman
6ff4105bc9
Bug 1321628 - add ice restart and rollback counts to about:webrtc. r=drno,smaug
...
MozReview-Commit-ID: FmZMtwzvmhX
2016-11-23 11:48:04 -06: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
a215a4a95a
Bug 1245649: Turn on no-extra-semi. r=markh
2016-02-03 17:27:36 -08:00
Paul Kerr [:pkerr]
8ec8971de3
Bug 1209252: add buttons to clear session and signaling logs. r=jib, r=sicking
2016-01-27 16:05:10 -08:00
Sebastian Hengst
cb2cbcb44e
Bug 1210347 - Don't automatically uppercase the first character of the connection types in about:webrtc. r=mikedeboer
2015-10-08 12:55:57 +02:00
Carsten "Tomcat" Book
036e6d2fa3
Backed out 2 changesets (bug 1202902) to recking bug 1202902 to be able to reopen inbound on a CLOSED TREE
...
Backed out changeset 647025383676 (bug 1202902 )
Backed out changeset d70c7fe532c6 (bug 1202902 )
2015-10-07 14:03:21 +02:00
Carsten "Tomcat" Book
12369728f5
Backed out 1 changesets (bug 1202902) for causing merge conflicts to mozilla-central
...
Backed out changeset cfc1820361f5 (bug 1202902 )
2015-10-07 12:13:45 +02:00
Shu-yu Guo
474f49adb7
Bug 1202902 - Scripted fix the world.
2015-10-06 14:00:31 -07:00
Shu-yu Guo
37989840cd
Bug 1202902 - Mass replace toplevel 'let' with 'var' in preparation for global lexical scope. (rs=jorendorff)
2015-09-15 11:19:45 -07:00
Jan-Ivar Bruaroey
0a7e7bdd64
Bug 1184426 - Unprefix RTCIceCandidatePairStats.priority (formerly mozPriority). r=bwc, r=smaug
2015-07-15 22:43:37 -04:00
Paul Kerr [:pkerr]
895c2747b1
Bug 1100502: about:webrtc e10s fix. Content and chrome connections are reported. r=rjesup
2015-04-21 15:29:18 -07:00
Paul Kerr [:pkerr]
50dc230ecc
Bug 1154482: about:webrtc intermittently throws a js type error. r=jib
2015-04-14 15:41:07 -07:00
Paul Kerr [:pkerr]
bf27fefdb1
Bug 1147153: Update L10n translation notes for about:webrtc. r=mikedeboer
2015-03-26 14:23:24 -07:00
Paul Kerr [:pkerr]
89999b7720
Bug 1100508: Easily capture about:webrtc page data for a bug reports. r=jib, r=mikedeboer
2015-03-23 12:37:30 -07:00
Nicolas Perriault
4416623ef9
Bug 1118255 - Updated link to the React lib file in about:webrtc. r=Standard8
2015-01-06 16:05:36 +01:00
Jan-Ivar Bruaroey
57da05d74e
Bug 1087528 - avoid showing (win)id and url twice for peerConnections in about:webrtc. r=jesup
2014-11-28 00:35:48 -05:00
Jan-Ivar Bruaroey
83c75ec6cd
Bug 1087528: make pc.id settable from chrome content. r=smaug, r=bwc
2014-11-20 14:43:02 -05:00