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

Side by Side Diff: lib/info.js

Issue 10198022: Pass application data into libadblockplus (Closed)
Patch Set: Merged upstream, addressed issues, renamed AppInfo fields Created April 17, 2013, 2:47 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
1 exports.addonID = "none"; 1 exports.addonID = _appInfo.id;
2 exports.addonVersion = "2.1"; // Hardcoded for now 2 exports.addonVersion = _appInfo.version;
3 exports.addonName = _appInfo.name;
3 exports.addonRoot = ""; 4 exports.addonRoot = "";
4 exports.addonName = ""; 5 exports.application = _appInfo.platform;
5 exports.application = "libadblockplus";
OLDNEW
« no previous file with comments | « include/AdblockPlus/JsEngine.h ('k') | libadblockplus.gyp » ('j') | src/AppInfoJsObject.cpp » ('J')

Powered by Google App Engine
This is Rietveld