summaryrefslogtreecommitdiffstats
path: root/components/resource_provider
Commit message (Expand)AuthorAgeFilesLines
* Move mojo/application/public -> mojo/shell/publicben2016-01-129-21/+21
* Convert Pass()→std::move() in //components/[n-z]*dcheng2015-12-263-7/+11
* Switch to standard integer types in components/, part 3 of 4.avi2015-12-258-1/+15
* Add more components to "gn check", work on dom_distiller.brettw2015-11-301-0/+5
* Add context_utils.h includes where needed.torne2015-11-251-0/+1
* Convert ConnectToApplication to take a params classben2015-11-201-3/+1
* mojo_runner: Get --trace-start working with generic mojo_runner.erg2015-11-184-0/+6
* Move third_party/mojo/src/mojo/public to mojo/publicrockot2015-11-138-11/+11
* mandoline: Reland "Fix ICU initialization".erg2015-11-126-36/+0
* Revert of mandoline: Fix ICU initialization. (patchset #31 id:570001 of https...erg2015-11-106-0/+36
* mandoline: Fix ICU initialization.erg2015-11-106-36/+0
* Fix Mus example after r358343.jam2015-11-071-1/+1
* Fixes window type launcher resource lookupsky2015-11-061-5/+9
* Get Mandoline working in component build.jam2015-11-067-18/+28
* Window Type Launcher as a process.ben2015-11-032-2/+8
* gn format everything.tfarina2015-11-031-1/+3
* Adds GetDisplays() to WindowManagersky2015-10-153-10/+7
* Adds a way to determine id of content handler that created appsky2015-09-011-4/+3
* Annotate GN executables and shared_libraries with sanitizer deps.brettw2015-08-311-0/+1
* GN: Use lib.unstripped rather than lib.stripped. Add a toolchain.gniagrieve2015-08-101-1/+2
* Move JNI annotations to annotations package.aurimas2015-07-301-2/+2
* Remove interface_impl.h and error_handler.h usage from chromiumben2015-07-291-1/+0
* Allow trusted brokers to restrict connections for spawned applications to whi...ben2015-07-241-0/+1
* Fix ICU data file loading with core_services.jam2015-07-165-9/+23
* Share ICU data file among multiple Mandoline apps through the ResourceProvider.jam2015-07-156-13/+52
* GN (android): Append ".cr" to component .so's to avoid zygote lib collisionsagrieve2015-07-141-1/+1
* Replace more Tokenize calls with base::SplitStringbrettw2015-06-291-2/+3
* Move more string_util functions to base namespace.brettw2015-06-241-1/+2
* Reland: Run mojo unit tests on the Android main waterfall.msw2015-06-191-2/+1
* Makes resource_provider get resources from correct directorysky2015-06-171-1/+1
* Reland: Build Mojo apps in sub-dirs, like application packages.msw2015-06-161-2/+1
* Revert of Build Mojo apps in subdirectories, like application packages. (patc...msw2015-06-151-1/+2
* Build Mojo apps in subdirectories, like application packages.msw2015-06-151-2/+1
* Cleanup GN BUILD files, gni's and imports.msw2015-06-093-5/+1
* Fixes for GN Android build inputs/outputsbrettw2015-06-021-0/+1
* Updates mojo build rules for proper input/outputsbrettw2015-06-011-0/+3
* Update mojo sdk to rev 1dc8a9a5db73d3718d99917fadf31f5fb2ebad4frockot2015-05-241-1/+1
* Revert "Update mojo sdk to rev 1dc8a9a5db73d3718d99917fadf31f5fb2ebad4f"Steven Holte2015-05-221-1/+1
* Update mojo sdk to rev 1dc8a9a5db73d3718d99917fadf31f5fb2ebad4frockot2015-05-221-1/+1
* Fix crash in ResourceLoader if the resources were retrieved before BlockUntil...jam2015-05-211-1/+1
* Move navigations with POST or referrer to the shell.jam2015-05-211-1/+3
* Remove duplicate application cpp files in mojo/application.jam2015-05-204-10/+6
* Simplify mojo/application/public/cpp/BUILD.gn to call the target cpp instead ...jam2015-05-151-1/+1
* Fork the mojo shell interfaces used by Mandoline.jam2015-05-147-12/+14
* core_services: Move resource_provider to core_services.erg2015-05-133-8/+9
* Makes ResourceLoader own handles and return Filessky2015-05-123-12/+29
* Changes ResourceLoader to use WaitForIncomingMessage().sky2015-05-103-34/+39
* Use output_name for Mojo and Mandoline test targets.msw2015-05-071-1/+2
* Removes bogus targetScott Violet2015-05-071-9/+0
* Adds an object to ease loading resourcessky2015-05-075-85/+188