Merge lp://qastaging/~mardy/webapps-core/saml-1614126 into lp://qastaging/webapps-core

Proposed by Alberto Mardegan
Status: Needs review
Proposed branch: lp://qastaging/~mardy/webapps-core/saml-1614126
Merge into: lp://qastaging/webapps-core
Diff against target: 5136 lines (+3844/-484)
62 files modified
webapp-googleplus/lib/AlertDialog.qml (+6/-3)
webapp-googleplus/lib/BeforeUnloadDialog.qml (+7/-3)
webapp-googleplus/lib/ConfirmDialog.qml (+7/-3)
webapp-googleplus/lib/ContentHandler.qml (+35/-0)
webapp-googleplus/lib/Downloader.qml (+26/-32)
webapp-googleplus/lib/FileExtensionMapper.js (+27/-7)
webapp-googleplus/lib/MimeTypeMapper.js (+49/-15)
webapp-googleplus/lib/ModalDialog.qml (+4/-4)
webapp-googleplus/lib/PromptDialog.qml (+8/-5)
webapp-googleplus/lib/WebViewImpl.qml (+50/-34)
webapp-googleplus/lib/actions/Back.qml (+2/-2)
webapp-googleplus/lib/actions/Bookmark.qml (+2/-2)
webapp-googleplus/lib/actions/BookmarkLink.qml (+2/-2)
webapp-googleplus/lib/actions/ClearHistory.qml (+2/-2)
webapp-googleplus/lib/actions/Copy.qml (+2/-2)
webapp-googleplus/lib/actions/CopyImage.qml (+2/-2)
webapp-googleplus/lib/actions/CopyLink.qml (+2/-2)
webapp-googleplus/lib/actions/Cut.qml (+23/-0)
webapp-googleplus/lib/actions/Erase.qml (+23/-0)
webapp-googleplus/lib/actions/FindInPage.qml (+27/-0)
webapp-googleplus/lib/actions/Forward.qml (+2/-2)
webapp-googleplus/lib/actions/GoTo.qml (+2/-2)
webapp-googleplus/lib/actions/NewTab.qml (+2/-2)
webapp-googleplus/lib/actions/OpenImageInNewTab.qml (+2/-2)
webapp-googleplus/lib/actions/OpenLinkInBrowser.qml (+23/-0)
webapp-googleplus/lib/actions/OpenLinkInNewBackgroundTab.qml (+23/-0)
webapp-googleplus/lib/actions/OpenLinkInNewTab.qml (+2/-2)
webapp-googleplus/lib/actions/OpenLinkInNewWindow.qml (+23/-0)
webapp-googleplus/lib/actions/OpenLinkInPrivateWindow.qml (+23/-0)
webapp-googleplus/lib/actions/OpenVideoInNewTab.qml (+23/-0)
webapp-googleplus/lib/actions/Paste.qml (+23/-0)
webapp-googleplus/lib/actions/Redo.qml (+23/-0)
webapp-googleplus/lib/actions/Reload.qml (+2/-2)
webapp-googleplus/lib/actions/SaveImage.qml (+2/-2)
webapp-googleplus/lib/actions/SaveLink.qml (+23/-0)
webapp-googleplus/lib/actions/SaveVideo.qml (+23/-0)
webapp-googleplus/lib/actions/SelectAll.qml (+23/-0)
webapp-googleplus/lib/actions/Share.qml (+24/-0)
webapp-googleplus/lib/actions/Undo.qml (+23/-0)
webapp-googleplus/lib/webcontainer/AccountChooserDialog.qml (+124/-0)
webapp-googleplus/lib/webcontainer/AccountErrorScreen.qml (+54/-0)
webapp-googleplus/lib/webcontainer/AccountItem.qml (+31/-0)
webapp-googleplus/lib/webcontainer/AccountsLogic.qml (+231/-0)
webapp-googleplus/lib/webcontainer/AccountsPage.qml (+137/-0)
webapp-googleplus/lib/webcontainer/AccountsSplashScreen.qml (+89/-0)
webapp-googleplus/lib/webcontainer/Chrome.qml (+160/-0)
webapp-googleplus/lib/webcontainer/ContentDownloadDialog.qml (+45/-27)
webapp-googleplus/lib/webcontainer/ContentPickerDialog.qml (+9/-27)
webapp-googleplus/lib/webcontainer/ContextMenuMobile.qml (+162/-0)
webapp-googleplus/lib/webcontainer/ContextMenuWide.qml (+158/-0)
webapp-googleplus/lib/webcontainer/OnlineAccountsController.qml (+66/-0)
webapp-googleplus/lib/webcontainer/PopupWindowController.qml (+266/-0)
webapp-googleplus/lib/webcontainer/PopupWindowOverlay.qml (+248/-0)
webapp-googleplus/lib/webcontainer/SadPage.qml (+56/-0)
webapp-googleplus/lib/webcontainer/SplashScreen.qml (+65/-0)
webapp-googleplus/lib/webcontainer/WebApp.qml (+323/-0)
webapp-googleplus/lib/webcontainer/WebViewImplOxide.qml (+297/-0)
webapp-googleplus/lib/webcontainer/WebappContainerWebview.qml (+139/-0)
webapp-googleplus/lib/webcontainer/WebappWebview.qml (+234/-0)
webapp-googleplus/lib/webcontainer/webapp-container.qml (+336/-0)
webapp-googleplus/manifest.json (+1/-1)
webapp-googleplus/webview-override.qml (+16/-295)
To merge this branch: bzr merge lp://qastaging/~mardy/webapps-core/saml-1614126
Reviewer Review Type Date Requested Status
Ubuntu Phablet Team Pending
Review via email: mp+312254@code.qastaging.launchpad.net

Commit message

Fix Google+ authentication and "unsupported browser" message

Update the classes copied from webbrowser-app, change the User-Agent.

Description of the change

Fix Google+ authentication and "unsupported browser" message

Update the classes copied from webbrowser-app, change the User-Agent.

To post a comment you must log in.
147. By Alberto Mardegan

Bump version number

Unmerged revisions

147. By Alberto Mardegan

Bump version number

146. By Alberto Mardegan

Specify user agent for Google plus

Works around https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1644585

145. By Alberto Mardegan

Update webcontainer components

144. By Alberto Mardegan

Reuse webview from the webapp container

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.

Subscribers

People subscribed via source and target branches

to all changes: