James Willcox
084cb94a2c
Bug 1142944 - Don't use PTRACE_GETFPREGS when getting crash trace on Android/ARM r=ted
2016-01-26 11:49:59 -06:00
David Rajchenbach-Teller
a4607bcbef
Bug 1219144 - Using the nsRefreshDriver's jank indication for performance monitoring;f?froydnj r=froydnj
...
This patch (currently WIP) alters the way we determine whether jank is user-visible or not.
Instead of measuring the total time spent doing JS, we now use an
indicator provided by the vsync driver: how long it takes to deliver
the signal from the vsync timer to the main thread. This lets us find
out more accurately if there is user-visible jank. In the future, this
will also let us add an observer to find out whether the process
itself is janky, regardless of JS.
--HG--
extra : rebase_source : a538e3cc9d8904f52d4a0e7bad291189986e4e6d
2016-01-14 15:07:18 +01:00
David Rajchenbach-Teller
01d67c795e
Bug 1219144 - Performance alerts are now labelled with isJankVisible;r=avih,froydnj
...
To decrease the number of apparent false positives, we classify jank
alerts as visible or invisible. We use the following heuristic:
- if the process is currently animating something, any jank alert is visible;
- if the process has just handled a user input, any jank alert is visible;
- if some user input is handled during the current iteration, any jank alert is visible;
- otherwise, jank alerts are not visible.
--HG--
extra : rebase_source : 450661fb1106429a455b3e9f8f66fc477c22ccef
2016-01-12 10:45:22 +01:00
Carsten "Tomcat" Book
770228e318
Backed out changeset 0e628eff02f5 (bug 1069556) for multiple test failures after landing on a CLOSED TREE
2016-01-26 14:53:45 +01:00
Carsten "Tomcat" Book
1bcf4b4b99
Backed out changeset 09fd4f3ab6e7 (bug 1069556)
...
--HG--
rename : toolkit/crashreporter/google-breakpad/src/processor/pathname_stripper.h => toolkit/crashreporter/google-breakpad/src/common/pathname_stripper.h
rename : toolkit/crashreporter/google-breakpad/src/processor/pathname_stripper_unittest.cc => toolkit/crashreporter/google-breakpad/src/common/pathname_stripper_unittest.cc
2016-01-26 14:53:06 +01:00
Carsten "Tomcat" Book
db55b0fa77
Backed out changeset 31c98f5e107b (bug 1069556)
...
--HG--
rename : toolkit/crashreporter/google-breakpad/src/client/linux/Makefile.in => toolkit/crashreporter/google-breakpad/src/client/linux/handler/Makefile.in
2016-01-26 14:53:02 +01:00
Carsten "Tomcat" Book
345f60ff8d
Backed out changeset 168001ae11e4 (bug 1069556)
2016-01-26 14:53:00 +01:00
Carsten "Tomcat" Book
6eaae1e724
Merge mozilla-central to mozilla-inbound
2016-01-26 12:45:31 +01:00
Ted Mielczarek
d41a42ce86
Fix dep build bustage from bug 1069556. r=bustage CLOSED TREE HOSED TREE
...
--HG--
extra : commitid : 9bb4g7fFAHe
extra : amend_source : 39bb10daaad5fcd6093261e00d3c8bc0ee48e24f
2016-01-26 06:25:27 -05:00
Carsten "Tomcat" Book
41d8030f77
merge mozilla-inbound to mozilla-central a=merge
2016-01-26 11:53:21 +01:00
Dave Townsend
4bc6562ad3
Backing out bug 1237820 due to test failures.
...
--HG--
extra : commitid : 3AZ12ILpIwM
2016-01-25 16:44:19 -08:00
Wes Kocher
9d24ca2703
Merge m-c to fx-team, a=merge
...
--HG--
extra : commitid : KSEbGPeZZae
2016-01-25 14:07:49 -08:00
Nils Meinert
3872a2da46
Bug 1225102
- Stop recording addon telemetry details for GMP plugins. r=gfritzsche
...
--HG--
extra : commitid : DJ7NWNoqrED
2016-01-25 14:00:01 -08:00
Wes Kocher
4c903e5685
Merge fx-team to m-c a=merge
...
--HG--
extra : commitid : FjB8gobt4Wu
2016-01-25 13:57:54 -08:00
Mark Banner
e4f563260e
Bug 1232493 - Extend expiry time for Loop's telemetry hooks. r=vladan, a=sheriffduty
2016-01-22 05:43:00 +01:00
Carsten "Tomcat" Book
90df1090b1
merge mozilla-inbound to mozilla-central a=merge
2016-01-25 11:50:09 +01:00
Chris Pearce
33101a1f8a
Bug 1176071
- Handle WMF MFTDecoder returning success but no output, with telemetry. r=mattwoodrow,r=vladan
...
Sometimes the Windows Media Foundation MFT video decoder reports that it will
provide memory for output video frames, and the decoder returns success, but it
doesn't output a valid video frame. So change our code to not assume that
output is always valid (to fix a null pointer dereference). We can't reproduce
this locally, so we don't know how to get a best behaviour here, so add
telemetry to figure out whether the decoder will right itself, or whether we
should just give up completely.
--HG--
extra : amend_source : 7b5a51647593744f92e69db30764dcdadb3d7396
extra : histedit_source : dd72f96023f33cb7be4bfc5e5db6f67f18e61aca%2C305b8cf6ffdef0f2ab52a2ae03bd9457b123d669
2016-01-25 10:55:45 +13:00
Shu-yu Guo
8f3e583a52
Bug 1235590 - Allow redeclaring block-scoped functions and warn about deprecation for now. (r=jorendorff)
2016-01-23 13:28:45 -08:00
Phil Ringnalda
49a9478019
Merge m-c to m-i
2016-01-23 18:18:48 -08:00
Phil Ringnalda
6aeccf0426
Merge f-t to m-c, a=merge
2016-01-23 18:11:37 -08:00
Phil Ringnalda
a747e7e178
Merge m-i to m-c, a=merge
2016-01-23 17:42:50 -08:00
Phil Ringnalda
102023d0a0
Back out 3 changesets (bug 1214658) for b2g emulator timeouts in test_ext_contentscript_*
...
CLOSED TREE
Backed out changeset b76ab3324cd2 (bug 1214658)
Backed out changeset aee8341f15c7 (bug 1214658)
Backed out changeset 743d7567b280 (bug 1214658)
--HG--
rename : toolkit/components/extensions/test/mochitest/file_ext_test_api_injection.js => toolkit/components/extensions/test/mochitest/file_ext_background_api_injection.js
2016-01-23 13:06:49 -08:00
Phil Ringnalda
3027ea66d7
Merge m-i to m-c, a=merge
2016-01-23 11:45:23 -08:00
Ryan VanderMeulen
3b54dc9561
Backed out changeset 9f34b95fa1d0 (bug 1240977) and changeset a786af9186eb (bug 1240848) for suspicion of causing the topcrashes in bug 1241921. a=topcrash
2016-01-22 18:27:10 -05:00
Luca Greco
7a0d28079a
Bug 1214658 - Test content script APIs are not injected in arbitrary web pages. r=kmag
...
--HG--
rename : toolkit/components/extensions/test/mochitest/file_ext_background_api_injection.js => toolkit/components/extensions/test/mochitest/file_ext_test_api_injection.js
2016-01-22 10:13:00 -05:00
Luca Greco
7e3d0bcfc6
Bug 1214658 - Add test case of an webextension page iframe created from a content script. r=kmag
2016-01-22 06:10:00 -05:00
Luca Greco
d1682407d2
Bug 1214658 - Enable content script APIs into sub-frames pointed to a valid add-on url. r=kmag
2016-01-22 06:02:00 -05:00
Wes Kocher
da663084df
Merge inbound to m-c a=merge
...
--HG--
extra : commitid : ATxDn3SgryS
2016-01-21 16:24:42 -08:00
Kartikaya Gupta
6588e4c9c6
Bug 1238040 - Add a telemetry probe for potential checkerboarding duration. r=botond,vladan
...
--HG--
extra : commitid : LH7k2Hg3hxz
2016-01-21 09:13:47 -05:00
Kartikaya Gupta
3d102a0fd7
Bug 1238040 - Update telemetry measures for checkerboarding. r=botond,vladan
...
--HG--
extra : commitid : 4IRG9F5ZHcB
2016-01-21 09:13:47 -05:00
Carsten "Tomcat" Book
3d3ee3ca4a
Merge mozilla-central to fx-team
2016-01-21 12:30:07 +01:00
Carsten "Tomcat" Book
adbf945ebf
merge mozilla-inbound to mozilla-central a=merge
2016-01-21 11:49:16 +01:00
Carsten "Tomcat" Book
758403a36d
Merge mozilla-central to fx-team
2016-01-20 15:37:48 +01:00
Carsten "Tomcat" Book
248f7a3dee
merge mozilla-inbound to mozilla-central a=merge
2016-01-20 15:34:34 +01:00
Kit Cambridge
942b8f74cd
Bug 1239584, Part 2 - Remove message manager usage from `PushService.jsm`. r=dragana
...
--HG--
extra : commitid : E25BNJCu4Wo
extra : rebase_source : 35d653077881c5736611745cf81463118040b0b5
2016-01-13 22:24:37 -07:00
Sylvestre Ledru
ab4e3a0d42
Bug 1218816 - Remove useless semicolons. Found by coccinelle. r=Ehsan
...
--HG--
extra : rebase_source : 7d2cc56b6553cd7a8d848d3c660f30735bd82eec
2016-01-22 16:58:49 +01:00
Kartikaya Gupta
f7d70bc9d1
Back out cset f01b5d05a13b (bug 1235590) for jsreftest failures. r=backout on a CLOSED TREE
...
--HG--
extra : commitid : BaPjotyNN9M
2016-01-22 22:11:30 -05:00
Andrea Marchesini
df8b566adc
Bug 1241893 - Remove non-used properties strings about about:profiles, r=ehsan
2016-01-23 01:51:35 +00:00
Kartikaya Gupta
7edfa23c56
Bug 1238042 - Add about:checkerboard. r=ehsan,botond
...
--HG--
extra : commitid : 5nGtf4Sp600
2016-01-22 20:27:28 -05:00
Aaron Klotz
5c9b0e3676
Bug 1240848: Adds additional instructions to x64 detour patcher; r=ehsan
...
--HG--
extra : rebase_source : 7c050d496e5cf09343dece8a8bb12551eafc7928
extra : amend_source : 68d46effe9b2b7925eff419b14492f399c55b667
2016-01-19 15:14:24 -07:00
Dave Townsend
3663a6d8b6
Bug 1232274: Make installing or enabling an add-on require a restart if e10s is on and a pref is set. r=rhelmer
...
--HG--
extra : rebase_source : 067151264d8f037df0573ec81937762d8557242f
2016-01-14 15:21:01 -08:00
Dave Townsend
d6ea5c0172
Bug 1239810: UpdateUtils.jsm requires the update.locale file to be shipped regardless of whether the application update is included. r=nalexander,rstrong
...
--HG--
extra : rebase_source : 4cefc95c379fc407e6e4abbf53c90ceb62b43c95
2016-01-14 15:19:44 -08:00
Robert Helmer
c14128889e
Bug 1239484 - remove use of Object.values() r=mossop
...
--HG--
extra : rebase_source : acc92d461bdbb594b207637f51c87112bd054e57
2016-01-19 11:01:19 -08:00
Mike Hommey
6032f465cb
Bug 1240660 - Remove "+" prefixes in jar manifests. r=gps
...
Now that the faster make backend is enabled by default avoiding
cross-jar.mn file conflicts, and now that individual files can't
overlap with wildcards in the same jar.mn files, which were two
main things that the "+" prefix was used for (apart from
cargo-culting), the "+" prefixes in the tree are not necessary
anymore.
2016-01-20 07:24:40 +09:00
Gijs Kruitbosch
a8ddd18486
Bug 1210366 - block youtube and pinterest from reader mode, r=MattN
...
--HG--
extra : commitid : 9yhZga6Ky4v
extra : rebase_source : 3b7f362b63fdb502da2aa39be38f4d6c7ffd684a
2016-01-12 18:57:38 +00:00
Drew Willcoxon
9c91646152
Bug 1236364 - Don't reuse existing richlistitem in urlbar when handling a delete. r=mak
2016-01-25 10:13:26 -08:00
Gijs Kruitbosch
380acaf2e0
Bug 1241621 - fix notification styling for gtk2 on later branches, r=dao
...
--HG--
extra : commitid : 2rU7lrQUYwO
extra : rebase_source : 02688835fc704421b3a87c1d5fc6aba72adc847c
2016-01-22 09:54:18 +00:00
Tyler Steiman
60e424ebf9
Bug 1241508 - Have TelemetryImpl::RecordIceCandidates check for mCanRecordExtended. r=drno
2016-01-21 12:44:00 -05:00
simplyblue
7d8bac9a35
Bug 1172454 - The about:telemetry environment section should have expandable subsections. r=gfritzsche
2016-01-17 13:10:45 +05:30
Christoph Kerschbaumer
eb33d87f83
Bug 1239913 - Convert toolkit/ to use asyncOpen2 where loadingPrincipal is SystemPrincipal (r=sicking)
2016-01-20 12:42:09 -08:00