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

Issue 2690003: Copy the (early prototype of) remoting in Chrome into the public tree.... (Closed)

Created:
10 years, 6 months ago by garykac
Modified:
9 years, 6 months ago
CC:
chromium-reviews, John Grabowski, pam+watch_chromium.org, Paweł Hajdan Jr.
Visibility:
Public.

Description

Copy the (early prototype of) remoting in Chrome into the public tree. At the moment, this is a semi-functional demo. BUG=none TEST=build/run all unittests on linux Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=49087

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Patch Set 7 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9366 lines, -0 lines) Patch
A remoting/WATCHLISTS View 1 chunk +18 lines, -0 lines 0 comments Download
A remoting/base/constants.h View 1 2 3 4 5 1 chunk +16 lines, -0 lines 0 comments Download
A remoting/base/constants.cc View 1 2 3 4 5 1 chunk +11 lines, -0 lines 0 comments Download
A remoting/base/mock_objects.h View 1 2 3 4 5 1 chunk +30 lines, -0 lines 0 comments Download
A remoting/base/multiple_array_input_stream.h View 1 2 3 4 5 1 chunk +49 lines, -0 lines 0 comments Download
A remoting/base/multiple_array_input_stream.cc View 1 2 3 4 5 1 chunk +96 lines, -0 lines 0 comments Download
A remoting/base/multiple_array_input_stream_unittest.cc View 1 2 3 4 5 1 chunk +94 lines, -0 lines 0 comments Download
A remoting/base/protocol/chromotocol.gyp View 1 2 3 4 1 chunk +79 lines, -0 lines 0 comments Download
A remoting/base/protocol/chromotocol.proto View 1 chunk +153 lines, -0 lines 0 comments Download
A remoting/base/protocol_decoder.h View 1 2 3 4 5 1 chunk +72 lines, -0 lines 0 comments Download
A remoting/base/protocol_decoder.cc View 1 2 3 4 5 1 chunk +149 lines, -0 lines 0 comments Download
A remoting/base/protocol_decoder_unittest.cc View 1 2 3 4 5 1 chunk +113 lines, -0 lines 0 comments Download
A remoting/base/protocol_util.h View 1 2 3 4 5 1 chunk +24 lines, -0 lines 0 comments Download
A remoting/base/protocol_util.cc View 1 2 3 4 5 1 chunk +27 lines, -0 lines 0 comments Download
A remoting/chromoting.gyp View 1 2 3 4 1 chunk +362 lines, -0 lines 0 comments Download
A remoting/client/decoder.h View 1 2 3 4 5 1 chunk +92 lines, -0 lines 0 comments Download
A remoting/client/decoder_verbatim.h View 1 2 3 4 5 1 chunk +33 lines, -0 lines 0 comments Download
A remoting/client/decoder_verbatim.cc View 1 2 3 4 5 1 chunk +67 lines, -0 lines 0 comments Download
A remoting/client/decoder_verbatim_unittest.cc View 1 2 3 4 5 1 chunk +13 lines, -0 lines 0 comments Download
A remoting/client/host_connection.h View 1 2 3 4 5 1 chunk +77 lines, -0 lines 0 comments Download
A remoting/client/host_connection.cc View 1 2 3 4 5 1 chunk +78 lines, -0 lines 0 comments Download
A remoting/client/pepper/fake_browser.h View 1 2 3 4 5 1 chunk +61 lines, -0 lines 0 comments Download
A remoting/client/pepper/fake_browser.cc View 1 2 3 4 5 1 chunk +157 lines, -0 lines 0 comments Download
A remoting/client/pepper/pepper_main.cc View 1 2 3 4 5 1 chunk +373 lines, -0 lines 0 comments Download
A remoting/client/pepper/pepper_plugin.h View 1 2 3 4 5 1 chunk +106 lines, -0 lines 0 comments Download
A remoting/client/pepper/pepper_plugin.cc View 1 2 3 4 5 1 chunk +22 lines, -0 lines 0 comments Download
A remoting/client/plugin/chromoting_main.cc View 1 2 3 4 5 1 chunk +24 lines, -0 lines 0 comments Download
A remoting/client/plugin/chromoting_plugin.h View 1 2 3 4 5 1 chunk +53 lines, -0 lines 0 comments Download
A remoting/client/plugin/chromoting_plugin.cc View 1 2 3 4 5 1 chunk +114 lines, -0 lines 0 comments Download
A remoting/client/plugin/chromoting_plugin_test.html View 1 chunk +9 lines, -0 lines 0 comments Download
A remoting/client/plugin/chromoting_plugin_unittest.cc View 1 2 3 4 5 1 chunk +93 lines, -0 lines 0 comments Download
A remoting/client/plugin/chromotocol.h View 1 2 3 4 5 1 chunk +79 lines, -0 lines 0 comments Download
A remoting/client/plugin/client.h View 1 2 3 4 5 1 chunk +66 lines, -0 lines 0 comments Download
A remoting/client/plugin/client.cc View 1 2 3 4 5 1 chunk +392 lines, -0 lines 0 comments Download
A remoting/client/plugin/compression.h View 1 2 3 4 5 1 chunk +90 lines, -0 lines 0 comments Download
A remoting/client/plugin/compression.cc View 1 2 3 4 5 1 chunk +114 lines, -0 lines 0 comments Download
A remoting/client/plugin/decoder.h View 1 2 3 4 5 1 chunk +39 lines, -0 lines 0 comments Download
A remoting/client/plugin/host_connection.h View 1 2 3 4 5 1 chunk +37 lines, -0 lines 0 comments Download
A remoting/client/plugin/host_connection.cc View 1 2 3 4 5 1 chunk +89 lines, -0 lines 0 comments Download
A remoting/client/simple_client.cc View 1 2 3 4 5 1 chunk +196 lines, -0 lines 0 comments Download
A remoting/host/capturer.h View 1 2 3 4 5 1 chunk +123 lines, -0 lines 0 comments Download
A remoting/host/capturer.cc View 1 2 3 4 5 1 chunk +49 lines, -0 lines 0 comments Download
A remoting/host/capturer_fake.h View 1 2 3 4 5 1 chunk +44 lines, -0 lines 0 comments Download
A remoting/host/capturer_fake.cc View 1 2 3 4 5 1 chunk +86 lines, -0 lines 0 comments Download
A remoting/host/capturer_fake_ascii.h View 1 2 3 4 5 1 chunk +41 lines, -0 lines 0 comments Download
A remoting/host/capturer_fake_ascii.cc View 1 2 3 4 5 1 chunk +88 lines, -0 lines 0 comments Download
A remoting/host/capturer_gdi.h View 1 2 3 4 5 1 chunk +52 lines, -0 lines 0 comments Download
A remoting/host/capturer_gdi.cc View 1 2 3 4 5 1 chunk +128 lines, -0 lines 0 comments Download
A remoting/host/capturer_gdi_unittest.cc View 1 2 3 4 5 1 chunk +13 lines, -0 lines 0 comments Download
A remoting/host/capturer_linux.h View 1 2 3 4 5 1 chunk +33 lines, -0 lines 0 comments Download
A remoting/host/capturer_linux.cc View 1 2 3 4 5 1 chunk +54 lines, -0 lines 0 comments Download
A remoting/host/capturer_linux_unittest.cc View 1 2 3 4 5 1 chunk +13 lines, -0 lines 0 comments Download
A remoting/host/capturer_mac.h View 1 2 3 4 5 1 chunk +33 lines, -0 lines 0 comments Download
A remoting/host/capturer_mac.cc View 1 2 3 4 5 1 chunk +54 lines, -0 lines 0 comments Download
A remoting/host/capturer_mac_unittest.cc View 1 2 3 4 5 1 chunk +13 lines, -0 lines 0 comments Download
A remoting/host/client_connection.h View 1 2 3 4 5 1 chunk +141 lines, -0 lines 0 comments Download
A remoting/host/client_connection.cc View 1 2 3 4 5 1 chunk +173 lines, -0 lines 0 comments Download
A remoting/host/client_connection_unittest.cc View 1 2 3 4 5 1 chunk +99 lines, -0 lines 0 comments Download
A remoting/host/differ_block.h View 1 2 3 4 5 1 chunk +23 lines, -0 lines 0 comments Download
A remoting/host/differ_block.cc View 1 2 3 4 5 1 chunk +28 lines, -0 lines 0 comments Download
A remoting/host/differ_block_unittest.cc View 1 2 3 4 5 1 chunk +46 lines, -0 lines 0 comments Download
A remoting/host/encoder.h View 1 2 3 4 5 1 chunk +63 lines, -0 lines 0 comments Download
A remoting/host/encoder_verbatim.h View 1 2 3 4 5 1 chunk +47 lines, -0 lines 0 comments Download
A remoting/host/encoder_verbatim.cc View 1 2 3 4 5 1 chunk +97 lines, -0 lines 0 comments Download
A remoting/host/encoder_vp8.h View 1 2 3 4 5 1 chunk +61 lines, -0 lines 0 comments Download
A remoting/host/encoder_vp8.cc View 1 2 3 4 5 1 chunk +133 lines, -0 lines 0 comments Download
A remoting/host/encoder_vp8_unittest.cc View 1 2 3 4 5 1 chunk +69 lines, -0 lines 0 comments Download
A remoting/host/event_executor.h View 1 2 3 4 5 1 chunk +34 lines, -0 lines 0 comments Download
A remoting/host/event_executor_linux.h View 1 2 3 4 5 1 chunk +28 lines, -0 lines 0 comments Download
A remoting/host/event_executor_linux.cc View 1 2 3 4 5 1 chunk +18 lines, -0 lines 0 comments Download
A remoting/host/event_executor_mac.h View 1 2 3 4 5 1 chunk +28 lines, -0 lines 0 comments Download
A remoting/host/event_executor_mac.cc View 1 2 3 4 5 1 chunk +18 lines, -0 lines 0 comments Download
A remoting/host/event_executor_win.h View 1 2 3 4 5 1 chunk +28 lines, -0 lines 0 comments Download
A remoting/host/event_executor_win.cc View 1 2 3 4 5 1 chunk +405 lines, -0 lines 0 comments Download
A remoting/host/heartbeat_sender.h View 1 2 3 4 5 1 chunk +41 lines, -0 lines 0 comments Download
A remoting/host/heartbeat_sender.cc View 1 2 3 4 5 1 chunk +69 lines, -0 lines 0 comments Download
A remoting/host/mock_objects.h View 1 2 3 4 5 1 chunk +103 lines, -0 lines 0 comments Download
A remoting/host/session_manager.h View 1 2 3 4 5 1 chunk +190 lines, -0 lines 0 comments Download
A remoting/host/session_manager.cc View 1 2 3 4 5 1 chunk +401 lines, -0 lines 0 comments Download
A remoting/host/session_manager_unittest.cc View 1 2 3 4 5 1 chunk +139 lines, -0 lines 0 comments Download
A remoting/host/simple_host.h View 1 2 3 4 5 1 chunk +131 lines, -0 lines 0 comments Download
A remoting/host/simple_host.cc View 1 2 3 4 5 1 chunk +201 lines, -0 lines 0 comments Download
A remoting/host/simple_host_process.cc View 1 2 3 4 5 1 chunk +118 lines, -0 lines 0 comments Download
A remoting/jingle_glue/iq_request.h View 1 2 3 4 5 1 chunk +65 lines, -0 lines 0 comments Download
A remoting/jingle_glue/iq_request.cc View 1 2 3 4 5 1 chunk +79 lines, -0 lines 0 comments Download
A remoting/jingle_glue/iq_request_unittest.cc View 1 2 3 4 5 1 chunk +40 lines, -0 lines 0 comments Download
A remoting/jingle_glue/jingle_channel.h View 1 2 3 4 5 1 chunk +158 lines, -0 lines 0 comments Download
A remoting/jingle_glue/jingle_channel.cc View 1 2 3 4 5 1 chunk +210 lines, -0 lines 0 comments Download
A remoting/jingle_glue/jingle_channel_unittest.cc View 1 2 3 4 5 1 chunk +146 lines, -0 lines 0 comments Download
A remoting/jingle_glue/jingle_client.h View 1 2 3 4 5 1 chunk +139 lines, -0 lines 0 comments Download
A remoting/jingle_glue/jingle_client.cc View 1 2 3 4 5 1 chunk +227 lines, -0 lines 0 comments Download
A remoting/jingle_glue/jingle_info_task.h View 1 2 3 4 5 1 chunk +45 lines, -0 lines 0 comments Download
A remoting/jingle_glue/jingle_info_task.cc View 1 2 3 4 5 1 chunk +132 lines, -0 lines 0 comments Download
A remoting/jingle_glue/jingle_test_client.cc View 1 2 3 4 5 1 chunk +159 lines, -0 lines 0 comments Download
A remoting/jingle_glue/jingle_thread.h View 1 2 3 4 5 1 chunk +70 lines, -0 lines 0 comments Download
A remoting/jingle_glue/jingle_thread.cc View 1 2 3 4 5 1 chunk +80 lines, -0 lines 0 comments Download
A remoting/jingle_glue/jingle_thread_unittest.cc View 1 2 3 4 5 1 chunk +27 lines, -0 lines 0 comments Download
A remoting/jingle_glue/mock_objects.h View 1 2 3 4 5 1 chunk +26 lines, -0 lines 0 comments Download
A remoting/jingle_glue/relay_port_allocator.h View 1 2 3 4 5 1 chunk +38 lines, -0 lines 0 comments Download
A remoting/jingle_glue/relay_port_allocator.cc View 1 2 3 4 5 1 chunk +29 lines, -0 lines 0 comments Download
A remoting/run_all_unittests.cc View 1 2 3 4 5 1 chunk +9 lines, -0 lines 0 comments Download
A remoting/tools/client_webserver/main.c View 1 2 3 4 5 1 chunk +164 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
dmac
Need to change namespaces from chromoting to remoting and header guards should probably be fixed ...
10 years, 6 months ago (2010-06-04 23:14:25 UTC) #1
scherkus (not reviewing)
dmac: tellin' it like it is :P
10 years, 6 months ago (2010-06-05 01:13:57 UTC) #2
garykac
All references to chromoting namespace fixed along with .h #defines. The situation with zlib is ...
10 years, 6 months ago (2010-06-05 02:13:30 UTC) #3
Sergey Ulanov
On 2010/06/05 02:13:30, garykac wrote: > All references to chromoting namespace fixed along with .h ...
10 years, 6 months ago (2010-06-05 03:01:30 UTC) #4
Sergey Ulanov
Oh, I got it. Other files include zlib as follows: #if defined(USE_SYSTEM_ZLIB) #include <zlib.h> #else ...
10 years, 6 months ago (2010-06-05 03:06:16 UTC) #5
PhistucK
On 2010/06/05 02:13:30, garykac wrote: > All references to chromoting namespace fixed along with .h ...
10 years, 6 months ago (2010-06-05 10:05:58 UTC) #6
PhistucK
On 2010/06/05 10:05:58, PhistucK wrote: > On 2010/06/05 02:13:30, garykac wrote: > > All references ...
10 years, 6 months ago (2010-06-05 10:07:59 UTC) #7
dmac
LGTM
10 years, 6 months ago (2010-06-07 16:16:47 UTC) #8
fbarchard
LGTM
10 years, 6 months ago (2010-06-07 18:23:16 UTC) #9
Do not use (sergeyu)
10 years, 6 months ago (2010-06-07 18:25:06 UTC) #10
LGTM!

Powered by Google App Engine
This is Rietveld 408576698