Closed
Bug 1343179
Opened 8 years ago
Closed 6 years ago
Permissions pop-up appears every time a sideloaded webextension is enabled
Categories
(Toolkit :: Add-ons Manager, defect, P3)
Tracking
()
RESOLVED
FIXED
mozilla64
Tracking | Status | |
---|---|---|
firefox51 | --- | unaffected |
firefox52 | --- | unaffected |
firefox53 | --- | unaffected |
firefox54 | --- | wontfix |
firefox64 | --- | fixed |
People
(Reporter: vtamas, Assigned: arshadkazmi42, Mentored)
References
(Blocks 1 open bug)
Details
(Keywords: good-first-bug, Whiteboard: [permissions] triaged)
Attachments
(2 files)
[Note]
This is a follow-up bug for Bug 1334096
[Affected versions]:
Firefox 54.0a1 (2017-02-27)
[Affected platforms]:
Windows 10 64-bit
Ubuntu 16.04 32-bit
[Steps to reproduce]:
1.Launch Firefox with clean profile.
2.Create extensions.webextPermissionPrompts and set it to true.
3.Install via sideloading method a webextension with permissions.
4.After reopening the browser, navigate to about:add-ons and click on Add-ons Manager “Enable” button.
5.a) Click “Enable” button from permissions doorhanger.
6.a) Disable the extension.
7.a) Click again on Add-ons Manager “Enable” button
5.b) Click “Cancel” button from permissions doorhanger.
6.b) Click again on Add-ons Manager “Enable” button
[Expected Results]:
Based on https://bugzilla.mozilla.org/show_bug.cgi?id=1334096#c2 and https://bugzilla.mozilla.org/show_bug.cgi?id=1334096#c3 , permissions pop-up should be displayed only the first time an extension is enabled avoiding the regular sideloading flow.
[Actual Results]:
Permissions pop-up is displayed every time a sideloaded webextension is enabled from Add-ons Manager.
Updated•8 years ago
|
Priority: -- → P3
Whiteboard: [permissions] triaged
Comment 1•8 years ago
|
||
aswan would need to explain the change, but change itself should be fairly minor
Mentor: aswan
Keywords: good-first-bug
Comment 2•8 years ago
|
||
The object that represents individual addons has a "seen" property that is supposed to get set the first time a prompt is shown for a sideloaded extension. This property is set when the entry in the hamburger menu is selected but it is not set when the extension is manually enabled from about:addons. Setting that property (and adding appropriate tests) should address this bug.
Updated•7 years ago
|
Assignee | ||
Comment 3•6 years ago
|
||
I am interested to work on this. Is this still available? Also can someone guide me where should I start for this?
Flags: needinfo?(aswan)
Comment 4•6 years ago
|
||
Hi, this is still available, thanks for your interest!
There's an overview of a proposed solution in comment 2. The code that runs when an extension is manually enabled is here:
https://searchfox.org/mozilla-central/rev/55da592d85c2baf8d8818010c41d9738c97013d2/toolkit/mozapps/extensions/content/extensions.js#1123-1145
The addon object there has a method called markAsSeen() that will set the seen property so that prompts are not shown in the future.
The larger chunk of work will be writing a test for this. This will need to be a browser mochitest, the easiest thing here is probably to look at some of the existing tests in toolkit/mozapps/extensions/test/browser/ to get an idea for how these tests are written, then try to construct a new one.
Flags: needinfo?(aswan)
Assignee | ||
Comment 5•6 years ago
|
||
ok. cool.
I will have a look into it and will get back to you if I need any more info
Assignee | ||
Comment 6•6 years ago
|
||
So I added that change of markAsSeen()
I want to check it now, so wanted to follow these steps
[Steps to reproduce]:
[1].Launch Firefox with clean profile.
[2].Create extensions.webextPermissionPrompts and set it to true.
[3].Install via sideloading method a webextension with permissions.
[4].After reopening the browser, navigate to about:add-ons and click on Add-ons Manager “Enable” button.
[5].a) Click “Enable” button from permissions doorhanger.
[6].a) Disable the extension.
[7].a) Click again on Add-ons Manager “Enable” button
5.b) Click “Cancel” button from permissions doorhanger.
6.b) Click again on Add-ons Manager “Enable” button
I have few questions,
1. What is [3] points mean? Install via sideloading? What is sideloading?
2. Is there a sample extension available to check this? Or should I go ahead and create a small plugin?
Flags: needinfo?(aswan)
Comment 7•6 years ago
|
||
(In reply to Arshad Kazmi from comment #6)
> [2].Create extensions.webextPermissionPrompts and set it to true.
this step is no longer necessary, this has been the default for some time
> 1. What is [3] points mean? Install via sideloading? What is sideloading?
See:
https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Alternative_distribution_options/Sideloading_add-ons#Installation_using_the_standard_extension_folders
> 2. Is there a sample extension available to check this? Or should I go ahead
> and create a small plugin?
I don't think you need to creat a new one, any existing extension (that has required permissions) should be fine.
Flags: needinfo?(aswan)
Assignee | ||
Comment 8•6 years ago
|
||
Do you know any such extension which I can get from Mozilla extension store?
Flags: needinfo?(aswan)
Comment 9•6 years ago
|
||
(In reply to Arshad Kazmi from comment #8)
> Do you know any such extension which I can get from Mozilla extension store?
Any extension on AMO that prompts you for permissions when you install it will do.
Flags: needinfo?(aswan)
Assignee | ||
Comment 10•6 years ago
|
||
I tried with this addon https://addons.mozilla.org/en-GB/firefox/addon/turbo-download-manager/?src=search
I am not able to reproduce the issue.
1. Installed the addon, during installation it asked for permission. I Accepted it
2. Disabled extension
3. Closed browser
4. Reopened browser and enable the extension.
I didn't got permission popup again
I repeated 3-4 steps 2-3 times. But I didn't get the permission popup again.
Is this the correct way to reproduce this?
I tried this on latest mozilla-central build
Flags: needinfo?(aswan)
Comment 11•6 years ago
|
||
The steps in comment 10 are not the same as the original steps from comment 0.
Specifically, the original step 3 was to sideload the extension, you omitted that step here.
Flags: needinfo?(aswan)
Comment 13•6 years ago
|
||
See comment 7.
You can also drop the extension into the profile directory, following the same rules for naming the file as described on the MDN page linked from that comment.
Flags: needinfo?(aswan)
Assignee | ||
Comment 14•6 years ago
|
||
Tried following the step from Comment 7.
I am not getting any installation confirmation about the addon.
So I donwloaded xpi file from Comment 10
renamed it to "turbo_download@arshad.com"
copied it to this location
(I am on MacOS)
/Library/Application Support/Mozilla/Extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}
Then restarted firefox.
Also how can I install by sideloading in my debug version of firefox, which runs from Mozilla Central repo?
Flags: needinfo?(aswan)
Comment 15•6 years ago
|
||
The filename needs to match the id in the extension, not something you made up.
The extension linked in comment 10 has the id "jid0-dsq67mf5kjjhiiju2dfb6kk8dfw@jetpack"
Flags: needinfo?(aswan)
Assignee | ||
Comment 16•6 years ago
|
||
So for that extension, this should be the filename
"jid0-dsq67mf5kjjhiiju2dfb6kk8dfw@jetpack.xpi"
?
Flags: needinfo?(aswan)
Assignee | ||
Comment 17•6 years ago
|
||
ok. got it. fixed issue also.
Just need to verify with one more addon. So got one question.
How can I find id of an addon from addon store?
Flags: needinfo?(aswan)
Assignee | ||
Comment 19•6 years ago
|
||
No issues. Found it. Just extracted the xpi file using unarchiver and got manifest.json file
Flags: needinfo?(aswan)
Assignee | ||
Comment 20•6 years ago
|
||
I am done with the fix.
Was trying to write test script for it.
Can you help me with getting started in sideloading addon using script & enable disable addon
Flags: needinfo?(aswan)
Assignee | ||
Comment 21•6 years ago
|
||
Test Script**
Comment 22•6 years ago
|
||
Take a look at the existing test browser/base/content/test/webextensions/browser_extension_sideloading.js
In particular, you can use something like this to create and sideload an extension:
https://searchfox.org/mozilla-central/rev/6201a9e0067cf6af118c6a99ae9314b8ceb2c4d5/browser/base/content/test/webextensions/browser_extension_sideloading.js#8-26
Followed by this to get the browser to notice that it is there:
https://searchfox.org/mozilla-central/rev/6201a9e0067cf6af118c6a99ae9314b8ceb2c4d5/browser/base/content/test/webextensions/browser_extension_sideloading.js#120
Flags: needinfo?(aswan)
Assignee | ||
Comment 23•6 years ago
|
||
Thanks for these details Andrew.
Will look into it today :)
Assignee | ||
Comment 24•6 years ago
|
||
Started working on the test script.
This is what I got till now
```
const {AddonTestUtils} = ChromeUtils.import("resource://testing-common/AddonTestUtils.jsm", {});
AddonTestUtils.initMochitest(this);
async function createWebExtension(details) {
let options = {
manifest: {
applications: {gecko: {id: details.id}},
name: details.name,
permissions: details.permissions,
},
};
if (details.iconURL) {
options.manifest.icons = {"64": details.iconURL};
}
let xpi = AddonTestUtils.createTempWebExtensionFile(options);
await AddonTestUtils.manuallyInstall(xpi);
}
async function test() {
const ID4 = "addon4@tests.mozilla.org";
await createWebExtension({
id: ID4,
name: "Test 4",
permissions: ["<all_urls>"],
});
await ExtensionsUI._checkForSideloaded();
}
```
I am stuck at Enable / Disable Button CLicks on addons page
And Checking the permission popup.
Is there some doc or old test case which does something like this which I can refer?
Flags: needinfo?(aswan)
Assignee | ||
Comment 26•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → arshadkazmi42
Assignee | ||
Comment 27•6 years ago
|
||
Pushed code to phrabricator for review.
@Andrew add you as reviewer for it.
Flags: needinfo?(aswan)
Comment 28•6 years ago
|
||
I get notified by phabricator about the review request, there's no need to set needinfo here
Flags: needinfo?(aswan)
Assignee | ||
Updated•6 years ago
|
Status: NEW → ASSIGNED
Updated•6 years ago
|
Attachment #9007531 -
Attachment description: Permissions pop-up appears every time a sideloaded webextension is enabled → Bug 1343179 - Permission popup appears once when sideloaded webextension is enabled
Comment 29•6 years ago
|
||
Comment on attachment 9007531 [details]
Bug 1343179 - Permission popup appears once when sideloaded webextension is enabled
Andrew Swan [:aswan] has approved the revision.
Attachment #9007531 -
Flags: review+
Assignee | ||
Updated•6 years ago
|
Keywords: checkin-needed
Comment 30•6 years ago
|
||
This failed to land:
Error: We're sorry, Autoland could not rebase your commits for you automatically. Please manually rebase your commits and try again. (255, 'applying /tmp/tmpdvGho7\npatching file toolkit/mozapps/extensions/test/browser/browser_dragdrop.js\nHunk #1 FAILED at 13\n1 out of 1 hunks FAILED -- saving rejects to file toolkit/mozapps/extensions/test/browser/browser_dragdrop.js.rej\nabort: patch failed to apply', '')
Flags: needinfo?(arshadkazmi42)
Updated•6 years ago
|
Keywords: checkin-needed
Assignee | ||
Comment 31•6 years ago
|
||
Cristina, I will look into it asap.
Andrew, Is the sideloaded addon creating any issue? As its not manually removed before ending of test.
Also, it does not fails in my local machine.
I just tried now and in my local machine this test case failed
```
toolkit/mozapps/extensions/test/browser/browser_getmorethemes.js
FAIL A promise chain failed to handle a rejection: Error while loading 'jar:file:///var/folders/5l/crj8l2qd1_s6dz5jmz5gpkxr0000gn/T/tmp0SjRM9.mozrunner/extensions/addon1@test.mozilla.org.xpi!/manifest.json' (NS_ERROR_FILE_NOT_FOUND) - stack: readJSON/</<@resource://gre/modules/Extension.jsm:445:18
```
I feel likes its happening due to sideloading extension and its not removed manually.
I found this comment in a test
https://searchfox.org/mozilla-central/source/browser/base/content/test/webextensions/browser_extension_sideloading.js#95
Flags: needinfo?(arshadkazmi42) → needinfo?(aswan)
Comment 32•6 years ago
|
||
No, the problem here is that your patches are based on and old checkout from mozilla-central and the patches don't apply cleanly to a recent source tree. There are various ways you could handle this but I think the simplest is probably to do "hg pull" to get an updated copy of mozilla-central, then use hg rebase (ie, if you have your patch checked out, run "hg rebase -s . -d central"), this is likely going to generate some conflicts that you'll need to resolve. Once the conflicts are resolved, run eslint and tests again to make sure everything is still working, then upload the revised patches to phabricator.
I glossed over a bit of detail there, if you get stuck feel free to ask for help. Good luck!
Flags: needinfo?(aswan)
Assignee | ||
Comment 33•6 years ago
|
||
Hi Andrew,
Thank you for the detailed information.
I did merge my current feature branch with latest mozilla-central code.
in my local all test at these tests are passed
mach test toolkit/mozapps/extensions/test/browser/
----
So, I was going through my code and found that during merge this was removed.
addon = await AddonManager.getAddonByID(ADDON_ID);
await addon.uninstall();
So I added it back and my this test is failing
toolkit/mozapps/extensions/test/browser/browser_getmorethemes.js
its giving this error
A promise chain failed to handle a rejection: Error while loading 'jar:file:///var/folders/5l/crj8l2qd1_s6dz5jmz5gpkxr0000gn/T/tmpsHxziv.mozrunner/extensions/addon1@test.mozilla.org.xpi!/manifest.json' (NS_ERROR_FILE_NOT_FOUND) - stack: readJSON/</<@resource://gre/modules/Extension.jsm:445:18
on running this
mach test toolkit/mozapps/extensions/test/browser/
and on removing the addon.uninstall code, everything is getting passed.
Flags: needinfo?(aswan)
Comment 34•6 years ago
|
||
Great, if you're sure everything is passing, you can now re-set the checkin-needed keyword.
Thanks!
Flags: needinfo?(aswan)
Assignee | ||
Updated•6 years ago
|
Keywords: checkin-needed
Comment 35•6 years ago
|
||
This failed to land with the error:
Error: We're sorry, Autoland could not rebase your commits for you automatically. Please manually rebase your commits and try again. (255, 'applying /tmp/tmptP93k5\npatching file toolkit/mozapps/extensions/test/browser/browser_dragdrop.js\nHunk #1 FAILED at 13\n1 out of 1 hunks FAILED -- saving rejects to file toolkit/mozapps/extensions/test/browser/browser_dragdrop.js.rej\nabort: patch failed to apply', '')
Flags: needinfo?(arshadkazmi42)
Keywords: checkin-needed
Assignee | ||
Comment 36•6 years ago
|
||
Oh. failed again!
Andrew, I think I did something wrong while rebasing.
I did following:
1. I am at my feature branch
2. hg pull
3. hg rebase -s . -d central
Did I missed something?
Do I have to do these steps in default branch?
Flags: needinfo?(arshadkazmi42) → needinfo?(aswan)
Comment 37•6 years ago
|
||
That looks correct, can you upload the result of doing that do phabricator?
Flags: needinfo?(aswan)
Assignee | ||
Comment 38•6 years ago
|
||
So I found 1 thing,
I executed these commands in my feature branch
1. I am at my feature branch
2. hg pull
3. hg rebase -s . -d central
but after executing all these commands when I check my current branch using `hg branch`
it shows that I am at `default branch`
Also I have pushed the code after merge also.
and I haven't got any conflicts while doing this
I tried these also
1. hg pull
2. hg merge (rev: latest)
3. I got conflicts doing this.
4. I resolved all the conflicts
5. after resolving while building code I am getting some error saying unable to make Telementory file and build is failing
Flags: needinfo?(aswan)
Comment 39•6 years ago
|
||
I'm sorry I don't really understand, it would help if you could show the exact output you get when something doesn't work as you're expecting.
However, what is the output of "hg log -r central"? What about "hg parent" after you rebase your changes? You say you "pushed the code", but I don't see anything new on phabricator, where did you push it?
Flags: needinfo?(aswan)
Assignee | ||
Comment 40•6 years ago
|
||
Logs of the commands
hg log -r central
changeset: 437752:bb920e419166
fxtree: central
user: Ehsan Akhgari <ehsan@mozilla.com>
date: Fri Sep 21 13:59:25 2018 -0400
summary: Backout changeset c5b3caf36ddf (bug 1490297) for causing bug 1493081 and making Nightly unusable; a=Aryx
===============
hg parent
changeset: 437753:5679add2f5b3
tag: tip
user: Arshad Kazmi <arshadkazmi42@gmail.com>
date: Sun Sep 16 11:38:45 2018 +0530
summary: setTimeout removed and addon id changed to remove conflicts with legacy test
> You say you "pushed the code", but I don't see anything new on phabricator, where did you push it?
I checked that too, I thougt I pushed it, but nothing was pushed.
Flags: needinfo?(aswan)
Assignee | ||
Comment 41•6 years ago
|
||
Finally I was able to merge it.
Tested all the test cases for that component using this command
./mach lint toolkit/mozapps/extensions/test/browser/browser_*.js
all test cases are passed.
pushed my code to phabricator
@Andrew, can you check it once on phabricator, whether its merged propertly, after that I will add check-in needed flag
Assignee | ||
Comment 42•6 years ago
|
||
When I pushed it, it created a new seperate diff here
https://phabricator.services.mozilla.com/D6568
is there a way to merge this diff with the older one here
https://phabricator.services.mozilla.com/D5376
Assignee | ||
Comment 43•6 years ago
|
||
I think, I managed to update the existing diff with the changes using `arc diff --update rev` command
@Andrew, can just check it once if I have missed something.
Assignee | ||
Comment 44•6 years ago
|
||
Hi andrew,
Just a reminder if you have missed my previous comments
Have you got any change to check my merged code once on phabricator?
Comment 45•6 years ago
|
||
Comment on attachment 9007531 [details]
Bug 1343179 - Permission popup appears once when sideloaded webextension is enabled
Andrew Swan [:aswan] has requested changes to the revision.
Attachment #9007531 -
Flags: review+
Comment 46•6 years ago
|
||
No reminders are necessary, the needinfo is enough. I've been very busy the past few days.
In any case, answered over on phabricator.
Flags: needinfo?(aswan)
Comment 47•6 years ago
|
||
Comment on attachment 9007531 [details]
Bug 1343179 - Permission popup appears once when sideloaded webextension is enabled
Andrew Swan [:aswan] has approved the revision.
Attachment #9007531 -
Flags: review+
Assignee | ||
Updated•6 years ago
|
Keywords: checkin-needed
Comment 48•6 years ago
|
||
Pushed by cbrindusan@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/4c208d905a9d
Permission popup appears once when sideloaded webextension is enabled r=aswan
Keywords: checkin-needed
Comment 49•6 years ago
|
||
Backout by shindli@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/87256a1f66d2
Backed out changeset 4c208d905a9d for TV failures in toolkit/mozapps/extensions/test/browser/browser_extension_sideloading_permission.js
Comment 50•6 years ago
|
||
Backed out changeset 4c208d905a9d (Bug 1343179) for TV failures in toolkit/mozapps/extensions/test/browser/browser_extension_sideloading_permission.js
https://treeherder.mozilla.org/#/jobs?repo=autoland&resultStatus=testfailed,busted,exception&selectedJob=202356450
https://treeherder.mozilla.org/logviewer.html#?job_id=202356450&repo=autoland&lineNumber=8079
Flags: needinfo?(arshadkazmi42)
Assignee | ||
Comment 51•6 years ago
|
||
Andrew, I tried running this in my local machine
mach test toolkit/mozapps/extensions/test/browser/browser_*.js
all the tests are passing.
What could be the issue here?
Flags: needinfo?(arshadkazmi42) → needinfo?(aswan)
Assignee | ||
Comment 52•6 years ago
|
||
I tried running this also
./mach test toolkit/mozapps/extensions/test
everything is passed.
I think its failing in Windows as per the log Comment 50
Did I missed something in my test script for Windows?
Comment 53•6 years ago
|
||
Two things:
1. You removed the `addon.uninstall()` line from the test
2. You didn't make the change to the assertion message I requested in my last comment on phabricator
Flags: needinfo?(aswan)
Assignee | ||
Comment 54•6 years ago
|
||
(In reply to Andrew Swan [:aswan] from comment #53)
> Two things:
> 1. You removed the `addon.uninstall()` line from the test
Just checked the code, I think I missed it during merging.
> 2. You didn't make the change to the assertion message I requested in my
> last comment on phabricator
I missed your that comment, saw your comment after the test fail notification, I have made that change.
I will make that change and re-run the tests
Assignee | ||
Comment 55•6 years ago
|
||
I added `addon.uninstall()` and started tests using this command
`mach test toolkit/mozapps/extensions/test/browser/browser_*.js`
But its giving this error
`toolkit/mozapps/extensions/test/browser/browser_getmorethemes.js
FAIL A promise chain failed to handle a rejection: Component returned failure code: 0x80520012 (NS_ERROR_FILE_NOT_FOUND) [amIAddonManagerStartup.enumerateZipFile] - stack: readDirectory@resource://gre/modules/Extension.jsm:417:22
async*_promiseLocaleMap@resource://gre/modules/Extension.jsm:943:25
async*promiseLocales/locales<@resource://gre/modules/Extension.jsm:1480:46
get@resource://gre/modules/ExtensionParent.jsm:1727:22
async*promiseLocales@resource://gre/modules/Extension.jsm:1479:25
async*initLocale@resource://gre/modules/Extension.jsm:1723:27
async*startup@resource://gre/modules/Extension.jsm:1807:15
async*startup@resource://gre/modules/Extension.jsm:1222:12
callBootstrapMethod@resource://gre/modules/addons/XPIProvider.jsm:1606:20
async*startup@resource://gre/modules/addons/XPIProvider.jsm:1721:27
async*updateAddonDisabledState@resource://gre/modules/addons/XPIDatabase.jsm:2250:15
async*setUserDisabled@resource://gre/modules/addons/XPIDatabase.jsm:593:13
async*enable@resource://gre/modules/addons/XPIDatabase.jsm:985:27
doCommand@chrome://mozapps/content/extensions/extensions.js:1150:9
set_userDisabled@chrome://mozapps/content/extensions/extensions.xml:883:13
oncommand@about:addons:1:1
synthesizeMouseAtPoint@chrome://mochikit/content/tests/SimpleTest/EventUtils.js:471:7
synthesizeMouse@chrome://mochikit/content/tests/SimpleTest/EventUtils.js:405:10
synthesizeMouseAtCenter@chrome://mochikit/content/tests/SimpleTest/EventUtils.js:506:10
test@chrome://mochitests/content/browser/toolkit/mozapps/extensions/test/browser/browser_extension_sideloading_permission.js:108:3
Async*Tester_execTest/<@chrome://mochikit/content/browser-test.js:1102:34
async*Tester_execTest@chrome://mochikit/content/browser-test.js:1093:16
nextTest/<@chrome://mochikit/content/browser-test.js:995:9
SimpleTest.waitForFocus/waitForFocusInner/focusedOrLoaded/<@chrome://mochikit/content/tests/SimpleTest/SimpleTest.js:795:59
Rejection date: Sat Sep 29 2018 21:42:13 GMT+0530 (India Standard Time) - false == true - JS frame :: resource://testing-common/PromiseTestUtils.jsm :: assertNoUncaughtRejections :: line 257
Stack trace:
resource://testing-common/PromiseTestUtils.jsm:assertNoUncaughtRejections:257
chrome://mochikit/content/browser-test.js:Tester_execTest/<:1127
chrome://mochikit/content/browser-test.js:Tester_execTest:1093
chrome://mochikit/content/browser-test.js:nextTest/<:995
chrome://mochikit/content/tests/SimpleTest/SimpleTest.js:SimpleTest.waitForFocus/waitForFocusInner/focusedOrLoaded/<:795`
Flags: needinfo?(aswan)
Assignee | ||
Comment 57•6 years ago
|
||
Andrew, just pushed it to phabricator
https://phabricator.services.mozilla.com/D5376
Flags: needinfo?(aswan)
Comment 58•6 years ago
|
||
Comment on attachment 9007531 [details]
Bug 1343179 - Permission popup appears once when sideloaded webextension is enabled
Andrew Swan [:aswan] has requested changes to the revision.
Attachment #9007531 -
Flags: review+
Updated•6 years ago
|
Flags: needinfo?(aswan)
Assignee | ||
Comment 59•6 years ago
|
||
Andrew, The revision is approved in phabricator, but I don't think any comment is added for that here.
Should I add checkin-in need flag to this?
Flags: needinfo?(aswan)
Comment 60•6 years ago
|
||
Assuming you've verified that tests are all passing, yes.
Or if you prefer to run and try and don't have level 1 commit access, I can start one for you.
Flags: needinfo?(aswan)
Assignee | ||
Comment 61•6 years ago
|
||
Running it on try server will be good. I don't have access, it will be great if you can start for me.
I have tested it in my local machine, all tests are passing
Flags: needinfo?(aswan)
Comment 62•6 years ago
|
||
Flags: needinfo?(aswan)
Assignee | ||
Comment 63•6 years ago
|
||
This test is completed, but I see 1 red bar, something fails, but can't figure it out what exactly it is.
Can you have a look at it once?
Flags: needinfo?(aswan)
Comment 64•6 years ago
|
||
You can ignore the L10n failure. This looks good to set checkin-needed. Thanks!
Flags: needinfo?(aswan)
Comment 66•6 years ago
|
||
Pushed by apavel@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/55fe54a19a99
Permission popup appears once when sideloaded webextension is enabled r=aswan
Keywords: checkin-needed
Comment 67•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox64:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla64
Updated•6 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•