1. 9845b89 Remove indirection of cpufeatures.gypi. by torne · 10 years ago
  2. 236b82b Remove android_library_loader_hook from content API by michaelbai · 11 years ago
  3. 842c972d This is the first patch to separate JNI registration with initialization, currently, we have JNI_OnLoad defined multiple places which has a lot of by michaelbai · 11 years ago
  4. 70fb54767 Move //mojo/{public, edk} underneath //third_party by blundell · 11 years ago
  5. 829dc9a Move mojo gypfiles to toplevel mojo by rockot · 11 years ago
  6. 089c07c9 Implement HasPermission() method in PermissionService. by timvolodine · 11 years ago
  7. ea4b5a8 Revert of Implement HasPermission() method in PermissionService. (patchset #28 id:580001 of https://codereview.chromium.org/750633003/) by thakis · 11 years ago
  8. 14570267 Implement HasPermission() method in PermissionService. by timvolodine · 11 years ago
  9. f0c72398 Revert of Implement HasPermission() method in PermissionService. (patchset #24 id:480001 of https://codereview.chromium.org/750633003/) by rsleevi · 11 years ago
  10. 277b23d Implement HasPermission() method in PermissionService. by timvolodine · 11 years ago
  11. d5de7e4 Upstream ResourceManager by jaekyun · 11 years ago
  12. a912526 Update mojo sdk to rev e01f9a49449381a5eb430c1fd88bf2cae73ec35a by jamesr · 11 years ago
  13. 777e37d Move mojo/edk gyp targets in to mojo/edk/mojo_edk.gyp by jamesr · 11 years ago
  14. b83f9dc Define gyp targets for mojo/public/* in mojo/public/mojo_public.gyp by jamesr · 11 years ago
  15. 929c484 Do not initialize an ApplicationManager in chromium. by qsr · 11 years ago
  16. c9f5110 Move startup_helper_win.cc to separate target for incremental build by [email protected] · 11 years ago
  17. e9cac98e Mojo: Rename ServiceManager to ApplicationManager. by [email protected] · 11 years ago
  18. e9b17cf Mojo: split up service_provider.mojom by [email protected] · 11 years ago
  19. 7e77c0d Extract mojo_base.gyp from mojo.gyp by [email protected] · 11 years ago
  20. 8c4e867 Mojo: Remove InterfaceProvider. by [email protected] · 11 years ago
  21. c52a141 Support exposing Mojo services between render frames, render threads, and their respective hosts. by [email protected] · 11 years ago
  22. 66bf7e2 Shell / ShellClient -> ServiceProvider by [email protected] · 11 years ago
  23. 76a1329 Revert 272983 "Change Shell / ShellClient to ServiceProvider" by [email protected] · 11 years ago
  24. 922f2503 Change Shell / ShellClient to ServiceProvider by [email protected] · 11 years ago
  25. 2fa89ef Remove {linux|android}_use_tcmalloc and switch to use_allocator in Chromium. by [email protected] · 11 years ago
  26. f68c146 Move Mojo channel initialization closer to IPC::Channel setup by [email protected] · 11 years ago
  27. 2442605 Revert 265693 "Move Mojo channel initialization closer to IPC::C..." by [email protected] · 11 years ago
  28. 1a8abcd Move Mojo channel initialization closer to IPC::Channel setup by [email protected] · 11 years ago
  29. 3a73473 Make mojo_system static and mojo_system_impl a component, never use both by [email protected] · 11 years ago
  30. 0fb4abfc Revert 263717 "Make mojo_system static and mojo_system_impl a co..." by [email protected] · 11 years ago
  31. cf28cd1 Make mojo_system static and mojo_system_impl a component, never use both by [email protected] · 11 years ago
  32. 1c142a5 Removes use_mojo by [email protected] · 11 years ago
  33. abe4d45 Add extensions_unittests target for unit tests in //extensions. by [email protected] · 11 years ago
  34. 5d90df5 Add creation of ServiceManager to Content (2nd try) by [email protected] · 11 years ago
  35. cfda411c Revert of Add creation of ServiceManager to Content (https://codereview.chromium.org/187183002/) by [email protected] · 11 years ago
  36. e0bd76c Add creation of ServiceManager to Content by [email protected] · 11 years ago
  37. 5062a57 Revert 258438 "Add creation of ServiceManager to Content" by [email protected] · 11 years ago
  38. 053baf3 Add creation of ServiceManager to Content by [email protected] · 11 years ago
  39. ed8fd915 Move ui.gyp into ui/base/ directory. by [email protected] · 11 years ago
  40. b5e2d78 Move geometric types to a separate, more lightweight target. by [email protected] · 12 years ago
  41. 114efae Restructure the events target into two components: by [email protected] · 12 years ago
  42. 522b0c8 events: Create a separate events component out of ui. by [email protected] · 12 years ago
  43. 529a3cf gfx: Create a separate gfx component out of ui. by [email protected] · 12 years ago
  44. 7df6fff Revert 225857 "gfx: Create a separate gfx component out of ui." by [email protected] · 12 years ago
  45. 89063721 gfx: Create a separate gfx component out of ui. by [email protected] · 12 years ago
  46. cee179e Since some child processes, such as PPAPI_BROKER plugin, might not run in sandbox, Sandboxed process is renamed to Child process by [email protected] · 12 years ago
  47. 597323a Revert 183089 by [email protected] · 13 years ago
  48. 7ccd609 Linux: add option to use system tcmalloc (off by default) by [email protected] · 13 years ago
  49. 029a771 Android: Fix compile errors in content_browsertests by [email protected] · 13 years ago
  50. f2d7606 android: Pass CPU properties from browser to renderer process. by [email protected] · 13 years ago
  51. 3dbbe22 Build content_main_runner.cc on iOS. by [email protected] · 13 years ago
  52. 9fc7e36e Enable a minimal content/ build on iOS by [email protected] · 13 years ago
  53. aeaaaf0 Add preliminary iOS support to more content/ gypi files by [email protected] · 13 years ago
  54. abef4b33 Move Android user agent generation to native code by [email protected] · 13 years ago
  55. dc7852d Register JNI for content_unittests. by [email protected] · 13 years ago
  56. d0924cb3 Upstream most of the user agent code for Android. by [email protected] · 13 years ago
  57. b8452fa android content shell bringup. by [email protected] · 13 years ago
  58. 5b6f069 Added sandboxed process service. by [email protected] · 13 years ago
  59. 9e921b30 Fix a typo in content_app.gypi by [email protected] · 13 years ago
  60. 7bd8917 by [email protected] · 13 years ago
  61. e97b25c Fixed the dependency. by [email protected] · 13 years ago
  62. be561d9 Give ContentMainDelegate a default implementation to simplify embedders. by [email protected] · 13 years ago
  63. f573ed6b Support sharing of ContentMain and BrowserMain code with embedded use cases (try #3). by [email protected] · 14 years ago
  64. b1b33e5 Revert 121236 - Support sharing of ContentMain and BrowserMain code with embedded use cases (try #2). by [email protected] · 14 years ago
  65. e0a14c0 Support sharing of ContentMain and BrowserMain code with embedded use cases (try #2). by [email protected] · 14 years ago
  66. 9e49959 Revert "Support sharing of ContentMain and BrowserMain code with embedded use cases." by [email protected] · 14 years ago
  67. 6f2b39b Support sharing of ContentMain and BrowserMain code with embedded use cases. by [email protected] · 14 years ago
  68. badf5cf Expose the sandbox related code through the content API. I did a bit of cleanup while I was doing this. by [email protected] · 14 years ago
  69. 16320ea Move ContentMainDelegate to content/public/. by [email protected] · 14 years ago
  70. 54f8747 fix indentation in content_*.gypi. by [email protected] · 14 years ago
  71. 476035d re-land r100988 (gpy refactoring for content dll). by [email protected] · 14 years ago
  72. 2124e7b Revert r100988 (gpy refactoring for content dll). by [email protected] · 14 years ago
  73. e9bef4b This change merges all of the content code into a single library; the contents of the library are pulled from individual gypis that are now just collections of settings. by [email protected] · 14 years ago
  74. 5629e0c Basic scaffolding for a "content shell", i.e. test browser over the content module. Once it's working, this will allow developers working on the core chrome code/web platform/networking etc to test their changes on a much smaller and hence faster to build/run/debug browser. by [email protected] · 14 years ago
  75. 93156cec Make the NaCl windows 64 bit binaries not depend on chrome targets. These targets are very simple and used little code from chrome targets. However their dependency on chrome targets was problematic because a lot of code wasn't being built for 64 bit on Windows, and so there were a lot of "dummy" files being added with stub functions and code was also being compiled out in random places for NACL_WIN64. by [email protected] · 14 years ago
  76. f0bc06a Finish moving all the generic startup code from ChromeMain to ContentMain, and add callbacks to ContentMainDelegate to handle the Chrome specific pieces. by [email protected] · 14 years ago
  77. d85d670 Start moving ChromeMain code to content so it can be reused by other embedders. I've only moved a little bit of the code for now, and will do the rest in followup changes. by [email protected] · 14 years ago