-
Thimble embeds Bramble in an iframe and then communicates with it using `postMessage`. This design is a common one, and it will always be necessary in order to isolate Bramble from an actual web app,…
-
I had a persona account that I wanted to switch over to Webmaker login. So, I logged into Persona and made the switch (after a few issues with the password).
Now, when I go to `id.webmaker.org/login`…
-
It would be awesome to auto-save all modified files in the editor when the editor loses focus. You could then make a change, click on the browser window (losing focus on Brackets) and then you would s…
-
Is the Travis/Gruntfile build stuff not doing the right thing, and missing deps?
```
GET https://mozillathimblelivepreview.net/bramble/node_modules/slowparse/locale/en_US.json 404
GET "https://mozill…
-
Try:
``` js
Path.relative("/mydir", "/mydir/file");
```
Crashes with:
`TypeError: Object # has no method 'resolve'`
-
I'm seeing these 3 404s on staging right now, none of which should happen afaict:
```
GET https://mozillathimblelivepreview.net/bramble/dist/thirdparty/filer-dialogs/style/style.css
GET https://mozil…
-
There are a bunch of async operations we need to do in Bramble that need to somehow indicate to the user that they need to wait. This includes things like processing files, downloading/uploading file…
-
We want to do our switch from Thimble to Bramble in a staged way. This means shipping two apps to prod, and managing the default app users get via URL. At first (old) Thimble will be the default, wi…
-
Filer isn't small, and there's no point in us including bits of it we don't use in Bramble. I'd like to see us figure out the set of things we need from `fs` and `shell` and do a custom version for B…
-
This seems a little too liberal when it comes to key interception. Especially if I can't use a mouse for a bit (or forever, if I have a hindrance or disability) but am 100% capable of using a keyboard…
Pomax updated
9 years ago