Re: JavaScript Style Guide. Emacs mode line.

2013-09-11 Thread Scott Johnson
Thus Spoke ishikawa: On (2013年09月10日 00:08), Scott Johnson wrote: Thus Spoke ishikawa: So you are suggesting something like step 1 - request for formatting a file indented in an arcane format, i.e., reformat it according to the currently adopted code. Exactly what I meant, if by request

Re: JavaScript Style Guide. Emacs mode line.

2013-09-09 Thread Scott Johnson
Thus Spoke ishikawa: I wonder if trying to re-indent legacy code according to the current style is a good idea or not. (It is a little irritating to modify a part of legacy code and find my editor trying to follow the current style while the rest of the file is in different style.) I'd

Re: reorganizing some test directories

2013-04-11 Thread Scott Johnson
Thus Spoke jmaher: There are a couple common directory structures used for storing tests in the tree: 1) component/tests 2) component/tests/harness I have a series of patches which will move most of the directory structures from #1 to a format of #2. This means we would see:

Re: IID Change Hook

2013-01-22 Thread Scott Johnson
Note that we previously added a hook[1] to check that binary-compat-breaking changes on Beta didn't land without explicit approval. I suspect we could extend that hook to do what we want for mozilla-central. True, but this hook actually (IIUC) checks to see if an IID changed, given a patch