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
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
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