[go: up one dir, main page]

  1. 890f2f0 Update kCrosAPIVersion to 124. Forgot to do this in the previous patch. by Satoru Takabayashi · 15 years ago 0.12.369.B
  2. 8961cac Deprecate all functions in chromeos_keyboard.h. by Satoru Takabayashi · 15 years ago
  3. fb885f0 [cros] Change Store/RetrievePolicy to use a GArray by Chris Masone · 15 years ago 0.12.362.B
  4. 3d7e725 Fix the test build failure in libcros. by Satoru Takabayashi · 15 years ago
  5. ba24607 Get rid of the version hack from chromeos_keyboard.cc. by Satoru Takabayashi · 15 years ago
  6. 2b35604 Remove GetCurrentInputMethod. by Satoru Takabayashi · 15 years ago
  7. f25299c Add SMS monitoring API to libcros. by Nathan Williams · 15 years ago
  8. 8897181 Add RequestVirtualNetwork to chromeos_network by Steven Bennetts · 15 years ago
  9. 0b5fa6a libcros: support for passing dict in SetNetworkServiceProperty by Dmitry Polukhin · 15 years ago
  10. d80e4a2 This adds a window manager message to switch windows by Greg Spencer · 15 years ago
  11. 836f149 Add ClearNetworkServiceProperty(). by Nathan Williams · 15 years ago
  12. 81e2984 Add async RequestRetrieveProperty. by xiyuan · 15 years ago
  13. c18251d [cros] Add Store/RetrievePolicy by Chris Masone · 15 years ago
  14. 18bccdc Fixed an apparent typo that would cause an assertion failure and Chrome crash. by Eric Shienbrood · 15 years ago
  15. 1167c71 Use chromeos::Process in libchromeos.a instead of g_spawn_async. by Yusuke Sato · 15 years ago
  16. 914f547 Fixed unnecessary field rename. by Zelidrag Hornung · 15 years ago
  17. 3b12cdc Rewrote mount library to use async dbus calls by Zelidrag Hornung · 15 years ago
  18. 82fea48 Add async RequestTrack to update_engine in libcros by Steven Bennetts · 15 years ago
  19. b2f8e87 Make ibus_config_set_value() for "preload_engines" asynchronous. by Yusuke Sato · 15 years ago
  20. a66a6a9 Deprecate GetAutoRepeatEnabled and GetAutoRepeatRate. by Yusuke Sato · 15 years ago
  21. 7688b12 Use g_spawn_async instead of _sync to avoid blocking UI-thread. by Yusuke Sato · 15 years ago
  22. 49d2e70 Make ibus_bus_request_name and ibus_bus_exit calls asynchronous. by Yusuke Sato · 15 years ago
  23. ccea53b libcros: Add "user initiated" arg to brightness interface. by Daniel Erat · 15 years ago
  24. bb81ec1 Libcros changes for issue_12743: Add async RequestUpdateCheck call. by Steven Bennetts · 15 years ago
  25. 4a6181a Deprecate GetCurrentInputMethod(). by Satoru Takabayashi · 15 years ago
  26. ae8c8e4 NetworkServiceConnectAsync(): Don't pass the path as an argument by Nathan Williams · 15 years ago 0.11.241.B 11.1.241.B
  27. a7f3eec Added CryptohomeDoAutomaticFreeDiskSpaceControl() by Denis Glotov · 15 years ago
  28. f01153f Fix typo in previous 'fix' by Steven Bennetts · 15 years ago
  29. f96e399 Add chromeos_network_deprecated.h by Steven Bennetts · 15 years ago
  30. fa0877f Eliminate ConenctionType, etc from chromeos_network.h by Steven Bennetts · 15 years ago
  31. ad28b98 Add two asynchronous methods for manipulating services: by Nathan Williams · 15 years ago
  32. fa1f788 Revert "Add two asynchronous methods for manipulating services:" by Benson Leung · 15 years ago
  33. fdf99db Add two asynchronous methods for manipulating services: by Nathan Williams · 15 years ago
  34. 7ef7ba5 Remove an unused member variable. by Yusuke Sato · 15 years ago
  35. 9b5d26b Fix bug passing Cellular.Foo values from libcros to Chrome. by Steven Bennetts · 15 years ago
  36. 5e74e8d Remove deprecated input method functions. by Satoru Takabayashi · 15 years ago
  37. 11ac049 Add histogram API tp pass timing info to Chrome. by Steven Bennetts · 15 years ago
  38. 827b97c Revert "Add histogram API tp pass timing info to Chrome." by Steven Bennetts · 15 years ago
  39. c969d6d Add histogram API tp pass timing info to Chrome. by Steven Bennetts · 15 years ago
  40. 56df5b0 Fix copy/paste error in GetEntryAsync. by Steven Bennetts · 15 years ago
  41. 4ebc44d Add comments about IBus IPC. by Yusuke Sato · 15 years ago
  42. b85feea Fix wrong comments. by Yusuke Sato · 15 years ago
  43. 21986ac Use the latest IBus (20110217) APIs instead of our own. by Yusuke Sato · 15 years ago
  44. 0a4ab9e Do not call UpdateUI in FocusIn. by Yusuke Sato · 15 years ago
  45. d445811 Deprecate DisconnectInputMethodStatus and InputMethodStatusConnectionIsAlive. by Yusuke Sato · 15 years ago
  46. 7160c71 Remove the one-shot timer from input_method_library.cc (libcros part.) by Yusuke Sato · 15 years ago
  47. 2d32f1f Fix a bug that broke keyboard layout switching on the login screen. by Satoru Takabayashi · 15 years ago
  48. f8e1da4 Deprecate GetCurrentKeyboardLayoutName. by Satoru Takabayashi · 15 years ago
  49. d5e51cf Handle name-owner-changed gobject signal. This is the first step to fix the issue 11479. by Yusuke Sato · 15 years ago
  50. 5cbae0b Remove ibus_bus_get_global_engine (synchronous IBus call) from UpdateUI. by Yusuke Sato · 15 years ago
  51. 19f79e8 Initialized parent variable. by Ahmad Sharif · 15 years ago
  52. c78929b Asynchronous refactoring of chromeos_network, part 1. by Steven Bennetts · 15 years ago
  53. d44915a MonitorResume and DisconectResume API added to track system resume by Denis Glotov · 15 years ago
  54. a3a0c3b Remove g_variant_unref(variant) call in SetImeConfig() by Yusuke Sato · 15 years ago
  55. 20bec78 Do not handle the StateChanged D-Bus signal from ibus-daemon. by Yusuke Sato · 15 years ago
  56. 8da2784 Use asynchronous ibus method to set global input method engine by Zach Kuznia · 15 years ago
  57. 3a66c87 Set engine configuration values asynchronously since they're not so important. by Yusuke Sato · 15 years ago
  58. 6bf1e1d Deprecated GetImeConfig. by Satoru Takabayashi · 15 years ago
  59. ad4b7ee Reduce the DLOG volume in chromeos_input_method.cc. by Yusuke Sato · 15 years ago
  60. 9cb79fa Deprecate GetSupportedInputMethods(). by Satoru Takabayashi · 15 years ago
  61. c553c03 Handle new EAP fields and provide backwards compatibility for old by Nathan Williams · 15 years ago
  62. ac66dc1 Deprecate GetHardwareKeyboardLayoutName() and CreateFallbackInputMethodDescriptors() by Satoru Takabayashi · 15 years ago
  63. 1a82c37 Add GetSupportedInputMethodDescriptors() by Satoru Takabayashi · 15 years ago
  64. b01f071 Cleanup of chromeos_input_method.cc. by Yusuke Sato · 15 years ago
  65. c19b58e Delete GetKeyboardLayoutPerWindow and SetKeyboardLayoutPerWindow. by Yusuke Sato · 15 years ago
  66. 8090eba Fixed crash when destroying LibCrosService. by Kuan Tan · 15 years ago
  67. aaaf3f2 Deprecate GetActiveInputMethods() and SetActiveInputMethods(). by Satoru Takabayashi · 15 years ago
  68. 9fb4a74 Created a dbus service called LibCrosService (for lack of a better name) that runs in chrome executable. This service currently exposes the functionality of resolving network proxies for given URLs. If more functionalities are required from chrome later, just simply add methods to this service. This implementation spans across several pkgs, this is the libcros pkg. by Kuan Tan · 15 years ago
  69. 43fbb59 Support the new IBusPanelService API: by Yusuke Sato · 15 years ago
  70. 34a0e13 Deprecate GetKeyboardLayoutPerWindow and SetKeyboardLayoutPerWindow. by Yusuke Sato · 15 years ago
  71. dce4a10 Remove obsolete comments in chromeos_input_method files. by Yusuke Sato · 15 years ago
  72. 7b5cbf4 Remove IBus-1.3 support from chromeos_input_method*.cc. by Yusuke Sato · 15 years ago
  73. 575309b Fix build failure of the keyboard unittest. by Yusuke Sato · 15 years ago
  74. e806d76 Remove the dependency on libxklavier. by Yusuke Sato · 15 years ago
  75. 64268a7 Ask libibus to watch the GlobalEngineChanged signal. by Yusuke Sato · 15 years ago
  76. 880db71 Add C scalar-type versions to cryptohome APIs that only had STL versions. by Frank Swiderski · 15 years ago
  77. a186acd Add IsBootDevicePath to mount library. by Achuith Bhandarkar · 15 years ago
  78. 67edbf1 Check the return value of ibus_bus_exit(). by Yusuke Sato · 15 years ago
  79. e9730f8 Add an API to get keyboard overlay ID from input method ID. by Yasuhiro Matsuda · 15 years ago
  80. 09abaf5 Add StopInputMethodProcess API which allows Chrome/libcros to terminate ibus-daemon in a nicer way than the kill system call. by Yusuke Sato · 15 years ago
  81. 1ee59b1 Add GetCurrentInputMethod API. by Yusuke Sato · 15 years ago
  82. 44e30da Fix compile error (with IBus-1.3) by Yusuke Sato · 15 years ago
  83. 88e2a21 libcros: Support IBus-1.4 APIs. by Yusuke Sato · 15 years ago
  84. 08c38e0 cros: Add enum to helper function that I forgot to update. by Daniel Erat · 15 years ago
  85. 5bcc95e cros: Add message for Chrome notifying WM about signout. by Daniel Erat · 15 years ago
  86. 0b871a0 cros: Document show-while-locked param for info bubbles. by Daniel Erat · 15 years ago
  87. 921eabe Don't try to fetch IPConfigs when the device path passed in is empty. by Eric Shienbrood · 15 years ago
  88. 7537f1e libcros: Watch for display brightness changes. by Daniel Erat · 15 years ago
  89. fcc0c22 Add orientation information in InputMethodLookupTable::ToString() by Satoru Takabayashi · 15 years ago
  90. 975d0d2 libcros: Respect DKD_PRESENTATION_HIDE. by Kenneth Waters · 15 years ago
  91. 06ccf3d Fix memory leaks in chromeos_update_engine.cc. by Satoru Takabayashi · 15 years ago
  92. 46d0b05 Code cleanup. Limit scope of static variables. The variables should not be used in the Chrome tree. by Yusuke Sato · 15 years ago
  93. c60401e Remove logging on FocusIn. by Yusuke Sato · 15 years ago
  94. 82f15fd libcros: Add ability reinitialize entd after installing extensions by Ken Mixter · 15 years ago
  95. d486ce9 Added an enum ConnectivityState to ServiceInfo, and deprecated the restricted_pool boolean. by Eric Shienbrood · 15 years ago
  96. 882feba Revert "Added an enum ConnectivityState to ServiceInfo, and deprecated the restricted_pool boolean." by Eric Shienbrood · 15 years ago
  97. 3f49615 Added an enum ConnectivityState to ServiceInfo, and deprecated the restricted_pool boolean. by Eric Shienbrood · 15 years ago
  98. 625e96d Change DeviceInfo.type to ConnectionType for issue 4982. by Steven Bennetts · 15 years ago
  99. 8814dc5 Added ClearServiceProperty for setting empty passwords. by Steven Bennetts · 15 years ago
  100. 450110a Add Connectable property to network services. BUG=8293 TEST=None by Charlie Lee · 15 years ago