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

Issue 2082603002: Introduce an 'ENABLE_WEBSOCKETS' define in //net. (Closed)

Created:
4 years, 6 months ago by Mike West
Modified:
4 years, 6 months ago
Reviewers:
mmenke
CC:
cbentzel+watch_chromium.org, chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@hsts
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Introduce an 'ENABLE_WEBSOCKETS' define in //net. Following up on https://codereview.chromium.org/2079783002, WebSockets aren't available on iOS. Rather than hard-coding that mapping of OS to feature into the code, we should be using a feature-specific build flag to handle the dependency. This patch does that. R=mmenke@chromium.org Committed: https://crrev.com/0cb69fcbdc735ade2e29384cb962bcadae45725e Cr-Commit-Position: refs/heads/master@{#401034}

Patch Set 1 #

Total comments: 5

Patch Set 2 : URLRequestJobManager #

Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -16 lines) Patch
M net/BUILD.gn View 1 1 chunk +3 lines, -0 lines 0 comments Download
M net/net.gyp View 1 1 chunk +3 lines, -0 lines 0 comments Download
M net/net_common.gypi View 1 chunk +1 line, -0 lines 0 comments Download
M net/url_request/url_request_http_job_unittest.cc View 3 chunks +4 lines, -10 lines 0 comments Download
M net/url_request/url_request_job_manager.cc View 1 1 chunk +6 lines, -6 lines 0 comments Download

Messages

Total messages: 19 (8 generated)
Mike West
WDYT, mmenke@?
4 years, 6 months ago (2016-06-20 13:38:03 UTC) #3
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2082603002/1
4 years, 6 months ago (2016-06-20 14:06:22 UTC) #5
mmenke
Thanks for doing this! Groups of related platform-specific ifdefs based on what features we support ...
4 years, 6 months ago (2016-06-20 15:14:09 UTC) #6
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 6 months ago (2016-06-20 15:48:05 UTC) #8
Mike West
https://codereview.chromium.org/2082603002/diff/1/net/BUILD.gn File net/BUILD.gn (right): https://codereview.chromium.org/2082603002/diff/1/net/BUILD.gn#newcode72 net/BUILD.gn:72: defines += [ "ENABLE_WEBSOCKETS" ] On 2016/06/20 at 15:14:09, ...
4 years, 6 months ago (2016-06-21 10:31:15 UTC) #9
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2082603002/20001
4 years, 6 months ago (2016-06-21 10:31:54 UTC) #11
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 6 months ago (2016-06-21 12:08:19 UTC) #13
mmenke
LGTM https://codereview.chromium.org/2082603002/diff/1/net/BUILD.gn File net/BUILD.gn (right): https://codereview.chromium.org/2082603002/diff/1/net/BUILD.gn#newcode72 net/BUILD.gn:72: defines += [ "ENABLE_WEBSOCKETS" ] On 2016/06/21 10:31:15, ...
4 years, 6 months ago (2016-06-21 16:33:54 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2082603002/20001
4 years, 6 months ago (2016-06-21 17:41:19 UTC) #16
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 6 months ago (2016-06-21 17:47:00 UTC) #17
commit-bot: I haz the power
4 years, 6 months ago (2016-06-21 17:50:05 UTC) #19
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/0cb69fcbdc735ade2e29384cb962bcadae45725e
Cr-Commit-Position: refs/heads/master@{#401034}

Powered by Google App Engine
This is Rietveld 408576698