a06c5bf879015dfe54098d0ac5db128afa3c26bb: Bug 1308153 - part2 : implement visual indicator for media-blocking.
draft
Alastor Wu <alwu@mozilla.com> - Thu, 27 Oct 2016 15:40:48 +0800 - rev 430149
Push
33751 by alwu@mozilla.com at Thu, 27 Oct 2016 07:54:24 +0000
Bug 1308153 - part2 : implement visual indicator for media-blocking.
MozReview-Commit-ID: EFDqxtgtD3n
* * *
new svg
MozReview-Commit-ID: AW7tNveYGV3
20ea9334f7d698157f0d32df1dd3e8576fa91f52: Bug 1308153 - part1 : notify tabbrowser when the tab was blocked.
draft
Alastor Wu <alwu@mozilla.com> - Thu, 27 Oct 2016 15:07:40 +0800 - rev 430148
Push
33751 by alwu@mozilla.com at Thu, 27 Oct 2016 07:54:24 +0000
Bug 1308153 - part1 : notify tabbrowser when the tab was blocked.
MozReview-Commit-ID: 4Rml19tp66u
14b88a57f529328b9002d6a6858e4c787f3a9e9b: Bug 1313306 - Remove --help dependencies from @dependable and delayed_getattr. r?chmanchester
draft
Mike Hommey <mh+mozilla@glandium.org> - Thu, 27 Oct 2016 15:00:51 +0900 - rev 430147
Push
33750 by bmo:mh+mozilla@glandium.org at Thu, 27 Oct 2016 07:43:21 +0000
Bug 1313306 - Remove --help dependencies from @dependable and delayed_getattr. r?chmanchester
This sadly requires to replace a few @dependendable to pass the lint
check.
ffe136d233165be70a41e69e1fd530feaf5d9df9: Bug 1313306 - Allow @depends(when=something) without additional dependencies. r?chmanchester
draft
Mike Hommey <mh+mozilla@glandium.org> - Wed, 26 Oct 2016 16:42:06 +0900 - rev 430146
Push
33750 by bmo:mh+mozilla@glandium.org at Thu, 27 Oct 2016 07:43:21 +0000
Bug 1313306 - Allow @depends(when=something) without additional dependencies. r?chmanchester
Also allow when=True/False to avoid the chicken-egg problem of using
a generic `when` to use in replacement of @depends('--help') for things
like @dependable.
c60a2966c429fd01e58ae593005b9685a2b051d4: Bug 1313306 - Relax the rules for --help dependencies. r?chmanchester
draft
Mike Hommey <mh+mozilla@glandium.org> - Thu, 27 Oct 2016 13:40:42 +0900 - rev 430145
Push
33750 by bmo:mh+mozilla@glandium.org at Thu, 27 Oct 2016 07:43:21 +0000
Bug 1313306 - Relax the rules for --help dependencies. r?chmanchester
--help dependencies currently help identify functions that will run when
running configure --help, which we don't want to have spreading too
much. OTOH, when such functions have no side effect, it's not really
that important to have them explicitly marked.
So, allow missing --help dependencies for functions that:
- don't use @imports
- don't have a closure
- don't use global variables
This is a first step towards entirely removing the --help markings (the
end goal being that --help dependencies will indicate actual --help
dependencies). As such, we don't really care about updating the lint
error message.
711322281e6f7b85c38c53d2607f017a56556b03: Bug 1313306 - Don't expose os.path.{exists,isdir,isfile} to python configure without an @imports. r?chmanchester
draft
Mike Hommey <mh+mozilla@glandium.org> - Wed, 26 Oct 2016 11:49:58 +0900 - rev 430144
Push
33750 by bmo:mh+mozilla@glandium.org at Thu, 27 Oct 2016 07:43:21 +0000
Bug 1313306 - Don't expose os.path.{exists,isdir,isfile} to python configure without an @imports. r?chmanchester
We want functions without an @imports to not have any side effects, and
to not use external resources. So remove the few functions we expose from
os.path without @imports('os') that do.
d3f548b9453b9c15ae854d0511a2a48521eefde0: Bug 1313306 - Move --help dependency checks to the linter. r?chmanchester
draft
Mike Hommey <mh+mozilla@glandium.org> - Thu, 27 Oct 2016 10:02:21 +0900 - rev 430143
Push
33750 by bmo:mh+mozilla@glandium.org at Thu, 27 Oct 2016 07:43:21 +0000
Bug 1313306 - Move --help dependency checks to the linter. r?chmanchester
Missing such dependencies shouldn't impair running configure itself
after local modifications, but they are currently required for
(mostly) documentation purpose. Which means they are better done in
the linter.
f71785cdb341f241e1683bf54a780d188dc70579: Bug 1313306 - Add a placeholder python configure linter. r?chmanchester
draft
Mike Hommey <mh+mozilla@glandium.org> - Thu, 27 Oct 2016 09:36:33 +0900 - rev 430142
Push
33750 by bmo:mh+mozilla@glandium.org at Thu, 27 Oct 2016 07:43:21 +0000
Bug 1313306 - Add a placeholder python configure linter. r?chmanchester
eb80d8ed583490bb2586dd361f87da5607f6cc4d: Remove --help dependencies from @dependable and delayed_getattr. r?chmanchester
draft
Mike Hommey <mh+mozilla@glandium.org> - Thu, 27 Oct 2016 15:00:51 +0900 - rev 430141
Push
33749 by bmo:mh+mozilla@glandium.org at Thu, 27 Oct 2016 07:42:00 +0000
Remove --help dependencies from @dependable and delayed_getattr. r?chmanchester
This sadly requires to replace a few @dependendable to pass the lint
check.
1e464cd81202fdde0743fd8d8a6682060ea98839: Allow @depends(when=something) without additional dependencies. r?chmanchester
draft
Mike Hommey <mh+mozilla@glandium.org> - Wed, 26 Oct 2016 16:42:06 +0900 - rev 430140
Push
33749 by bmo:mh+mozilla@glandium.org at Thu, 27 Oct 2016 07:42:00 +0000
Allow @depends(when=something) without additional dependencies. r?chmanchester
Also allow when=True/False to avoid the chicken-egg problem of using
a generic `when` to use in replacement of @depends('--help') for things
like @dependable.
0f3b6eb368b108994edb7f77a2a7147403914563: Relax the rules for --help dependencies. r?chmanchester
draft
Mike Hommey <mh+mozilla@glandium.org> - Thu, 27 Oct 2016 13:40:42 +0900 - rev 430139
Push
33749 by bmo:mh+mozilla@glandium.org at Thu, 27 Oct 2016 07:42:00 +0000
Relax the rules for --help dependencies. r?chmanchester
--help dependencies currently help identify functions that will run when
running configure --help, which we don't want to have spreading too
much. OTOH, when such functions have no side effect, it's not really
that important to have them explicitly marked.
So, allow missing --help dependencies for functions that:
- don't use @imports
- don't have a closure
- don't use global variables
This is a first step towards entirely removing the --help markings (the
end goal being that --help dependencies will indicate actual --help
dependencies). As such, we don't really care about updating the lint
error message.
e8bfac2b4a6a9f34e33cd1d8d2318ca8b5941f09: Don't expose os.path.{exists,isdir,isfile} to python configure without an @imports. r?chmanchester
draft
Mike Hommey <mh+mozilla@glandium.org> - Wed, 26 Oct 2016 11:49:58 +0900 - rev 430138
Push
33749 by bmo:mh+mozilla@glandium.org at Thu, 27 Oct 2016 07:42:00 +0000
Don't expose os.path.{exists,isdir,isfile} to python configure without an @imports. r?chmanchester
We want functions without an @imports to not have any side effects, and
to not use external resources. So remove the few functions we expose from
os.path without @imports('os') that do.
8c160ec4a3f429a04e93accbf43eec6121e8d0d6: Move --help dependency checks to the linter. r?chmanchester
draft
Mike Hommey <mh+mozilla@glandium.org> - Thu, 27 Oct 2016 10:02:21 +0900 - rev 430137
Push
33749 by bmo:mh+mozilla@glandium.org at Thu, 27 Oct 2016 07:42:00 +0000
Move --help dependency checks to the linter. r?chmanchester
Missing such dependencies shouldn't impair running configure itself
after local modifications, but they are currently required for
(mostly) documentation purpose. Which means they are better done in
the linter.
b4d600dc65411a6cc7624937f3e03a4948b62b02: Add a placeholder python configure linter. r?chmanchester
draft
Mike Hommey <mh+mozilla@glandium.org> - Thu, 27 Oct 2016 09:36:33 +0900 - rev 430136
Push
33749 by bmo:mh+mozilla@glandium.org at Thu, 27 Oct 2016 07:42:00 +0000
Add a placeholder python configure linter. r?chmanchester
b6c75e7c1ee4144d88382364e55cec4f936e948a: Bug 1168759 - Part 2: Use waitForAllPaints() instead of animation.ready. r?boris
draft
Hiroyuki Ikezoe <hiikezoe@mozilla-japan.org> - Thu, 27 Oct 2016 16:34:04 +0900 - rev 430135
Push
33748 by bmo:hiikezoe@mozilla-japan.org at Thu, 27 Oct 2016 07:34:46 +0000
Bug 1168759 - Part 2: Use waitForAllPaints() instead of animation.ready. r?boris
MozReview-Commit-ID: Hekj71Een7s
36efb0539fd7d36a39d20b941486d16a35f47cc6: Bug 1168759 - Part 1: Rewrite async_test with promise_test. r?boris
draft
Hiroyuki Ikezoe <hiikezoe@mozilla-japan.org> - Thu, 27 Oct 2016 16:33:32 +0900 - rev 430134
Push
33748 by bmo:hiikezoe@mozilla-japan.org at Thu, 27 Oct 2016 07:34:46 +0000
Bug 1168759 - Part 1: Rewrite async_test with promise_test. r?boris
MozReview-Commit-ID: 79Jkr83vA1z
9e930bb832628972333da6a57267448b42cd6d41: Bug 1308412 - fix setCaptureHeight() failure; r=jib, jesup
draft
Munro Mengjue Chiang <mchiang@mozilla.com> - Wed, 26 Oct 2016 18:08:51 +0800 - rev 430133
Push
33747 by mchiang@mozilla.com at Thu, 27 Oct 2016 07:17:42 +0000
Bug 1308412 - fix setCaptureHeight() failure; r=jib, jesup
MozReview-Commit-ID: 47mgoY4sOSw
3f2993864dc3e34ca64d7c87b0ca72747305cc6c: Bug 1309193 - Implement sidebar toggle button in Net Panel Toolbar;r=honza,jsnajdr
draft
Fred Lin <gasolin@mozilla.com> - Thu, 27 Oct 2016 11:53:18 +0800 - rev 430132
Push
33746 by bmo:gasolin@mozilla.com at Thu, 27 Oct 2016 07:04:18 +0000
Bug 1309193 - Implement sidebar toggle button in Net Panel Toolbar;r=honza,jsnajdr
MozReview-Commit-ID: 2mHiawLmrPy
c37a181271b4acb488cc608582f7ebd685c68c9d: Bug 1264125 part 6 - Add transitioncancel tests. r?birtles
draft
Mantaroh Yoshinaga <mantaroh@gmail.com> - Thu, 27 Oct 2016 16:00:07 +0900 - rev 430131
Push
33745 by mantaroh@gmail.com at Thu, 27 Oct 2016 07:00:32 +0000
Bug 1264125 part 6 - Add transitioncancel tests. r?birtles
MozReview-Commit-ID: 3iq57bQjEVd
854fe472c4efdbf1974bd0c4fdc5574b75bf1ec9: Bug 1264125 part 5 - Update legacy transition envet tests. r?birtles
draft
Mantaroh Yoshinaga <mantaroh@gmail.com> - Thu, 27 Oct 2016 16:00:06 +0900 - rev 430130
Push
33745 by mantaroh@gmail.com at Thu, 27 Oct 2016 07:00:32 +0000
Bug 1264125 part 5 - Update legacy transition envet tests. r?birtles
MozReview-Commit-ID: 4oIa0Plqupz