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

Issue 2397233004: Fix trace parameter showing gibberish. (Closed)

Created:
4 years, 2 months ago by carlosk
Modified:
4 years, 2 months ago
CC:
asanka, chromium-reviews, darin-cc_chromium.org, jam
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Fix trace parameter showing gibberish. The async trace call affected by this CL used to add two |char *| arguments to the event of type which are *not* copied and were -- one potentially the other always -- destroyed before they were actually used at the event end. This caused gibberish to be sometimes presented in the trace report view. This CL fixes that by converting them to std:string values which are always stored as copies. BUG=645686 Committed: https://crrev.com/44ec5ba689f1949babb12bd10f5e9b38eb05f257 Cr-Commit-Position: refs/heads/master@{#424470}

Patch Set 1 #

Patch Set 2 : Trying to fix unsupported string type (Windows build) #

Patch Set 3 : One more attempt to fix Windows build issue. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -2 lines) Patch
M content/browser/download/mhtml_generation_manager.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 21 (16 generated)
carlosk
rdsmith@: PTAL.
4 years, 2 months ago (2016-10-08 00:04:51 UTC) #12
asanka
lgtm
4 years, 2 months ago (2016-10-11 14:27:00 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2397233004/40001
4 years, 2 months ago (2016-10-11 16:44:17 UTC) #18
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 2 months ago (2016-10-11 17:30:44 UTC) #19
commit-bot: I haz the power
4 years, 2 months ago (2016-10-11 17:32:33 UTC) #21
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/44ec5ba689f1949babb12bd10f5e9b38eb05f257
Cr-Commit-Position: refs/heads/master@{#424470}

Powered by Google App Engine
This is Rietveld 408576698