summaryrefslogtreecommitdiffstats
path: root/chromeos
Commit message (Collapse)AuthorAgeFilesLines
* Automated Commit: Committing new LKGM version 7573.0.0 for chromeos.chromeos-commit-bot2015-10-231-1/+1
| | | | Cr-Commit-Position: refs/heads/master@{#355744}
* This CL replaces chromeos::login::k*UserName constants with AccountId.alemate2015-10-233-10/+9
| | | | | | | | | | | | | | This CL replaces most of use of kSignInUser, kStubUser, kGuestUserName with matching AccountIds. This is part of transition to AccountId. BUG=468875 TEST=manual Review URL: https://codereview.chromium.org/1415343002 Cr-Commit-Position: refs/heads/master@{#355703}
* Automated Commit: Committing new LKGM version 7570.0.0 for chromeos.chromeos-commit-bot2015-10-221-1/+1
| | | | Cr-Commit-Position: refs/heads/master@{#355504}
* Cros: Fix misleading warnings about machine id.tnagel2015-10-224-48/+36
| | | | | | | | | | | | | | | | Drop "requested statistic not found" warnings when probing for the existance of a statistic or a flag using HasMachine*(). To that end, allow GetMachine{Statistic,Flag}() to be called with nullptr |result| to achieve HasMachine{Statistic,Flag}() semantics and in that case suppress the logging of warnings about non-existant keys. BUG=545909 Review URL: https://codereview.chromium.org/1408133005 Cr-Commit-Position: refs/heads/master@{#355502}
* Automated Commit: Committing new LKGM version 7566.0.0 for chromeos.chromeos-commit-bot2015-10-211-1/+1
| | | | Cr-Commit-Position: refs/heads/master@{#355249}
* This CL replaces constants in user_names.h with AccountId objects.alemate2015-10-205-8/+82
| | | | | | | | | | | This is part of transition to AccountId. BUG=468875 TEST=manual Review URL: https://codereview.chromium.org/1406023004 Cr-Commit-Position: refs/heads/master@{#355134}
* Automated Commit: Committing new LKGM version 7564.0.0 for chromeos.chromeos-commit-bot2015-10-201-1/+1
| | | | Cr-Commit-Position: refs/heads/master@{#354998}
* Fix memory leak in onc_validator.ccolli.raula2015-10-201-7/+6
| | | | | | | | | | | Fix memory leak in onc_validator.cc::ReadDictionary by using scoped_ptr. BUG=543015 Review URL: https://codereview.chromium.org/1410733002 Cr-Commit-Position: refs/heads/master@{#354992}
* Automated Commit: Committing new LKGM version 7556.0.0 for chromeos.chromeos-commit-bot2015-10-181-1/+1
| | | | Cr-Commit-Position: refs/heads/master@{#354701}
* Automated Commit: Committing new LKGM version 7552.0.0 for chromeos.chromeos-commit-bot2015-10-171-1/+1
| | | | Cr-Commit-Position: refs/heads/master@{#354677}
* ChromeOS should have UTC timezone option.alemate2015-10-172-0/+11
| | | | | | | | | BUG=463221 TEST=manual Review URL: https://codereview.chromium.org/1237023002 Cr-Commit-Position: refs/heads/master@{#354651}
* Make FakePowerManagerClient::policy() return a const ref.derat2015-10-161-1/+1
| | | | | | | | | | | It looks like I accidentally made this accessor return a non-const reference long ago. BUG=none Review URL: https://codereview.chromium.org/1412743002 Cr-Commit-Position: refs/heads/master@{#354566}
* Make ValueDeserializer::Deserialize return scoped_ptrolli.raula2015-10-166-17/+22
| | | | | | | | | | | | Make ValueDeserializer::Deserialize return scoped_ptr as almost all consumers already use scoped_ptr and it is also better way to do it. TBR=jam@chromium.org Review URL: https://codereview.chromium.org/1394993004 Cr-Commit-Position: refs/heads/master@{#354458}
* Automated Commit: Committing new LKGM version 7546.0.0 for chromeos.chromeos-commit-bot2015-10-151-1/+1
| | | | Cr-Commit-Position: refs/heads/master@{#354232}
* Add ChromeOS dbus client for the arc bridge servicedenniskempin2015-10-149-0/+218
| | | | | | | | | | | The service currently only provides a ping method, but will have more methods added in the near future. BUG=b:24308453 Review URL: https://codereview.chromium.org/1403943003 Cr-Commit-Position: refs/heads/master@{#354108}
* Automated Commit: Committing new LKGM version 7544.0.0 for chromeos.chromeos-commit-bot2015-10-141-1/+1
| | | | Cr-Commit-Position: refs/heads/master@{#353972}
* Automated Commit: Committing new LKGM version 7541.0.0 for chromeos.chromeos-commit-bot2015-10-131-1/+1
| | | | Cr-Commit-Position: refs/heads/master@{#353697}
* Don't use base::MessageLoop::{Quit,QuitClosure} in ash/, chromeos/, device/ki.stfu2015-10-124-16/+18
| | | | | | | | | | | | | This patch renames base::MessageLoop::{Quit,QuitClosure} to base::MessageLoop::{QuitWhenIdle,QuitWhenIdleClosure}. BUG=131220 TEST= R=oshima@chromium.org,stevenjb@chromium.org,reillyg@chromium.org Review URL: https://codereview.chromium.org/1396083003 Cr-Commit-Position: refs/heads/master@{#353548}
* Automated Commit: Committing new LKGM version 7534.0.0 for chromeos.chromeos-commit-bot2015-10-101-1/+1
| | | | Cr-Commit-Position: refs/heads/master@{#353462}
* ONC: Remove Delete-Certificate functionality.pneubeck2015-10-094-100/+14
| | | | | | | | BUG=538136 Review URL: https://codereview.chromium.org/1371253005 Cr-Commit-Position: refs/heads/master@{#353278}
* Automated Commit: Committing new LKGM version 7530.0.0 for chromeos.chromeos-commit-bot2015-10-091-1/+1
| | | | Cr-Commit-Position: refs/heads/master@{#353240}
* Removing pneubeck@ from OWNERS.pneubeck2015-10-072-2/+3
| | | | | | | | Also adding some other overdue owners. Review URL: https://codereview.chromium.org/1384443003 Cr-Commit-Position: refs/heads/master@{#352825}
* Automated Commit: Committing new LKGM version 7526.0.0 for chromeos.chromeos-commit-bot2015-10-071-1/+1
| | | | Cr-Commit-Position: refs/heads/master@{#352790}
* Revert "Refactor DBusThreadManager to split away BT clients."rkc2015-10-0681-0/+14323
| | | | | | | | | | | | | | This reverts commit 5d3c8959a7aee861b6750fd734cad96bd24e1f9f. This commit is breaking the valgrind tests. R=rkc@chromium.org TBR=armansito@chromium.org, stevenjb@chromium.org, sky@chromium.org BUG=None. Review URL: https://codereview.chromium.org/1382923003 Cr-Commit-Position: refs/heads/master@{#352581}
* Automated Commit: Committing new LKGM version 7519.0.0 for chromeos.chromeos-commit-bot2015-10-051-1/+1
| | | | Cr-Commit-Position: refs/heads/master@{#352298}
* Automated Commit: Committing new LKGM version 7515.0.0 for chromeos.chromeos-commit-bot2015-10-041-1/+1
| | | | Cr-Commit-Position: refs/heads/master@{#352273}
* Automated Commit: Committing new LKGM version 7509.0.0 for chromeos.chromeos-commit-bot2015-10-021-1/+1
| | | | Cr-Commit-Position: refs/heads/master@{#351970}
* Ignore a missing issuer certificate for certificate matching.pneubeck2015-09-302-43/+110
| | | | | | | | BUG=506185 Review URL: https://codereview.chromium.org/1212433006 Cr-Commit-Position: refs/heads/master@{#351579}
* Automated Commit: Committing new LKGM version 7503.0.0 for chromeos.chromeos-commit-bot2015-09-301-1/+1
| | | | Cr-Commit-Position: refs/heads/master@{#351506}
* Automated Commit: Committing new LKGM version 7500.0.0 for chromeos.chromeos-commit-bot2015-09-291-1/+1
| | | | Cr-Commit-Position: refs/heads/master@{#351263}
* Refactor DBusThreadManager to split away BT clients.rkc2015-09-2881-14624/+0
| | | | | | | | | | | | | | | | | | | To be able to reuse the bluetooth DBus clients on linux, we need to be able to separate them out from DBusThreadManager and move them out of //chromeos. This CL introduces no functional change but instead only refactors the code so we now have a BluezDbusManager that handles a Bluetooth specific DBus client bundle to create all the bluetooth related DBus clients. We will be able to extend this code to add a Linux specific BluezDbusManager implementation, allowing us to reuse all these DBus clients on Linux instead of copy/pasting the code. R=armansito@chromium.org, stevenjb@chromium.org BUG=522663 Review URL: https://codereview.chromium.org/1347193004 Cr-Commit-Position: refs/heads/master@{#351197}
* Introduce namespace network_portal_detector.achuith2015-09-282-75/+79
| | | | | | | | | | | | | | | | | | | | | * This houses previously static methods of NetworkPortalDetector, such as Get (now GetInstance), IsInitialized, InitializeForTesting, etc. * InitializeNetworkPortalDetector moved to cbmc * Number of renames of NetworkPortalDetector:: to network_portal_detector:: Files with non-trivial changes: network_portal_detector_impl.{cc|h} network_portal_detector.{cc|h} chrome_browser_main_chromeos.cc Everything else is a mechanical search/replace BUG=530485 TEST=unit tests and browser tests. TBR=kalman@chromium.org Review URL: https://codereview.chromium.org/1358343003 Cr-Commit-Position: refs/heads/master@{#351153}
* Automated Commit: Committing new LKGM version 7494.0.0 for chromeos.chromeos-commit-bot2015-09-271-1/+1
| | | | Cr-Commit-Position: refs/heads/master@{#351006}
* Automated Commit: Committing new LKGM version 7491.0.0 for chromeos.chromeos-commit-bot2015-09-261-1/+1
| | | | Cr-Commit-Position: refs/heads/master@{#350988}
* Cleanup: IWYU for base/gtest_prod_util.h.thestig2015-09-251-1/+0
| | | | | | | | | | CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=pneubeck@chromium.org Review URL: https://codereview.chromium.org/1366123002 Cr-Commit-Position: refs/heads/master@{#350770}
* base: Template methods on Timer classes instead of the classes themselves.danakj2015-09-244-5/+5
| | | | | | | | | | | | | | | | | | | The base class for OneShotTimer and DelayedTimer is templated but only the Start method needs to be (which has a TODO to make it go away entirely too). The DelayedTimer class is also templated but only its constructor needs to be, and the type can be inferred at the callsite, so less typing all around. R=thakis@chromium.org TBR=sky,brettw BUG=148832 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1355063004 Cr-Commit-Position: refs/heads/master@{#350496}
* Refactor NetworkPortalDetector and NetworkPortalNotificationController.achuith2015-09-225-77/+90
| | | | | | | | | | | | | | | * NetworkPortalNotificationController directly observes network and portal changes. * conditionally create NetworkPortalNotificationController * move NetworkPortalDetectorStubImpl to stub files. * make interface implementations private * initialize data members in header BUG=530485 TEST=unit tests and browser tests. Review URL: https://codereview.chromium.org/1346843003 Cr-Commit-Position: refs/heads/master@{#350202}
* ChromeOS: read cros-regions file.alemate2015-09-224-0/+224
| | | | | | | | | BUG=chrome-os-partner:34535 TEST=manual Review URL: https://codereview.chromium.org/1352213002 Cr-Commit-Position: refs/heads/master@{#350124}
* Automated Commit: Committing new LKGM version 7479.0.0 for chromeos.chromeos-commit-bot2015-09-221-1/+1
| | | | Cr-Commit-Position: refs/heads/master@{#350121}
* Cleanup: Pass std::string as const reference from chromeos/ki.stfu2015-09-229-13/+20
| | | | | | | | | | | | Passing std::string by reference can prevent extra copying of object. BUG=367418 TEST= R=zelidrag@chromium.org,derat@chromium.org,gauravsh@chromium.org Review URL: https://codereview.chromium.org/1353323002 Cr-Commit-Position: refs/heads/master@{#350078}
* Automated Commit: Committing new LKGM version 7476.0.0 for chromeos.chromeos-commit-bot2015-09-211-1/+1
| | | | Cr-Commit-Position: refs/heads/master@{#349908}
* Automated Commit: Committing new LKGM version 7473.0.0 for chromeos.chromeos-commit-bot2015-09-201-1/+1
| | | | Cr-Commit-Position: refs/heads/master@{#349877}
* Automated Commit: Committing new LKGM version 7470.0.0 for chromeos.chromeos-commit-bot2015-09-191-1/+1
| | | | Cr-Commit-Position: refs/heads/master@{#349857}
* This CL adds ConnectionType to the MaxBandwidthObserver notification as a ↵jkarlin2015-09-182-5/+11
| | | | | | | | | | | | | | convenience for its only client (in the downstream CL), NetInfo. This CL also ensures that MaxBandwidthObserver is called on every platform when the network type changes. Upstream of https://codereview.chromium.org/1306423004/ BUG=412741 Review URL: https://codereview.chromium.org/1306653003 Cr-Commit-Position: refs/heads/master@{#349673}
* Automated Commit: Committing new LKGM version 7464.0.0 for chromeos.chromeos-commit-bot2015-09-171-1/+1
| | | | Cr-Commit-Position: refs/heads/master@{#349359}
* Remove SupportsWeakPtr in NetworkPortalNotificationController.achuith2015-09-163-7/+5
| | | | | | | | | | | | Additional owners for NetworkPortalDetector Other minor fixes. BUG=530485 Review URL: https://codereview.chromium.org/1346763002 Cr-Commit-Position: refs/heads/master@{#349077}
* Automated Commit: Committing new LKGM version 7458.0.0 for chromeos.chromeos-commit-bot2015-09-151-1/+1
| | | | Cr-Commit-Position: refs/heads/master@{#348846}
* Automated Commit: Committing new LKGM version 7456.0.0 for chromeos.chromeos-commit-bot2015-09-141-1/+1
| | | | Cr-Commit-Position: refs/heads/master@{#348585}
* Automated Commit: Committing new LKGM version 7453.0.0 for chromeos.chromeos-commit-bot2015-09-131-1/+1
| | | | Cr-Commit-Position: refs/heads/master@{#348537}
* Automated Commit: Committing new LKGM version 7445.0.0 for chromeos.chromeos-commit-bot2015-09-111-1/+1
| | | | Cr-Commit-Position: refs/heads/master@{#348349}