Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unified code style #63

Merged
merged 79 commits into from
Sep 4, 2016
Merged
Changes from 1 commit
Commits
Show all changes
79 commits
Select commit Hold shift + click to select a range
30c6e64
Replace !=/== with !==/=== + add brackets
tomasko126 Jun 22, 2016
98dcacd
Remove added extra space after negative comparison
tomasko126 Jun 22, 2016
7221964
CSS: 0px should be declared as 0 only
tomasko126 Jun 22, 2016
0f37cfe
Revert "CSS: 0px should be declared as 0 only"
tomasko126 Jun 22, 2016
ba97961
CSS: 0px should be declared as 0 only - #2 attempt
tomasko126 Jun 22, 2016
463cb48
Codacy code style fixes
tomasko126 Jun 25, 2016
0652e4a
Changing vendor-prefixed CSS rules to unprefixed rules
tomasko126 Jun 25, 2016
f973562
Remove duplicate CSS rules + vendor prefixes
tomasko126 Jun 25, 2016
3812b4b
Fix Codacy's compatibility issues
tomasko126 Jun 25, 2016
c017d74
Remove unneded images, 4 spaces-everywhere, Codacy fixes
tomasko126 Jun 25, 2016
1119576
Delete trailing commas
tomasko126 Jun 25, 2016
090e7c5
Enforce curly brackets after conditions
tomasko126 Jun 25, 2016
b28c100
Replace '' with ""
tomasko126 Jun 26, 2016
7f3a3ad
Enforce curly brackets
tomasko126 Jun 26, 2016
2807157
Add semicolons
tomasko126 Jun 26, 2016
f8f39eb
Enforce semicolons
tomasko126 Jun 26, 2016
f5ad270
Fix running blanket.js
tomasko126 Jun 26, 2016
920fd38
Fix some tests
tomasko126 Jun 26, 2016
b0e5535
Fix accessing settings by unit tests, fixed undefined functions
tomasko126 Jun 27, 2016
f870015
Fixed access to custom filters
tomasko126 Jun 27, 2016
cc4dc9a
Update to QUnit 2.0
tomasko126 Jun 27, 2016
fcf9b6e
Make all tests passing
tomasko126 Jun 28, 2016
d727270
Adjusted a comment
tomasko126 Jun 29, 2016
bdc7495
Updated blanket.js library, minor fixes
tomasko126 Jun 29, 2016
b03b5af
Test unit-testing with BrowserStack
tomasko126 Jun 30, 2016
a86b48c
Use paranthesis while calling print
tomasko126 Jun 30, 2016
6f903b1
Use os.environ when accessing Travis variables
tomasko126 Jun 30, 2016
d74de02
Debug os.environ
tomasko126 Jun 30, 2016
933a8be
Don't remove tools folder while running unit tests
tomasko126 Jun 30, 2016
fec74e2
Don't raise an exception when unit tests fail, exit 1 instead
tomasko126 Jun 30, 2016
b5d2bca
Use corrent syntax for exiting
tomasko126 Jun 30, 2016
28f4a96
Make test not failing
tomasko126 Jun 30, 2016
8eda470
Import sys in make_release.py script
tomasko126 Jun 30, 2016
0282f3b
Remove wanted unit test fail
tomasko126 Jun 30, 2016
16c20cb
Enforce curly brace conventions
tomasko126 Jul 10, 2016
bc87aaf
Enforce semicolon use
tomasko126 Jul 10, 2016
36ff376
Fix various style bugs
tomasko126 Jul 10, 2016
e499306
Fix codacy issues in declarativewebrequest.js
tomasko126 Jul 13, 2016
7e6375c
More Codacy fixes for declarativewebrequest.js
tomasko126 Jul 13, 2016
47258a6
Fix Codacy issues for ytchannel.js
tomasko126 Jul 13, 2016
74e3189
Fix Codacy issues in checkupdates.js
tomasko126 Jul 13, 2016
3593f40
Fix issues in filteroptions.js
tomasko126 Jul 13, 2016
2300aff
Fix Codacy issues in ytchannel.js
tomasko126 Jul 13, 2016
48e46a8
Fix Codacy issues
tomasko126 Jul 13, 2016
e69bf54
Fix Codacy issues
tomasko126 Jul 13, 2016
853a3b8
Fix Codacy issues
tomasko126 Jul 13, 2016
633f6f9
Resolve some Codacy issues
tomasko126 Jul 13, 2016
fb3260c
Fix contentscript.js Codacy issues
tomasko126 Jul 13, 2016
31b1a78
Fix Codacy issues in customize.js
tomasko126 Jul 13, 2016
a695b5f
Fix Codacy issues in clickwatcher.js file
tomasko126 Jul 13, 2016
847dff6
Fix Codacy issues in top_open_whitelist_ui.js
tomasko126 Jul 16, 2016
7094934
Fix Codacy issues in filters.js
tomasko126 Jul 16, 2016
b42fe19
Fix remaining issues in filters.js
tomasko126 Jul 16, 2016
3d5b175
Fixed Codacy issues in channels.js
tomasko126 Jul 16, 2016
9d7a00f
Fix Codacy issues in filtertypes.js
tomasko126 Jul 16, 2016
e028534
Don't leak username and failure in BrowserStack testing
tomasko126 Jul 16, 2016
a20c54e
Fix typo introduced in 9d7a00f59906005a0694fd0d5c8b81de0bf5bd7c
tomasko126 Jul 16, 2016
7037888
Resolve Codacy issues in resourceblock.js and some in adreport.js
tomasko126 Jul 17, 2016
db6853a
Fix some Codacy issues
tomasko126 Jul 21, 2016
27da8d2
Fix minor Codacy issues
tomasko126 Jul 21, 2016
696737d
Minor Codacy fixes
tomasko126 Jul 21, 2016
553640b
Fix minor style issues
tomasko126 Jul 21, 2016
2788821
Fix Codacy issues in adreport.js
tomasko126 Jul 22, 2016
bb53f2b
Fix minor issues in adreport.js
tomasko126 Jul 22, 2016
07566b8
Fix final issues (hopefully)
tomasko126 Jul 22, 2016
1c13410
Remove unwanted semicolons
tomasko126 Jul 22, 2016
203d218
Merge branch 'master' into selenium-testing
tomasko126 Jul 22, 2016
14a6e4d
Add comments explaining changes to the test.js file
tomasko126 Jul 22, 2016
9762160
Refactor release script
tomasko126 Jul 22, 2016
f2e4058
Run Selenium tests and add an unique extension ID only when building …
tomasko126 Jul 22, 2016
9634c68
Update Readme.md
tomasko126 Jul 23, 2016
de242e5
Merge branch 'master' into selenium-testing
tomasko126 Jul 23, 2016
bf59b5b
Change function expressions to named functions
tomasko126 Aug 30, 2016
b086296
Fix style issues
tomasko126 Aug 30, 2016
0d8c865
Fix Codacy issues
tomasko126 Aug 30, 2016
da0ccbc
Fix undefined 'that' variable
tomasko126 Sep 2, 2016
414003a
Don't check for 404 text, when detecting a filter lists how-to link
tomasko126 Sep 2, 2016
2b2bcfe
Remove pragma URLs
tomasko126 Sep 2, 2016
9d4eb70
Run .py scripts only when they haven't been imported as a modules
tomasko126 Sep 2, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove pragma URLs
Signed-off-by: Tomáš Taro <tomas@getadblock.com>
  • Loading branch information
tomasko126 committed Sep 2, 2016
commit 2b2bcfed44f641977a7b869cd0a0c298edd404ea
4 changes: 1 addition & 3 deletions uiscripts/blacklisting/blacklistui.js
Original file line number Diff line number Diff line change
@@ -453,6 +453,4 @@ BlacklistUi._ellipsis = function(value, size) {
}

return value;
};

//@ sourceURL=/uiscripts/blacklisting/blacklistui.js
};
4 changes: 1 addition & 3 deletions uiscripts/blacklisting/clickwatcher.js
Original file line number Diff line number Diff line change
@@ -208,6 +208,4 @@ ClickWatcher.prototype._build_ui = function() {
});
changeTextDirection($("body .adblock-blacklist-dialog"));
return page;
};

//@ sourceURL=/uiscripts/blacklisting/clickwatcher.js
};
4 changes: 1 addition & 3 deletions uiscripts/blacklisting/elementchain.js
Original file line number Diff line number Diff line change
@@ -54,6 +54,4 @@ ElementChain.prototype.change = function(listener, callback) {
data[1].call(data[0]);
}
}
};

//@ sourceURL=/uiscripts/blacklisting/elementchain.js
};
4 changes: 1 addition & 3 deletions uiscripts/blacklisting/overlay.js
Original file line number Diff line number Diff line change
@@ -42,6 +42,4 @@ Overlay.prototype.display = function() {
that.click_handler(that.el);
return false;
});
};

//@ sourceURL=/uiscripts/blacklisting/overlay.js
};
4 changes: 1 addition & 3 deletions uiscripts/load_jquery_ui.js
Original file line number Diff line number Diff line change
@@ -53,6 +53,4 @@ function changeTextDirection($selector) {
$(".ui-dialog .ui-dialog-titlebar").css("background-position", "right center");
$(".ui-dialog .ui-dialog-titlebar-close").css({ left: "0.3em", right: "initial" });
}
}

//@ sourceURL=/uiscripts/load_jquery_ui.js
}
4 changes: 1 addition & 3 deletions uiscripts/send_content_to_back.js
Original file line number Diff line number Diff line change
@@ -42,6 +42,4 @@ if (typeof send_content_to_back === "undefined") {
}
}

}

//@ sourceURL=/uiscripts/send_content_to_back.js
}
5 changes: 1 addition & 4 deletions uiscripts/top_open_blacklist_ui.js
Original file line number Diff line number Diff line change
@@ -58,7 +58,4 @@ function top_open_blacklist_ui(options) {
});
bind_enter_click_to_default();
});
}


//@ sourceURL=/uiscripts/top_open_blacklist_ui.js
}
4 changes: 1 addition & 3 deletions uiscripts/top_open_whitelist_ui.js
Original file line number Diff line number Diff line change
@@ -168,6 +168,4 @@ function top_open_whitelist_ui() {

bind_enter_click_to_default();
});
}

//@ sourceURL=/uiscripts/top_open_whitelist_ui.js
}