SharpGreen Posted October 27, 2013 Share Posted October 27, 2013 There's no proper status bar in the current release, hasn't been for a while. And the Cut/Copy/Paste buttons aren't in the download menu, they're in the toolbar palette. If you click the "Downloads" button in the Win8 mockup linked above, there are indeed Cut/Copy/Paste buttons there. Link to comment https://www.neowin.net/forum/topic/989780-meet-the-browser-firefox-next/page/129/#findComment-596055719 Share on other sites More sharing options...
bawz Posted October 27, 2013 Share Posted October 27, 2013 If you click the "Downloads" button in the Win8 mockup linked above, there are indeed Cut/Copy/Paste buttons there. odd. looks like a Bug in the Mockups Link to comment https://www.neowin.net/forum/topic/989780-meet-the-browser-firefox-next/page/129/#findComment-596055721 Share on other sites More sharing options...
The_Decryptor Veteran Posted October 27, 2013 Veteran Share Posted October 27, 2013 Oh yeah, I was trying the 7 mockup where the menu wasn't working. I assume they shared some code between both dropdowns and forgot to remove those buttons from the download one. Link to comment https://www.neowin.net/forum/topic/989780-meet-the-browser-firefox-next/page/129/#findComment-596055769 Share on other sites More sharing options...
yowanvista Posted October 27, 2013 Share Posted October 27, 2013 The mockup looks cleaner on Windows 8, I wonder if it'll constantly be pushed into later releases. We won't probably see it anytime soon. Link to comment https://www.neowin.net/forum/topic/989780-meet-the-browser-firefox-next/page/129/#findComment-596055817 Share on other sites More sharing options...
insanelyapple Posted October 28, 2013 Share Posted October 28, 2013 There's no proper status bar in the current release, hasn't been for a while. And the Cut/Copy/Paste buttons aren't in the download menu, they're in the toolbar palette. Damn, i was thinking about add-ons bar and write status bar. Anyway, i don't think that putting all add-ons icons into menu button/main menu bar is a wise idea especially when these are like idk, 32px? In both cases this can cause visual clutter. Of course they may add slider - same as in Chromium but still i think that add-ons bar is much better. Link to comment https://www.neowin.net/forum/topic/989780-meet-the-browser-firefox-next/page/129/#findComment-596058449 Share on other sites More sharing options...
+Zlip792 MVC Posted October 29, 2013 MVC Share Posted October 29, 2013 Few good and improvements landed in Firefox recently: 1. Enable TLS 1.1 by default 2. Async XPI unpacking 3. Threaded Interpreter (if JS code does not run in JIT, then it will go to Interpreter). 4. Enable input type=color Also Nightly branch has been tagged as FF28 now. Link to comment https://www.neowin.net/forum/topic/989780-meet-the-browser-firefox-next/page/129/#findComment-596059661 Share on other sites More sharing options...
bawz Posted October 29, 2013 Share Posted October 29, 2013 Few good and improvements landed in Firefox recently: 1. Enable TLS 1.1 by default 2. Async XPI unpacking 3. Threaded Interpreter (if JS code does not run in JIT, then it will go to Interpreter). 4. Enable input type=color Also Nightly branch has been tagged as FF28 now. just watch all the whinners run now that Australis will be enabled in Nightly 28, i can see them all running back to IE :D Link to comment https://www.neowin.net/forum/topic/989780-meet-the-browser-firefox-next/page/129/#findComment-596059667 Share on other sites More sharing options...
+Zlip792 MVC Posted October 29, 2013 MVC Share Posted October 29, 2013 just watch all the whinners run now that Australis will be enabled in Nightly 28, i can see them all running back to IE :D I am using IE11 and Chromium 32 snapshots myself. I didn't install FF27 Nightly for more than 3 days. For some people like if you see FF25 news article comment that it does not have new look etc, so majority does like Australis. Link to comment https://www.neowin.net/forum/topic/989780-meet-the-browser-firefox-next/page/129/#findComment-596059695 Share on other sites More sharing options...
The_Decryptor Veteran Posted October 29, 2013 Veteran Share Posted October 29, 2013 TLS 1.2 should only be waiting on enabling the AES GCM cipher suites, I think that's the only real difference between 1.1 and 1.2. Link to comment https://www.neowin.net/forum/topic/989780-meet-the-browser-firefox-next/page/129/#findComment-596059697 Share on other sites More sharing options...
bawz Posted October 29, 2013 Share Posted October 29, 2013 I am using IE11 and Chromium 32 snapshots myself. I didn't install FF27 Nightly for more than 3 days. For some people like if you see FF25 news article comment that it does not have new look etc, so majority does like Australis. i think as it goes Australis looks much better in Mac an Linux Distro's than that of Windows so yeah i like Australis in Linux Link to comment https://www.neowin.net/forum/topic/989780-meet-the-browser-firefox-next/page/129/#findComment-596059763 Share on other sites More sharing options...
+Zlip792 MVC Posted October 29, 2013 MVC Share Posted October 29, 2013 i think as it goes Australis looks much better in Mac an Linux Distro's than that of Windows so yeah i like Australis in Linux I am unluckily (or might be luckily) Windows user so Australis is not up to mark yet IMO. Although let see they have full 6 weeks to land and fix stuff up with Australis UI in FF28. I forgot to mention that Brian R. Bondy landed Chromium Sandbox code so in future if they want to sandbox multiprocess Firefox. Also Firefox Graphics dev is now converting many many stuff to link with Moz2D, hopefully it will in long term manage to replace Cairo and Skia altogether while initially it needs backend for it. If and which seems to Skia is moving toward enabling DirectWrite support then Mozilla might ditch Cairo API although its just my assumption. Link to comment https://www.neowin.net/forum/topic/989780-meet-the-browser-firefox-next/page/129/#findComment-596059777 Share on other sites More sharing options...
The_Decryptor Veteran Posted October 29, 2013 Veteran Share Posted October 29, 2013 I don't think they want to write their own graphics backend (Could be wrong though, did read about NVPath support, Text is easy to do with shaders, etc.) Something like SkiaGL is probably a much better fit (Being like Direct2D, but using OpenGL so it can run on Linux, OS X, Windows, etc. from a single codebase, which is always nicer than each platform having a different backend) With Skia as the main drawing backend and D2D for Windows, Cairo would only be left for PDF output, and I'm pretty certain Skia can do that as well. As for printing on Windows (Which has always been kinda meh, due to how Windows handles it), the latest release of Direct2D does native XPS output, so Mozilla could use that to boost the quality a fair bit (On Vista+ at least, XP still needs a mix of WMF/PostScript output, which is ehh) Link to comment https://www.neowin.net/forum/topic/989780-meet-the-browser-firefox-next/page/129/#findComment-596060075 Share on other sites More sharing options...
Syanide Posted October 29, 2013 Share Posted October 29, 2013 The Windows 8 version actually looks okay. If they have to go through with the theme change at all they should use that version for both Windows 7 and 8. I really do not get why they keep using that ugly blue color. They're just following the system theme, and that's what the system theme looks like in Windows 7. I use Soft7 theme on my Windows 7 so in my case it looks closer to the Windows 8 mockup. Link to comment https://www.neowin.net/forum/topic/989780-meet-the-browser-firefox-next/page/129/#findComment-596060267 Share on other sites More sharing options...
The_Decryptor Veteran Posted October 30, 2013 Veteran Share Posted October 30, 2013 Now we just need GCM re-enabled and we can get TLS 1.2. +Zlip792 1 Share Link to comment https://www.neowin.net/forum/topic/989780-meet-the-browser-firefox-next/page/129/#findComment-596064765 Share on other sites More sharing options...
cetla Posted October 31, 2013 Share Posted October 31, 2013 I don't know if this is just me but the current firefox tab are not rounded out at the bottom like this: However, if you go to firefox download page it shows rounded out tabs which you can see at their page: https://www.mozilla.org/en-US/firefox any know if this is a bug? Link to comment https://www.neowin.net/forum/topic/989780-meet-the-browser-firefox-next/page/129/#findComment-596067711 Share on other sites More sharing options...
Brandon H Supervisor Posted November 1, 2013 Supervisor Share Posted November 1, 2013 ^ it's an old screenshot on mozilla's page. the bottom of the tabs haven't been rounded for several versions now Link to comment https://www.neowin.net/forum/topic/989780-meet-the-browser-firefox-next/page/129/#findComment-596067813 Share on other sites More sharing options...
The_Decryptor Veteran Posted November 1, 2013 Veteran Share Posted November 1, 2013 They're still rounded on OS X (Y) I haven't tried on my Windows machine (because Direct2D), but it seems you can use SkiaGL for <canvas> rendering in Nightly builds now, it's crazy fast on my Mac (This with shadows disabled sits on a constant 60fps on my 2009 Mini) about:config > gfx.canvas.azure.accelerated to true & gfx.canvas.azure.backends to "skia" Link to comment https://www.neowin.net/forum/topic/989780-meet-the-browser-firefox-next/page/129/#findComment-596068513 Share on other sites More sharing options...
+Zlip792 MVC Posted November 3, 2013 MVC Share Posted November 3, 2013 Firefox devs is improving JS performance really impressively, jandem is focusing Peacekeeper benchmark and improved performance on several DOM benchmarks and few on Strings benchmarks. TLS 1.2 landed in mozilla-inbound: https://bugzilla.mozilla.org/show_bug.cgi?id=861266 Also Moz2D (previous Azure API) is now being used and in migration to accommodate SVG. Link to comment https://www.neowin.net/forum/topic/989780-meet-the-browser-firefox-next/page/129/#findComment-596072877 Share on other sites More sharing options...
The_Decryptor Veteran Posted November 3, 2013 Veteran Share Posted November 3, 2013 The work on converting SVG to use Moz2D should just help performance in general, now we just need Moz2D for content on more platforms (OS X can't use Skia outside of <canvas>, etc.) Edit: TLS 1.2 has been enabled, but the AES GCM cipher suites haven't. I don't know if that's still yet to happen (i.e. it just hasn't been pushed yet), or if it's still waiting on code work (They were disabled because they were getting announced for 1.0/1.1 connections, which is invalid and broke stuff) Link to comment https://www.neowin.net/forum/topic/989780-meet-the-browser-firefox-next/page/129/#findComment-596072881 Share on other sites More sharing options...
Bi4me Posted November 3, 2013 Share Posted November 3, 2013 So after the 25.0 update my forward button disappeared. Tried to add it manually but still couldn't fin it in the customization menu. What the heck? I used that thing! Link to comment https://www.neowin.net/forum/topic/989780-meet-the-browser-firefox-next/page/129/#findComment-596072991 Share on other sites More sharing options...
kilara1988 Posted November 3, 2013 Share Posted November 3, 2013 I think they changed it and if you don't have anything to go forward to it hides.When you browse and then go back the forward button shows. Link to comment https://www.neowin.net/forum/topic/989780-meet-the-browser-firefox-next/page/129/#findComment-596072993 Share on other sites More sharing options...
ViperAFK Posted November 3, 2013 Share Posted November 3, 2013 I think they changed it and if you don't have anything to go forward to it hides.When you browse and then go back the forward button shows. Its been like this for quite a while too... Link to comment https://www.neowin.net/forum/topic/989780-meet-the-browser-firefox-next/page/129/#findComment-596073279 Share on other sites More sharing options...
Brandon H Supervisor Posted November 3, 2013 Supervisor Share Posted November 3, 2013 Its been like this for quite a while too... yeah, since version 10 I believe Link to comment https://www.neowin.net/forum/topic/989780-meet-the-browser-firefox-next/page/129/#findComment-596073285 Share on other sites More sharing options...
kilara1988 Posted November 3, 2013 Share Posted November 3, 2013 Well i always used the small icons,so idk when it changed. Link to comment https://www.neowin.net/forum/topic/989780-meet-the-browser-firefox-next/page/129/#findComment-596073291 Share on other sites More sharing options...
cetla Posted November 4, 2013 Share Posted November 4, 2013 yeah, since version 10 I believe If that is the case, then the ofifical screenshot is a false. That buttons and layout in the official screenshot is from at least FF20+. Link to comment https://www.neowin.net/forum/topic/989780-meet-the-browser-firefox-next/page/129/#findComment-596077055 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now