| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
BUG=258034
Review URL: https://chromiumcodereview.appspot.com/18615004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@211384 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
We don't need to support this incredibly convoluted way of showing
suggestions anymore because we're not using the HTML popup.
BUG=251262
TEST=none
Review URL: https://chromiumcodereview.appspot.com/18978013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@211232 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
BUG=222489
TEST=none
COLLABORATOR=samarth@chromium.org
TBR=estade@chromium.org, jered@chromium.org, jeremycho@chromium.org
Review URL: https://codereview.chromium.org/17504005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@210015 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Use ExecuteJavascriptInWebFrame to submit login form on 'loginWebUiLoaded'
signal for test automation instead of content script injection to get rid
of test flakes.
- Remove test manifest, test_email and test_password params from auth extension;
- Remove no longer used enterprise enrollment test code;
- Dump chromeos/login VLOG for test;
BUG=235983
Review URL: https://chromiumcodereview.appspot.com/18052027
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@209879 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Salsa is a rapid user testing system developed for use by the ChromeOS
touch team to quickly run blind studies on various settings. There are
a lot of subjective decisions to be made about tuning various
parameters, so being able to quickly take a blind poll to see which
people prefer can be very valuable.
Salsa already exists for testing the "X Input" parameters. These are
the settings you can change with the xinput command at a shell on your
Chromebook. However, previously you could only do those. This change
adds a chrome://salsa page to Chrome for ChromeOS only where you can
do a similar experiment but changing the Chrome gesture configurations
and preferences (those that you can change manually at chrome://gesture)
as your experiment instead
The way it works:
1) An experiment is made, which generates a URL for the experiment
that can be emailed out to the participants.
2) Participants will click on the link. The page shows them a form
for ranking their experiences, and an encoded string to use when
running the test. In this case it will be something like:
chrome://salsa/#A_HEX_ENCODED_STRING_FOR_THE_EXPERIMENT
3) The new salsa page parses this string into "treatments" and
applies them one at a time while the user can try them out and see
which they prefer before reporting their results.
BUG=chromium:249762
TEST=manually built Chrome and tested with an experiment string I made.
Review URL: https://chromiumcodereview.appspot.com/17094006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@209588 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
CL for writing to the file that lists the uploaded logs:
https://codereview.chromium.org/17589014/
BUG=254329
Review URL: https://chromiumcodereview.appspot.com/17063004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208910 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Must be landed after:
https://gerrit.chromium.org/gerrit/#/c/59422/
https://gerrit.chromium.org/gerrit/#/c/59427/
BUG=219292
TEST=tested on Linux ChromiumOS and Lumpy
Review URL: https://chromiumcodereview.appspot.com/17437004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208679 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=247359
Review URL: https://chromiumcodereview.appspot.com/16866014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207223 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
This patch removes the flags and the code responsible for the legacy UI which is not supported anymore.
TEST=Files.app should work fine. Also, browser_tests.
BUG=243650
R=hashimoto@chromium.org, hirono@chromium.org, jochen@chromium.org
Review URL: https://codereview.chromium.org/17202005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@206912 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
We were sniffing extension name from an alternate manifest to
drive experimental behaviour. This is apparant to the user and
unnecessary. Now we use the alternate manifest to inject experimental
feature capability into the background page that the extension
can query and use.
Change-Id: I6326d64b97723d0f102269cea02e5c9110e6fe1d
BUG=237052
Review URL: https://chromiumcodereview.appspot.com/15703018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@206363 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
The File manager as a platform app is more stable than the old one, so there is no reason to support it anymore.
TBR=jhawkins@chromium.org
TEST=Test Files.app, browser_tests should pass.
BUG=240606
Review URL: https://chromiumcodereview.appspot.com/16617002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@206344 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
Depends on GRIT change https://codereview.chromium.org/16539002
BUG=232048
Review URL: https://chromiumcodereview.appspot.com/15839007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205557 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Added an about:flag to allow users of the Chrome Office Viewer (Quickoffice)
Beta to enable file editing rather than the vanilla file viewing.
The about:flag leads to an alternate manifest file being loaded which itself
defines the edit capability.
Change-Id: Ic97400e71a2ce78603743ebbcb283b7b34f05b18
BUG=237052
Review URL: https://chromiumcodereview.appspot.com/16255011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205046 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=246673
Review URL: https://chromiumcodereview.appspot.com/16226029
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@204558 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Adding Message handler that reposes to identityIternalsGetTokens sent form the
UI and sends back a list of tokens that are currently in the IdentityAPI cache.
BUG=243143
Review URL: https://chromiumcodereview.appspot.com/15897008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@204385 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=243143
Review URL: https://chromiumcodereview.appspot.com/15806008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@204116 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
> Introduces the default sound for notifications.
>
> Currently no one is using this but will be used soon.
>
> BUG=164248
> R=dewittj@chromium.org, jhawkins@chromium.org
>
> Review URL: https://codereview.chromium.org/15896033
>
> git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203991 0039d316-1c4b-4281-b951-d872f2087c98
TBR=mukai@chromium.org, sreeram@chromium.org
Review URL: https://codereview.chromium.org/16359012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203997 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Currently no one is using this but will be used soon.
BUG=164248
R=dewittj@chromium.org, jhawkins@chromium.org
Review URL: https://codereview.chromium.org/15896033
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203991 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=241383
Review URL: https://chromiumcodereview.appspot.com/15715005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203452 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
This CL removes the Activity Log UI. I will be replacing it with an extension once the chrome.activityLogPrivate API is complete.
The only code changes in this CL are for code deletion.
BUG=241672
Review URL: https://chromiumcodereview.appspot.com/15812004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202959 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
EnterpriseWebStoreName and EnterpriseWebStoreURL were an attempt at
supporting organization-specific app collections. There are now better
ways to do this that don't require invasive Chrome changes, so retire
the two policies.
BUG=chromium:178938,chromium:240648
TEST=Still compiles and passes tests.
TBR=jochen@chromium.org, estade@chromium.org
Review URL: https://chromiumcodereview.appspot.com/14813039
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202579 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Previously, Chrome for TV used plugin list of linux, though it was not right one,
since Android used resource for linux by default.
But, with https://codereview.chromium.org/14834011,
Android and Linux resource was separated cleanly.
As a result, Chrome for TV, based on Android, needs its own plugin list.
BUG=
Review URL: https://chromiumcodereview.appspot.com/15978002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202492 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Relanding because this patch was not responsible for the regression.
> Revert "Identity API: Add component app for auth flow UI"
>
> This reverts change 201736, which causes a working set size regression.
>
> BUG=243575
> TBR=tonyg@chromium.org, miket@chromium.org
>
> Review URL: https://chromiumcodereview.appspot.com/15962012
TBR=courage@chromium.org
Review URL: https://codereview.chromium.org/16062002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202306 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
This reverts change 201736, which causes a working set size regression.
BUG=243575
TBR=tonyg@chromium.org, miket@chromium.org
Review URL: https://chromiumcodereview.appspot.com/15962012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202273 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
All Identity API UI is moving into a webview tag inside a component
app, allowing Chrome Apps to be isolated from the browser.
This change adds a component app that displays a webview based dialog
box, and a private API used to launch the app and load its resources.
BUG=228908
(This is part of step #6 in the description.)
Review URL: https://chromiumcodereview.appspot.com/14768009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@201736 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
grit now supports passing "-t android" to set the target platform to
android, which sets is_android and is_posix, and does *not* set
is_linux (matching the OS_* macros). Use this instead of defining an
"android" macro.
This requires one actual condition change in app_locale_settings as
the Android port was previously depending on is_linux being true for
its definitions of IDS_WEB_FONT_*. The other grd changes are all
trivial substitutions.
BUG=239434
TBR=jamesr@chromium.org, joi@chromium.org, newt@chromium.org, sky@chromium.org
Review URL: https://codereview.chromium.org/14834011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@201310 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
Xiyuan created an app login webUI based on gaia auth extension for identity signin flow in ChromeOS. This CL refactors that code out of ChromeOS package so that Chrome desktop could reuse the code for similar inline signin flows, such as sign in from launcher/wallet.
BUG=
Review URL: https://codereview.chromium.org/15014013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@200256 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Adds new versions of the interstitials according to a controlled experiment. Also adds some new UMA histogram fields for SSL and Safe Browsing.
This folio shows what each of the conditions look like: https://folio.googleplex.com/finch_interstitial/
See bug for detailed description of the experiment.
BUG=224070
TBR=agl@chromium.org, jhawkins@chromium.org, jwd@chromium.org, mattm@chromium.org
Review URL: https://codereview.chromium.org/14752005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198656 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=223789
Review URL: https://chromiumcodereview.appspot.com/14858006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198432 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
other design issues with the dialog as well.
BUG=236999
TEST=manual
Review URL: https://chromiumcodereview.appspot.com/14803003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198405 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
There are two parts of Most Visited tiles we need to iframe for secure
rendering, the thumbnail image or domain element, and the title element.
These are the two sets of HTML/JS/CSS added here.
They share a common set of utilities for reading their config out of URL
parameters passed in as an iframe src.
This is split off from CL 14578005.
It depends on a JS API added in CL 14592003.
BUG=228940
R=arv@chromium.org, jhawkins@chromium.org, palmer@chromium.org, samarth@chromium.org
Review URL: https://codereview.chromium.org/14817002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198347 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
with keyboard:
- more prominent input element border halo
- mapping of left/right arrows to tab/shift+tab
- added special gaia auth manifest to inject needed decoration into sign-in page (TODO: replace with template change on GAIA side)
BUG=235249
TEST=updated KioskOemManifestParserTest.LoadTest
R=sky@chromium.org, xiyuan@chromium.org
Review URL: https://codereview.chromium.org/14113048
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@197749 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This changelist adds a ResourceLoader that registers a bundle of assets
(HTML, CSS, JS) to be loaded on demand and added to the current DOM.
Currently the assets are loaded as soon as the UI is loaded (see the
handler in login_common.js), so it's not exactly lazy-loading. Once
everyone is convinced this works, the loading can be deferred until the
enrollment screen is actually needed.
BUG=232048
Review URL: https://chromiumcodereview.appspot.com/14373012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@197394 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Move gaia auth extension loading from ComponentLoader to a
ScopedGaiaAuthExtension class;
- Use the ScopedGaiaAuthExtension to load gaia auth extension when
it is needed for login screen and app login dialog;
- Use GaiaAuthHost to create an app login webui dialog;
- Wire the dialog in LoginUIService::ShowLoginPopup for kiosk app;
- Fix gaia auth margin/padding so that the input fields are horizontally
centered in the dialog (and no regression on login screen);
BUG=224336
Review URL: https://chromiumcodereview.appspot.com/14328016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@196656 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1) Previously we created and loaded a new iframe for each suggestion.
Suggestion data was served from the renderer by rewriting
chrome-search://suggestion to data: URLs. This turned out not to be
performant and suffered from other issues like showing a load spinner.
Instead, this change creates one set of iframes with the chrome-search
origin and uses a controlling iframe to coordinate updating their DOMs
with new suggestions. To preserve the chrome-search origin for all the
communicating iframes, it no longer rewrites them as data: URLs and
instead serves data from a URLDataSource in the browser.
2) For flicker free rendering, old suggestion iframes must be hidden in
the same JS context as new ones are shown. Since postMessage() is async,
this necessarily means we must render one set of suggestions while
showing another (i.e. double buffer). This change modifies the local
omnibox popup JS to do that.
3) Several styling and rendering issues are resolved, such as hover,
resize and overflow behavior and positioning. I only tested LTR and not
RTL, so this change may not address any LTR issues.
TEST=Open an incognito window and start typing. Click on suggestions,
arrow up/down, hover, and generally try to break things.
BUG=223608
Review URL: https://codereview.chromium.org/13375003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@196184 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
fakebox if Google is the search provider. Prevent the most visited/fakebox animation from triggering when the NTP is revealed.
BUG=230172,225894,231137
COLLABORATOR=samarth@chromium.org
Review URL: https://codereview.chromium.org/13905008
Patch from Jeremy Cho <jeremycho@chromium.org>.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195323 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
Moves local logos images to local omnibox location.
BUG=230172
TEST=None.
R=jeremeycho@chromium.org
Review URL: https://codereview.chromium.org/14168007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194242 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
This patch introduces the switch --file-manager-new-ui which runs Files.app as a platform app and with the new UI.
TEST=Run Chrome with --file-manager-new-ui. Files.app should be borderless.
BUG=226904
Review URL: https://codereview.chromium.org/13707002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192789 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
BUG=223566
TEST=Build a dev build and verify if custom wallpaper picker can be opened
from context menu or settings page.
Review URL: https://chromiumcodereview.appspot.com/12913027
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@191290 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=178775
Review URL: https://chromiumcodereview.appspot.com/12840003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190589 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=179070
TEST=manual
Review URL: https://codereview.chromium.org/12611007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188960 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=154655
TEST=Open the history page and play with it...
Review URL: https://chromiumcodereview.appspot.com/12390024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188507 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- make the box large enough on Linux
- remove the redundant dialog title on Windows
- shrink the dialog title font size
You can check out screenshots on the bug tracker:
http://crbug.com/176920
BUG=176920
Review URL: https://chromiumcodereview.appspot.com/12611015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188169 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
starting activation flow for activated networks.
Change 'view account' button to use the new ui instead of opening the mobile extension directly.
For lte devices, detect when the portal cannot be reached due to no connectivity and display message prompting user to connect to Wi-Fi in that case.
BUG=178272
TEST=
1) click 'view account' button on settings page for an activated LTE network
-> Network portal should appear
2) disconnect all active connections
->a page with message 'Connect to Wi-Fi to login' should appear
3) connect CrOS device to a network
->Network portal should be shown again
4) disable mobile data
->mobilesetup ui closes
TBR=sky@chromium.org (for chrome/browser/browser_resources.grd)
Review URL: https://chromiumcodereview.appspot.com/12374040
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@187239 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Load network configuration extension in all chromeos builds not only internal ones.
- Don't try to load the wallpaper extension in chromium builds.
- Remove "web_accessible_resources" from the network configuration extension.
BUG=145508,147614
Review URL: https://chromiumcodereview.appspot.com/12435011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186690 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is the first step towards better support for about:flags on ChromeOS.
It allows users to specify flags that will be applied only after they log in thus they will not influence the login profile.
No non-owner flags will be applied until chromium-os:39249 is implemented.
BUG=39248
TEST=Open about flags as a non-owner and the flags should be editable but will not have any effect yet.
Review URL: https://chromiumcodereview.appspot.com/12330137
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186447 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=145508
Review URL: https://chromiumcodereview.appspot.com/12328057
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@185498 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Currently the html default resource for this dialog could not be found when the WebUIDataSource requested it. Moving the html resource from includes to structures should make it work. The added DCHECK makes sure to catch the error in a browser_test.
BUG=171370
TEST=Manual,browser_tests
Review URL: https://chromiumcodereview.appspot.com/12334121
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@185240 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
BUG=178710
TEST=Verify kiosk mode login works as expected.
R=rkc@chromium.org
TBR=ben@chromium.org for browser_resources.grd change
Review URL: https://chromiumcodereview.appspot.com/12316161
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@185184 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is a first version without serious layout but which helps us to test the new network stack (ManagedNetworkConfigurationHandler and NetworkConfigurationHandler replacing NetworkLibrary).
Use the following URL to access the extension:
chrome-extension://hiahncppkeponhognffoakpacfndjdhm/status.html
BUG=147614
TBR=jochen@chromium.org (for browser_resources.grd)
TEST=Manually tested the UI in Linux(with chromeos=1) and on a real device with the flag "--enable-new-network-configuration-handlers" once enabled and disabled.
Review URL: https://chromiumcodereview.appspot.com/12208035
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@184950 0039d316-1c4b-4281-b951-d872f2087c98
|