SlideShare una empresa de Scribd logo
1 de 122
Descargar para leer sin conexión
Wednesday, December 19, 12
Hello. My name is Alina Mierlus.
                                          Community organizer, geek, loves the web




                             @alina_mierlus - contact[at]alinamierlus[dot]com - alinamierlus.com



Wednesday, December 19, 12
Wednesday, December 19, 12
1998
Wednesday, December 19, 12
1998 - II
Wednesday, December 19, 12
2001
Wednesday, December 19, 12
STATE OF INNOVATION
Wednesday, December 19, 12
2003
Wednesday, December 19, 12
PARTICIPATION
Wednesday, December 19, 12
NOW - BIGGER, STRONGER
Wednesday, December 19, 12
Wednesday, December 19, 12
Wednesday, December 19, 12
Firefox OS formally known as
                             the Boot to Gecko (B2G) project
                             was launched to enable the
                             Open Web as a platform for
                             mobile devices. We’re making
                             innovation possible by driving
                             the development of new Web
                             standards.




Wednesday, December 19, 12
Wednesday, December 19, 12
VIDEO - MOZILLA STORY
Wednesday, December 19, 12
INNOVATIONS




            exploring the potential of web tech. and social

Wednesday, December 19, 12
TOOLS
       for everyone to create, experiment and learn how
                         the web works



Wednesday, December 19, 12
PROGRAMS
Wednesday, December 19, 12
EVENTS
Wednesday, December 19, 12
FIREFOX OS




                         Bringing the Open Web to Mobile Devices
Wednesday, December 19, 12
Firefox OS - Components




Wednesday, December 19, 12
GONK          GECKO



                                    GAIA



Wednesday, December 19, 12
Wednesday, December 19, 12
                             GONK
Lower level operating system, consisting of a
                     Linux kernel and HAL (Hardware Abstraction
                                        Layer).

                             Possibility to expose anything from the
                                        hardware to Gecko.




Wednesday, December 19, 12
Wednesday, December 19, 12
                             GECKO
The application runtime. The rendering
                                engine in Firefox for HTML5, CSS &
                             JavaScript. Implements a number of APIs.




Wednesday, December 19, 12
Wednesday, December 19, 12
                             GAIA
Wednesday, December 19, 12
The user interface, built entirely by HTML5 &
                                    Open Web APIs.




Wednesday, December 19, 12
Using HTML5, CSS and JavaScript
                             together with a number of APIs
                             to build apps and customize the
                             UI.




Wednesday, December 19, 12
Web APIs




Wednesday, December 19, 12
Wednesday, December 19, 12
http://arewemobileyet.com




                                               AreWeMobileYet?
Wednesday, December 19, 12
Wednesday, December 19, 12
https://wiki.mozilla.org/WebAPI




                                                          Wiki
Wednesday, December 19, 12
A Few Web APIs




Wednesday, December 19, 12
WEBTELEPHONY




Wednesday, December 19, 12
WEBSMS




Wednesday, December 19, 12
BATTERY
                             STATUS API
                             (W3C)




Wednesday, December 19, 12
CONTACTS API




Wednesday, December 19, 12
SETTINGS API




Wednesday, December 19, 12
FIREFOX OS - test it!
                             TECHNICAL RESOURCES, DEMOS, AND MORE...




Wednesday, December 19, 12
FIREFOX OS




Wednesday, December 19, 12
http://www.mozilla.org/b2g/




                                                      Website
Wednesday, December 19, 12
http://www.mozilla.org/b2g/faq/




                                                          FAQ
Wednesday, December 19, 12
Wednesday, December 19, 12
http://joshcarpenter.ca/Boot-to-
                        Gecko




                                                           UX Concept
Wednesday, December 19, 12
Wednesday, December 19, 12
http://openwebdevice.com




                                  Open Web Device (OWD)
Wednesday, December 19, 12
Wednesday, December 19, 12
http://wiki.mozilla.org/B2G




                                                      Wiki
Wednesday, December 19, 12
Wednesday, December 19, 12
FIREFOX OS
                              Development Environment




Wednesday, December 19, 12
TECHNICAL DOCUMENTATION




Wednesday, December 19, 12
http://github.com/mozilla-b2g/B2G




                                                            GitHub
Wednesday, December 19, 12
Wednesday, December 19, 12
https://developer.mozilla.org/en/
                        Mozilla/Boot_to_Gecko




                              Mozilla Developer Network
Wednesday, December 19, 12
Wednesday, December 19, 12
QUESTIONS, ISSUES, BUG TRACKING




Wednesday, December 19, 12
http://groups.google.com/group/
                        mozilla.dev.b2g/topics




                                              Discussion Forum
Wednesday, December 19, 12
http://lists.mozilla.org/listinfo/
                        dev-b2g




                                                             Mailing List
Wednesday, December 19, 12
http://irc.mozilla.org
                        #b2g




                                                 IRC
Wednesday, December 19, 12
https://bugzilla.mozilla.org/
                        buglist.cgi?quicksearch=b2g




                                                        Bugzilla
Wednesday, December 19, 12
https://github.com/mozilla-b2g/
                        B2G/issues




                                                      GitHub Issues
Wednesday, December 19, 12
TESTING FIREFOX OS




Wednesday, December 19, 12
FIREFOX OS SIMULATOR
         https://addons.mozilla.org/en-us/firefox/
                addon/firefox-os-simulator/

Wednesday, December 19, 12
FIREFOX NIGHTLY

Wednesday, December 19, 12
Wednesday, December 19, 12
Wednesday, December 19, 12
DEVICE ALTERNATIVES




Wednesday, December 19, 12
http://developer.mozilla.org/en-US/
                                    docs/Mozilla/Boot_to_Gecko/
                                        B2G_build_prerequisites/




                                               Flash onto Android
Wednesday, December 19, 12
http://developer.mozilla.org/en/Mozilla/
                  Boot_to_Gecko/Using_the_B2G_emulators




                                                             Emulator
Wednesday, December 19, 12
http://dknite.wordpress.com/
                             2012/07/18/desktop-builds-now-
                                      available-for-firefox-os/




                                                       Desktop Build
Wednesday, December 19, 12
1. Download desktop builds

                             2.   Checkout Gaia



                             3.   Set environment variables



                             4.   Create profile



                             5.   Run



Wednesday, December 19, 12
http://ftp.mozilla.org/pub/
                        mozilla.org/
                        b2g/nightly/latest-mozilla-central/




                                 Download desktop builds
Wednesday, December 19, 12
git clone git://github.com/mozilla-b2g/
                        gaia




                                                      Checkout Gaia
Wednesday, December 19, 12
# In gaia directory
                                         make profile




                             Set environment variables
Wednesday, December 19, 12
GAIA = PATH_TO_GAIA_REPOSITORY

                                GAIA_DOMAIN = gaiamobile.org




                                                     Create profile
Wednesday, December 19, 12
/path/to/b2g -profile ~/gaia/profile




                                                                  Run
Wednesday, December 19, 12
Web Apps from Mozilla




Wednesday, December 19, 12
Using HTML5, CSS and JavaScript
                             together with a number of APIs
                             to build apps and customize the
                             UI.




Wednesday, December 19, 12
HTML5 & FRIENDS

Wednesday, December 19, 12
http://webplatform.org/
                        http://developer.mozilla.org/en-US/
                        learn/html5


  CSS3 / Semantics / Connectivity / Offline &
    Storage / Multimedia / Performance &
    Integration / 3D, Graphics & Effects /
  Device Access (+ Tons of other cool tools &
                  resources)

                                           Learn HTML5 (MDN)
Wednesday, December 19, 12
Wednesday, December 19, 12
http://www.openwebdevice.com/
                        partners/




                     Basic HTML5 Guidelines (OWD)
Wednesday, December 19, 12
Wednesday, December 19, 12
GAIA UI BLOCKS

Wednesday, December 19, 12
https://wiki.mozilla.org/Gaia/
                        Design/BuildingBlocks




                                                         Wiki
Wednesday, December 19, 12
Wednesday, December 19, 12
https://github.com/mozilla-b2g/
                        Gaia-UI-Building-Blocks




                                         Future home of code
Wednesday, December 19, 12
https://github.com/telefonicaid/
                  Gaia-UI-Building-Blocks




                                             Test bed of code
Wednesday, December 19, 12
http://telefonicaid.github.com/Gaia-
                        UI-Building-Blocks/index.html




                             Webpage with working code
Wednesday, December 19, 12
Wednesday, December 19, 12
Wednesday, December 19, 12
FIREFOX OS
                             Writing Apps, Mozilla Marketplace




Wednesday, December 19, 12
Wednesday, December 19, 12
An initiative to bring App
                             experiences — built using
                             HTML5 standards and open
                             technologies (HTML, CSS & JS)
                             — across all your devices.




Wednesday, December 19, 12
Web apps are apps built using standard Web
                         technologies. They work in any modern Web browser,
                            and can be developed using your favorite tools.

                        The Open Web apps project proposes some small
                      additions to existing sites to turn them into apps that
                     run in a rich, fun, and powerful computing environment.

                    These apps run on desktop browsers and mobile devices,
                    and are easier for a user to discover and launch than Web
                                               sites.




Wednesday, December 19, 12
TECHNICAL DOCUMENTATION




Wednesday, December 19, 12
Develop Web App using
                             1.   HTML5, CSS, & Javascript


                             2. Create an app manifest file

                             3. Publish/install the app

Wednesday, December 19, 12
https://developer.mozilla.org/apps




                                                Develop Web App
Wednesday, December 19, 12
Reuse any existing web site/app or develop from scratch
                                    with open web standards.

                             Utilize HTML5 features such as localStorage, offline
                             manifest, IndexedDB and access Web APIs for more
                                                  options.

                               Responsive web design for adapting to varying
                                    resolutions and screen orientation.




Wednesday, December 19, 12
Wednesday, December 19, 12
Wednesday, December 19, 12
https://developer.mozilla.org/en/
                        Apps/Manifest




                                                        App Manifest
Wednesday, December 19, 12
http://appmanifest.org/




                                        The Manifest Checker
Wednesday, December 19, 12
Wednesday, December 19, 12
{
                                 "version": "1.0",
                                 "name": "MozillaBall",
                                 "description": "Exciting Open Web development action!",
                                 "icons": {
                                   "16": "/img/icon-16.png",
                                   "48": "/img/icon-48.png",
                                   "128": "/img/icon-128.png"
                                 },
                                 "developer": {
                                   "name": "Mozilla Labs",
                                   "url": "http://mozillalabs.com"
                                 },
                                 "installs_allowed_from": ["*"],
                                 "appcache_path": "/cache.manifest",
                                 "locales": {
                                   "es": {
                                     "description": "¡Acción abierta emocionante del desarrollo del Web!",
                                     "developer": {
                                       "url": "http://es.mozillalabs.com/"
                                     }
                                   },
                                   "it": {
                                     "description": "Azione aperta emozionante di sviluppo di fotoricettore!",
                                     "developer": {
                                       "url": "http://it.mozillalabs.com/"
                                     }
                                   }
                                 },
                                 "default_locale": "en"
                             }




Wednesday, December 19, 12
http://marketplace.mozilla.org/
                        developers/




                                          App Submission Hub
Wednesday, December 19, 12
Wednesday, December 19, 12
http://groups.google.com/forum/?
                        fromgroups#!forum/
                        mozilla.dev.webapps




                                              Discussion Forum
Wednesday, December 19, 12
http://lists.mozilla.org/listinfo/
                        dev-webapps




                                                             Mailing List
Wednesday, December 19, 12
http://irc.mozilla.org
                        #openwebapps




                                                 IRC
Wednesday, December 19, 12
Wednesday, December 19, 12
Wednesday, December 19, 12
Wednesday, December 19, 12
Wednesday, December 19, 12
And finally...




Wednesday, December 19, 12
Wednesday, December 19, 12
Wednesday, December 19, 12
Thanks to @cyberdees (Desigan Chinniah) and
                     @pfinette (Pascal Finette)

       for ideas and materials I used for this presentation




Wednesday, December 19, 12
Hello. My name is Alina Mierlus.
                              Community organizer, geek, loves the web




                                     Questions? Thanks!
                                  @alina_mierlus @mozilla @mozillacat

Wednesday, December 19, 12

Más contenido relacionado

Similar a Firefoxos bcndevcon

Erlang for video delivery
Erlang for video deliveryErlang for video delivery
Erlang for video deliveryHugh Watkins
 
Flex além do browser - Lightning talk qcon
Flex além do browser - Lightning talk qcon Flex além do browser - Lightning talk qcon
Flex além do browser - Lightning talk qcon David Paniz
 
component: ruby gems for the browser
component: ruby gems for the browsercomponent: ruby gems for the browser
component: ruby gems for the browserTimothy Oxley
 
Codemotion 2013 - presentación cocoa pods
Codemotion  2013 -  presentación cocoa podsCodemotion  2013 -  presentación cocoa pods
Codemotion 2013 - presentación cocoa podsJorge Maroto
 
Icon Homepage 2009
Icon Homepage 2009Icon Homepage 2009
Icon Homepage 2009jackp
 
Facebook Login and Open Graph
Facebook Login and Open GraphFacebook Login and Open Graph
Facebook Login and Open GraphTimon Hartung
 
Les meilleures API des principaux sites de musique en ligne Denis Florent Rad...
Les meilleures API des principaux sites de musique en ligne Denis Florent Rad...Les meilleures API des principaux sites de musique en ligne Denis Florent Rad...
Les meilleures API des principaux sites de musique en ligne Denis Florent Rad...ACTUONDA
 
Triage: real-world error logging for web applications
Triage: real-world error logging for web applicationsTriage: real-world error logging for web applications
Triage: real-world error logging for web applicationsLuke Cawood
 
JS-Everywhere - LocalStorage Hands-on
JS-Everywhere - LocalStorage Hands-onJS-Everywhere - LocalStorage Hands-on
JS-Everywhere - LocalStorage Hands-onBrice Argenson
 
Tech Tools for Meeting Professionals
Tech Tools for Meeting ProfessionalsTech Tools for Meeting Professionals
Tech Tools for Meeting ProfessionalsMidori Connolly
 
Migrando do App Engine para o Heroku
Migrando do App Engine para o HerokuMigrando do App Engine para o Heroku
Migrando do App Engine para o HerokuFilipe Ximenes
 
Continuous Delivery at Netflix
Continuous Delivery at NetflixContinuous Delivery at Netflix
Continuous Delivery at NetflixRob Spieldenner
 
The Web Designers Toolkit
The Web Designers ToolkitThe Web Designers Toolkit
The Web Designers ToolkitR/GA
 
The Drupal Movement: where do you fit in?
The Drupal Movement: where do you fit in?The Drupal Movement: where do you fit in?
The Drupal Movement: where do you fit in?Addison Berry
 
Sevillajs: Una tarde con Firefox OS
Sevillajs: Una tarde con Firefox OSSevillajs: Una tarde con Firefox OS
Sevillajs: Una tarde con Firefox OSFrancisco Jordano
 
Architecture: ember.js and AngularJS
Architecture: ember.js and AngularJSArchitecture: ember.js and AngularJS
Architecture: ember.js and AngularJSlrdesign
 

Similar a Firefoxos bcndevcon (20)

Erlang for video delivery
Erlang for video deliveryErlang for video delivery
Erlang for video delivery
 
Flex além do browser - Lightning talk qcon
Flex além do browser - Lightning talk qcon Flex além do browser - Lightning talk qcon
Flex além do browser - Lightning talk qcon
 
component: ruby gems for the browser
component: ruby gems for the browsercomponent: ruby gems for the browser
component: ruby gems for the browser
 
Codemotion 2013 - presentación cocoa pods
Codemotion  2013 -  presentación cocoa podsCodemotion  2013 -  presentación cocoa pods
Codemotion 2013 - presentación cocoa pods
 
Icon Homepage 2009
Icon Homepage 2009Icon Homepage 2009
Icon Homepage 2009
 
Cloudera Desktop
Cloudera DesktopCloudera Desktop
Cloudera Desktop
 
Facebook Login and Open Graph
Facebook Login and Open GraphFacebook Login and Open Graph
Facebook Login and Open Graph
 
Les meilleures API des principaux sites de musique en ligne Denis Florent Rad...
Les meilleures API des principaux sites de musique en ligne Denis Florent Rad...Les meilleures API des principaux sites de musique en ligne Denis Florent Rad...
Les meilleures API des principaux sites de musique en ligne Denis Florent Rad...
 
Triage: real-world error logging for web applications
Triage: real-world error logging for web applicationsTriage: real-world error logging for web applications
Triage: real-world error logging for web applications
 
JS-Everywhere - LocalStorage Hands-on
JS-Everywhere - LocalStorage Hands-onJS-Everywhere - LocalStorage Hands-on
JS-Everywhere - LocalStorage Hands-on
 
Tech Tools for Meeting Professionals
Tech Tools for Meeting ProfessionalsTech Tools for Meeting Professionals
Tech Tools for Meeting Professionals
 
Migrando do App Engine para o Heroku
Migrando do App Engine para o HerokuMigrando do App Engine para o Heroku
Migrando do App Engine para o Heroku
 
Continuous Delivery at Netflix
Continuous Delivery at NetflixContinuous Delivery at Netflix
Continuous Delivery at Netflix
 
The Web Designers Toolkit
The Web Designers ToolkitThe Web Designers Toolkit
The Web Designers Toolkit
 
The Drupal Movement: where do you fit in?
The Drupal Movement: where do you fit in?The Drupal Movement: where do you fit in?
The Drupal Movement: where do you fit in?
 
Sevillajs: Una tarde con Firefox OS
Sevillajs: Una tarde con Firefox OSSevillajs: Una tarde con Firefox OS
Sevillajs: Una tarde con Firefox OS
 
Remote mobile debugging
Remote mobile debuggingRemote mobile debugging
Remote mobile debugging
 
Meet CyanogenMod
Meet CyanogenModMeet CyanogenMod
Meet CyanogenMod
 
100% JS
100% JS100% JS
100% JS
 
Architecture: ember.js and AngularJS
Architecture: ember.js and AngularJSArchitecture: ember.js and AngularJS
Architecture: ember.js and AngularJS
 

Último

Bangalore Call Girls Marathahalli 📞 9907093804 High Profile Service 100% Safe
Bangalore Call Girls Marathahalli 📞 9907093804 High Profile Service 100% SafeBangalore Call Girls Marathahalli 📞 9907093804 High Profile Service 100% Safe
Bangalore Call Girls Marathahalli 📞 9907093804 High Profile Service 100% Safenarwatsonia7
 
VIP Call Girls Lucknow Nandini 7001305949 Independent Escort Service Lucknow
VIP Call Girls Lucknow Nandini 7001305949 Independent Escort Service LucknowVIP Call Girls Lucknow Nandini 7001305949 Independent Escort Service Lucknow
VIP Call Girls Lucknow Nandini 7001305949 Independent Escort Service Lucknownarwatsonia7
 
Housewife Call Girls Hsr Layout - Call 7001305949 Rs-3500 with A/C Room Cash ...
Housewife Call Girls Hsr Layout - Call 7001305949 Rs-3500 with A/C Room Cash ...Housewife Call Girls Hsr Layout - Call 7001305949 Rs-3500 with A/C Room Cash ...
Housewife Call Girls Hsr Layout - Call 7001305949 Rs-3500 with A/C Room Cash ...narwatsonia7
 
Call Girls Service Noida Maya 9711199012 Independent Escort Service Noida
Call Girls Service Noida Maya 9711199012 Independent Escort Service NoidaCall Girls Service Noida Maya 9711199012 Independent Escort Service Noida
Call Girls Service Noida Maya 9711199012 Independent Escort Service NoidaPooja Gupta
 
Book Call Girls in Yelahanka - For 7001305949 Cheap & Best with original Photos
Book Call Girls in Yelahanka - For 7001305949 Cheap & Best with original PhotosBook Call Girls in Yelahanka - For 7001305949 Cheap & Best with original Photos
Book Call Girls in Yelahanka - For 7001305949 Cheap & Best with original Photosnarwatsonia7
 
Call Girls Whitefield Just Call 7001305949 Top Class Call Girl Service Available
Call Girls Whitefield Just Call 7001305949 Top Class Call Girl Service AvailableCall Girls Whitefield Just Call 7001305949 Top Class Call Girl Service Available
Call Girls Whitefield Just Call 7001305949 Top Class Call Girl Service Availablenarwatsonia7
 
97111 47426 Call Girls In Delhi MUNIRKAA
97111 47426 Call Girls In Delhi MUNIRKAA97111 47426 Call Girls In Delhi MUNIRKAA
97111 47426 Call Girls In Delhi MUNIRKAAjennyeacort
 
Call Girls Jayanagar Just Call 7001305949 Top Class Call Girl Service Available
Call Girls Jayanagar Just Call 7001305949 Top Class Call Girl Service AvailableCall Girls Jayanagar Just Call 7001305949 Top Class Call Girl Service Available
Call Girls Jayanagar Just Call 7001305949 Top Class Call Girl Service Availablenarwatsonia7
 
Call Girls ITPL Just Call 7001305949 Top Class Call Girl Service Available
Call Girls ITPL Just Call 7001305949 Top Class Call Girl Service AvailableCall Girls ITPL Just Call 7001305949 Top Class Call Girl Service Available
Call Girls ITPL Just Call 7001305949 Top Class Call Girl Service Availablenarwatsonia7
 
Call Girls Service In Shyam Nagar Whatsapp 8445551418 Independent Escort Service
Call Girls Service In Shyam Nagar Whatsapp 8445551418 Independent Escort ServiceCall Girls Service In Shyam Nagar Whatsapp 8445551418 Independent Escort Service
Call Girls Service In Shyam Nagar Whatsapp 8445551418 Independent Escort Serviceparulsinha
 
Call Girl Koramangala | 7001305949 At Low Cost Cash Payment Booking
Call Girl Koramangala | 7001305949 At Low Cost Cash Payment BookingCall Girl Koramangala | 7001305949 At Low Cost Cash Payment Booking
Call Girl Koramangala | 7001305949 At Low Cost Cash Payment Bookingnarwatsonia7
 
Call Girls Electronic City Just Call 7001305949 Top Class Call Girl Service A...
Call Girls Electronic City Just Call 7001305949 Top Class Call Girl Service A...Call Girls Electronic City Just Call 7001305949 Top Class Call Girl Service A...
Call Girls Electronic City Just Call 7001305949 Top Class Call Girl Service A...narwatsonia7
 
Call Girl Lucknow Mallika 7001305949 Independent Escort Service Lucknow
Call Girl Lucknow Mallika 7001305949 Independent Escort Service LucknowCall Girl Lucknow Mallika 7001305949 Independent Escort Service Lucknow
Call Girl Lucknow Mallika 7001305949 Independent Escort Service Lucknownarwatsonia7
 
Glomerular Filtration and determinants of glomerular filtration .pptx
Glomerular Filtration and  determinants of glomerular filtration .pptxGlomerular Filtration and  determinants of glomerular filtration .pptx
Glomerular Filtration and determinants of glomerular filtration .pptxDr.Nusrat Tariq
 
Call Girls Service Chennai Jiya 7001305949 Independent Escort Service Chennai
Call Girls Service Chennai Jiya 7001305949 Independent Escort Service ChennaiCall Girls Service Chennai Jiya 7001305949 Independent Escort Service Chennai
Call Girls Service Chennai Jiya 7001305949 Independent Escort Service ChennaiNehru place Escorts
 
Call Girls Hosur Just Call 7001305949 Top Class Call Girl Service Available
Call Girls Hosur Just Call 7001305949 Top Class Call Girl Service AvailableCall Girls Hosur Just Call 7001305949 Top Class Call Girl Service Available
Call Girls Hosur Just Call 7001305949 Top Class Call Girl Service Availablenarwatsonia7
 
Hemostasis Physiology and Clinical correlations by Dr Faiza.pdf
Hemostasis Physiology and Clinical correlations by Dr Faiza.pdfHemostasis Physiology and Clinical correlations by Dr Faiza.pdf
Hemostasis Physiology and Clinical correlations by Dr Faiza.pdfMedicoseAcademics
 
Dwarka Sector 6 Call Girls ( 9873940964 ) Book Hot And Sexy Girls In A Few Cl...
Dwarka Sector 6 Call Girls ( 9873940964 ) Book Hot And Sexy Girls In A Few Cl...Dwarka Sector 6 Call Girls ( 9873940964 ) Book Hot And Sexy Girls In A Few Cl...
Dwarka Sector 6 Call Girls ( 9873940964 ) Book Hot And Sexy Girls In A Few Cl...rajnisinghkjn
 
Book Call Girls in Kasavanahalli - 7001305949 with real photos and phone numbers
Book Call Girls in Kasavanahalli - 7001305949 with real photos and phone numbersBook Call Girls in Kasavanahalli - 7001305949 with real photos and phone numbers
Book Call Girls in Kasavanahalli - 7001305949 with real photos and phone numbersnarwatsonia7
 
Russian Call Girl Brookfield - 7001305949 Escorts Service 50% Off with Cash O...
Russian Call Girl Brookfield - 7001305949 Escorts Service 50% Off with Cash O...Russian Call Girl Brookfield - 7001305949 Escorts Service 50% Off with Cash O...
Russian Call Girl Brookfield - 7001305949 Escorts Service 50% Off with Cash O...narwatsonia7
 

Último (20)

Bangalore Call Girls Marathahalli 📞 9907093804 High Profile Service 100% Safe
Bangalore Call Girls Marathahalli 📞 9907093804 High Profile Service 100% SafeBangalore Call Girls Marathahalli 📞 9907093804 High Profile Service 100% Safe
Bangalore Call Girls Marathahalli 📞 9907093804 High Profile Service 100% Safe
 
VIP Call Girls Lucknow Nandini 7001305949 Independent Escort Service Lucknow
VIP Call Girls Lucknow Nandini 7001305949 Independent Escort Service LucknowVIP Call Girls Lucknow Nandini 7001305949 Independent Escort Service Lucknow
VIP Call Girls Lucknow Nandini 7001305949 Independent Escort Service Lucknow
 
Housewife Call Girls Hsr Layout - Call 7001305949 Rs-3500 with A/C Room Cash ...
Housewife Call Girls Hsr Layout - Call 7001305949 Rs-3500 with A/C Room Cash ...Housewife Call Girls Hsr Layout - Call 7001305949 Rs-3500 with A/C Room Cash ...
Housewife Call Girls Hsr Layout - Call 7001305949 Rs-3500 with A/C Room Cash ...
 
Call Girls Service Noida Maya 9711199012 Independent Escort Service Noida
Call Girls Service Noida Maya 9711199012 Independent Escort Service NoidaCall Girls Service Noida Maya 9711199012 Independent Escort Service Noida
Call Girls Service Noida Maya 9711199012 Independent Escort Service Noida
 
Book Call Girls in Yelahanka - For 7001305949 Cheap & Best with original Photos
Book Call Girls in Yelahanka - For 7001305949 Cheap & Best with original PhotosBook Call Girls in Yelahanka - For 7001305949 Cheap & Best with original Photos
Book Call Girls in Yelahanka - For 7001305949 Cheap & Best with original Photos
 
Call Girls Whitefield Just Call 7001305949 Top Class Call Girl Service Available
Call Girls Whitefield Just Call 7001305949 Top Class Call Girl Service AvailableCall Girls Whitefield Just Call 7001305949 Top Class Call Girl Service Available
Call Girls Whitefield Just Call 7001305949 Top Class Call Girl Service Available
 
97111 47426 Call Girls In Delhi MUNIRKAA
97111 47426 Call Girls In Delhi MUNIRKAA97111 47426 Call Girls In Delhi MUNIRKAA
97111 47426 Call Girls In Delhi MUNIRKAA
 
Call Girls Jayanagar Just Call 7001305949 Top Class Call Girl Service Available
Call Girls Jayanagar Just Call 7001305949 Top Class Call Girl Service AvailableCall Girls Jayanagar Just Call 7001305949 Top Class Call Girl Service Available
Call Girls Jayanagar Just Call 7001305949 Top Class Call Girl Service Available
 
Call Girls ITPL Just Call 7001305949 Top Class Call Girl Service Available
Call Girls ITPL Just Call 7001305949 Top Class Call Girl Service AvailableCall Girls ITPL Just Call 7001305949 Top Class Call Girl Service Available
Call Girls ITPL Just Call 7001305949 Top Class Call Girl Service Available
 
Call Girls Service In Shyam Nagar Whatsapp 8445551418 Independent Escort Service
Call Girls Service In Shyam Nagar Whatsapp 8445551418 Independent Escort ServiceCall Girls Service In Shyam Nagar Whatsapp 8445551418 Independent Escort Service
Call Girls Service In Shyam Nagar Whatsapp 8445551418 Independent Escort Service
 
Call Girl Koramangala | 7001305949 At Low Cost Cash Payment Booking
Call Girl Koramangala | 7001305949 At Low Cost Cash Payment BookingCall Girl Koramangala | 7001305949 At Low Cost Cash Payment Booking
Call Girl Koramangala | 7001305949 At Low Cost Cash Payment Booking
 
Call Girls Electronic City Just Call 7001305949 Top Class Call Girl Service A...
Call Girls Electronic City Just Call 7001305949 Top Class Call Girl Service A...Call Girls Electronic City Just Call 7001305949 Top Class Call Girl Service A...
Call Girls Electronic City Just Call 7001305949 Top Class Call Girl Service A...
 
Call Girl Lucknow Mallika 7001305949 Independent Escort Service Lucknow
Call Girl Lucknow Mallika 7001305949 Independent Escort Service LucknowCall Girl Lucknow Mallika 7001305949 Independent Escort Service Lucknow
Call Girl Lucknow Mallika 7001305949 Independent Escort Service Lucknow
 
Glomerular Filtration and determinants of glomerular filtration .pptx
Glomerular Filtration and  determinants of glomerular filtration .pptxGlomerular Filtration and  determinants of glomerular filtration .pptx
Glomerular Filtration and determinants of glomerular filtration .pptx
 
Call Girls Service Chennai Jiya 7001305949 Independent Escort Service Chennai
Call Girls Service Chennai Jiya 7001305949 Independent Escort Service ChennaiCall Girls Service Chennai Jiya 7001305949 Independent Escort Service Chennai
Call Girls Service Chennai Jiya 7001305949 Independent Escort Service Chennai
 
Call Girls Hosur Just Call 7001305949 Top Class Call Girl Service Available
Call Girls Hosur Just Call 7001305949 Top Class Call Girl Service AvailableCall Girls Hosur Just Call 7001305949 Top Class Call Girl Service Available
Call Girls Hosur Just Call 7001305949 Top Class Call Girl Service Available
 
Hemostasis Physiology and Clinical correlations by Dr Faiza.pdf
Hemostasis Physiology and Clinical correlations by Dr Faiza.pdfHemostasis Physiology and Clinical correlations by Dr Faiza.pdf
Hemostasis Physiology and Clinical correlations by Dr Faiza.pdf
 
Dwarka Sector 6 Call Girls ( 9873940964 ) Book Hot And Sexy Girls In A Few Cl...
Dwarka Sector 6 Call Girls ( 9873940964 ) Book Hot And Sexy Girls In A Few Cl...Dwarka Sector 6 Call Girls ( 9873940964 ) Book Hot And Sexy Girls In A Few Cl...
Dwarka Sector 6 Call Girls ( 9873940964 ) Book Hot And Sexy Girls In A Few Cl...
 
Book Call Girls in Kasavanahalli - 7001305949 with real photos and phone numbers
Book Call Girls in Kasavanahalli - 7001305949 with real photos and phone numbersBook Call Girls in Kasavanahalli - 7001305949 with real photos and phone numbers
Book Call Girls in Kasavanahalli - 7001305949 with real photos and phone numbers
 
Russian Call Girl Brookfield - 7001305949 Escorts Service 50% Off with Cash O...
Russian Call Girl Brookfield - 7001305949 Escorts Service 50% Off with Cash O...Russian Call Girl Brookfield - 7001305949 Escorts Service 50% Off with Cash O...
Russian Call Girl Brookfield - 7001305949 Escorts Service 50% Off with Cash O...
 

Firefoxos bcndevcon