History log of /external/webrtc/webrtc/base/trace_event.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
952892a28a06a4ced120d4683d930699b9d730de 10-Nov-2015 brucedawson <brucedawson@chromium.org> Fix a 64-bit pointer truncation bug found by VC++ 2015

When converting from void* to unsigned long long it is dangerous to go
through unsigned long because for VC++ 64-bit builds this will be 32
bits. When casting a pointer to an integral type the safest type to
choose for the integral cast is always intptr_t or uintptr_t.

BUG=440500
NOPRESUBMIT=true

Review URL: https://codereview.webrtc.org/1437433002

Cr-Commit-Position: refs/heads/master@{#10569}
/external/webrtc/webrtc/base/trace_event.h
7c64ed2e0c55d6402ef24a822b18fc9e6cc11299 17-Mar-2015 tommi@webrtc.org <tommi@webrtc.org> Move trace_event and associated files to webrtc/base.
Also starting to use TRACE_EVENT from thread.cc in webrtc/base, to track Invoke() calls.

BUG=
R=magjed@webrtc.org, tina.legrand@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/42769004

Cr-Commit-Position: refs/heads/master@{#8755}
git-svn-id: http://webrtc.googlecode.com/svn/trunk@8755 4adac7df-926f-26a2-2b94-8c16560cd09d
/external/webrtc/webrtc/base/trace_event.h