Re: [Mozilla Enterprise] Layout options in latest versions of FF

2018-02-16 Thread Emma Humphries
Hi John,

https://mozilla.github.io/extension-finder/ is a searchable list of popular
add-ons, and their suggested replacements if they haven't migrated to
WebExtensions yet.

As for your other two questions, I'd need to hunt down if there are
enhancement requests under discussion about that.

Emma Humphries
Bugmaster and EPM, Firefox
https://wiki.mozilla.org/Bug_Triage

On Thu, Feb 15, 2018 at 3:19 PM, John R. Sweet  wrote:

> Greetings Folks,
>
> We are holding firm with v. 52.5.3esr and not allowing any updates until
> some of the issues are resolved.  We have at least one important add-on in
> the old format.  I am talking with its developer, hoping that it will be
> brought up to the new standard.  I'm not sure about a couple of other
> add-ons.  Is there any way to find out whether these will work with the
> newer FF versions without doing the installation and then finding that some
> add-ons do not work?
>
> In addition to add-on issues, there are two important layout options that
> are missing from the latest versions.  Do the FF developers at Mozilla read
> this e-mail thread?  If not, how should I go about getting their attention
> so that these options can be restored?  Please see the attached screen shot.
>
> 1.  We want text buttons in the toolbar.  Everyone here reads and
> understands English.  We do not want inscrutable little icons when simple
> English words will serve better.  This is an option in all versions up to
> 56 but not in 57.
>
> 2.  The tab bar belongs /below/ the toobar, next to the pages that it
> represents, not separated from those pages by a misplaced toolbar.  This
> too is an option in versions up to 56 but not in 57.
>
> These should be easy fixes.  Please help me get this request to the
> developer.
>
> Thanks and Best Wishes,JRS
>
> ___
> Enterprise mailing list
> Enterprise@mozilla.org
> https://mail.mozilla.org/listinfo/enterprise
>
> To unsubscribe from this list, please visit https://mail.mozilla.org/
> listinfo/enterprise or send an email to enterprise-requ...@mozilla.org
> with a subject of "unsubscribe"
>
___
Enterprise mailing list
Enterprise@mozilla.org
https://mail.mozilla.org/listinfo/enterprise

To unsubscribe from this list, please visit 
https://mail.mozilla.org/listinfo/enterprise or send an email to 
enterprise-requ...@mozilla.org with a subject of "unsubscribe"

Re: [Mozilla Enterprise] Crashes and Slowness with recent ESR

2018-02-16 Thread Olivier GONTIER

Hello,
I'm working on upgrading firefox from 45.1 ESR to 52.6 ESR and i've noticed loading pages problem specially when 
starting firefox.

Making a new profile and restoring bookmarks doesn't resolve the problem 
definitively.
I think it's related to using a profile on a network drive . I saw this 
question about packet size :
https://superuser.com/questions/1271337/firefox-esr-became-very-slow-with-a-network-profile/1278156
Could it be the reason for the problem ? any solutions ?
Best regards
Olivier
___
Enterprise mailing list
Enterprise@mozilla.org
https://mail.mozilla.org/listinfo/enterprise

To unsubscribe from this list, please visit https://mail.mozilla.org/listinfo/enterprise 
or send an email to enterprise-requ...@mozilla.org with a subject of 
"unsubscribe"


Re: [Mozilla Enterprise] Layout options in latest versions of FF

2018-02-16 Thread James Pearson
James Pearson wrote:
> 
> There was a thread on this list last month that mentioned a possible
> 'replacement' for Classic Theme Restorer see:
> 
>https://mail.mozilla.org/private/enterprise/2018-January/008360.html
> 
> That post stated:
> 
>> Apparently, the way forward is to alter the user CSS within the browser
>> profile directory. This obviously means that we'll have to figure out
>> the deployment en masse manually, but it might be closer to what you're
>> looking for: https://github.com/Aris-t2/CustomCSSforFx
> 
> I've just tried the 'classic' chrome examples with FF 60.0a1 and it
> looks like you can achieve close to what you want by uncommenting the
> following two lines in the userChrome.css file:
> 
>@import url(./css/tabs/tabs_below_titlebar_above_navigation_toolbar.css);
> 
>@import url(./css/toolbars/toolbar_mode_text.css);

I actually meant uncomment the line:

  @import url(./css/tabs/tabs_below_navigation_toolbar.css);

:-)

It looks like you can load these custom css files via an autoconfig cfg 
file - e.g. if you install the 'CustomCSSforFx' contents as the 
subdirectory CustomCSSforFx in your Firefox install directory/folder - 
to use the 'classic' css, add to your autoconfig cfg file:

// start
var ios = Components.classes["@mozilla.org/network/io-service;1"]
.getService(Components.interfaces.nsIIOService);

var sss = Components.classes["@mozilla.org/content/style-sheet-service;1"]
.getService(Components.interfaces.nsIStyleSheetService);

var userChrome = Components.classes["@mozilla.org/file/directory_service;1"]
.getService(Components.interfaces.nsIProperties)
.get("GreD", Components.interfaces.nsIFile);

userChrome.append("CustomCSSforFX");
userChrome.append("classic");

var userContent = userChrome.clone();

userChrome.append("userChrome.css");
userContent.append("userContent.css");

sss.loadAndRegisterSheet(ios.newFileURI(userContent), sss.USER_SHEET);
sss.loadAndRegisterSheet(ios.newFileURI(userChrome), sss.USER_SHEET);
// end

[I'm not a Firefox/javascript programmer - so there may be better ways 
of doing the above ... but it appears to work for me ...]

James Pearson
___
Enterprise mailing list
Enterprise@mozilla.org
https://mail.mozilla.org/listinfo/enterprise

To unsubscribe from this list, please visit 
https://mail.mozilla.org/listinfo/enterprise or send an email to 
enterprise-requ...@mozilla.org with a subject of "unsubscribe"


[Mozilla Enterprise] Enforce Addons to always load/run

2018-02-16 Thread Jeremy Moskowitz
Chris:

One option is our 3rd party PolicyPak tool.
See video #6 down on this page: 
https://www.policypak.com/products/manage-mozilla-firefox-with-group-policy.html

"Not a commercial" ... just a pointer. You can make your own decisions.

-



We are needing to lock down and manage the deployment and functionality of 
Firefox in our environment.  While I've found quite a bit of information on how 
to manage different settings, including blocking addons from running, I've had 
a hard time finding information on how to force an addon to run and prevent 
users from disabling.  We have two different addons from Mcafee (DLP and 
WebControl) that we need to ensure are running in the browser at all times.  Is 
there a way via config, gpo or some other means, to make this happen?



Thanks in advance,

Chris

P: 260.487.2322

E: 
chris.mc...@crowehorwath.com>


___
Enterprise mailing list
Enterprise@mozilla.org
https://mail.mozilla.org/listinfo/enterprise

To unsubscribe from this list, please visit 
https://mail.mozilla.org/listinfo/enterprise or send an email to 
enterprise-requ...@mozilla.org with a subject of "unsubscribe"

Re: [Mozilla Enterprise] css-masking-1 spec not working in ESR version

2018-02-16 Thread Julien Cristau
Hi Tiago,

actually the feature set is unchanged over the lifetime of an ESR series,
so no new HTML/CSS features make it to ESR52.  The next ESR feature release
will be ESR60.  Changes in ESR52 are restricted to security and major
stability fixes.

Cheers,
Julien

On Fri, Feb 16, 2018 at 12:47 PM, Tiago Marques Delboni <
tiago.delb...@almg.gov.br> wrote:

> Hi there!
>
> As I understand it, ESR versions has the same core features when it comes
> to HTML/CSS engine of their "regular" counterpart versions. For instance,
> FF ESR 52.6.0 should match features of FF 58.
>
> However, the implementation of spec "CSS Masking Module Level" (
> https://drafts.fxtf.org/css-masking-1/) seems to work in 58 and not in
> ESR 52.6.0, at least with the Win32 version.
>
> Is this a regression bug or this "mismatch" is supposed to happen for some
> features?
>
> In order to test the issue, check the Example section of the "mask-image"
> property:
>
> https://developer.mozilla.org/en-US/docs/Web/CSS/mask-image#Example
>
> If a star appears, it is working. If a green square shows up instead, it
> is not.
>
> I've found these related bugs:
>
> - https://bugzilla.mozilla.org/show_bug.cgi?id=686281 (Firefox)
> - https://bugzilla.mozilla.org/show_bug.cgi?id=1312613 (Core)
>
> --
>
> *Tiago Marques Delboni*
> Gerência de Aplicações e Suporte a Clientes / GTI
> (31) 2108-7700
> [image: Assembleia Legislativa de Minas Gerais]  
> [image:
> Facebook da Assembleia]  [image:
> Twitter da Assembleia]  [image:
> Instagram da Assembleia]  [image:
> Youtube da Assembleia] 
>
> ___
> Enterprise mailing list
> Enterprise@mozilla.org
> https://mail.mozilla.org/listinfo/enterprise
>
> To unsubscribe from this list, please visit https://mail.mozilla.org/
> listinfo/enterprise or send an email to enterprise-requ...@mozilla.org
> with a subject of "unsubscribe"
>
___
Enterprise mailing list
Enterprise@mozilla.org
https://mail.mozilla.org/listinfo/enterprise

To unsubscribe from this list, please visit 
https://mail.mozilla.org/listinfo/enterprise or send an email to 
enterprise-requ...@mozilla.org with a subject of "unsubscribe"

[Mozilla Enterprise] css-masking-1 spec not working in ESR version

2018-02-16 Thread Tiago Marques Delboni

Hi there!

As I understand it, ESR versions has the same core features when it 
comes to HTML/CSS engine of their "regular" counterpart versions. For 
instance, FF ESR 52.6.0 should match features of FF 58.


However, the implementation of spec "CSS Masking Module Level" 
(https://drafts.fxtf.org/css-masking-1/) seems to work in 58 and not in 
ESR 52.6.0, at least with the Win32 version.


Is this a regression bug or this "mismatch" is supposed to happen for 
some features?


In order to test the issue, check the Example section of the 
"mask-image" property:


https://developer.mozilla.org/en-US/docs/Web/CSS/mask-image#Example

If a star appears, it is working. If a green square shows up instead, it 
is not.


I've found these related bugs:

- https://bugzilla.mozilla.org/show_bug.cgi?id=686281 (Firefox)
- https://bugzilla.mozilla.org/show_bug.cgi?id=1312613 (Core)

--

*Tiago Marques Delboni*
Gerência de Aplicações e Suporte a Clientes / GTI
(31) 2108-7700

Assembleia Legislativa de Minas Gerais  	 
Facebook da Assembleia  
Twitter da Assembleia  Instagram da 
Assembleia  Youtube da 
Assembleia 


___
Enterprise mailing list
Enterprise@mozilla.org
https://mail.mozilla.org/listinfo/enterprise

To unsubscribe from this list, please visit 
https://mail.mozilla.org/listinfo/enterprise or send an email to 
enterprise-requ...@mozilla.org with a subject of "unsubscribe"

Re: [Mozilla Enterprise] Layout options in latest versions of FF

2018-02-16 Thread James Pearson
John R. Sweet wrote:
> 
> 1.  We want text buttons in the toolbar.  Everyone here reads and 
> understands English.  We do not want inscrutable little icons when 
> simple English words will serve better.  This is an option in all 
> versions up to 56 but not in 57.
> 
> 2.  The tab bar belongs /below/ the toobar, next to the pages that it 
> represents, not separated from those pages by a misplaced toolbar.  This 
> too is an option in versions up to 56 but not in 57.
> 
> These should be easy fixes.  Please help me get this request to the 
> developer.

There was a thread on this list last month that mentioned a possible 
'replacement' for Classic Theme Restorer see:

  https://mail.mozilla.org/private/enterprise/2018-January/008360.html

That post stated:

> Apparently, the way forward is to alter the user CSS within the browser
> profile directory. This obviously means that we'll have to figure out
> the deployment en masse manually, but it might be closer to what you're
> looking for: https://github.com/Aris-t2/CustomCSSforFx

I've just tried the 'classic' chrome examples with FF 60.0a1 and it 
looks like you can achieve close to what you want by uncommenting the 
following two lines in the userChrome.css file:

  @import url(./css/tabs/tabs_below_titlebar_above_navigation_toolbar.css);

  @import url(./css/toolbars/toolbar_mode_text.css);

James Pearson
___
Enterprise mailing list
Enterprise@mozilla.org
https://mail.mozilla.org/listinfo/enterprise

To unsubscribe from this list, please visit 
https://mail.mozilla.org/listinfo/enterprise or send an email to 
enterprise-requ...@mozilla.org with a subject of "unsubscribe"