summaryrefslogtreecommitdiffstats
path: root/chromeos/dbus/gsm_sms_client.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove fake client creation from DBusClients' Create() functions.pneubeck@chromium.org2013-12-031-13/+2
* Split construction and initialization of DBus clients.pneubeck@chromium.org2013-08-271-7/+6
* Use a direct include of the message_loop header in chromeos/.avi@chromium.org2013-07-171-1/+1
* Use a direct include of strings headers in chromeos/.avi@chromium.org2013-06-111-1/+1
* dbus: Add FakeGsmSMSClient and replace the stub.haruki@chromium.org2013-05-091-118/+7
* Cleanup: Fix a typo that got copied into many files.thestig@chromium.org2012-10-221-2/+2
* Cleaning up weak_ptr_factory destruction order.gdk@chromium.org2012-09-071-1/+4
* chromeos: Fix clang warnings about missing virtual and OVERRIDE annotations.tfarina@chromium.org2012-08-301-2/+2
* Only send test sms messages on a switch.stevenjb@google.com2012-06-151-0/+5
* Support the ModemManager1 interfaces for SMS messagesbenchan@chromium.org2012-06-121-1/+5
* Add TraySms for SMS messages.stevenjb@google.com2012-05-171-4/+12
* Add RequestUpdate to NetworkSmsHandlerstevenjb@google.com2012-05-161-10/+25
* Clang fixes for http://codereview.chromium.org/10310095/stevenjb@google.com2012-05-151-1/+2
* Add NetworkSmsHandler to chromoes/ for tracking SMS messages.stevenjb@google.com2012-05-151-6/+64
* Add GsmSMSClienthashimoto@chromium.org2012-04-191-0/+280