Re: Shortening Crash Signatures: Dropping Argument Lists

2015-10-13 Thread Robert Kaiser
Boris Zbarsky schrieb: On 10/13/15 2:11 PM, Robert Kaiser wrote: Please let me know of any issues with those changes (as well as any other questions about or issues with crash analysis), and thanks to Lars, Byron (glob) and others who helped with those changes! Just to make sure, crash-stats w

Re: Read only non-privileges access to mozSettings (old navigator.mozHour12 in platform)

2015-10-13 Thread Jonas Sicking
It's pretty easy to enable access to specific settings in mozSettings to lower privileged content these days. If it is acceptable that the pages have to be part of an installed app (hosted or packaged), then all it takes is adding a few entries to PermissionsTable.jsm / Jonas On Tue, Oct 13, 201

Re: Read only non-privileges access to mozSettings (old navigator.mozHour12 in platform)

2015-10-13 Thread Ehsan Akhgari
On 2015-10-09 8:52 PM, zbranie...@mozilla.com wrote: On Friday, October 9, 2015 at 6:43:02 AM UTC-7, Ehsan Akhgari wrote: On 2015-10-08 8:27 PM, zbranie...@mozilla.com wrote: Currently, any app that needs any of that information, has to get elevated privileges to let it *set* them, while almos

Re: Shortening Crash Signatures: Dropping Argument Lists

2015-10-13 Thread Boris Zbarsky
On 10/13/15 2:11 PM, Robert Kaiser wrote: Please let me know of any issues with those changes (as well as any other questions about or issues with crash analysis), and thanks to Lars, Byron (glob) and others who helped with those changes! Just to make sure, crash-stats will still have the full

Shortening Crash Signatures: Dropping Argument Lists

2015-10-13 Thread Robert Kaiser
Hi everyone, Crash signatures derived from the function on the stack are how we group ("bucket") crashes as belonging to a certain issue or bug. They should be precise enough to identify this "bucket" but also short enough so we can handle it as a denominator in lists and when talking about th