Fennec/NativeUI: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(→‎Architecture: Reorganized section for brevity and added viewport.)
Line 40: Line 40:


== Coding Style ==
== Coding Style ==
[https://wiki.mozilla.org/Fennec/NativeUI/CodingStyle Fennec/NativeUI/CodingStyle]
[https://wiki.mozilla.org/Mobile/Fennec/Android#Coding_Style Fennec/Mobile/Android/CodingStyle]


== QA ==
== QA ==

Revision as of 20:41, 12 August 2013

Features

  • Awesome Bar – Go to your favorite sites in just a couple of keystrokes with intelligent and personalized searching
  • Firefox Sync – Sync your Firefox tabs, history, bookmarks and passwords between your desktop and mobile device for a seamless browsing experience
  • Tabbed browsing – View open tabs as thumbnails to easily identify and select the Web page you’d like to go to next
  • Fast - Instantly startup (<300ms)
  • Small - Low memory usage (consistent with other browsers)
  • Energy - Doesn't eat your battery

Background

Nightly Builds

If you want to try the new NativeUI on your Android device, you can download the latest nightly builds here: https://wiki.mozilla.org/Mobile/Platforms/Android#Download_Nightly

What's in them? See here: https://wiki.mozilla.org/Fennec/NativeUI/NightlyFeatures

How To Build, Test, and Debug

The project repository is here: http://hg.mozilla.org/mozilla-central

Follow the instructions from Mobile/Fennec/Android.

Architecture

Design

The UI design is under revision, to make it simpler and to make more use of standard Android controls (i.e. hardware/system menu button, back button) and to make sure that more touchevents can be passed directly to web content.

Overview and detail here: https://wiki.mozilla.org/Fennec/NativeUI/UserExperience

Coding Style

Fennec/Mobile/Android/CodingStyle

QA

Weekly Showcase