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

Issue 147663002: Remove unused EnableAdviewSrcAttribute command line flag. (Closed)

Created:
6 years, 11 months ago by Thiemo Nagel
Modified:
6 years, 10 months ago
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, extensions-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Remove unused EnableAdviewSrcAttribute. BUG=315414 TEST=affected tests removed Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=247950

Patch Set 1 : re-uploading because previous upload was corrupted #

Patch Set 2 : fully removed 'src' now #

Patch Set 3 : fix properties_exposed and src_not_exposed tests #

Patch Set 4 : Remove all tests depending on 'src' #

Patch Set 5 : Remove still more tests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -1035 lines) Patch
M chrome/app/generated_resources.grd View 1 chunk +0 lines, -6 lines 0 comments Download
M chrome/browser/about_flags.cc View 1 1 chunk +0 lines, -7 lines 0 comments Download
M chrome/browser/apps/ad_view_browsertest.cc View 1 2 3 4 2 chunks +1 line, -109 lines 0 comments Download
M chrome/browser/chrome_content_browser_client.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M chrome/common/chrome_switches.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M chrome/common/chrome_switches.cc View 1 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/renderer/resources/extensions/ad_view.js View 1 4 chunks +1 line, -104 lines 0 comments Download
D chrome/test/data/extensions/platform_apps/ad_view/change_ad_network/chrometest.js View 1 2 3 1 chunk +0 lines, -65 lines 0 comments Download
D chrome/test/data/extensions/platform_apps/ad_view/change_ad_network/index.html View 1 2 3 1 chunk +0 lines, -16 lines 0 comments Download
D chrome/test/data/extensions/platform_apps/ad_view/change_ad_network/main.js View 1 2 3 1 chunk +0 lines, -14 lines 0 comments Download
D chrome/test/data/extensions/platform_apps/ad_view/change_ad_network/manifest.json View 1 2 3 1 chunk +0 lines, -14 lines 0 comments Download
D chrome/test/data/extensions/platform_apps/ad_view/display_first_ad/chrometest.js View 1 2 3 1 chunk +0 lines, -38 lines 0 comments Download
D chrome/test/data/extensions/platform_apps/ad_view/display_first_ad/index.html View 1 2 3 1 chunk +0 lines, -16 lines 0 comments Download
D chrome/test/data/extensions/platform_apps/ad_view/display_first_ad/main.js View 1 2 3 1 chunk +0 lines, -14 lines 0 comments Download
D chrome/test/data/extensions/platform_apps/ad_view/display_first_ad/manifest.json View 1 2 3 1 chunk +0 lines, -14 lines 0 comments Download
M chrome/test/data/extensions/platform_apps/ad_view/flag_required/chrometest.js View 1 2 3 4 1 chunk +0 lines, -2 lines 0 comments Download
D chrome/test/data/extensions/platform_apps/ad_view/loadabort_event/chrometest.js View 1 2 3 4 1 chunk +0 lines, -32 lines 0 comments Download
D chrome/test/data/extensions/platform_apps/ad_view/loadabort_event/index.html View 1 2 3 4 1 chunk +0 lines, -16 lines 0 comments Download
D chrome/test/data/extensions/platform_apps/ad_view/loadabort_event/main.js View 1 2 3 4 1 chunk +0 lines, -14 lines 0 comments Download
D chrome/test/data/extensions/platform_apps/ad_view/loadabort_event/manifest.json View 1 2 3 4 1 chunk +0 lines, -14 lines 0 comments Download
D chrome/test/data/extensions/platform_apps/ad_view/loadcommit_event/chrometest.js View 1 2 3 1 chunk +0 lines, -37 lines 0 comments Download
D chrome/test/data/extensions/platform_apps/ad_view/loadcommit_event/index.html View 1 2 3 1 chunk +0 lines, -16 lines 0 comments Download
D chrome/test/data/extensions/platform_apps/ad_view/loadcommit_event/main.js View 1 2 3 1 chunk +0 lines, -14 lines 0 comments Download
D chrome/test/data/extensions/platform_apps/ad_view/loadcommit_event/manifest.json View 1 2 3 1 chunk +0 lines, -14 lines 0 comments Download
D chrome/test/data/extensions/platform_apps/ad_view/onloadcommit_ack/chrometest.js View 1 2 3 1 chunk +0 lines, -39 lines 0 comments Download
D chrome/test/data/extensions/platform_apps/ad_view/onloadcommit_ack/displayad.js View 1 2 3 1 chunk +0 lines, -100 lines 0 comments Download
D chrome/test/data/extensions/platform_apps/ad_view/onloadcommit_ack/index.html View 1 2 3 1 chunk +0 lines, -27 lines 0 comments Download
D chrome/test/data/extensions/platform_apps/ad_view/onloadcommit_ack/main.js View 1 2 3 1 chunk +0 lines, -14 lines 0 comments Download
D chrome/test/data/extensions/platform_apps/ad_view/onloadcommit_ack/manifest.json View 1 2 3 1 chunk +0 lines, -14 lines 0 comments Download
D chrome/test/data/extensions/platform_apps/ad_view/permission_required/chrometest.js View 1 2 3 1 chunk +0 lines, -39 lines 0 comments Download
D chrome/test/data/extensions/platform_apps/ad_view/permission_required/index.html View 1 2 3 1 chunk +0 lines, -16 lines 0 comments Download
D chrome/test/data/extensions/platform_apps/ad_view/permission_required/main.js View 1 2 3 1 chunk +0 lines, -14 lines 0 comments Download
D chrome/test/data/extensions/platform_apps/ad_view/permission_required/manifest.json View 1 2 3 1 chunk +0 lines, -14 lines 0 comments Download
M chrome/test/data/extensions/platform_apps/ad_view/properties_exposed/chrometest.js View 1 2 2 chunks +2 lines, -9 lines 0 comments Download
M chrome/test/data/extensions/platform_apps/ad_view/src_flag_required/chrometest.js View 1 1 chunk +0 lines, -34 lines 0 comments Download
D chrome/test/data/extensions/platform_apps/ad_view/src_flag_required/index.html View 1 1 chunk +0 lines, -16 lines 0 comments Download
D chrome/test/data/extensions/platform_apps/ad_view/src_flag_required/main.js View 1 1 chunk +0 lines, -14 lines 0 comments Download
D chrome/test/data/extensions/platform_apps/ad_view/src_flag_required/manifest.json View 1 1 chunk +0 lines, -14 lines 0 comments Download
D chrome/test/data/extensions/platform_apps/ad_view/src_not_exposed/ad_network_fake_website.html View 1 2 3 1 chunk +0 lines, -15 lines 0 comments Download
D chrome/test/data/extensions/platform_apps/ad_view/src_not_exposed/chrometest.js View 1 2 1 chunk +0 lines, -30 lines 0 comments Download
D chrome/test/data/extensions/platform_apps/ad_view/src_not_exposed/index.html View 1 2 1 chunk +0 lines, -16 lines 0 comments Download
D chrome/test/data/extensions/platform_apps/ad_view/src_not_exposed/main.js View 1 2 1 chunk +0 lines, -14 lines 0 comments Download
D chrome/test/data/extensions/platform_apps/ad_view/src_not_exposed/manifest.json View 1 2 3 1 chunk +0 lines, -14 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
pastarmovj
Looks fine to me! Please run a couple of try bots on it to see ...
6 years, 11 months ago (2014-01-27 12:53:15 UTC) #1
Thiemo Nagel
Hi Renaud, I'm a Noogler from Munich, this is the first bug assigned to me. ...
6 years, 11 months ago (2014-01-27 13:47:46 UTC) #2
rpaquay
On 2014/01/27 13:47:46, tnagel wrote: > Hi Renaud, > > I'm a Noogler from Munich, ...
6 years, 11 months ago (2014-01-27 16:57:30 UTC) #3
Thiemo Nagel
> sgtm. You should be able to remove the entire "src" entry from the > ...
6 years, 10 months ago (2014-01-28 14:20:16 UTC) #4
rpaquay
On 2014/01/28 14:20:16, tnagel wrote: > > sgtm. You should be able to remove the ...
6 years, 10 months ago (2014-01-28 21:53:39 UTC) #5
Thiemo Nagel
Hi Fady, could you please take a look at this CL? Following advice by Renaud, ...
6 years, 10 months ago (2014-01-29 15:39:08 UTC) #6
Fady Samuel
lgtm
6 years, 10 months ago (2014-01-29 15:47:11 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tnagel@chromium.org/147663002/270001
6 years, 10 months ago (2014-01-29 16:20:52 UTC) #8
commit-bot: I haz the power
CQ bit was unchecked on CL. Ignoring.
6 years, 10 months ago (2014-01-29 16:22:26 UTC) #9
Thiemo Nagel
Hi Renaud, could you please be so kind to take a final look before I ...
6 years, 10 months ago (2014-01-29 16:28:14 UTC) #10
rpaquay
On 2014/01/29 16:28:14, Thiemo Nagel wrote: > Hi Renaud, > > could you please be ...
6 years, 10 months ago (2014-01-30 02:32:49 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tnagel@chromium.org/147663002/270001
6 years, 10 months ago (2014-01-30 09:43:55 UTC) #12
commit-bot: I haz the power
6 years, 10 months ago (2014-01-30 13:47:10 UTC) #13
Message was sent while issue was closed.
Change committed as 247950

Powered by Google App Engine
This is Rietveld 408576698