Re: Intent to support apple-touch-icon with Browser API

2014-07-28 Thread Anthony Ricaud
I don't think we should implement this. Surely it provides a better user experience but that's always the tradeoff when considering implementing proprietary features from other vendors. If we changed our user-agent to something that matches Android or iOS devices, we would get mobile versions

Re: Intent to support apple-touch-icon with Browser API

2014-07-28 Thread Dale Harvey
We specifically chose a User Agent to something compatible with our Android release to get more compatible websites, despite the standard way would be to not do browser sniffing. Not only that, but we do spoof our User Agent to specific websites exactly so we get a more compatible page to improve

TOOL_DIRS, TEST_TOOL_DIRS and PARALLEL_DIRS are no more

2014-07-28 Thread Mike Hommey
Hi, I'd like to inform you today that choosing the right variable when adding a new directory to the tree just got a lot easier with the landing of bug 1043802 and bug 1043820 (on mozilla-inbound only at the moment). Before, you had to choose from: - DIRS - PARALLEL_DIRS - TEST_DIRS -