Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(406)

Issue 411008: Remove use of innerHTML and Toolstrips from example extensions (Closed)

Created:
11 years, 1 month ago by rafaelw
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Remove use of innerHTML and Toolstrips from example extensions BUG=27860, 27861 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=32674

Patch Set 1 #

Patch Set 2 : pre cr #

Patch Set 3 : cr #

Total comments: 8

Patch Set 4 : latest #

Patch Set 5 : cr changes #

Total comments: 2

Patch Set 6 : cr changes #

Messages

Total messages: 5 (0 generated)
rafaelw
Note that I removed tutorials/debugging which appears to be the old toolstrip version of tutorials/getstarted ...
11 years, 1 month ago (2009-11-20 04:26:20 UTC) #1
Erik does not do reviews
Four files appear to be missing from Rietveld altogether (the ones without a letter on ...
11 years, 1 month ago (2009-11-20 16:51:49 UTC) #2
rafaelw
http://codereview.chromium.org/411008/diff/1009/1014 File chrome/common/extensions/docs/examples/api/messaging/timer/popup.html (right): http://codereview.chromium.org/411008/diff/1009/1014#newcode16 Line 16: elm.removeChild(elm.firstChild) On 2009/11/20 16:51:49, Erik Kay wrote: > ...
11 years, 1 month ago (2009-11-20 20:11:57 UTC) #3
Erik does not do reviews
LGTM http://codereview.chromium.org/411008/diff/8001/8007 File chrome/common/extensions/docs/examples/extensions/buildbot/popup.html (right): http://codereview.chromium.org/411008/diff/8001/8007#newcode39 Line 39: while(bots.firstChild) { you can just replace this ...
11 years, 1 month ago (2009-11-20 20:32:44 UTC) #4
rafaelw
11 years, 1 month ago (2009-11-20 21:37:15 UTC) #5
http://codereview.chromium.org/411008/diff/8001/8007
File chrome/common/extensions/docs/examples/extensions/buildbot/popup.html
(right):

http://codereview.chromium.org/411008/diff/8001/8007#newcode39
Line 39: while(bots.firstChild) {
On 2009/11/20 20:32:45, Erik Kay wrote:
> you can just replace this with bots.innerText = "";

Done.

Powered by Google App Engine
This is Rietveld 408576698