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

Issue 1345433002: Add RTC_ prefix to contructormagic macros. (Closed)

Created:
5 years, 3 months ago by Henrik Grunell WebRTC
Modified:
5 years, 3 months ago
Reviewers:
tommi, Andrew MacDonald
CC:
webrtc-reviews_webrtc.org, interface-changes_webrtc.org, rwolff_gocast.it, yujie_mao (webrtc), stefan-webrtc, Andrew MacDonald, henrika_webrtc, hlundin-webrtc, tlegrand-webrtc, tterriberry_mozilla.com, qiang.lu, niklas.enbom, mflodman, kwiberg-webrtc, andresp, perkj_webrtc, aluebs-webrtc, bjornv1
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Add RTC_ prefix to contructormagic macros. We must remove dependency on Chromium, i.e. we can't use Chromium's base/logging.h. That means we need to define these macros in WebRTC also when doing Chromium builds. And this causes redefinition. * DISALLOW_ASSIGN -> RTC_DISALLOW_ASSIGN * DISALLOW_COPY_AND_ASSIGN -> RTC_DISALLOW_COPY_AND_ASSIGN * DISALLOW_IMPLICIT_CONSTRUCTORS -> RTC_DISALLOW_IMPLICIT_CONSTRUCTORS Related CL: https://codereview.webrtc.org/1335923002/ BUG=chromium:468375 NOTRY=true Committed: https://crrev.com/3c089d751ede283e21e186885eaf705c3257ccd2 Cr-Commit-Position: refs/heads/master@{#9953}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Code review fix + rebase. #

Patch Set 3 : Formatting fix. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+411 lines, -418 lines) Patch
M talk/app/webrtc/dtmfsender.h View 1 chunk +1 line, -1 line 0 comments Download
M talk/app/webrtc/java/jni/androidvideocapturer_jni.h View 1 chunk +1 line, -1 line 0 comments Download
M talk/app/webrtc/jsepicecandidate.h View 1 chunk +1 line, -1 line 0 comments Download
M talk/app/webrtc/jsepsessiondescription.h View 1 chunk +1 line, -1 line 0 comments Download
M talk/app/webrtc/mediacontroller.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M talk/app/webrtc/remotevideocapturer.h View 1 chunk +1 line, -1 line 0 comments Download
M talk/app/webrtc/statstypes.h View 2 chunks +2 lines, -2 lines 0 comments Download
M talk/app/webrtc/videosource.cc View 1 chunk +1 line, -1 line 0 comments Download
M talk/app/webrtc/webrtcsession.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M talk/app/webrtc/webrtcsessiondescriptionfactory.h View 1 chunk +1 line, -1 line 0 comments Download
M talk/media/base/cpuid.h View 2 chunks +2 lines, -2 lines 0 comments Download
M talk/media/base/rtpdump.h View 3 chunks +3 lines, -3 lines 0 comments Download
M talk/media/base/streamparams.h View 1 chunk +1 line, -1 line 0 comments Download
M talk/media/base/videoadapter.h View 2 chunks +2 lines, -2 lines 0 comments Download
M talk/media/base/videocapturer.h View 2 chunks +2 lines, -2 lines 0 comments Download
M talk/media/base/yuvframegenerator.h View 1 chunk +1 line, -1 line 0 comments Download
M talk/media/devices/filevideocapturer.h View 2 chunks +2 lines, -2 lines 0 comments Download
M talk/media/devices/filevideocapturer.cc View 1 chunk +1 line, -1 line 0 comments Download
M talk/media/devices/yuvframescapturer.h View 1 chunk +1 line, -1 line 0 comments Download
M talk/media/devices/yuvframescapturer.cc View 1 chunk +1 line, -1 line 0 comments Download
M talk/session/media/srtpfilter.h View 2 chunks +2 lines, -2 lines 0 comments Download
M talk/session/media/srtpfilter_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/base/asyncinvoker.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/base/asyncpacketsocket.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/base/asynctcpsocket.h View 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/base/autodetectproxy.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/base/bitbuffer.h View 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/base/bufferqueue.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/base/bytebuffer.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/base/constructormagic.h View 1 2 chunks +7 lines, -14 lines 0 comments Download
M webrtc/base/criticalsection.h View 3 chunks +3 lines, -3 lines 0 comments Download
M webrtc/base/filerotatingstream.h View 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/base/fileutils.h View 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/base/flags.h View 3 chunks +8 lines, -8 lines 0 comments Download
M webrtc/base/latebindingsymboltable.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/base/latebindingsymboltable.h.def View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/base/logging.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/base/logsinks.h View 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/base/macasyncsocket.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/base/maccocoasocketserver.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/base/messagehandler.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/base/messagequeue.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/base/multipart.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/base/natserver.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/base/natsocketfactory.h View 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/base/nssidentity.h View 3 chunks +3 lines, -3 lines 0 comments Download
M webrtc/base/opensslidentity.h View 3 chunks +3 lines, -3 lines 0 comments Download
M webrtc/base/profiler.h View 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/base/proxyserver.h View 3 chunks +3 lines, -3 lines 0 comments Download
M webrtc/base/referencecountedsingletonfactory.h View 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/base/rollingaccumulator.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/base/scoped_autorelease_pool.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/base/scoped_ptr.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/base/scopedptrcollection.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/base/scopedptrcollection_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/base/sharedexclusivelock.h View 3 chunks +3 lines, -3 lines 0 comments Download
M webrtc/base/signalthread.h View 3 chunks +3 lines, -3 lines 0 comments Download
M webrtc/base/signalthread_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/base/sigslottester.h View 5 chunks +5 lines, -5 lines 0 comments Download
M webrtc/base/sigslottester.h.pump View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/base/socket.h View 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/base/socketadapters.h View 8 chunks +8 lines, -8 lines 0 comments Download
M webrtc/base/socketstream.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/base/sslidentity.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/base/stream.h View 9 chunks +9 lines, -9 lines 0 comments Download
M webrtc/base/task_unittest.cc View 1 2 8 chunks +8 lines, -8 lines 0 comments Download
M webrtc/base/taskparent.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/base/testclient.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/base/testechoserver.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/base/thread.h View 6 chunks +6 lines, -6 lines 0 comments Download
M webrtc/base/thread_checker_unittest.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M webrtc/base/virtualsocketserver.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/base/win32regkey.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/base/worker.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/base/x11windowpicker.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/common.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/common_audio/audio_converter.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/common_audio/resampler/push_sinc_resampler.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/common_audio/resampler/sinc_resampler.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/common_audio/resampler/sinusoidal_linear_chirp_source.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/common_audio/sparse_fir_filter.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/common_audio/wav_file.h View 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/common_audio/window_generator.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/libjingle/xmpp/pubsubstateclient.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/libjingle/xmpp/xmpptask.h View 3 chunks +3 lines, -3 lines 0 comments Download
M webrtc/modules/audio_coding/codecs/audio_decoder.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/codecs/isac/audio_encoder_isac_t.h View 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_coding/codecs/opus/interface/audio_decoder_opus.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/main/acm2/acm_receive_test.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/main/acm2/acm_receive_test_oldapi.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/main/acm2/acm_send_test.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/main/acm2/acm_send_test_oldapi.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/main/acm2/codec_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/main/acm2/codec_owner.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/accelerate.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/audio_decoder_impl.h View 1 10 chunks +10 lines, -10 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/audio_multi_vector.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/audio_vector.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/background_noise.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/buffer_level_filter.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/comfort_noise.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/decision_logic.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/decision_logic_fax.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/decision_logic_normal.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/decoder_database.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/delay_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/delay_peak_detector.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/dsp_helper.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/dtmf_buffer.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/dtmf_tone_generator.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/expand.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/interface/neteq.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/merge.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/mock/mock_external_decoder_pcm16b.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/neteq_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/normal.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/packet_buffer.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/payload_splitter.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/post_decode_vad.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/preemptive_expand.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/random_vector.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/rtcp.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/statistics_calculator.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/sync_buffer.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/time_stretch.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/timestamp_scaler.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/tools/audio_checksum.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/tools/audio_loop.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/tools/audio_sink.h View 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/tools/constant_pcm_packet_source.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/tools/input_audio_file.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/tools/output_audio_file.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/tools/output_wav_file.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/tools/packet.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/tools/packet_source.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/tools/resample_input_audio_file.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/tools/rtc_event_log_source.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/tools/rtp_file_source.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_coding/neteq/tools/rtp_generator.h View 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/modules/audio_device/linux/latebindingsymboltable_linux.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/beamformer/matrix.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/test/test_utils.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/bitrate_controller/bitrate_controller_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/desktop_capture/cropped_desktop_frame.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/desktop_capture/desktop_and_cursor_composer.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/desktop_capture/desktop_and_cursor_composer.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/desktop_capture/desktop_frame.h View 3 chunks +3 lines, -3 lines 0 comments Download
M webrtc/modules/desktop_capture/desktop_frame_win.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/desktop_capture/differ.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/desktop_capture/differ_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/desktop_capture/mac/desktop_configuration_monitor.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/desktop_capture/mac/full_screen_chrome_window_detector.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/desktop_capture/mac/scoped_pixel_buffer_object.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/desktop_capture/mouse_cursor.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/desktop_capture/screen_capture_frame_queue.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/desktop_capture/screen_capturer_helper.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/desktop_capture/screen_capturer_mac.mm View 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/modules/desktop_capture/screen_capturer_mock_objects.h View 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/modules/desktop_capture/screen_capturer_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/desktop_capture/screen_capturer_x11.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/desktop_capture/shared_desktop_frame.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/desktop_capture/shared_desktop_frame.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/desktop_capture/shared_memory.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/desktop_capture/win/desktop.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/desktop_capture/win/scoped_gdi_object.h View 3 chunks +3 lines, -3 lines 0 comments Download
M webrtc/modules/desktop_capture/win/scoped_thread_desktop.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/desktop_capture/win/screen_capturer_win_gdi.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/desktop_capture/win/screen_capturer_win_magnifier.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/desktop_capture/win/window_capture_utils.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/desktop_capture/window_capturer_mac.mm View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/desktop_capture/window_capturer_null.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/desktop_capture/window_capturer_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/desktop_capture/window_capturer_x11.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/modules/desktop_capture/x11/shared_x_display.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/desktop_capture/x11/x_error_trap.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/desktop_capture/x11/x_server_pixel_buffer.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/interface/module_common_types.h View 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/modules/pacing/include/packet_router.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/aimd_rate_control.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/bwe_simulations.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/include/send_time_history.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/inter_arrival.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/overuse_detector.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/overuse_estimator.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_unittest_helper.h View 3 chunks +3 lines, -3 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimators_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/test/bwe.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/test/bwe.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/test/bwe_test.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/test/bwe_test_baselinefile.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/test/bwe_test_fileutils.h View 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/test/bwe_test_framework.h View 12 chunks +12 lines, -12 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/test/bwe_test_framework.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/test/bwe_test_framework_unittest.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/test/bwe_test_logging.h View 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/test/estimators/nada.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/test/estimators/remb.h View 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/test/estimators/send_side.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/test/packet_receiver.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/test/packet_sender.h View 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/test/random.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/interface/remote_ntp_time_estimator.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_packet.h View 1 18 chunks +18 lines, -18 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_packet/transport_feedback.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtcp_receiver_help.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_format_h264.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_format_video_generic.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_format_vp8.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_format_vp8_test_helper.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_format_vp9.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/rtp_rtcp/source/vp8_partition_aggregator.h View 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/modules/video_coding/main/source/jitter_buffer.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/main/source/test/stream_generator.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/main/test/rtp_player.cc View 5 chunks +5 lines, -5 lines 0 comments Download
M webrtc/modules/video_coding/main/test/test_util.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/main/test/vcm_payload_sink_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/video_coding/main/test/vcm_payload_sink_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/overrides/webrtc/base/constructormagic.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/p2p/base/asyncstuntcpsocket.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/p2p/base/dtlstransportchannel.h View 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/p2p/base/p2ptransport.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/p2p/base/p2ptransportchannel.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/p2p/base/packetsocketfactory.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/p2p/base/transport.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/p2p/base/transportchannel.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/p2p/base/transportchannelimpl.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/p2p/base/transportchannelproxy.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/p2p/stunprober/stunprober.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/p2p/stunprober/stunprober.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/sound/alsasoundsystem.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/sound/alsasoundsystem.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M webrtc/sound/pulseaudiosoundsystem.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/sound/pulseaudiosoundsystem.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M webrtc/sound/sounddevicelocator.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/sound/soundinputstreaminterface.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/sound/soundoutputstreaminterface.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/sound/soundsysteminterface.h View 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/system_wrappers/interface/atomic32.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/system_wrappers/source/scoped_vector_unittest.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M webrtc/test/fake_network_pipe.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/test/mac/video_renderer_mac.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/test/rtp_file_reader.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/test/rtp_file_writer.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/test/test_suite.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/tools/simple_command_line_parser.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/video/call.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/video_engine/call_stats.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/video_engine/call_stats.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/video_engine/encoder_state_feedback.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/video_engine/overuse_frame_detector.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/video_engine/payload_router.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/video_engine/vie_channel.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/video_engine/vie_channel_group.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/voice_engine/channel_manager.h View 2 chunks +2 lines, -2 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 15 (5 generated)
Henrik Grunell WebRTC
5 years, 3 months ago (2015-09-14 12:23:01 UTC) #2
tommi
lgtm. Can you update the description to include exactly what macros are being changed (from ...
5 years, 3 months ago (2015-09-14 14:13:50 UTC) #3
Henrik Grunell WebRTC
On 2015/09/14 14:13:50, tommi (webrtc) wrote: > lgtm. Can you update the description to include ...
5 years, 3 months ago (2015-09-14 14:42:02 UTC) #4
Andrew MacDonald
lgtm https://codereview.webrtc.org/1345433002/diff/1/webrtc/base/constructormagic.h File webrtc/base/constructormagic.h (right): https://codereview.webrtc.org/1345433002/diff/1/webrtc/base/constructormagic.h#newcode19 webrtc/base/constructormagic.h:19: #undef RTC_DISALLOW_COPY_AND_ASSIGN We shouldn't need these #undefs now, ...
5 years, 3 months ago (2015-09-15 01:56:27 UTC) #5
Henrik Grunell WebRTC
https://codereview.webrtc.org/1345433002/diff/1/webrtc/base/constructormagic.h File webrtc/base/constructormagic.h (right): https://codereview.webrtc.org/1345433002/diff/1/webrtc/base/constructormagic.h#newcode19 webrtc/base/constructormagic.h:19: #undef RTC_DISALLOW_COPY_AND_ASSIGN On 2015/09/15 01:56:27, Andrew MacDonald wrote: > ...
5 years, 3 months ago (2015-09-16 11:07:54 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1345433002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1345433002/40001
5 years, 3 months ago (2015-09-16 11:15:37 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_rel on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/android_arm64_rel/builds/2370)
5 years, 3 months ago (2015-09-16 12:11:56 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1345433002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1345433002/40001
5 years, 3 months ago (2015-09-16 12:35:27 UTC) #13
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 3 months ago (2015-09-16 12:37:52 UTC) #14
commit-bot: I haz the power
5 years, 3 months ago (2015-09-16 12:38:05 UTC) #15
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/3c089d751ede283e21e186885eaf705c3257ccd2
Cr-Commit-Position: refs/heads/master@{#9953}

Powered by Google App Engine
This is Rietveld 408576698