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

Issue 29322778: Issue 2816 - Partial fix for EHH button in inspector tool, preview functionality still broken (Closed)

Created:
July 28, 2015, 9:51 a.m. by Wladimir Palant
Modified:
July 31, 2015, 5:01 p.m.
Reviewers:
Thomas Greiner
Visibility:
Public.

Description

Issue 2816 - Partial fix for EHH button in inspector tool, preview functionality still broken

Patch Set 1 #

Total comments: 5

Patch Set 2 : Another work-in-progress approach, previous changes reverted #

Patch Set 3 : Unified code paths #

Patch Set 4 : Preemptively fixed some nits and compatibility info #

Unified diffs Side-by-side diffs Delta from patch set Stats (+196 lines, -67 lines) Patch
A chrome/content/actor.jsm View 1 2 3 1 chunk +110 lines, -0 lines 0 comments Download
M chrome/content/composer.js View 1 2 3 4 chunks +10 lines, -57 lines 0 comments Download
A chrome/content/frameScript.js View 1 2 1 chunk +31 lines, -0 lines 0 comments Download
M lib/aardvark.js View 1 2 3 1 chunk +14 lines, -3 lines 0 comments Download
M lib/inspectorObserver.js View 1 2 3 1 chunk +19 lines, -3 lines 0 comments Download
M lib/main.js View 1 2 chunks +9 lines, -1 line 0 comments Download
M metadata.gecko View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download

Messages

Total messages: 6
Wladimir Palant
July 28, 2015, 9:51 a.m. (2015-07-28 09:51:24 UTC) #1
Thomas Greiner
https://codereview.adblockplus.org/29322778/diff/29322779/chrome/content/composer.js File chrome/content/composer.js (right): https://codereview.adblockplus.org/29322778/diff/29322779/chrome/content/composer.js#newcode27 chrome/content/composer.js:27: function findElement(node, property) Detail: Note that if you'd make ...
July 28, 2015, 1:52 p.m. (2015-07-28 13:52:19 UTC) #2
Wladimir Palant
As you noticed correctly, the previous approach didn't quite work, in addition to relying too ...
July 29, 2015, 12:04 p.m. (2015-07-29 12:04:49 UTC) #3
Wladimir Palant
The two code paths have been unified now and the data is always collected in ...
July 29, 2015, 12:28 p.m. (2015-07-29 12:28:08 UTC) #4
Wladimir Palant
This is polished enough now as far as I am concerned. Note that compatibility info ...
July 29, 2015, 12:43 p.m. (2015-07-29 12:43:04 UTC) #5
Thomas Greiner
July 29, 2015, 3:02 p.m. (2015-07-29 15:02:53 UTC) #6
LGTM

Powered by Google App Engine
This is Rietveld