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

Issue 9235084: Add OSSTATUS_LOG API (Closed)

Created:
8 years, 11 months ago by Mark Mentovai
Modified:
8 years, 11 months ago
CC:
chromium-reviews, jamiewalch+watch_chromium.org, hclam+watch_chromium.org, cbentzel+watch_chromium.org, simonmorris+watch_chromium.org, garykac+watch_chromium.org, ddorwin+watch_chromium.org, fischman+watch_chromium.org, jam, amit, sanjeevr, acolwell+watch_chromium.org, annacc+watch_chromium.org, joi+watch-content_chromium.org, wez+watch_chromium.org, lambroslambrou+watch_chromium.org, darin-cc_chromium.org, brettw-cc_chromium.org, vrk (LEFT CHROMIUM), sergeyu+watch_chromium.org, scherkus (not reviewing), ihf+watch_chromium.org
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Total comments: 6
Unified diffs Side-by-side diffs Delta from patch set Stats (+287 lines, -153 lines) Patch
M base/base.gypi View 1 1 chunk +2 lines, -0 lines 0 comments Download
M base/logging.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M base/mac/foundation_util.mm View 1 3 chunks +3 lines, -2 lines 0 comments Download
A base/mac/mac_logging.h View 1 2 3 1 chunk +83 lines, -0 lines 0 comments Download
A base/mac/mac_logging.cc View 1 chunk +29 lines, -0 lines 0 comments Download
M base/mac/mac_util.mm View 1 6 chunks +9 lines, -9 lines 0 comments Download
M chrome/browser/mac/authorization_util.mm View 1 4 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/mac/dock.mm View 1 5 chunks +5 lines, -7 lines 0 comments Download
M chrome/browser/mac/install_from_dmg.mm View 1 4 chunks +5 lines, -3 lines 0 comments Download
M chrome/browser/mac/keystone_glue.mm View 1 3 chunks +5 lines, -2 lines 0 comments Download
M chrome/browser/mac/relauncher.cc View 1 2 3 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/password_manager/encryptor_password_mac.mm View 1 4 chunks +4 lines, -5 lines 0 comments Download
M chrome/browser/password_manager/password_store_mac.cc View 1 4 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/platform_util_mac.mm View 1 8 chunks +15 lines, -13 lines 0 comments Download
M chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_cell.mm View 1 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/options/advanced_options_utils_mac.mm View 1 2 4 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/ui/webui/options2/advanced_options_utils2_mac.mm View 1 3 chunks +4 lines, -2 lines 0 comments Download
M chrome/common/service_process_util_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/service/chrome_service_application_mac.mm View 1 2 4 chunks +6 lines, -12 lines 2 comments Download
M cloud_print/virtual_driver/posix/installer_util_mac.mm View 1 2 3 chunks +11 lines, -7 lines 0 comments Download
M cloud_print/virtual_driver/posix/printer_driver_util_mac.mm View 1 2 4 chunks +5 lines, -5 lines 0 comments Download
M content/browser/file_metadata_mac.mm View 1 3 chunks +4 lines, -3 lines 0 comments Download
M media/audio/mac/audio_input_mac.cc View 1 2 chunks +5 lines, -2 lines 0 comments Download
M media/audio/mac/audio_low_latency_input_mac.cc View 1 6 chunks +12 lines, -8 lines 0 comments Download
M media/audio/mac/audio_low_latency_output_mac.cc View 1 12 chunks +16 lines, -14 lines 0 comments Download
M media/audio/mac/audio_manager_mac.cc View 1 2 chunks +4 lines, -3 lines 0 comments Download
M media/audio/mac/audio_output_mac.cc View 1 2 chunks +5 lines, -2 lines 0 comments Download
M net/base/cert_database_mac.cc View 1 3 chunks +3 lines, -2 lines 0 comments Download
M net/base/keygen_handler_mac.cc View 1 2 3 chunks +3 lines, -2 lines 0 comments Download
M net/base/x509_cert_types_mac.cc View 1 3 chunks +3 lines, -2 lines 1 comment Download
M net/base/x509_certificate_mac.cc View 1 10 chunks +14 lines, -21 lines 1 comment Download
M net/socket/ssl_client_socket_mac.cc View 1 6 chunks +7 lines, -7 lines 0 comments Download
M net/socket/ssl_client_socket_nss.cc View 1 2 chunks +3 lines, -2 lines 0 comments Download
M remoting/host/user_authenticator_mac.cc View 1 2 3 chunks +3 lines, -3 lines 2 comments Download

Messages

Total messages: 9 (0 generated)
Mark Mentovai
8 years, 11 months ago (2012-01-27 19:28:18 UTC) #1
Tristan Schmelcher 2
lgtm http://codereview.chromium.org/9235084/diff/10050/chrome/service/chrome_service_application_mac.mm File chrome/service/chrome_service_application_mac.mm (left): http://codereview.chromium.org/9235084/diff/10050/chrome/service/chrome_service_application_mac.mm#oldcode52 chrome/service/chrome_service_application_mac.mm:52: LOG(ERROR) << GetMacOSStatusCommentString(status); Looks like this won't be ...
8 years, 11 months ago (2012-01-27 19:56:23 UTC) #2
Mark Mentovai
http://codereview.chromium.org/9235084/diff/10050/chrome/service/chrome_service_application_mac.mm File chrome/service/chrome_service_application_mac.mm (left): http://codereview.chromium.org/9235084/diff/10050/chrome/service/chrome_service_application_mac.mm#oldcode52 chrome/service/chrome_service_application_mac.mm:52: LOG(ERROR) << GetMacOSStatusCommentString(status); Tristan Schmelcher 2 wrote: > Looks ...
8 years, 11 months ago (2012-01-27 19:58:41 UTC) #3
Mark Mentovai
stuartmorgan, scottbyer, sky, wtc, and dmaclach for OWNERS review. Rubber-stamp is fine.
8 years, 11 months ago (2012-01-27 20:01:38 UTC) #4
Scott Byer
lgtm
8 years, 11 months ago (2012-01-27 20:02:35 UTC) #5
Mark Mentovai
Committed r119511 TBR for OWNERS.
8 years, 11 months ago (2012-01-27 23:07:38 UTC) #6
wtc
Patch Set 4 LGTM. I only reviewed src/net. http://codereview.chromium.org/9235084/diff/10050/net/base/x509_cert_types_mac.cc File net/base/x509_cert_types_mac.cc (right): http://codereview.chromium.org/9235084/diff/10050/net/base/x509_cert_types_mac.cc#newcode206 net/base/x509_cert_types_mac.cc:206: OSSTATUS_LOG(ERROR, ...
8 years, 11 months ago (2012-01-28 00:06:26 UTC) #7
Wez
LGTM remoting/. http://codereview.chromium.org/9235084/diff/10050/remoting/host/user_authenticator_mac.cc File remoting/host/user_authenticator_mac.cc (right): http://codereview.chromium.org/9235084/diff/10050/remoting/host/user_authenticator_mac.cc#newcode73 remoting/host/user_authenticator_mac.cc:73: OSSTATUS_LOG(ERROR, status) << "AuthorizationCreate"; On 2012/01/28 00:06:26, ...
8 years, 11 months ago (2012-01-28 00:11:52 UTC) #8
stuartmorgan
8 years, 11 months ago (2012-01-28 08:30:42 UTC) #9
Password Manager LGTM

Powered by Google App Engine
This is Rietveld 408576698