Commit Graph

34827 Commits

Author SHA1 Message Date
Justin Wood
d144d6ca85 Bug 1276110 - Workaround a wget bug by not performing internationalisation. r=ted
Taskclusters cloud-mirror sends a url-encoded response as a redirect, which allows it to point at the absolute url to the file in another AWS region and then it fetches and caches it while returning said file to our client (wget in this case)
Wget however is performing ASCII-->UTF8 conversion on the url on windows, while at the same time also performing a urldecodeon the redirected url.
This urldecode is breaking Taskclusters cloud-mirror, so we work around that by telling wget not to perform the conversion at all (we don't need charset conversion here)

Alternative option was to set --local-encoding=ASCII, however that option doesn't work on our current linux machines (and likely OSX builders, but untested there) while --no-iri works on all 3 platforms, so we are going with that.

MozReview-Commit-ID: EXmiDpozFNr

--HG--
extra : rebase_source : 551bb299d959ac2af1f1c9511b665b7d1a0d9f2a
2016-06-22 08:59:07 -04:00
Carsten "Tomcat" Book
2ca762b096 merge mozilla-central to mozilla-inbound 2016-06-29 16:20:21 +02:00
Carsten "Tomcat" Book
5c90a99952 merge mozilla-inbound to mozilla-central a=merge 2016-06-29 16:13:05 +02:00
Andrea Marchesini
ba3387e6a0 Bug 1281793 - Remove some non-used telemetry IDs - part 7 - network/cache (2), r=mayhemer 2016-06-29 15:19:13 +02:00
Carsten "Tomcat" Book
a982df321d Backed out changeset ceff61c9fc5a (bug 889561) for frequent testfailures on pgo in /bookmarks/test_
--HG--
extra : rebase_source : 84d364e67739738da807b9d83c3338ebd8a086a6
2016-06-29 13:54:51 +02:00
Carsten "Tomcat" Book
240522d713 Backed out changeset 07e1f152fe92 (bug 889561)
--HG--
extra : rebase_source : 3a47c38af09d894dfd44702f14c80e97d25c7c06
2016-06-29 13:54:31 +02:00
anonym
91d0ac1119 Bug 1281959 - Add a pref hiding the "Open with" option. r=dolske
If browser.download.forbid_open_with is set to true (default: false)
the download dialog will not ever show the "Open with" option for
opening the file with an external application; only the "Save" and
"Cancel" options will be available.

This is very useful to enable when the browser is sandboxed (e.g. via
AppArmor) in such a way that it is forbidden to run external
applications, since users then are not presented with this choice
which will not work and only cause confusion.

See https://trac.torproject.org/17502
2016-06-28 14:23:00 +02:00
Honza Bambas
e62bd5f22b Bug 1277275 - Cache I/O queue length telemetry, r=michal 2016-06-27 05:43:00 +02:00
Ray Lin
e1b4b9465e Bug 985915 - Vertically move up closed caption to not overlap control bar. r=rillian
MozReview-Commit-ID: HzJ3ppbmQnk

--HG--
extra : rebase_source : dda5febc3c799c375e4dbe39cf52f96504740b55
2016-06-27 11:22:15 +08:00
Claas Augner
1110860598 Bug 979323 - Add "Zoom Text Only" preference to environment telemetry. r=gfritzsche
--HG--
extra : rebase_source : 6cd5644f9def393e25f1d5f87b55ff65baac0e62
2016-06-25 18:50:24 +02:00
Gijs Kruitbosch
51c24100f1 Bug 1281602 - rework automigration telemetry to use an enumerated histogram, r=bsmedberg,dolske
MozReview-Commit-ID: 37XarohGgMN

--HG--
extra : rebase_source : 34134ccfb413eae7d25c811008a8dc647dbbeba4
extra : amend_source : 4d04fc59349673c7f6540fd9468b0d78409262ca
2016-06-23 10:02:59 +01:00
Gijs Kruitbosch
579b36016a Bug 1276694 - store recency of browser data in telemetry when importing to see how good a predictor default browser is, r=dolske,bsmedberg
MozReview-Commit-ID: 16uPNGGDE68

--HG--
extra : rebase_source : fdb3ad8a3429079cb23cddd4a003b03043a95728
2016-05-30 17:10:54 +01:00
Mike de Boer
5da90b343c Bug 269442 - add tests for findbar entire word searching feature. r=dao
MozReview-Commit-ID: Fb5nJV5ly1i
2016-06-28 15:13:54 +02:00
Mike de Boer
fe68c53f4b Bug 269442 - whole word matching support for nsFind. r=ehsan,dao. ui-r=shorlander
MozReview-Commit-ID: KIDWHyjOSYL
2016-06-28 15:13:53 +02:00
Marco Bonardo
8355107fb5 Bug 889561 - followup - Missing changes to Bookmarks.jsm. r=post-facto
--HG--
extra : rebase_source : 95b2c5d6f4cfd64ac0fc23914c5d795aa292ac55
2016-06-28 15:18:32 +02:00
Carsten "Tomcat" Book
bd81760f9c Merge mozilla-central to fx-team 2016-06-28 16:14:58 +02:00
Carsten "Tomcat" Book
261fe13dcd merge mozilla-inbound to mozilla-central a=merge 2016-06-28 16:09:05 +02:00
Alessio Placitelli
b460cfd546 Bug 1233986 - Add test coverage. r=gfritzsche
MozReview-Commit-ID: 1Mi2ogNvy2o
2016-06-27 00:27:00 +02:00
Towkir Ahmed
8eff74364d Bug 1279910 - Renamed occurrences of 'Oriya' to 'Odia'. r=gijs 2016-06-27 12:31:00 +02:00
Marco Bonardo
67c3ad7930 Bug 889561 - Reduce the size of places.sqlite by removing the url unique index from moz_places. r=adw
MozReview-Commit-ID: 2kxaXnUYIwT

--HG--
extra : rebase_source : e03928033aa795c9a1cdb34d4f4618b0eb1d6890
2016-06-20 13:22:10 +02:00
Alessio Placitelli
0f97c13398 Bug 1233986 - Move clientId loading, generation and serialization earlier during startup. r=gfritzsche, data-review=bsmedberg
MozReview-Commit-ID: LgBGLY8gbLB
2016-05-23 06:09:00 +02:00
Wes Kocher
c73d13f1bb Merge m-c to fx-team, a=merge 2016-06-27 14:09:55 -07:00
Wes Kocher
a5dca92e10 Merge inbound to central, a=merge 2016-06-27 14:04:56 -07:00
Felipe Gomes
937776c97d Bug 1282545 - Update description for E10S_STATUS histogram. r=chutten
MozReview-Commit-ID: 82D25IJkqaG
2016-06-27 17:17:29 -03:00
Carsten "Tomcat" Book
4ee63aa14c Backed out changeset bca07aa9ac51 (bug 1233986) on developers request
--HG--
extra : rebase_source : 0b330c6fcb79590bc476e4abb666e3944d37720e
2016-06-27 13:19:47 +02:00
Carsten "Tomcat" Book
aa5cdbd0b4 Backed out changeset 8f48d2f1fa58 (bug 1233986)
--HG--
extra : rebase_source : 5005fdaf6c671120997b70837572713ef5042905
2016-06-27 13:19:09 +02:00
Carsten "Tomcat" Book
fa3eb6a9b1 Merge mozilla-central to fx-team 2016-06-27 12:04:12 +02:00
Kershaw Chang
aa2bd5ea05 Bug 1256595 - Add frameOuterWindowID in nsILoadInfo, r=billm 2016-06-27 02:42:00 +02:00
Alessio Placitelli
d961e1211b Bug 1276196 - Add scalars to the main ping payload. r=gfritzsche 2016-06-24 08:58:00 +02:00
Alessio Placitelli
f882637f17 Bug 1276195 - Add scalar measurements API & storage in Telemetry C++ core. r=gfritzsche
MozReview-Commit-ID: K27PoMxWRMp
2016-06-25 01:01:00 +02:00
Alessio Placitelli
bbd95e2176 Bug 1276190 - Add the documentation. r=gfritzsche
MozReview-Commit-ID: 8fNTMQXKxLs
2016-06-22 07:17:00 +02:00
Alessio Placitelli
4bccd54fad Bug 1276190 - Add a script to generate headers with scalar data from Scalars.yaml. r=gfritzsche 2016-06-24 09:14:00 +02:00
Alessio Placitelli
4c8bdc2f7f Bug 1233986 - Add test coverage. r=gfritzsche
MozReview-Commit-ID: 1Mi2ogNvy2o
2016-06-27 00:27:00 +02:00
Phil Ringnalda
18e2692832 Merge m-c to m-i 2016-06-25 16:34:13 -07:00
Phil Ringnalda
98d7a9d9c5 Merge m-i to m-c, a=merge 2016-06-25 16:23:43 -07:00
Seth Fowler
5bb4252ff6 Bug 1281680 - Add telemetry for image optimizations that may no longer be useful. r=edwin 2016-06-25 15:41:16 -07:00
Wes Kocher
bf02c9e2f4 Merge m-c to fx-team, a=merge 2016-06-24 13:41:56 -07:00
Wes Kocher
ef24c234ed Merge inbound to central, a=merge 2016-06-24 13:37:12 -07:00
Matthew Noorenberghe
ad739df391 Bug 1127579 - Cleanup jsdoc comments in nsLoginManagerPrompter.js
MozReview-Commit-ID: 5VzE9DyFZEb

--HG--
extra : rebase_source : 2d655b2cd974ea7fe0411743f9d39e1cb70bdfaf
2016-06-24 10:36:42 -04:00
Matthew Noorenberghe
b8f1ff3fed Bug 1127579 - Handle a user capturing a HTTPS login with an already saved login for the HTTP version. r=dolske
MozReview-Commit-ID: 4vWuFUmicYV

--HG--
extra : rebase_source : ca7769168eeba7120b1480a67adf427e8c2df86a
2016-06-24 10:32:16 -04:00
Sebastian Hengst
2e51abafdb Backed out changeset 1008f5b88e6b (bug 1270742) for failing browser_ext_browserAction_context.js. r=backout 2016-06-24 13:00:31 +02:00
Carsten "Tomcat" Book
517768e38e Merge mozilla-central to fx-team 2016-06-24 11:25:21 +02:00
Carsten "Tomcat" Book
3b37066215 merge mozilla-inbound to mozilla-central a=merge 2016-06-24 11:13:59 +02:00
past@mozilla.com
c603cb558d Bug 1275700 - Fix the color of the AwesomeBar and Search Results popup on Linux. r=dao
MozReview-Commit-ID: HF2qk05sGK7
2016-06-24 11:09:12 +03:00
Brian Grinstead
1adf4b4140 Bug 1278368 - Remove the error console. r=dolske
MozReview-Commit-ID: AIw6zqVjJFx

--HG--
extra : transplant_source : V%9C%F2%B6L%1D%22%D8%85%9Ep%AA%2B%CD%19%23%D2c%96%EE
2016-06-23 17:46:58 -07:00
Carsten "Tomcat" Book
2c23d5ea6f Merge mozilla-central to fx-team 2016-06-23 15:14:53 +02:00
Carsten "Tomcat" Book
965dbc5745 merge mozilla-inbound to mozilla-central a=merge 2016-06-23 14:57:09 +02:00
Mike de Boer
75b4a5385b Bug 1279717 - disable browser_FinderHighlighter.js mochitest on linux due to frequent intermittents. r=test-only
MozReview-Commit-ID: EjhMo42XBk4
2016-06-23 12:54:36 +02:00
Mike de Boer
c1e2129965 Bug 1279717 - inverse the mask to use a white background on pages with bright text color. r=jaws
MozReview-Commit-ID: D2UFsOfMJln
2016-06-22 19:22:07 +02:00
Mike de Boer
a38f90a1a3 Bug 1279717 - introduce a Color.jsm module that implements common color math operations in a single place. r=jaws
MozReview-Commit-ID: Huu58xtApyf
2016-06-22 19:22:05 +02:00