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

Issue 12496015: Make sure only platform app support <webview> tag (Closed)

Created:
7 years, 9 months ago by Yang Gu
Modified:
7 years, 9 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

Make sure only platform app support <webview> tag To support <webview> tag, the DOM modification will slow down, but <webview> tag is only meaningful for platform app. Contributed by yupingx.chen@intel.com BUG=http://crbug.com/196453 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=189235

Patch Set 1 : #

Total comments: 3

Patch Set 2 : Modify comments and cache the result of isWithinPlatformApp(frame) #

Total comments: 1

Patch Set 3 : indentation issue #

Total comments: 1

Patch Set 4 : Set is_within_platform_app to IsWithinPlatformApp(frame) #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -2 lines) Patch
M chrome/renderer/extensions/dispatcher.cc View 1 2 3 1 chunk +7 lines, -2 lines 0 comments Download

Messages

Total messages: 18 (0 generated)
Yang Gu
Hi all, Thank you in advance.
7 years, 9 months ago (2013-03-18 07:58:12 UTC) #1
Fady Samuel
lgtm
7 years, 9 months ago (2013-03-18 14:15:38 UTC) #2
Charlie Reis
LGTM with fixes for the typos. https://codereview.chromium.org/12496015/diff/3001/chrome/renderer/extensions/dispatcher.cc File chrome/renderer/extensions/dispatcher.cc (right): https://codereview.chromium.org/12496015/diff/3001/chrome/renderer/extensions/dispatcher.cc#newcode984 chrome/renderer/extensions/dispatcher.cc:984: // Only platform ...
7 years, 9 months ago (2013-03-18 15:16:05 UTC) #3
PhistucK
https://codereview.chromium.org/12496015/diff/3001/chrome/renderer/extensions/dispatcher.cc File chrome/renderer/extensions/dispatcher.cc (right): https://codereview.chromium.org/12496015/diff/3001/chrome/renderer/extensions/dispatcher.cc#newcode988 chrome/renderer/extensions/dispatcher.cc:988: IsWithinPlatformApp(frame)) { Just driving by - Maybe cache the ...
7 years, 9 months ago (2013-03-18 17:50:41 UTC) #4
Yang Gu
On 2013/03/18 15:16:05, creis wrote: > LGTM with fixes for the typos. > > https://codereview.chromium.org/12496015/diff/3001/chrome/renderer/extensions/dispatcher.cc ...
7 years, 9 months ago (2013-03-19 01:42:39 UTC) #5
Yang Gu
On 2013/03/18 17:50:41, PhistucK wrote: > https://codereview.chromium.org/12496015/diff/3001/chrome/renderer/extensions/dispatcher.cc > File chrome/renderer/extensions/dispatcher.cc (right): > > https://codereview.chromium.org/12496015/diff/3001/chrome/renderer/extensions/dispatcher.cc#newcode988 > ...
7 years, 9 months ago (2013-03-19 01:43:41 UTC) #6
mthiesse
https://codereview.chromium.org/12496015/diff/8001/chrome/renderer/extensions/dispatcher.cc File chrome/renderer/extensions/dispatcher.cc (right): https://codereview.chromium.org/12496015/diff/8001/chrome/renderer/extensions/dispatcher.cc#newcode989 chrome/renderer/extensions/dispatcher.cc:989: is_within_platform_app) { Drive-by nit: indentation is off.
7 years, 9 months ago (2013-03-19 18:45:28 UTC) #7
Yang Gu
On 2013/03/19 18:45:28, mthiesse wrote: > https://codereview.chromium.org/12496015/diff/8001/chrome/renderer/extensions/dispatcher.cc > File chrome/renderer/extensions/dispatcher.cc (right): > > https://codereview.chromium.org/12496015/diff/8001/chrome/renderer/extensions/dispatcher.cc#newcode989 > ...
7 years, 9 months ago (2013-03-20 01:33:33 UTC) #8
Charlie Reis
https://codereview.chromium.org/12496015/diff/14001/chrome/renderer/extensions/dispatcher.cc File chrome/renderer/extensions/dispatcher.cc (right): https://codereview.chromium.org/12496015/diff/14001/chrome/renderer/extensions/dispatcher.cc#newcode980 chrome/renderer/extensions/dispatcher.cc:980: bool is_within_platform_app = extension && extension->is_platform_app(); Wait, you're changing ...
7 years, 9 months ago (2013-03-20 01:52:25 UTC) #9
Yang Gu
On 2013/03/20 01:52:25, creis wrote: > https://codereview.chromium.org/12496015/diff/14001/chrome/renderer/extensions/dispatcher.cc > File chrome/renderer/extensions/dispatcher.cc (right): > > https://codereview.chromium.org/12496015/diff/14001/chrome/renderer/extensions/dispatcher.cc#newcode980 > ...
7 years, 9 months ago (2013-03-20 02:08:54 UTC) #10
Charlie Reis
Thanks. LGTM.
7 years, 9 months ago (2013-03-20 02:12:17 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yang.gu@intel.com/12496015/18001
7 years, 9 months ago (2013-03-20 02:26:17 UTC) #12
commit-bot: I haz the power
Presubmit check for 12496015-18001 failed and returned exit status 1. INFO:root:Found 1 file(s). Running presubmit ...
7 years, 9 months ago (2013-03-20 02:26:20 UTC) #13
Yang Gu
Hi kalman, jeremya, Finnur, Could you please take a second to review the patch? Thank ...
7 years, 9 months ago (2013-03-20 02:35:53 UTC) #14
jeremya
lgtm :)
7 years, 9 months ago (2013-03-20 02:56:11 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yang.gu@intel.com/12496015/18001
7 years, 9 months ago (2013-03-20 03:02:49 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yang.gu@intel.com/12496015/18001
7 years, 9 months ago (2013-03-20 07:05:53 UTC) #17
commit-bot: I haz the power
7 years, 9 months ago (2013-03-20 09:44:39 UTC) #18
Message was sent while issue was closed.
Change committed as 189235

Powered by Google App Engine
This is Rietveld 408576698