[desktop] Bugs logged by Desktop Release QA in the last 7 days

2018-12-02 Thread Mihai Boldan

Hello,

Here's the list of new issues found and filed by the Desktop Release QA 
team last two weeks.
Additional details on the team's priorities last week, as well as the 
plans for the current week are available at: https://tinyurl.com/yajwufls

Bugs logged by Desktop Release QA in the last 7 days:

Firefox: Activity Streams: Newtab
NEW - https://bugzil.la/1511017 - The red pocket icon is removed from 
highlights card after save to pocket and refresh the page


Core: Canvas: WebGL
NEW - https://bugzil.la/1510175 - [macOS] Facebook game Bingo Blitz 
displays abnormal characters in its side menu


Core: Plug-ins
NEW - https://bugzil.la/1510235 - "Mute tab" has an inappropriate 
behaviour on sites that use Flash (can't be muted or unmuted)


Core: mozglue
NEW - https://bugzil.la/1510274 - The target.cppunittest.tests fails to 
hook QueryDosDeviceW from kernelbase.dll for TestDLLInspector.exe


Core: Audio/Video: Playback
NEW - https://bugzil.la/1510292 - Second screen flickers when entering 
or exiting full screen from a flash video


Core: WebRTC
NEW - https://bugzil.la/1510578 - "TypeError: this._dompc._pc" displayed 
in browser console when launching Mega Mechs Assembling


Core: Layout
NEW - https://bugzil.la/1510606 - [Ubuntu] The columns inside Library 
don’t properly re-adjust after new ones are enabled


Tech Evangelism: Desktop
NEW - https://bugzil.la/1511049 - Toggling the 
security.enterprise_roots.enabled pref back to false leads to insecure 
webpage erros


This is available as a Bugzilla bug list as well: 
https://tinyurl.com/y74rd97o


Regards,
Mihai Boldan
QC Engineer
Softvision

The content of this communication is classified as Softvision 
Confidential and Proprietary Information.


___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform


Re: HG problem: abort: decoding near '9: error: ‘sse2::l': 'ascii' codec can't decode byte 0xe2 in position 213: ordinal not in range(128)

2018-12-02 Thread Dave Townsend
I would report this to mercurial.

On Sat, Dec 1, 2018 at 11:53 PM ISHIKAWA,chiaki 
wrote:

> Hi,
>
> I am developing mozilla patches locally under my local PC running linux.
>
> I often include the GCC's error/warning message in the mercurial
> commit message (in the second and subsequent lines, the first line is
> for usage by mozilla's bugzilla procedure.) when my local patch is
> created to address build error or suppress compiler warning.
>
> It worked just fine for months/years.
>
> After an upgrade of local tools under Debian GNU/Linux last month or
> so, I just noticed that such a patch with GCC warning line could not
> be re-applied after it was qpopped. (I use mercurial mqueue
> extension.)
>
> This happened yesterday. This is the error message.
>
> note: commit message saved in .hg/last-message.txt
> transaction abort!
> rollback completed
> abort: decoding near '9: error: ‘sse2::l': 'ascii' codec can't decode
> byte 0xe2 in position 213: ordinal not in range(128)!
>
> I was puzzled. After looking at the patch and the message above, I
> finally figured out that that hg barfed on the proper quote character
> just before "sse2::l" above. Can you spot the slightly tilted OPENING
> quote character?
>
> So I removed the GCC warning line from the commit message and the
> patch could be applied. This is problematic because I have about a few
> dozen patches (actually more) and some patches could not be re-applied
> due to the error above. I had to temporarily removed the offending
> patch(es). Luckily the offending patches are relatively independent
> and taken out for the moment.
> But this could not be done if the patches are interdependent and
> must be applied in a certain order.
>
> Either
> - GCC began producing such a non-ascii character lately (it is v7 on
> my linux PC)
>[but I think I must have seen such characters long time before that],
> - the "ascii" codec or whatever used by python has become very strict
>(But why ascii? Should we not use utf-8 after all?)
>[this could be an issue with setup of hg under my Debian GNU/Linux
> distribution?] , or
> - something in my locale/character setting under Debian GNU/Linux
>broke lately due to the upgrade of local packages.
>
> My point is that I have NOT changed in my personal setting at all
> (unless |./mach bootstrap| I occasionally run to make sure that I have
> the latest rust and other tools did something funny to my .hgrc).
> Only the tools and system-wide setting could have changed mysteriously
> from my point of view.
>
> I found a similar bug report in the following open source project:
> https://github.com/schacon/hg-git/issues/27
>
> I have not tried the HGENCODING=utf-8 fix mentioned in the above URL
> for fear of breaking existing patches against my local copy of the
> mozilla-central and comm-central source tree.
>
> I wonder what would be the ultimate correct fix or
> procedure to avoid/suppress this error.
>
> I am posting this to warn developers who *MAY* see similar issues,
> and to figure out where I should contact and report the issue:
> - mercurial developers?
> - python developers?
> - who else?
>
> I understand that mozilla is a big user of mercurial and so it should have
> some clout to figure out the correct answer is quickly.  :-)
>
> TIA
>
> Happy Hacking in the good old sense of the phrase...
>
> from a very perplexed linux user.
>
> ___
> dev-platform mailing list
> dev-platform@lists.mozilla.org
> https://lists.mozilla.org/listinfo/dev-platform
>
___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform