1. 5ac0b17 Expose the virtual memory limit to blink by jochen@chromium.org · 10 years ago
  2. ad313ef Pass the shared memory handle in to StatsTable rather than consulting the GlobaDescriptors. by brettw@chromium.org · 10 years ago
  3. df86cf1 Update usb charging command to wait for it to succeed. by qsr@chromium.org · 10 years ago
  4. c028e92 Fix mojo dependencies for component build. by primiano@chromium.org · 10 years ago
  5. 679eceb Push API: send and receive IPC messages for registration. by mvanouwerkerk@chromium.org · 10 years ago
  6. f13623a Revert 262344 "don't use glibc-specific execinfo.h on uclibc builds" by earthdok@chromium.org · 10 years ago
  7. 940ad40 Add regular expression support in policy schema. by binjin@chromium.org · 10 years ago
  8. 1192a4b don't use glibc-specific execinfo.h on uclibc builds by mostynb@opera.com · 10 years ago
  9. 8e081ad Mojo: MessageInTransit clean-up. by viettrungluu@chromium.org · 10 years ago
  10. c6baf06 Cleanup: Remove NOTIFICATION_EXTENSION_UNLOADED usage in MediaScanManager. by thestig@chromium.org · 10 years ago
  11. 9f5ee42 Remove all uses of GG_LONGLONG and GG_ULONGLONG. by viettrungluu@chromium.org · 10 years ago
  12. 9517214 base: Add ScopedJavaLocalFrame class. by reveman@chromium.org · 10 years ago
  13. 8aee764 Mojo: Dispatcher::MessageInTransitAccess functions don't need to take the lock. by viettrungluu@chromium.org · 10 years ago
  14. e1df666 define LIBC_GLIBC as 1 for consistency by mostynb@opera.com · 10 years ago
  15. 1368a1c Mojo: Mojom: Test the parser when there's no module declared. by viettrungluu@chromium.org · 10 years ago
  16. 7827c74 Commit changes after a reset. by erikwright@chromium.org · 10 years ago
  17. 6f20341 Mojo Spy core first CL. Introduces mojo::Spy files by cpu@chromium.org · 10 years ago
  18. fc1bef4 Revert 262147 "Remove all uses of GG_LONGLONG and GG_ULONGLONG." by scottmg@chromium.org · 10 years ago
  19. c4787f2 Remove all uses of GG_LONGLONG and GG_ULONGLONG. by viettrungluu@chromium.org · 10 years ago
  20. ddbf729 win: sealed -> final rename, part 3/3. by thakis@chromium.org · 10 years ago
  21. d720378 x11: Initialize the connection to X11 display with the message-pump. by sadrul@chromium.org · 10 years ago
  22. b6de313 Use TimeTicks instead of gettimeofday in ProcessMetrics. by thakis@chromium.org · 10 years ago
  23. c976b18 Add support for reading .gypi files. by brettw@chromium.org · 10 years ago
  24. 3389710 Removes use_mojo by sky@chromium.org · 10 years ago
  25. 9b7c756 Revert of Attempting to resolve a race condition with PowerMonitor (https://codereview.chromium.org/179923006/) by scottmg@chromium.org · 10 years ago
  26. 1109f8f base: Do not allow MessagePumpObservers to consume events. by sadrul@chromium.org · 10 years ago
  27. 68f9136 Attempting to resolve a race condition with PowerMonitor. by bajones@chromium.org · 10 years ago
  28. be4515c x11: Move X event handling out of the message-pump. by sadrul@chromium.org · 10 years ago
  29. 93417dc Mojo: Abstract out write/writev vs send/sendmsg (for Unix domain sockets). by viettrungluu@chromium.org · 10 years ago
  30. 13e4f6f Mojo: Get rid of some EOL whitespace in C++ .tmpl files. by viettrungluu@chromium.org · 10 years ago
  31. cf94a7b Adds ScopedHandleBase::From by sky@chromium.org · 10 years ago
  32. 527ea31 Base: Make file_util and file use the same code to translate from stat to File::Info by rvargas@chromium.org · 10 years ago
  33. 4dfec4a Mojo: Use Promises for request/response calls in the JavaScript bindings. by mpcomplete@google.com · 10 years ago
  34. 12452bf Mojo: Add a "pytest" to mojob.sh that runs Python unit tests. by viettrungluu@chromium.org · 10 years ago
  35. e97313f Mojo: Move mojo/public/data/bindings/tests/ to mojo/public/interfaces/bindings/tests/data/. by viettrungluu@chromium.org · 10 years ago
  36. 0e35503 Mojo: Move mojo/public/bindings to mojo/public/tools/bindings. by viettrungluu@chromium.org · 10 years ago
  37. 727b2d3 Get rid of all component builds specific .isolate. by maruel@chromium.org · 10 years ago
  38. 292fac2 Mojo: Add the ability to attach PlatformHandles to MessageInTransits. by viettrungluu@chromium.org · 10 years ago
  39. c0e1367 Makes it so mojom files don't need a module by sky@chromium.org · 10 years ago
  40. cd83329 [Android] Remove an unused method from LibraryLoader by feng@chromium.org · 10 years ago
  41. 7d163b0 Fix for x64. Address passed using jint. by anton@chromium.org · 10 years ago
  42. a124374 Move Translate renderer messages to the Translate component by droger@chromium.org · 10 years ago
  43. e1cb16c Mojo: Move mojo/public/bindings/js to mojo/public/js/bindings. by viettrungluu@chromium.org · 10 years ago
  44. 7d8c5ee device/bluetooth: Rename device::bluetooth_utils::UUID to device::BluetoothUUID by armansito@chromium.org · 10 years ago
  45. b239581 win: Now that we're on msvs2013, spell final 'final' not 'sealed'. by thakis@chromium.org · 10 years ago
  46. 644371e Add a wrapper script which modifies the .isolate on the fly. by maruel@chromium.org · 10 years ago
  47. e7cb1d5 Use cross-platform base::UncheckedMalloc for skia by b.kelemen@samsung.com · 10 years ago
  48. 61aad68 Replace RULE_INPUT_PATH with RULE_INPUT_DIRNAME/RULE_INPUT_ROOT.mojom by sky@chromium.org · 10 years ago
  49. bcacfdb Adds a generator for writing messages to disk by sky@chromium.org · 10 years ago
  50. 95c0425 mojo/gpu: use SharedBuffer instead of base::SharedMemory with hacks by piman@chromium.org · 10 years ago
  51. dd1d1dc Revert 261566 "device/bluetooth: Rename device::bluetooth_utils:..." by nick@chromium.org · 10 years ago
  52. 32001f8 device/bluetooth: Rename device::bluetooth_utils::UUID to device::BluetoothUUID by armansito@chromium.org · 10 years ago
  53. 8305414 Mojo: Make Channel take a RawChannel rather than creating it. by viettrungluu@chromium.org · 10 years ago
  54. bf3b32e Change mojo JS bindings to expose a handle object, which is Closed when garbage by mpcomplete@chromium.org · 10 years ago
  55. d37284e Make GetFilesChanged work with copied files. by jbudorick@chromium.org · 10 years ago
  56. b9cfb15 Make ShaderTranslatorCache per thread refcounted by boliu@chromium.org · 10 years ago
  57. b4844f4 Mojo: Add an "overview" comment to mojo/public/cpp/system/core.h. by viettrungluu@chromium.org · 10 years ago
  58. 9b8a339 Mojo: Mojom: Add basic lexer tests, and remove hex float constants. by viettrungluu@chromium.org · 10 years ago
  59. 5b15841 [Android] Fix a few issues related to old lib deletion. by feng@chromium.org · 10 years ago
  60. b58eb01 GN: Move towards only using / on Windows by scottmg@chromium.org · 10 years ago
  61. 7d18480 check_return_value.py should drop stderr of the command it runs. by jochen@chromium.org · 10 years ago
  62. 6d9644e Refactor gpu::Buffer to allow different types of backing by piman@chromium.org · 10 years ago
  63. 0dc8964 mojo: add handle<shared_buffer> support to generator by piman@chromium.org · 10 years ago
  64. 8279fe0 mojo_shell needs to have an Environment set up. by davemoore@chromium.org · 10 years ago
  65. 788229d Adding battery control API for android. by qsr@chromium.org · 10 years ago
  66. 1ea2f7d gpu: Lose context when BeginQueryEXT fails to allocate. by danakj@chromium.org · 10 years ago
  67. 1c7de3d Revert of gpu: Raise GL_OUT_OF_MEMORY when BeginQueryEXT fails to allocate. (https://codereview.chromium.org/199443004/) by pfeldman@chromium.org · 10 years ago
  68. cd4fc50 gpu: Lose context when BeginQueryEXT fails to allocate. by danakj@chromium.org · 10 years ago
  69. 34a11af Adds a way to associate key/value pairs with the environment by sky@chromium.org · 10 years ago
  70. c4031c0 Mojo: Move mojo/public/bindings/tests/*.mojom to mojo/public/interfaces/bindings/tests/. by viettrungluu@chromium.org · 10 years ago
  71. 2c4bf92 Mojo: Move public/bindings/tests/*.cc to public/cpp/bindings/tests/. by viettrungluu@chromium.org · 10 years ago
  72. dee63ee Mojo: Move mojo/public/bindings/lib to mojo/public/cpp/bindings/lib. by viettrungluu@chromium.org · 10 years ago
  73. 3e69417 Mojo: Move mojo/public/bindings/*.h to mojo/public/cpp/bindings/*.h. by viettrungluu@chromium.org · 10 years ago
  74. 5f1a6e7 Mojo: Implement MojoUnmapBuffer(). by viettrungluu@chromium.org · 10 years ago
  75. 6ef90d8 Remove all uses of GG_UINT32_C. by viettrungluu@chromium.org · 10 years ago
  76. a9d5bff Remove CommandBuffer::GetTransferBuffer. by piman@chromium.org · 10 years ago
  77. 4f34976 Mojo: RawSharedBuffer::Mapping -> RawSharedBufferMapping. by viettrungluu@chromium.org · 10 years ago
  78. 7f164d9 base::MD5IntermediateFinal() generates digest non-destructively. by shess@chromium.org · 10 years ago
  79. 94f5b7d Implement Read/WriteAtCurrentPos correctly by hashimoto@chromium.org · 10 years ago
  80. 7c3e555 Make ARM64 detection consistent. by primiano@chromium.org · 10 years ago
  81. aa749fa [Android] Extract device blacklisting into its own module. by jbudorick@chromium.org · 10 years ago
  82. 6aee57d Change AckEvent into request / response by davemoore@chromium.org · 10 years ago
  83. e713626 Make mojo_system honor component type by sky@chromium.org · 10 years ago
  84. 214ebb8 Mojo: Move mojo/public/shell to mojo/public/{cpp,interfaces}/shell. by viettrungluu@chromium.org · 10 years ago
  85. d731910 Remove unused GG_(U)INTn_C macros from base/port.h. by viettrungluu@chromium.org · 10 years ago
  86. 51ce626 Add unistd.h include in a file using geteuid(). by thakis@chromium.org · 10 years ago
  87. 8d90d9f Mojo: Move public/tests/test_{support,utils}.* to public/{c,cpp}/test_support. by viettrungluu@chromium.org · 10 years ago
  88. 1e4248c Increase the broken tests threshold from 10 to 20 by phajdan.jr@chromium.org · 10 years ago
  89. 2788607 Mojo: Move mojo/public/gles2/gles2_cpp.h to mojo/public/cpp/gles2/gles2.h. by viettrungluu@chromium.org · 10 years ago
  90. 5c5f9f2 Mojo: Move the handle table details out of CoreImpl into its own class. by viettrungluu@chromium.org · 10 years ago
  91. 1e759fd Mojo: Move C gles2 header files to mojo/public/c/gles2. by viettrungluu@chromium.org · 10 years ago
  92. a361b98 Add a PPB_Find_Private function to set the tickmarks on the page. by raymes@chromium.org · 10 years ago
  93. 8507da3 Revert 260399 "Temporary CHECK version 2 in IPC::Channel::Send()..." by viettrungluu@chromium.org · 10 years ago
  94. 9bd0462 Revert 260408 "Another temporary CHECK to help track down crash ..." by viettrungluu@chromium.org · 10 years ago
  95. 7b71212 Another temporary CHECK to help track down crash in IPC. by viettrungluu@chromium.org · 10 years ago
  96. c4a990b Temporary CHECK version 2 in IPC::Channel::Send() to help track down crash. by viettrungluu@chromium.org · 10 years ago
  97. 8766c7e Revert 260373 "Add a temporary CHECK to IPC::Channel::Send() to ..." by viettrungluu@chromium.org · 10 years ago
  98. f3a9135 Separate storage for protected preferences into Protected Preferences file. by erikwright@chromium.org · 10 years ago
  99. b2c10c5 Update code related to OOM errors in sanitizer builds. by earthdok@chromium.org · 10 years ago
  100. 6636ab2 Add a temporary CHECK to IPC::Channel::Send() to help track down crash. by viettrungluu@chromium.org · 10 years ago