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

Issue 10862008: Automatically add default filter subscription when necessary. (Closed)

Created:
May 27, 2013, 2:12 p.m. by Wladimir Palant
Modified:
June 4, 2013, 2:24 p.m.
Reviewers:
Felix Dahlke, Oleksandr
Visibility:
Public.

Description

Several other changes along the way: * Pass in application locale to the JS engine * Allow passing arbitrary parameters in _triggerEvent() * Add FilterEngine::IsFirstRun() * Make Utils.checkLocalePrefixMatch() and Utils.chooseFilterSubscription() more like what they are in Firefox

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+116 lines, -38 lines) Patch
M include/AdblockPlus/AppInfo.h View 1 chunk +1 line, -0 lines 0 comments Download
M include/AdblockPlus/FilterEngine.h View 1 chunk +3 lines, -1 line 0 comments Download
M include/AdblockPlus/JsEngine.h View 1 chunk +2 lines, -2 lines 0 comments Download
M lib/init.js View 1 chunk +27 lines, -0 lines 0 comments Download
M lib/utils.js View 1 chunk +11 lines, -13 lines 0 comments Download
M shell/src/Main.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M src/AppInfoJsObject.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M src/FilterEngine.cpp View 1 chunk +10 lines, -3 lines 0 comments Download
M src/GlobalJsObject.cpp View 1 chunk +5 lines, -3 lines 0 comments Download
M src/JsEngine.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M test/AppInfoJsObject.cpp View 1 chunk +2 lines, -0 lines 0 comments Download
M test/BaseJsTest.h View 1 chunk +7 lines, -0 lines 0 comments Download
M test/FilterEngine.cpp View 3 chunks +36 lines, -12 lines 0 comments Download
M test/JsEngine.cpp View 2 chunks +8 lines, -2 lines 0 comments Download

Messages

Total messages: 2
Wladimir Palant
May 27, 2013, 2:12 p.m. (2013-05-27 14:12:50 UTC) #1
Felix Dahlke
June 4, 2013, 1:28 p.m. (2013-06-04 13:28:48 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld