f0b63f1b4e32534ea919c25289818e8728d0de3f: Bug 760956 - Post: remove unneeded getPinnedSites and getTopSites from BrowserDB r=me
Andrzej Hunt <ahunt@mozilla.com> - Wed, 17 Feb 2016 09:57:44 -0800 - rev 286038
Push
17894 by ahunt@mozilla.com at Mon, 29 Feb 2016 22:14:11 +0000
Bug 760956 - Post: remove unneeded getPinnedSites and getTopSites from BrowserDB r=me
MozReview-Commit-ID: 7Q5dOMVnqKP
045c87312d9a21b4b6b9c3fb8f84e680e6203ee8: Bug 760956 - Post: Cleanup TopSitesCursorWrapper remainders r=rnewman
Andrzej Hunt <ahunt@mozilla.com> - Wed, 17 Feb 2016 09:47:06 -0800 - rev 286037
Push
17894 by ahunt@mozilla.com at Mon, 29 Feb 2016 22:14:11 +0000
Bug 760956 - Post: Cleanup TopSitesCursorWrapper remainders r=rnewman
MozReview-Commit-ID: ExIkvmfJO5O
94b25f1233ddb1df2975a39e02ee8637846ba25b: Bug 760956 - Part 6: Introduce basic topsites retrieval test r=rnewman
Andrzej Hunt <ahunt@mozilla.com> - Thu, 25 Feb 2016 16:59:07 -0800 - rev 286036
Push
17894 by ahunt@mozilla.com at Mon, 29 Feb 2016 22:14:11 +0000
Bug 760956 - Part 6: Introduce basic topsites retrieval test r=rnewman
This is a quick sanity check: a clean profile should return all the suggested
sites directly.
We should probably add further tests making sure that history items appear
in front of the suggested sites, that pinned sites work correctly,
and that suggested sites don't appear outside of the grid.
MozReview-Commit-ID: Ai8gTkv9E9w
86d110d3d0eb17bfbaa3f8d4a7287466621ad710: Bug 760956 - Part 5: use BrowserProvider TopSites query instead of TopSitesCursorWrapper r=rnewman
Andrzej Hunt <ahunt@mozilla.com> - Thu, 25 Feb 2016 16:54:50 -0800 - rev 286035
Push
17894 by ahunt@mozilla.com at Mon, 29 Feb 2016 22:14:11 +0000
Bug 760956 - Part 5: use BrowserProvider TopSites query instead of TopSitesCursorWrapper r=rnewman
This means we now have only one open cursor for the topsites query, instead of 2 real cursors (and one
MatrixCursor). We still need a MergeCursor and MatrixCursor to supply blank tiles, this will
disappear as soon as the user has sufficient history items to fill the suggested sites grid.
MozReview-Commit-ID: LnJaSMIDM2O
613f1eb88443821b3a7c3787d14e1f0238e4a4d0: Bug 760956 - Part 4: Implement single-cursor topsite-retrieval in BrowserProvider r=rnewman
Andrzej Hunt <ahunt@mozilla.com> - Thu, 25 Feb 2016 16:43:13 -0800 - rev 286034
Push
17894 by ahunt@mozilla.com at Mon, 29 Feb 2016 22:14:11 +0000
Bug 760956 - Part 4: Implement single-cursor topsite-retrieval in BrowserProvider r=rnewman
Note that this version only returns topsites, pinned sites, and suggested sites.
Blank tiles aren't supplied, and need to be added separately.
MozReview-Commit-ID: 5Vc5pXTewHi
633a0cff7f55ec82a3b75b22e424dc5f68779912: Bug 760956 - Part 3: Add getSuggestedSites to BrowserDB r=rnewman
Andrzej Hunt <ahunt@mozilla.com> - Wed, 17 Feb 2016 09:28:13 -0800 - rev 286033
Push
17894 by ahunt@mozilla.com at Mon, 29 Feb 2016 22:14:11 +0000
Bug 760956 - Part 3: Add getSuggestedSites to BrowserDB r=rnewman
We'll need access to the SuggestedSites in BrowserProvider when assembling the
topsites query there, hence we need to allow access via BrowserDB.
MozReview-Commit-ID: BkZghDhQGxr
d6e7971cd98b8db5ed78421652e52848d29f71fa: Bug 760956 - Part 2: Introduce numbers table r=rnewman
Andrzej Hunt <ahunt@mozilla.com> - Mon, 29 Feb 2016 11:33:05 -0800 - rev 286032
Push
17894 by ahunt@mozilla.com at Mon, 29 Feb 2016 22:14:11 +0000
Bug 760956 - Part 2: Introduce numbers table r=rnewman
We'll need this to provide a number sequence for the single-query/cursor TopSites
implementation.
MozReview-Commit-ID: 8m21gNmY50D
f0d9ab6ffd64bd61e90dc2a13120df985c91c823: Bug 760956 - Part 1: Introduce variadic concatenateSelectionArgs r=rnewman
Andrzej Hunt <ahunt@mozilla.com> - Wed, 17 Feb 2016 09:13:34 -0800 - rev 286031
Push
17894 by ahunt@mozilla.com at Mon, 29 Feb 2016 22:14:11 +0000
Bug 760956 - Part 1: Introduce variadic concatenateSelectionArgs r=rnewman
This allows us to more easily append multiple sets of args.
TODO: is it worth naming this appendSelectionArgs? We should keep the
2-param version appendSelectionArgs since it's more efficient for that
case (and the vast majority of uses are with 2-params) - it's probably
simpler for development to have both versions have the same name, and
as far as I can tell the compiler will prefer the non varargs version
when possible.
MozReview-Commit-ID: LcI6zNwpIxh
0acb1e76bc20072af11683f06d1958c96dbbcd3e: Bug 1189492 - part3: show inspector toggle panel button in SIDE host;r=tromey
Julian Descottes <jdescottes@mozilla.com> - Thu, 25 Feb 2016 10:17:59 +0100 - rev 286030
Push
17893 by jdescottes@mozilla.com at Mon, 29 Feb 2016 22:06:04 +0000
Bug 1189492 - part3: show inspector toggle panel button in SIDE host;r=tromey
MozReview-Commit-ID: B7IY7n1EzUq
e3ca5d7c28a95c3ee27a8109a0522f224e17ace3: Bug 1189492 - part2:inspector modify toggle icon to support horizontal layout;r=ntim
Julian Descottes <jdescottes@mozilla.com> - Fri, 26 Feb 2016 14:14:24 +0100 - rev 286029
Push
17893 by jdescottes@mozilla.com at Mon, 29 Feb 2016 22:06:04 +0000
Bug 1189492 - part2:inspector modify toggle icon to support horizontal layout;r=ntim
The current toggle icon represents a side panel being expanded/collapsed. To reuse this
icon for vertical layouts, a "square" version of this icon has been created, and is
rotated using CSS when the layout switches to vertical mode.
MozReview-Commit-ID: 7QSuLrDb7zd
4245d4c579beb4be51281240b8cef73cdccb0400: Bug 1189492 - part1: support horizontal collapsing in ViewHelpers togglePane;r=vporof
Julian Descottes <jdescottes@mozilla.com> - Fri, 26 Feb 2016 00:31:34 +0100 - rev 286028
Push
17893 by jdescottes@mozilla.com at Mon, 29 Feb 2016 22:06:04 +0000
Bug 1189492 - part1: support horizontal collapsing in ViewHelpers togglePane;r=vporof
MozReview-Commit-ID: 1Hj8vrZhKKq
57774ff596857a1567ff5e40ce44cbbe2ec8308a: Bug 1220124 - Add support for chrome.tabs.onhighlight. r=kmag
Matthew Wein <mwein@mozilla.com> - Sun, 07 Feb 2016 18:35:22 -0800 - rev 286027
Push
17892 by maglione.k@gmail.com at Mon, 29 Feb 2016 21:52:21 +0000
Bug 1220124 - Add support for chrome.tabs.onhighlight. r=kmag
MozReview-Commit-ID: BB6vJl8qV4l
e3f38a0b663f2c0aeb5bef33cf7e79868d7d4853: Bug 1252239: Trap errors thrown by speculativeConnect. r=ttaubert
Kris Maglione <maglione.k@gmail.com> - Mon, 29 Feb 2016 13:06:26 -0800 - rev 286026
Push
17892 by maglione.k@gmail.com at Mon, 29 Feb 2016 21:52:21 +0000
Bug 1252239: Trap errors thrown by speculativeConnect. r=ttaubert
MozReview-Commit-ID: Bbik1htw3qk
317bf83620561efe9ef92b321ac3fc2498321f3b: Bug 1252110 - Fix and enable browser_bug400731.js for e10s. r=jaws
Dão Gottwald <dao@mozilla.com> - Mon, 29 Feb 2016 22:24:55 +0100 - rev 286025
Push
17891 by dgottwald@mozilla.com at Mon, 29 Feb 2016 21:25:48 +0000
Bug 1252110 - Fix and enable browser_bug400731.js for e10s. r=jaws
2dc35ef10107dba0e719c458cbc6bf4a6de70835: Bug 1251892: Fix EventManager cleanup code. r=rpl
Kris Maglione <maglione.k@gmail.com> - Sat, 27 Feb 2016 14:53:09 -0800 - rev 286024
Push
17890 by maglione.k@gmail.com at Mon, 29 Feb 2016 20:44:03 +0000
Bug 1251892: Fix EventManager cleanup code. r=rpl
MozReview-Commit-ID: FUHnELOAeGw
04634ec900b2fb94962733148ecdeac7ae98e0e2: Bug 1249073 - main-ping fields with undocumented structure. r=gfritzsche
Alessio Placitelli <alessio.placitelli@gmail.com> - Mon, 29 Feb 2016 06:47:00 -0500 - rev 286023
Push
17889 by ryanvm@gmail.com at Mon, 29 Feb 2016 17:49:02 +0000
Bug 1249073 - main-ping fields with undocumented structure. r=gfritzsche
37ca88b45a72c955fda3069a4f9eb2b2e3d04b0a: Bug 1240959 - Properly calculate total size. r=vporof
Jan Odvarko <odvarko@gmail.com> - Tue, 23 Feb 2016 12:47:15 +0100 - rev 286022
Push
17889 by ryanvm@gmail.com at Mon, 29 Feb 2016 17:49:02 +0000
Bug 1240959 - Properly calculate total size. r=vporof
396a68628a6bfc7bd0b96a9f64c94b4975f4cf93: Bug 1247243 - Animations are shown only every 2 reloads. r=pbrosset
Nicolas Chevobbe <chevobbe.nicolas@gmail.com> - Tue, 23 Feb 2016 00:15:04 +0100 - rev 286021
Push
17889 by ryanvm@gmail.com at Mon, 29 Feb 2016 17:49:02 +0000
Bug 1247243 - Animations are shown only every 2 reloads. r=pbrosset
MozReview-Commit-ID: 71XsHc9WXHw
c2977d29a60bfb9eaf02227840f91db3032ce032: Bug 1223037 - Move the network monitor toolbar to the top. r=vporof
Tim Nguyen <ntim.bugs@gmail.com> - Mon, 29 Feb 2016 18:08:53 +0100 - rev 286020
Push
17888 by ntim.bugs@gmail.com at Mon, 29 Feb 2016 17:12:57 +0000
Bug 1223037 - Move the network monitor toolbar to the top. r=vporof
MozReview-Commit-ID: IAhJ39XK6m5
5496f32b7b5a78ee24039fa4cae5e6f34f14dd2d: Bug 1250523 - Wait for the markup-view to be loaded in browser_markup_load_01.js; r=gl
Patrick Brosset <pbrosset@mozilla.com> - Mon, 29 Feb 2016 14:08:22 +0100 - rev 286019
Push
17887 by pbrosset@mozilla.com at Mon, 29 Feb 2016 17:04:19 +0000
Bug 1250523 - Wait for the markup-view to be loaded in browser_markup_load_01.js; r=gl
MozReview-Commit-ID: 3BSuNy1DjZk