

Firefox 5 through 9įirefox 5 was released on June 21, 2011, three months after the major release of Firefox 4. This accelerated release cycle was met with criticism by users, as it often broke add-on compatibility, as well as those who believe Firefox was simply trying to increase its version number to compare with other browsers such as Google Chrome. The stated aim of this faster-paced process is to get new features to users faster. Gecko version numbering is the same as the Firefox build version number, starting with 5.0 on Firefox 5. "Release" is the current official version of Firefox. The "Beta" channel provides improved stability over the "Nightly" builds and is the first development milestone that has the "Firefox" logo. The "Beta" channel is up to six weeks behind the "Aurora" build, for up to about twelve weeks compared to the most recent "Nightly" build. As of version 35, the "Aurora" channel has been renamed to the "Developer Edition" channel. The "Aurora" build is up to six weeks behind "Nightly" and offers functionality that has undergone basic testing. The most recent available build is called "Nightly Builds" and offers the latest, untested features and updates. In April 2011, the development process was split into several "channels", each working on a build in a different stage of development. Main article: Firefox early version history Rapid releases This was gradually accelerated further in late 2019, so that new major releases occur on four-week cycles starting in 2020. Starting with version 5.0, a rapid release cycle was put into effect, resulting in a new major version release every six weeks. lp.Firefox was created by Dave Hyatt and Blake Ross as an experimental branch of the Mozilla browser, first released as Firefox 1.0 on November 9, 2004. visit_date) / 1000000, 'unixepoch ') as latest_visit_date, dist + 1 end) as distįrom host_reachable rr join moz_historyvisits hv on rr. Find all places visited less than N "hoops" away from a host Select count( 1) from moz_historyvisits a left join moz_historyvisits b on a. and from_place.rev_host this_place.rev_host - optional filter Where did I find this url? (No matches means typed in or external source) Number of outgoing visits from a place (NB: not counting redirects.) visit_type not in ( 5, 6)) as childrenįrom moz_historyvisits a join moz_historyvisits b on a. Number of outgoing visits from a single history vist (NB: not counting redirects.)

visit_date / 1000000, 'unixepoch ') as visit_dateįrom moz_historyvisits hv join moz_places p on p. Select count( *) from moz_places where url like "%duckduckgo%/?q=% " Select count( *) from moz_places where url like "%google%/search?% " Select visit_type, count( *) from moz_historyvisits where from_visit = 0 group by visit_type Visits without a source (grouped by type) Select visit_type, count( 1) from moz_historyvisits group by visit_type ( select count(distinct rev_host) from moz_places) as hosts ( select count( *) from moz_inputhistory) as inputs, ( select count( *) from moz_historyvisits) as visits, ( select count( *) from moz_places) as places, (( select count( *) from moz_places) +( select count( *) from moz_historyvisits)) as total, Select date( min(visit_date) / 1000000, 'unixepoch ') from moz_historyvisits Select * from moz_places order by visit_count desc Most visited hosts (the host name is reversed :D) 9 TRANSITION_RELOAD The page has been reloaded. 8 TRANSITION_FRAMED_LINK The user followed a link and got a visit in a frame. 7 TRANSITION_DOWNLOAD The transition is a download. 6 TRANSITION_REDIRECT_TEMPORARY The transition was a temporary redirect. 5 TRANSITION_REDIRECT_PERMANENT The transition was a permanent redirect. It is also true of any content in a frame, regardless of whether or not the user clicked something to get there. This is true of all images on a page, and the contents of the iframe. 4 TRANSITION_EMBED Set when some inner content is loaded. 3 TRANSITION_BOOKMARK The user followed a bookmark to get to the page. 2 TRANSITION_TYPED The user typed the page's URL in the URL bar or selected it from URL bar autocomplete results, clicked on it from a history query (from the History sidebar, History menu, or history query in the personal toolbar or Places organizer. 1 TRANSITION_LINK The user followed a link and got a new toplevel window.
