Merge lp:~mardy/webbrowser-app/plus-1644585 into lp:webbrowser-app

Proposed by Alberto Mardegan
Status: Rejected
Rejected by: Olivier Tilloy
Proposed branch: lp:~mardy/webbrowser-app/plus-1644585
Merge into: lp:webbrowser-app
Diff against target: 27 lines (+6/-0)
2 files modified
src/Ubuntu/Web/ua-overrides-desktop.js.in (+3/-0)
src/Ubuntu/Web/ua-overrides-mobile.js.in (+3/-0)
To merge this branch: bzr merge lp:~mardy/webbrowser-app/plus-1644585
Reviewer Review Type Date Requested Status
Olivier Tilloy Disapprove
system-apps-ci-bot continuous-integration Needs Fixing
Review via email: mp+312131@code.launchpad.net

Commit message

Add overrides for Google+

Description of the change

Add overrides for Google+

To post a comment you must log in.
Revision history for this message
system-apps-ci-bot (system-apps-ci-bot) wrote :

FAILED: Continuous integration, rev:1560
https://jenkins.canonical.com/system-apps/job/lp-webbrowser-app-ci/729/
Executed test runs:
    FAILURE: https://jenkins.canonical.com/system-apps/job/build/2084/console
    SUCCESS: https://jenkins.canonical.com/system-apps/job/build-0-fetch/2087
    SUCCESS: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=amd64,release=vivid+overlay/1917
        deb: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=amd64,release=vivid+overlay/1917/artifact/output/*zip*/output.zip
    FAILURE: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=amd64,release=xenial+overlay/1917/console
    SUCCESS: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=amd64,release=zesty/1917
        deb: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=amd64,release=zesty/1917/artifact/output/*zip*/output.zip
    FAILURE: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=armhf,release=vivid+overlay/1917/console
    SUCCESS: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=armhf,release=xenial+overlay/1917
        deb: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=armhf,release=xenial+overlay/1917/artifact/output/*zip*/output.zip
    SUCCESS: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=armhf,release=zesty/1917
        deb: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=armhf,release=zesty/1917/artifact/output/*zip*/output.zip
    SUCCESS: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=i386,release=vivid+overlay/1917
        deb: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=i386,release=vivid+overlay/1917/artifact/output/*zip*/output.zip
    FAILURE: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=i386,release=xenial+overlay/1917/console
    SUCCESS: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=i386,release=zesty/1917
        deb: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=i386,release=zesty/1917/artifact/output/*zip*/output.zip

Click here to trigger a rebuild:
https://jenkins.canonical.com/system-apps/job/lp-webbrowser-app-ci/729/rebuild

review: Needs Fixing (continuous-integration)
Revision history for this message
Olivier Tilloy (osomon) wrote :

Is the override for desktop really needed? I’m seeing the issue only on mobile myself.

review: Needs Information
Revision history for this message
Alberto Mardegan (mardy) wrote :

As far as I could see, the issue happens on mobile only. I thought of playing safe and add it to the desktop too, but let me know if I should remove it.

Revision history for this message
Olivier Tilloy (osomon) wrote :

Thanks Alberto. I am actually seeing an issue on desktop too. When logging in to plus.google.com with my @canonical.com account, I’m consistently getting a 404 (this has been confirmed by Pat too). So it looks like a desktop override is going to be needed, although not the one you added (which has an "android" token in it).

Revision history for this message
Olivier Tilloy (osomon) wrote :

This was fixed in a different branch (bug #1656310).

review: Disapprove

Unmerged revisions

1560. By Alberto Mardegan

Add override for google+

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/Ubuntu/Web/ua-overrides-desktop.js.in'
2--- src/Ubuntu/Web/ua-overrides-desktop.js.in 2016-10-14 14:37:23 +0000
3+++ src/Ubuntu/Web/ua-overrides-desktop.js.in 2016-11-30 08:46:29 +0000
4@@ -31,6 +31,9 @@
5 ["^https?:\/\/talkgadget\.google\.com\/hangouts\/", "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 Chrome/${CHROMIUM_VERSION} Safari/537.36"],
6 ["^https?:\/\/plus\.google\.com\/hangouts\/", "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 Chrome/${CHROMIUM_VERSION} Safari/537.36"],
7
8+ // Google plus (https://launchpad.net/bugs/1644585)
9+ ["^https?:\/\/plus\.google\.com\/", "Mozilla/5.0 (Linux; Ubuntu @UBUNTU_VERSION@ like Android 4.4;) AppleWebKit/537.36 Chrome/${CHROMIUM_VERSION} Mobile Safari/537.36"],
10+
11 // Google recaptcha (https://launchpad.net/bugs/1599146)
12 ["^https:\/\/www\.google\.com\/recaptcha\/", "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 Chrome/${CHROMIUM_VERSION} Safari/537.36"],
13 ];
14
15=== modified file 'src/Ubuntu/Web/ua-overrides-mobile.js.in'
16--- src/Ubuntu/Web/ua-overrides-mobile.js.in 2016-10-14 14:37:23 +0000
17+++ src/Ubuntu/Web/ua-overrides-mobile.js.in 2016-11-30 08:46:29 +0000
18@@ -33,6 +33,9 @@
19 ["^https?:\/\/talkgadget\.google\.com\/hangouts\/", "Mozilla/5.0 (Linux; Ubuntu @UBUNTU_VERSION@ like Android 4.4;) AppleWebKit/537.36 Chrome/${CHROMIUM_VERSION} Mobile Safari/537.36"],
20 ["^https?:\/\/plus\.google\.com\/hangouts\/", "Mozilla/5.0 (Linux; Ubuntu @UBUNTU_VERSION@ like Android 4.4;) AppleWebKit/537.36 Chrome/${CHROMIUM_VERSION} Mobile Safari/537.36"],
21
22+ // Google plus (https://launchpad.net/bugs/1644585)
23+ ["^https?:\/\/plus\.google\.com\/", "Mozilla/5.0 (Linux; Ubuntu @UBUNTU_VERSION@ like Android 4.4;) AppleWebKit/537.36 Chrome/${CHROMIUM_VERSION} Mobile Safari/537.36"],
24+
25 // Google recaptcha (https://launchpad.net/bugs/1599146)
26 ["^https:\/\/www\.google\.com\/recaptcha\/", "Mozilla/5.0 (Linux; Ubuntu @UBUNTU_VERSION@ like Android 4.4;) AppleWebKit/537.36 Chrome/${CHROMIUM_VERSION} Safari/537.36"],
27 ];

Subscribers

People subscribed via source and target branches

to status/vote changes: