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

Issue 12465019: Fix the bug webviews can not be loaded (Closed)

Created:
7 years, 9 months ago by Yang Gu
Modified:
7 years, 8 months ago
CC:
chromium-reviews, Aaron Boodman, chromium-apps-reviews_chromium.org, yupingx.chen_intel.com
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Fix the bug webviews can not be loaded Webviews are not loaded after inserting a node which contains <webview> tags Contributed by yupingx.chen@intel.com BUG=222663 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=193320

Patch Set 1 #

Total comments: 7

Patch Set 2 : use forEach #

Total comments: 2

Patch Set 3 : Change queryTags to findChildTags #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -6 lines) Patch
chrome/renderer/resources/extensions/tag_watcher.js View 1 2 1 chunk +9 lines, -6 lines 0 comments Download

Messages

Total messages: 28 (0 generated)
Yang Gu
Hi all, Thank you in advance
7 years, 9 months ago (2013-03-21 07:26:16 UTC) #1
Finnur
I'm not familiar with this code. Looks like kalman (already CC-ed) was the last person ...
7 years, 9 months ago (2013-03-21 10:23:14 UTC) #2
Hongbo Min
https://codereview.chromium.org/12465019/diff/1/chrome/renderer/resources/extensions/tag_watcher.js File chrome/renderer/resources/extensions/tag_watcher.js (right): https://codereview.chromium.org/12465019/diff/1/chrome/renderer/resources/extensions/tag_watcher.js#newcode28 chrome/renderer/resources/extensions/tag_watcher.js:28: queryTags(addedNode, tagName); It is problematic here since the callback ...
7 years, 9 months ago (2013-03-21 12:38:24 UTC) #3
Hongbo Min
Please jeremya for reviewing.
7 years, 9 months ago (2013-03-21 12:46:15 UTC) #4
not at google - send to devlin
I only touched the code to remove references to array.forEach. Removing myself as a reviewer, ...
7 years, 9 months ago (2013-03-21 15:34:27 UTC) #5
Yang Gu
On 2013/03/21 12:38:24, Hongbo Min wrote: > https://codereview.chromium.org/12465019/diff/1/chrome/renderer/resources/extensions/tag_watcher.js > File chrome/renderer/resources/extensions/tag_watcher.js (right): > > https://codereview.chromium.org/12465019/diff/1/chrome/renderer/resources/extensions/tag_watcher.js#newcode28 ...
7 years, 9 months ago (2013-03-22 01:58:32 UTC) #6
Yang Gu
Hi Jeremya, Could you please take a second to review the patch? Thank you.
7 years, 9 months ago (2013-03-22 02:01:34 UTC) #7
jeremya
On 2013/03/22 02:01:34, Yang Gu wrote: > Hi Jeremya, > > Could you please take ...
7 years, 9 months ago (2013-03-22 02:08:35 UTC) #8
Fady Samuel
I don't understand the problem you're trying to fix. Could you please provide a test?
7 years, 9 months ago (2013-03-23 19:53:59 UTC) #9
Yang Gu
On 2013/03/23 19:53:59, Fady Samuel wrote: > I don't understand the problem you're trying to ...
7 years, 9 months ago (2013-03-25 01:20:33 UTC) #10
Fady Samuel
Cool, once Kalman's comment is addressed LGTM.
7 years, 9 months ago (2013-03-25 14:14:21 UTC) #11
not at google - send to devlin
https://codereview.chromium.org/12465019/diff/1/chrome/renderer/resources/extensions/tag_watcher.js File chrome/renderer/resources/extensions/tag_watcher.js (right): https://codereview.chromium.org/12465019/diff/1/chrome/renderer/resources/extensions/tag_watcher.js#newcode12 chrome/renderer/resources/extensions/tag_watcher.js:12: function queryTags(queryNode, targetTagName) { passing targetTagName in here is ...
7 years, 9 months ago (2013-03-25 23:35:34 UTC) #12
Yang Gu
https://codereview.chromium.org/12465019/diff/1/chrome/renderer/resources/extensions/tag_watcher.js File chrome/renderer/resources/extensions/tag_watcher.js (right): https://codereview.chromium.org/12465019/diff/1/chrome/renderer/resources/extensions/tag_watcher.js#newcode28 chrome/renderer/resources/extensions/tag_watcher.js:28: queryTags(addedNode, tagName); On 2013/03/21 15:34:27, kalman wrote: > On ...
7 years, 9 months ago (2013-03-27 02:21:12 UTC) #13
Yang Gu
https://codereview.chromium.org/12465019/diff/1/chrome/renderer/resources/extensions/tag_watcher.js File chrome/renderer/resources/extensions/tag_watcher.js (right): https://codereview.chromium.org/12465019/diff/1/chrome/renderer/resources/extensions/tag_watcher.js#newcode12 chrome/renderer/resources/extensions/tag_watcher.js:12: function queryTags(queryNode, targetTagName) { On 2013/03/25 23:35:34, kalman wrote: ...
7 years, 9 months ago (2013-03-27 02:24:10 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yang.gu@intel.com/12465019/15001
7 years, 9 months ago (2013-03-28 06:48:46 UTC) #15
commit-bot: I haz the power
Presubmit check for 12465019-15001 failed and returned exit status 1. INFO:root:Found 1 file(s). Running presubmit ...
7 years, 9 months ago (2013-03-28 06:48:48 UTC) #16
Yang Gu
Hi Jeremya, Kalman The patch is updated. Pls have a review, thanks.
7 years, 9 months ago (2013-03-28 07:31:59 UTC) #17
not at google - send to devlin
lgtm
7 years, 8 months ago (2013-04-02 01:08:31 UTC) #18
Yang Gu
Hi Jeremya, Hongbo Could you please take a second to review the patch? Thank you.
7 years, 8 months ago (2013-04-02 01:50:57 UTC) #19
jeremya
lgtm with nits https://codereview.chromium.org/12465019/diff/15001/chrome/renderer/resources/extensions/tag_watcher.js File chrome/renderer/resources/extensions/tag_watcher.js (right): https://codereview.chromium.org/12465019/diff/15001/chrome/renderer/resources/extensions/tag_watcher.js#newcode12 chrome/renderer/resources/extensions/tag_watcher.js:12: function queryTags(queryNode) { I think this ...
7 years, 8 months ago (2013-04-04 20:34:33 UTC) #20
Yang Gu
https://codereview.chromium.org/12465019/diff/15001/chrome/renderer/resources/extensions/tag_watcher.js File chrome/renderer/resources/extensions/tag_watcher.js (right): https://codereview.chromium.org/12465019/diff/15001/chrome/renderer/resources/extensions/tag_watcher.js#newcode12 chrome/renderer/resources/extensions/tag_watcher.js:12: function queryTags(queryNode) { On 2013/04/04 20:34:33, jeremya wrote: > ...
7 years, 8 months ago (2013-04-07 06:06:08 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yang.gu@intel.com/12465019/25001
7 years, 8 months ago (2013-04-07 06:06:39 UTC) #22
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 8 months ago (2013-04-07 06:14:11 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yang.gu@intel.com/12465019/35001
7 years, 8 months ago (2013-04-10 02:31:44 UTC) #24
commit-bot: I haz the power
Change committed as 193320
7 years, 8 months ago (2013-04-10 04:30:41 UTC) #25
mtomasz
On 2013/04/10 04:30:41, I haz the power (commit-bot) wrote: > Change committed as 193320 I ...
7 years, 8 months ago (2013-04-12 06:46:29 UTC) #26
mtomasz
On 2013/04/12 06:46:29, mtomasz wrote: > On 2013/04/10 04:30:41, I haz the power (commit-bot) wrote: ...
7 years, 8 months ago (2013-04-12 07:35:59 UTC) #27
Yang Gu
7 years, 8 months ago (2013-04-12 07:56:49 UTC) #28
Message was sent while issue was closed.
On 2013/04/12 06:46:29, mtomasz wrote:
> On 2013/04/10 04:30:41, I haz the power (commit-bot) wrote:
> > Change committed as 193320
> 
> I guess this change causes lots of javascript errors. Please run a wallpaper
> picker and see the javascript console. This problem is much more severe in
> Files.app.

Thank Tomasz for the patch(https://codereview.chromium.org/14222005/) to fix the
problem.

Powered by Google App Engine
This is Rietveld 408576698