Merge lp:~daker/qtcreator-plugin-ubuntu/fix.1327761 into lp:qtcreator-plugin-ubuntu

Proposed by Adnane Belmadiaf
Status: Merged
Approved by: Zoltan Balogh
Approved revision: 178
Merged at revision: 198
Proposed branch: lp:~daker/qtcreator-plugin-ubuntu/fix.1327761
Merge into: lp:qtcreator-plugin-ubuntu
Diff against target: 11 lines (+1/-1)
1 file modified
share/qtcreator/templates/wizards/ubuntu/webapp/app.desktop (+1/-1)
To merge this branch: bzr merge lp:~daker/qtcreator-plugin-ubuntu/fix.1327761
Reviewer Review Type Date Requested Status
Michael Vogt (community) Approve
David Barth (community) Approve
Review via email: mp+222456@code.launchpad.net

Commit message

Fixed param that causes the webapp-container to open http://cookies

To post a comment you must log in.
Revision history for this message
David Barth (dbarth) :
review: Approve
Revision history for this message
Michael Vogt (mvo) wrote :

I ran into this as well today.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'share/qtcreator/templates/wizards/ubuntu/webapp/app.desktop'
2--- share/qtcreator/templates/wizards/ubuntu/webapp/app.desktop 2014-04-28 21:27:53 +0000
3+++ share/qtcreator/templates/wizards/ubuntu/webapp/app.desktop 2014-06-08 11:50:29 +0000
4@@ -2,6 +2,6 @@
5 Name=%DISPLAYNAME%
6 Type=Application
7 Icon=app.png
8-Exec=webapp-container --enable-back-forward --store-session cookies --webappUrlPatterns=https?://m.%DISPLAYNAME%.com/* http://m.%DISPLAYNAME%.com
9+Exec=webapp-container --enable-back-forward --store-session-cookies --webappUrlPatterns=https?://m.%DISPLAYNAME%.com/* http://m.%DISPLAYNAME%.com
10 Terminal=false
11 X-Ubuntu-Touch=true

Subscribers

People subscribed via source and target branches