Skip to content

Commit 309cb77

Browse files
authored
Rename repo from debugger.html to debugger (firefox-devtools#8009)
1 parent e54493e commit 309cb77

File tree

80 files changed

+1871
-1873
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+1871
-1873
lines changed

.circleci/config.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 2
22
jobs:
33
build:
4-
working_directory: ~/debugger.html
4+
working_directory: ~/debugger
55
parallelism: 1
66
shell: /bin/bash --login
77
environment:
@@ -22,10 +22,10 @@ jobs:
2222
- checkout
2323
- run: mkdir -p $CIRCLE_ARTIFACTS $CIRCLE_TEST_REPORTS
2424
- run:
25-
working_directory: ~/debugger.html
25+
working_directory: ~/debugger
2626
command: mkdir -p $DOWNLOADS_PATH
2727
- run:
28-
working_directory: ~/debugger.html
28+
working_directory: ~/debugger
2929
command: mkdir -p $YARN_PATH
3030
- run: cp configs/ci.json configs/local.json
3131
- restore_cache:

.github/CONTRIBUTING.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ Here is a great GitHub guide on [contributing to Open Source](https://guides.git
5959

6060
### Reporting Bugs :bug:
6161

62-
If you find an issue with the code, please do [file an issue](https://github.com/firefox-devtools/debugger.html/issues/new). We'll do our best to review the issue in a timely manner and respond.
62+
If you find an issue with the code, please do [file an issue](https://github.com/firefox-devtools/debugger/issues/new). We'll do our best to review the issue in a timely manner and respond.
6363

64-
We will also tag it with the label [bug](https://github.com/firefox-devtools/debugger.html/labels/bug).
64+
We will also tag it with the label [bug](https://github.com/firefox-devtools/debugger/labels/bug).
6565

6666
### Suggesting Enhancements :new:
6767

@@ -71,9 +71,9 @@ We will also tag it with the label [enhancement][labels-enhancement].
7171

7272
### Writing Documentation :book:
7373

74-
Documentation is as important as code and we need your help to maintain clear and usable documentation. If you find an error in here or other project documentation, please [file an issue](https://github.com/firefox-devtools/debugger.html/issues/new).
74+
Documentation is as important as code and we need your help to maintain clear and usable documentation. If you find an error in here or other project documentation, please [file an issue](https://github.com/firefox-devtools/debugger/issues/new).
7575

76-
We will tag it with the label [docs](https://github.com/firefox-devtools/debugger.html/labels/docs).
76+
We will tag it with the label [docs](https://github.com/firefox-devtools/debugger/labels/docs).
7777

7878
### Give a Talk :speech_balloon:
7979

@@ -137,7 +137,7 @@ These issues should be well documented.
137137

138138
To begin your work make sure you follow these steps:
139139

140-
* [Fork this project](https://github.com/firefox-devtools/debugger.html#fork-destination-box)
140+
* [Fork this project](https://github.com/firefox-devtools/debugger#fork-destination-box)
141141
* Create a branch to start your work `git checkout -b your-feature-name`
142142
* Commit your work
143143
* Create a [pull request](#pull-requests)
@@ -263,11 +263,11 @@ Mozilla has and continues to hire many people from within the Open Source Softwa
263263
**Referrals**. If you’ve been making reasonable and regular contributions to the project we’d be happy to be a reference for you. We can make internal referrals to Mozilla or act as your reference to other companies. Please be considerate when making this request, we are happy to help you and want to see you find a job you want but can’t do this for everyone who contributes.
264264

265265
[getting-setup]:../docs/getting-setup.md
266-
[labels-available]:https://github.com/firefox-devtools/debugger.html/labels/available
267-
[labels-help-wanted-available]:https://github.com/firefox-devtools/debugger.html/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22+-label%3A%22in+progress%22
268-
[labels-difficulty-medium]:https://github.com/firefox-devtools/debugger.html/labels/difficulty%3A%medium
269-
[labels-difficulty-hard]:https://github.com/firefox-devtools/debugger.html/labels/difficulty%3A%hard
270-
[labels-enhancement]:https://github.com/firefox-devtools/debugger.html/labels/enhancement
266+
[labels-available]:https://github.com/firefox-devtools/debugger/labels/available
267+
[labels-help-wanted-available]:https://github.com/firefox-devtools/debugger/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22+-label%3A%22in+progress%22
268+
[labels-difficulty-medium]:https://github.com/firefox-devtools/debugger/labels/difficulty%3A%medium
269+
[labels-difficulty-hard]:https://github.com/firefox-devtools/debugger/labels/difficulty%3A%hard
270+
[labels-enhancement]:https://github.com/firefox-devtools/debugger/labels/enhancement
271271

272272
[@jasonlaster]:https://github.com/jasonlaster
273273
[@bomsy]:https://github.com/bomsy

.github/ISSUE_TEMPLATE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Thanks for filing an issue!
33
If you're reporting a bug, please share a clear description of the problem and the steps needed to reproduce the problem. It's also helpful to include a gif, screenshot, and minimal test case.
44

55
* you can find us in slack: https://devtools-html-slack.herokuapp.com/
6-
* our tips on formatting issues: https://github.com/firefox-devtools/debugger.html/blob/master/docs/issues.md
6+
* our tips on formatting issues: https://github.com/firefox-devtools/debugger/blob/master/docs/issues.md
77
* our glitch.com template for filing small test cases: https://fabulous-umbrella.glitch.me/
88

99
Thanks again,

.github/PULL_REQUEST_TEMPLATE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Fixes #<issue number>
22

33
Here's the Pull Request Doc
4-
https://firefox-dev.tools/debugger.html/docs/pull-requests.html
4+
https://firefox-dev.tools/debugger/docs/pull-requests.html
55

66
### Summary of Changes
77

README.md

+25-27
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# [debugger.html][website]
22

3-
[website]: http://firefox-dev.tools/debugger.html/
3+
[website]: http://firefox-dev.tools/debugger/
44

5-
[![slack-badge]][slack] [![ci-badge]][ci-status] [![npm-version]][npm-package] [![PRs Welcome]][make-a-pull-request]
5+
[![slack-badge]][slack] [![ci-badge]][ci-status] [![PRs Welcome]][make-a-pull-request]
66

77
debugger.html is a hackable debugger for modern times, built from the ground up using [React] and [Redux]. It is designed to be approachable, yet powerful. And it is engineered to be predictable, understandable, and testable.
88

@@ -12,12 +12,12 @@ debugger.html is a hackable debugger for modern times, built from the ground up
1212

1313
## Table of Contents
1414

15-
* [Quick Setup](#quick-setup)
16-
* [Next Steps](#next-steps)
17-
* [Getting Involved](#getting-involved)
18-
* [Documentation](#documentation)
19-
* [Discussion](#discussion)
20-
* [License](#license)
15+
- [Quick Setup](#quick-setup)
16+
- [Next Steps](#next-steps)
17+
- [Getting Involved](#getting-involved)
18+
- [Documentation](#documentation)
19+
- [Discussion](#discussion)
20+
- [License](#license)
2121

2222
### Quick Setup
2323

@@ -27,7 +27,7 @@ First, get a recent version of Node.js to run the debugger.
2727

2828
```bash
2929
curl -o- -L https://yarnpkg.com/install.sh | bash -s
30-
git clone https://github.com/firefox-devtools/debugger.html.git
30+
git clone https://github.com/firefox-devtools/debugger.git
3131

3232
cd debugger.html
3333
yarn
@@ -37,11 +37,11 @@ yarn start
3737

3838
#### Next Steps
3939

40-
* [`/claim`][cl] an [available] issue. If you get stuck, we'd be happy to [help].
41-
* Do our getting started activity _[Debugging the Debugger][first-activity]_.
42-
* Read the [app overview][app-overview], or [contributing][contributing] guidelines.
43-
* Watch a [video][getting-started-screencast] on contributing to the debugger, or [listen][changelog] to a podcast about the project.
44-
* Go to the [features][tracking] board to see what we're working on.
40+
- [`/claim`][cl] an [available] issue. If you get stuck, we'd be happy to [help].
41+
- Do our getting started activity _[Debugging the Debugger][first-activity]_.
42+
- Read the [app overview][app-overview], or [contributing][contributing] guidelines.
43+
- Watch a [video][getting-started-screencast] on contributing to the debugger, or [listen][changelog] to a podcast about the project.
44+
- Go to the [features][tracking] board to see what we're working on.
4545

4646
### Getting Involved
4747

@@ -63,7 +63,7 @@ We strive to make the Debugger as development-friendly as possible. If you have
6363
| :--------------------: | :-----------------------------------------: |
6464
| [Themes] | Theming changes for light, dark |
6565
| [Internationalization] | Using or adding a localized string _(l10n)_ |
66-
| [Prefs] | Using or adding preferences |
66+
| [Prefs] | Using or adding preferences |
6767
| [Flow] | Flow best practices and common gotchas |
6868
| [Logging] | Tips for logging Redux and client |
6969
| [Testing] | Unit and integration test tips |
@@ -80,9 +80,9 @@ Our [weekly updates][weekly-updates] are also posted!
8080

8181
Say hello in [Slack][slack] or in the [#devtools-html][irc-devtools-html] channel on irc.mozilla.org.
8282

83-
* **Community Call**: Every Tuesday at 2 pm EST. [Join the Hangout][community-call].
84-
* **DevTools Call**: Every Tuesday at 12 pm EST. [Join the DevTools Vidyo][vidyo], or read the Meeting Notes [Google Doc][google-docs].
85-
* **Pairing**: Ask in [Slack][slack] and you'll either find someone, or be able to schedule a time for later.
83+
- **Community Call**: Every Tuesday at 2 pm EST. [Join the Hangout][community-call].
84+
- **DevTools Call**: Every Tuesday at 12 pm EST. [Join the DevTools Vidyo][vidyo], or read the Meeting Notes [Google Doc][google-docs].
85+
- **Pairing**: Ask in [Slack][slack] and you'll either find someone, or be able to schedule a time for later.
8686

8787
### License
8888

@@ -97,19 +97,17 @@ Say hello in [Slack][slack] or in the [#devtools-html][irc-devtools-html] channe
9797
[slack-badge]: https://devtools-html-slack.herokuapp.com/badge.svg
9898
[slack]: https://devtools-html-slack.herokuapp.com/
9999
[debugger-screenshot]: https://shipusercontent.com/47aaaa7a6512691f964101bfb0832abe/Screen%20Shot%202017-08-15%20at%202.34.05%20PM.png
100-
[ci-badge]: https://circleci.com/gh/firefox-devtools/debugger.html.svg??&style=shield
101-
[ci-status]: https://circleci.com/gh/firefox-devtools/debugger.html/tree/master
102-
[npm-version]: https://img.shields.io/npm/v/debugger.html.svg
103-
[npm-package]: https://www.npmjs.com/package/debugger.html
100+
[ci-badge]: https://circleci.com/gh/firefox-devtools/debugger.svg??&style=shield
101+
[ci-status]: https://circleci.com/gh/firefox-devtools/debugger/tree/master
104102
[prs welcome]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square
105103
[make-a-pull-request]: http://makeapullrequest.com
106104
[getting-started]: ./docs/getting-setup.md
107105
[contributing]: ./.github/CONTRIBUTING.md
108106
[getting-started-screencast]: ./docs/videos.md
109-
[available]: https://github.com/firefox-devtools/debugger.html/labels/available
110-
[app-overview]: ./docs/debugger-html-react-redux-overview.md
107+
[available]: https://github.com/firefox-devtools/debugger/labels/available
108+
[app-overview]: ./docs/debugger-react-redux-overview.md
111109
[first-activity]: ./docs/debugging-the-debugger.md
112-
[tracking]: https://github.com/firefox-devtools/debugger.html/projects/10
110+
[tracking]: https://github.com/firefox-devtools/debugger/projects/10
113111
[help]: ./docs/local-development.md#getting-help
114112
[participation guidelines]: https://www.mozilla.org/en-US/about/governance/policies/participation/
115113
[irc-devtools-html]: irc://irc.mozilla.org/devtools-html
@@ -119,8 +117,8 @@ Say hello in [Slack][slack] or in the [#devtools-html][irc-devtools-html] channe
119117
[vulnerabilities]: https://www.mozilla.org/en-US/about/governance/policies/security-group/bugs/
120118
[vidyo]: https://v.mozilla.com/flex.html?roomdirect.html&key=n9vJUD3L1vRMHKQC5OCNRT3UBjw
121119
[changelog]: https://changelog.com/podcast/247
122-
[docs]: https://firefox-devtools.github.io/debugger.html/docs/
123-
[weekly-updates]: https://firefox-devtools.github.io/debugger.html/docs/updates
120+
[docs]: https://firefox-devtools.github.io/debugger/docs/
121+
[weekly-updates]: https://firefox-devtools.github.io/debugger/docs/updates
124122
[configs]: ./docs/local-development.md#configs
125123
[themes]: ./docs/local-development.md#themes
126124
[internationalization]: ./docs/local-development.md#internationalization

bin/copy.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ function missingFilesErrorMessage() {
6767
"running `./bin/prepare-mochitests-dev` from the root of the ",
6868
"debugger.html repository. You can find more information on bundling ",
6969
"or mochitests at ",
70-
"https://github.com/firefox-devtools/debugger.html/blob/master/docs/bundling.md or ",
71-
"https://github.com/firefox-devtools/debugger.html/blob/master/docs/mochitests.md"
70+
"https://github.com/firefox-devtools/debugger/blob/master/docs/bundling.md or ",
71+
"https://github.com/firefox-devtools/debugger/blob/master/docs/mochitests.md"
7272
].join("");
7373

7474
console.warn(chalk.yellow(errorMessage));

docs/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ permalink: docs/
3030

3131
### Architecture
3232

33-
* [React / Redux Architecture overview](./debugger-html-react-redux-overview.md)
33+
* [React / Redux Architecture overview](./debugger-react-redux-overview.md)
3434
* [Debugger Server Architecture](./client.md)
3535
* [Spider Monkey](./spider-monkey.md)
3636
* [Debugger Client](../src/client/README.md)

docs/debugger-html-react-redux-overview.md docs/debugger-react-redux-overview.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This document gives a detailed view of the components, actions and reducers that
1717
React documentation can be found [here](https://facebook.github.io/react/docs/getting-started.html).
1818
Redux documentation can be found [here](http://redux.js.org/).
1919

20-
As with most documentation related to code, this document may be out of date. The last edit date occurred on August 30, 2016. If you find issues in the documentation please file an issue as described in the [contributing](https://github.com/firefox-devtools/debugger.html/blob/master/.github/CONTRIBUTING.md#writing-documentation-book) guide.
20+
As with most documentation related to code, this document may be out of date. The last edit date occurred on August 30, 2016. If you find issues in the documentation please file an issue as described in the [contributing](https://github.com/firefox-devtools/debugger/blob/master/.github/CONTRIBUTING.md#writing-documentation-book) guide.
2121

2222
# Architecture
2323

@@ -62,7 +62,7 @@ actual DOM will be rendered.
6262
# Components
6363

6464

65-
debugger.html uses React [Components](https://github.com/firefox-devtools/debugger.html/tree/master/src/components) to render portions of the
65+
debugger.html uses React [Components](https://github.com/firefox-devtools/debugger/tree/master/src/components) to render portions of the
6666
application. Each component’s source code is located under the
6767
src/components folder. In this section we will cover how the
6868
presentation pieces fit together; later we will discuss
@@ -178,7 +178,7 @@ so the actions can be called directly from the component.
178178
# Reducers
179179

180180

181-
The [Reducers](https://github.com/firefox-devtools/debugger.html/tree/master/src/reducers) are all located in the src/reducers folder and are
181+
The [Reducers](https://github.com/firefox-devtools/debugger/tree/master/src/reducers) are all located in the src/reducers folder and are
182182
all combined using Redux’s <code>combineReducers()</code> function. This function is
183183
executed in main.js as follows:
184184

@@ -441,7 +441,7 @@ The tabs reducer handles the following action types:
441441
442442
# Actions
443443
444-
The [actions](https://github.com/firefox-devtools/debugger.html/tree/master/src/actions) in debugger.html are all located in the
444+
The [actions](https://github.com/firefox-devtools/debugger/tree/master/src/actions) in debugger.html are all located in the
445445
src/actions folder; there is an action file corresponding to
446446
each reducer, which is responsible for dispatching the
447447
proper event when the application state needs to be modified. In this

docs/debugging-the-debugger.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Adding a breakpoint is a critical piece in the inception game.
4545

4646
**Hints**
4747

48-
You can find the file that handles breakpoints here: `/debugger.html/src/components/Editor/Breakpoint.js`.
48+
You can find the file that handles breakpoints here: `/debugger/src/components/Editor/Breakpoint.js`.
4949

5050
Once you have the file open in your editor, go ahead and find (Ctrl-F) "addBreakpoint". This should pull up the `addBreakpoint` function, which (surprise!) adds a breakpoint.
5151

@@ -169,9 +169,9 @@ Here are a few useful ways you can **share what you've learned** from using and
169169
170170
Take a look at how you can start [contributing][contributing]. We would love the help!
171171
172-
[contributing]: https://github.com/firefox-devtools/debugger.html/blob/master/.github/CONTRIBUTING.md
172+
[contributing]: https://github.com/firefox-devtools/debugger/blob/master/.github/CONTRIBUTING.md
173173
[getting-setup]: ./getting-setup.md
174-
[getting-started-issue]: https://github.com/firefox-devtools/debugger.html/issues/1247
174+
[getting-started-issue]: https://github.com/firefox-devtools/debugger/issues/1247
175175
[debugger-intro-gif]: http://g.recordit.co/WjHZaXKifZ.gif
176176
[amit-slides]: https://docs.google.com/presentation/d/1jdnvL-BwwxEuFbb9tiRxcT6UT-Ua0jGhy9FKBT4b43E/edit
177177
[amit-tweet]: https://twitter.com/amitzur/status/790153843946426369

docs/flow.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ Here's a [gif](http://g.recordit.co/QYAyms9n3C.gif) of flow being added to the S
4646

4747
### Where are types defined?
4848

49-
* Debugger [types](https://github.com/firefox-devtools/debugger.html/blob/master/src/types.js)
50-
* Debugger action [types](https://github.com/firefox-devtools/debugger.html/blob/master/src/actions/types/index.js)
49+
* Debugger [types](https://github.com/firefox-devtools/debugger/blob/master/src/types.js)
50+
* Debugger action [types](https://github.com/firefox-devtools/debugger/blob/master/src/actions/types/index.js)
5151
* Useful React and Global [types](http://www.saltycrane.com/blog/2016/06/flow-type-cheat-sheet/)
5252
* Builtin [types](https://flowtype.org/docs/quick-reference.html)
5353

@@ -165,4 +165,4 @@ and evaluate the actual reason, e.g.:
165165
- it is possible that we wrote some of the property names wrong (in the code or in the type definitions)
166166
- or the defined type is supposed to contain a new property and it is not yet in the related type definitions
167167

168-
[flow-issues]: https://github.com/firefox-devtools/debugger.html/issues?q=is%3Aopen+is%3Aissue+label%3Aflow
168+
[flow-issues]: https://github.com/firefox-devtools/debugger/issues?q=is%3Aopen+is%3Aissue+label%3Aflow

docs/getting-setup.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ NPM installs the latest versions. We use [Yarn][yarn] because we want to make su
1919
### Step 3. Install dependencies
2020

2121
```bash
22-
git clone https://github.com/firefox-devtools/debugger.html.git
22+
git clone https://github.com/firefox-devtools/debugger.git
2323
cd debugger.html
2424
yarn install
2525
```
@@ -59,7 +59,7 @@ Here's a [screenshot][done-screenshot].
5959

6060
**What should I do if this doesn't work?**
6161

62-
You can either try to [start Firefox manually](#starting-firefox), or you can get help by commenting on [this issue](https://github.com/firefox-devtools/debugger.html/issues/1341).
62+
You can either try to [start Firefox manually](#starting-firefox), or you can get help by commenting on [this issue](https://github.com/firefox-devtools/debugger/issues/1341).
6363

6464
### Next Steps
6565

@@ -73,7 +73,7 @@ This setup is for people on the DevTools team (and any of you DevTools wizards o
7373

7474
```bash
7575
npm i -g yarn
76-
git clone https://github.com/firefox-devtools/debugger.html.git
76+
git clone https://github.com/firefox-devtools/debugger.git
7777
cd debugger.html
7878
yarn install
7979
# close Firefox if it's already running
@@ -168,8 +168,8 @@ C:\Program Files (x86)\Mozilla Firefox\firefox.exe -start-debugger-server 6080 -
168168

169169
[debugger-intro-gif]: http://g.recordit.co/WjHZaXKifZ.gif
170170
[done-screenshot]: https://cloud.githubusercontent.com/assets/254562/20439409/55e3994a-ad89-11e6-8e76-55e18c7c0d75.png
171-
[linux-issue]: https://github.com/firefox-devtools/debugger.html/issues/1082
172-
[windows-issue]: https://github.com/firefox-devtools/debugger.html/issues/1248
173-
[yarn-issue]: https://github.com/firefox-devtools/debugger.html/issues/1216
171+
[linux-issue]: https://github.com/firefox-devtools/debugger/issues/1082
172+
[windows-issue]: https://github.com/firefox-devtools/debugger/issues/1248
173+
[yarn-issue]: https://github.com/firefox-devtools/debugger/issues/1216
174174
[yarn]: https://yarnpkg.com
175175
[node]: https://nodejs.org/

0 commit comments

Comments
 (0)