Xidorn Quan
e3471c9169
Bug 1452542 part 7 - Replace some uses of nsCSSPropList.h and nsCSSPropAliasList.h with ServoCSSPropList.h. r=emilio
...
MozReview-Commit-ID: 5TVYITjAYy7
--HG--
extra : rebase_source : a45a6b42a9847e6f2437e23dd841aafea12f647c
2018-04-17 16:57:04 +10:00
Andreea Pavel
1b610a02c9
Backed out 7 changesets (bug 1452542) for failing toolkit/content/tests/chrome/test_arrowpanel.xul on a CLOSED TREE
...
Backed out changeset f206acff283f (bug 1452542)
Backed out changeset be97e652391f (bug 1452542)
Backed out changeset 4d3a028edaed (bug 1452542)
Backed out changeset 5619bba37cdd (bug 1452542)
Backed out changeset e83a797bdc61 (bug 1452542)
Backed out changeset 255e2feff19f (bug 1452542)
Backed out changeset fac55b1a0706 (bug 1452542)
2018-04-18 20:10:35 +03:00
Xidorn Quan
018214f00b
Bug 1452542 part 7 - Replace some uses of nsCSSPropList.h and nsCSSPropAliasList.h with ServoCSSPropList.h. r=emilio
...
MozReview-Commit-ID: 5TVYITjAYy7
--HG--
extra : rebase_source : 66b132aed72fa58ba8be1fa7aacd1c9035845458
2018-04-17 16:57:04 +10:00
Brian Grinstead
f61f2a79b7
Bug 1440729 - Include use counters for the console API r=baku
...
MozReview-Commit-ID: 9A1lllxW7lM
--HG--
extra : rebase_source : ae88ad6542a7bd1843f4c14975f8825a7c419724
2018-02-23 16:11:16 -08:00
Florian Quèze
0d1852004e
Bug 862147 - remove window.external.addSearchEngine, r=smaug.
2018-01-05 00:53:59 +01:00
Benjamin Bouvier
e8f41447d2
Bug 1391633: Integrate use counters in the JavaScript engine; r=jonco, r=froydnj, data-review=francois
...
MozReview-Commit-ID: 1KOo0Zz0ccG
--HG--
extra : rebase_source : 1bdd89205a3d96f6d8314fc0cf08423b5c141cb6
extra : histedit_source : a000151b02c6423c967a72054b22679b08e25df9
2017-08-18 15:48:49 +02:00
Aryeh Gregor
f5eb200554
Bug 1391326 - Update docs for custom use counters; r=froydnj
...
Bug 1175033 added a new type of use counter, but didn't update the .rst
documentation.
MozReview-Commit-ID: BijO3FYG6VN
--HG--
extra : rebase_source : cfd85a3993b3366ef24f3223598b2a19edead9c3
2017-08-17 20:45:41 +03:00
Aryeh Gregor
6135e3dc8e
Bug 1388391 - Track DOMError usage with telemetry; r=francois,smaug
...
MozReview-Commit-ID: A0kH6xsg4mm
--HG--
extra : rebase_source : 180284e82b5f927350b9fd2a47681fc95d95ff5f
2017-08-08 17:43:32 +03:00
Carsten "Tomcat" Book
4d2af4ff71
Backed out changeset 417e576cfa1e (bug 1388391) on developers request
2017-08-16 14:23:09 +02:00
Aryeh Gregor
c246fd1c3e
Bug 1388391 - Track DOMError usage with telemetry; r=francois,smaug
...
MozReview-Commit-ID: A0kH6xsg4mm
--HG--
extra : rebase_source : b5cf64f9adb94093a565d8b436b14d4c38a39af3
2017-08-08 17:43:32 +03:00
Aryeh Gregor
3fd5dfdd58
Bug 1175033 - Support custom use counters that can be incremented from C++; r=froydnj
...
MozReview-Commit-ID: 7uFDgmM2zqs
--HG--
extra : rebase_source : 0c456c35162d33da1c72f82ee982d0eef23f5e3d
2017-08-08 17:01:27 +03:00
Aryeh Gregor
ac0f3aab46
Bug 1388132 - Enable use counter for XMLDocument.async; r=francois,smaug
...
This API is not implemented by other browsers and we want to ensure
there isn't significant usage before removing it.
MozReview-Commit-ID: Kb3HyJW6hGB
--HG--
extra : rebase_source : deb7013ef20194fa9282dbe4390d37e8c2efc68e
2017-08-08 14:00:06 +03:00
Andrew Overholt
637c548067
Bug 1271457 - Add use counters for non-standard IDB extensions. r=janv, r=qDot
...
--HG--
extra : amend_source : 69de0ee4427d1b4d88fd475600f13b071f950f1d
extra : histedit_source : 24d5c506c273e71a349803b974960de5243e6977
2017-02-07 19:57:00 -05:00
Michael Layzell
a30828a3a5
Bug 1335859 - Add usage counters to track usage of gecko-only DataTransfer APIs, r=baku
...
MozReview-Commit-ID: L3vQXvWotUs
2017-02-08 11:43:59 -05:00
Mike Taylor
5d6c56cc8d
Bug 1262921. Part 2 - Add UseCounter telemetry for AppCache event handlers. r=mrbkap, mayhemer
2016-05-12 17:52:57 -05:00
Mike Taylor
b0b6f1fe75
Bug 1262921. Part 1 - Add UseCounter telemetry for AppCache API. r=mrbkap, mayhemer
2016-05-12 17:52:33 -05:00
Mike Hommey
e225a0e389
Bug 1228467 - Don't preprocess dom/base/UseCounters.conf. r=froydnj
...
There is no preprocessing directive in the file. Also, the current support for
preprocessing doesn't take into account any DEFINES that would be set in the
corresponding moz.build, which would be quite surprising would someone want
to use preprocessing on that file in the future.
2015-12-01 08:25:22 +09:00
Florian Quèze
2d45fb9b54
Bug 862147 - instrument usage of window.sidebar.addSearchEngine, r=froydnj,smaug.
2015-09-23 12:05:37 +02:00
Nikhil Marathe
33f71bcea2
Bug 1197998 - Use counters for Push subscribe, unsubscribe and permission query. r=froydnj,kitcambridge,jst
...
Counters do not currently work on Web Workers, so it a no-op on non main thread.
--HG--
extra : commitid : 27kBY7qMP1n
extra : rebase_source : 9b300637a335662e8bff1b522271d947aa6b51eb
extra : amend_source : a26e654021a325b800b94e72ae4327788ee93b05
2015-09-03 17:54:59 -07:00
Nathan Froyd
74204d57f7
Bug 968923 - part 5a - add use counters for SVGSVGElement and CSS properties for testing purposes; r=bz
2015-06-05 14:07:25 -04:00
Cameron McCormack
81c7895606
Bug 968923 - part 3d - record use counter information from the CSS parser; r=dbaron
2015-06-03 15:21:24 -04:00
Nathan Froyd
1f278968fd
Bug 968923 - part 1 - add infrastructure for defining use counters from UseCounters.conf; original-author=heycam; r=heycam,gfritzsche,mshal
...
This patch adds UseCounter.conf for defining use counters along with
infrastructure to generate enums and telemetry identifiers from
UseCounter.conf.
2015-02-04 17:00:00 -05:00