| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Expose kServiceInitializationStartupDelay in ChromeBrowserPolicyConnector.
Extract DeviceManagementServiceConfiguration to its own files.
Add a command line flag to override the consumer DM server address for
testing.
Fix a comment in policy_switches as it no longer applies.
BUG=353050
TEST=manual
Review URL: https://codereview.chromium.org/240903002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266449 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Add const, static and/or private in some places.
* Integrate ProcessCustomWallpaper() into SetCustomWallpaper() to avoid PostTask() and deep copy of wallpaper in case it is not persistent.
* Replace UserImage by gfx::ImageSkia in some places to simplify code and to avoid useless temporary objects.
* Remove unused DAILY User::WallpaperType.
* Remove unused GetOriginalWallpaperPathForUser().
* Replace SetLastSelectedUser() by direct member access.
* Add initialization of WallpaperInfo.date that was missing in one case.
* Rename all ImageSkia method parameters to "image" and all UserImage method parameters to "user_image" for consistency.
* Rename ResizeWallpaper() to ResizeImage().
* Improve some comments.
BUG=none
Review URL: https://codereview.chromium.org/221873005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266026 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Unused by telemetry
BUG=350259
TEST=manual
Review URL: https://codereview.chromium.org/243523005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@265728 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Gallery app.
Currently the gallery app is integrated to Files.app.
This is the first patch to separate the gallery from Files.app.
BUG=358698
TEST=None
R=miket@chromium.org, mkosiba@chromium.org, mtomasz@chromium.org
TBR=sky@chromium.org
Review URL: https://codereview.chromium.org/235653003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@265145 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add a security section and a consumer management enroll button in the settings
page and make it hidden behind the command line switch.
Rename the original security section in the settings page to "certificates", as
that is what it is.
BUG=353050
TEST=manual
Review URL: https://codereview.chromium.org/234583003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@264480 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is for hiding MTP support in Chrome OS file manager app for
normal use until the feature becomes mature.
Caution: At this moment, no code for MTP support is landed to
Chromium. Flipping the flag has no effect yet.
BUG=363899
Review URL: https://codereview.chromium.org/240083002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@264221 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Also purge skip-hwid-check from chrome.
* Remove some unnecessary debugging cruft.
BUG=350259
TEST=manual
Review URL: https://codereview.chromium.org/217023006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263735 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=361084
Review URL: https://codereview.chromium.org/225413022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@262674 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Authentication on Chrome OS must be done over an encrypted connection. Any
unencrypted accesses during authentication flow should be blocked and
should trigger an error message. The existing implementation used CSP,
which correctly blocked all http content but sometimes failed to trigger
an error message (e.g. when the redirect happened via an HTTP meta
refresh).
This CL makes the following changes:
* Use the WebRequest API instead of CSP to block unencrypted content.
* Explicitly issue blocks and trigger error messages from within one
method, instead of CSP implicitly issuing blocks and other code trying
to detect them later.
* Remove the --gaia-auth-extension-manifest switch, which is no longer
needed for testing.
* Add a regression test.
BUG=359515
TEST=New browser test
Review URL: https://codereview.chromium.org/225093018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@262645 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
R=nkostylev@chromium.org
TBR=stevenjb@chromium.org
as owner of chromeos/cryptohome/*
BUG=282464, 244472
Review URL: https://codereview.chromium.org/224343003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@261792 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
[ Reason for revert: seems to have caused browsertest failures:
http://build.chromium.org/p/chromium.chromiumos/builders/Linux%20ChromiumOS%20Tests%20%282%29/builds/22838 ]
> Enable supervised users password sync/import on ChromeOS
>
> TBR=nkostylev@chromium.org
>
> BUG=282464, 244472
>
> Review URL: https://codereview.chromium.org/224343003
TBR=antrim@chromium.org
Review URL: https://codereview.chromium.org/224723003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@261593 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
TBR=nkostylev@chromium.org
BUG=282464, 244472
Review URL: https://codereview.chromium.org/224343003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@261551 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(https://codereview.chromium.org/212833004/)
Reason for revert:
Removing flag for M36.
Original issue's description:
> Rollback option for device reset put behind the flag.
>
> BUG=356728
>
> Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=259841
TBR=nkostylev@chromium.org
NOTREECHECKS=true
NOTRY=true
BUG=356728
Review URL: https://codereview.chromium.org/220863002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260824 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
This CL adds a basic demo mode browser test that verifies that a machine with 0 derelict timeouts correctly brings up the demo app.
This CL also fixes a bunch of style issues pointed out in
R=bartfab@chromium.org, xiyuan@chromium.org
BUG=343574,355134
Review URL: https://codereview.chromium.org/205713002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260255 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=356728
Review URL: https://codereview.chromium.org/212833004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@259841 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=349033
TEST=browser_tests:UpdateScreen*
Review URL: https://codereview.chromium.org/212303003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@259598 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is still pending the actual check that is needed to decide if
filtering should occur or not.
BUG=352614
TEST=unit_tests
Review URL: https://codereview.chromium.org/209473008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@259280 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
TBR=sky
Review URL: https://codereview.chromium.org/207173002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@258535 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Replace the generic --enable-stub-interactive with a power manager
specific --power-stub flag.
This was separated out of an earlier CL that became network specific.
Original CL: https://codereview.chromium.org/189623002
Added paranoia checks (all trybot tests have passed)
BUG=350170
TBR=derat@chromium.org, jennyz@chromium.org
Review URL: https://codereview.chromium.org/199283003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@258030 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
--app-window-size has been used sometime ago for specifying app size for GettingStartedGuide on CrOS.
BUG=352129
Review URL: https://codereview.chromium.org/199293002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@257970 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=352344
TEST=browser_tests
R=nkostylev@chromium.org
Review URL: https://codereview.chromium.org/199683002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@257162 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This extends AutoEnrollmentClient to be able to retrieve server-backed
device state from the cloud during OOBE. This will allow the device to
restore enrollment state after recovery.
BUG=chromium:351663
TEST=Existing unit tests.
R=joaodasilva@chromium.org
Review URL: https://codereview.chromium.org/197043002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@257115 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=327824
TEST=Chrome compiles and loads with all flag combinations, sandbox is enabled.
Review URL: https://codereview.chromium.org/191313005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@256276 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Broke all tests on CrOS:
http://build.chromium.org/p/chromium.chromiumos/buildstatus?builder=Linux%20ChromiumOS%20Tests%20%282%29&number=22204
> Change flag for PowerManagerClient
>
> Replace the generic --enable-stub-interactive with a power manager
> specific --power-stub flag.
>
> This was separated out of an earlier CL that became network specific.
>
> BUG=350170
> R=derat@chromium.org, jennyz@chromium.org
>
> Review URL: https://codereview.chromium.org/189623002
TBR=stevenjb@chromium.org
Review URL: https://codereview.chromium.org/193993003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@256096 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Replace the generic --enable-stub-interactive with a power manager
specific --power-stub flag.
This was separated out of an earlier CL that became network specific.
BUG=350170
R=derat@chromium.org, jennyz@chromium.org
Review URL: https://codereview.chromium.org/189623002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@256085 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=350446
TEST=none
TBR=sky
Review URL: https://codereview.chromium.org/191233002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@255770 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
This code is stable for a while now, there's no longer any reason to
be able to quickly turn the feature off.
BUG=chromium:350298
Review URL: https://codereview.chromium.org/189163006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@255751 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=350323
Review URL: https://codereview.chromium.org/190473002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@255675 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(https://codereview.chromium.org/189313002/)
Reason for revert:
Looks like this broke Linux ChromiumOS Tests (2):
http://build.chromium.org/p/chromium.chromiumos/builders/Linux%20ChromiumOS%20Tests%20%282%29/builds/22114
Original issue's description:
> Implement '--gpu-sandbox-failures-nonfatal' flag.
>
> Also, move the flag to content:: instead of chromeos::.
>
> BUG=327824
> TEST=Chrome compiles, loads with and without the flag.
>
> Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=255564
TBR=jln@chromium.org,piman@chromium.org,jorgelo@chromium.org
NOTREECHECKS=true
NOTRY=true
BUG=327824
Review URL: https://codereview.chromium.org/189093008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@255578 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Also, move the flag to content:: instead of chromeos::.
BUG=327824
TEST=Chrome compiles, loads with and without the flag.
Review URL: https://codereview.chromium.org/189313002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@255564 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This replaces the following flags:
--default-stub-network-state-idle
--enable-stub-interactive (for Shill only)
--enable-stub-portalled-wifi
--enabled-stub-network-types
With:
--shill-stub={options}
Specific option values are commented in the code.
BUG=345033
R=pneubeck@chromium.org
Review URL: https://codereview.chromium.org/181413006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@255422 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
This CL changes the demo mode derelict detection to now take the total time on OOBE instead of idle time on OOBE. This is a much more accurate representation of a derelict state than idle time since a machine can be not idle for 8 hours at a stretch and still be effectively derelict if it is still sitting at OOBE after 8 hours.
R=xiyuan@chromium.org
BUG=345436
TEST=Use the --oobe-timer-interval flag to test the new functionality and verify it works correctly.
Review URL: https://codereview.chromium.org/184033002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@254267 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
The JavaScript code related with the flag has already removed.
BUG=344743
TEST=none
Review URL: https://codereview.chromium.org/177363002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252947 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=240237
TEST=unit_tests:NetworkPortalDetectorNotification*
Review URL: https://codereview.chromium.org/171423005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252547 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
R=dpolukhin@chromium.org
BUG=343727
Review URL: https://codereview.chromium.org/168853003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252412 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
of Files.app."
This reverts commit 83d48169567cbfa36842d05fbc6036d462994dfe.
Conflicts:
chromeos/chromeos_switches.h
Previous CL: crrev.com/140913008
BUG=344743
Review URL: https://codereview.chromium.org/170293006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252318 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=337910
R=nona@chromium.org, komatsu@chromium.org, oshima@chromium.org, stevenjb@chromium.org
TEST=compile succeeds
Review URL: https://codereview.chromium.org/167793002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252229 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is a part of the flag clean up effort.
Since --disable-drive flag is now a user configurable (by chrome:settings)
preference, we don't need a flag.
BUG=344738
TBR=mnissler@chromium.org
Review URL: https://codereview.chromium.org/171843003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252004 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
> cros: Enable multiprofile for everyone.
>
> BUG=338941
> R=dpolukhin@chromium.org, nkostylev@chromium.org
R=dpolukhin@chromium.org, nkostylev@chromium.org
Review URL: https://codereview.chromium.org/146193005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251522 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
> cros: Enable multiprofile for everyone.
>
> BUG=338941
> R=dpolukhin@chromium.org, nkostylev@chromium.org
>
> Review URL: https://codereview.chromium.org/146193005
TBR=xiyuan@chromium.org
Review URL: https://codereview.chromium.org/167173002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251357 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=338941
R=dpolukhin@chromium.org, nkostylev@chromium.org
Review URL: https://codereview.chromium.org/146193005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251352 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add a custom user pod icon for such apps.
Enable this UI by default.
Provide --disable-new-kiosk-ui flag which reverts back to the original UI (menu).
BUG=334304,341884
R=xiyuan@chromium.org
TBR=oshima
Review URL: https://codereview.chromium.org/158833003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251315 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
If a machine has been idle for 8 hours+, we should start showing a demo app everytime the machine is idle for 5 minutes.
This CL depends on https://chrome-internal-review.googlesource.com/#/c/154276/
R=xiyuan@chromium.org, zelidrag@chromium.org
BUG=336585
TEST=Use the derelict-* flags to test demo mode app launching.
Review URL: https://codereview.chromium.org/156493004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@250666 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=225886, 313067
TEST=browser_tests:VolumeControllerSoundsTest.*
Review URL: https://codereview.chromium.org/148963008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@250472 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This CL sets a CSP for the GAIA auth extension that ensures the entire
login flow, including redirects to SAML IdPs, uses https.
The FakeGaia and FakeSamlIdp classes used in SAML tests use the embedded
test server, which speaks http only. The CL therefore adds a test server
written in Python that speaks https and acts as a wrapper by forwarding
calls to the embedded test server over http.
TBR=asargent@chromium.org (for gaia_auth_extension_loader.cc)
BUG=337437
TEST=Full browser test coverage
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=250114
Review URL: https://codereview.chromium.org/150483002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@250230 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
http://build.chromium.org/p/chromium.chromiumos/builders/Linux%20ChromiumOS%20Tests%20%282%29/builds/21471
[2608:2608:0210/090242:993623055:INFO:signin_screen_handler.cc(1448)] Login WebUI >> active: 0, source: gaia-signin
BrowserTestBase signal handler received SIGTERM. Backtrace:
[0x7f74d018658e] base::debug::StackTrace::StackTrace()
[0x0000029b7c3b] content::(anonymous namespace)::DumpStackTraceSignalHandler()
[0x7f74c7a9c4a0] <unknown>
[0x7f74c7b4ea43] __poll
[0x7f74c77b7ff6] <unknown>
[0x7f74c77b8124] g_main_context_iteration
[0x7f74d016b0ff] base::MessagePumpGlib::RunWithDispatcher()
[0x7f74d01c6ef0] base::MessageLoop::RunHandler()
[0x7f74d01f2678] base::RunLoop::Run()
[0x0000029f45cc] content::RunThisRunLoop()
[0x0000029f4dfe] content::WindowedNotificationObserver::Wait()
[0x000000722301] chromeos::OAuth2Test_PRE_PRE_PRE_MergeSession_Test::RunTestOnMainThread()
[0x0000019c9a2a] InProcessBrowserTest::RunTestOnMainThreadLoop()
[0x000002b60fb2] ChromeBrowserMainParts::PreMainMessageLoopRunImpl()
[0x000002b61f33] ChromeBrowserMainParts::PreMainMessageLoopRun()
[0x0000025b4414] chromeos::ChromeBrowserMainPartsChromeos::PreMainMessageLoopRun()
[0x7f74cae68484] content::BrowserMainLoop::PreMainMessageLoopRun()
[0x7f74cb16c540] content::StartupTaskRunner::RunAllTasksNow()
[0x7f74cae6e3c6] content::BrowserMainLoop::CreateStartupTasks()
[0x7f74cae70930] content::BrowserMainRunnerImpl::Initialize()
[0x7f74cae67434] content::BrowserMain()
[0x0000029b82f1] content::BrowserTestBase::SetUp()
[0x0000019c8eac] InProcessBrowserTest::SetUp()
[0x0000007244f7] chromeos::OobeBaseTest::SetUp()
[0x000001a9316a] testing::Test::Run()
[0x000001a932aa] testing::TestInfo::Run()
[0x000001a933ef] testing::TestCase::Run()
[0x000001a9367f] testing::internal::UnitTestImpl::RunAllTests()
[0x000001a8d603] testing::UnitTest::Run()
[0x0000019e38ae] base::TestSuite::Run()
[0x0000019c76f5] (anonymous namespace)::ChromeTestLauncherDelegate::RunTestSuite()
[0x0000029ef267] content::LaunchTests()
[0x0000019c7798] LaunchChromeTests()
[0x7f74c7a8776d] __libc_start_main
[0x00000053eca9] <unknown>
> Ensure that SAML IdPs use https on Chrome OS
>
> This CL sets a CSP for the GAIA auth extension that ensures the entire
> login flow, including redirects to SAML IdPs, uses https.
>
> The FakeGaia and FakeSamlIdp classes used in SAML tests use the embedded
> test server, which speaks http only. The CL therefore adds a test server
> written in Python that speaks https and acts as a wrapper by forwarding
> calls to the embedded test server over http.
>
> TBR=asargent@chromium.org (for gaia_auth_extension_loader.cc)
>
> BUG=337437
> TEST=Full browser test coverage
>
> Review URL: https://codereview.chromium.org/150483002
TBR=bartfab@chromium.org
Review URL: https://codereview.chromium.org/135123016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@250134 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This CL sets a CSP for the GAIA auth extension that ensures the entire
login flow, including redirects to SAML IdPs, uses https.
The FakeGaia and FakeSamlIdp classes used in SAML tests use the embedded
test server, which speaks http only. The CL therefore adds a test server
written in Python that speaks https and acts as a wrapper by forwarding
calls to the embedded test server over http.
TBR=asargent@chromium.org (for gaia_auth_extension_loader.cc)
BUG=337437
TEST=Full browser test coverage
Review URL: https://codereview.chromium.org/150483002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@250114 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
The webstore integration with Files.app has been launched successfully, so we don't need the flag to flop anymore.
BUG=341320
TEST=none
Review URL: https://codereview.chromium.org/151913008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@249646 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=307300
Review URL: https://codereview.chromium.org/145703004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@247897 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
Implements the new audio player of Files.app. See the issue for detail. Although it has still room to implement and improve, but basically it works.
BUG=273308
TEST=manually tested
R=dgozman@chromium.org, mtomasz@chromium.org
Review URL: https://codereview.chromium.org/144883002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@247833 0039d316-1c4b-4281-b951-d872f2087c98
|