Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Bug 1054234 - Search app should not show blacklist apps #23130

Merged

Conversation

shamenchens
Copy link
Contributor

No description provided.

@try-server-hook
Copy link

shamenchens Sherman Chen (shamenchens) started tests. Results

blacklist.forEach(function(blackentry) {
for (var i in appListing) {
var app = appListing[i];
if (app.launch_path === blackentry) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The fact that we use launch path for this is concerning as many launch paths are only index.html. I don't think it's a good thing to have in the codebase for a long time.

@shamenchens shamenchens force-pushed the Bug1054234-SearchBlacklistApp-5 branch from f4477ce to 3fe103b Compare August 22, 2014 01:35
@try-server-hook
Copy link

shamenchens Sherman Chen (shamenchens) started tests. Results

shamenchens added a commit that referenced this pull request Aug 22, 2014
…App-5

Bug 1054234 - Search app should not show blacklist apps, r=kgrandon
@shamenchens shamenchens merged commit 02e61f6 into mozilla-b2g:master Aug 22, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
3 participants