summaryrefslogtreecommitdiffstats
path: root/chromeos
Commit message (Collapse)AuthorAgeFilesLines
* Add FlimflamProfileClientTesthashimoto@chromium.org2012-04-176-9/+184
| | | | | | | | | BUG=chromium-os:16557 TEST=chromeos_unittests --gtest_filter="FlimflamProfileClientTest.*" Review URL: https://chromiumcodereview.appspot.com/10038011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132513 0039d316-1c4b-4281-b951-d872f2087c98
* Reimplement Libcros fucntions using FlimflamProfileClienthashimoto@chromium.org2012-04-173-49/+81
| | | | | | | | | | | | | | | | | Change FlimflamProfileClient's interface to deal with multiple profile objects Change FlimflamProfileClient's interface to send an entry's path as a string, not an ObjectPath Add non-Libcros implementations of CrosDeleteServiceFromProfile, CrosRequestNetworkProfileProperties and CrosRequestNetworkProfileEntryProperties Add EnableNonLibcrosNetworkFunctions Add --enable-non-libcros-network-functions commandline option Rename existing CrosNetworkFunctionsTest to CrosNetworkFunctionsLibcrosTest Add new CrosNetworkFunctionsTest which tests the non Libcros implementation BUG=chromium-os:16557 TEST=unit_tests --gtest_filter="CrosNetworkFunctions*" Review URL: https://chromiumcodereview.appspot.com/9958045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132502 0039d316-1c4b-4281-b951-d872f2087c98
* s/spdtool/sdptool/ in a commentbryeung@chromium.org2012-04-161-1/+1
| | | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/9972014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132438 0039d316-1c4b-4281-b951-d872f2087c98
* Added functionality to chrome://net-internals/#chromeos page that userygorshenin@chromium.org2012-04-133-0/+42
| | | | | | | | | | | | is able to change network debugging mode without going to crosh. BUG=chromium-os:25701 TEST=Manual testing on Alex device. Review URL: http://codereview.chromium.org/10024056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132163 0039d316-1c4b-4281-b951-d872f2087c98
* [UMA] Use proper C++ objects to serialize tracked_objects across process ↵isherman@chromium.org2012-04-136-0/+6
| | | | | | | | | | | | | | | boundaries. See https://chromiumcodereview.appspot.com/9702014/ for the original code review. Uploading to a new issue due to an AppEngine error... BUG=103480 TEST=none (refactoring, no functional change expected) TBR=jam@chromium.org,jar@chromium.org,eroman@chromium.org,jhawkins@chromium.org,ajwong@chromium.org Review URL: http://codereview.chromium.org/10077001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132109 0039d316-1c4b-4281-b951-d872f2087c98
* Added "Store Debug Logs" functionality. Logs from /var/log are gzippedygorshenin@chromium.org2012-04-123-0/+43
| | | | | | | | | | | | | | and stored on the fileshelf. BUG=chromium-os:25700 TEST= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=131963 Review URL: http://codereview.chromium.org/9965072 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131988 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 131963 - Added "Store Debug Logs" functionality. Logs from /var/log ↵ygorshenin@chromium.org2012-04-123-42/+0
| | | | | | | | | | | | | | | | | are gzipped and stored on the fileshelf. BUG=chromium-os:25700 TEST= Review URL: http://codereview.chromium.org/9965072 TBR=ygorshenin@chromium.org Review URL: https://chromiumcodereview.appspot.com/10069009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131965 0039d316-1c4b-4281-b951-d872f2087c98
* Added "Store Debug Logs" functionality. Logs from /var/log are gzippedygorshenin@chromium.org2012-04-123-0/+42
| | | | | | | | | | | | and stored on the fileshelf. BUG=chromium-os:25700 TEST= Review URL: http://codereview.chromium.org/9965072 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131963 0039d316-1c4b-4281-b951-d872f2087c98
* Add chromeos::FlimflamManagerClienthashimoto@chromium.org2012-04-1114-4/+784
| | | | | | | | | | | | | Add chromeos::FlimflamManagerClient Add FlimflamManagerClientTest Add FlimflamClientHelper::AppendDataAsVariant BUG=chromium-os:16557 TEST=unit_tests --gtest_filter="FlimflamManagerClientTest.*" Review URL: https://chromiumcodereview.appspot.com/9950001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131731 0039d316-1c4b-4281-b951-d872f2087c98
* chromeos: Convert D-Bus client classes' callback arguments to const referencehashimoto@chromium.org2012-04-1124-167/+192
| | | | | | | | | BUG=chromium-os:28578 TEST=build success Review URL: https://chromiumcodereview.appspot.com/10024054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131697 0039d316-1c4b-4281-b951-d872f2087c98
* Adding extraction of is_calculating_battery_time field from protobufsadrul@chromium.org2012-04-063-2/+9
| | | | | | | | | | | | | This CL adds in extracting the value from the incomming protobuf and storing it in an instance of PowerSupplyStatus. BUG=chromium-os:28881 TEST=Confirmed that build still worked. Review URL: https://chromiumcodereview.appspot.com/9977005 Patch from Ryan Harrison <rharrison@chromium.org>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131166 0039d316-1c4b-4281-b951-d872f2087c98
* Move files inside chrome/browser/chromeos/dbus to chromeos/dbushashimoto@chromium.org2012-04-0692-1/+11531
| | | | | | | | | | | | | | | | Move files in chrome/browser/chromeos/dbus/ to chromeos/dbus Add chromeos/dbus/DEPS Add chromeos.gyp:chromeos_test_support and chromeos.gyp:chromeos_unittests Add CHROMEOS_EXPORT to classes Move power related proto targets to chromeos.gyp Rewrite and sort #includes BUG=119583 TEST=component chromeos build success, checkdeps success Review URL: https://chromiumcodereview.appspot.com/9838085 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131065 0039d316-1c4b-4281-b951-d872f2087c98
* Copy ash/system/power/power_supply_status.* to src/chromeoshashimoto@chromium.org2012-04-054-0/+126
| | | | | | | | | | | | | | Copy power_supply_status.* Move #ifdef trick from power_manager_client.h to power_supply_status.h Add chromeos.gyp Add dependency from ash to chromeos when chromeos==1 BUG=119583 TEST=build success, checkdeps success Review URL: https://chromiumcodereview.appspot.com/9837075 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@130796 0039d316-1c4b-4281-b951-d872f2087c98
* chromeos top directoryoshima@chromium.org2012-03-212-0/+11
BUG=119298 TEST=none Review URL: https://chromiumcodereview.appspot.com/9823001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128074 0039d316-1c4b-4281-b951-d872f2087c98