summaryrefslogtreecommitdiffstats
path: root/mojo/services
Commit message (Expand)AuthorAgeFilesLines
* Make UrlRequestContextBuilder take scoped_ptr's when it takes ownershippauljensen2015-09-011-4/+3
* Annotate GN executables and shared_libraries with sanitizer deps.brettw2015-08-311-0/+1
* Consolidate startup_metric_utils BrowserOpenTabs code.msw2015-08-273-6/+6
* Refine Chrome and Mandoline startup metric measurements.msw2015-08-263-0/+8
* Using scoped_ptr for URLRequestJobFactoryImpl::SetProtocolHandlersvaldez2015-08-241-2/+1
* Add stats collection for telemetry startup.warm.blank_page test.msw2015-08-189-42/+180
* HTMLViewer no longer connects to NetworkService interface.ben2015-08-1413-78/+150
* Changes lifetime of ApplicationConnection instances.ben2015-08-122-2/+2
* Convert remaining StringToLowerASCII to ToLowerASCII.brettw2015-08-111-2/+2
* GN: Use lib.unstripped rather than lib.stripped. Add a toolchain.gniagrieve2015-08-101-1/+1
* Avoid using two-phase read with MOJO_READ_DATA_FLAG_ALL_OR_NONE.yzshen2015-08-102-22/+54
* Straightens outs DEPS in mojo/commonsky2015-08-0712-10/+13
* Revert of Straightens outs DEPS in mojo/common (patchset #5 id:80001 of https...sky2015-08-0512-13/+10
* Add GetMimeTypeFromFile to Mojo's network service.msw2015-08-053-0/+16
* Straightens outs DEPS in mojo/commonsky2015-08-0512-10/+13
* Fix all failed and canceled URLRequestStatuses without errors.davidben2015-08-051-1/+4
* Mandoline: Add network-related command line flags needed by Web page replay.yzshen2015-07-291-0/+54
* Remove interface_impl.h and error_handler.h usage from chromiumben2015-07-292-2/+0
* Replace WebSockets' use of 'url::DeprecatedSerializedOrigin'.mkwst2015-07-251-4/+4
* Gets gn check to execute cleanly in most other mojo dirssky2015-07-232-0/+7
* Revert of Gets gn check to execute cleanly in most other mojo dirs (patchset ...hartmanng2015-07-232-7/+0
* Gets gn check to execute cleanly in most other mojo dirssky2015-07-232-0/+7
* mandoline filesystem: Reland "Save cookie data to the mojo:filesystem."erg2015-07-1510-13/+410
* GN (android): Append ".cr" to component .so's to avoid zygote lib collisionsagrieve2015-07-141-1/+1
* Remove mojo::ErrorHandler usage from the mojo/ folder.yzshen2015-07-1310-51/+17
* Deprecate 'url::Origin' (1/3).mkwst2015-07-111-4/+4
* Replace base::str[n]casecmp with helper functions.brettw2015-07-101-4/+5
* Mandoline: Implement basic "process per site" supportfsamuel2015-07-102-0/+40
* Revert of mandoline filesystem: Save cookie data to the mojo:filesystem. (pat...fsamuel2015-07-076-146/+11
* mandoline filesystem: Save cookie data to the mojo:filesystem.erg2015-07-066-11/+146
* mandoline filesystem: add a sqlite3 vfs to proxy filesystem usage.erg2015-06-201-0/+1
* mandoline: stub of updater servicescottmg2015-06-162-0/+23
* Cleanup GN BUILD files, gni's and imports.msw2015-06-095-5/+3
* Do not build mojo/services/test_service in component build.msw2015-06-081-1/+1
* Move URL Loader creation to a separate factory object.ben2015-06-0510-15/+107
* Stop including ip_address_number.h from net_util.heroman2015-06-031-0/+1
* Fixes for GN Android build inputs/outputsbrettw2015-06-021-0/+1
* Updates mojo build rules for proper input/outputsbrettw2015-06-011-0/+3
* Use mojo::Binding instead of mojo::InterfaceImpl in html_viewer and network_s...jam2015-05-2711-38/+55
* Make AppLifetimeHelper a member of ApplicationImpl.jam2015-05-262-3/+4
* 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
* Better iOS build fix.jam2015-05-211-10/+0
* Fix ios buildJohn Abd-El-Malek2015-05-211-0/+10
* Mojo service implementation for HTTP server - part 3yzshen2015-05-214-33/+447
* Move navigations with POST or referrer to the shell.jam2015-05-216-8/+71
* Fix WebSocket{Read,Write}Queue.yzshen2015-05-205-56/+101
* Remove duplicate application cpp files in mojo/application.jam2015-05-2020-39/+23
* Fix crash in network_service.jam2015-05-191-1/+2