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

Issue 926093003: AddOriginMapping() (Closed)

Created:
5 years, 10 months ago by DaveMoore
Modified:
5 years, 10 months ago
CC:
mojo-reviews_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

Patch Set 1 #

Patch Set 2 : Comments #

Total comments: 5

Patch Set 3 : Add copy constructor #

Patch Set 4 : Try removing const #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+193 lines, -18 lines) Patch
M services/console/console.cc View 1 3 chunks +5 lines, -6 lines 1 comment Download
M shell/context.cc View 1 3 chunks +8 lines, -1 line 0 comments Download
M shell/switches.h View 1 chunk +1 line, -0 lines 0 comments Download
M shell/switches.cc View 1 2 chunks +5 lines, -0 lines 0 comments Download
M shell/url_resolver.h View 1 2 3 2 chunks +26 lines, -4 lines 0 comments Download
M shell/url_resolver.cc View 2 chunks +53 lines, -6 lines 0 comments Download
M shell/url_resolver_unittest.cc View 2 chunks +95 lines, -1 line 0 comments Download

Messages

Total messages: 13 (3 generated)
DaveMoore
Comments
5 years, 10 months ago (2015-02-13 22:28:17 UTC) #1
DaveMoore
5 years, 10 months ago (2015-02-13 22:29:36 UTC) #3
Aaron Boodman
lgtm https://codereview.chromium.org/926093003/diff/20001/shell/switches.cc File shell/switches.cc (right): https://codereview.chromium.org/926093003/diff/20001/shell/switches.cc#newcode59 shell/switches.cc:59: // first maps 'a' to 'b' and the ...
5 years, 10 months ago (2015-02-13 22:44:16 UTC) #4
DaveMoore
https://codereview.chromium.org/926093003/diff/20001/shell/switches.cc File shell/switches.cc (right): https://codereview.chromium.org/926093003/diff/20001/shell/switches.cc#newcode59 shell/switches.cc:59: // first maps 'a' to 'b' and the second ...
5 years, 10 months ago (2015-02-13 23:07:10 UTC) #5
DaveMoore
Add copy constructor
5 years, 10 months ago (2015-02-13 23:11:01 UTC) #7
DaveMoore
Try removing const
5 years, 10 months ago (2015-02-13 23:14:16 UTC) #8
DaveMoore
Committed patchset #4 (id:60001) manually as 23538d3c49dfaff28e4d88b3254b7ab8cf1b6e35 (presubmit successful).
5 years, 10 months ago (2015-02-13 23:23:50 UTC) #9
jamesr
https://codereview.chromium.org/926093003/diff/60001/services/console/console.cc File services/console/console.cc (right): https://codereview.chromium.org/926093003/diff/60001/services/console/console.cc#newcode19 services/console/console.cc:19: class ConsoleImpl : public InterfaceImpl<Console> { I just fixed ...
5 years, 10 months ago (2015-02-14 00:47:39 UTC) #11
jamesr
Looks like you probably didn't intend to patch console at all. I'll revert that bit.
5 years, 10 months ago (2015-02-14 00:50:32 UTC) #12
blundell
5 years, 10 months ago (2015-02-16 08:32:34 UTC) #13
Message was sent while issue was closed.
Thanks for doing this, Dave!

https://codereview.chromium.org/926093003/diff/20001/shell/url_resolver.cc
File shell/url_resolver.cc (right):

https://codereview.chromium.org/926093003/diff/20001/shell/url_resolver.cc#ne...
shell/url_resolver.cc:30: "-" + std::string(switches::kMapOrigin) + "=",
nit: is it not possible to allow a space instead of an "=" here as well?

Powered by Google App Engine
This is Rietveld 408576698