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

Issue 16758008: Add 'Server' and 'User-Agent' default header fields. (Closed)

Created:
7 years, 6 months ago by Anders Johnsen
Modified:
7 years, 6 months ago
Reviewers:
Søren Gjesse
CC:
reviews_dartlang.org, nweiz
Visibility:
Public.

Description

Add 'Server' and 'User-Agent' default header fields. They include the major and minor version of Dart. BUG= R=sgjesse@google.com Committed: https://code.google.com/p/dart/source/detail?r=23844

Patch Set 1 #

Total comments: 14

Patch Set 2 : Clean up comments and field name. #

Total comments: 6

Patch Set 3 : git cl dcommit #

Unified diffs Side-by-side diffs Delta from patch set Stats (+98 lines, -11 lines) Patch
M pkg/http/test/client_test.dart View 2 chunks +2 lines, -0 lines 0 comments Download
M pkg/http/test/http_test.dart View 15 chunks +24 lines, -8 lines 0 comments Download
M pkg/http/test/request_test.dart View 2 chunks +2 lines, -0 lines 0 comments Download
M runtime/bin/common.cc View 1 chunk +7 lines, -0 lines 0 comments Download
M runtime/bin/common_patch.dart View 1 chunk +4 lines, -0 lines 0 comments Download
M runtime/bin/io_natives.cc View 1 chunk +1 line, -0 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/lib/io_patch.dart View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M sdk/lib/io/http.dart View 1 2 2 chunks +20 lines, -0 lines 0 comments Download
M sdk/lib/io/http_impl.dart View 1 7 chunks +22 lines, -3 lines 0 comments Download
M sdk/lib/io/options.dart View 1 2 chunks +8 lines, -0 lines 0 comments Download
M tests/standalone/io/http_detach_socket_test.dart View 1 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Anders Johnsen
7 years, 6 months ago (2013-06-11 10:37:11 UTC) #1
Søren Gjesse
https://codereview.chromium.org/16758008/diff/1/sdk/lib/io/http.dart File sdk/lib/io/http.dart (right): https://codereview.chromium.org/16758008/diff/1/sdk/lib/io/http.dart#newcode176 sdk/lib/io/http.dart:176: * Set and get the version of the [:HttpServer:]. ...
7 years, 6 months ago (2013-06-11 11:02:00 UTC) #2
Anders Johnsen
PTAL https://codereview.chromium.org/16758008/diff/1/sdk/lib/io/http.dart File sdk/lib/io/http.dart (right): https://codereview.chromium.org/16758008/diff/1/sdk/lib/io/http.dart#newcode176 sdk/lib/io/http.dart:176: * Set and get the version of the ...
7 years, 6 months ago (2013-06-11 11:37:55 UTC) #3
Søren Gjesse
lgtm with comments https://codereview.chromium.org/16758008/diff/7001/runtime/bin/common_patch.dart File runtime/bin/common_patch.dart (right): https://codereview.chromium.org/16758008/diff/7001/runtime/bin/common_patch.dart#newcode15 runtime/bin/common_patch.dart:15: patch class _OptionsImpl { You need ...
7 years, 6 months ago (2013-06-11 11:48:37 UTC) #4
Anders Johnsen
https://codereview.chromium.org/16758008/diff/7001/runtime/bin/common_patch.dart File runtime/bin/common_patch.dart (right): https://codereview.chromium.org/16758008/diff/7001/runtime/bin/common_patch.dart#newcode15 runtime/bin/common_patch.dart:15: patch class _OptionsImpl { On 2013/06/11 11:48:37, Søren Gjesse ...
7 years, 6 months ago (2013-06-11 11:54:09 UTC) #5
Anders Johnsen
Committed patchset #3 manually as r23844 (presubmit successful).
7 years, 6 months ago (2013-06-11 11:54:28 UTC) #6
Anders Johnsen
7 years, 6 months ago (2013-06-11 13:03:44 UTC) #7
Message was sent while issue was closed.
FYI

Powered by Google App Engine
This is Rietveld 408576698