the raspberry pi browser
play

The Raspberry Pi Browser Presented by Gustavo (kov) & ChangSeok - PowerPoint PPT Presentation

The Raspberry Pi Browser Presented by Gustavo (kov) & ChangSeok (changseok) Brought to you by Marco Barisione, Emanuele Aina, Julien Isorce, ChangSeok OH, Tomeu Visozo, George Kiagiadakis, Andre Magalhes, Gustavo Noronha Extra


  1. The Raspberry Pi Browser Presented by Gustavo (kov) & ChangSeok (changseok) Brought to you by Marco Barisione, Emanuele Aina, Julien Isorce, ChangSeok OH, Tomeu Visozo, George Kiagiadakis, Andre Magalhães, Gustavo Noronha Extra information 1

  2. Cheap hardware, not very powerful The Raspberry Pi • ARM v6 CPU • Up to 512 MB of RAM • Reasonably powerful VideoCore media processor Extra information 2

  3. Make a modern browser that runs well enough to be usable Challenge • Multiple tabs • Responsive • Support YouTube Extra information 3

  4. Drivers and concerns Limitations • WebKit2 out of the question for worries of memory usage overhead (working on it…) • Accelerated Compositing out, unreliable GL stack • Wayland postponed Extra information 4

  5. Epiphany gets tab limits Memory usage • Up to 3 tabs are kept live • Background tabs may get freed • Per-tab session restore infrastructure reused to reload tabs that got freed when switched to • For the future , could make Epiphany kill web processes, with WebKit2 Extra information 5

  6. Memory pressure handler Memory usage • Notification from the system which allows throwing away caches and other temporary memory when memory is becoming very scarce • Implemented by Apple for Mac & iOS ports • Patch on bug 123532 • Problem: only works when inside a cgroup Extra information 6

  7. Disk Image Cache Memory usage • Saves decoded images to files and memory maps them • Plugs the main source of heap fragmentation – process memory usage grows much less • A bit different: Apple uses it for non-decoded image data • Made cross-platform on bug 124167 • Gustavo would like to finish this patch and enable it on WebKit2GTK+, need to discuss API Extra information 7

  8. Use RGB16 throughout Performance • This is the format cairo and pixman have been optimized for on the raspberry pi • All surfaces changed to use it • GStreamer backend changed to render to it directly • Image decoders changed to decode to it directly Extra information 8

  9. OMX and dispmanx usage Performance • OMX used for image decoding • OMX used for video scaling • dispmanx used directly for fullscreen video Extra information 9

  10. Faster scrolling Performance • Tiled backing store enabled to make scrolling more responsive • Suspends pretty much everything while scrolling – JS, animation, painting Extra information 10

  11. Videos made faster Performance • First of all, no preloading, special case for embedded YouTube videos • Videos are painted directly to the final surface instead of going through the tiled backing store • YouTube hacked by injected JS to always use a <video> tag and to avoid running lots of its own JS code, in particular the one that deals with loading comments Extra information 11

  12. ChangSeok OH changseok.oh@collabora.co.uk Questions? Gustavo Noronha Silva gustavo.noronha@collabora.co.uk Extra information 12

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend