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

Issue 10274013: Simplified JsEngine API, Call() and GetVariable() aren`t reallynecessary if Evaluate() returns a v… (Closed)

Created:
April 11, 2013, 4:13 p.m. by Wladimir Palant
Modified:
April 11, 2013, 5:49 p.m.
Reviewers:
Felix Dahlke
Visibility:
Public.

Description

This builds on a JsEngine change in http://codereview.adblockplus.org/10259001/.

Patch Set 1 #

Patch Set 2 : Slight improvement #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -49 lines) Patch
M include/AdblockPlus/JsEngine.h View 1 chunk +0 lines, -3 lines 0 comments Download
M src/JsEngine.cpp View 1 2 chunks +6 lines, -39 lines 0 comments Download
M test/GlobalJsObject.cpp View 2 chunks +5 lines, -5 lines 0 comments Download
M test/JsEngine.cpp View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 4
Wladimir Palant
April 11, 2013, 4:13 p.m. (2013-04-11 16:13:15 UTC) #1
Felix Dahlke
Nice, that's something I had on the refactoring backlog :) LGTM
April 11, 2013, 5:41 p.m. (2013-04-11 17:41:14 UTC) #2
Wladimir Palant
I noticed that I left a small inconsistency there, fixed it now.
April 11, 2013, 5:45 p.m. (2013-04-11 17:45:08 UTC) #3
Felix Dahlke
April 11, 2013, 5:48 p.m. (2013-04-11 17:48:05 UTC) #4
On 2013/04/11 17:45:08, Wladimir Palant wrote:
> I noticed that I left a small inconsistency there, fixed it now.

LGTM+1 :)

Powered by Google App Engine
This is Rietveld