Scheduled PSN downtime tomorrow in Back Page News


24 replies to this topic - - - - -

#1 dafin0

    Neowinian³

  • 469 posts
  • Joined: 12-March 09
  • Location: Australia

Posted 09 February 2012 - 01:09

Just a quick question
Are there any known plans for other companies to make internet browsers for metro? and can it even be done because from what i understand metro apps are made in HTML 5?


#2 remixedcat

    meow!

  • 5,021 posts
  • Joined: 28-December 10
  • Location: 6574:0ab8:2b76:0000:0000:8b2c:4373:1337

Posted 09 February 2012 - 02:54

Good question..... I hope so!

#3 GreyWolf

    Neowinian ULTRAKILL

  • 10,569 posts
  • Joined: 02-August 06
  • Location: Greenville, SC

Posted 09 February 2012 - 02:57

Metro apps can be written in HTML/JS, C#, VB, or C++. I don't see why Mozilla or any other company can't do it. :)

#4 dafin0

    Neowinian³

  • 469 posts
  • Joined: 12-March 09
  • Location: Australia

Posted 09 February 2012 - 04:22

View PostGreyWolf, on 09 February 2012 - 02:57, said:

Metro apps can be written in HTML/JS, C#, VB, or C++. I don't see why Mozilla or any other company can't do it. :)

Thanks for the reply, hopefully that is the case
(i dont have a problem with IE)

#5 Josh the Nerd

    Neowinian

  • 90 posts
  • Joined: 05-June 08

Posted 09 February 2012 - 05:20

https://wiki.mozilla.org/Windows8

#6 The Dark Knight

    Resident Elite

  • 1,516 posts
  • Joined: 06-June 04
  • Location: India

Posted 09 February 2012 - 05:26

View PostJosh the Nerd, on 09 February 2012 - 05:20, said:


Good to see that they are already working on it! :)

#7 Stoffel

    Being on the ocean is cooler then being in front of a Computer

  • 652 posts
  • Joined: 16-August 11
  • Location: Utila, Honduras
  • OS: Win7 x64 SP1

Posted 09 February 2012 - 05:36

I'm pretty happy with IE10 on the Win8 DP, but it's good to see others are already planning a metro version of their browser

#8 PGHammer

    Neowinian Wise One

  • 4,489 posts
  • Joined: 31-August 03

Posted 10 February 2012 - 00:21

View PostStoffel, on 09 February 2012 - 05:36, said:

I'm pretty happy with IE10 on the Win8 DP, but it's good to see others are already planning a metro version of their browser

Also, desktop Firefox 10 (every beta so far, and the final) works just fine in the WDP.

The blog post earlier today on WOA (Windows On ARM) clears up a few misperceptions (including mine) on WinRT. A true WinRT version of FF will run without changes on any platform that supports WinRT(x86/x64/ARM) - true CPU neutrality. (Naturally, that hasn't been the case for any browser before - regardless of platform.) It also means that MetroIE is the *same browser* regardless of the OS underneath - and why plug-ins got banished. (Would you really want an ARM CPU sandbagged by some of the heavier plug-ins - or ActiveX controls, for that matter - that desktop IE and desktop FF have to deal with?)

#9 Zain Adeel

    Zain

  • 3,427 posts
  • Joined: 15-March 09
  • Location: Lahore, Pakistan

Posted 10 February 2012 - 00:31

Also to note. Chrome on ICS doesnt support Flash. If i remember correctly.

So flash is going out anyway. Till windows 8 hits the shelves everybody should move on to html5

And i dont think so other browsers can run on WOA (in desktop mode i mean).
And browsers will require native code to offer comparable performance to IE10 (immersive).

#10 ~Johnny

    Earthling

  • 2,527 posts
  • Joined: 10-August 08
  • Location: London, England, Earth, Milky Way

Posted 10 February 2012 - 00:38

Quote

And browsers will require native code to offer comparable performance to IE10

Well, the C++ code in WinRT runs at generally native speed (albiet sandboxed within the runtime) - and they can directly access DirectX in WinRT. They already have a DirectX hardware acceleration layer working in Firefox desktop, and most of their code is C++, so there's not too much reason why they couldn't get the performance they want.

If they tried to be ridiculous and write it in C# & XAML, then they wouldn't have a chance of getting decent performance :p

#11 Orry Verducci

    Neowinian²

  • 176 posts
  • Joined: 20-December 05
  • Location: Cambridge, UK

Posted 10 February 2012 - 00:53

View Post~Johnny, on 10 February 2012 - 00:38, said:

Well, the C++ code in WinRT runs at generally native speed (albiet sandboxed within the runtime) - and they can directly access DirectX in WinRT. They already have a DirectX hardware acceleration layer working in Firefox desktop, and most of their code is C++, so there's not too much reason why they couldn't get the performance they want.

If they tried to be ridiculous and write it in C# & XAML, then they wouldn't have a chance of getting decent performance :p
Looking through Mozilla's notes on Windows 8 support, it seems that still isn't an ideal situation for them and possibly other browser vendors. The main issue it seems is that metro doesn't support native code, which most of Firefox is written in. They've noticed however that IE10 works differently to other metro apps, in that it is the same exe as the desktop app, running with native code outside the sandbox, just using the metro interface instead of its normal desktop UI. Therefore it's possible that Microsoft might permit this later on, removing the issues they have.

#12 ~Johnny

    Earthling

  • 2,527 posts
  • Joined: 10-August 08
  • Location: London, England, Earth, Milky Way

Posted 10 February 2012 - 01:26

View PostOrry Verducci, on 10 February 2012 - 00:53, said:

They've noticed however that IE10 works differently to other metro apps, in that it is the same exe as the desktop app, running with native code outside the sandbox, just using the metro interface instead of its normal desktop UI. Therefore it's possible that Microsoft might permit this later on, removing the issues they have.

It'd be unlikely Microsoft ever would. Allowing a WinRT Firefox app to access native code outside the sandbox paints Firefox as a big security risk, and a potentional attack vector for virus / malware to get into the system - considering here that Windows On ARM tablets will not allow any other native apps apart from Office, and the Metro apps are sandboxed. With IE, this isn't *as much* of a concern, as they can push a patch down Windows Update as soon as they can for any issue - it's their program in their hands, and they can make sure they take action right away. But I don't think they're in any mood to let a third party have that kind of responsibility.

#13 PGHammer

    Neowinian Wise One

  • 4,489 posts
  • Joined: 31-August 03

Posted 10 February 2012 - 02:27

View PostZain Adeel, on 10 February 2012 - 00:31, said:

Also to note. Chrome on ICS doesnt support Flash. If i remember correctly.

So flash is going out anyway. Till windows 8 hits the shelves everybody should move on to html5

And i dont think so other browsers can run on WOA (in desktop mode i mean).
And browsers will require native code to offer comparable performance to IE10 (immersive).

Actually, no.

MetroIE (the Immersive version) is straight WinRT code (going forward - there may be some native code remaining in the version in the WDP, as it does support ActiveX controls). The *desktop* version (which supports ActiveX controls) is native code (and likely, on x86/x64) Win32/Win64. Yes - that means *three* versions of IE on the x64 versions.

#14 +Brandon Live

    shell dude

  • 9,128 posts
  • Joined: 08-June 03
  • Location: Seattle, WA

Posted 11 February 2012 - 22:58

View PostOrry Verducci, on 10 February 2012 - 00:53, said:


Looking through Mozilla's notes on Windows 8 support, it seems that still isn't an ideal situation for them and possibly other browser vendors. The main issue it seems is that metro doesn't support native code, which most of Firefox is written in. They've noticed however that IE10 works differently to other metro apps, in that it is the same exe as the desktop app, running with native code outside the sandbox, just using the metro interface instead of its normal desktop UI. Therefore it's possible that Microsoft might permit this later on, removing the issues they have.

Metro style apps can be written in 100% native code.

#15 Orry Verducci

    Neowinian²

  • 176 posts
  • Joined: 20-December 05
  • Location: Cambridge, UK

Posted 12 February 2012 - 17:24

View PostBrandon Live, on 11 February 2012 - 22:58, said:

Metro style apps can be written in 100% native code.
As far as I can see that's not the case, you can only use managed code. The closest you can get as far as I can see is using managed C++ allowing you to reuse code from native C++, but of course with the lack of Win32 and many other APIs often used in native code.