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

Issue 11366229: Move eintr_wrapper.h from base to base/posix (Closed)

Created:
8 years, 1 month ago by brettw
Modified:
8 years, 1 month ago
Reviewers:
agl, akalin
CC:
chromium-reviews, MAD, sadrul, nkostylev+watch_chromium.org, amit, jln+watch_chromium.org, native-client-reviews_googlegroups.com, Ilya Sherman, frankf+watch_chromium.org, dcaiafa+watch_chromium.org, cbentzel+watch_chromium.org, jar (doing other things), stevenjb+watch_chromium.org, jam, ilevy+watch_chromium.org, joi+watch-content_chromium.org, darin-cc_chromium.org, yfriedman+watch_chromium.org, chromium-apps-reviews_chromium.org, erikwright+watch_chromium.org, wez+watch_chromium.org, sanjeevr, simonmorris+watch_chromium.org, feature-media-reviews_chromium.org, rmsousa+watch_chromium.org, pam+watch_chromium.org, oshima+watch_chromium.org, sergeyu+watch_chromium.org, peter+watch_chromium.org, jamiewalch+watch_chromium.org, hclam+watch_chromium.org, klundberg+watch_chromium.org, garykac+watch_chromium.org, Aaron Boodman, lambroslambrou+watch_chromium.org, davemoore+watch_chromium.org, bulach+watch_chromium.org, alexeypa+watch_chromium.org, agl, mmenke
Visibility:
Public.

Description

Move eintr_wrapper.h from base to base/posix Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=167739

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+97 lines, -129 lines) Patch
M base/debug/debugger_posix.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/debug/stack_trace_posix.cc View 1 chunk +1 line, -1 line 0 comments Download
D base/eintr_wrapper.h View 1 chunk +0 lines, -33 lines 0 comments Download
M base/file_util.h View 1 chunk +1 line, -1 line 0 comments Download
M base/file_util_posix.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/files/dir_reader_linux.h View 1 chunk +1 line, -1 line 0 comments Download
M base/files/file_path_watcher_linux.cc View 2 chunks +1 line, -1 line 0 comments Download
M base/logging.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/mac/authorization_util.mm View 1 chunk +1 line, -1 line 0 comments Download
M base/message_loop_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/message_pump_glib.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/message_pump_libevent.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/message_pump_libevent_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/platform_file_posix.cc View 1 chunk +1 line, -1 line 0 comments Download
A + base/posix/eintr_wrapper.h View 2 chunks +3 lines, -3 lines 0 comments Download
M base/posix/file_descriptor_shuffle.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/posix/unix_domain_socket.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/process_util_mac.mm View 1 chunk +1 line, -1 line 0 comments Download
M base/process_util_posix.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/process_util_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/app/breakpad_linux.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/app/nacl_fork_delegate_linux.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chrome_browser_main_posix.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/external_metrics.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/process_proxy/process_output_watcher.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/process_proxy/process_output_watcher_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/process_proxy/process_proxy.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/process_proxy/process_proxy_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/crash_handler_host_linux.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/messaging/native_process_launcher_posix.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/mac/relauncher.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/process_info_snapshot_mac_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/process_singleton_linux.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/process_singleton_mac.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/process_singleton_mac_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/shell_integration_linux.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/multi_process_lock_linux.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/service_process_util_posix.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/nacl/nacl_helper_linux.cc View 1 chunk +1 line, -1 line 0 comments Download
M chromeos/dbus/debug_daemon_client.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/gamepad/gamepad_platform_data_fetcher_linux.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/render_sandbox_host_linux.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/render_widget_helper.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/zygote_host/zygote_host_impl_linux.cc View 2 chunks +1 line, -1 line 0 comments Download
M content/common/child_process_sandbox_support_impl_linux.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/common/sandbox_linux.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/plugin/plugin_channel.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/zygote/zygote_linux.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/zygote/zygote_main_linux.cc View 1 chunk +1 line, -1 line 0 comments Download
M dbus/message_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M ipc/file_descriptor_set_posix.cc View 1 chunk +1 line, -1 line 0 comments Download
M ipc/file_descriptor_set_posix_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M ipc/ipc_channel_posix.cc View 1 chunk +1 line, -1 line 0 comments Download
M ipc/ipc_channel_posix_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M ipc/ipc_send_fds_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M media/audio/async_socket_io_handler_posix.cc View 1 chunk +2 lines, -1 line 0 comments Download
M net/base/address_tracker_linux.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/base/file_stream_context_posix.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/base/net_util_posix.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/base/stream_listen_socket.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/base/tcp_listen_socket_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/base/unix_domain_socket_posix.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/base/unix_domain_socket_posix_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/dns/address_sorter_posix.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/dns/notify_watcher_mac.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/socket/tcp_client_socket_libevent.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/socket/tcp_server_socket_libevent.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/udp/udp_socket_libevent.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/udp/udp_socket_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M ppapi/proxy/plugin_dispatcher.cc View 1 chunk +1 line, -1 line 0 comments Download
M printing/pdf_metafile_skia.cc View 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/desktop_session_agent_posix.cc View 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/linux/audio_pipe_reader.cc View 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/local_input_monitor_thread_linux.cc View 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/mac/me2me_preference_pane.mm View 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/posix/signal_handler.cc View 1 chunk +1 line, -1 line 0 comments Download
M rlz/lib/rlz_lib_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M rlz/mac/lib/rlz_value_store_mac.mm View 1 chunk +1 line, -1 line 0 comments Download
M sandbox/linux/seccomp-bpf/sandbox_bpf.h View 1 chunk +1 line, -1 line 0 comments Download
M sandbox/linux/services/libc_urandom_override.cc View 1 chunk +1 line, -1 line 0 comments Download
M sandbox/linux/suid/client/setuid_sandbox_client.cc View 1 chunk +1 line, -1 line 0 comments Download
M tools/android/common/adb_connection.cc View 1 chunk +1 line, -1 line 0 comments Download
M tools/android/common/daemon.cc View 1 chunk +1 line, -1 line 0 comments Download
M tools/android/fake_dns/fake_dns.cc View 1 chunk +1 line, -1 line 0 comments Download
M tools/android/forwarder/forwarder.cc View 1 chunk +1 line, -1 line 0 comments Download
M tools/android/forwarder2/common.h View 1 chunk +1 line, -1 line 0 comments Download
M tools/android/forwarder2/common.cc View 1 chunk +1 line, -1 line 0 comments Download
M tools/android/forwarder2/daemon.cc View 1 chunk +1 line, -1 line 0 comments Download
M tools/android/forwarder2/forwarder.cc View 1 chunk +1 line, -1 line 0 comments Download
M tools/android/forwarder2/host_forwarder_main.cc View 1 chunk +1 line, -1 line 0 comments Download
M tools/android/forwarder2/pipe_notifier.cc View 1 chunk +1 line, -1 line 0 comments Download
M tools/android/forwarder2/socket.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/surface/transport_dib_android.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/surface/transport_dib_mac.cc View 1 chunk +1 line, -1 line 0 comments Download
M webkit/plugins/npapi/plugin_lib_posix.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
brettw
Simple search-and-replace patch.
8 years, 1 month ago (2012-11-13 20:45:21 UTC) #1
Sergey Ulanov
On 2012/11/13 20:45:21, brettw wrote: > Simple search-and-replace patch. remoting - LGTM
8 years, 1 month ago (2012-11-13 21:46:20 UTC) #2
akalin
lgtm
8 years, 1 month ago (2012-11-13 21:51:08 UTC) #3
agl
8 years, 1 month ago (2012-11-13 21:56:37 UTC) #4
lgtm

Powered by Google App Engine
This is Rietveld 408576698