Change logs for webbrowser-app source package in Wily

  • webbrowser-app (0.23+15.10.20150929-0ubuntu1) wily; urgency=medium
    
      [ CI Train Bot ]
      * Resync trunk.
    
      [ Olivier Tilloy ]
      * Use the UA override for www.youtube.com on mobile too. (LP:
        #1499394)
    
      [ Ugo Riboni ]
      * Extend the clickable area to close a tab on mobile, as taps are less
        precise and often end up missing it. (LP: #1500339)
    
     -- Olivier Tilloy <email address hidden>  Tue, 29 Sep 2015 10:08:45 +0000
  • webbrowser-app (0.23+15.10.20150928-0ubuntu1) wily; urgency=medium
    
      [ CI Train Bot ]
      * New rebuild forced.
      * Resync trunk.
    
      [ Michael Sheldon ]
      * Add support for alternative mimetype header for vcards (LP:
        #1498992)
    
      [ Olivier Tilloy ]
      * Add a context menu to each tab in the tab bar, allowing to insert a
        new tab just after, close or reload the current tab.
      * Fix a couple of autopilot test failures on desktop. (LP: #1495297,
        #1499411)
      * Update translation template.
    
      [ Ugo Riboni ]
      * Add a context menu to each tab in the tab bar, allowing to insert a
        new tab just after, close or reload the current tab.
    
     -- Olivier Tilloy <email address hidden>  Mon, 28 Sep 2015 08:15:15 +0000
  • webbrowser-app (0.23+15.10.20150922-0ubuntu1) wily; urgency=medium
    
      [ CI Train Bot ]
      * Resync trunk.
    
      [ Jin Hsieh ]
      * Add XML description for the Baidu Chinese search engine.
    
      [ Michael Sheldon ]
      * Add new strings to support internal download features
    
      [ Olivier Tilloy ]
      * Add contextual actions (copy & share) for text selection. (LP:
        #1490922)
      * Add contextual actions (copy & share) for text selection. (LP:
        #1490922)
      * Disable predictive text on the search field to ensure results are
        filtered as the user types.
      * Give ToolbarAction a default font color.
      * Make a flaky unit test more robust by ensuring that the list view
        has been updated before testing its contents.
      * Silence the warnings issued by the favicon fetcher when the server
        replies with an error. Those warnings can easily flood the console
        when opening the history view, thus making it difficult to spot
        legitimate console output.
      * Updated translation template to include new strings for upcoming
        branch that implements a context menu on tabs (wide mode).
    
      [ Riccardo Padovani ]
      * Use right icon in tab switcher to open a new tab when in private
        mode
    
      [ Ugo Riboni ]
      * Implement search within the history view (only from the widescreen
        version)
      * Implement the visual refresh for the tabs in all screen modes.
    
     -- Olivier Tilloy <email address hidden>  Tue, 22 Sep 2015 01:27:50 +0000
  • webbrowser-app (0.23+15.10.20150916.1-0ubuntu1) wily; urgency=medium
    
      [ Alexandre Abreu ]
      * Add a general URI reformatting mechanism for webapp specific handled
        schemes. (LP: #1475708)
    
      [ CI Train Bot ]
      * New rebuild forced.
    
     -- Alexandre Abreu <email address hidden>  Wed, 16 Sep 2015 15:33:11 +0000
  • webbrowser-app (0.23+15.10.20150913-0ubuntu1) wily; urgency=medium
    
      [ CI Train Bot ]
      * New rebuild forced.
      * Resync trunk. added: po/mr.po
    
      [ Olivier Tilloy ]
      * Allow saving canvas images from the context menu.
      * Handle HTTP authentication requests by showing an authentication
        dialog. (LP: #1422534)
      * Remove the workaround for bug #1471181 now that oxide 1.9 has been
        released with a proper fix. (LP: #1471181)
      * Set the 'visible' property of actions instead of 'enabled' to ensure
        the visibility of the corresponding entries in the drawer menu
        matches. (LP: #1495297)
      * Use SIGABRT instead of SIGSEGV to crash a renderer process in tests.
        (LP: #1493825)
      * Use the new WebContext.userAgentOverrides API (new in Oxide 1.9).
        (LP: #1410753)
    
      [ Ugo Riboni ]
      * Handle HTTP authentication requests by showing an authentication
        dialog. (LP: #1422534)
    
     -- Olivier Tilloy <email address hidden>  Sun, 13 Sep 2015 21:25:02 +0000
  • webbrowser-app (0.23+15.10.20150908.2-0ubuntu1) wily; urgency=medium
    
      [ CI Train Bot ]
      * Resync trunk.
    
      [ Olivier Tilloy ]
      * Update translation template.
    
      [ Ugo Riboni ]
      * Do not redefine the action property on context menu delegates, just
        assign to the existing ListItems.Empty.action property instead.
    
      [ Zoltán Balogh ]
      * Use right name for AbstractButton when 1.3 UITK is used.
    
     -- Zoltan Balogh <email address hidden>  Tue, 08 Sep 2015 10:18:10 +0000
  • webbrowser-app (0.23+15.10.20150903.1-0ubuntu1) wily; urgency=medium
    
      [ CI Train Bot ]
      * New rebuild forced.
      * Resync trunk.
    
      [ Michael Terry ]
      * Use the Ubuntu/Canonical search tag when searching with DuckDuckGo.
        (LP: #1490283)
    
      [ Olivier Tilloy ]
      * Display a friendly message when the renderer process crashes or is
        killed. This adds a runtime dependency for webbrowser-app-autopilot
        on python3-psutil. (LP: #1375272)
      * Do not display the bottom edge hint on tablets in wide mode. (LP:
        #1488995)
      * Update translation template.
    
      [ Riccardo Padovani ]
      * Don't store urls with status different from 2xx in the history. (LP:
        #1244335)
      * Don't store urls with status different from 2xx in the history. (LP:
        #1244335)
    
      [ Ugo Riboni ]
      * Allow choosing the bookmark folder when bookmarking a link from the
        context menu. Disable the bookmark option when the link is already
        bookmarked. Ensure the bookmark star state in the chrome is always
        consistent with the bookmarked state of the current webview URL.
        (LP: #1477314)
      * Properly reset focus when the current tab changes (including as a
        result of closing tabs). (LP: #1488470)
    
     -- CI Train Bot <email address hidden>  Thu, 03 Sep 2015 09:46:35 +0000
  • webbrowser-app (0.23+15.10.20150827.3-0ubuntu1) wily; urgency=medium
    
      [ CI Train Bot ]
      * New rebuild forced.
      * Resync trunk.
    
      [ Olivier Tilloy ]
      * Use the contextMenu API new in oxide 1.8. Update the visuals for the
        context menu in narrow and wide form factors. Add text editing
        commands to the context menu. Add unit and autopilot tests for the
        context menu features. This bumps the runtime dependency of webapp-
        container and qtdeclarative5-ubuntu-web-plugin on liboxideqt-
        qmlplugin to 1.8. This also removes the qtdeclarative5-ubuntu-web-
        plugin-assets binary package, which contained only one PNG asset
        which is not used anywhere any longer. (LP: #1477310, #1477315,
        #1471181, #1264493, #1487090, #1326070, #1477309, #1450430,
        #1438046)
    
     -- CI Train Bot <email address hidden>  Thu, 27 Aug 2015 14:02:08 +0000
  • webbrowser-app (0.23+15.10.20150820-0ubuntu1) wily; urgency=medium
    
      [ Alexandre Abreu ]
      * Fix webapp name logic (LP: #1473472)
    
      [ Arthur Mello ]
      * Add support for removing history entries with delete key in
        HistoryViewWide (LP: #1484562)
    
      [ CI Train Bot ]
      * New rebuild forced.
    
      [ Olivier Tilloy ]
      * Remove an old workaround for an issue that was fixed since then in
        the content hub and that caused the file picker to accept the
        selected file twice.
    
      [ Ugo Riboni ]
      * Merge two url utility files into one, since they had no reason for
        being separate. Add unit tests for some of the functions that had
        none.
    
     -- CI Train Bot <email address hidden>  Thu, 20 Aug 2015 08:58:20 +0000
  • webbrowser-app (0.23+15.10.20150817-0ubuntu1) wily; urgency=medium
    
      [ Arthur Mello ]
      * Make sure to set the historyModel to the HistoryView component when
        browser wide property changes (LP: #1484555)
      * Wait for OptionSelector's collapsing transition to finish (LP:
        #1484175)
    
      [ Colin Watson ]
      * Fix versioned dependencies on qtdeclarative5-ubuntu-ui-toolkit-
        plugin to allow qtdeclarative5-ubuntu-ui-toolkit-plugin-gles.
    
     -- CI Train Bot <email address hidden>  Mon, 17 Aug 2015 09:59:08 +0000
  • webbrowser-app (0.23+15.10.20150814-0ubuntu1) wily; urgency=medium
    
      [ CI Train Bot ]
      * New rebuild forced.
      * Resync trunk.
    
      [ Ugo Riboni ]
      * Delay the exit from fullscreen mode until focus remains lost for a
        certain amount of time. (LP: #1477308)
      * Disable find in page when the new tab view is active. (LP: #1483847)
    
     -- CI Train Bot <email address hidden>  Fri, 14 Aug 2015 09:25:42 +0000
  • webbrowser-app (0.23+15.10.20150813.1-0ubuntu1) wily; urgency=medium
    
      [ CI Train Bot ]
      * New rebuild forced.
    
      [ Olivier Tilloy ]
      * Remove strong typing of the contextualActions and selectionActions
        properties. This would cause issues if an app imported Ubuntu.Web
        along with Ubuntu.Components < 1.3 and overrode one of these
        properties, because the webview expected an ActionList 1.3, and
        would get an earlier version. (LP: #1484437)
      * Update translation template.
    
     -- CI Train Bot <email address hidden>  Thu, 13 Aug 2015 21:39:06 +0000
  • webbrowser-app (0.23+15.10.20150812.1-0ubuntu1) wily; urgency=medium
    
      [ Arthur Mello ]
      * Wide screen versions of the history view and new tab view, per
        design specification. This adds a build dependency on qml-module-qt-
        labs-settings (for unit tests). (LP: #1351157, #1481647)
    
      [ CI Train Bot ]
      * New rebuild forced.
    
      [ Olivier Tilloy ]
      * Update translation template.
      * Wide screen versions of the history view and new tab view, per
        design specification. This adds a build dependency on qml-module-qt-
        labs-settings (for unit tests). (LP: #1351157, #1481647)
    
      [ Ugo Riboni ]
      * Wide screen versions of the history view and new tab view, per
        design specification. This adds a build dependency on qml-module-qt-
        labs-settings (for unit tests). (LP: #1351157, #1481647)
    
     -- CI Train Bot <email address hidden>  Wed, 12 Aug 2015 19:53:17 +0000
  • webbrowser-app (0.23+15.10.20150811-0ubuntu1) wily; urgency=medium
    
      [ CI Train Bot ]
      * New rebuild forced.
    
      [ Olivier Tilloy ]
      * Drop old names for QML dependencies. Original patch by Robert
        Ancell.
      * Highlight matching terms in one pass. (LP: #1481206)
      * Implement the "Find in Page" feature. This bumps the runtime
        dependency on liboxideqt-qmlplugin to 1.8. (LP: #1312260)
    
      [ Robert Ancell ]
      * Drop old names for QML dependencies. Original patch by Robert
        Ancell.
    
      [ Ugo Riboni ]
      * Implement the "Find in Page" feature. This bumps the runtime
        dependency on liboxideqt-qmlplugin to 1.8. (LP: #1312260)
    
     -- CI Train Bot <email address hidden>  Tue, 11 Aug 2015 11:18:48 +0000
  • webbrowser-app (0.23+15.10.20150810-0ubuntu1) wily; urgency=medium
    
      [ CI Train Bot ]
      * Resync trunk.
    
      [ Olivier Tilloy ]
      * Update all imports of:  - Ubuntu.Components to 1.3  - QtQuick to 2.4
         - QtQuick.Window to 2.2 (LP: #1483279)
      * Update translation template.
    
     -- CI Train Bot <email address hidden>  Mon, 10 Aug 2015 16:30:53 +0000
  • webbrowser-app (0.23+15.10.20150729-0ubuntu2~gcc5.1) wily; urgency=medium
    
      * No-change test rebuild for g++5 ABI transition
    
     -- Steve Langasek <email address hidden>  Thu, 30 Jul 2015 19:28:11 +0000
  • webbrowser-app (0.23+15.10.20150729-0ubuntu1) wily; urgency=medium
    
      [ Olivier Tilloy ]
      * Ensure a value is always returned by BookmarksModel::addFolder(…).
      * Update icon, per UI specification. (LP: #1412732)
      * When clearing browsing data, confirm action with a dialog, to give
        the user a chance to cancel it. (LP: #1471747)
    
     -- CI Train Bot <email address hidden>  Wed, 29 Jul 2015 13:58:34 +0000
  • webbrowser-app (0.23+15.10.20150728-0ubuntu1) wily; urgency=medium
    
      [ CI Train Bot ]
      * Resync trunk.
    
      [ Olivier Tilloy ]
      * Fix narrowing conversion that makes the build fail with GCC 5. (LP:
        #1475621)
    
     -- CI Train Bot <email address hidden>  Tue, 28 Jul 2015 12:28:04 +0000
  • webbrowser-app (0.23+15.10.20150709.4-0ubuntu1) wily; urgency=medium
    
      [ CI Train Bot ]
      * New rebuild forced.
    
      [ Olivier Tilloy ]
      * Disable periodic session saving while incognito. The public session
        is unlikely to change significantly while browsing incognito.
      * Prefer target_link_libraries(…) with Qt5:: prefixed modules over
        qt5_use_modules, per documentation at http://doc.qt.io/qt-5/cmake-
        manual.html.
      * Speed up a bunch of autopilot tests by not requiring to input and
        validate a URL in the address bar.
    
     -- CI Train Bot <email address hidden>  Thu, 09 Jul 2015 20:27:13 +0000
  • webbrowser-app (0.23+15.10.20150709.3-0ubuntu1) wily; urgency=medium
    
      [ CI Train Bot ]
      * New rebuild forced.
    
      [ Olivier Tilloy ]
      * Desktop tabs for convergence. added:
        src/app/webbrowser/NavigationBar.qml src/app/webbrowser/TabsBar.qml
        src/app/webbrowser/assets/private-browsing-exit.svg
        src/app/webbrowser/assets/tab-active-center@18.png
        src/app/webbrowser/assets/tab-active-left@18.png
        src/app/webbrowser/assets/tab-active-right@18.png
        src/app/webbrowser/assets/tab-hovered-center@18.png
        src/app/webbrowser/assets/tab-hovered-left@18.png
        src/app/webbrowser/assets/tab-hovered-right@18.png
        src/app/webbrowser/assets/tab-inactive-center@18.png
        src/app/webbrowser/assets/tab-inactive-left@18.png
        src/app/webbrowser/assets/tab-inactive-right@18.png
        tests/unittests/qml/tst_TabsBar.qml
    
     -- CI Train Bot <email address hidden>  Thu, 09 Jul 2015 14:02:38 +0000
  • webbrowser-app (0.23+15.10.20150708-0ubuntu1) wily; urgency=medium
    
      [ CI Train Bot ]
      * New rebuild forced.
      * Resync trunk.
    
      [ Olivier Tilloy ]
      * Display the full URL when focusing the address bar. (LP: #1472161)
      * Update translation template.
    
     -- CI Train Bot <email address hidden>  Wed, 08 Jul 2015 07:01:24 +0000
  • webbrowser-app (0.23+15.10.20150702.1-0ubuntu1) wily; urgency=medium
    
      [ Arthur Mello ]
      * Implement bookmark folders (LP: #1351147, #1259247)
    
      [ CI Train Bot ]
      * New rebuild forced.
      * Resync trunk.
    
     -- CI Train Bot <email address hidden>  Thu, 02 Jul 2015 20:09:10 +0000
  • webbrowser-app (0.23+15.10.20150624-0ubuntu1) wily; urgency=medium
    
      [ Alberto Mardegan ]
      * Show an error screen if the trust session could not be opened. (LP:
        #1441873)
    
      [ CI Train Bot ]
      * New rebuild forced.
      * Resync trunk.
    
      [ Olivier Tilloy ]
      * Update translation template.
    
     -- CI Train Bot <email address hidden>  Wed, 24 Jun 2015 13:37:10 +0000
  • webbrowser-app (0.23+15.10.20150618-0ubuntu1) wily; urgency=medium
    
      [ CI Train Bot ]
      * New rebuild forced.
    
      [ Michael Terry ]
      * Fix spelling of OK in private browsing dialog.
    
      [ Olivier Tilloy ]
      * Actually push URLs to the clipboard. For some reason setting the
        "text/url-list" mime type doesn’t seem to work (or other
        applications do not implement pasting this kind of data), but
        "text/plain" works well enough for this purpose. (LP: #1463435)
      * Do not honour fullscreen requests silently at the Ubuntu WebView
        level. Instead delegate that behaviour to the webview implementation
        used by the browser and the webapp container. (LP: #1464249)
      * Toggle application-level fullscreen when pressing F11. (LP:
        #1464333)
    
      [ Ugo Riboni ]
      * Make the browser chrome usable on desktop by implementing common
        keyboard shortcuts and behaviors that users normally expect in such
        an app (LP: #1287361)
    
     -- CI Train Bot <email address hidden>  Thu, 18 Jun 2015 08:12:37 +0000
  • webbrowser-app (0.23+15.10.20150610-0ubuntu2) wily; urgency=medium
    
      * No-change rebuild against Qt 5.4.2.
    
     -- Timo Jyrinki <email address hidden>  Fri, 12 Jun 2015 09:55:00 +0300
  • webbrowser-app (0.23+15.10.20150610-0ubuntu1) wily; urgency=medium
    
      [ Alexandre Abreu ]
      * Ensure SAML requests are followed even if the app is interrupted and
        restarted. (LP: #1451432, #1452142)
      * Handle desktop download by forwarding to the default browser (LP:
        #1309657)
    
      [ Olivier Tilloy ]
      * Update translation template.
      * Updated bzr ignore rules.
    
     -- CI Train Bot <email address hidden>  Wed, 10 Jun 2015 12:36:43 +0000
  • webbrowser-app (0.23+15.10.20150602-0ubuntu1) wily; urgency=medium
    
      [ CI Train Bot ]
      * New rebuild forced.
    
      [ Olivier Tilloy ]
      * Actually clear the network cache by deleting the correct set of
        files in the correct directory. (LP: #1459956)
      * Bump build dependency on liboxideqt-qmlplugin to 1.6 to fix unit
        tests.
      * Do not cache favicons on disk when browsing in private mode. (LP:
        #1458963)
      * Do not try to remove a file that doesn’t exist.
      * Pass plain strings to the worker script instead of RegExps. (LP:
        #1445673)
      * Remove the upstreamcomponents folder, and use components from the
        UITK instead. Add autopilot tests for the new tab view.
      * Update translation template.
      * Updated icon. (LP: #1457424)
    
      [ Riccardo Padovani ]
      * New tab view refactoring. (LP: #1371248, #1444023, #1351157,
        #1389605, #1442190)
      * New tab view refactoring. (LP: #1371248, #1444023, #1351157,
        #1389605, #1442190)
    
     -- CI Train Bot <email address hidden>  Tue, 02 Jun 2015 14:26:50 +0000
  • webbrowser-app (0.23+15.10.20150522.1-0ubuntu1) wily; urgency=medium
    
      [ Arthur Mello ]
      * Implement private browsing mode per design specification. (LP:
        #1351179, #1457925, #1457958)
    
      [ CI Train Bot ]
      * New rebuild forced.
      * Resync trunk.
    
      [ Olivier Tilloy ]
      * Add Qwant to the default list of search engines. added:
        src/app/webbrowser/searchengines/qwant.xml
      * Add missing import statement. (LP: #1457060)
      * Delay hiding the tab contents to give it an opportunity to grab an
        up-to-date capture. Improve the tab switching animation to not
        flicker and jump around that much. (LP: #1452998)
      * Ensure the search engine delegates do not overlap with the settings
        header. (LP: #1455399)
      * Fix a flaky autopilot test. On a mobile device with network access,
        the URL (http://en.wikipedia.org/wiki/Linux) might be rewritten to
        https://en.m.wikipedia.org/wiki/Linux, thus making the test racy
        depending on when the check on the webview’s URL is performed. (LP:
        #1456885)
      * Make use of the WebContext.maxCacheSizeHint property, introduced in
        Oxide 1.6. This bumps the dependency of qtdeclarative5-ubuntu-web-
        plugin on liboxideqt-qmlplugin to 1.6. (LP: #1277659)
      * Remove a number of useless calls to QTest::qWait() in unit tests,
        thus making them significantly faster to run.
      * When opening a new blank tab, always clear the address bar. (LP:
        #1456199)
    
    webbrowser-app (0.23+15.04.20150515-0ubuntu1) vivid; urgency=medium
    
      [ CI Train Bot ]
      * Resync trunk.
    
      [ Olivier Tilloy ]
      * Change the homepage in tests so that the domain name doesn’t contain
        a dot, to work around https://launchpad.net/bugs/1108742. (LP:
        #1108742)
      * Delay showing the fullscreen hint to prevent it from jumping up
        while the webview is being resized. (LP: #1454097)
      * Look for custom search engines description files in several
        locations. This adds a build dependency on qml-module-qt-labs-
        folderlistmodel, to run unit tests at package construction time.
        (LP: #1455207)
      * Use checkboxes instead of switches for verb phrases, per design
        guidance. (LP: #1442851)
    
     -- CI Train Bot <email address hidden>  Fri, 22 May 2015 19:21:17 +0000
  • webbrowser-app (0.23+15.04.20150512-0ubuntu1.15.10) wily; urgency=medium
    
      [ CI Train Bot ]
      * Resync trunk.
    
      [ Leo Arias ]
      * Fix the base class used when launching the app in autopilot tests.
    
      [ Leonardo Arias Fonseca ]
      * Fix the base class used when launching the app in autopilot tests.
    
      [ Olivier Tilloy ]
      * Also set XDG_CONFIG_HOME (needed for tests not to override user-
        defined settings).
      * Update translation template.
      * Use the new Oxide APIs to better control visibility of the chrome.
        This bumps the runtime dependency on liboxideqt-qmlplugin to 1.7.
        (LP: #1441064, #1453908)
    
      [ Riccardo Padovani ]
      * Add support for data: URIs in the address bar, and remove length
        limitation for TLDs. (LP: #1377953, #1441281, #1450154)
      * Add support for data: URIs in the address bar, and remove length
        limitation for TLDs. (LP: #1377953, #1441281, #1450154)
    
      [ Ugo Riboni ]
      * Add suggestions from search engines in the suggestions list. (LP:
        #1351151)
    
     -- CI Train Bot <email address hidden>  Tue, 12 May 2015 15:19:40 +0000
  • webbrowser-app (0.23+15.04.20150506-0ubuntu1) vivid; urgency=medium
    
      [ Arthur Mello ]
      * Change asset for the bottom edge hint. Add text with open tabs
        count.
    
      [ CI Train Bot ]
      * Resync trunk. added: po/ia.po
    
      [ Leo Arias ]
      * Fixed flake8 error. (LP: #1444170)
    
      [ Leonardo Arias Fonseca ]
      * Fixed flake8 error. (LP: #1444170)
    
      [ Olivier Tilloy ]
      * Remove deprecated compatibility code.
      * Run autopilot tests in a temporary profile directory, to avoid
        polluting the current user’s profile. (LP: #1448838)
      * Save the session periodically to mitigate the situation where
        multiple new tabs had been created when the browser crashes. (LP:
        #1449761)
      * Visual feedback for pressed state of chrome buttons and drawer menu
        entries. (LP: #1448336)
    
     -- CI Train Bot <email address hidden>  Wed, 06 May 2015 21:51:37 +0000
  • webbrowser-app (0.23+15.04.20150416-0ubuntu1) vivid; urgency=medium
    
      [ Arthur Mello ]
      * Add model support to control which history entries will be displayed
        based on a blacklist database
      * Make Top Sites format equal to Bookmarks on the New Tab view
    
      [ CI Train Bot ]
      * New rebuild forced.
      * Resync trunk.
     -- CI Train Bot <email address hidden>   Thu, 16 Apr 2015 16:33:37 +0000