| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
DriveResourceMetadata::GetEntryInfoByResourceId() was called twice.
BUG=143873
TEST=unit_tests
Review URL: https://chromiumcodereview.appspot.com/10911132
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155404 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
First cut of the long awaited feature. There is no undo but there is a (quite out of style) confirmation dialog.
BUG=129717
Review URL: https://chromiumcodereview.appspot.com/10909095
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155398 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
matches the enterprise domain of the device.
BUG=chromium-os:33879
Review URL: https://chromiumcodereview.appspot.com/10868076
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155390 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
Specifically "ALTERNATE" caused a conflict problem on Windows build.
BUG=146809
Review URL: https://chromiumcodereview.appspot.com/10918101
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155376 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
TEST=none
BUG=none
R=satorux@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10910115
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155347 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
In this CL, the following functions in gdata::util namespace are renamed:
* GetGDataMountPointPath() -> GetDriveMountPointPath()
* GetGDataMountPointPathAsString() -> GetDriveMountPointPathAsString()
* ModifyGDataFileResourceUrl() -> ModifyDriveFileResourceUrl()
* IsUnderGDataMountPoint() -> IsUnderDriveMountPoint()
* ExtractGDataPath() -> ExtractDrivePath()
BUG=137151
TEST=pass all existing tests.
TBR=derat@chromium.org, satorux@chromium.org, aa@chromium.org, estade@chromium.org, ahendrickson@chromium.org, ben@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10905142
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155334 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Add DriveFileSystem::StartInitialFeedFetch() and call it during initialization.
BUG=145436
TEST=Login with an account with many files uploaded to Google Drive, Clean Google Drive cache (disconnect from the network, open Files.app, move to Google Drive directory, hold Ctrl key and press the gear button on the right-top, click 'Clean Local Cache'), restart the device, open Files.app, move to Google Drive directory, see the fetching is in progress (you will see a text "xxxx files loaded").
Review URL: https://chromiumcodereview.appspot.com/10886044
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155316 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
TBR=mechanicalowners@chromium.org
BUG=145584
Review URL: https://chromiumcodereview.appspot.com/10928017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155312 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
from DriveFileSystem.
BUG=137694,145383
TEST=unit tests.
Review URL: https://chromiumcodereview.appspot.com/10911122
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155281 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
These parameters are unnecessary, as callers know these values.
BUG=146900
TEST=unit_tests
Review URL: https://chromiumcodereview.appspot.com/10912133
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155269 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
new picker ui
Saves the full url path so we can support wallpaper sync later.
BUG=
Review URL: https://chromiumcodereview.appspot.com/10916102
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155261 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
http://build.chromium.org/p/chromium/builders/Win%20Aura/builds/21280/steps/ash_unittests/logs/stdio#failure1
[ RUN ] VideoDetectorTest.FullscreenWindow
wm\video_detector_unittest.cc(250): error: Value of:
observer_->num_invocations()
Actual: 0
Expected: 1
wm\video_detector_unittest.cc(251): error: Value of:
observer_->num_fullscreens()
Actual: 0
Expected: 1
[ FAILED ] VideoDetectorTest.FullscreenWindow (138 ms)
This is a re-attempt at http://codereview.chromium.org/10905026/, which ended up
being reverted.
The crash that caused the revert was actually due to powerd not being able to
parse the protobuf correctly. https://gerrit.chromium.org/gerrit/32243/ corrects
this issue, so once that CL lands this CL is good to go. I confirmed the
combination of CLs works correctly.
This is the original CL description:
This adds a boolean to the video update message sent to powerd that indicates
whether or not the video playing window is fullscreen'd. This is information
used in powerd for controlling when to enable/disable keyboard
backlights. Specifically if video is playing and fullscreen we assume that the
user is doing something like watching a movie so will disable backlight.
An additional change that I have made is to convert the message being sent from
an int64 to a protobuffer that contains a int64 and a boolean. Currently, since
the receiver of this message does not live in the same repo it means that
everytime one wants to change the message format there is a small window where
bad builds can be generated or one has to land two changes to the other repo,
one to add handling of the new message format and then a second one to remove
the old format. Converting to a protobuffer means that for common cases this
issues are removed.
This CL depends on CLs for power_manager
(https://gerrit.chromium.org/gerrit/32092/), one for system_api
(https://gerrit.chromium.org/gerrit/31916), and a DEPS
roll(http://codereview.chromium.org/10915032/). There will be future CLs for
power_manager that will use this information and more thourghly tests this code.
BUG=chrome-os-partner:9203
TEST=Run updated unittests.
Confirm there is no messages in the cros logs about this method being
mishandled.
Make sure that powerd is not crashing due to protocol buffer processing
failing.
Review URL: https://chromiumcodereview.appspot.com/10916123
TBR=rharrison@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10928037
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155232 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is a re-attempt at http://codereview.chromium.org/10905026/, which ended up
being reverted.
The crash that caused the revert was actually due to powerd not being able to
parse the protobuf correctly. https://gerrit.chromium.org/gerrit/32243/ corrects
this issue, so once that CL lands this CL is good to go. I confirmed the
combination of CLs works correctly.
This is the original CL description:
This adds a boolean to the video update message sent to powerd that indicates
whether or not the video playing window is fullscreen'd. This is information
used in powerd for controlling when to enable/disable keyboard
backlights. Specifically if video is playing and fullscreen we assume that the
user is doing something like watching a movie so will disable backlight.
An additional change that I have made is to convert the message being sent from
an int64 to a protobuffer that contains a int64 and a boolean. Currently, since
the receiver of this message does not live in the same repo it means that
everytime one wants to change the message format there is a small window where
bad builds can be generated or one has to land two changes to the other repo,
one to add handling of the new message format and then a second one to remove
the old format. Converting to a protobuffer means that for common cases this
issues are removed.
This CL depends on CLs for power_manager
(https://gerrit.chromium.org/gerrit/32092/), one for system_api
(https://gerrit.chromium.org/gerrit/31916), and a DEPS
roll(http://codereview.chromium.org/10915032/). There will be future CLs for
power_manager that will use this information and more thourghly tests this code.
BUG=chrome-os-partner:9203
TEST=Run updated unittests.
Confirm there is no messages in the cros logs about this method being
mishandled.
Make sure that powerd is not crashing due to protocol buffer processing
failing.
Review URL: https://chromiumcodereview.appspot.com/10916123
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155224 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=none
Review URL: https://chromiumcodereview.appspot.com/10928028
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155207 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Add setCustomWallpaper private api function to hook up custom
wallpaper to new Wallpaper picker
BUG=145517
Review URL: https://chromiumcodereview.appspot.com/10890038
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155206 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
an VPN icon.
BUG=143279
Review URL: https://chromiumcodereview.appspot.com/10914110
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155197 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Initialize guard variable that prevents multiple LOGIN_WEBUI_VISIBLE notifications
* Add debug logging for login WebUI initialization
BUG=chromium-os:34129
TEST=manual, various boot scenarios on lumpy/alex
Review URL: https://chromiumcodereview.appspot.com/10919125
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155196 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
In this CL,
* gdata_sync_client.{h,cc} and gdata_sync_client_unittest.cc have been renamed
to drive_sync_client*
* GDataSyncClient has been renamed to DriveSyncClient.
BUG=137151
TEST=pass all existing tests.
TBR=ben@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10913108
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155187 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* DriveResourceMetadata::MoveEntryToDirectory now takes a FilePath instead of a DriveEntry*.
* DriveResourceMetadata has a new public method RenameEntry, which does what DriveFileSystem::RenameEntryLocally used to do. RenameEntryLocally now simply calls DriveResourceMetadata::RenameEntry.
* DriveFileSystem's MoveEntryToRootDirectoryLocally and OnMoveEntryFromRootDirectoryCompletely are eliminated in favor of one method MoveEntryToDirectory. Both these methods did very similar things.
* DriveResourceMetadataTest introduced because MoveEntryToDirectory can no longer be used. This class is a friend of DriveDirectory, and we directly use AddEntry instead. This also eliminates a bunch of repetitive initialization code. All TEST are now TEST_F.
* DBTest has been rewritten a bit. Get rid of VerifyDirectoryService. We only check for children of drive/dir3 to ensure that the filesystem has been properly initialized from the database.
* DriveResourceMetadata::InitFromDB's callback may not be null.
BUG=142048
TEST=unit tests.
Review URL: https://chromiumcodereview.appspot.com/10914059
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155159 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
In this CL,
* GDataUploader has been renamed to DriveUploader.
* GDataUploaderInterface has been renamed to DriveUploaderInterface.
* gdata_upload_file_info.{h,cc} have been renamed to drive_upload_file_info.{h,cc}
* gdata_uploader.{h,cc} have been renamed to drive_uploader.{h,cc}
* mock_gdata_uploader.{h,cc} have been renamed to mock_drive_uploader.{h,cc}
* |gdata_path| in UploadFileInfo has been renamed to |drive_path|
BUG=137151
TEST=pass all existing tests.
TBR=ben@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10919093
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155135 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
Remove ProfileKeyedBaseFactory::ForceRegisterPrefsForTest()
Review URL: https://chromiumcodereview.appspot.com/10908088
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155073 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
manager)
This CL does the following:
1. rename fetchWallpaper to OnWallpaperDecoded
2. rename getCustomWallpaperFromCache to getCustomWallpaperFromCache
3. removed CacheWallpaper function
4. Plumb update_wallpaper argument to control if we want to set loaded wallpaper as current wallpaper
BUG=145998
Review URL: https://chromiumcodereview.appspot.com/10908036
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155025 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add OnOperationReadinessChanged() to initiate operation on startup
Remove unused OperationRunner::OnOAuth2RefreshTokenChanged()
Add DriveServiceInterface::CanStartOperation(). Even if it is an alias of HasRefreshToken(), it's added since user code should not care about detail of OAuth tokens.
BUG=145903
TEST=unit_tests --gtest_filter="GData*"
Review URL: https://chromiumcodereview.appspot.com/10909074
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155015 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=143279
Review URL: https://chromiumcodereview.appspot.com/10908100
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155008 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
methods doesn't rely on PluginGroup class instead use PluginList's method versions that directly use WebPluginInfo.
CL in the series to delete PluginGroup and move hardcoded plugin group definitions to metadata files.
BUG=124396
Review URL: https://chromiumcodereview.appspot.com/10872034
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154995 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
This relands "use new wallpaper picker by default".
https://chromiumcodereview.appspot.com/10887015
TBR=ivankr, mihaip, cpu, darin
BUG=None
Review URL: https://chromiumcodereview.appspot.com/10913084
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154988 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
moving GData stuffs.
Current gdata_util mixes high and low level functions.
After splitting
- gdata_util contains convenient functions. We plan to use this in Cloud-backed File API.
- gdata_file_system_util contains low level functions.
BUG=127855
TEST=pass all existing tests
TBR=derat@chromium.org, satorux@chromium.org, ben@chromium.org, aa@chromium.org, estade@chromium.org, ahendrickson@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10916086
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154966 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=145400
TEST=None
Review URL: https://chromiumcodereview.appspot.com/10919051
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154961 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Breaks cros_x86, cros_amd64 buildbots:
http://build.chromium.org/p/chromium.chromiumos/builders/ChromiumOS%20%28x86%29/builds/8115
This adds a boolean to the video update message sent to powerd that indicates whether or not the video playing window is fullscreen'd. This is information used in powerd for controlling when to enable/disable keyboard backlights. Specifically if video is playing and fullscreen we assume that the user is doing something like watching a movie so will disable backlight.
An additional change that I have made is to convert the message being sent from an int64 to a protobuffer that contains a int64 and a boolean. Currently, since the receiver of this message does not live in the same repo it means that every time one wants to change the message format there is a small window where bad builds can be generated or one has to land two changes to the other repo, one to add handling of the new message format and then a second one to remove the old format. Converting to a protobuffer means that for common cases this issues are removed.
This CL depends on CLs for power_manager (https://gerrit.chromium.org/gerrit/32092/), one for system_api (https://gerrit.chromium.org/gerrit/31916), and a DEPS roll(http://codereview.chromium.org/10915032/). There will be future CLs for power_manager that will use this information and test this code.
BUG=chrome-os-partner:9203
TEST=Run updated unittests.
Confirm there is no messages in the cros logs about this method being mishandled.
Review URL: https://chromiumcodereview.appspot.com/10905026
TBR=rharrison@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10915089
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154952 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
In this CL,
* gdata_protocol_handler.{h,cc} have been renamed to drive_protocol_handler.{h,cc}.
* GDataProtocolHandler has been renamed to DriveProtocolHandler.
* GDataURLRequestJob has been renamed to GDataURLRequestJob.
BUG=137151
TEST=pass all existing tests.
TBR=ben@chromium.org, willchan@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10905089
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154929 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
In this CL,
* gdata_download_observer.{h.cc} have been renamed to drive_download_observer.{h,cc}
* GDataDownloadObserver has been renamed to DriveDownloadObserver
GDataPathKey is intentionally unchanged since it will break
existing data.
BUG=137151
TEST=pass all existing tests.
TBR=ahendrickson@chromium.org, ben@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10915082
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154920 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
For making analysis of OAuth1 token failure easier, add some warning
messages when it fails to store OAuth1 token/secret.
BUG=129348
TEST=none
TBR=davemoore@chromium.org
Remove redundant initialization of filesystem
Review URL: https://chromiumcodereview.appspot.com/10897023
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154906 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This adds a boolean to the video update message sent to powerd that indicates whether or not the video playing window is fullscreen'd. This is information used in powerd for controlling when to enable/disable keyboard backlights. Specifically if video is playing and fullscreen we assume that the user is doing something like watching a movie so will disable backlight.
An additional change that I have made is to convert the message being sent from an int64 to a protobuffer that contains a int64 and a boolean. Currently, since the receiver of this message does not live in the same repo it means that every time one wants to change the message format there is a small window where bad builds can be generated or one has to land two changes to the other repo, one to add handling of the new message format and then a second one to remove the old format. Converting to a protobuffer means that for common cases this issues are removed.
This CL depends on CLs for power_manager (https://gerrit.chromium.org/gerrit/32092/), one for system_api (https://gerrit.chromium.org/gerrit/31916), and a DEPS roll(http://codereview.chromium.org/10915032/). There will be future CLs for power_manager that will use this information and test this code.
BUG=chrome-os-partner:9203
TEST=Run updated unittests.
Confirm there is no messages in the cros logs about this method being mishandled.
Review URL: https://chromiumcodereview.appspot.com/10905026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154905 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
helper function in FileSystemURL. Previous callers should use FileSystemURL constructor instead.
BUG=144088
Review URL: https://chromiumcodereview.appspot.com/10916049
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154903 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This adds an extra step of validation for LinearHistogram data (also known as enum data)
coming from an external data source: if a histogram already exists for the specified name
but the range of the new data does not match the existing histogram, then discard the
new data to prevent crashing chrome.
BUG=143714
Review URL: https://chromiumcodereview.appspot.com/10917080
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154887 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
authentication
Add GDATA_NOT_READY error code.
To report the situation clearly, return GDATA_NOT_READY from gdata::AuthService::StartAuthentication when its refresh token is not ready.
BUG=145903
TEST=unit_test --gtest_filter="Drive*"
Review URL: https://chromiumcodereview.appspot.com/10911026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154871 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Broke Linux and CrOS compile
Enables new wallpaper picker by default.
BUG=None
Review URL: https://chromiumcodereview.appspot.com/10887015
TBR=bshe@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10914084
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154848 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
Enables new wallpaper picker by default.
BUG=None
Review URL: https://chromiumcodereview.appspot.com/10887015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154847 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is causing the idle logout window to now appear on the side of the screen when the apps list is up.
Original review URL: https://chromiumcodereview.appspot.com/10031050
BUG=144331
TEST=Idle logout dialog shows up in the middle of the screen whether the apps list is up or not.
TBR=rkc@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10919083
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154820 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=none
TBR=jam@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10917075
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154817 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=None
Review URL: https://chromiumcodereview.appspot.com/10926002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154812 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is hack for Korean IME which required to commit preedit when it is disabled or switched to other IME.
The root of the problem is that, in ChromeOS, if the next engine is xkb layout, SetGlobalEngine is not called.
Due to this logic, ibus-daemon can't know the ime switching.
As the result, IBusPreeditFocusMode does not work.
BUG=chrome-os-partner:12798
TEST=Manually done on lumpy
Review URL: https://chromiumcodereview.appspot.com/10917061
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154802 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=None
TEST=unit_tests --gtest_filter="Drive*"
Review URL: https://chromiumcodereview.appspot.com/10914030
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154717 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=chromium-os:11263
TEST=Manually set the policies in CPanel and observe that no sound is produced/recored on the device.
TBR=nirnimesh@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10873085
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154692 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=139524
Review URL: https://chromiumcodereview.appspot.com/10893026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154684 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=143872
TEST=See bug.
Review URL: https://chromiumcodereview.appspot.com/10908032
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154683 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=137516
Review URL: https://chromiumcodereview.appspot.com/10870036
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154671 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
TBR=sky@chromium.org
BUG=141753
Review URL: https://chromiumcodereview.appspot.com/10911027
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154669 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
DevicePolicyCache and DeviceSettingsProvider now go through
DeviceSettingsService, which provides a unified and simpler API to
Chrome OS device settings.
BUG=chromium:139126
TEST=Unit tests, everything related to enterprise enrollment and device settings still works.
TBR=ben@chromium.org
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=154457
Review URL: https://chromiumcodereview.appspot.com/10832035
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154625 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
Switch to Dual Display in Login screen.
BUG=145844,145158
Review URL: https://chromiumcodereview.appspot.com/10899024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154499 0039d316-1c4b-4281-b951-d872f2087c98
|