Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6)

Issue 972473003: Strip query string before applying url mapping. (Closed)

Created:
5 years, 9 months ago by qsr
Modified:
5 years, 9 months ago
Reviewers:
DaveMoore
CC:
mojo-reviews_chromium.org, qsr+mojo_chromium.org, yzshen+watch_chromium.org
Base URL:
https://github.com/domokit/mojo.git@master
Target Ref:
refs/heads/master
Project:
mojo
Visibility:
Public.

Description

Strip query string before applying url mapping. The query string is now the state of an application. If url1 is mapped to url2, then url1?state should be mapped to url2?state. This CL ensures this behavior. R=davemoore@chromium.org Committed: https://chromium.googlesource.com/external/mojo/+/05eccab81b40205a5c90eb86da38bdf921582202

Patch Set 1 #

Total comments: 2

Patch Set 2 : Follow review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+131 lines, -22 lines) Patch
M shell/application_manager/BUILD.gn View 1 2 chunks +5 lines, -2 lines 0 comments Download
M shell/application_manager/application_manager.cc View 1 6 chunks +5 lines, -14 lines 0 comments Download
A shell/application_manager/query_util.h View 1 1 chunk +21 lines, -0 lines 0 comments Download
A shell/application_manager/query_util.cc View 1 1 chunk +29 lines, -0 lines 0 comments Download
A shell/application_manager/query_util_unittest.cc View 1 1 chunk +45 lines, -0 lines 0 comments Download
M shell/url_resolver.cc View 1 4 chunks +8 lines, -6 lines 0 comments Download
M shell/url_resolver_unittest.cc View 1 chunk +18 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
qsr
5 years, 9 months ago (2015-03-03 15:10:42 UTC) #1
qsr
gentle ping?
5 years, 9 months ago (2015-03-04 09:34:31 UTC) #2
DaveMoore
https://codereview.chromium.org/972473003/diff/1/shell/application_manager/query_util.h File shell/application_manager/query_util.h (right): https://codereview.chromium.org/972473003/diff/1/shell/application_manager/query_util.h#newcode15 shell/application_manager/query_util.h:15: GURL StripQueryFromURL(const GURL& url); Instead of having two methods ...
5 years, 9 months ago (2015-03-04 14:57:07 UTC) #3
qsr
https://codereview.chromium.org/972473003/diff/1/shell/application_manager/query_util.h File shell/application_manager/query_util.h (right): https://codereview.chromium.org/972473003/diff/1/shell/application_manager/query_util.h#newcode15 shell/application_manager/query_util.h:15: GURL StripQueryFromURL(const GURL& url); On 2015/03/04 14:57:07, DaveMoore wrote: ...
5 years, 9 months ago (2015-03-04 15:02:05 UTC) #4
DaveMoore
On 2015/03/04 15:02:05, qsr wrote: > https://codereview.chromium.org/972473003/diff/1/shell/application_manager/query_util.h > File shell/application_manager/query_util.h (right): > > https://codereview.chromium.org/972473003/diff/1/shell/application_manager/query_util.h#newcode15 > ...
5 years, 9 months ago (2015-03-04 16:00:57 UTC) #5
qsr
On 2015/03/04 16:00:57, DaveMoore wrote: > On 2015/03/04 15:02:05, qsr wrote: > > > https://codereview.chromium.org/972473003/diff/1/shell/application_manager/query_util.h ...
5 years, 9 months ago (2015-03-04 16:10:58 UTC) #6
qsr
Updated.
5 years, 9 months ago (2015-03-04 16:22:19 UTC) #7
DaveMoore
lgtm
5 years, 9 months ago (2015-03-04 16:38:17 UTC) #8
qsr
5 years, 9 months ago (2015-03-05 14:29:42 UTC) #9
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
05eccab81b40205a5c90eb86da38bdf921582202 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698