Commit Graph

5 Commits

Author SHA1 Message Date
Tim Taubert
51e563ff37 Bug 1077652 - Hide xul:panels by default when not opened r=gijs
We need to hide <xul:panel>s by default for performance reasons. The RefreshDriver calls gtk/nsWindow::GetClientOffset() in a hot loop and causes a lot of communication between us and the XServer. We and up poll()ing and waiting for XServer responses in RefreshDriver::Tick() which regresses performance on Linux by 50-100%.
2014-11-03 23:50:57 +01:00
Tim Taubert
fc25166f29 Bug 1078085 - Simplify preference checking code in the newtab preloader r=gijs 2014-10-07 17:54:31 +02:00
Ed Lee
e2e1ec05ee Bug 1062256 - Improve the design of the »What is this« bubble on about:newtab [r=adw]
Move customize item to outside the panel. Update various panel styling: spacing, sizing, colors.
2014-09-24 21:41:22 -07:00
Ed Lee
111488e78d Bug 1071822 - update the learn more link in the tiles intro popup [r=adw]
Add a separate const for separate links.
2014-09-23 14:01:49 -07:00
Ed Lee
e632145a8e Bug 1053530 - Enhanced Tiles intro text popup [r=adw]
Add a panel that opens from the customize menu. Automatically show it on first opening.
2014-08-21 12:05:48 -07:00