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

Issue 6955006: Revert 84486 - Merge gpu_trace_event back into base/debug/trace_event.Initial land attempt at htt... (Closed)

Created:
9 years, 7 months ago by scheib
Modified:
9 years, 7 months ago
Reviewers:
scheib
CC:
chromium-reviews, kkania, amit, brettw-cc_chromium.org, jam, apatrick_chromium, darin-cc_chromium.org, Paweł Hajdan Jr., pam+watch_chromium.org
Visibility:
Public.

Description

Revert 84486 - Merge gpu_trace_event back into base/debug/trace_event.Initial land attempt at http://codereview.chromium.org/6551019/gpu_trace_event fork at http://codereview.chromium.org/6691013- gpu_trace_event renamed to base/debug/trace_event and modified as appropriate for base::debug- Unit Tests implemented for trace_event- gpu_common library removed (was added only for gpu_trace_event)- Existing calls to trace_event suffixed with _ETW to make ETW calls (see decisions and incremental plans at end of 6551019)- GPU trace calls renamed to new calls.- Tracing switch removed from test_shell, as linux log file support removed.BUG=79509 TEST=trace_event_win_unittest and about:gpuCommitted: http://src.chromium.org/viewvc/chrome?view=rev&revision=84284Review URL: http://codereview.chromium.org/6862002 TBR=scheib@chromium.org Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=84494

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+477 lines, -1380 lines) Patch
M base/base.gyp View 1 chunk +0 lines, -1 line 0 comments Download
M base/base.gypi View 1 chunk +1 line, -0 lines 0 comments Download
M base/debug/trace_event.h View 2 chunks +102 lines, -396 lines 0 comments Download
M base/debug/trace_event.cc View 2 chunks +112 lines, -330 lines 0 comments Download
D base/debug/trace_event_unittest.cc View 1 chunk +0 lines, -397 lines 0 comments Download
M base/debug/trace_event_win.h View 7 chunks +36 lines, -10 lines 0 comments Download
M base/debug/trace_event_win.cc View 5 chunks +23 lines, -24 lines 0 comments Download
M base/debug/trace_event_win_unittest.cc View 11 chunks +23 lines, -26 lines 0 comments Download
M chrome/app/client_util.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/automation/automation_provider.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/automation/automation_provider_win.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/browser_main.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/external_tab_container_win.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/sandbox_policy.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M chrome_frame/chrome_active_document.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome_frame/chrome_frame_activex.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome_frame/chrome_frame_automation.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M content/browser/gpu_process_host.cc View 3 chunks +2 lines, -2 lines 0 comments Download
M content/browser/gpu_process_host_ui_shim.cc View 2 chunks +1 line, -1 line 0 comments Download
M content/browser/renderer_host/render_widget_host.cc View 3 chunks +2 lines, -2 lines 0 comments Download
M content/browser/trace_controller.h View 2 chunks +1 line, -4 lines 0 comments Download
M content/browser/trace_controller.cc View 7 chunks +11 lines, -18 lines 0 comments Download
M content/browser/trace_message_filter.cc View 1 chunk +1 line, -2 lines 0 comments Download
M content/common/child_trace_message_filter.h View 3 chunks +1 line, -5 lines 0 comments Download
M content/common/child_trace_message_filter.cc View 3 chunks +13 lines, -23 lines 0 comments Download
M content/common/gpu/gpu_command_buffer_stub.cc View 5 chunks +4 lines, -4 lines 0 comments Download
M content/renderer/command_buffer_proxy.cc View 3 chunks +2 lines, -2 lines 0 comments Download
M content/renderer/render_thread.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/renderer/render_widget.cc View 4 chunks +3 lines, -3 lines 0 comments Download
M content/renderer/renderer_gl_context.cc View 4 chunks +3 lines, -3 lines 0 comments Download
M content/renderer/renderer_main.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M gpu/command_buffer/client/cmd_buffer_helper.cc View 6 chunks +6 lines, -6 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation.cc View 21 chunks +21 lines, -21 lines 0 comments Download
D gpu/command_buffer/common/trace_event.h View 1 chunk +0 lines, -30 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder.cc View 8 chunks +7 lines, -7 lines 0 comments Download
M gpu/command_buffer/service/gpu_scheduler.cc View 2 chunks +2 lines, -2 lines 0 comments Download
A + gpu/common/gpu_trace_event.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + gpu/common/gpu_trace_event.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
MM gpu/gpu.gyp View 8 chunks +32 lines, -7 lines 0 comments Download
M ppapi/proxy/host_dispatcher.cc View 3 chunks +7 lines, -7 lines 0 comments Download
M ppapi/proxy/plugin_dispatcher.cc View 3 chunks +7 lines, -7 lines 0 comments Download
M webkit/glue/webkit_glue.gypi View 1 chunk +1 line, -0 lines 0 comments Download
M webkit/glue/webkitclient_impl.cc View 2 chunks +7 lines, -2 lines 0 comments Download
M webkit/tools/test_shell/test_shell_main.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M webkit/tools/test_shell/test_shell_switches.h View 2 chunks +2 lines, -1 line 0 comments Download
M webkit/tools/test_shell/test_shell_switches.cc View 2 chunks +4 lines, -1 line 0 comments Download
M webkit/tools/test_shell/test_shell_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M webkit/tools/test_shell/test_webview_delegate.cc View 3 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
scheib
9 years, 7 months ago (2011-05-06 20:27:48 UTC) #1

          

Powered by Google App Engine
This is Rietveld 408576698