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

Issue 5646124035604480: Issue 154 - Added UI for devtools panel on Chrome (Closed)

Created:
Jan. 7, 2015, 1:36 p.m. by Sebastian Noack
Modified:
Jan. 31, 2016, 12:58 p.m.
Reviewers:
Thomas Greiner
CC:
kzar, Wladimir Palant
Visibility:
Public.

Description

Issue 154 - Added UI for devtools panel on Chrome

Patch Set 1 #

Total comments: 54

Patch Set 2 : Addressed some comments #

Patch Set 3 : When using <!DOCTYPE html> I have to set "height:100%" for the <html> element #

Patch Set 4 : Addressed Sven's comments and use an HTML template for table rows #

Patch Set 5 : Addressed comments #

Patch Set 6 : Fixed bugs #

Patch Set 7 : Rebased and adapted for API changes #

Total comments: 12

Patch Set 8 : Addressed comments #

Patch Set 9 : Rebased, enabled strict mode, updated copyright year #

Patch Set 10 : Added new request types #

Unified diffs Side-by-side diffs Delta from patch set Stats (+623 lines, -8 lines) Patch
M background.js View 1 2 3 4 5 6 7 8 1 chunk +77 lines, -0 lines 0 comments Download
A devtools-panel.html View 1 2 3 4 5 6 7 8 9 1 chunk +117 lines, -0 lines 0 comments Download
A devtools-panel.js View 1 2 3 4 5 6 7 8 1 chunk +159 lines, -0 lines 0 comments Download
M ext/background.js View 1 2 3 4 5 6 7 8 1 chunk +13 lines, -0 lines 0 comments Download
M ext/content.js View 1 2 3 4 5 6 7 8 1 chunk +13 lines, -8 lines 0 comments Download
A ext/devtools.js View 1 2 3 4 5 6 7 8 1 chunk +36 lines, -0 lines 0 comments Download
A skin/devtools-panel.css View 1 2 3 4 5 6 7 8 9 1 chunk +208 lines, -0 lines 0 comments Download

Messages

Total messages: 13
Sebastian Noack
Jan. 7, 2015, 1:47 p.m. (2015-01-07 13:47:59 UTC) #1
Wladimir Palant
I only skimmed the implementation, mostly reviewed the proposed abstraction layer changes. http://codereview.adblockplus.org/5646124035604480/diff/5629499534213120/ext/devtools.js File ext/devtools.js ...
Jan. 10, 2015, 8:33 a.m. (2015-01-10 08:33:28 UTC) #2
Sebastian Noack
http://codereview.adblockplus.org/5646124035604480/diff/5629499534213120/ext/devtools.js File ext/devtools.js (right): http://codereview.adblockplus.org/5646124035604480/diff/5629499534213120/ext/devtools.js#newcode25 ext/devtools.js:25: addListener: function(listener) On 2015/01/10 08:33:29, Wladimir Palant wrote: > ...
Jan. 10, 2015, 8:53 a.m. (2015-01-10 08:53:45 UTC) #3
Thomas Greiner
http://codereview.adblockplus.org/5646124035604480/diff/5629499534213120/devtools-panel.html File devtools-panel.html (right): http://codereview.adblockplus.org/5646124035604480/diff/5629499534213120/devtools-panel.html#newcode1 devtools-panel.html:1: <html> License header and document type are missing http://codereview.adblockplus.org/5646124035604480/diff/5629499534213120/devtools-panel.html#newcode4 ...
Jan. 12, 2015, 10:37 a.m. (2015-01-12 10:37:54 UTC) #4
Sebastian Noack
http://codereview.adblockplus.org/5646124035604480/diff/5629499534213120/devtools-panel.html File devtools-panel.html (right): http://codereview.adblockplus.org/5646124035604480/diff/5629499534213120/devtools-panel.html#newcode1 devtools-panel.html:1: <html> On 2015/01/12 10:37:54, Thomas Greiner wrote: > License ...
Jan. 12, 2015, 11:55 a.m. (2015-01-12 11:55:07 UTC) #5
Wladimir Palant
http://codereview.adblockplus.org/5646124035604480/diff/5629499534213120/ext/devtools.js File ext/devtools.js (right): http://codereview.adblockplus.org/5646124035604480/diff/5629499534213120/ext/devtools.js#newcode25 ext/devtools.js:25: addListener: function(listener) On 2015/01/10 08:53:45, Sebastian Noack wrote: > ...
Jan. 13, 2015, 7:28 a.m. (2015-01-13 07:28:04 UTC) #6
Thomas Greiner
http://codereview.adblockplus.org/5646124035604480/diff/5629499534213120/devtools-panel.html File devtools-panel.html (right): http://codereview.adblockplus.org/5646124035604480/diff/5629499534213120/devtools-panel.html#newcode1 devtools-panel.html:1: <html> On 2015/01/12 11:55:07, Sebastian Noack wrote: > On ...
Jan. 16, 2015, 6:17 p.m. (2015-01-16 18:17:20 UTC) #7
Sebastian Noack
http://codereview.adblockplus.org/5646124035604480/diff/5629499534213120/devtools-panel.html File devtools-panel.html (right): http://codereview.adblockplus.org/5646124035604480/diff/5629499534213120/devtools-panel.html#newcode1 devtools-panel.html:1: <html> On 2015/01/16 18:17:21, Thomas Greiner wrote: > On ...
Feb. 4, 2015, 2:17 p.m. (2015-02-04 14:17:28 UTC) #8
Thomas Greiner
http://codereview.adblockplus.org/5646124035604480/diff/5629499534213120/devtools-panel.js File devtools-panel.js (right): http://codereview.adblockplus.org/5646124035604480/diff/5629499534213120/devtools-panel.js#newcode62 devtools-panel.js:62: urlElement.innerHTML = "&nbsp;"; On 2015/02/04 14:17:29, Sebastian Noack wrote: ...
March 13, 2015, 11:11 a.m. (2015-03-13 11:11:05 UTC) #9
Sebastian Noack
http://codereview.adblockplus.org/5646124035604480/diff/5629499534213120/devtools-panel.js File devtools-panel.js (right): http://codereview.adblockplus.org/5646124035604480/diff/5629499534213120/devtools-panel.js#newcode62 devtools-panel.js:62: urlElement.innerHTML = "&nbsp;"; On 2015/03/13 11:11:05, Thomas Greiner wrote: ...
March 13, 2015, 1:07 p.m. (2015-03-13 13:07:37 UTC) #10
Thomas Greiner
LGTM
March 13, 2015, 2:28 p.m. (2015-03-13 14:28:07 UTC) #11
Sebastian Noack
I had to rebase, and while on it I enabled strict mode for new files.
Jan. 21, 2016, 5:12 p.m. (2016-01-21 17:12:07 UTC) #12
Thomas Greiner
Jan. 29, 2016, 12:48 p.m. (2016-01-29 12:48:38 UTC) #13
LGTM again

Powered by Google App Engine
This is Rietveld