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

Issue 716223002: Use uint16 for port numbers, chrome/ edition (Closed)

Created:
6 years, 1 month ago by Peter Kasting
Modified:
6 years, 1 month ago
Reviewers:
James Hawkins
CC:
chromium-reviews, extensions-reviews_chromium.org, cbentzel+watch_chromium.org, vsevik, felt, samuong+watch_chromium.org, yurys, paulirish+reviews_chromium.org, devtools-reviews_chromium.org, chromium-apps-reviews_chromium.org, stgao, aandrey+blink_chromium.org, pfeldman
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Use uint16 for port numbers, chrome/ edition This is a piece of a larger CL, split up to avoid overwhelming reviewers. The entire CL can be viewed at https://codereview.chromium.org/655063002/ . The intent is to get each piece reviewed separately, then finally land the large CL after all parts have been approved. BUG=81439 TEST=none

Patch Set 1 #

Patch Set 2 : Self-review #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+120 lines, -116 lines) Patch
M chrome/browser/browser_process.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/browser_process_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/browser_process_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chrome_browser_main.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/devtools/browser_list_tabcontents_provider.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/devtools/browser_list_tabcontents_provider.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/devtools/device/adb/mock_adb_server.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/devtools/remote_debugging_server.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/devtools/remote_debugging_server.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/activity_log/activity_log_browsertest.cc View 4 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/extensions/api/dial/dial_service.cc View 5 chunks +4 lines, -5 lines 0 comments Download
M chrome/browser/extensions/api/socket/udp_socket_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/web_navigation/web_navigation_apitest.cc View 4 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/extensions/app_background_page_apitest.cc View 10 chunks +15 lines, -15 lines 0 comments Download
M chrome/browser/net/dns_probe_service.cc View 2 chunks +2 lines, -3 lines 0 comments Download
M chrome/browser/net/dns_probe_test_util.cc View 2 chunks +1 line, -2 lines 0 comments Download
M chrome/browser/net/sdch_browsertest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/profiles/host_zoom_map_browsertest.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/common/extensions/permissions/permissions_data_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/base/testing_browser_process.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/base/testing_browser_process.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/chromedriver/chrome_launcher.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/test/chromedriver/net/port_server.h View 2 chunks +16 lines, -16 lines 0 comments Download
M chrome/test/chromedriver/net/port_server.cc View 1 6 chunks +24 lines, -20 lines 2 comments Download
M chrome/test/chromedriver/net/port_server_unittest.cc View 4 chunks +10 lines, -10 lines 0 comments Download
M chrome/test/chromedriver/net/websocket.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M chrome/test/chromedriver/server/chromedriver_server.cc View 6 chunks +10 lines, -6 lines 1 comment Download

Messages

Total messages: 3 (1 generated)
Peter Kasting
This is not an independent CL; please see the description for a link to the ...
6 years, 1 month ago (2014-11-12 23:54:00 UTC) #2
James Hawkins
6 years, 1 month ago (2014-11-13 19:00:28 UTC) #3
lgtm

Powered by Google App Engine
This is Rietveld 408576698