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

Issue 6142009: Upating the app, ceee, chrome, ipc, media, and net directories to use the correct lock.h file. (Closed)

Created:
9 years, 11 months ago by leviw_travelin_and_unemployed
Modified:
7 years, 8 months ago
CC:
chromium-reviews, vrk (LEFT CHROMIUM), annacc, stuartmorgan+watch_chromium.org, dhollowa, cbentzel+watch_chromium.org, nkostylev+cc_chromium.org, idana, Erik does not do reviews, jam, apatrick_chromium, darin-cc_chromium.org, brettw-cc_chromium.org, tim (not reviewing), ddorwin+watch_chromium.org, Raghu Simha, ncarter (slow), Randy Smith (Not in Mondays), arv (Not doing code reviews), pam+watch_chromium.org, awong, ceee-reviews_chromium.org, Alpha Left Google, Aaron Boodman, acolwell GONE FROM CHROMIUM, rdsmith+dwatch_chromium.org, Paweł Hajdan Jr., davemoore+watch_chromium.org, scherkus (not reviewing), Sergey Ulanov, dmac, garykac, jshin+watch_chromium.org
Visibility:
Public.

Description

Upating the app, ceee, chrome, ipc, media, and net directories to use the lock.h in base/synchronization/ instead of base/, and to explicitly scope the use of Lock and AutoLock to the 'base' namespace. Also identified several files including lock.h unnecessarily and removed the reference. No tests as this results in no behavioral changes. BUG=none TEST=none

Patch Set 1 #

Patch Set 2 : Upating the app, ceee, chrome, ipc, media, and net directories to use the correct lock.h file. #

Patch Set 3 : Removing remaining references to base/lock.h #

Patch Set 4 : Unified patch updating all references to the new base/synchronization/lock.h #

Unified diffs Side-by-side diffs Delta from patch set Stats (+828 lines, -859 lines) Patch
M app/resource_bundle.cc View 3 6 chunks +6 lines, -6 lines 0 comments Download
M app/resource_bundle_linux.cc View 3 4 chunks +4 lines, -4 lines 0 comments Download
M app/resource_bundle_posix.cc View 3 1 chunk +1 line, -1 line 0 comments Download
M app/resource_bundle_win.cc View 3 1 chunk +0 lines, -1 line 0 comments Download
M base/at_exit.h View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M base/debug/trace_event.h View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M base/i18n/file_util_icu.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
D base/lock.h View 1 2 1 chunk +0 lines, -18 lines 0 comments Download
M base/message_loop.h View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M base/message_loop.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M base/message_loop_proxy_impl.h View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M base/metrics/field_trial.h View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M base/metrics/stats_table.h View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M base/observer_list_threadsafe.h View 1 2 3 6 chunks +6 lines, -6 lines 0 comments Download
M base/synchronization/condition_variable.h View 1 2 3 3 chunks +4 lines, -4 lines 0 comments Download
M base/synchronization/condition_variable_unittest.cc View 1 2 3 23 chunks +26 lines, -26 lines 0 comments Download
M base/synchronization/waitable_event.h View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M base/threading/simple_thread.h View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M base/threading/thread_checker.h View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M base/threading/thread_collision_warner_unittest.cc View 1 2 3 3 chunks +12 lines, -12 lines 0 comments Download
M base/threading/worker_pool_posix_unittest.cc View 1 2 3 5 chunks +7 lines, -7 lines 0 comments Download
M base/tracked_objects.h View 1 2 3 4 chunks +4 lines, -4 lines 0 comments Download
M base/tracked_objects.cc View 1 2 3 12 chunks +14 lines, -14 lines 0 comments Download
M chrome/browser/automation/automation_resource_message_filter.h View 3 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/bookmarks/bookmark_model.h View 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/bookmarks/bookmark_model.cc View 1 2 3 7 chunks +8 lines, -8 lines 0 comments Download
M chrome/browser/browser_thread.h View 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/browser_thread.cc View 1 2 3 6 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/cancelable_request.h View 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/cert_store.h View 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/cert_store.cc View 1 2 3 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/child_process_launcher.cc View 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/child_process_security_policy.h View 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/child_process_security_policy.cc View 1 2 3 18 chunks +19 lines, -19 lines 0 comments Download
M chrome/browser/chromeos/dom_ui/system_settings_provider.cc View 3 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/login/camera.h View 3 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/login/login_utils.cc View 3 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/pulse_audio_mixer.h View 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/content_settings/host_content_settings_map.h View 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/content_settings/host_content_settings_map.cc View 1 2 3 10 chunks +11 lines, -11 lines 0 comments Download
M chrome/browser/content_settings/policy_content_settings_provider.h View 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/content_settings/policy_content_settings_provider.cc View 1 2 3 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/content_settings/pref_content_settings_provider.h View 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/content_settings/pref_content_settings_provider.cc View 1 2 3 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/cross_site_request_manager.h View 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/cross_site_request_manager.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/device_orientation/provider_unittest.cc View 3 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/download/download_file_manager.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/download/download_types.h View 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/file_path_watcher/file_path_watcher_inotify.cc View 3 5 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/geolocation/gateway_data_provider_common.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/geolocation/gateway_data_provider_common.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/geolocation/wifi_data_provider_common.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/geolocation/wifi_data_provider_common.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/hang_monitor/hung_window_detector.h View 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/history/top_sites.h View 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/history/top_sites.cc View 1 2 3 4 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/host_zoom_map.h View 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/host_zoom_map.cc View 1 2 3 7 chunks +7 lines, -7 lines 0 comments Download
M chrome/browser/in_process_webkit/webkit_thread.h View 3 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/mach_broker_mac.h View 3 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/mach_broker_mac.cc View 1 2 3 3 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/mach_broker_mac_unittest.cc View 3 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/net/chrome_net_log.h View 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/net/chrome_net_log.cc View 3 4 chunks +7 lines, -7 lines 0 comments Download
M chrome/browser/net/passive_log_collector.cc View 3 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/net/sqlite_persistent_cookie_store.cc View 1 2 3 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/policy/device_management_policy_cache.h View 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/policy/device_management_policy_cache.cc View 1 2 3 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/printing/print_dialog_cloud.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/printing/print_dialog_cloud_internal.h View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/printing/print_dialog_gtk.cc View 3 5 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/printing/print_job_manager.h View 3 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/printing/print_job_manager.cc View 1 2 3 4 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/renderer_host/accelerated_surface_container_manager_mac.h View 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/renderer_host/accelerated_surface_container_manager_mac.cc View 3 9 chunks +10 lines, -10 lines 0 comments Download
M chrome/browser/renderer_host/download_resource_handler.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/renderer_host/render_widget_helper.h View 3 3 chunks +3 lines, -3 lines 0 comments Download
chrome/browser/renderer_host/render_widget_helper.cc View 1 2 3 5 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/safe_browsing/safe_browsing_database.h View 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/safe_browsing/safe_browsing_database.cc View 1 2 3 6 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/safe_browsing/safe_browsing_service.h View 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/safe_browsing/safe_browsing_service.cc View 1 2 3 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/speech/speech_input_manager.cc View 3 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/sync/engine/all_status.h View 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/engine/all_status.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/engine/net/server_connection_manager.h View 3 8 chunks +13 lines, -13 lines 0 comments Download
M chrome/browser/sync/engine/net/server_connection_manager.cc View 1 2 3 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/sync/engine/syncapi.cc View 1 2 3 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/sync/engine/syncer.h View 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/engine/syncer.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/engine/syncer_thread.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/engine/syncer_thread_unittest.cc View 3 5 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/sync/glue/autofill_data_type_controller.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/autofill_data_type_controller.cc View 1 2 3 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/sync/glue/autofill_model_associator.h View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/glue/autofill_model_associator.cc View 1 2 3 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/sync/glue/autofill_profile_model_associator.h View 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/glue/autofill_profile_model_associator.cc View 1 2 3 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/sync/glue/password_model_associator.h View 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/glue/password_model_associator.cc View 1 2 3 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/sync/glue/sync_backend_host.h View 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/glue/sync_backend_host.cc View 1 2 3 7 chunks +7 lines, -7 lines 0 comments Download
M chrome/browser/sync/syncable/directory_manager.h View 3 2 chunks +2 lines, -2 lines 0 comments Download
chrome/browser/sync/syncable/directory_manager.cc View 1 2 3 5 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/sync/syncable/syncable.h View 3 7 chunks +7 lines, -7 lines 0 comments Download
M chrome/browser/sync/syncable/syncable.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/util/channel.h View 3 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/sync/util/extensions_activity_monitor.h View 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/util/extensions_activity_monitor.cc View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/sync/util/user_settings.h View 3 3 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/sync/util/user_settings.cc View 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/tab_contents/thumbnail_generator.h View 3 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/task_manager/task_manager.h View 3 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/transport_security_persister.h View 3 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/ui/cocoa/objc_zombie.mm View 3 6 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/ui/login/login_prompt.h View 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/login/login_prompt.cc View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/webdata/web_data_service.h View 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/webdata/web_data_service.cc View 1 2 3 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/common/net/gaia/gaia_authenticator.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/net/url_fetcher.cc View 3 1 chunk +0 lines, -1 line 0 comments Download
M chrome/common/sqlite_utils.cc View 3 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/common/webmessageportchannel_impl.h View 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/common/webmessageportchannel_impl.cc View 1 2 3 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/common/worker_thread_ticker.h View 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/common/worker_thread_ticker.cc View 1 2 3 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/gpu/gpu_channel.cc View 3 1 chunk +0 lines, -1 line 0 comments Download
M chrome/plugin/plugin_channel.cc View 1 2 3 6 chunks +7 lines, -7 lines 0 comments Download
M chrome/renderer/media/audio_renderer_impl.h View 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/renderer/media/audio_renderer_impl.cc View 1 2 3 14 chunks +14 lines, -14 lines 0 comments Download
M chrome/renderer/renderer_webkitclient_impl.cc View 1 2 3 3 chunks +3 lines, -3 lines 0 comments Download
chrome/service/cloud_print/print_system_cups.cc View 3 1 chunk +0 lines, -1 line 0 comments Download
M chrome/test/automation/automation_handle_tracker.h View 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/test/automation/automation_handle_tracker.cc View 1 2 3 3 chunks +4 lines, -4 lines 0 comments Download
M chrome/test/automation/tab_proxy.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/automation/tab_proxy.cc View 1 2 3 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/test/sync/engine/mock_connection_manager.h View 1 2 3 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/test/sync/engine/mock_connection_manager.cc View 1 2 3 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/test/webdriver/session_manager.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M ipc/ipc_channel_posix.cc View 3 5 chunks +5 lines, -5 lines 0 comments Download
M ipc/ipc_channel_proxy.h View 3 2 chunks +2 lines, -2 lines 0 comments Download
M ipc/ipc_channel_proxy.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M ipc/ipc_sync_channel.h View 3 2 chunks +2 lines, -2 lines 0 comments Download
M ipc/ipc_sync_channel.cc View 1 2 3 10 chunks +11 lines, -11 lines 0 comments Download
M ipc/ipc_sync_message_filter.h View 3 2 chunks +2 lines, -2 lines 0 comments Download
M ipc/ipc_sync_message_filter.cc View 1 2 3 6 chunks +6 lines, -6 lines 0 comments Download
M media/audio/audio_input_controller.h View 3 2 chunks +2 lines, -2 lines 0 comments Download
M media/audio/audio_input_controller.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M media/audio/audio_output_controller.h View 3 2 chunks +2 lines, -2 lines 0 comments Download
M media/audio/audio_output_controller.cc View 1 2 3 4 chunks +4 lines, -4 lines 0 comments Download
M media/audio/linux/alsa_output.h View 3 2 chunks +2 lines, -2 lines 0 comments Download
M media/audio/linux/audio_manager_linux.h View 3 2 chunks +2 lines, -2 lines 0 comments Download
M media/base/pipeline_impl.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M media/base/pipeline_impl.cc View 1 2 3 26 chunks +42 lines, -42 lines 0 comments Download
M media/filters/audio_renderer_base.h View 3 2 chunks +2 lines, -2 lines 0 comments Download
M media/filters/audio_renderer_base.cc View 3 7 chunks +7 lines, -7 lines 0 comments Download
M media/filters/ffmpeg_glue.h View 3 2 chunks +2 lines, -2 lines 0 comments Download
M media/filters/ffmpeg_glue.cc View 1 2 3 4 chunks +7 lines, -7 lines 0 comments Download
M media/filters/file_data_source.h View 3 2 chunks +2 lines, -2 lines 0 comments Download
M media/filters/file_data_source.cc View 3 3 chunks +3 lines, -3 lines 0 comments Download
M media/filters/video_renderer_base.cc View 1 2 3 14 chunks +15 lines, -15 lines 0 comments Download
net/base/capturing_net_log.h View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M net/base/capturing_net_log.cc View 1 2 3 3 chunks +5 lines, -5 lines 0 comments Download
M net/base/cert_database_mac.cc View 3 2 chunks +2 lines, -2 lines 0 comments Download
M net/base/cert_verifier.cc View 3 5 chunks +5 lines, -5 lines 0 comments Download
M net/base/cookie_monster.h View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M net/base/cookie_monster.cc View 1 2 3 13 chunks +13 lines, -13 lines 0 comments Download
net/base/dnsrr_resolver.cc View 3 5 chunks +5 lines, -5 lines 0 comments Download
M net/base/host_resolver_impl.cc View 3 7 chunks +7 lines, -7 lines 0 comments Download
M net/base/host_resolver_impl_unittest.cc View 1 2 3 3 chunks +3 lines, -3 lines 0 comments Download
M net/base/keygen_handler_mac.cc View 3 5 chunks +5 lines, -5 lines 0 comments Download
M net/base/listen_socket_unittest.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M net/base/net_util.cc View 3 4 chunks +3 lines, -3 lines 0 comments Download
M net/base/test_completion_callback_unittest.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
net/base/x509_certificate.h View 3 2 chunks +2 lines, -2 lines 0 comments Download
net/base/x509_certificate.cc View 1 2 3 4 chunks +4 lines, -4 lines 0 comments Download
net/base/x509_certificate_mac.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M net/http/disk_cache_based_ssl_host_info.h View 3 1 chunk +0 lines, -1 line 0 comments Download
M net/ocsp/nss_ocsp.cc View 3 2 chunks +1 line, -1 line 0 comments Download
M net/proxy/polling_proxy_config_service.cc View 3 4 chunks +4 lines, -4 lines 0 comments Download
M net/proxy/sync_host_resolver_bridge.cc View 3 5 chunks +5 lines, -5 lines 0 comments Download
net/socket/ssl_client_socket_openssl.cc View 3 5 chunks +5 lines, -5 lines 0 comments Download
M net/socket/ssl_client_socket_win.cc View 3 3 chunks +3 lines, -3 lines 0 comments Download
M net/socket_stream/socket_stream_job_manager.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M net/socket_stream/socket_stream_job_manager.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M net/url_request/url_request_job_manager.h View 3 2 chunks +2 lines, -2 lines 0 comments Download
M net/url_request/url_request_job_manager.cc View 1 2 3 4 chunks +4 lines, -4 lines 0 comments Download
M printing/backend/print_backend_cups.cc View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M printing/printed_document.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M printing/printed_document.cc View 1 2 3 6 chunks +8 lines, -8 lines 0 comments Download
M printing/printed_document_mac.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M remoting/base/tracer.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/host/capturer.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/host/capturer.cc View 1 2 3 3 chunks +4 lines, -4 lines 0 comments Download
M remoting/host/chromoting_host.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/chromoting_host.cc View 1 2 3 3 chunks +3 lines, -3 lines 0 comments Download
M remoting/host/in_memory_host_config.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/host/in_memory_host_config.cc View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
M remoting/host/json_host_config.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M remoting/host/json_host_config.cc View 1 2 3 chunks +3 lines, -2 lines 0 comments Download
M remoting/jingle_glue/jingle_client.h View 1 2 2 chunks +4 lines, -3 lines 0 comments Download
M remoting/jingle_glue/jingle_client.cc View 1 2 3 6 chunks +6 lines, -6 lines 0 comments Download
M remoting/protocol/buffered_socket_writer.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/protocol/buffered_socket_writer.cc View 1 2 3 8 chunks +10 lines, -10 lines 0 comments Download
M remoting/protocol/jingle_session.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M remoting/protocol/jingle_session_manager.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M remoting/protocol/protocol_test_client.cc View 1 2 3 4 chunks +4 lines, -4 lines 0 comments Download
M skia/ext/SkThread_chrome.cc View 1 2 2 chunks +7 lines, -7 lines 0 comments Download
M third_party/cacheinvalidation/overrides/google/cacheinvalidation/mutex.h View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M webkit/glue/media/buffered_data_source.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/glue/media/buffered_data_source.cc View 1 2 3 7 chunks +7 lines, -7 lines 0 comments Download
M webkit/glue/media/buffered_resource_loader.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M webkit/glue/media/simple_data_source.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M webkit/glue/media/simple_data_source.cc View 1 2 3 6 chunks +7 lines, -7 lines 0 comments Download
M webkit/glue/webkitclient_impl.cc View 1 2 5 chunks +4 lines, -4 lines 0 comments Download
M webkit/glue/webmediaplayer_impl.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/glue/webmediaplayer_impl.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/plugins/npapi/plugin_list.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/plugins/npapi/plugin_list.cc View 1 2 17 chunks +23 lines, -23 lines 0 comments Download
M webkit/tools/test_shell/simple_database_system.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/tools/test_shell/simple_database_system.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
brettw
There are some .js, .cc, and .bat files in here. Are those on purpose? Did ...
9 years, 11 months ago (2011-01-10 19:23:20 UTC) #1
scherkus (not reviewing)
drive by: media looks good
9 years, 11 months ago (2011-01-10 20:06:36 UTC) #2
mad-corp
I don't think the changes in the CEEE bat files are related to this, right? ...
9 years, 11 months ago (2011-01-10 20:20:50 UTC) #3
leviw_travelin_and_unemployed
No, you and Brett are correct -- some changes were picked up that shouldn't be ...
9 years, 11 months ago (2011-01-10 20:35:17 UTC) #4
leviw_travelin_and_unemployed
That's looking much better... On 2011/01/10 20:35:17, Levi wrote: > No, you and Brett are ...
9 years, 11 months ago (2011-01-10 21:31:20 UTC) #5
brettw
Sorry I took so long to get back to you on this! I patched this ...
9 years, 11 months ago (2011-01-18 17:21:24 UTC) #6
ZZZDONOTUSEMEZZZ
I'll merge those two patches and validate. Thanks again for taking a look :) On ...
9 years, 11 months ago (2011-01-18 18:41:57 UTC) #7
ZZZDONOTUSEMEZZZ
9 years, 11 months ago (2011-01-18 23:30:06 UTC) #8
This should be good to go now... but it looks like we need to message this
(I'm looking at you Brett :) as a lot of the issues I ran into were new
unscoped Lock and AutoLock uses popping up.

On Tue, Jan 18, 2011 at 10:41 AM, Levi Weintraub <leviw@google.com> wrote:

> I'll merge those two patches and validate. Thanks again for taking a look
> :)
>
>
> On Tue, Jan 18, 2011 at 9:21 AM, <brettw@chromium.org> wrote:
>
>> Sorry I took so long to get back to you on this!
>>
>> I patched this in and I get compile errors in base like
>> base/metrics/field_trial.h. Did you mean to remove lock.h? Can you do a
>> clean
>> build to make sure this is ready to go?
>>
>>
>> http://codereview.chromium.org/6142009/
>>
>
>

Powered by Google App Engine
This is Rietveld 408576698