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

Issue 5721433737003008: Issue 1985 - Replaced __proto__ with Object.create() and Object.getPrototypeOf() (Closed)

Created:
Feb. 11, 2015, 11:51 a.m. by Sebastian Noack
Modified:
Feb. 11, 2015, 4:39 p.m.
Reviewers:
kzar, Wladimir Palant
Visibility:
Public.

Description

Issue 1985 - Replaced __proto__ with Object.create() and Object.getPrototypeOf()

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+45 lines, -50 lines) Patch
M chrome/ext/background.js View 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/ext/popup.js View 1 chunk +4 lines, -6 lines 0 comments Download
M ext/background.js View 1 chunk +1 line, -1 line 0 comments Download
M lib/compat.js View 1 chunk +1 line, -1 line 0 comments Download
M lib/prefs.js View 1 chunk +20 lines, -22 lines 0 comments Download
M lib/whitelisting.js View 1 chunk +1 line, -1 line 0 comments Download
M options.js View 1 chunk +1 line, -1 line 0 comments Download
M qunit/common.js View 2 chunks +4 lines, -4 lines 0 comments Download
M safari/ext/background.js View 3 chunks +5 lines, -4 lines 0 comments Download
M safari/ext/common.js View 1 chunk +1 line, -1 line 0 comments Download
M safari/ext/popup.js View 1 chunk +4 lines, -6 lines 0 comments Download

Messages

Total messages: 2
Sebastian Noack
Feb. 11, 2015, 11:52 a.m. (2015-02-11 11:52:38 UTC) #1
Wladimir Palant
Feb. 11, 2015, 1:52 p.m. (2015-02-11 13:52:32 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld