1. 6b592dc Move ConfigurationPolicyProvider, etc. to components/policy. by dconnelly@chromium.org · 11 years ago
  2. 736f37a Mojo: Add support for converting between mojo::String and base::StringPiece. by darin@chromium.org · 11 years ago
  3. bc7dd70 Android: relands r237947, split golden content from jni_generator_tests. by bulach@chromium.org · 11 years ago
  4. c0b394e Move EmptyString, kWhitespace and the BOM to base. by brettw@chromium.org · 11 years ago
  5. 88ac576 Extract unit tests from the mixed bag process_util_unittest.cc into proper files. by maruel@chromium.org · 11 years ago
  6. b2c3fc8 [Mojo] Split up Mojo's monolithic GYP file by abarth@chromium.org · 11 years ago
  7. 8062c09 [Mojo] sample_app should draw a spinning cube by abarth@chromium.org · 11 years ago
  8. 2c959b7 Mojo: SimilarityTraits by darin@chromium.org · 11 years ago
  9. 1a44441 Revert 237947 "Android: split golden content from jni_generator_..." by scottmg@chromium.org · 11 years ago
  10. ce60d34 Android: split golden content from jni_generator_tests. by bulach@chromium.org · 11 years ago
  11. 6446c17 Add ScopedVector<T>::pop_back(). by pliard@chromium.org · 11 years ago
  12. 511c77c Implement gin::ObjectTemplateBuilder by aa@chromium.org · 11 years ago
  13. ef3956b [Telemetry] Refactor common Android test harness functions. by primiano@chromium.org · 11 years ago
  14. 98f0b4c Resolve "$ref" attributes in JSON schemas. by joaodasilva@chromium.org · 11 years ago
  15. f68e477 Add CloudExternalDataPolicyObserver by bartfab@chromium.org · 11 years ago
  16. ed9ec07 [Mojo] Introduce gles2 service by abarth@chromium.org · 11 years ago
  17. e655f7f Remove usage of deprecated V8 APIs from mojo by jochen@chromium.org · 11 years ago
  18. 1580640 Fix error: unused variable 'kNumTasks'. by justincohen@chromium.org · 11 years ago
  19. b6bf4a4 Android: makes "RestartAdbdOnDevice" more robust. by bulach@chromium.org · 11 years ago
  20. 72c7985 Add thread duration support for tracing 'X' (Complete) events by fmeawad@chromium.org · 11 years ago
  21. 56498ff Use posix_memalign for OS_NACL instead of memalign, remove TODO for docs. by jvoung@chromium.org · 11 years ago
  22. 828c188 Buffer may optionally be found through TLS. by darin@chromium.org · 11 years ago
  23. a2f2a9b Clarify callback.h const reference binding documentation. by scheib@chromium.org · 11 years ago
  24. f1d0969 Base: Remove Receive() from ScopedHandle. by rvargas@chromium.org · 11 years ago
  25. ab510b7 Revert 237667 "[Telemetry] Refactor common Android test harness ..." by thakis@chromium.org · 11 years ago
  26. 0dbbe62 [Telemetry] Refactor common Android test harness functions. by primiano@chromium.org · 11 years ago
  27. 170e397 [Mojo] Draw GL from within sample_app by abarth@chromium.org · 11 years ago
  28. b1ae319 Base: Copy platform_file.* to files/file.* by rvargas@google.com · 11 years ago
  29. 6496c0b [Mojo] Remove static "bootstrap" state in mojo_js by abarth@chromium.org · 11 years ago
  30. 2873d9b Move Posix file utils to the base namespace. by brettw@chromium.org · 11 years ago
  31. 602791f Revert of https://codereview.chromium.org/53923005/ by acleung@chromium.org · 11 years ago
  32. 6fc79ee android: Add CHECK() calls to better understand memory corruption. by digit@chromium.org · 11 years ago
  33. e0a6d29 [Android] Add a low-end device mode override flag by jdduke@chromium.org · 11 years ago
  34. a30a3ee Add synthetic delay testing framework by skyostil@chromium.org · 11 years ago
  35. a18e20e Use ScopedMessagePipeHande in Connector. by davemoore@chromium.org · 11 years ago
  36. 7d5c33e Revert of https://codereview.chromium.org/71013004/ by hashimoto@chromium.org · 11 years ago
  37. e720642 Convert the rest of the functions in core.cc to use CreateFunctionTemplate. by aa@chromium.org · 11 years ago
  38. 903d5c9 Remove JsonPrefStore pruning of empty values on write. by gab@chromium.org · 11 years ago
  39. dc6ebfc Add missing namespace base around RunUnitTestsUsingBaseTestSuite by phajdan.jr@chromium.org · 11 years ago
  40. c1cf51b GTTF: Expose RunUnitTestsUsingBaseTestSuite in base/test/test_suite.h by phajdan.jr@chromium.org · 11 years ago
  41. 2973cc4 Base: Remove Receive() from ScopedHandle. by rvargas@chromium.org · 11 years ago
  42. 76eeb7c Revert 237280 "Remove TraceController" by tonyg@chromium.org · 11 years ago
  43. 7e60433 GTTF: Flip test launcher defaults (developer mode is now default) by phajdan.jr@chromium.org · 11 years ago
  44. 4f183af [Mojo] Clean up test files related to sample_service by abarth@chromium.org · 11 years ago
  45. 98d3877 Mojo: Fix perf tests. by viettrungluu@chromium.org · 11 years ago
  46. 829bda4 Remove commented out logs in base/values.cc by gab@chromium.org · 11 years ago
  47. 395b1e5 Implement support in function_template.h for return types. by aa@chromium.org · 11 years ago
  48. 68bfc65 Mojo: Fix MessagePipe teardown when it has enqueued messages. by viettrungluu@chromium.org · 11 years ago
  49. c232f08 Enable cloud policy for extensions by default. by joaodasilva@chromium.org · 11 years ago
  50. 9e2a6e3 [Mojo] Add a unit test for connector.js by abarth@chromium.org · 11 years ago
  51. abf5663 Support cloud policy for extensions on the desktop platforms. by joaodasilva@chromium.org · 11 years ago
  52. fb8d856 Remove TraceController by wangxianzhu@chromium.org · 11 years ago
  53. ee8ad2c PIMPL-style wrappers for generated bindings. by darin@chromium.org · 11 years ago
  54. b8151bc FilePathWatcherLinux should be more verbose if inotify_init() fails. by thestig@chromium.org · 11 years ago
  55. 9338245 Mojo: Fix our copyright notices. by viettrungluu@chromium.org · 11 years ago
  56. f5e9ccc Mojo: Convert MessagePumpMojo to use the C++ mojo::Handle. by viettrungluu@chromium.org · 11 years ago
  57. da9410f Mojo: Convert HandleWatcher to use the C++ mojo::Handle. by viettrungluu@chromium.org · 11 years ago
  58. bca3505 [Gin] Add a basic unit testing framework by abarth@chromium.org · 11 years ago
  59. 4dd6ad9 retry r235823 with more lax unit test. Add a timezone utility file to base/. by estade@chromium.org · 11 years ago
  60. 5938583 Fixes and improvements to cloud policy for extensions. by joaodasilva@chromium.org · 11 years ago
  61. f957d86 Mojo: Remove scoped_message_pipe.*. by viettrungluu@chromium.org · 11 years ago
  62. bc7a817 Fix crash in TraceLog::UpdateTraceEventDuration() by wangxianzhu@chromium.org · 11 years ago
  63. 6a2fbfc [Mojo] Almost connect mojo_js with hello_world_service by abarth@chromium.org · 11 years ago
  64. 3b9b5de [Mojo] Improve JavaScript API for MojoReadMessage by abarth@chromium.org · 11 years ago
  65. d44024f Implements HandleWatcher in terms of MessagePumpMojo by sky@chromium.org · 11 years ago
  66. 7fc78a6 GTTF: Lower test launcher timeout back to 45s. by phajdan.jr@chromium.org · 11 years ago
  67. 87f9a11 Introduce a temporary workaround to ensure tracked preferences set to empty list/dict are not confused with those that are simply not set (i.e., NULL). by gab@chromium.org · 11 years ago
  68. a3f13f5 crypto: disable NSS AES-NI support when AVX is disabled by OS. by agl@chromium.org · 11 years ago
  69. 57c9e03 Move PolicySchema and PolicySchemaRegistry to components/policy/. by dconnelly@chromium.org · 11 years ago
  70. 85b5977 Android: Moves isPrintingSupported method to ApiCompatibilityUtils by cimamoglu@chromium.org · 11 years ago
  71. d5aa531 [gin] add support for non-gin managed isolates in gin. by jochen@chromium.org · 11 years ago
  72. 5b80575 Add missing dependency from mojo_js_bindings_unittests to mojom_test by jochen@chromium.org · 11 years ago
  73. a4655b2 Move PolicyBundle into components/policy/. by dconnelly@chromium.org · 11 years ago
  74. 68f156e Teach mojo_js_bindings_unittests to load generated JS files by abarth@chromium.org · 11 years ago
  75. 3da9076 Mojo: Improve my mojob script. by viettrungluu@chromium.org · 11 years ago
  76. 2153a09 Cleanup: Remove many unused wstring string_utils. by thestig@chromium.org · 11 years ago
  77. 9c7cfca Added RefCountedMallocedMemory by joaoe@opera.com · 11 years ago
  78. 92b6c27 Mojo JavaScript bindings should be binary compatible with C++ by abarth@chromium.org · 11 years ago
  79. c1e9232 Remove temporary code after migration of Platform::updateTraceEventDuration by wangxianzhu@chromium.org · 11 years ago
  80. 306b353 Move PolicyMap and its dependencies to components/policy/. by dconnelly@chromium.org · 11 years ago
  81. a45c330 Fix thread destruction ordering. Cache thread needs to outlive the IO thread so the IO thread can properly shut down. This was causing mojo_shell to hang at exit. by ben@chromium.org · 11 years ago
  82. 14632bb Increase targetSdkVersion to 19. by navabi@google.com · 11 years ago
  83. eb3dc33 Remove redundant call to switches_.end() in base::CommandLine::GetSwitchValueNative(). by vivek.vg@samsung.com · 11 years ago
  84. 426502d Move std::string instance inside of loop. by grt@chromium.org · 11 years ago
  85. 6766700 Clarify the interface of JSONStringValueSerializer::Deserialize which can only return JSONParseError codes as an error_code. by gab@chromium.org · 11 years ago
  86. eba9967 Kick the pump when allowing nestable tasks on a message loop by jamesr@chromium.org · 11 years ago
  87. d464e1c Have ScratchBuffer::Allocate prefer allocating on the stack even if a previous by mpcomplete@chromium.org · 11 years ago
  88. 6640eb4 Use TracingController for startup tracing by wangxianzhu@chromium.org · 11 years ago
  89. 3915989 Mojo: Improved C++ wrappers. by viettrungluu@chromium.org · 11 years ago
  90. 9d71daf When using C++11, use static_assert to implement COMPILE_ASSERT. by mark@chromium.org · 11 years ago
  91. 7e001eb Implement SharedMemory::ShareReadOnlyToProcess(). by jyasskin@chromium.org · 11 years ago
  92. 46fcde0 Initialize logging in the desktop shell. by ben@chromium.org · 11 years ago
  93. 7e141d6 Add a GinEmbedder enum and use it to identify WrapperInfo by jochen@chromium.org · 11 years ago
  94. 7d21a63 Add JavaScript support to Mojo's bindings generator by abarth@chromium.org · 11 years ago
  95. 8cbea72 Add more RTL-related methods to ApiCompatibilityUtils.java by newt@chromium.org · 11 years ago
  96. d69213f [Android] Send minidump service intent as root. by frankf@chromium.org · 11 years ago
  97. 05c5b69 [Android] Fix x86 compilation with multiply defined command_line.cc by jdduke@chromium.org · 11 years ago
  98. 4abdb3e Cache the numberOfProcessors value on posix and expose it to blink by jochen@chromium.org · 11 years ago
  99. b2227ba Cleanup: Fix a typo in string_split.h. by thestig@chromium.org · 11 years ago
  100. 87d6a36 Fix multiples typos while reading histogram. R=isherman@chromium.org BUG= by etienneb@chromium.org · 11 years ago