Commit Graph

37505 Commits

Author SHA1 Message Date
Georg Fritzsche
365263b553 Bug 1316281 - Part 3 - Fix TelemetrySession filter for test events. r=dexter 2016-12-02 12:17:12 +01:00
Georg Fritzsche
dc328f2736 Bug 1316281 - Part 2 - Record search event in Telemetry. r=dexter,mak data-review=rweiss 2016-12-02 12:17:12 +01:00
Georg Fritzsche
fe78815dce Bug 1316281 - Part 1 - Improve error message for unknown events. r=dexter 2016-12-02 12:17:12 +01:00
Georg Fritzsche
37df28f752 Bug 1316810 - Part 2 - Only serialize the events value & extra fields when needed. r=dexter 2016-12-02 12:17:12 +01:00
Georg Fritzsche
d858d0e44e Bug 1316810 - Part 1 - Use more strict size limits for event recording. r=dexter 2016-12-02 12:17:12 +01:00
Kris Maglione
04cfa849a5 Bug 1321640: Part 2 - Clean up the header block and param parsing code. r=mixedpuppy
MozReview-Commit-ID: 9fI5JQWCVop

--HG--
extra : rebase_source : 6965c7ec8ab814b68f5fb7b371ccdcebbb19527e
2016-12-01 13:11:08 -08:00
Kris Maglione
b7599ede5f Bug 1321640: Part 1 - Clean up the general code flow so that it can be followed. r=mixedpuppy
MozReview-Commit-ID: GmIWeZIprN0

--HG--
extra : rebase_source : b86399c7754d64d5daaa7d2fcb178f9a551a65b0
2016-12-01 18:14:18 -08:00
Ryan Kelly
ae7f7bd4ae Bug 1319904 - Ignore origin attributes in webchannel origin check. r=markh
Including the attributes in the origin check causes webchannels to fail in
e.g. private browsing windows and container tabs.  We only want to compare
against the base origin URL.

MozReview-Commit-ID: AMCjf4vJF9E

--HG--
extra : source : f485eaccbb98034a1111eaf4f4871de1868bcb70
2016-11-25 15:52:02 +11:00
Wes Kocher
b9a8598f48 Merge m-c to inbound, a=merge 2016-12-01 15:46:23 -08:00
Wes Kocher
d360bdebf5 Merge inbound to central, a=merge 2016-12-01 15:31:47 -08:00
Andrew Swan
d5d2ca90b7 (No bug) Replace misuse of Array.some() r=kmag
MozReview-Commit-ID: 5DpG14EcJCE
2016-12-01 14:54:47 -08:00
Phil Ringnalda
f93e4354ba Backed out 5 changesets (bug 1316281, bug 1316810) for ASan failures in UsageTelemetry tests
Backed out changeset 2c711bb8e373 (bug 1316281)
Backed out changeset b3ea1334c33a (bug 1316281)
Backed out changeset 823e118b3fad (bug 1316281)
Backed out changeset 84e97301a8c9 (bug 1316810)
Backed out changeset f98ddece4b12 (bug 1316810)

MozReview-Commit-ID: 5tR2v8NWxQW
2016-12-01 07:46:00 -08:00
Ethan Glasser-Camp
e1c5d29c37 Bug 1319742 - UUIDs should be strings, not objects, r=markh
`generateUUID()` returns an `nsID`, which is not exactly the same as a
UUID. `nsID`s can be converted to strings using `toString()`, but if
you use `JSON.stringify()`, they become `{}`. Object comparison in JS
performs identity comparison, which would be useless even if the UUIDs
were sensible, which they aren't. As a result, trying to sync keyrings
always failed, because it always seemed like UUIDs had changed, even
when they hadn't.

Because it never occurred to me that UUIDs wouldn't be strings, I
never even wrote a test for this. Correct this, and fix the test.

Thanks to :vasilica_mihasca and :markh for reporting and diagnosing this.

MozReview-Commit-ID: EthxkFFwRbQ

--HG--
extra : rebase_source : 7b2a258d85bf8aab2bf9895e3a8cac9d34ab8435
2016-11-29 14:15:55 -05:00
Evan Tseng
498e56ef81 Bug 1318605 - Do language detection to get text direction, r=Gijs
MozReview-Commit-ID: JxEw7e5y5r1

--HG--
extra : rebase_source : 05ea7d67779ec74bb2abce4b46ee3567cadbc34b
2016-11-18 18:36:12 +08:00
Sergei Chernov
19e9f4d7ed Bug 1317951, part 2 - Certificate Transparency - basic support for disqualified logs. r=keeler
MozReview-Commit-ID: 4y2JYFnO9Xm

--HG--
extra : rebase_source : 3d6dbfa4d0a6a24dbd8907f42071943895ba068a
2016-11-29 22:51:46 +02:00
Andrew Swan
b3eed82712 Bug 1308688 followup r=kmag
MozReview-Commit-ID: GPPJm1Hlx88

--HG--
extra : source : 955953e1591363485d902f4b9331de0ebea82220
2016-12-01 10:35:16 -08:00
Kershaw Chang
ccfc159353 Bug 1141814 - Part 1: Enable to update TP list if TP is disabled. r=francois 2016-11-30 23:12:00 -05:00
Georg Fritzsche
8b8c8ed1c7 Bug 1316281 - Part 3 - Fix TelemetrySession filter for test events. r=dexter 2016-12-01 14:57:32 +01:00
Georg Fritzsche
ffa7268434 Bug 1316281 - Part 2 - Record search event in Telemetry. r=dexter,mak data-review=rweiss 2016-12-01 14:57:32 +01:00
Georg Fritzsche
8909079f2f Bug 1316281 - Part 1 - Improve error message for unknown events. r=dexter 2016-12-01 14:57:32 +01:00
Georg Fritzsche
4c2a88f70e Bug 1316810 - Part 2 - Only serialize the events value & extra fields when needed. r=dexter 2016-12-01 14:57:32 +01:00
Georg Fritzsche
d204a87cf9 Bug 1316810 - Part 1 - Use more strict size limits for event recording. r=dexter 2016-12-01 14:57:32 +01:00
Tooru Fujisawa
08f4e91f3f Bug 1321229 - Remove legacy generator from toolkit/. r=Yoric 2016-12-01 18:12:15 +09:00
Marco Castelluccio
5cd305b7b3 Bug 1315213 - Add "CurrentPatchLevel" to the list of possible values where the microcode version is stored. r=milan 2016-12-01 09:31:46 +01:00
Marco Castelluccio
bb7c32f517 Bug 1315213 - Support reading microcode version from the registry when it is a REG_DWORD value (sometimes used for AMD CPUs). r=milan 2016-12-01 09:31:14 +01:00
Phil Ringnalda
b2a5d074b0 Merge m-c to m-i, a=merge
MozReview-Commit-ID: ElWKmbRf3Wx
2016-11-30 19:21:52 -08:00
Phil Ringnalda
0c055ccbcf Merge m-i to m-c, a=merge
MozReview-Commit-ID: 5JquuqfrPPy
2016-11-30 19:18:47 -08:00
Dale Harvey
d09fbfb58b Bug 1311301 - Skip test on android, on a CLOSED TREE. r=philor 2016-12-01 02:50:30 +00:00
Bill McCloskey
972fbd3fdf Bug 1320753 - Add nsINamed and have Runnable implement it (r=ehsan)
MozReview-Commit-ID: 6Vuw3aJ3860
2016-11-30 18:01:59 -08:00
Wes Kocher
c01505d709 Merge m-c to inbound, a=merge 2016-11-30 16:17:30 -08:00
Dale Harvey
e4ee5fbc31 Bug 1311301 - Ensure login managed inputs focus on load. r=mattn 2016-12-01 00:01:52 +00:00
Ryan VanderMeulen
7af8f38714 Merge m-c to autoland on a CLOSED TREE. a=merge 2016-11-30 13:27:46 -05:00
Carsten "Tomcat" Book
a24b7c65bb merge mozilla-inbound to mozilla-central a=merge 2016-11-30 15:45:53 +01:00
Mike de Boer
45676f2f6b Backed out changeset ba2692e1cbcf (bug 1252376) due to intermittent leaks.
MozReview-Commit-ID: IPFyfMhhLhv
2016-11-30 11:31:44 +01:00
Phil Ringnalda
ef3cede9a5 Merge m-i to m-c, a=merge
MozReview-Commit-ID: DAm5uRF7n91
2016-11-29 19:28:12 -08:00
Shane Caraveo
b1aaa3af6b Bug 1318800 fix systemPrincipal checks so top level tab loads work with webrequests, r=kmag
MozReview-Commit-ID: D5b8Qs839bP

--HG--
extra : rebase_source : 977527904c6988fce680a49cfb05e95ce6b88570
2016-11-29 16:00:06 -08:00
Phil Ringnalda
430ec9a870 Merge m-c to autoland 2016-11-29 19:31:34 -08:00
Ryan VanderMeulen
22bc2bc3fa Backed out changeset f485eaccbb98 (bug 1319904) because it needs a reworked patch. 2016-11-30 17:16:02 -05:00
Kirk Steuber
0ddd366738 Bug 1319571 - Change the output format of nsUrlClassifierDBService::ClassifyLocalWithTables from comma separated string to an array of strings r=francois
MozReview-Commit-ID: TXln2EQnZS

--HG--
extra : rebase_source : 520527fabc9d92dc7dc1ec670e79861d03449ca2
2016-11-29 13:04:43 -08:00
Zibi Braniecki
6fa9d29045 Bug 1287677 - Add mozIntl.getDisplayNames API. r=Waldo
MozReview-Commit-ID: GYVlvSv3Yd9

--HG--
extra : rebase_source : 75f24ca61ab87529f72bcba3aab2157bc29bed98
2016-11-28 12:06:20 -08:00
Sebastian Hengst
e65067f730 Backed out changeset cbde1c9e78d5 (bug 1318605) for failing test_reader_view.html and test_session_scroll_position.html on Android. r=backout 2016-11-29 18:25:46 +01:00
Timothy Guan-tin Chien
f362306fab Bug 1317882 - Calculate overflow for the insecure field richlistitem in the constructor. r=MattN
MozReview-Commit-ID: 9OxrUyK38Ss
2016-11-29 21:18:58 -08:00
Francois Marier
15e7ab840a Bug 1315387 - Cancel hash completer timeout timer when requests complete. r=gcp
MozReview-Commit-ID: 8cFc7YrxOoC

--HG--
extra : rebase_source : b7061e503cad9077a09fd65bfb20b9a5cc212471
2016-11-24 16:39:36 +13:00
Kirk Steuber
1cf7b0a540 Bug 1321377 - When called from the content process, ClassifyLocalWithTables should return failure instead of causing an IPC error r=Ehsan,francois
MozReview-Commit-ID: B1RemxGRSKB

--HG--
extra : rebase_source : e99ba20a9613bde31d9e7adbf94b5596e6adcd7d
2016-11-30 10:57:48 -08:00
Brian Grinstead
47309efaed Bug 1259603 - Use ConsoleEvents for cached messages and observing messages when webconsole actor is running;r=ejpbruel
MozReview-Commit-ID: E3oG451qPe9

--HG--
rename : devtools/server/actors/utils/webconsole-utils.js => devtools/server/actors/utils/webconsole-listeners.js
rename : devtools/server/actors/utils/webconsole-worker-utils.js => devtools/server/actors/utils/webconsole-worker-listeners.js
extra : rebase_source : 6e60511fc0432c24fe7b85f6a24924c66ecd5547
2016-11-30 10:32:48 -08:00
Phil Ringnalda
4f2b77776e Merge m-c to m-i
MozReview-Commit-ID: IQH3p0Fs2su
2016-11-29 19:32:37 -08:00
André Bargull
69db68d857 Bug 1319938 - Remove String generics uses in toolkit/components/extensions. r=aswan
--HG--
extra : rebase_source : 3dfb132d875cfcb7a5dbc190b7f5ae19349552ff
2016-11-29 14:30:06 -08:00
André Bargull
84eaaaf97d Bug 1319939 - Remove String generics uses in toolkit/mozapps/extensions/content. r=rhelmer 2016-11-29 14:22:07 -08:00
Carsten "Tomcat" Book
79b069fae0 Merge mozilla-central to autoland 2016-11-29 16:50:35 +01:00
Carsten "Tomcat" Book
68202ee27c merge mozilla-inbound to mozilla-central a=merge 2016-11-29 16:47:18 +01:00