Alessio Placitelli
ac140e254c
Bug 1234526 - Remove services/healthreport. r=gfritzsche
...
--HG--
rename : services/healthreport/docs/architecture.rst => toolkit/components/telemetry/docs/fhr/architecture.rst
rename : services/healthreport/docs/dataformat.rst => toolkit/components/telemetry/docs/fhr/dataformat.rst
rename : services/healthreport/docs/identifiers.rst => toolkit/components/telemetry/docs/fhr/identifiers.rst
rename : services/healthreport/docs/index.rst => toolkit/components/telemetry/docs/fhr/index.rst
2016-01-06 09:07:00 +01:00
Alessio Placitelli
d2b9daba28
Bug 1234522 - Fix or remove the tests relying on the data reporting service. r=gfritzsche
2016-01-05 06:29:00 +01:00
Alessio Placitelli
cf73009777
Bug 1234522 - Remove services/datareporting. r=gfritzsche
...
--HG--
rename : services/datareporting/datareporting-prefs.js => toolkit/components/telemetry/datareporting-prefs.js
2016-01-05 02:01:00 +01:00
Alessio Placitelli
fec464cddd
Bug 1237700 - JavaScript warning: resource://gre/modules/TelemetrySession.jsm, line 1783: unreachable code after return statement. r=gfritzsche
2016-01-08 01:02:00 +01:00
Carsten "Tomcat" Book
5557ee2e1a
merge mozilla-inbound to mozilla-central a=merge
2016-01-11 12:13:10 +01:00
Phil Ringnalda
0f33ef292b
Merge m-c to f-t
2016-01-10 15:46:16 -08:00
Phil Ringnalda
e3c6e3b2d4
Merge f-t to m-c, a=merge
2016-01-10 15:39:55 -08:00
Georg Fritzsche
6fcca8b440
Bug 1238046 - Update Telemetry docs for environment.profile being available on Android. r=Dexter
2016-01-08 19:12:01 +02:00
Martin Stransky
7fc8db5949
Bug 1215078 - [Wayland] Configure display for Wayland session. r=karlt
...
--HG--
extra : rebase_source : d9173bda51ac03aba423d1e7101b2ab2c2cc0d83
2016-01-08 01:25:00 -05:00
Phil Ringnalda
03bba6aabe
Merge m-c to m-i
2016-01-09 11:59:53 -08:00
Phil Ringnalda
542a3fabcb
Merge f-t to m-c, a=merge
2016-01-09 11:44:32 -08:00
Phil Ringnalda
c06c10601b
Back out 8 changesets (bug 1235345, bug 1234526, bug 1234522, bug 1237700) for OS X 10.10 debug xpcshell timeouts in test_ocsp_stapling.js and test_ocsp_stapling_expired.js
...
CLOSED TREE
Backed out changeset f26c050a39a1 (bug 1235345)
Backed out changeset c7689b72d3fa (bug 1234526)
Backed out changeset 3124025d1147 (bug 1234526)
Backed out changeset 096d46bdaf86 (bug 1234526)
Backed out changeset 96e0326e7985 (bug 1234522)
Backed out changeset c3b6bf176f86 (bug 1234522)
Backed out changeset 3e7dc6d87325 (bug 1234522)
Backed out changeset f6447d37d113 (bug 1237700)
--HG--
rename : toolkit/components/telemetry/datareporting-prefs.js => services/datareporting/datareporting-prefs.js
rename : toolkit/components/telemetry/docs/fhr/architecture.rst => services/healthreport/docs/architecture.rst
rename : toolkit/components/telemetry/docs/fhr/dataformat.rst => services/healthreport/docs/dataformat.rst
rename : toolkit/components/telemetry/docs/fhr/identifiers.rst => services/healthreport/docs/identifiers.rst
rename : toolkit/components/telemetry/docs/fhr/index.rst => services/healthreport/docs/index.rst
rename : toolkit/components/telemetry/healthreport-prefs.js => services/healthreport/healthreport-prefs.js
2016-01-08 20:25:27 -08:00
Mike Hommey
63439e34f6
Bug 1234012 - Remove the NS_APP_PROFILE_DEFAULTS_{NLOC_,}50_DIR directory keys. r=bsmedberg
...
Nothing apart the code that was just removed uses those keys, so remove them.
Actually, there is a use in Seamonkey, but considering they're shipping with
omnijar, the code expecting the directory has not been working as designed for
a while, so they can fixup and remove that use as well.
2016-01-09 07:30:32 +09:00
Mike Hommey
6c9d3ffe68
Bug 1234012 - Do not try to copy files from the non-existing default profile. r=bsmedberg
...
When creating the profile for the first time, we're trying to copy files
that just don't exist, so we just skip that. No code in mozilla-central
or comm-central was using the optional argument to pass a custom default
profile either, so that goes away as well.
2016-01-09 07:30:32 +09:00
Patrick McManus
8788ebb50d
Bug 1236968 - autodial telemetry r=mayhemer
2016-01-05 12:16:02 -05:00
Geoff Brown
9ed0aec6d7
Bug 1136634 - Update libEGL in Android 4.3 avd and enable some telemetry xpcshell tests; r=me
2016-01-08 09:15:06 -07:00
J. Ryan Stinnett
1ea3b20493
Bug 1237798 - Use correct Components object inside CommonJS. r=Yoric
...
--HG--
extra : rebase_source : f401e4dd2cc3a47976617e4fbbf9d18a3ca47a7e
2016-01-07 17:18:05 -06:00
Phil Ringnalda
8630cc00f5
Bug 1205145 - skip test_videocontrols_video_direction.html on Windows
2016-01-10 18:49:05 -08:00
David Rajchenbach-Teller
165537290b
Bug 1200169
- Making the slow add-on watcher more tolerant;r=Felipe
...
Showing alerts more than once is annoying for the user and basically
useless. We therefore change a bit our strategy:
- if an add-on has behaved correctly for the last 5 minutes, reset our counter of offences;
- don't display alerts for an add-on more than once per 6 hours.
The only exception is if the add-on freezes the browser (i.e. causes
it to stop for more than 5 seconds at a time), in which case we
display the alert regardless of past offences, up to once per 10
minutes.
--HG--
extra : rebase_source : d61bf85407493551618ff0b7866ef15267cafd06
2015-12-15 11:21:37 +01:00
Luca Greco
7ce1de0dec
Bug 1237357 - Fix missing Cr used by AddonLocalizationConverter in simpleServices. r=kmag
2016-01-08 05:38:00 -05:00
Anup Kumar
64a1cfc0a0
Bug 1234734 - Replace CommonUtils.stackTrace() with Log.stackTrace(). r=markh
...
--HG--
rename : services/common/tests/unit/test_utils_stackTrace.js => toolkit/modules/tests/xpcshell/test_Log_stackTrace.js
2016-01-07 20:44:00 -05:00
rthyberg
a84f253a9d
Bug 1179209 - Don't throttle environment changes until there are any environment-change listeners. r=dexter
2015-12-04 00:32:00 +01:00
Salah
c74c015526
Bug 1230213 - test_TelemetryLog yields from a non generator function. r=dexter
2015-12-09 12:11:00 +01:00
Chris Peterson
993326cad9
Bug 1236390 - Suppress -Wimplicit-fallthrough warnings in third-party code from Google Breakpad. r=bsmedberg
...
toolkit/crashreporter/google-breakpad/src/common/dwarf/dwarf2reader.cc:195:5 [-Wimplicit-fallthrough] unannotated fall-through between switch labels
toolkit/crashreporter/google-breakpad/src/processor/minidump.cc:4022:9 [-Wimplicit-fallthrough] unannotated fall-through between switch labels
2015-12-30 11:50:27 -07:00
Chris Peterson
f887951ac3
Bug 1236389 - Annotate intentional switch fallthroughs to suppress -Wimplicit-fallthrough warnings in mozapps/update. r=rstrong
...
toolkit/mozapps/update/updater/updater.cpp:3722:7 [-Wimplicit-fallthrough] unannotated fall-through between switch labels
toolkit/mozapps/update/updater/updater.cpp:3768:7 [-Wimplicit-fallthrough] unannotated fall-through between switch labels
2016-01-01 17:04:00 -07:00
Chris Peterson
30e31900cf
Bug 1236325 - Annotate intentional switch fallthrough to suppress -Wimplicit-fallthrough warning in satchel. r=mak
...
toolkit/components/satchel/nsFormFillController.cpp:974:3 [-Wimplicit-fallthrough] unannotated fall-through between switch labels
2016-01-01 17:02:54 -07:00
Chris Peterson
a0c2f29590
Bug 1236324 - Annotate intentional switch fallthroughs to suppress -Wimplicit-fallthrough warnings in toolkit/components/places/. r=mak
...
toolkit/components/places/Database.cpp:182:5: [-Wimplicit-fallthrough] unannotated fall-through between switch labels
toolkit/components/places/nsAnnotationService.cpp:215:5 [-Wimplicit-fallthrough] unannotated fall-through between switch labels
toolkit/components/places/nsAnnotationService.cpp:227:5 [-Wimplicit-fallthrough] unannotated fall-through between switch labels
toolkit/components/places/nsAnnotationService.cpp:297:5 [-Wimplicit-fallthrough] unannotated fall-through between switch labels
toolkit/components/places/nsAnnotationService.cpp:309:5 [-Wimplicit-fallthrough] unannotated fall-through between switch labels
toolkit/components/places/nsNavHistoryResult.cpp:2420:5 [-Wimplicit-fallthrough] unannotated fall-through between switch labels
toolkit/components/places/nsNavHistoryResult.cpp:2446:5 [-Wimplicit-fallthrough] unannotated fall-through between switch labels
toolkit/components/places/nsNavHistoryResult.cpp:2878:7 [-Wimplicit-fallthrough] unannotated fall-through between switch labels
2015-11-22 13:59:54 -08:00
Nicholas Nethercote
ec89bbf7f2
Bug 1237151 (part 3) - Remove ignored qualifiers in all remaining code. r=froydnj.
2016-01-05 17:08:45 -08:00
Alessio Placitelli
54ef1b4341
Bug 1234526 - Don't track healthreport.sqlite statements from Telemetry. r=gfritzsche
2016-01-07 03:02:00 +01:00
Alessio Placitelli
d0d2e33dc9
Bug 1234526 - Remove unused healthreporter prefs. r=gfritzsche
...
--HG--
rename : services/healthreport/healthreport-prefs.js => toolkit/components/telemetry/healthreport-prefs.js
2016-01-05 06:41:00 +01:00
Alessio Placitelli
e9128351b0
Bug 1234526 - Remove services/healthreport. r=gfritzsche
...
--HG--
rename : services/healthreport/docs/architecture.rst => toolkit/components/telemetry/docs/fhr/architecture.rst
rename : services/healthreport/docs/dataformat.rst => toolkit/components/telemetry/docs/fhr/dataformat.rst
rename : services/healthreport/docs/identifiers.rst => toolkit/components/telemetry/docs/fhr/identifiers.rst
rename : services/healthreport/docs/index.rst => toolkit/components/telemetry/docs/fhr/index.rst
2016-01-06 09:07:00 +01:00
Alessio Placitelli
f935cbdf7c
Bug 1234522 - Fix or remove the tests relying on the data reporting service. r=gfritzsche
2016-01-05 06:29:00 +01:00
Alessio Placitelli
0bdbe81b22
Bug 1234522 - Remove services/datareporting. r=gfritzsche
...
--HG--
rename : services/datareporting/datareporting-prefs.js => toolkit/components/telemetry/datareporting-prefs.js
2016-01-05 02:01:00 +01:00
Alessio Placitelli
50c5ef5cb0
Bug 1237700 - JavaScript warning: resource://gre/modules/TelemetrySession.jsm, line 1783: unreachable code after return statement. r=gfritzsche
2016-01-08 01:02:00 +01:00
Carsten "Tomcat" Book
56c4726070
Merge mozilla-central to fx-team on a CLOSED TREE
2016-01-08 15:24:08 +01:00
Florian Quèze
b1af89c192
Bug 1237648 - remove the browser/ code sync'ing currentEngine and defaultEngine, r=adw.
2016-01-08 11:27:49 +01:00
Florian Quèze
ca0c29f531
Bug 1237648 - remove the defaultEngine implementation and forward the getter/setter to currentEngine, r=adw.
2016-01-08 11:27:49 +01:00
Mark Finkle
273d2c6fbb
Bug 1237632 - Enable support for environment/profile/creationDate on Android r=gfritzsche
2016-01-07 14:13:27 -05:00
Anup Kumar
4e1436bd05
Bug 1003204: Removed CommonUtils.exceptionStr() in toolkit/ r=gfritzsche
2015-12-18 04:05:00 +01:00
Carsten "Tomcat" Book
c3c9e7c565
merge mozilla-inbound to mozilla-central a=merge
2016-01-07 11:50:57 +01:00
Robert Helmer
056a1adce9
Bug 1209344 - Link to about:debugging from about:addons. r=mossop
...
--HG--
extra : transplant_source : Z%A1QK7%92%FD3%D8%E1p%8F%C6%FAb%00fF%7D%F4
2016-01-05 12:19:59 -08:00
Robert Helmer
7ab4eeae62
Bug 1209344 - Remove debug button from about:addons. r=mossop
...
--HG--
extra : transplant_source : toni%12t%E0%3Fh%E7%06%98%B8%E4%29k%FB%0C%9Be
2016-01-05 12:19:15 -08:00
Mark Hammond
a0cfa06a42
Bug 1224653
- Replace existing globe icons for site missing a favicon with an new darker version. r=dolske
2016-01-07 12:12:15 +11:00
Matt Brubeck
4c2c388cdd
Bug 1233727 - Don't show found-matches label when it's empty [r=mikedeboer]
2016-01-06 14:07:17 -08:00
Shivin Yadav
c07b3836cc
Bug 1197163 - Update reader view "Loading…" string to use ellipsis character. r=margaret"
...
--HG--
extra : commitid : ERl2iY2nQk7
extra : rebase_source : 054979ee44c1ac12b134ed65b1863e871675927c
2016-01-06 10:40:34 -05:00
Georg Fritzsche
f038fdc912
Bug 1236529 - Fix about:telemetry ping rendering. r=dexter
2016-01-06 16:54:30 +02:00
Ryan VanderMeulen
d8044bfc25
Merge m-c to fx-team. a=merge
2016-01-06 09:52:22 -05:00
Ryan VanderMeulen
ceb519e5ff
Merge fx-team to m-c. a=merge
2016-01-06 09:48:18 -05:00
Ryan VanderMeulen
1d22ec87d3
Merge inbound to m-c. a=merge
2016-01-06 09:43:47 -05:00
Jeremy Francispillai
fed136e71d
Bug 1122618 - Added change to rebuild the defaultEngineDropDown whenever the default engine is changed. Separated the code performing the changes and displaying the changes when removing/adding engines. r=florian.
2016-01-06 12:52:52 +01:00
Fernando Campo
5be82970fe
Bug 1178304 - Facebook share button in conversation when waiting alone. r=dmose
2016-01-06 10:20:15 +00:00
Wes Kocher
ce6c1f316c
Merge m-c to b2ginbound, a=merge
...
--HG--
extra : commitid : I9Ga5BF9cFv
2016-01-05 16:53:17 -08:00
Wes Kocher
5c5db39163
Merge fx-team to m-c a=merge CLOSED TREE
...
--HG--
extra : commitid : 8cnDWzxc5CW
2016-01-05 16:34:06 -08:00
Fabrice Desré
99b0b99f71
Bug 1224703 - part 2: Enable tests on emulator r=billm
2016-01-05 15:37:06 -08:00
Bill McCloskey
c5e6c70005
Bug 1224703 - part 1: fix the way we get the message manager r=fabrice
2016-01-05 15:37:01 -08:00
Wes Kocher
3a0c205904
Backed out changeset b94d7e7648e1 (bug 1200169
) for frequent browser_AddonWatcher.js failures CLOSED TREE a=merge
...
--HG--
extra : commitid : 5m9wrfczrS0
extra : source : 27729c6262ee9a64bf3bc281591637b7f317e62d
2016-01-05 14:26:22 -08:00
Carsten "Tomcat" Book
2262c1271c
merge mozilla-inbound to mozilla-central a=merge
2016-01-05 11:58:56 +01:00
Mark Finkle
854d200e7d
Bug 1236416
- Remove some misc toolkit content UI from Fennec r=margaret
2016-01-04 21:35:13 -05:00
Mark Finkle
22a2bb5ba7
Bug 1236409 - Remove toolkit impl of XUL prompt for nsICookiePromptService r=margaret
2016-01-04 20:40:00 -05:00
Chris Pearce
38b4594c7d
Bug 1234099 - Unhide Adobe GMP on Windows XP. r=spohl
2015-12-21 16:06:41 +13:00
George Wright
9fada46aff
Bug 1109714 - Make the feed subscriber UI work in e10s r=mrbkap,jaws
2016-01-04 18:59:44 -05:00
Georg Fritzsche
8a67d78afe
Bug 1200164 - Only do isOfficialTelemetry checks for Telemetry uploads. r=dexter
2015-12-18 19:35:05 +07:00
Mark Finkle
24b28ec36c
Bug 590127 - Remove toolkit implementation of about:addons r=margaret
2016-01-06 00:49:03 -05:00
Margaret Leibovic
d07edece47
Bug 1218942 - Add histogram probe to measure state of different restrictable items in restricted profiles. r=sebastian p=mfinkle
...
--HG--
extra : commitid : 4S8mwn564Qw
extra : rebase_source : 2ce34f4f52b4a08d537cc8ba6ef045f3dd6e98ff
2015-12-24 14:37:29 -05:00
Wes Kocher
4f7b1b59b7
Merge m-c to fx-team, a=merge
...
--HG--
extra : commitid : DtA94EPxpak
2016-01-05 16:54:04 -08:00
Kris Maglione
81ee0b7dad
Bug 1237122 - Use base test suite eslintrc files for WebExtension tests. r=trivial
...
--HG--
extra : commitid : LQJzTvLEHsW
2016-01-05 16:10:33 -08:00
Kris Maglione
7c21dd4518
Bug 1227451: Follow-up: Fix ESLint errors. r=trivial
...
--HG--
extra : commitid : FetQWqfKA2Z
2016-01-05 15:54:32 -08:00
Sami Jaktholm
83d60ea279
Bug 1230027 - Stop burnCPOWInSandbox from being GC'd during tests. r=yoric
...
Since no one is holding a reference to the burnCPOWInSandbox function
in the child process, it might get GC'd during the test. Binding it to
the global object should keep the function alive long enough for the
test to call it via CPOW.
--HG--
extra : transplant_source : %60%97%A0%8D%1D%B6%D1G%A0h%2B%11%A9%05%C1%13%25%10cc
2015-12-22 20:15:17 +02:00
Luca Greco
52d6f76bb9
Bug 1227451 - chrome.alarms API doesn't check 'alarms' permission. r=billm
2016-01-04 10:21:00 -05:00
Andrea Marchesini
586d29faf7
Bug 1233957 - profile selector should set the focus correctly to the accept button, r=ehsan
2016-01-05 14:48:25 +00:00
Carsten "Tomcat" Book
ae7a25d2a4
Merge mozilla-central to mozilla-inbound
2016-01-05 12:01:44 +01:00
David Rajchenbach-Teller
2b6f00954d
Bug 1200169
- Making the slow add-on watcher more tolerant;r=Felipe
...
Showing alerts more than once is annoying for the user and basically
useless. We therefore change a bit our strategy:
- if an add-on has behaved correctly for the last 5 minutes, reset our counter of offences;
- don't display alerts for an add-on more than once per 6 hours.
The only exception is if the add-on freezes the browser (i.e. causes
it to stop for more than 5 seconds at a time), in which case we
display the alert regardless of past offences, up to once per 10
minutes.
--HG--
extra : rebase_source : 7c2a875cc0b68eb2e212abdd6a7c1cf8e30c774e
2015-12-15 11:21:37 +01:00
Dave Townsend
86f03db916
Bug 1229142: Link browser and toolkit test directory to the shared eslintrc files. r=Standard8
...
--HG--
extra : commitid : CKT2WDkxE4k
extra : rebase_source : 0be50c483317355b1e9af5985d53e85604748432
extra : histedit_source : 65d203f57ebd38b8c130e5db9aaa8ae3f507e7ac
2015-11-30 13:05:00 -08:00
Marco Bonardo
6b2396cfd7
Bug 1235023
- Relax no-multi-spaces Eslint rule with ObjectExpression. r=Gijs
...
--HG--
extra : commitid : 3fACSH0Bv5l
extra : rebase_source : abd1e4cfbd1d67ba4059359e9b2296ad738bdd01
2015-12-30 16:12:17 +01:00
Ryan VanderMeulen
7995665048
Merge m-c to fx-team. a=merge
2016-01-01 19:36:51 -05:00
Ryan VanderMeulen
f93b41b27c
Merge inbound to m-c. a=merge
2016-01-01 19:29:16 -05:00
Tom Schuster
b8be325607
Bug 1224579 - Allow leading dot in domain in cookies.set. r=billm
...
--HG--
extra : commitid : 3GdmVM5UxFx
extra : rebase_source : 822b37f75aa11d4f35c73d9af1b8aa7931362a15
extra : amend_source : 6a5e52d627a2c11dc1cad8c95a89aa3648921ef8
2015-12-21 07:14:00 -08:00
Kris Maglione
a49250b7f4
Bug 1234755: Follow-up: Fix additional failures. r=trivial
...
--HG--
extra : commitid : 4Ef0fj48IPr
extra : amend_source : 839e710a618fc403c156e79e80d91276aa9a0f1d
2015-12-31 16:17:00 -08:00
Kris Maglione
fbbdff2da8
Bug 1224579: [webext] Fix the handling of domain cookies. r=evilpie
...
--HG--
extra : commitid : 90fX4lH7xMk
extra : rebase_source : a553deb3f3f8863d8aa0712ba0b7e286f22fa619
2015-12-23 11:18:38 -05:00
Kris Maglione
a31ad54f9b
Bug 1234755: [webext] Make JS in HTML files pass ESLint. r=billm
...
This also changes the `type` attribute in our script tags to text/javascript,
since that's currently all the eslint-html plugin supports.
--HG--
extra : commitid : GiKqZCFKBda
extra : rebase_source : bc50d3724e4bcb6b5fd9faa5283fa04c72c21724
2015-12-22 23:43:23 -05:00
Nick Alexander
d29d7963fa
Bug 1207890 - Post: Hacks to make --disable-compile-environment work on Mac OS X. r=glandium
...
--HG--
extra : commitid : BJ6pEARC8bF
extra : rebase_source : 6fb8638fc55c0f402fbe011b8fd10904a4681d13
2015-12-23 16:50:47 -08:00
Mason Chang
6bad741446
Bug 1231518. Load about:blank if thumbnail service fails. r=adw
2016-01-04 16:24:58 -08:00
Robert Longson
923addc829
Bug 1235066 - SVG elements should not display title attributes as tooltips. r=enndeakin
2016-01-04 22:16:23 +00:00
Nicholas Nethercote
57bef6b196
Bug 1232219 (part 3) - Fix remaining -Wunused warnings. r=glandium.
...
--HG--
extra : rebase_source : 357474b4c7729b78a3030dfefd720aad4e1b2576
2015-12-16 22:57:51 -08:00
Wes Kocher
e0dc3b7265
Merge m-c to inbound, a=merge CLOSED TREE
...
--HG--
extra : commitid : 4JS7aaOzaVD
extra : amend_source : 249ac0feaf4a6ea8ad5d2ef9de63d4c5baee012b
2016-01-05 16:52:09 -08:00
Wes Kocher
42614dcf9a
Backed out changeset b94d7e7648e1 (bug 1200169
) for frequent browser_AddonWatcher.js failures CLOSED TREE
...
--HG--
extra : commitid : 74M37BsgWfU
2016-01-05 14:26:22 -08:00
Jonathan Griffin
59f626fe96
Bug 1232780 - Disable mochitests which fail on e10s so we can get that suite running, a=test-only
2016-01-05 12:02:47 -08:00
Kit Cambridge
91f6d2449c
Bug 1227300, Part 4 - Implement showAlert
for the libnotify alerts backend. r=karlt
...
--HG--
extra : commitid : LTTy50oCXfw
extra : rebase_source : 025b682fad77f853b72d930b0e975e2fa5cf39bc
2015-12-31 12:13:27 -07:00
Kit Cambridge
87582e390a
Bug 1227300, Part 2 - Implement showAlert
. r=MattN,wchen
...
--HG--
extra : commitid : HrMh88lKFVK
extra : rebase_source : e8a8def77f0e12152ecb48986f3c1a850d6ac9c4
2015-12-31 12:04:24 -07:00
Kit Cambridge
0d37a8bacb
Bug 1227300, Part 1 - Add an alert notification component. r=MattN,wchen
...
--HG--
extra : commitid : Jd0utRQq7sC
extra : rebase_source : 1ff47988d3e031af5fb7169e2c604b3dbf76c2d8
2015-12-03 08:44:25 -08:00
Matt Howell
3d7498ac4f
Bug 1120124 - Prevent 64-bit builds from installing over 32-bit ones (or vice-versa) by default. r=rstrong
...
--HG--
extra : rebase_source : 08834fcd40013ac42eb3d81a2833d112d47d7368
2016-01-05 14:31:27 -08:00
Shu-yu Guo
1768759efb
Bug 1220564 - Update chrome code uses of genexprs and legacy comprehensions. (r=billm)
2016-01-06 16:02:16 -08:00
Wes Kocher
a3a5bda88d
Merge inbound to m-c a=merge
...
--HG--
extra : commitid : LoYhgKpsXCV
2015-12-30 17:34:05 -08:00
Margaret Leibovic
d518830bd1
Bug 1235061 - Create histogram probe to measure how often users have zoomed view enabled/disabled. r=mfinkle p=vladan
...
--HG--
extra : commitid : KD4RdbOwTZO
extra : rebase_source : 43607b5dfce37c495578fdd62e39802061fd5577
extra : amend_source : 80b97e3d2fa0de7c39fe55665b24ae9918eb78e8
2015-12-24 13:58:21 -05:00
Gijs Kruitbosch
a3c6a0004c
Bug 1234936 - part 2: always focus tabs when they show an onbeforeunload dialog, r=billm
...
--HG--
extra : commitid : KValcdxvJt8
extra : rebase_source : f10dd511583205a4f6801e1a7d93fa7b97bd17dd
extra : histedit_source : 98b663def3645375e9c39fe2557f6550f3e6e659
2015-12-29 18:49:27 +00:00
Carsten "Tomcat" Book
aa5ce3db49
merge mozilla-inbound to mozilla-central a=merge
2015-12-30 12:00:03 +01:00
Bas Schouten
3d1ad5faa9
Bug 1235407 - Part 1: Add telemetry probe to record forced resets. r=milan
2015-12-30 01:30:47 +01:00
Bill McCloskey
c6569d4f05
Bug 1208257 - [webext] Mark onHistoryStateUpdated unsupported
2015-12-29 15:48:52 -08:00
Shane Caraveo
eabb5f6400
Bug 1215694 move pocket to a system addon, r=Gijs, r=glandium
...
part 1: reorganize file locations, r=Gijs
part 2: remove built-in pocket code, r=Gijs
part 3: l10n support, r=glandium
part 4: move code/functionality from part 2 into the addon, r=Gijs
part 5: remove dead code, r=Gijs
part 6: create a simple api for addons to add to reader mode, r=Gijs
part 7: various test fixes related to cui behaviour and pocket, r=me
--HG--
rename : browser/components/pocket/Pocket.jsm => browser/extensions/pocket/content/Pocket.jsm
rename : browser/components/pocket/main.js => browser/extensions/pocket/content/main.js
rename : browser/components/pocket/panels/css/firasans.css => browser/extensions/pocket/content/panels/css/firasans.css
rename : browser/components/pocket/panels/css/normalize.css => browser/extensions/pocket/content/panels/css/normalize.css
rename : browser/components/pocket/panels/css/saved.css => browser/extensions/pocket/content/panels/css/saved.css
rename : browser/components/pocket/panels/css/signup.css => browser/extensions/pocket/content/panels/css/signup.css
rename : browser/components/pocket/panels/fonts/FiraSans-Regular.woff => browser/extensions/pocket/content/panels/fonts/FiraSans-Regular.woff
rename : toolkit/themes/shared/reader/pocket.svg => browser/extensions/pocket/content/panels/img/pocket.svg
rename : browser/components/pocket/panels/img/pocketerror@1x.png => browser/extensions/pocket/content/panels/img/pocketerror@1x.png
rename : browser/components/pocket/panels/img/pocketerror@2x.png => browser/extensions/pocket/content/panels/img/pocketerror@2x.png
rename : browser/components/pocket/panels/img/pocketlogo@1x.png => browser/extensions/pocket/content/panels/img/pocketlogo@1x.png
rename : browser/components/pocket/panels/img/pocketlogo@2x.png => browser/extensions/pocket/content/panels/img/pocketlogo@2x.png
rename : browser/components/pocket/panels/img/pocketlogosolo@1x.png => browser/extensions/pocket/content/panels/img/pocketlogosolo@1x.png
rename : browser/components/pocket/panels/img/pocketlogosolo@2x.png => browser/extensions/pocket/content/panels/img/pocketlogosolo@2x.png
rename : browser/components/pocket/panels/img/pocketmenuitem16.png => browser/extensions/pocket/content/panels/img/pocketmenuitem16.png
rename : browser/components/pocket/panels/img/pocketmenuitem16@2x.png => browser/extensions/pocket/content/panels/img/pocketmenuitem16@2x.png
rename : browser/components/pocket/panels/img/pocketsignup_button@1x.png => browser/extensions/pocket/content/panels/img/pocketsignup_button@1x.png
rename : browser/components/pocket/panels/img/pocketsignup_button@2x.png => browser/extensions/pocket/content/panels/img/pocketsignup_button@2x.png
rename : browser/components/pocket/panels/img/pocketsignup_devices@1x.png => browser/extensions/pocket/content/panels/img/pocketsignup_devices@1x.png
rename : browser/components/pocket/panels/img/pocketsignup_devices@2x.png => browser/extensions/pocket/content/panels/img/pocketsignup_devices@2x.png
rename : browser/components/pocket/panels/img/pocketsignup_hero@1x.png => browser/extensions/pocket/content/panels/img/pocketsignup_hero@1x.png
rename : browser/components/pocket/panels/img/pocketsignup_hero@2x.png => browser/extensions/pocket/content/panels/img/pocketsignup_hero@2x.png
rename : browser/components/pocket/panels/img/signup_firefoxlogo@1x.png => browser/extensions/pocket/content/panels/img/signup_firefoxlogo@1x.png
rename : browser/components/pocket/panels/img/signup_firefoxlogo@2x.png => browser/extensions/pocket/content/panels/img/signup_firefoxlogo@2x.png
rename : browser/components/pocket/panels/img/signup_help@1x.png => browser/extensions/pocket/content/panels/img/signup_help@1x.png
rename : browser/components/pocket/panels/img/signup_help@2x.png => browser/extensions/pocket/content/panels/img/signup_help@2x.png
rename : browser/components/pocket/panels/img/signup_or@1x.png => browser/extensions/pocket/content/panels/img/signup_or@1x.png
rename : browser/components/pocket/panels/img/signup_or@2x.png => browser/extensions/pocket/content/panels/img/signup_or@2x.png
rename : browser/components/pocket/panels/img/tag_close@1x.png => browser/extensions/pocket/content/panels/img/tag_close@1x.png
rename : browser/components/pocket/panels/img/tag_close@2x.png => browser/extensions/pocket/content/panels/img/tag_close@2x.png
rename : browser/components/pocket/panels/img/tag_closeactive@1x.png => browser/extensions/pocket/content/panels/img/tag_closeactive@1x.png
rename : browser/components/pocket/panels/img/tag_closeactive@2x.png => browser/extensions/pocket/content/panels/img/tag_closeactive@2x.png
rename : browser/components/pocket/panels/js/messages.js => browser/extensions/pocket/content/panels/js/messages.js
rename : browser/components/pocket/panels/js/saved.js => browser/extensions/pocket/content/panels/js/saved.js
rename : browser/components/pocket/panels/js/signup.js => browser/extensions/pocket/content/panels/js/signup.js
rename : browser/components/pocket/panels/js/tmpl.js => browser/extensions/pocket/content/panels/js/tmpl.js
rename : browser/components/pocket/panels/js/vendor/handlebars.runtime.js => browser/extensions/pocket/content/panels/js/vendor/handlebars.runtime.js
rename : browser/components/pocket/panels/js/vendor/jquery-2.1.1.min.js => browser/extensions/pocket/content/panels/js/vendor/jquery-2.1.1.min.js
rename : browser/components/pocket/panels/js/vendor/jquery.tokeninput.min.js => browser/extensions/pocket/content/panels/js/vendor/jquery.tokeninput.min.js
rename : browser/components/pocket/panels/license.txt => browser/extensions/pocket/content/panels/license.txt
rename : browser/components/pocket/panels/saved.html => browser/extensions/pocket/content/panels/saved.html
rename : browser/components/pocket/panels/signup.html => browser/extensions/pocket/content/panels/signup.html
rename : browser/components/pocket/panels/tmpl/saved_premiumextras.handlebars => browser/extensions/pocket/content/panels/tmpl/saved_premiumextras.handlebars
rename : browser/components/pocket/panels/tmpl/saved_premiumshell.handlebars => browser/extensions/pocket/content/panels/tmpl/saved_premiumshell.handlebars
rename : browser/components/pocket/panels/tmpl/saved_shell.handlebars => browser/extensions/pocket/content/panels/tmpl/saved_shell.handlebars
rename : browser/components/pocket/panels/tmpl/signup_shell.handlebars => browser/extensions/pocket/content/panels/tmpl/signup_shell.handlebars
rename : browser/components/pocket/panels/tmpl/signupstoryboard_shell.handlebars => browser/extensions/pocket/content/panels/tmpl/signupstoryboard_shell.handlebars
rename : browser/components/pocket/pktApi.js => browser/extensions/pocket/content/pktApi.jsm
rename : browser/locales/en-US/chrome/browser/browser-pocket.properties => browser/extensions/pocket/locales/en-US/pocket.properties
2015-12-29 15:40:52 -08:00
chaithanya
a95ad1aea1
Bug 1226552 - Fix the raw ping data string for about:telemetry. r=gfritzsche
2015-12-29 09:50:00 +01:00
Bill McCloskey
b29022c1de
Bug 1215197: Implements onBeforeRedirect by using a channel event sink (r=billm)
2015-12-30 13:34:45 -08:00
Andrea Marchesini
903d6fc725
Bug 1235402
- Disable about:profile for android and b2g, r=ehsan
2015-12-29 18:42:47 +00:00
Andrea Marchesini
b8135fa63f
Bug 1234764 - ProfileManager should set the selectedProfile correctly, r=ehsan
2015-12-29 18:10:08 +00:00
Carsten "Tomcat" Book
d0849e2ce6
Merge mozilla-central to mozilla-inbound
2015-12-30 12:15:55 +01:00
Arthur Edelstein
3345f3b6d9
Bug 867501 - Pref allows JS locale to be set to US English/C. r=khuey
2015-12-29 13:56:00 +01:00
Chris Manchester
58d5a05e65
Bug 1216681
- Add a fileid utility to extract the breakpad GUID from object files for identification in fix_stack_using_bpsyms. r=ted
...
fix_stack_using_bpsyms.py locates a .sym file based on file name only, not uuid or full path,
which causes a failure if a duplicate leaf file name is introduced. This patch introduces a
small utility program on mac and linux to extract a breakpad guid from a shared library or
executable to identify the correct symbol file when this ambiguity occurs. A subsequent commit
implements this for windows.
--HG--
extra : commitid : 2O7REfHuDus
2015-10-21 16:37:42 -07:00
Andrea Marchesini
47f282fda3
Bug 1233750 - about:profiles - Setting a profile as default, selects it too, r=ehsan
2016-01-04 19:02:39 +00:00
Mike Hommey
837f1ced88
Bug 1236259 - Quote MOZ_APP_ID; r=gps
...
This is glandium's suggested patch. Committing under his name reviewed
by me.
--HG--
extra : commitid : 5abfwXR51iA
extra : rebase_source : d7d3658687e5b825e2095682786653cc42bf201e
extra : amend_source : fde873074c7e5d29f0fd9b5452ed5d1bed2f279d
2016-01-04 10:58:42 -08:00
Mike Conley
e62894147e
Bug 1221846 - Get Task Tracer building on desktop r=cyu.
...
--HG--
extra : rebase_source : 0666526a249c106274a4c764e325cd9810e9a2e7
2015-12-02 20:55:38 -05:00
Andrea Marchesini
c24fece6cb
Bug 1235864 - about:profiles - deleting the default profile should set a new default profile, r=ehsan
2016-01-04 12:42:35 +00:00
Ted Mielczarek
0169f908dd
bug 1069556 - sync to Breakpad c53ed143108948eb7e2d7ee77dc8c0d92050ce7c. r=glandium
...
--HG--
rename : toolkit/crashreporter/google-breakpad/src/common/pathname_stripper.h => toolkit/crashreporter/google-breakpad/src/processor/pathname_stripper.h
rename : toolkit/crashreporter/google-breakpad/src/common/pathname_stripper_unittest.cc => toolkit/crashreporter/google-breakpad/src/processor/pathname_stripper_unittest.cc
extra : commitid : DMQlXPms868
extra : rebase_source : ca3833fbce3e8ab242457c4e66eba26495a33f0c
extra : source : 09fd4f3ab6e764016fe073efb226f03b5969af59
2015-10-09 15:29:26 -04:00
Ted Mielczarek
40babc2bf8
bug 1069556 - change update-breakpad.sh to work with Breakpad's git repo (NPOTB)
...
--HG--
extra : commitid : 8m3oeXmF9Ok
extra : rebase_source : f8967417b6864c4df401df89b5d569b63e0e18d4
extra : source : 0e628eff02f5cf6fdc118ef0e61f3e17f627e7d2
2015-10-23 15:25:30 -04:00
Hector Zhao
e3ec3c4522
Bug 1242966 - Make services/crypto eslintable. r=rnewman
2016-01-26 23:01:32 +08:00
Ted Mielczarek
8b33bf2725
bug 1069556 - sync to Breakpad c53ed143108948eb7e2d7ee77dc8c0d92050ce7c. r=glandium
...
--HG--
rename : toolkit/crashreporter/google-breakpad/src/common/pathname_stripper.h => toolkit/crashreporter/google-breakpad/src/processor/pathname_stripper.h
rename : toolkit/crashreporter/google-breakpad/src/common/pathname_stripper_unittest.cc => toolkit/crashreporter/google-breakpad/src/processor/pathname_stripper_unittest.cc
extra : commitid : JrvwN8snpm2
extra : rebase_source : 3433235330b64ae20abbcc6defb26218617a165f
2015-10-09 15:29:26 -04:00
Ted Mielczarek
0b8ac6acb9
bug 1069556 - change update-breakpad.sh to work with Breakpad's git repo (NPOTB)
...
--HG--
extra : commitid : 3RrJbnViuO3
extra : rebase_source : b2e37a5830d384ee689bbddc09b37b4ba65ddf47
2015-10-23 15:25:30 -04:00
Francois Marier
1ba8c4c5d3
Bug 1239587 - Rename the browser.safebrowsing.appRepURL pref. r=gcp
2016-01-19 13:56:49 -08:00
Sebastian Hengst
d8d4a2d1a5
Backed out 2 changesets (bug 1224374
) for Windows bustage. r=bustage on a CLOSED TREE
...
Backed out changeset 5f458e6e4997 (bug 1224374
)
Backed out changeset 0dc02cb0b604 (bug 1224374
)
2016-01-19 21:30:41 +01:00
David Rajchenbach-Teller
2d53758d08
Bug 1224374
- Profiler labels for the top 26-100 chrome hangs;r=BenWa
...
--HG--
extra : rebase_source : 51d39d6f88bf58ccb29f5897c3dbbe71007ee842
2016-01-15 11:38:03 +01:00
Dave Townsend
99e46fd0e0
Bug 1237340: Fix browser and toolkit eslint failures. r=Felipe
...
--HG--
extra : rebase_source : 3e1098fe6d387bed1edcad365e318c484e8989ea
2016-01-06 10:10:35 -08:00
Chris Pearce
5d3656a01c
Bug 1234099 - Backout 34460cc654ca due to playback failures caused by Adobe GMP. r=backout
2016-01-07 09:57:36 +13:00
Chris Manchester
586c6f4bb9
Bug 1237156 - Only build the fileid utility when MOZ_CRASHREPORTER is set. r=ted.mielczarek
...
--HG--
extra : rebase_source : 445ddac5b47cd106dab224da8b2af3ed90cf973b
2016-01-06 10:52:21 -08:00
David Rajchenbach-Teller
d0d66ace26
Bug 1230735 - AddonWatcher.alerts is now a map;r=Felipe
...
--HG--
extra : rebase_source : ca58121921c8630d50774b5170887aa94cb6b6ec
2015-12-14 22:57:13 +01:00
Mike Taylor
d72068aa11
Bug 1237091. Remove WAP telemetry probe. r=mcmanus
2016-01-06 12:15:41 -06:00
Ryan VanderMeulen
d051a1eb3c
Merge m-c to inbound. a=merge
2016-01-06 09:50:26 -05:00
Jean-Yves Avenard
d27b150c08
Bug 1214462: P3. Add FFmpeg license's link to about:license. r=gerv
2016-01-06 23:03:51 +11:00
Kearwood (Kip) Gilbert
cc29c10dc2
Bug 1182048 - Part 1: Allow e10s to be enabled,r=vlad
...
- Removed code that disabled e10s when the dom.vr.enabled pref was
set to true.
2015-09-17 14:23:07 -07:00
Sebastian Hengst
e082884d78
Backed out 15 changesets (bug 1208944) for failing tests M(2,5) on OSX. r=backout
...
Backed out changeset c29de223de2f (bug 1208944)
Backed out changeset 3d99da255be1 (bug 1209844)
Backed out changeset 3c915942af38 (bug 1209844)
Backed out changeset 759b425b5503 (bug 1208944)
Backed out changeset bf73cf8f0fda (bug 1208944)
Backed out changeset 0e337d912b7d (bug 1208944)
Backed out changeset 31c47f2980b5 (bug 1208944)
Backed out changeset 3e0d70a6e809 (bug 1208944)
Backed out changeset 7685dcb63e5f (bug 1208944)
Backed out changeset 3c2b9372dd36 (bug 1208944)
Backed out changeset 18160d306493 (bug 1208944)
Backed out changeset 4974e397b655 (bug 1208944)
Backed out changeset fde7e439844d (bug 1208944)
Backed out changeset 4213a355fbdc (bug 1208944)
Backed out changeset 33cfddbbf5f2 (bug 1208944)
2015-12-29 17:42:02 +01:00
Makoto Kato
a4309e941a
Bug 1208944 - Part 4. nsWindowsDllInterceptor supports IMM32 API hook. r=ehsan
2015-12-29 22:57:38 +09:00
Mrinal Dhar
9c6bcee540
Bug 1113736
- Remove tail.js and add cleanup function call in head.js. r=paolo
...
--HG--
extra : commitid : KnJulAaqtPN
extra : rebase_source : b3e28bc8b0154751e94a88492207023b17b2064d
extra : amend_source : 120d225f23e4c88c3e6fcd02df42aa3e381b5b9e
2015-12-28 15:05:13 +00:00
Ryan VanderMeulen
9a3523097f
Merge fx-team to m-c. a=merge
2015-12-25 20:33:39 -05:00
Alessio Placitelli
686cba646a
Bug 1234493 - Remove FHR's PasswordsMetricsProvider. r=rnewman
2015-12-22 09:55:00 +01:00
Milan Sreckovic
1c5ba02c87
Bug 1234385: Add downloadable blocklist support for between comparison types, by recognizing driverVersionMax when parsing. r=benwa
...
--HG--
extra : commitid : AhHBWH2QjLc
2015-12-24 12:53:40 -05:00
Bill McCloskey
84f9789075
Bug 1205886 - [webext] Allow content scripts to do cross-origin XHRs if they have permission (r=kmag)
2015-12-23 12:29:39 -08:00
Bill McCloskey
b9e31d597b
Bug 1229552 - [webext] Add test for unregistration (r=kmag)
2015-12-23 12:29:39 -08:00
Bill McCloskey
755eaf9042
Bug 1228044 - [webext] Filter messages between extensions (r=kmag)
2015-12-23 12:29:39 -08:00
Bill McCloskey
c15d73943a
Bug 1224105 - [webext] Use <browser> element for background page (r=kmag)
2015-12-23 12:29:39 -08:00
Bill McCloskey
b8196d4c71
Bug 1208257 - [webext] runtime.json (r=kmag)
2015-12-23 08:57:13 -08:00
Bill McCloskey
1b98762630
Bug 1208257 - [webext] extension.json (r=kmag)
2015-12-23 08:57:13 -08:00
Bill McCloskey
9e01a18c0b
Bug 1208257 - [webext] i18n.json (r=kmag)
2015-12-23 08:57:13 -08:00
Bill McCloskey
a2c4e965e2
Bug 1208257 - [webext] context_menus.json (r=kmag)
2015-12-23 08:57:13 -08:00
Bill McCloskey
a3d3a41850
Bug 1208257 - [webext] browser_action.json (r=kmag)
2015-12-23 08:57:13 -08:00
Bill McCloskey
4bcec16ec8
Bug 1208257 - [webext] idle.json (r=kmag)
2015-12-23 08:57:13 -08:00
Bill McCloskey
75122447dd
Bug 1208257 - [webext] bookmarks.json (r=kmag)
2015-12-23 08:57:13 -08:00
Jan Horak
76cccd6b7d
Bug 1205643 - "Wrong scrollbar border prevents scrolling to cursor when mouse is on the screen edge". r=karlt
2015-12-22 05:05:00 +01:00
Carsten "Tomcat" Book
719ce6825c
merge mozilla-inbound to mozilla-central a=merge
2015-12-23 12:00:09 +01:00
Ben Kelly
9111f6e07c
Bug 1234691
Fix about:serviceworkers to use correct nsIPushService getSubscription() call. r=baku
2015-12-22 20:11:50 -08:00
Kris Maglione
77d984b84a
Bug 1210996: [webext] Check host permissions in the browser.cookies API. r=billm
...
--HG--
rename : toolkit/components/extensions/test/mochitest/test_ext_cookies.html => toolkit/components/extensions/test/mochitest/test_ext_cookies_permissions.html
extra : commitid : IqgOPGfrF2K
extra : rebase_source : 1ba3322fec537ba5e0c0f5fe8a30b7e6eec46911
2015-12-02 21:20:01 -08:00
Margaret Leibovic
72e76f303f
Bug 1234238 - Restore FFB theme. r=sebastian
...
--HG--
extra : commitid : FODpzH00bto
extra : rebase_source : b2849c8bed9e123c33a8c209515e31fe9fb9a584
2015-12-21 17:09:05 -05:00
Anup Kumar
77710725de
Bug 1201492 - Remove extended_statistics_ok from Telemetry histograms. r=dexter
2015-12-21 08:31:00 +01:00
Mark Finkle
6b02f47b5b
Bug 1234449 - Cleanup reader telemetry r=margaret
2015-12-22 09:32:10 -05:00
Carsten "Tomcat" Book
8dfa44c1a4
Merge mozilla-central to fx-team
2015-12-22 12:28:35 +01:00
Carsten "Tomcat" Book
d0f1701bc8
merge mozilla-inbound to mozilla-central a=merge
2015-12-22 11:47:07 +01:00
Shane Caraveo
ffff16ffeb
Bug 1233837 support migration wizard override from distribution.ini, r=bsmedberg
2015-12-21 17:18:07 -08:00
penhlenh
36fa3f873b
Bug 1232914: Allow switching between structured & raw ping data via radio button. r=dexter
2015-12-20 00:11:07 +07:00
Margaret Leibovic
c763154973
Bug 1232761 - Expose telemetry/fhr settings directly in restricted profile admin UI. r=sebastian
...
--HG--
extra : commitid : FE0KvI9RjIO
extra : rebase_source : 9ce1d4296aff0435cb27a977fab9b5ca52bcc271
2015-12-18 11:37:26 -05:00
Margaret Leibovic
d59e4ae5e8
Bug 1228090 - Update traacking protection telemetry histogram to represent user setting. r=mfinkle
...
--HG--
extra : commitid : ID0STPnNMfB
extra : rebase_source : 205146246a35eee158845fec4b788edd7018dafa
2015-12-18 14:30:24 -05:00
Carsten "Tomcat" Book
7aa1c2a90b
Backed out changeset d19ad724c64c (bug 1198209) for test failures in browser_aboutHealthReport.js
...
--HG--
extra : rebase_source : c1e683221a39c97d991c77df4d5c5b1f8e16f40f
2015-12-21 14:28:43 +01:00
Carsten "Tomcat" Book
ad1ad64972
Merge mozilla-central to fx-team
2015-12-21 12:00:23 +01:00
Carsten "Tomcat" Book
7ad45c0d65
merge mozilla-inbound to mozilla-central a=merge
2015-12-21 11:52:31 +01:00
Chris H-C
5e2c10e8ec
Bug 1198209 - Add a "Total Memory" Histogram. r=vladan
...
We now have all the necessary measurement APIs to get a full memory picture for
a running multi-process instance. However, there's no way to correlate one
particular RSS measurement on chrome with its USS measurements on content
processes.
So do that in TelemetrySession and report it.
2015-12-18 07:48:00 +01:00
Wes Kocher
c627bc38a1
Backed out changeset f3cb1eed6379 (bug 1234099) for browser_gmpProvider.js failures in bc1 CLOSED TREE
2015-12-21 13:37:06 -08:00
Chris Pearce
6bc4318a73
Bug 1234099 - Unhide Adobe GMP on Windows XP. r=spohl
...
--HG--
extra : rebase_source : 368ea98282668d270fee89a8321d076d2dcda127
2015-12-21 16:06:41 +13:00
Stephen A Pohl
feca082657
Bug 1222555: Copy updater.app to the proper location for app update mochitest chrome tests. r=rstrong,ted
2015-12-21 12:21:57 -05:00
Gian-Carlo Pascutto
2652d00be1
Bug 1211090 - Don't fail to open databases if we can't do buffered IO. r=froydnj
2015-12-21 17:51:03 +01:00
Gian-Carlo Pascutto
73ac6a6ca3
Bug 1211090 - Add fallocate support to nsIOutputFileStream and use it. r=froydnj
2015-12-21 17:50:53 +01:00
Gian-Carlo Pascutto
e82778f026
Bug 1211090 - Use Buffered IO for PrefixSet load/store. r=froydnj
2015-12-21 17:50:46 +01:00
Carsten "Tomcat" Book
537c84d51c
Merge mozilla-central to mozilla-inbound
2015-12-21 11:54:26 +01:00
Philip Chee
aa83e1f85f
Bug 1233524 - The Create Profile Wizard says "Click Done ..." when the button is called "Finish" and "Click Finish ..." when the button is called "Done r=jimm
2015-12-23 01:23:47 +08:00
David Rajchenbach-Teller
dcf49e026a
Bug 1228020 - Removing about: pages from FX_PAGE_LOAD. r=dao
...
about: pages (including about:blank) are loaded quite often and do not
reflect any useful real-world performance for this histogram, so we
remove them.
Also, documenting a tad more the histogram.
--HG--
extra : transplant_source : %40BD%20O%EBC%12%80%7B%1E%25%9AY%DB%C8%DE%BC%19D
2015-11-27 12:15:10 +01:00
Andrea Marchesini
c49912c8e6
Bug 1233032 - radio input for profile selection, r=ehsan
2015-12-21 08:59:59 +00:00
Chris Peterson
88051371a9
Bug 1232223 - Part 1: Remove MOZ_WEBM #ifdefs because WebM is always supported, though not necessarily enabled. r=jya r=glandium
2015-12-12 13:49:07 -05:00
Kit Cambridge
f9c7a31d28
Bug 1219030 - Collect notification management telemetry. r=wchen,MattN; p=ally
...
--HG--
extra : commitid : JvHyMCNBrk9
extra : amend_source : 72c46fbd3ead7ed3f101dd98114cb435a691c706
2015-11-13 21:22:59 -08:00
Gijs Kruitbosch
2a29a25860
Bug 1233470 - make browser/modules eslintable, r=Mossop
...
--HG--
extra : commitid : IZkQYhmLl9V
extra : rebase_source : 82bd0ac1e9f3b3267d60d127758fa5771a5e9fc9
extra : amend_source : aa17ba3c05cd56840df3c986ba04221beeac2026
2015-12-17 18:31:08 +00:00
Carsten "Tomcat" Book
95a4ad6d63
Merge mozilla-central to fx-team
2015-12-18 15:26:47 +01:00
Carsten "Tomcat" Book
71603d10db
merge mozilla-inbound to mozilla-central a=merge
2015-12-18 15:23:39 +01:00
Margaret Leibovic
b899e680dd
Bug 1232467 - Remove "Open links in Private browsing" setting from Nightly. r=mcomella
...
--HG--
extra : commitid : E9nriJL1vFi
extra : rebase_source : 40a6dd58736cb0aa64623422bec5d22ff02d04b3
extra : amend_source : 82991eed7a3a168afb33c483fa9cbd820c99fd85
2015-12-17 11:45:12 -05:00
Georg Fritzsche
17f0906603
Bug 1233438 - Fix error in TelemetryEnvironment for addons where description is undefined. r=gfritzsche
2015-12-18 17:25:47 +07:00
Jared Wein
d880972b2c
Bug 1230212 - Implement updated design spec for XUL alerts. r=kitcambridge
2015-12-17 14:11:22 -05:00
Richard Marti
0c6226c0e1
Bug 1191230 - Add Windows 10 twisties. r=Gijs
...
--HG--
rename : toolkit/themes/windows/global/tree/twisty-clsd.png => toolkit/themes/linux/global/tree/twisty-clsd.png
rename : toolkit/themes/windows/global/tree/twisty-open.png => toolkit/themes/linux/global/tree/twisty-open.png
extra : commitid : 6QWQg6DhS7m
2015-12-09 18:20:25 +01:00
Andrea Marchesini
d24fdd1db2
Bug 1232998 - Add an 'Open directory' button in about:profiles, r=ehsan
2015-12-18 02:02:00 +00:00
Andrea Marchesini
aa1f9b32cb
Bug 1233432 - pleaseSelectTitle and pleaseSelect were missing in the localization file for about:profiles, r=ehsan
2015-12-18 02:00:12 +00:00
Haik Aftandilian
1a97b60af0
Bug 1232374
- remove nsAutoArrayPtr usages from toolkit/; r=froydnj
2015-12-17 09:37:47 -08:00
Andrea Marchesini
d4f6a558a6
Bug 1232630 - Rename C and I to Cc and Ci in profileSelection.js, r=ehsan
2015-12-17 15:39:33 +00:00
Carsten "Tomcat" Book
01b55eb7c7
Merge mozilla-central to mozilla-inbound
2015-12-17 12:03:41 +01:00
Carsten "Tomcat" Book
af252b574e
merge mozilla-inbound to mozilla-central a=merge
2015-12-17 11:59:41 +01:00
Andrea Marchesini
84dbf3ea1b
Bug 1233065 - about:profiles in the ProfileManager should be smaller, r=ehsan, f=alice0775
2015-12-17 10:59:37 +00:00
Avi Halachmi
9b56ccfb99
Bug 1228147: part 2: Add telemetry probe for synchronous scroll. r=kats
2015-12-16 20:06:40 +02:00
Avi Halachmi
6984fc0759
Bug 1228147: part 1: Add telemetry RecordingEnabled support. r=gfritzsche f=froydnj
2015-12-16 20:06:40 +02:00
Francois Marier
d63cc41a00
Bug 1231557 - Use the URL Classifier in Media elements. r=cpearce,r=gcp
...
--HG--
rename : dom/media/test/vp9.webm => toolkit/components/url-classifier/tests/mochitest/vp9.webm
2015-12-16 13:24:40 -08:00
Chris Manchester
70f77fe325
Bug 1223745 - Move generate headers in toolkit/mozapps/update/updater/Makefile.in to GENERATED_FILES. r=glandium
...
--HG--
extra : rebase_source : 08190b416403e3b03ee1267b297eb6d88c166450
2015-12-16 13:08:34 -08:00
Kit Cambridge
2aac6b9fea
Bug 1189998, Part 2 - Migrate Push service callers. r=mt
...
--HG--
extra : commitid : Irrl5pvEqC
extra : rebase_source : 11c261c95820225bcc50976956000f34a79f9578
2015-12-08 15:41:48 -05:00
Wes Kocher
0f6a2a587a
Backed out 2 changesets (bug 1228147) for build failures in histogram.h on a CLOSED TREE
...
Backed out changeset 35b4ba91e093 (bug 1228147)
Backed out changeset 8a2f45c8d25d (bug 1228147)
--HG--
extra : commitid : Atv8AVyyd9h
2015-12-16 09:27:37 -08:00
Avi Halachmi
7762c6b58a
Bug 1228147: part 2: Add telemetry probe for synchronous scroll. r=kats
2015-12-16 17:18:45 +02:00
Avi Halachmi
8b5b3ca720
Bug 1228147: part 1: Add telemetry RecordingEnabled support. r=gfritzsche f=froydnj
2015-12-16 16:39:57 +02:00
Andrea Marchesini
12a3250b13
Bug 1233007 - about:profiles should support the opening a new profiles, r=bkelly
2015-12-16 14:35:35 +00:00
Chris AtLee
c9be0d6fd9
Bug 1231379 - Disable omni.ja compression on desktop platforms r=catlee,glandium
...
--HG--
extra : rebase_source : c669b3d1ff093b40e8d8f46845948f4f9c18ae41
2015-12-15 10:11:12 -05:00
Carsten "Tomcat" Book
ee3a10a104
Merge mozilla-central to mozilla-inbound
2015-12-16 12:03:47 +01:00
Carsten "Tomcat" Book
a77b9d40f7
merge mozilla-inbound to mozilla-central a=merge
2015-12-16 12:01:46 +01:00
Drew Willcoxon
f47dc136b4
Bug 1182783 - Restore search string and selection when selecting an autofilled urlbar popup result. r=mak
2015-12-15 17:08:41 -08:00
Wes Kocher
dcd5150ad9
Merge m-c to inbound, a=merge
...
--HG--
extra : commitid : wg0tOahMU6
2015-12-15 15:52:44 -08:00
Wes Kocher
c1452c8c24
Merge inbound to central, a=merge
...
--HG--
extra : commitid : Ebqzc9n0mUJ
2015-12-15 15:47:20 -08:00
Wes Kocher
72e906f6af
Backed out changeset 0ac99e7e0440 (bug 1222377) for testRestrictions bustage in android rc3
...
--HG--
extra : commitid : Lxw3mc0Zmvu
2015-12-15 14:11:10 -08:00
Chris Pearce
591eb6df76
Bug 1232799 - Remove KEY_PLUGIN_TRIAL_CREATE pref from GMPProvider and friends. r=spohl
...
The GMPVideoDecoderTrialCreator was removed from Gecko in bug 1232527, and so
we don't need to set/reset this pref in the GMPProvider any more.
--HG--
extra : rebase_source : 3bb70b21388cdc8adb1aec25cff837a0348a6e3c
2015-12-16 10:38:51 +13:00
Chris Pearce
8cdc81c1eb
Bug 1232795 - Remove VIDEO_EME_DISABLED telemetry probe. r=spohl
...
--HG--
extra : rebase_source : 6d7ee246707b0dad8493944af629a9ea0097184e
2015-12-16 10:32:41 +13:00
Andrea Marchesini
59907c214f
Bug 1232629 - Replace ProfileManager with about:profiles, r=ehsan
2015-12-15 14:12:59 +00:00
Andrea Marchesini
df07716a31
Bug 1179129 - about:profiles, r=ehsan
2015-12-15 14:12:06 +00:00
Carsten "Tomcat" Book
5a86bca15a
merge mozilla-inbound to mozilla-central a=merge
2015-12-15 12:16:29 +01:00
Phil Ringnalda
7387e07356
Merge m-c to f-t
2015-12-14 22:23:36 -08:00
Phil Ringnalda
e70ec2d790
Merge m-c to m-i
2015-12-14 22:22:33 -08:00
Wes Kocher
f2e16d8160
Bump some telemetry histogram expirations up to 47 to help unbreak m-c ASAP rs=mossop (bug 1232493, bug 1232494, and bug 1232496) a=bustage
...
--HG--
extra : commitid : F7I6CYSjLva
extra : amend_source : 373b916e166ffb00104721733222a185988658d0
2015-12-14 15:59:28 -08:00
Phil Ringnalda
f61cbd01dd
Merge m-i to m-c, a=merge
2015-12-11 21:20:03 -08:00
Carsten "Tomcat" Book
8c8e1c0526
Merge mozilla-central to mozilla-inbound
2015-12-11 11:42:10 +01:00
Carsten "Tomcat" Book
b25476080d
merge mozilla-inbound to mozilla-central a=merge
2015-12-11 11:38:17 +01:00
Sebastian Kaspari
19c4497cec
Bug 1222377 - Add option to enable blocking content in restricted profiles. r=margaret
...
(Feature only enabled in Nightly until we deployed an actual block list)
--HG--
extra : commitid : 9KVeAmXbSZV
extra : rebase_source : b55299a0ead543d8dd1bc702ed9b753d4dff009c
extra : amend_source : 5290e5514ff66fad7a3bfa623aaeab66454e17bb
2015-12-15 13:34:49 +01:00
Kris Maglione
5806db05fe
Bug 1231827: Fix ESLint regressions in toolkit/components/extensions. r=trivial
...
--HG--
extra : commitid : LOHpVyIKcEO
2015-12-11 11:29:08 -05:00
Alessio Placitelli
b535b6abb8
Bug 1231719 - Fix the in-tree docs for threadHangStats/chromeHangStats. r=gfritzsche
2015-12-14 01:01:00 +01:00
Gijs Kruitbosch
214bd6a3f9
Bug 1222792 - fix comparing escaped URIs in reader mode when detecting redirects, r=margaret
...
--HG--
extra : commitid : 70OdQAGYdRh
extra : rebase_source : 45bbb481643776eeff880794c292ddb2bcc32841
2015-12-15 15:57:03 +00:00
Alessio Placitelli
9f6f7449c9
Bug 1217282 - Add test coverage. r=gfritzsche
2015-12-15 05:44:00 +01:00
Felipe Gomes
bddd338cd7
Bug 1231728 - Fixes some code to follow eslint rules. r=mak
...
--HG--
extra : commitid : 2pB0pOqsHVW
2015-12-10 14:38:30 -05:00
Felipe Gomes
19f1667df6
Bug 1231728 - Enable no-dupe-args, no-dupe-keys, no-duplicate-case, no-obj-calls, no-with rules globally, no-redlecare and consistent-return in browser. r=Mossop
...
--HG--
extra : commitid : Axo4haH85oJ
2015-12-10 14:34:44 -05:00
Marco Bonardo
c4481294ee
Bug 1231661 - followup: readd somehow lost double quotes. r=post-facto
...
--HG--
extra : commitid : 9yLTD3T4bWC
2015-12-10 14:09:38 -05:00
Marco Bonardo
672223aab8
Bug 1231661 - Relax no-multi-spaces Eslint rule. r=Mossop
...
--HG--
extra : commitid : 1EJvx7UZuqf
extra : rebase_source : be2c04fcb78999c35e4aad215ce399dd50c2448f
2015-12-10 10:15:04 -05:00
Carsten "Tomcat" Book
ffb37c03fb
merge mozilla-inbound to mozilla-central a=merge
2015-12-10 12:05:03 +01:00
Phil Ringnalda
c86db83adf
Bug 1208199 - Skip test_osfile_async_setDates.js on b2g debug, where it fails constantly
2015-12-09 18:40:57 -08:00
Margaret Leibovic
22506e4c27
Bug 1221513 - Disable test_TelemetryEnvironment.js on Android. r=me
...
--HG--
extra : commitid : E2e8gAiw27f
extra : rebase_source : 1398a25dc50d65420c51eb3134312dfc3671a072
2015-12-09 09:32:53 -05:00
Dave Townsend
19878ed039
Bug 1231839: Import AppConstants as needed. r=Dolske
...
--HG--
extra : rebase_source : 966416f258fede0c4cd5a6f2866e1b13c913cc84
2015-12-11 20:47:22 -05:00
Dave Townsend
9c612a4946
Bug 1231828: Fix JS parsing errors in toolkit and browser XBL files. r=felipe
...
--HG--
extra : commitid : Ig2Yj9oB8m5
extra : rebase_source : 9a83b71125ccbb482e51b649ca09a6c348a5c111
2015-12-10 16:53:46 -05:00
Jed Davis
48de284e31
Bug 1222500 - Handle unexpected thread creation better on desktop Linux. r=gdestuynder
2015-11-30 18:21:00 +01:00
David Anderson
d8db9b6470
Add Telemetry for the drawing models that plugins use. (bug 1229961 part 1, r=aklotz,vladan)
...
--HG--
extra : rebase_source : 235694f543026a0b55d8ed65bb1489a3cf97b04d
2015-12-10 13:16:30 -08:00
Chris Pearce
f51937602c
Bug 1230295 - Add telemetry to report when Ogg chaining is used. r=rillian,r=vladan
2015-12-10 12:10:41 -05:00
Carsten "Tomcat" Book
00e5b491e5
Merge mozilla-central to mozilla-inbound
2015-12-10 12:34:09 +01:00
Carsten "Tomcat" Book
8431613ae5
Backed out changeset bcb4ebf6ffac (bug 1198459) for bustage
2015-12-10 11:14:27 +01:00
Carsten "Tomcat" Book
7265490919
Backed out changeset 4b1d470d9f98 (bug 1198459)
2015-12-10 11:14:15 +01:00
Carsten "Tomcat" Book
0dbae93f68
Backed out changeset b3a52644af28 (bug 1198459)
2015-12-10 11:14:12 +01:00
Georg Fritzsche
943da0d5c5
Bug 1231055 - Fix tags usage in PluginProvider. r=dtownsend
2015-12-08 19:52:45 -05:00
Jim Mathies
9973bfb69c
Bug 1198459 - Update telemetry data based on the use of the forced enable pref. r=felipe
...
--HG--
extra : transplant_source : 2u%F3O%9F%20%94%B6f%A3J%23w%9B%F8%E5%9A%F3%8F%FC
2015-12-09 08:56:50 -05:00
Jim Mathies
cecee8b5fa
Bug 1198459 - Add support for disabling e10s if a11y was run in the previous session, or run in a session over the previous week. r=felipe
...
--HG--
extra : transplant_source : %3B_OS%DB%83%3E%8D%B9%A4h%19%90%5C%12/%23%A3%21c
2015-12-09 08:35:06 -05:00
Jim Mathies
33f95db847
Bug 1198459 - Prevent accessibility from initializing in content processes when e10s is running. r=tbsaunde
...
--HG--
extra : transplant_source : %BA%D2uF7%D5%C1jg%0E%BA%9B%84u%3D%10n%C0%93%8B
2015-12-09 08:35:06 -05:00
Andrea Marchesini
32580a380e
Bug 1231100 - Get rid of nsIDOMFileReader - patch 2, r=sicking
2015-12-09 15:52:38 -05:00
Andrea Marchesini
c2230f21f8
Bug 1231100 - Get rid of nsIDOMFileReader - patch 1, r=sicking
2015-12-09 15:52:15 -05:00
Patrick McManus
ef7802ae5c
Bug 1230742 - include ALPN code in existing telemetry description r=hurley
2015-12-05 07:32:29 -05:00
Patrick McManus
4c8ee0930e
Bug 1230743 - telemtry for nsConnectionEntry hit rate r=hurley
2015-12-05 07:43:01 -05:00
Carsten "Tomcat" Book
0eda110956
merge mozilla-inbound to mozilla-central a=merge
2015-12-09 12:02:12 +01:00
Matt Howell
421eb47a4b
Bug 1079858, Deal with deprecation of SHA1 (SHA-1) Authenticode signatures for Windows signing, part 2 (swap cert), r=catlee, a=lizzard
...
--HG--
extra : amend_source : 450203e03ee0f46929ca4b4ce1a1e43b4ea6df97
2015-12-08 16:16:55 -05:00
Matt Howell
23f09f2b29
Bug 1079858, Deal with deprecation of SHA1 (SHA-1) Authenticode signatures for Windows signing, part 1, r=catlee, a=lizzard
...
--HG--
extra : amend_source : 90642316bf1b25d73c8a2b5f4278ec1f9625ed9d
2015-12-08 16:06:26 -05:00
Bill McCloskey
6e0bf624bf
Bug 1208257 - [webext] tabs.json (r=kmag)
2015-12-06 08:50:24 -08:00
Bill McCloskey
7e37c83d7b
Bug 1208257 - [webext] web_navigation.json (r=kmag)
2015-12-06 08:50:24 -08:00
Bill McCloskey
a8890fbf4f
Bug 1208257 - [webext] WebNavigation test (r=kmag)
2015-12-06 08:50:24 -08:00
Bill McCloskey
d85785380e
Bug 1208257 - [webext] web_request.json (r=kmag)
2015-12-06 08:50:24 -08:00
Bill McCloskey
0c3e71a155
Bug 1208257 - [webext] Extension.jsm support for schemas (r=kmag)
2015-12-06 08:50:24 -08:00