Slashdot Mirror


No More Firefox For Windows Mobile

angry tapir writes "Mozilla has decided to stop development of a version of its Firefox mobile Web browser for phones running Windows Mobile. The reason is that Microsoft has closed the door to native applications on smartphones running its new Windows Phone 7 Series software. More reasoning can be found in a blog post by Stuart Parmenter, director of Mobile Engineering at Mozilla."

2 of 226 comments (clear)

  1. Re:First Post by rubycodez · · Score: 0, Troll

    The Greater Nashville Apartment Association thanks you! http://www.nashvilleaptasn.org/

    But next time please take time to put something relevant to the topic in your post.

  2. Re:Preemptive Strike by Hal_Porter · · Score: 0, Troll

    Can you try that again with more Braveheart e.g.

    THEY CAN TAKE OUR LIVES BUT THEY CAN'T TAKE OUR WEB BROWSERS! FREEDOM!

    Filter error: Don't use so many caps. It's like YELLING.

    --
    echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;