~abreu-alexandre/webbrowser-app/browser-keyboard-refresh-shortcut

« back to all changes in this revision

Viewing changes to src/app/webbrowser/UrlPreviewDelegate.qml

  • Committer: Bileto Bot
  • Author(s): Olivier Tilloy
  • Date: 2016-06-15 09:33:41 UTC
  • mfrom: (1471.2.4 webbrowser-app)
  • Revision ID: ci-train-bot@canonical.com-20160615093341-u5uy6ake3n9rfo3e
Load top site previews asynchronously to speed up the instantiation of the grid view. (LP: #1585285)

Show diffs side-by-side

added added

removed removed

Lines of Context:
89
89
                source: previewShape.hasPreview ? previewShape.previewUrl : ""
90
90
                sourceSize.width: previewShape.width
91
91
                cache: false
 
92
                asynchronous: true
92
93
            }
93
94
            sourceFillMode: UbuntuShape.PreserveAspectCrop
94
95
            sourceHorizontalAlignment: UbuntuShape.AlignLeft
114
115
                height: units.gu(2.5)
115
116
                source: previewShape.hasPreview ? "" : "assets/stock_website.png"
116
117
                fillMode: Image.PreserveAspectFit
 
118
                asynchronous: true
117
119
            }
118
120
        }
119
121
    }