summaryrefslogtreecommitdiffstats
path: root/content/browser/webui/web_ui_mojo_browsertest.cc
Commit message (Expand)AuthorAgeFilesLines
* Convert Pass()→std::move() in //content/browserdcheng2015-12-261-2/+3
* Switch to standard integer types in content/browser/.avi2015-12-251-0/+1
* Serve mojo WebUI resources from the same origin as the WebUI itself.sammc2015-11-301-10/+25
* Revert of Serve mojo WebUI resources from the same origin as the WebUI itself...magjed2015-11-241-24/+10
* Serve mojo WebUI resources from the same origin as the WebUI itself.sammc2015-11-241-10/+24
* Move third_party/mojo/src/mojo/public to mojo/publicrockot2015-11-131-3/+3
* Migrating tests to use EmbeddedTestServer (/content)svaldez2015-11-031-4/+5
* Update mojo sdk to rev a05bfef8096006056b2fff78092faf14d1319782rockot2015-07-081-1/+1
* Revert of Update mojo sdk to rev a05bfef8096006056b2fff78092faf14d1319782 (pa...thakis2015-07-071-1/+1
* Update mojo sdk to rev a05bfef8096006056b2fff78092faf14d1319782rockot2015-07-071-1/+1
* Add a mojo shell service to render framesrockot2015-06-081-9/+32
* Revert of Add a mojo shell service to render frames (patchset #3 id:160001 of...rockot2015-06-081-29/+7
* Add a mojo shell service to render framesrockot2015-06-081-7/+29
* Remove mojo::InterfaceImpl from render_thread_impl and web_ui_mojo_browsertest.sammc2015-05-201-6/+8
* Include Mojo SDK/EDK via fully-qualified paths in Chromium code.blundell2015-01-231-4/+4
* Remove usage of [Client=..] from web_ui_mojo test.darin2015-01-131-21/+9
* Update mojo sdk to rev e3719475d5971283d1d2250533d53066b2ff9797rockot2015-01-061-1/+2
* Update mojo sdk to rev e01f9a49449381a5eb430c1fd88bf2cae73ec35ajamesr2014-11-191-3/+1
* Revert of Update mojo sdk to rev afb4440fd5a10cba980878c326180b7ad7960480 (pa...thakis2014-11-151-1/+3
* Update mojo sdk to rev afb4440fd5a10cba980878c326180b7ad7960480jamesr2014-11-131-3/+1
* Update mojo sdk to rev 04a510fb37db10642e156957f9b2c11c2f6442acjamesr2014-11-071-1/+1
* Cleanup: Remove unneeded path_service.h includes.thestig2014-11-061-1/+0
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-281-1/+1
* Re-enable WebUIMojoTest.EndToEndPingyzshen2014-10-271-7/+1
* Standardize usage of virtual/override/final in content/browser/dcheng2014-10-211-19/+15
* Replace FINAL and OVERRIDE with their C++11 counterparts in contentmohan.reddy2014-10-091-8/+8
* Move mojo edk into mojo/edkjamesr2014-10-031-1/+1
* Revert "Move mojo edk into mojo/edk"Trent Apted2014-10-031-1/+1
* Move mojo edk into mojo/edkJames Robinson2014-10-031-1/+1
* Disable WebUIMojoTest.EndToEndPing on Linuxzmo2014-09-261-2/+2
* Disable WebUIMojoTest.EndToEndPing on Windows.Per2014-09-261-1/+7
* Change base/file_utils.h includes to base/files/file_utils.h in content/thestig2014-09-051-1/+1
* Cleanup: Remove unneeded references to content_resources.gyp:content_resources.thestig2014-08-251-1/+0
* Use a qualified path for grit/content_resources.h.thakis@chromium.org2014-08-201-1/+1
* Basic Mojo message header validation for JavaScript.hansmuller@chromium.org2014-07-311-1/+2
* Add a Javascript wrapper around ServiceRegistry and expose it to WebUI.sammc@chromium.org2014-07-301-21/+18
* Validate incoming JS Message Headers: test message parserhansmuller@chromium.org2014-07-251-1/+2
* Support exposing Mojo services between render frames, render threads, and the...sammc@chromium.org2014-06-251-4/+26
* Revert 279557 "Support exposing Mojo services between render fra..."xhwang@chromium.org2014-06-251-26/+4
* Support exposing Mojo services between render frames, render threads, and the...sammc@chromium.org2014-06-251-4/+26
* Mojo: Reimplement unicode.js in JavaScript, remove native implementation.mpcomplete@chromium.org2014-06-061-0/+1
* Mojo: more idiomatic C++ bindingsdarin@chromium.org2014-05-291-1/+0
* Mojo: Remove SetClient from generated interfacesdarin@chromium.org2014-05-231-3/+3
* Mojo: Replace RemotePtr with InterfacePtr and InterfaceImpldarin@chromium.org2014-05-091-15/+14
* Move existing Mojo JS <--> CPP tests out of webui test harness.tsepez@chromium.org2014-05-021-152/+0
* Fix mojo startupdarin@chromium.org2014-04-301-11/+2
* Mojo: Add String type to codec.js.mpcomplete@chromium.org2014-04-291-0/+8
* Enable mojo js tests which depend on mojom.js files in gen/.yzshen@chromium.org2014-04-251-16/+5
* Reenable WebUIMojoTest.EndToEnd{Ping,Echo} on ASAN.viettrungluu@chromium.org2014-04-251-2/+1
* Add support for Float/Double types for JS Mojo bindings.tsepez@chromium.org2014-04-241-0/+25