You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

mare-devtools-frontend

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mare-devtools-frontend

chrome devtools frontend fork for mare debugger


Version published
Maintainers
1
Created

Readme

Source

Mare DevTools Frontend

Build Status

This project is a fork of Chrome DevTools Frontend, hack it for Mare.

Versioning

In order to keep update on upsteam, there are two kind of version tags:

  • chrome-X.Y.Z Chrome release version, the code in this commit should the same as it in Chromium codebase
  • vA.B.C this project release version, modify from the former.

When a new Chrome stable version release, we apply the change from scratch, that is, we use git rebase not git merge. The history will be like below

chrome-56.0.0    chrome-57.0.0    upsteam/master
---o----------------o----------------o
   \                \
    ---o             ---o---------o---------o
       v0.1.0           v0.2.0    v0.2.1    master

Because git rebase, the master branch history will be changed, is not always a linear history.

Feature

  • add lua file syntax highlight
  • change some UI display text
  • hide all the unnecessary UI

Download

Checkout Github Release page.

You can use bower to install the zip file.

Development

Use any HTTP server to host front_end directory directly.

To bundle the source in front_end, make it load faster, run ./build.sh, then host the dist/devtools directory.

After ./build.sh, a mare-devtools-frontend.zip file will be created as well, ready to distribute.

Keywords

FAQs

Package last updated on 11 Apr 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc