fef64183cb939b13fbfdd5b1b44bd3c63d64d88f: Bug 1273967 - Include DevTools command line handler via category entry. r=ochameau
J. Ryan Stinnett <jryans@gmail.com> - Tue, 17 May 2016 18:39:06 -0500 - rev 370947
Push
19185 by michael.l.comella@gmail.com at Wed, 25 May 2016 16:33:40 +0000
Bug 1273967 - Include DevTools command line handler via category entry. r=ochameau
MozReview-Commit-ID: PeO83Q6GLV
ff6044ca81893c73528253564e0f3ccbcacff046: Merge mozilla-central to fx-team
Carsten "Tomcat" Book <cbook@mozilla.com> - Wed, 25 May 2016 15:21:01 +0200 - rev 370946
Push
19185 by michael.l.comella@gmail.com at Wed, 25 May 2016 16:33:40 +0000
Merge mozilla-central to fx-team
2f7bddff063ab9b47475c29e5df3058501c0b502: Bug 1275613 - Always schedule a 'file_patterns' job when its task definition has changed, r?dustin
draft
Andrew Halberstadt <ahalberstadt@mozilla.com> - Wed, 25 May 2016 11:56:38 -0400 - rev 370945
Push
19184 by ahalberstadt@mozilla.com at Wed, 25 May 2016 16:19:14 +0000
Bug 1275613 - Always schedule a 'file_patterns' job when its task definition has changed, r?dustin
Currently, jobs which has 'file_patterns' set will only be run if a file matching one
of those patterns has been modified. This means that unless the task definition of the
job was explicitly included in those 'file_patterns', the job won't run when we modify
it!
I think it is safe to assume that when making changes to a job's task, we want it to be
run no matter what. So let's add the task definition to 'file_patterns' automatically.
Here's a try run which modifies the marionette harness task:
https://treeherder.mozilla.org/#/jobs?repo=try&revision=01e6cf9d8599c64d61ac8ecb5320c1c4209e0a8b
MozReview-Commit-ID: AUSfUFzhiA1
7c3db12a03e68d25cfabf9221bc13a525e58ab85: Bug 1271483 - p15. Check if issues have been solved - r?cpearce
draft
Gerald Squelart <gsquelart@mozilla.com> - Wed, 25 May 2016 00:41:53 +1000 - rev 370944
Push
19183 by gsquelart@mozilla.com at Wed, 25 May 2016 16:13:39 +0000
Bug 1271483 - p15. Check if issues have been solved - r?cpearce
To determine if an issue has been solved, go through the possible prefs that
would have been saved by the front-end, to see if any previously-unplayable
formats/key systems are now playable, in which case we notify the frontend, to
record the issue-solved telemetry.
MozReview-Commit-ID: DmU50i6FtG8
9f8c6ec011ff96ec41144f5fe55b0726d76262f3: Bug 1271483 - p14. Demagicify ReportStringId strings - r?cpearce
draft
Gerald Squelart <gsquelart@mozilla.com> - Wed, 25 May 2016 01:03:21 +1000 - rev 370943
Push
19183 by gsquelart@mozilla.com at Wed, 25 May 2016 16:13:39 +0000
Bug 1271483 - p14. Demagicify ReportStringId strings - r?cpearce
Combine notification type and web-console string id into structs, simpler to
pass around, and will be useful to go through them when checking for solved
issues.
MozReview-Commit-ID: Hy3bMG3m12V
adcf50b25cbfd5afb7a1e939246a0cb5619537ac: Bug 1271483 - p13. Rework formats list - r?cpearce
draft
Gerald Squelart <gsquelart@mozilla.com> - Wed, 25 May 2016 03:24:14 +1000 - rev 370942
Push
19183 by gsquelart@mozilla.com at Wed, 25 May 2016 16:13:39 +0000
Bug 1271483 - p13. Rework formats list - r?cpearce
Renamed AppendToStringList to AppendToFormatsList, to distinguish from other
string-based lists.
Ensure that list items don't contain commas, as commas are used as separators,
and we don't want&need to introduce escaping.
Added FormatsListContains.
MozReview-Commit-ID: 8KpuhSjCW3d
f8774aed93d47f0a5aecabe6ebcf89e119dcd389: Bug 1271483 - p12. Use StringListContains to filter notifications - r?cpearce
draft
Gerald Squelart <gsquelart@mozilla.com> - Tue, 17 May 2016 17:31:39 +1000 - rev 370941
Push
19183 by gsquelart@mozilla.com at Wed, 25 May 2016 16:13:39 +0000
Bug 1271483 - p12. Use StringListContains to filter notifications - r?cpearce
Using string-list iterator instead of bespoke code, to go through the decoder
doctor notifications-allowed pref.
MozReview-Commit-ID: 8sxopvlRrz7
784a13fa558e4496b71d6860a4866d753a35d668: Bug 1271483 - p11. Implement comma-sep-string for-range iterator - r?cpearce
draft
Gerald Squelart <gsquelart@mozilla.com> - Wed, 25 May 2016 03:23:11 +1000 - rev 370940
Push
19183 by gsquelart@mozilla.com at Wed, 25 May 2016 16:13:39 +0000
Bug 1271483 - p11. Implement comma-sep-string for-range iterator - r?cpearce
Utility class&function that creates an iteratable range from a comma-separated
string, where each iteration will give a dependent substring (i.e., no string
copy happening).
This will help with going through lists of unplayable formats, to see if
issues have been solved.
If useful enough, this could later be published to a more public location
(e.g. mfbt or xpcom).
MozReview-Commit-ID: 3XP5PwQZFA1
5b9a301adbb7b6afec93e155f33cd724f7106283: Bug 1271483 - p10. Front-end handling of prefs&telemetry - r?gijs
draft
Gerald Squelart <gsquelart@mozilla.com> - Thu, 26 May 2016 00:25:55 +1000 - rev 370939
Push
19183 by gsquelart@mozilla.com at Wed, 25 May 2016 16:13:39 +0000
Bug 1271483 - p10. Front-end handling of prefs&telemetry - r?gijs
When an issue is reported, save the unplayable formats/key-systesm in a pref,
keyed by the detailed issue string id, and report the infobar-shown telemetry.
More telemetry when the "Show me how" button is clicked.
And final telemetry (and clearing the prefs) when the issue is solved.
MozReview-Commit-ID: 4PgaPMVfjsQ
9abe67d9489ae8bd390e44e8da89b14fffefe2b0: Bug 1271483 - p9. Report more details from DecDecDiagnostics - r?cpearce
draft
Gerald Squelart <gsquelart@mozilla.com> - Tue, 24 May 2016 05:34:18 +1000 - rev 370938
Push
19183 by gsquelart@mozilla.com at Wed, 25 May 2016 16:13:39 +0000
Bug 1271483 - p9. Report more details from DecDecDiagnostics - r?cpearce
Fill up extra details in notification: Web-console notification string id (will
be used as telemetry key), and whether the issue is present or has been solved.
MozReview-Commit-ID: AzhuIvGqb2p
e916ca1789f1dde84a3b50d72fc39b4addbad2a2: Bug 1271483 - p8. More details in DecoderDoctorNotification - r=smaug
draft
Gerald Squelart <gsquelart@mozilla.com> - Mon, 16 May 2016 11:58:10 +1000 - rev 370937
Push
19183 by gsquelart@mozilla.com at Wed, 25 May 2016 16:13:39 +0000
Bug 1271483 - p8. More details in DecoderDoctorNotification - r=smaug
Added some fields required by telemetry. Now with some documentation!
(Notifying code in p9, handling code in p10.)
MozReview-Commit-ID: 4mTHlkpjCxx
e687d705dbac885fe1e1a393714cb079c206f434: Bug 1271483 - p7. Telemetry histogram for DecDoc infobar stats - r?cpearce
draft
Gerald Squelart <gsquelart@mozilla.com> - Thu, 26 May 2016 02:09:01 +1000 - rev 370936
Push
19183 by gsquelart@mozilla.com at Wed, 25 May 2016 16:13:39 +0000
Bug 1271483 - p7. Telemetry histogram for DecDoc infobar stats - r?cpearce
MozReview-Commit-ID: KB2r22Z3rss
32ea1a90197bad008d8e3ffee16a08b50f02839a: Bug 1224733 - Test commit to demonstrate the issue
draft
Botond Ballo <botond@mozilla.com> - Wed, 25 May 2016 11:56:50 -0400 - rev 370935
Push
19182 by bballo@mozilla.com at Wed, 25 May 2016 15:59:55 +0000
Bug 1224733 - Test commit to demonstrate the issue
MozReview-Commit-ID: 3gt2WLDLIjB
8dbfe45ea193f48d9bc0ad20253c5ce4d9b99c72: Test commit for MozReview demonstration purposes
draft
Botond Ballo <botond@mozilla.com> - Wed, 25 May 2016 11:56:50 -0400 - rev 370934
Push
19181 by bballo@mozilla.com at Wed, 25 May 2016 15:57:27 +0000
Test commit for MozReview demonstration purposes
MozReview-Commit-ID: 3gt2WLDLIjB
26661b880a73e5f522e5eeaff5dab261cfe6d34d: Bug 1275608 - [mozrunner] Remove wait_for_system_message from Emulator; r?ahal
draft
Maja Frydrychowicz <mjzffr@gmail.com> - Wed, 25 May 2016 11:53:25 -0400 - rev 370933
Push
19180 by mjzffr@gmail.com at Wed, 25 May 2016 15:54:02 +0000
Bug 1275608 - [mozrunner] Remove wait_for_system_message from Emulator; r?ahal
This code is no longer used by Marionette client or elsewhere.
MozReview-Commit-ID: 4lx9CN7XIeH
326da21d766c0f0090a3d5482f0ce95d749bd6d6: Bug 1159259 - Add content.js frameScript to the web-panel sidebar so link-related context commands will work
draft
Ian Moody <moz-ian@perix.co.uk> - Wed, 25 May 2016 15:34:56 +0100 - rev 370932
Push
19179 by moz-ian@perix.co.uk at Wed, 25 May 2016 15:52:29 +0000
Bug 1159259 - Add content.js frameScript to the web-panel sidebar so link-related context commands will work
MozReview-Commit-ID: 4hATHPLC24Z
14f5f93e9bda06324260e8af7e7f52fe40793588: Bug 1270230 - Add media.navigator.video.use_tmmbr to all.js and pref on, r=jesup
draft
Michael Froman <mfroman@mozilla.com> - Wed, 25 May 2016 10:04:59 -0500 - rev 370931
Push
19178 by mfroman@nostrum.com at Wed, 25 May 2016 15:41:44 +0000
Bug 1270230 - Add media.navigator.video.use_tmmbr to all.js and pref on, r=jesup
MozReview-Commit-ID: CaI1Lc1Zd06
cc4758e0e4b876902278a6ed44e70bac314cdee0: Bug 1238128 - Ensure that the details passed to WebChannelMessageToChrome is a string, with a whitelist for messages from existing users r?markh
draft
Thom Chiovoloni <tchiovoloni@mozilla.com> - Fri, 06 May 2016 12:23:42 -0400 - rev 370930
Push
19177 by bmo:tchiovoloni@mozilla.com at Wed, 25 May 2016 15:21:38 +0000
Bug 1238128 - Ensure that the details passed to WebChannelMessageToChrome is a string, with a whitelist for messages from existing users r?markh
MozReview-Commit-ID: DpdJ5bUcBdQ
6ba8578c02779ac12354345b48117eb0f4d562e1: Bug 1224528 - Provide a mechanism to populate the OneCRL kinto collection with initial records r?mgoodwin,r?MattN
draft
Mark Goodwin <mgoodwin@mozilla.com> - Fri, 20 May 2016 17:47:12 +0200 - rev 370929
Push
19176 by mleplatre@mozilla.com at Wed, 25 May 2016 15:15:43 +0000
Bug 1224528 - Provide a mechanism to populate the OneCRL kinto collection with initial records r?mgoodwin,r?MattN
This makes use of the kinto.js loadDump feature to populate the OneCRL
collection with initial data from application defaults. This also includes a
modified moz-kinto-client.js because there was an issue with the loadDump
implementation in the FirefoxStorage adapter that caused breakage with empty
collections.
MozReview-Commit-ID: HilHc9Z9gzr
06edfd613a9547cc92084c0fe4b2f80a3aa1f8a8: Bug 1275586 - adding description caching tests. r=eeejay
draft
Yura Zenevich <yzenevich@mozilla.com> - Wed, 25 May 2016 10:47:45 -0400 - rev 370928
Push
19175 by yura.zenevich@gmail.com at Wed, 25 May 2016 14:48:04 +0000
Bug 1275586 - adding description caching tests. r=eeejay
MozReview-Commit-ID: HFxjW74WnfK