1. 822f1fb Ensure that any IPC sent from a child process that couldn't be deserialized causes that process to be killed. by jam@chromium.org · 10 years ago
  2. 22ba817 Fix js_to_cpp_unittest handling of null arrays. by tsepez@chromium.org · 10 years ago
  3. 47418dd Extend PR_ParseTimeString() to accept some ISO 8601 formats to fix timezone parsing in SyslogParser. by tnagel@chromium.org · 10 years ago
  4. b5769a8 Mojo: Fix mojom parser unit tests. by viettrungluu@chromium.org · 10 years ago
  5. bea6892 Replace FileUtilProxy with FileProxy in renderer_host/pepper by rvargas@chromium.org · 10 years ago
  6. 35d06f8 Remove the hard_dep flag in GN. by brettw@chromium.org · 10 years ago
  7. 7d2c2c7 Mojo: Remove dangerous default argument in mojom_bindings_generatory.py: ProcessFile(). by viettrungluu@chromium.org · 10 years ago
  8. 80bc1e3 Helper classes for java bindings. by qsr@chromium.org · 10 years ago
  9. 70fde61 Android: cleans up jni_generator_ptr_type. by bulach@chromium.org · 10 years ago
  10. f9dde40 Make Mojo sample app work again. by aa@chromium.org · 10 years ago
  11. 6ce06d6 Mojo: Fix some platform handle passing bugs and add a test. by viettrungluu@chromium.org · 10 years ago
  12. 1a21d49 Mojo: cancel pending AsyncWait calls when the callers thread exits by darin@chromium.org · 10 years ago
  13. 5a1355d Gamepad API support for chrome on android by skhatri@nvidia.com · 10 years ago
  14. 4bd0b8f Before this patch it was possible that the root node would have incorrect bounds after removal of a direct descendant node. Fixes that and adds a unit test to detect it in the future. by luken@chromium.org · 10 years ago
  15. 7488d0e [Refactor] Consolidate the logic for whether a widget can be activated. by pkotwicz@chromium.org · 10 years ago
  16. 466a549 Add get_syzygy_binaries.py script. by chrisha@chromium.org · 10 years ago
  17. 2262321 Mojo: Fiddle with EpsilonTimeout() some more. by viettrungluu@chromium.org · 10 years ago
  18. ecc5098 Add Battery Status API support in content/renderer and IPC messages. by timvolodine@chromium.org · 10 years ago
  19. 6d885f8 Fix memory leak in BindingsSampleTest.Basic by darin@chromium.org · 10 years ago
  20. f8f8c98 Mojo: Make a deleter for PlatformHandleVectors that closes all the handles. by viettrungluu@chromium.org · 10 years ago
  21. 65bedbc Simplify IPC_BEGIN_MESSAGE_MAP_WITH_PARAM macro by using decltype keyword. by jam@chromium.org · 10 years ago
  22. 4ee89b3 Revert of Add get_syzygy_binaries.py script. (https://codereview.chromium.org/288703002/) by jiayl@chromium.org · 10 years ago
  23. e43d006 Revert 270383 "Reland https://codereview.chromium.org/276493002:..." by glider@chromium.org · 10 years ago
  24. 672cc09 [Android] Build android tools as PIE and add a wrapper for ICS by primiano@chromium.org · 10 years ago
  25. b7d273e Add get_syzygy_binaries.py script. by chrisha@google.com · 10 years ago
  26. 2ce9afc Bluetooth UUIDs should be case-insensitive. by isherman@chromium.org · 10 years ago
  27. a623ef0 [Telemetry] Speed up page_cycler on android. by bulach@chromium.org · 10 years ago
  28. 3d80f28 Pass arguments from mojom_bindings_generator.py to each individual generator. by qsr@chromium.org · 10 years ago
  29. 738e89d Reland https://codereview.chromium.org/276493002: Enable ToolsSanityTest.SingleElementDeletedWithBraces and ToolsSanityTest.ArrayDeletedWithoutBraces under AddressSanitizer on Linux. by glider@chromium.org · 10 years ago
  30. 182cb52 Remove SCM_CREDENTIALS fallback code from breakpad by mdempsky@chromium.org · 10 years ago
  31. 5be92a7 Makes CreateNode and CreateView take 32bit values by sky@chromium.org · 10 years ago
  32. 28c9309 [Telemetry] Speed up page_cycler on android. by bulach@chromium.org · 10 years ago
  33. 511a876 Mojo: Base our epsilon timeouts off of TestTimeouts::tiny_timeout(). by viettrungluu@chromium.org · 10 years ago
  34. 7568350 Add mojo web UI framework based on Nat's TVCM by cpu@chromium.org · 10 years ago
  35. 820a732 Revert 270173 "Remove SCM_CREDENTIALS fallback code from breakpad" by piman@chromium.org · 10 years ago
  36. f637018 Add support for passing an arbitrary parameter to an IPC message handler. The motivation is for WebContentsObserver to pass RenderFrameHost* to message handlers easily. by jam@chromium.org · 10 years ago
  37. 5d1a8fb Mojo: Add a dispatcher that wraps a PlatformHandle (for use by the embedder). by viettrungluu@chromium.org · 10 years ago
  38. 2220537 Couple of changes for viewmanager by sky@chromium.org · 10 years ago
  39. 084fd19 Makes BackgroundServiceLoader destroy loader on background thread by sky@chromium.org · 10 years ago
  40. ee5f4de Resubmit "Add an UMA metric to track whether running on a tablet". by zturner@chromium.org · 10 years ago
  41. e32afbb Get rid of the services namespace and move the service into the service sub-namespace by ben@chromium.org · 10 years ago
  42. 4b2a1c7 Remove unneeded kFindInodeSwitch by mdempsky@chromium.org · 10 years ago
  43. dbc250d Synchronizes View instances across clients. by ben@chromium.org · 10 years ago
  44. abdf8ed Remove SCM_CREDENTIALS fallback code from breakpad by mdempsky@chromium.org · 10 years ago
  45. b9ee26e Remove stray platform_file.h from chrome and components by rvargas@chromium.org · 10 years ago
  46. 0786ad9 Linux: Implement recursive file watching. by thestig@chromium.org · 10 years ago
  47. 25612e9 Revert 270087 "Enable ToolsSanityTest.SingleElementDeletedWithBr..." by zhaoqin@google.com · 10 years ago
  48. cac211d A couple of incremental improvements for DiscardableMemory. by mark@chromium.org · 10 years ago
  49. 4c4f411 Document more explicitly that Time lives in UTC. by tnagel@chromium.org · 10 years ago
  50. 976df9e Revert 270122 "Synchronizes View instances across clients." by ben@chromium.org · 10 years ago
  51. d83b22f Synchronizes View instances across clients. by ben@chromium.org · 10 years ago
  52. b753a03 Mojo: Add test utils to go between a ScopedPlatformHandle and a ScopedFILE. by viettrungluu@chromium.org · 10 years ago
  53. 81b6f7c Enable ToolsSanityTest.SingleElementDeletedWithBraces and ToolsSanityTest.ArrayDeletedWithoutBraces under AddressSanitizer on Linux. by glider@chromium.org · 10 years ago
  54. 4136fa7 Crazy linker fix for by simonb@chromium.org · 10 years ago
  55. ce9eaed Sync: Do not generate non-UTF8 names for delete directives. by thestig@chromium.org · 10 years ago
  56. d0b5350 Fix a findbugs warning - check file.delete return value. by vandebo@chromium.org · 10 years ago
  57. 44881f9 Pass data down pipes in mojo fuzzing tests. by tsepez@chromium.org · 10 years ago
  58. 3eb4944 Mojo: (Theoretically) implement the read side of platform handle passing. by viettrungluu@chromium.org · 10 years ago
  59. 905d5a1 Mojo: Delete some old, unused code. by viettrungluu@chromium.org · 10 years ago
  60. 104c849 Add SetClient method implementation to InterfaceImpl. by darin@chromium.org · 10 years ago
  61. ec683a7 Switch thread_local to use ThreadPlatformStorage in Android by michaelbai@chromium.org · 10 years ago
  62. d00be0c Introduces another change id to hierarchy mutations by sky@chromium.org · 10 years ago
  63. c21c9dd Use the new ScopedMachVM class and the MACH_LOG family of logging macros by mark@chromium.org · 10 years ago
  64. 63a01af Dispatch geolocation IPCs on the UI thread. Aside from simplifying the code to avoid a lot of thread hops, this sets things up for converting the code to work on RenderFrames instead of RenderViews. by jam@chromium.org · 10 years ago
  65. 1393d24 Introduce a new framework for back-and-forth tracked preference migration by gab@chromium.org · 10 years ago
  66. f2bb8f5 We want to be able to use the generated mojom.js files on web servers by abarth@chromium.org · 10 years ago
  67. f63334f Two fixes for mojo JS bindings by sky@chromium.org · 10 years ago
  68. d7bc5b9 Mojo: Add support for constants to the IDL compiler. by mpcomplete@chromium.org · 10 years ago
  69. b99732e base: Use DiscardableMemoryManager on MacOSX. by reveman@chromium.org · 10 years ago
  70. ae0b238 ui/compositor: move the browser compositor thread to the ContextFactory by piman@chromium.org · 10 years ago
  71. 86eae28 Android: optimizes jni_generator. by bulach@chromium.org · 10 years ago
  72. c1dd126 Remove temporary temporary file deletion by skyostil@chromium.org · 10 years ago
  73. 85efa8c Fix compile error on Win64 due to C++ warning 4275 occurring because an exported class ViewManagerConnection is deriving from a non exported interface IViewManager. by ananta@chromium.org · 10 years ago
  74. f5b2955 Fix compile error on Win64 due to C++ warning 4275 occurring because an exported class ViewManagerConnection is deriving from a non exported interface IViewManager by ananta@chromium.org · 10 years ago
  75. da35e43 Fix names of headers in mojo_public.gypi by darin@chromium.org · 10 years ago
  76. c9d7d05 Revert 269452 "Fix header name in GYP file" by rlp@chromium.org · 10 years ago
  77. 65c892b Fix header name in GYP file by darin@chromium.org · 10 years ago
  78. e895c60 Mojo: Replace RemotePtr with InterfacePtr and InterfaceImpl by darin@chromium.org · 10 years ago
  79. 62caaa3 Revert 269415 "Introduce a new framework for back-and-forth trac..." by ananta@chromium.org · 10 years ago
  80. da40d95 Changes to deletion/ownership of nodes in the client lib. by ben@chromium.org · 10 years ago
  81. b080a29 Revert 269414 "Changes to deletion/ownership of nodes in the cli..." by ben@chromium.org · 10 years ago
  82. 8d6cb68 Introduce a new framework for back-and-forth tracked preference migration by gab@chromium.org · 10 years ago
  83. 696cc49 Changes to deletion/ownership of nodes in the client lib. by ben@chromium.org · 10 years ago
  84. a4ff14c Mojo: (Theoretically) implement sending PlatformHandles (i.e., FDs) across a RawChannel on POSIX. by viettrungluu@chromium.org · 10 years ago
  85. f84386b Revert 269346 "Introduce a new framework for back-and-forth trac..." by rlp@chromium.org · 10 years ago
  86. 769b2b4 Mojo: Add the ability to allocate space for platform handle info in TransportData. by viettrungluu@chromium.org · 10 years ago
  87. 5e9247f Introduce a new framework for back-and-forth tracked preference migration by gab@chromium.org · 10 years ago
  88. 4e94b14 Wires up view manager to an actual display by sky@chromium.org · 10 years ago
  89. 20e6c09 Create copy of context record before passing it to StackWalk64 by marcing@opera.com · 10 years ago
  90. 1865fde Revert 269267 "Wires up view manager to an actual display" by sky@chromium.org · 10 years ago
  91. a3a86e1 Adding reference to interface in methods. by qsr@chromium.org · 10 years ago
  92. 462cb94 Add ScopedMachVM to Chrome. by mark@chromium.org · 10 years ago
  93. 37746c8 Fix out-of-bound access in MessageHeaderValidator and test facility. by yzshen@chromium.org · 10 years ago
  94. 62ce6e6 Wires up view manager to an actual display by sky@chromium.org · 10 years ago
  95. 38bf00a Add mach_logging to Chrome. by mark@chromium.org · 10 years ago
  96. a06c8a5 Allow MakeCriticalClosure to enclose closures with non-void return types. by gab@chromium.org · 10 years ago
  97. 409c255 Revert of Wires up view manager to an actual display (https://codereview.chromium.org/267293004/) by phajdan.jr@chromium.org · 10 years ago
  98. 36f8b2f Wires up view manager to an actual display by sky@chromium.org · 10 years ago
  99. f8c2b03 Revert 269197 "Mojo: Add the ability to allocate space for platf..." by marja@chromium.org · 10 years ago
  100. bbdd631 Mojo: Add the ability to allocate space for platform handle info in TransportData. by viettrungluu@chromium.org · 10 years ago