1. 08e2e51 Remove ListValue::Append(new {Fundamental,String}Value(...)) pattern in //components by dcheng · 8 years ago
  2. 1fa44fb Use std::unique_ptr for base::DictionaryValue and base::ListValue's internal store. by dcheng · 8 years ago
  3. 7440e37 Fix include path for moved thread_task_runner_handle.h header in components/ by gab · 8 years ago
  4. 5bc553b Use std::unique_ptr to express ownership of base::Value in PolicyMap::Entry by dcheng · 8 years ago
  5. 7822a7f Convert //components/[o-t]* from scoped_ptr to std::unique_ptr by dcheng · 8 years ago
  6. 5e9b9a9 Convert //components/json_schema from scoped_ptr to std::unique_ptr by dcheng · 8 years ago
  7. 5d618aa Convert //components/policy from scoped_ptr to std::unique_ptr by dcheng · 8 years ago
  8. ec5f207 Fix IWYU violators that don't include scoped_ptr.h in CrOS build. by dcheng · 8 years ago
  9. aa12892 update obsolete code.google.com documentation links by mostynb · 8 years ago
  10. 7e5eaa5 Update components for new prefs location. by brettw · 8 years ago
  11. 968547c Convert Pass()→std::move() in //components (CrOS edition) by dcheng · 9 years ago
  12. de26e0f Convert Pass()→std::move() in //components/[n-z]* by dcheng · 9 years ago
  13. 2f68ea0 Clean up header files. by avi · 9 years ago
  14. 169365f Switch to standard integer types in components/, part 2 of 4. by avi · 9 years ago
  15. 2f891b6 Switch to standard integer types in components/, part 4 of 4. by avi · 9 years ago
  16. dc427ef Switch to standard integer types in components/policy/. by avi · 9 years ago
  17. 2c756b0 Replace RE2 import with a dependency by battre · 9 years ago
  18. aa84880 ScopedPtrMap -> std::map from /component by limasdf · 9 years ago
  19. d58d832 Reland of Use std::tie() for operator< in components/ (patchset #1 id:1 of https://codereview.chromium.org/1456263005/ ) by jsbell · 9 years ago
  20. 95784c5 Revert of Use std::tie() for operator< in components/ (patchset #1 id:1 of https://codereview.chromium.org/1447153002/ ) by jsbell · 9 years ago
  21. 2f638b0 Make vector_as_array use std::vector::data and switch a few directories. by davidben · 9 years ago
  22. f1d8b4e Use std::tie() for operator< in components/ by jsbell · 9 years ago
  23. 6dc6aca Make ValueDeserializer::Deserialize return scoped_ptr by olli.raula · 9 years ago
  24. 105ee25 Add tags to policy_templates.json and parse them. by fhorschig · 9 years ago
  25. 07054ba Update 'Enterprise Override' string description. by fhorschig · 9 years ago
  26. 4825ec0 Use the appropriate variant of IntToString in //components by ricea · 9 years ago
  27. f806635 Add source column to chrome://policy showing the origins of policies. by fhorschig · 9 years ago
  28. 047f286 Revert of Add source column to chrome://policy showing the origins of policies. (patchset #18 id:620001 of https://codereview.chromium.org/1304843004/ ) by dgrogan · 9 years ago
  29. 2738c07 Add source column to chrome://policy showing the origins of policies. by fhorschig · 9 years ago
  30. 78ca53e Revert of Add source column to chrome://policy showing the origins of policies. (patchset #15 id:540001 of https://codereview.chromium.org/1304843004/ ) by jochen · 9 years ago
  31. e5d8e6e Add source column to chrome://policy showing the origins of policies. by fhorschig · 9 years ago
  32. b243070 Remove use of JSONReader::DeprecatedRead from components/ by olli.raula · 9 years ago
  33. 9d751ff IWYU for base/memory/scoped_vector.h. by thestig · 9 years ago
  34. 80f22a2 Read Android policies early in startup by aberent · 9 years ago
  35. 16a1c9b Remove obsolete --fake-cloud-policy-type command line switch. by tnagel · 9 years ago
  36. 50c851e Return early if an AlarmTimer is stopped when it is not running by chirantan · 9 years ago
  37. 341a961 Extract trace from TaskAnnotator::RunTask to its call sites by caseq · 9 years ago
  38. 97d9d14 Enable clang warning for ignored attributes. by benwells · 9 years ago
  39. edaf6ac Add a missing policy_export include by dgn · 9 years ago
  40. 8b98446 Update usages of std::map to use ScopedPtrMap. by mgiuca · 9 years ago
  41. 516ad63 Add more string_util functions to base namespace. by brettw · 9 years ago
  42. 184b350 Replace more ObserverList with base::ObserverList. by brettw · 9 years ago
  43. 5229a03 components: Remove use of MessageLoopProxy and deprecated MessageLoop APIs by skyostil · 9 years ago
  44. fe9020d Use scoped_ptrs in JSONReader::Read functions. by estade · 9 years ago
  45. b5f30dd Convert JsonWriter::Write to taking a const ref for the in-param by estade · 9 years ago
  46. 033e61e More base::Values-related bare pointer -> scoped_ptr conversions by estade · 9 years ago
  47. c9519fe Replace MessageLoopProxy usage with ThreadTaskRunnerHandle in components/policy module. by pranay.kumar · 9 years ago
  48. fd1c5bc Check that only a single delegate for the Android PolicyProvider exists. by bauerb · 9 years ago
  49. 564dda5 Update {virtual,override} to follow C++11 style in components. by nick · 9 years ago
  50. 02be248 Implement default function on SchemaRegistry::Observer::OnSchemaRegistryReady by limasdf · 9 years ago
  51. c88389f Re-land: C++ readability review by chirantan · 9 years ago
  52. ab700ff Revert of C++ readability review (patchset #10 id:180001 of https://codereview.chromium.org/706993003/) by falken · 9 years ago
  53. 17fba84 C++ readability review by chirantan · 9 years ago
  54. 58322f4 Split ValueSerializer into separate Serializer and Deserializer classes. by prashhir · 9 years ago
  55. 2693741 Fix some virtual vs override issues in PolicyServiceStub by eirik · 9 years ago
  56. 9f602dc Cleanup: json_schema_test.js now lives in extensions/test/data. by tfarina · 9 years ago
  57. 9f5c636 Update {virtual,override,final} to follow C++11 style. by dcheng · 9 years ago
  58. 1c8bf24 Removing FakePolicyWatcher and introducing FakeAsyncPolicyLoader. by lukasza · 10 years ago
  59. d7b2967 Update {virtual,override,final} to follow C++11 style in components, round 2. by dcheng · 10 years ago
  60. db3f801 Using PolicyServiceWatcher instead of PolicyWatcherLinux/Win/Mac. by lukasza · 10 years ago
  61. ea49e1e Link GCM heartbeat with wake on wifi preference by chirantan · 10 years ago
  62. ad3e1f1 Improve documentation for special-purpose policy providers. by mnissler · 10 years ago
  63. 3a13800 Fix Init/Shutdown nesting check for half-initialized policy providers. by mnissler · 10 years ago
  64. 49a7c90 Fix cpplint warnings in **/policy/ by binjin · 10 years ago
  65. 0be5313 Purge cache when the server removes the policy for an extension. by joaodasilva · 10 years ago
  66. ff93261 Add accessor for can_wake_from_suspend_ in AlarmTimer by chirantan · 10 years ago
  67. 7648ee0 Standardize usage of virtual/override/final specifiers. by dcheng · 10 years ago
  68. a435157 components: Introduce AlarmTimer class and use it for GCM heartbeat by chirantan · 10 years ago
  69. d773419 Standardize usage of virtual/override/final in components/ by dcheng · 10 years ago
  70. 64e582c Convert ARRAYSIZE_UNSAFE -> arraysize in components/. by viettrungluu · 10 years ago
  71. 75e5095 Add ExtensionSettings Policy by binjin · 10 years ago
  72. 3f4682e replace OVERRIDE and FINAL with override and final in components/ by mostynb · 10 years ago
  73. efd4cca Code re-factor related to WeakPtrFactory in src/component module by kulkarni.a · 10 years ago
  74. 2f26013 Change base/file_utils.h includes to base/files/file_utils.h in chrome_elf/ and components/ by thestig · 10 years ago
  75. 9e7060d Refactoring the WeakPtrFactory usage, Member variables should appear before the WeakPtrFactory, to ensure that any WeakPtrs to Controller are invalidated before its members variable's destructors are executed, rendering them invalid. by mohan.reddy · 10 years ago
  76. ce5b69e Default values for enterprise users are supported. by merkulova · 10 years ago
  77. ccb85f5 Remove implicit conversions from scoped_refptr to T* in components/policy/ by dcheng · 10 years ago
  78. 61e23d7 Silence a warning in generate_policy_source_unittest.cc. by binjin · 10 years ago
  79. 1ac03c5 Decrement CreateDoubleValue count by estade@chromium.org · 10 years ago
  80. 4f590ce Get rid of the rest of CreateStringValue by estade@chromium.org · 10 years ago
  81. 994046e Eliminate CreateBooleanValue from test files by estade@chromium.org · 10 years ago
  82. 4fff5c6 Fix EnterpriseDeviceManagementStatus UMA enum, add comments. by tnagel@chromium.org · 10 years ago
  83. 5ac326c Remove more CreateIntegerValue calls. by estade@chromium.org · 10 years ago
  84. 71b5c0a Cleanups to the policy code. by joaodasilva@chromium.org · 10 years ago
  85. d4aed76 Precache policy-for-extensions for device-local accounts. by joaodasilva@chromium.org · 10 years ago
  86. 7226dbd Decoupled the SchemaRegistryService from SchemaRegistry. by joaodasilva@chromium.org · 10 years ago
  87. 0a4bb3d Add a method to PolicyProviderAndroid to return the Chrome policy schema. by bauerb@chromium.org · 10 years ago
  88. ea19024 Enable fetching cloud policy for extensions by default. by joaodasilva@chromium.org · 10 years ago
  89. 79f417c Remove flag cloud-policy-invalidation-delay. by stepco@chromium.org · 10 years ago
  90. b9ee26e Remove stray platform_file.h from chrome and components by rvargas@chromium.org · 10 years ago
  91. a521af4 Improve spelling of "notification". by tnagel@chromium.org · 10 years ago
  92. 3f7e0b8 Revert 268203 "There are many ways to get it wrong." by benjhayden@chromium.org · 10 years ago
  93. c5bef6f There are many ways to get it wrong. by tnagel@chromium.org · 10 years ago
  94. 8edd75f Add consumer_device_management_service() in BrowserPolicyConnectorChromeOS. by davidyu@chromium.org · 10 years ago
  95. 0aeffc3 Add $ref support to policy schema by binjin@chromium.org · 10 years ago
  96. 940ad40 Add regular expression support in policy schema. by binjin@chromium.org · 10 years ago
  97. c2d916a Add regular expression support in json_schema component by binjin@chromium.org · 10 years ago
  98. baa8f39 Remove disable-cloud-policy-push flag. by stepco@chromium.org · 10 years ago
  99. f4f036d Turn on policy key verification by default by atwilson@chromium.org · 10 years ago
  100. 8c7b6b8 Move WriteFile and WriteFileDescriptor from file_util to base namespace. by brettw@chromium.org · 10 years ago