User:David Regev/Ubiquitous Firefox: Difference between revisions

m
m (Formatting of notice)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<span style="text-align: center; color: darkgreen; font-weight: bold;">This page was turned into a series of [http://mozillalabs.com/conceptseries/tag/david-regev/ guests posts] for Mozilla Labs.</span>
<p style="text-align: center; color: darkgreen; font-weight: bold;">This page was turned into a series of [https://blog.mozilla.org/labs/tag/david-regev/ guests posts] for Mozilla Labs.</p>


__NOTOC__
__NOTOC__
Line 152: Line 152:
But how? Consider the specifics of the History Scroller in the mockup:
But how? Consider the specifics of the History Scroller in the mockup:


[[Image:Ubiquitous Firefox – Figure 7.png|thumb|center|256px|Figure 7: Solving the ‘Too Many Tabs’ Problem ([http://www.flickr.com/photos/davidregev/5341947391/in/set-72157625790500322/in/set-72157625790500322/ annotated version])]]
[[Image:Ubiquitous Firefox – Figure 7.png|thumb|center|256px|Figure 7: Solving the ‘Too Many Tabs’ Problem ([http://www.flickr.com/photos/davidregev/5341947391/in/set-72157625790500322/ annotated version])]]


When one traverses one of these tab trees, there is usually a predictable and liner order in which the page at each node is read. This is the depth-first order (which is arguably more efficient than a breadth-first order). Such a flow was boosted by Firefox 3.6 when spawned tabs were made to appear adjacent to their parent and in order. What if we simply collapsed the tree into a single dimension, preserving its natural reading order? This is exactly what the diagram shows.
When one traverses one of these tab trees, there is usually a predictable and liner order in which the page at each node is read. This is the depth-first order (which is arguably more efficient than a breadth-first order). Such a flow was boosted by Firefox 3.6 when spawned tabs were made to appear adjacent to their parent and in order. What if we simply collapsed the tree into a single dimension, preserving its natural reading order? This is exactly what the diagram shows.
Confirmed users
187

edits