2af19b7c731b363ff93fed151aee22979f8f44c9: Bug 1304528 - Remove an overzealous compartment assert. r=jonco
Jan de Mooij <jdemooij@mozilla.com> - Thu, 29 Sep 2016 15:26:07 +0200 - rev 419044
Push
30835 by wcosta@mozilla.com at Thu, 29 Sep 2016 17:05:21 +0000
Bug 1304528 - Remove an overzealous compartment assert. r=jonco
a13cbb3da4019d38f8426b323be5ff8a198d5f4d: Bug 1278581 - Show neterror page if you enter an unknown URI scheme into urlbar on Android r=sebastian
James Willcox <snorp@snorp.net> - Tue, 27 Sep 2016 09:23:32 -0500 - rev 419043
Push
30835 by wcosta@mozilla.com at Thu, 29 Sep 2016 17:05:21 +0000
Bug 1278581 - Show neterror page if you enter an unknown URI scheme into urlbar on Android r=sebastian
41dd7c0d25eb7a0639cab67893f8885d6a178b0d: Bug 1278581 - Add 'millisSinceLastUserInput' to nsIDOMWindowUtils r=smaug
James Willcox <snorp@snorp.net> - Tue, 27 Sep 2016 09:22:26 -0500 - rev 419042
Push
30835 by wcosta@mozilla.com at Thu, 29 Sep 2016 17:05:21 +0000
Bug 1278581 - Add 'millisSinceLastUserInput' to nsIDOMWindowUtils r=smaug
9c03cff2cb98e827e2d4b35e5cf1aacc94d15d06: bug 1304660 - Don't dispatch to main once xpcom starts shutting down. r?froydnj
draft
Chris H-C <chutten@mozilla.com> - Wed, 28 Sep 2016 14:44:35 -0400 - rev 419041
Push
30834 by bmo:chutten@mozilla.com at Thu, 29 Sep 2016 17:01:10 +0000
bug 1304660 - Don't dispatch to main once xpcom starts shutting down. r?froydnj
If we manage to dispatch to main after xpcom shutdown, the main thread won't
care for our new runnable and leak it.
MozReview-Commit-ID: 8t4hOgfgEeP
13a8966b0d73c3b203b84b8484346d0e2d831e82: Bug 1302086 - fix devedition issues with toolbar colours, improve styling of bookmarks toolbar items, r?dao
draft
Gijs Kruitbosch <gijskruitbosch@gmail.com> - Thu, 29 Sep 2016 17:17:22 +0100 - rev 419040
Push
30833 by bmo:gijskruitbosch+bugs@gmail.com at Thu, 29 Sep 2016 16:25:34 +0000
Bug 1302086 - fix devedition issues with toolbar colours, improve styling of bookmarks toolbar items, r?dao
This patch fixes several issues:
1. the styling of the bookmarks toolbar items was missing
background-origin/clip: padding-box
when not hovered
2. the devedition colours for toolbar buttons were not applying on Windows
in the nav-bar because we set different ones on #nav-bar:-moz-lwtheme
and on #nav-bar[brighttext]. Variables function like inherited CSS
properties and so the ones set on the #nav-bar take precedence for items
inside the #nav-bar over other ones set on :root, even if those are set
later.
3. The lwtheme and [brighttext] styling should apply to all toolbars now,
because the bookmarks toolbar items can be moved to other toolbars and
they use these CSS variables as well.
For (2) I moved the devedition definitions of toolbar color variables into
their own block that is set on both :root and on toolbar:-moz-lwtheme.
I'm not sure if having it set on :root affects e.g. devtools styling, so I
kept that rather than only setting the custom properties on the toolbars.
MozReview-Commit-ID: Jzdb8OWmC3c
93615e6c10d9941a3fc131102991eba3722998d5: Bug 1303732 - Set min-height/width to 50px for markupview and sidebar panel;r=Honza
draft
Julian Descottes <jdescottes@mozilla.com> - Wed, 28 Sep 2016 19:56:05 +0200 - rev 419039
Push
30832 by jdescottes@mozilla.com at Thu, 29 Sep 2016 16:17:59 +0000
Bug 1303732 - Set min-height/width to 50px for markupview and sidebar panel;r=Honza
MozReview-Commit-ID: D5iY63RrmS4
2027e4ba3584e9bb84ca452ed4d50d180b3cae62: Merge m-c to f-t
Phil Ringnalda <philringnalda@gmail.com> - Thu, 29 Sep 2016 07:41:11 -0700 - rev 419038
Push
30832 by jdescottes@mozilla.com at Thu, 29 Sep 2016 16:17:59 +0000
Merge m-c to f-t
0f2c7b2a783bbc5954e93216e7cb3b396a78003e: Bug 733880 - Add the missing copy/paste/cut menus on all text boxes in inspector; r=jdescottes
Patrick Brosset <pbrosset@mozilla.com> - Fri, 23 Sep 2016 19:21:09 +0200 - rev 419037
Push
30832 by jdescottes@mozilla.com at Thu, 29 Sep 2016 16:17:59 +0000
Bug 733880 - Add the missing copy/paste/cut menus on all text boxes in inspector; r=jdescottes
This change makes use of the toolbox's textBox menu in all of the
inspector's text fields.
Previously, right-clicking in a text field in the inspector would give
various results: either the tool's context menu would open, or nothing
would happen, or the usual copy/paste/cut menu would open.
Now, right-clicking in any text field in the inspector always shows the
copy/paste/cut menu.
MozReview-Commit-ID: DwkhBqY7Qzj
6a7de765973a662d43923cb956e8aa25844fb180: Bug 1304352 - Add a Rep for Map and WeakMap. r=Honza;
draft
Nicolas Chevobbe <chevobbe.nicolas@gmail.com> - Tue, 27 Sep 2016 19:41:03 +0200 - rev 419036
Push
30831 by chevobbe.nicolas@gmail.com at Thu, 29 Sep 2016 16:16:15 +0000
Bug 1304352 - Add a Rep for Map and WeakMap. r=Honza;
Add a GripMap rep which handles both map and weakmap objects.
Make it possible to pass an object as the `name` property to PropRep,
in order to handle WeakMap keys.
Add a mochitest to make sure everything is displayed correctly.
MozReview-Commit-ID: ABBy2FT4rmE
acce6fd30080ee91b26a24ef45f6c55d29d81167: Bug 1304352 - Fix title issue in the ObjectRep. r=Honza;
draft
Nicolas Chevobbe <chevobbe.nicolas@gmail.com> - Wed, 28 Sep 2016 07:49:38 +0200 - rev 419035
Push
30831 by chevobbe.nicolas@gmail.com at Thu, 29 Sep 2016 16:16:15 +0000
Bug 1304352 - Fix title issue in the ObjectRep. r=Honza;
MozReview-Commit-ID: 2oh8mZ4zE2b
0db03b5302d3666b162fa04272cfed3ddfe3a5d6: Bug 1304352 - Add a Rep for Map and WeakMap. r=Honza;
draft
Nicolas Chevobbe <chevobbe.nicolas@gmail.com> - Tue, 27 Sep 2016 19:41:03 +0200 - rev 419034
Push
30830 by chevobbe.nicolas@gmail.com at Thu, 29 Sep 2016 16:07:06 +0000
Bug 1304352 - Add a Rep for Map and WeakMap. r=Honza;
Add a GripMap rep which handles both map and weakmap objects.
Make it possible to pass an object as the `name` property to PropRep,
in order to handle WeakMap keys.
Add a mochitest to make sure everything is displayed correctly.
MozReview-Commit-ID: ABBy2FT4rmE
9baec74b3db1bf005c66ae2f50bafbdb02c3be38: Backed out changeset 7dac104b94de (bug 1141483) for WinXP permaorange in test_quit_restart.py
Phil Ringnalda <philringnalda@gmail.com> - Thu, 29 Sep 2016 07:38:59 -0700 - rev 419033
Push
30830 by chevobbe.nicolas@gmail.com at Thu, 29 Sep 2016 16:07:06 +0000
Backed out changeset 7dac104b94de (
bug 1141483) for WinXP permaorange in test_quit_restart.py
d84c58964e839e6df0c53312fd6e6236843876b0: Bug 1280573 - Add testing/mozbase to flake8 linter: r?ahal
draft
Francesco Pischedda <francesco.pischedda@gmail.com> - Tue, 27 Sep 2016 09:07:29 +0200 - rev 419032
Push
30829 by bmo:francesco.pischedda@gmail.com at Thu, 29 Sep 2016 15:38:48 +0000
Bug 1280573 - Add testing/mozbase to flake8 linter: r?ahal
added testing/mozbase to tools/lint/flake8.lint
fixed a first batch of PEP8 errors/warnings
at first the commad autopep8 -i --max-line-length 99 -r -j 8 .
has been used to fix simpler problems, run from testing/mozbase
some of the issues can not easily fixed :
- undefined 'names' in code for example isLinux - isLinux and isBsd "fixed" with # noqa
- undefined 'message' resolved with return fmt.format(...
- undefined 'structured' resolved replacing those with mozlog
- long comments - some remaining - addressed with # noqa
- package level import everything - addressed with # flake8: noqa
restored testing/mozbase/mozdevice/mozdevice/Zeroconf.py
fixed issues reported on mozreview
fixed ')' in testing/mozbase/mozprocess/mozprocess/qijo.py imports
finally fixed multiline string at testing/mozbase/manifestparser/tests/test_manifestparser.py:114
^^^ and again, but now with ./mach python-test --path-only testing/mozbase/manifestparser/tests/test_manifestparser.py passing
MozReview-Commit-ID: 1FpJF54GqIi
54a5626f6b195387aa9d8ee11dbdbb622f746471: Bug 1291971 - Part 6, enable receiver idlharness test.
draft
Shih-Chiang Chien <schien@mozilla.com> - Thu, 29 Sep 2016 23:30:07 +0800 - rev 419031
Push
30828 by schien@mozilla.com at Thu, 29 Sep 2016 15:36:42 +0000
Bug 1291971 - Part 6, enable receiver idlharness test.
MozReview-Commit-ID: BDZ8daA2gpj
3e4d2fd21c4ae15dc9903ff83ffc69a722a155b8: Bug 1291971 - Part 5, enable controller getAvailability test. r=smaug.
draft
Shih-Chiang Chien <schien@mozilla.com> - Thu, 29 Sep 2016 23:34:47 +0800 - rev 419030
Push
30828 by schien@mozilla.com at Thu, 29 Sep 2016 15:36:42 +0000
Bug 1291971 - Part 5, enable controller getAvailability test. r=smaug.
MozReview-Commit-ID: 2xiMSKaMcDP
4918d0d5bf0da4b12b577b31c988f3f99aceac8f: Bug 1303748 - Fix color cycling in CssColor by adding more HSL precision; r?tromey
draft
Greg Tatum <tatum.creative@gmail.com> - Wed, 28 Sep 2016 09:31:26 -0500 - rev 419029
Push
30827 by bmo:gtatum@mozilla.com at Thu, 29 Sep 2016 15:19:13 +0000
Bug 1303748 - Fix color cycling in CssColor by adding more HSL precision; r?tromey
MozReview-Commit-ID: GkBr7Jq1mex
ada7525fdc64580825e10bd9a0ebf6c69578f974: Bug 1306189 - Create upload dir before writing to it + more logging. r=dustin
draft
Armen Zambrano Gasparnian <armenzg@mozilla.com> - Thu, 29 Sep 2016 11:08:27 -0400 - rev 419028
Push
30826 by armenzg@mozilla.com at Thu, 29 Sep 2016 15:14:21 +0000
Bug 1306189 - Create upload dir before writing to it + more logging. r=dustin
MozReview-Commit-ID: EBsIFuXN3E7
2ee37363ff33f3ad75f387cdede9cf8ac5c4e82a: Bug 1280573 - Add testing/mozbase to flake8 linter: r?ahal
draft
Francesco Pischedda <francesco.pischedda@gmail.com> - Tue, 27 Sep 2016 09:07:29 +0200 - rev 419027
Push
30825 by bmo:francesco.pischedda@gmail.com at Thu, 29 Sep 2016 15:09:44 +0000
Bug 1280573 - Add testing/mozbase to flake8 linter: r?ahal
added testing/mozbase to tools/lint/flake8.lint
fixed a first batch of PEP8 errors/warnings
at first the commad autopep8 -i --max-line-length 99 -r -j 8 .
has been used to fix simpler problems, run from testing/mozbase
some of the issues can not easily fixed :
- undefined 'names' in code for example isLinux - isLinux and isBsd "fixed" with # noqa
- undefined 'message' resolved with return fmt.format(...
- undefined 'structured' resolved replacing those with mozlog
- long comments - some remaining - addressed with # noqa
- package level import everything - addressed with # flake8: noqa
restored testing/mozbase/mozdevice/mozdevice/Zeroconf.py
fixed issues reported on mozreview
fixed ')' in testing/mozbase/mozprocess/mozprocess/qijo.py imports
finally fixed multiline string at testing/mozbase/manifestparser/tests/test_manifestparser.py:114
MozReview-Commit-ID: 1FpJF54GqIi
ec9058e8119df9d7033f706979fccfccf3b42ef8: Bug 1280573 - Add testing/mozbase to flake8 linter: r?ahal
draft
Francesco Pischedda <francesco.pischedda@gmail.com> - Tue, 27 Sep 2016 09:07:29 +0200 - rev 419026
Push
30824 by bmo:francesco.pischedda@gmail.com at Thu, 29 Sep 2016 14:11:17 +0000
Bug 1280573 - Add testing/mozbase to flake8 linter: r?ahal
added testing/mozbase to tools/lint/flake8.lint
fixed a first batch of PEP8 errors/warnings
at first the commad autopep8 -i --max-line-length 99 -r -j 8 .
has been used to fix simpler problems, run from testing/mozbase
some of the issues can not easily fixed :
- undefined 'names' in code for example isLinux
- long comments - some remaining - addressed with # noqa
- package level import everything - addressed with # flake8: noqa
restored testing/mozbase/mozdevice/mozdevice/Zeroconf.py
fixed issues reported on mozreview
fixed ')' in testing/mozbase/mozprocess/mozprocess/qijo.py imports
finally fixed multiline string at testing/mozbase/manifestparser/tests/test_manifestparser.py:114
MozReview-Commit-ID: 1FpJF54GqIi
6b83d98aff1c5e73ac0a802b5a83b8be95adf59a: Bug 1265582 - Fix reftest structured logs to match wpt, r=ahal
draft
James Graham <james@hoppipolla.co.uk> - Tue, 27 Sep 2016 22:54:50 +0100 - rev 419025
Push
30823 by james@hoppipolla.co.uk at Thu, 29 Sep 2016 14:04:43 +0000
Bug 1265582 - Fix reftest structured logs to match wpt, r=ahal
This allows the logs to work with the structured reftest viewer.
MozReview-Commit-ID: CY71vSdDjLP