1. 4518400 Reland of Change base::Value::ListStorage to std::vector<base::Value> by jdoerrie · 7 years ago
  2. 7ce5d82 Revert of Change base::Value::ListStorage to std::vector<base::Value> (patchset #14 id:260001 of https://codereview.chromium.org/2740143002/ ) by rouslan · 7 years ago
  3. 0143ef0 Change base::Value::ListStorage to std::vector<base::Value> by jdoerrie · 7 years ago
  4. fcdbae7 Remove base::Value::CreateNullValue by jdoerrie · 7 years ago
  5. 0d1295b Remove base::StringValue by jdoerrie · 7 years ago
  6. bfe825e Remove base::FundamentalValue by jdoerrie · 7 years ago
  7. 994a540 Initialize source field of PolicyMap::Entry by hunyadym · 7 years ago
  8. 7d9f723 Fix auto raw pointer deduction on linux by vmpstr · 7 years ago
  9. 90979fa Fix memory leak in JSONSchemaValidator. by jbroman · 7 years ago
  10. 8ca05d0 Remove ScopedVector in //components/json_schema by ke.he · 7 years ago
  11. c0f97b8 Remove notes about proxy policies deprecation by emaxx · 7 years ago
  12. 09dbbd9 Use source parameter too to determine policy priority. by hunyadym · 8 years ago
  13. 7dd4e22 Remove disable-policy-key-verification command line flag by pmarko · 8 years ago
  14. 8e40c45 Push preg_parser changes upstream by ljusten · 8 years ago
  15. 4555321 Remove base::ScopedPtrHashMap from components/policy/. by avi · 8 years ago
  16. 64ef147 Include-what-you-use for WrapUnique/MakeUnique. by fdoray · 8 years ago
  17. 89ee31a Make base::Value::TYPE a scoped enum. by jdoerrie · 8 years ago
  18. b81f7b7 Clean up error message in schema-based policy validation by emaxx · 8 years ago
  19. a35929a As YAPS server does not handle affiliation_ids correctly yet, we need to have a flag that would allow us to avoid that check during development. by antrim · 8 years ago
  20. 184a8f2 components: Cleanup class/struct fwd declarations by jbriance · 8 years ago
  21. 1fd5555 Add DeviceADPolicyManager to provide AD policy. by tnagel · 8 years ago
  22. 1fa2988 Push preg_parser and registry_dict changes upstream by ljusten · 8 years ago
  23. a6a4f93 Move enable extensions define to a build flag. by brettw · 8 years ago
  24. 03cc9b3 Adds option for JSON reader to allow invalid utf characters by sky · 8 years ago
  25. cc1a0f5 Enable fetching of admin policies for login screen apps by emaxx · 8 years ago
  26. 7190dd0 Rename SchemaRegistry::SetReady to SetDomainReady by emaxx · 8 years ago
  27. e3b915d Add policy domain for signin screen apps by emaxx · 8 years ago
  28. 8951392 Remove stl_util's deletion function use and ScopedVector from components/policy/. by avi · 8 years ago
  29. 36febca Clean up sparse_histogram.h header by moving UMA_HSITOGRAM_SPARSE_SLOWLY to histogram_macros.h by nikunjb · 8 years ago
  30. eddda24 Fix log spew for "_comment..." policies. by tnagel · 8 years ago
  31. 4e31550 Remove usage of FOR_EACH_OBSERVER macro in components/policy by ericwilligers · 8 years ago
  32. e82b7e8 Replace base::Callback with base::OnceCallback in base::PendingTask by tzik · 8 years ago
  33. 5db5217 Use FileDescriptorWatcher in AlarmTimer. by fdoray · 8 years ago
  34. d3fd0db Revert of Use FileDescriptorWatcher in AlarmTimer. (patchset #2 id:20001 of https://codereview.chromium.org/2398753003/ ) by nasko · 8 years ago
  35. f7084ad Use FileDescriptorWatcher in AlarmTimer. by fdoray · 8 years ago
  36. 9057625 Replace TestSimpleTaskRunner::GetPendingTasks with TakePendingTasks by tzik · 8 years ago
  37. a5c7306 Use FileDescriptorWatcher in FilePathWatcherKQueue. by fdoray · 8 years ago
  38. 72796e3 Fix a comment in the PolicyDomain enum definition by emaxx · 8 years ago
  39. 7de3632 Use TestSimpleTaskRunner::HasPendingTask instead of GetPendingTasks().empty() by tzik · 8 years ago
  40. 51b55c9 c/browser, c/common, components O-P: Change ScopedTempDir::path() to GetPath() by vabr · 8 years ago
  41. df3787b Make TestSimpleTaskRunner thread-safe. by fdoray · 8 years ago
  42. a703f25 Re-write many calls to WrapUnique() with MakeUnique() by ricea · 8 years ago
  43. 565db3c Remove GYP files from components. by brettw · 8 years ago
  44. 233df6b Switch //components away from base::ListValue::Append(Value*) overload. by dcheng · 8 years ago
  45. 851719c Remove calls to deprecated MessageLoop methods on Windows and Linux. by fdoray · 8 years ago
  46. 8a09fb2 Move policy generated files to components/policy by brettw · 8 years ago
  47. 1e86e8d components: Use stl utilities from the base namespace by skyostil · 8 years ago
  48. 198a286 Drop non-user policy in ConfigDirPolicyLoader on Chrome OS. by tnagel · 8 years ago
  49. c1ff72b Remove calls to deprecated MessageLoop methods in components. by fdoray · 8 years ago
  50. a8bc65c Remove code for loading extension policy schemas from the registry. by pastarmovj · 8 years ago
  51. c674174 Remove use of deprecated MessageLoop methods in components. by fdoray · 8 years ago
  52. 7219b06 Rewrite simple uses of base::ListValue::Append() taking a raw pointer var. by dcheng · 8 years ago
  53. 08e2e51 Remove ListValue::Append(new {Fundamental,String}Value(...)) pattern in //components by dcheng · 8 years ago
  54. 1fa44fb Use std::unique_ptr for base::DictionaryValue and base::ListValue's internal store. by dcheng · 8 years ago
  55. 7440e37 Fix include path for moved thread_task_runner_handle.h header in components/ by gab · 8 years ago
  56. 5bc553b Use std::unique_ptr to express ownership of base::Value in PolicyMap::Entry by dcheng · 8 years ago
  57. 7822a7f Convert //components/[o-t]* from scoped_ptr to std::unique_ptr by dcheng · 8 years ago
  58. 5e9b9a9 Convert //components/json_schema from scoped_ptr to std::unique_ptr by dcheng · 8 years ago
  59. 5d618aa Convert //components/policy from scoped_ptr to std::unique_ptr by dcheng · 8 years ago
  60. ec5f207 Fix IWYU violators that don't include scoped_ptr.h in CrOS build. by dcheng · 8 years ago
  61. aa12892 update obsolete code.google.com documentation links by mostynb · 8 years ago
  62. 7e5eaa5 Update components for new prefs location. by brettw · 8 years ago
  63. 968547c Convert Pass()→std::move() in //components (CrOS edition) by dcheng · 9 years ago
  64. de26e0f Convert Pass()→std::move() in //components/[n-z]* by dcheng · 9 years ago
  65. 2f68ea0 Clean up header files. by avi · 9 years ago
  66. 169365f Switch to standard integer types in components/, part 2 of 4. by avi · 9 years ago
  67. 2f891b6 Switch to standard integer types in components/, part 4 of 4. by avi · 9 years ago
  68. dc427ef Switch to standard integer types in components/policy/. by avi · 9 years ago
  69. 2c756b0 Replace RE2 import with a dependency by battre · 9 years ago
  70. aa84880 ScopedPtrMap -> std::map from /component by limasdf · 9 years ago
  71. 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
  72. 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
  73. 2f638b0 Make vector_as_array use std::vector::data and switch a few directories. by davidben · 9 years ago
  74. f1d8b4e Use std::tie() for operator< in components/ by jsbell · 9 years ago
  75. 6dc6aca Make ValueDeserializer::Deserialize return scoped_ptr by olli.raula · 9 years ago
  76. 105ee25 Add tags to policy_templates.json and parse them. by fhorschig · 9 years ago
  77. 07054ba Update 'Enterprise Override' string description. by fhorschig · 9 years ago
  78. 4825ec0 Use the appropriate variant of IntToString in //components by ricea · 9 years ago
  79. f806635 Add source column to chrome://policy showing the origins of policies. by fhorschig · 9 years ago
  80. 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
  81. 2738c07 Add source column to chrome://policy showing the origins of policies. by fhorschig · 9 years ago
  82. 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
  83. e5d8e6e Add source column to chrome://policy showing the origins of policies. by fhorschig · 9 years ago
  84. b243070 Remove use of JSONReader::DeprecatedRead from components/ by olli.raula · 9 years ago
  85. 9d751ff IWYU for base/memory/scoped_vector.h. by thestig · 9 years ago
  86. 80f22a2 Read Android policies early in startup by aberent · 9 years ago
  87. 16a1c9b Remove obsolete --fake-cloud-policy-type command line switch. by tnagel · 9 years ago
  88. 50c851e Return early if an AlarmTimer is stopped when it is not running by chirantan · 9 years ago
  89. 341a961 Extract trace from TaskAnnotator::RunTask to its call sites by caseq · 9 years ago
  90. 97d9d14 Enable clang warning for ignored attributes. by benwells · 9 years ago
  91. edaf6ac Add a missing policy_export include by dgn · 9 years ago
  92. 8b98446 Update usages of std::map to use ScopedPtrMap. by mgiuca · 9 years ago
  93. 516ad63 Add more string_util functions to base namespace. by brettw · 9 years ago
  94. 184b350 Replace more ObserverList with base::ObserverList. by brettw · 9 years ago
  95. 5229a03 components: Remove use of MessageLoopProxy and deprecated MessageLoop APIs by skyostil · 9 years ago
  96. fe9020d Use scoped_ptrs in JSONReader::Read functions. by estade · 9 years ago
  97. b5f30dd Convert JsonWriter::Write to taking a const ref for the in-param by estade · 9 years ago
  98. 033e61e More base::Values-related bare pointer -> scoped_ptr conversions by estade · 9 years ago
  99. c9519fe Replace MessageLoopProxy usage with ThreadTaskRunnerHandle in components/policy module. by pranay.kumar · 9 years ago
  100. fd1c5bc Check that only a single delegate for the Android PolicyProvider exists. by bauerb · 9 years ago