| Commit message (Expand) | Author | Age | Files | Lines |
* | Add back some GN data deps | brettw | 2015-04-24 | 1 | -10/+1 |
* | Improve multi-process debugging. | jam | 2015-04-23 | 8 | -9/+41 |
* | Add ES3 GetIntegeri_v, GetInteger64i_v to GPU command buffer. | zmo | 2015-04-23 | 2 | -0/+8 |
* | Fixes possible leak in NetworkFetcher | sky | 2015-04-23 | 1 | -1/+2 |
* | Update android_mojo_shell.py from the Mojo repository. | msw | 2015-04-23 | 1 | -6/+13 |
* | Move event dispatch to view manager | sky | 2015-04-23 | 1 | -2/+0 |
* | Moves services implementations out of third_party/mojo_services | sky | 2015-04-23 | 26 | -38/+39 |
* | Use --is-headless flag for mojo:html_viewer_apptests. | msw | 2015-04-23 | 1 | -4/+4 |
* | Disable flakily crashing window_manager_apptests. | msw | 2015-04-23 | 1 | -3/+4 |
* | Update apptest_runner.py from the Mojo repository. | msw | 2015-04-22 | 12 | -344/+734 |
* | Move html_viewer from mojo/services to components. | jam | 2015-04-22 | 59 | -6321/+6 |
* | html_viewer: Implement a minimal WebBlobRegistry. | erg | 2015-04-22 | 7 | -8/+251 |
* | Send the referrer in html_viewer. | jam | 2015-04-22 | 6 | -2/+29 |
* | Fix html_viewer crash in cc when logging into gmail. | jam | 2015-04-22 | 3 | -4/+7 |
* | Add missing tests to the mojo apptests list. | msw | 2015-04-22 | 1 | -1/+16 |
* | Move over rev_sdk.py from Mojo repo to chromium. | jam | 2015-04-22 | 1 | -0/+69 |
* | Cleanup mojo shell test targets. | msw | 2015-04-22 | 4 | -139/+10 |
* | Restore --url-mappings switch for Mojo apptests. | msw | 2015-04-22 | 4 | -0/+51 |
* | Implement message ports in html_viewer. | jam | 2015-04-22 | 5 | -0/+189 |
* | Update the application_test_main CommandLine comment. | msw | 2015-04-22 | 1 | -2/+1 |
* | Fix build bustage in html_viewer from recent changes. | ben | 2015-04-21 | 1 | -1/+2 |
* | html_viewer: Make file names consistent. | Elliot Glaysher | 2015-04-21 | 29 | -87/+87 |
* | Migrate the rest of PathUtils calls to run in background. | wnwen | 2015-04-21 | 2 | -3/+5 |
* | NaCl/GYP: remove references to prep_toolchain. | ncbray | 2015-04-21 | 1 | -3/+0 |
* | Moves mojo/services/* to components/* part 4 | sky | 2015-04-21 | 37 | -2515/+9 |
* | Moves mojo/services/* to components/* part 3 | sky | 2015-04-21 | 67 | -10699/+8 |
* | Moves mojo/services/* to components/* part 2 | sky | 2015-04-21 | 41 | -4421/+11 |
* | Moves mojo/services/* to components/* part 1 | sky | 2015-04-20 | 40 | -1681/+20 |
* | Avoid PathUtils fetching directory paths on UI thread. | wnwen | 2015-04-20 | 1 | -1/+1 |
* | Add ES3 glGetInteger64v to GPU command buffer. | zmo | 2015-04-18 | 2 | -0/+4 |
* | Reland Make a mojo:apptests GN meta-target, add apptests. | msw | 2015-04-18 | 3 | -18/+56 |
* | Remove MojoBlinkPlatformImpl and just fold it into BlinkPlatformImpl. | jam | 2015-04-17 | 7 | -97/+46 |
* | Revert of Revert of Update mojo sdk to rev 8563c3d4162bd74e96783e823e076e9986... | dcheng | 2015-04-17 | 1 | -0/+15 |
* | Revert of Reland Make a mojo:apptests GN meta-target, add apptests (patchset ... | schenney | 2015-04-17 | 3 | -56/+18 |
* | Pulls display related changes from mojo to chrome | sky | 2015-04-17 | 32 | -435/+2304 |
* | Revert of Update mojo sdk to rev 8563c3d4162bd74e96783e823e076e99869d7385 (pa... | dcheng | 2015-04-17 | 1 | -15/+0 |
* | Reland Make a mojo:apptests GN meta-target, add apptests. | msw | 2015-04-17 | 3 | -18/+56 |
* | Update mojo sdk to rev 8563c3d4162bd74e96783e823e076e99869d7385 | sky | 2015-04-17 | 1 | -0/+15 |
* | Fix htmlviewer crash when logging in to google.com | jam | 2015-04-17 | 1 | -0/+3 |
* | Mojo changes for moving WebScheduler to WebThread | alexclarke | 2015-04-17 | 2 | -2/+20 |
* | Revert of Make a mojo:apptests GN meta-target, add apptests. (patchset #3 id:... | msw | 2015-04-17 | 1 | -17/+0 |
* | html_viewer: Move webcrypto to a place where html_viewer can use it. | erg | 2015-04-17 | 4 | -0/+9 |
* | Make a mojo:apptests GN meta-target, add apptests. | msw | 2015-04-17 | 1 | -0/+17 |
* | base: Rename DiscardableMemory::Memory() to ::data(). | reveman | 2015-04-16 | 2 | -9/+9 |
* | Add the network service as a data dependency of html_viewer for Android. | msw | 2015-04-16 | 1 | -0/+2 |
* | Make mojo/application:test_support a group target. | msw | 2015-04-16 | 3 | -20/+10 |
* | Small cleanups in the Mojo HTML viewer | peter | 2015-04-16 | 16 | -222/+222 |
* | html_viewer: Add a mock WebNotificationManager. | erg | 2015-04-15 | 5 | -0/+119 |
* | Add the network service as a data dependency of html_viewer. | msw | 2015-04-15 | 1 | -0/+1 |
* | html_viewer: Implement various mime utilities. | erg | 2015-04-15 | 1 | -6/+12 |