~ci-train-bot/webbrowser-app/webbrowser-app-ubuntu-vivid-2366

« back to all changes in this revision

Viewing changes to snapcraft.yaml

* Fix for issue where many tabs causes close button to overlap other
  tabs (LP: #1473630)
* When page has started, stopped, redirected or errored clear cache for
  history update - which prevents incorrect titles in being set
  (LP: #1603835)
* Add autopilot tests javascript dialogs to webbrowser and
  webapp-container - alertDialog, beforeUnloadDialog, confirmDialog and
  promptDialog (LP: #1633040)
* Add user-agent override to display the new twitter mobile interface
  (LP: #1577834)
* Improved startup time by 800ms by delaying QML compilation and making
  it asynchronous
* Replace chromium version in UA overrides at runtime, not at build
  time (LP: #1599695)
* Initial support for generating a snap package for webbrowser-app
  (LP: #1629009)
* Do not persist references to incognito downloads on disk
  (LP: #1625519)
* Increase test coverage (to 97.5%) for DownloadsModel (LP: #1534102)
* Various performance optimizations linked to load events
  (LP: #1611680)
* Ensure a tab is loaded when re-opened (LP: #1632246)
* Fix drag'n'drop of bookmarks within the new tab view (LP: #1584868)
* Work around a limitation in the sound and microphone policy groups
  to "fix" sound in yakkety an zesty (LP: #1632620)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
name: webbrowser-app
 
2
version: 0.23+16.10.20160928-0ubuntu1
 
3
summary: Ubuntu web browser
 
4
description: A lightweight web browser tailored for Ubuntu, based on the Oxide browser engine and using the Ubuntu UI components.
 
5
confinement: strict
 
6
 
 
7
apps:
 
8
  webbrowser-app:
 
9
    command: webbrowser-app.launcher
 
10
    plugs:
 
11
      - browser-sandbox
 
12
      - camera
 
13
      - network
 
14
      - network-bind
 
15
      - opengl
 
16
      - pulseaudio
 
17
      - screen-inhibit-control
 
18
      - unity7
 
19
 
 
20
plugs:
 
21
  browser-sandbox:
 
22
    interface: browser-support
 
23
    allow-sandbox: true
 
24
 
 
25
parts:
 
26
  webbrowser-app:
 
27
    plugin: cmake
 
28
    source: .
 
29
    build-packages:
 
30
      - intltool
 
31
      - libapparmor-dev
 
32
      - libevdev-dev
 
33
      - libudev-dev
 
34
      - lsb-release
 
35
      - pkg-config
 
36
      - qt5-default
 
37
      - qt5-qmake
 
38
      - qtbase5-dev
 
39
      - qtbase5-dev-tools
 
40
      - qtbase5-private-dev
 
41
      - qtdeclarative5-dev
 
42
      - qttools5-dev-tools
 
43
      - xvfb
 
44
    stage-packages:
 
45
      - fonts-liberation
 
46
      - liboxideqt-qmlplugin
 
47
      - libqt5sql5-sqlite
 
48
      - mir-graphics-drivers-desktop
 
49
      - qml-module-qt-labs-folderlistmodel
 
50
      - qml-module-qt-labs-settings
 
51
      - qml-module-qtquick2
 
52
      - qml-module-qtquick-layouts
 
53
      - qml-module-qtquick-window2
 
54
      - qml-module-ubuntu-components
 
55
      - qml-module-ubuntu-thumbnailer0.1
 
56
      - qtdeclarative5-ubuntu-content1
 
57
      - qtdeclarative5-ubuntu-download-manager0.1
 
58
      - qtdeclarative5-unity-action-plugin
 
59
      - qtubuntu-desktop
 
60
    after: [desktop-qt5]
 
61
 
 
62
  launcher:
 
63
    plugin: dump
 
64
    source: snap
 
65
    organize:
 
66
      webbrowser-app.launcher: bin/webbrowser-app.launcher