Sign in
mojo
/
mojo-tools
/
0a68a8d847fc6f6fd3c494992c4ab6bd60bddcb6
/
README.md
b979f3c
Add list of development tools for working on Mojo.
by Jeff Brown
· 9 years ago
3521661
Update mojo_run to use mojo:launcher instead of mojo:kiosk_wm.
by Przemyslaw Pietrzkiewicz
· 9 years ago
258651d
Modify the first paragraph of mojo's README
by Carlos Pizano
· 9 years ago
8f79e20
Describe performance monitoring in README.
by Przemyslaw Pietrzkiewicz
· 10 years ago
710ad76
Drop the sky config file and deprecated instructions in README.
by Przemyslaw Pietrzkiewicz
· 10 years ago
52764c4
Reorder README sections.
by Przemyslaw Pietrzkiewicz
· 10 years ago
7a6f76b
Update android SDK to API version 23.
by Benjamin Lerman
· 10 years ago
d8d8550
Instructions on avoiding exception when running mojo on Marshmallow.
by Nelly Vouzoukidou
· 10 years ago
41b0f4b
Mention the local-build-of-Sky + local-build-of-Mojo config in README.
by Przemyslaw Pietrzkiewicz
· 10 years ago
cd34535
Update links and urls in README.md.
by Przemyslaw Pietrzkiewicz
· 10 years ago
ed91368
Reorder README sections.
by Przemyslaw Pietrzkiewicz
· 10 years ago
4f1253d
Add mojo_run --embed APP_URL and update wm urls.
by Przemyslaw Pietrzkiewicz
· 10 years ago
f54ced5
Update README to use https://core.mojoapps.io/ urls.
by Przemyslaw Pietrzkiewicz
· 10 years ago
43271a1
Update README.md
by Mitch Rudominer
· 10 years ago
11e4fcd
Don't emulate Sky server when --sky is passed.
by Przemyslaw Pietrzkiewicz
· 10 years ago
42b06a0
Put "fetch mojo" in backticks
by Tony Gentilcore
· 10 years ago
1a58f2c
Rename shell runner and debugger -> mojo_run, mojo_debug.
by Przemysław Pietrzkiewicz
· 10 years ago
00a0a92
Move `debugger` documentation to devtools README.
by Przemysław Pietrzkiewicz
· 10 years ago
5245850
Extract the shell runner into devtools.
by Przemyslaw Pietrzkiewicz
· 10 years ago
72098cf
GDB support for Android in devtools' debugger.
by Etienne Membrives
· 10 years ago
8db2a0c
Describe `debugger device stack` in README.
by Przemyslaw Pietrzkiewicz
· 10 years ago
7988866
Use a non-debug keystore to sign official APK builds.
by Etienne Membrives
· 10 years ago
07b257f
Support --use-osmesa in mojo_shell.py
by Przemyslaw Pietrzkiewicz
· 10 years ago
64a4a80
Teach `debugger tracing stop` to pick a file name automatically.
by Przemyslaw Pietrzkiewicz
· 10 years ago
8fc79b0
README: add <a name> and expand the debugger section.
by Przemyslaw Pietrzkiewicz
· 10 years ago
8fd3402
README: ninja does *not* run mojob gn or equivalent.
by Przemyslaw Pietrzkiewicz
· 10 years ago
69e80b0
Refactor debugger options to make it easier to add other tools (such as
by Etienne Membrives
· 10 years ago
31bb909
README: revamp the "Run Mojo Shell" section.
by Przemyslaw Pietrzkiewicz
· 10 years ago
628d907
README: move the Goma instructions into the "Build Mojo" top-level section.
by Przemyslaw Pietrzkiewicz
· 10 years ago
87efd5f
README: integrate Android build instructions into "Build Mojo" section.
by Przemyslaw Pietrzkiewicz
· 10 years ago
7510eb8
Reformat README.md.
by Przemyslaw Pietrzkiewicz
· 10 years ago
43d5296
Update the Android instructions in README after script rename.
by Przemyslaw Pietrzkiewicz
· 10 years ago
f21e766
Update README.md
by James Robinson
· 10 years ago
2d0e6f1
Update README.md
by Jim Beveridge
· 10 years ago
f9556b5
Drop a redundant step from the Android build instructions.
by Przemyslaw Pietrzkiewicz
· 10 years ago
6917151
Rename sample_app -> spinning_cube.
by Przemyslaw Pietrzkiewicz
· 10 years ago
2175b88
Introduce dartanalyze into our build.
by Elliot Glaysher
· 10 years ago
965eaf2
Updates android build instructions.
by Scott Violet
· 10 years ago
1604f9e
Update README.md
by aboodman
· 10 years ago
6405901
Update README.md
by aboodman
· 10 years ago
51c5df5
Update README.md
by aboodman
· 10 years ago
68d7957
Update README.md
by aboodman
· 10 years ago
0ac4ba4
Fixed directions for release build.
by Jim Beveridge
· 10 years ago
a1f799b
Fix README.md 'update Mojo' documentation.
by Julien Tinnes
· 10 years ago
06bec97
Add instruction to README.md to setup android environment, since the release adb does not work for us.
by Alhaad Gokhale
· 10 years ago
1c5fe0e
Fixed ordering dependency.
by Jim Beveridge
· 10 years ago
fd6151e
Add a link to how to install a modern JDK to the build instructions
by Eric Seidel
· 10 years ago
420429b
Update README.md
by Yuzhu Shen
· 10 years ago
06d1c3f
Update README.md
by Yuzhu Shen
· 10 years ago
3425f21
Update README.md to point to renamed mojo/tools/mojo_demo.py.
by Tony Gentilcore
· 10 years ago
e5ac342
GN: add default target.
by Nick Bray
· 10 years ago
3adac66
Added info on git cl format
by Jim Beveridge
· 10 years ago
804f6c0
Added discussion of how to build Android support.
by Jim Beveridge
· 10 years ago
a98e435
Clarify instructions for new team members
by Jim Beveridge
· 11 years ago
6d1ef8a
Delete mojob.sh which is superseded by mojob.py
by John Abd-El-Malek
· 11 years ago
d53c269
Update README.md
by aboodman
· 11 years ago
5724494
Adds link to waterfall on main page
by Scott Violet
· 11 years ago
b315f49
Update instructions with how to run tests.
by John Abd-El-Malek
· 11 years ago
b2c3537
Fix typo in README.md for --target_os=android instructions.
by Dirk Pranke
· 11 years ago
a54f884
Update the README to describe how to use fetch to check things out.
by Dirk Pranke
· 11 years ago
0060e38
Add instructions to mojo README to cover installing build dependencies.
by Matt Perry
· 11 years ago
d5ac37c
Add setup directions for pulling android deps
by James Robinson
· 11 years ago
fb7fc8c
Fix up README formatting
by James Robinson
· 11 years ago
5562f1d
Add checkout directions to README
by James Robinson
· 11 years ago
fca33c5
Add README
by James Robinson
· 11 years ago