Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Delta Between Two Patch Sets: README.md

Issue 29938555: Noissue - Upgrade to selenium-webdriver 4.0.0-alpha (Closed) Base URL: https://hg.adblockplus.org/adblockpluschrome/
Left Patch Set: Updated README Created Nov. 9, 2018, 8:16 p.m.
Right Patch Set: Renamed loc to rect Created Nov. 9, 2018, 10:26 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | package.json » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 [![Pipeline status](https://gitlab.com/eyeo/adblockplus/adblockpluschrome/badges /master/build.svg)](https://gitlab.com/eyeo/adblockplus/adblockpluschrome/pipeli nes/) 1 [![Pipeline status](https://gitlab.com/eyeo/adblockplus/adblockpluschrome/badges /master/build.svg)](https://gitlab.com/eyeo/adblockplus/adblockpluschrome/pipeli nes/)
2 2
3 Adblock Plus for Chrome, Opera, Microsoft Edge and Firefox 3 Adblock Plus for Chrome, Opera, Microsoft Edge and Firefox
4 ========================================================== 4 ==========================================================
5 5
6 This repository contains the platform-specific Adblock Plus source code for 6 This repository contains the platform-specific Adblock Plus source code for
7 Chrome, Opera, Microsoft Edge and Firefox. It can be used to build 7 Chrome, Opera, Microsoft Edge and Firefox. It can be used to build
8 Adblock Plus for these platforms, generic Adblock Plus code will be extracted 8 Adblock Plus for these platforms, generic Adblock Plus code will be extracted
9 from other repositories automatically (see _dependencies_ file). 9 from other repositories automatically (see _dependencies_ file).
10 10
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 139
140 You will need to setup first. This will install our configuration 140 You will need to setup first. This will install our configuration
141 [eslint-config-eyeo](https://hg.adblockplus.org/codingtools/file/tip/eslint-conf ig-eyeo) 141 [eslint-config-eyeo](https://hg.adblockplus.org/codingtools/file/tip/eslint-conf ig-eyeo)
142 and everything needed after you run: 142 and everything needed after you run:
143 143
144 npm install 144 npm install
145 145
146 Then you can run to lint the code: 146 Then you can run to lint the code:
147 147
148 npm run lint 148 npm run lint
LEFTRIGHT
« no previous file | package.json » ('j') | Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Toggle Comments ('s')

Powered by Google App Engine
This is Rietveld