| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
service is starting.
BUG=141281
Review URL: https://chromiumcodereview.appspot.com/10855182
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151754 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=110111
Review URL: https://chromiumcodereview.appspot.com/10829306
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151714 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Group member variables more appropriately.
- Create the input pipeline as member objects rather than separate objects, to remove the need for pointer checks in various places.
TEST=Existing unit-tests. Client plugin continues to work in manual tests.
Review URL: https://chromiumcodereview.appspot.com/10831221
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151680 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
Also moved NameToValue() and ValueToName() from jingle_messages.cc to name_value_map.h . These functions simplify string<->enum mapping.
BUG=137135
Review URL: https://chromiumcodereview.appspot.com/10829324
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151629 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: https://chromiumcodereview.appspot.com/10826227
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151530 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
1280x800 is resolution of chromebook screens. For clients with higher
resolution 1280x800 is still better because of most modern screens
have 16:10 aspect ratio.
Review URL: https://chromiumcodereview.appspot.com/10836226
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151459 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Previously JingleThreadWrapper required a MessageLoop. In NaCl
we don't have MessageLoop for the main plugin thread, but have a task runner.
This CL allows to use JingleThreadWrapper on the main NaCl thread.
BUG=134216
TBR=tommi@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10823224
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151458 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=110111
Review URL: https://chromiumcodereview.appspot.com/10827265
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151350 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
This prevents the Disconnect dialog from becoming hidden by the Windows task bar, or falling off-screen when the display resolution is made smaller.
BUG=129907,129835
Review URL: https://chromiumcodereview.appspot.com/10825251
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151313 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=137676
TBR=jamiewalch,tony
Review URL: https://chromiumcodereview.appspot.com/10825302
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151142 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=118511
Review URL: https://chromiumcodereview.appspot.com/10823244
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151100 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
to WorkerProcessLauncher class. Launches processes are expected to connect back via a Chromium IPC channel (and their identify can be verified at this point). The class also monitors lifetime of the launched process invoking the normal shutdown sequence in case of premature death of the worker process.
BUG=134694
Review URL: https://chromiumcodereview.appspot.com/10828181
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151096 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
Review URL: https://chromiumcodereview.appspot.com/10827263
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150929 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Due to a bug, the Clang-plugin style checker failed to warn about
inline constructors, destructors, non-empty virtual methods, etc.
for nested classes.
The plugin has been fixed, and this patch is part of a clean-up of all
the code that now causes the plugin to issue errors.
BUG=139346
Review URL: https://chromiumcodereview.appspot.com/10855076
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150913 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=137676
TBR=tony, sky
Review URL: https://chromiumcodereview.appspot.com/10837158
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150878 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This implements the basic curtain-mode functionality:
* Switch out the active session on connection (if necessary--it doesn't do this if the session is at the login screen or already switched out)
* Close all connections if the session becomes active again (for example, if someone logs into it at the console).
It doesn't solve the problem of launchd starting a new instance of the server when we switch out. There will be a follow-up CL to address that.
BUG=110111
Review URL: https://chromiumcodereview.appspot.com/10823215
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150746 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Event executors currently are always destroyed on the main thread.
BUG=141512
Review URL: https://chromiumcodereview.appspot.com/10836166
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150741 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
auth.json was previously used to store authentication tokens. Now host config
will be used to store them instead. This script will automatically upgrade
config files on systems that still have auth.json
BUG=120950
Review URL: https://chromiumcodereview.appspot.com/10830225
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150688 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=134694
Review URL: https://chromiumcodereview.appspot.com/10828160
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150508 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
Rolling GYP to r1458 to undo (r1457, r1452, r1450, r1449).
BUG=141132, 137755
TBR=alexeypa@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10828203
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150494 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
ChannelMultiplexer allows multiple logical channels to share a
single underlying transport channel.
BUG=137135
Review URL: https://chromiumcodereview.appspot.com/10830046
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150484 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=140578
Review URL: https://chromiumcodereview.appspot.com/10831184
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150262 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
After the last chrome remote desktop webapp update (version 1.6.1180.51) V1 authenticators should never be used, so it's
safe to remove them now.
BUG=110483
Review URL: https://chromiumcodereview.appspot.com/10830184
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150225 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
supressions for the remaning instances because they depend on hard-to-change public APIs.
BUG=133003
Review URL: https://chromiumcodereview.appspot.com/10824166
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150224 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
This adds definitions in Chrome for the new policies required by Chromoting: HostDomain, HostRequireTwoFactor and HostTalkGadgetPrefix. These policies are read and enforced by the Chromoting host code.
BUG=132345
TEST=None
Review URL: https://chromiumcodereview.appspot.com/10825149
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150153 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
With this change, all branding happens to the props file which is read
by the signing script.
BUG=None
TEST=None
Review URL: https://chromiumcodereview.appspot.com/10825193
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150006 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
cached host information or client device suspend.
BUG=139389
Review URL: https://chromiumcodereview.appspot.com/10825187
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150004 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: https://chromiumcodereview.appspot.com/10843031
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149990 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
With this change, Chromoting will use chromoting-oauth.talkgadget.google.com
to talk to the talkgadget during the auth phase and will use
chromoting-client.talkgadget.google.com when the client is interacting with
the talkgadget.
Host interactions with the talkgadget will be controlled by policy and will be
handled in a separate cl.
BUG=132345
TEST=None
Review URL: https://chromiumcodereview.appspot.com/10837106
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149975 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
makes sure that a freshly installed version of the controller will be launched after upgrade even if there is already running instance cached by RPCSS.
BUG=137755
Review URL: https://chromiumcodereview.appspot.com/10837087
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149866 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
remoting/host/win. Moving scripts to remoting/tools.
Review URL: https://chromiumcodereview.appspot.com/10832124
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149856 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=132864
Review URL: https://chromiumcodereview.appspot.com/10836075
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149675 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This fixes a crash that was introduced in crrev.com/148803. Specifically
when XMPP authentication fails. It may or may not fix the crash in the
linked bug.
BUG=140096
Review URL: https://chromiumcodereview.appspot.com/10850008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149662 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This avoids the need for editing the script, which is impractical when it is
installed from a Debian package.
BUG=131245
Review URL: https://chromiumcodereview.appspot.com/10823109
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149551 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
A follow-up CL will add a more helpful notification of violation of this
policy, in the IT2Me case.
BUG=132684
Review URL: https://chromiumcodereview.appspot.com/10823083
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149539 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=139930
Review URL: https://chromiumcodereview.appspot.com/10850006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149522 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: https://chromiumcodereview.appspot.com/10826109
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149520 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=120950
Review URL: https://chromiumcodereview.appspot.com/10825124
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149504 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=139138
TBR=tony
Review URL: https://chromiumcodereview.appspot.com/10831108
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149465 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
Previously host was opening two separate configs, but that doesn't seem
to be very useful. With that change the host still supports --auth-config
option, but it no longer requires auth config and doesn't try to open
auth.json by default.
Review URL: https://chromiumcodereview.appspot.com/10825121
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149453 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: https://chromiumcodereview.appspot.com/10836017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149441 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
One issue that is being fixed is that previously that class didn't
properly handle the case when write is called from a callback or
the object is destroyed from a callback.
Review URL: https://chromiumcodereview.appspot.com/10836030
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149350 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
process functionality. It will manage the networking process running at lower privileges and maintains the list of virtual terminals.
BUG=134694
Review URL: https://chromiumcodereview.appspot.com/10823062
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149347 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: https://chromiumcodereview.appspot.com/10820059
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149309 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
refactoring.
Review URL: https://chromiumcodereview.appspot.com/10832054
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149298 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is so that the system startup files in /etc/X11/Xsession.d/ are sourced
before running the chosen session.
BUG=139846
Review URL: https://chromiumcodereview.appspot.com/10843011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149288 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
shutdown on a specific thread.
Review URL: https://chromiumcodereview.appspot.com/10796099
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149273 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
A mac_valgrind suppression was added at r148972.
Review URL: https://chromiumcodereview.appspot.com/10825092
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149256 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
the talkgadget name.
BUG=108448
Review URL: https://chromiumcodereview.appspot.com/10837022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149238 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: https://chromiumcodereview.appspot.com/10831089
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149236 0039d316-1c4b-4281-b951-d872f2087c98
|