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

Issue 1722283002: about_flags.cc entry for WebRTC-H264WithOpenH264FFmpeg (Closed)

Created:
4 years, 10 months ago by hbos_chromium
Modified:
4 years, 9 months ago
CC:
asvitkine+watch_chromium.org, chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

about_flags.cc entry for WebRTC-H264WithOpenH264FFmpeg (base::Feature kWebRtcH264WithOpenH264FFmpeg). This is a feature that enables a H.264 encoder/decoder in WebRTC. The feature is off by default. BUG=chromium:500605, chromium:468365 Committed: https://crrev.com/8018fbdf7bd32858d8926772e54c9ee20227d403 Cr-Commit-Position: refs/heads/master@{#379284}

Patch Set 1 : #

Patch Set 2 : nit, moved flag to bottom of about_flags list #

Total comments: 9

Patch Set 3 : wow, histograms.xml enum updated to include feature #

Patch Set 4 : Not updating histograms.xml #

Total comments: 4

Patch Set 5 : Rebase with master #

Patch Set 6 : .grd if expr matching about_flags.cc #if. Use of kOsDesktop #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+38 lines, -2 lines) Patch
M build/common.gypi View 1 2 3 4 5 1 chunk +8 lines, -0 lines 1 comment Download
M chrome/app/generated_resources.grd View 1 2 3 4 5 1 chunk +9 lines, -1 line 0 comments Download
M chrome/browser/BUILD.gn View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/about_flags.cc View 1 2 3 4 5 2 chunks +10 lines, -1 line 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M tools/grit/grit_rule.gni View 1 2 3 4 5 1 chunk +7 lines, -0 lines 1 comment Download

Messages

Total messages: 35 (13 generated)
hbos_chromium
Please take a look rkaplow and jochen. https://codereview.chromium.org/1722283002/diff/120001/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://codereview.chromium.org/1722283002/diff/120001/chrome/app/generated_resources.grd#newcode5528 chrome/app/generated_resources.grd:5528: + <if ...
4 years, 10 months ago (2016-02-25 15:20:16 UTC) #8
jochen (gone - plz use gerrit)
https://codereview.chromium.org/1722283002/diff/120001/chrome/browser/about_flags.cc File chrome/browser/about_flags.cc (right): https://codereview.chromium.org/1722283002/diff/120001/chrome/browser/about_flags.cc#newcode57 chrome/browser/about_flags.cc:57: #include "content/public/common/content_features.h" On 2016/02/25 at 15:20:16, hbos_chromium wrote: > ...
4 years, 10 months ago (2016-02-26 12:09:01 UTC) #9
hbos_chromium
https://codereview.chromium.org/1722283002/diff/120001/chrome/browser/about_flags.cc File chrome/browser/about_flags.cc (right): https://codereview.chromium.org/1722283002/diff/120001/chrome/browser/about_flags.cc#newcode57 chrome/browser/about_flags.cc:57: #include "content/public/common/content_features.h" On 2016/02/26 12:09:00, jochen wrote: > On ...
4 years, 10 months ago (2016-02-26 14:13:34 UTC) #10
jochen (gone - plz use gerrit)
On 2016/02/26 at 14:13:34, hbos wrote: > https://codereview.chromium.org/1722283002/diff/120001/chrome/browser/about_flags.cc > File chrome/browser/about_flags.cc (right): > > https://codereview.chromium.org/1722283002/diff/120001/chrome/browser/about_flags.cc#newcode57 ...
4 years, 9 months ago (2016-03-01 14:14:55 UTC) #11
rkaplow
https://codereview.chromium.org/1722283002/diff/120001/chrome/browser/about_flags.cc File chrome/browser/about_flags.cc (right): https://codereview.chromium.org/1722283002/diff/120001/chrome/browser/about_flags.cc#newcode1821 chrome/browser/about_flags.cc:1821: // entries to enum "LoginCustomFlags" in histograms.xml. See note ...
4 years, 9 months ago (2016-03-01 19:17:28 UTC) #13
rkaplow
er, switching to chromium account
4 years, 9 months ago (2016-03-01 19:17:43 UTC) #15
Alexei Svitkine (slow)
I agree that it would be better to have it in content_features.h. In terms of ...
4 years, 9 months ago (2016-03-01 19:37:21 UTC) #16
hbos_chromium
PTAL guys On 2016/03/01 19:37:21, Alexei Svitkine (slow) wrote: > I agree that it would ...
4 years, 9 months ago (2016-03-02 09:54:42 UTC) #17
jochen (gone - plz use gerrit)
https://codereview.chromium.org/1722283002/diff/160001/chrome/browser/about_flags.cc File chrome/browser/about_flags.cc (right): https://codereview.chromium.org/1722283002/diff/160001/chrome/browser/about_flags.cc#newcode1813 chrome/browser/about_flags.cc:1813: #if defined(ENABLE_WEBRTC) && BUILDFLAG(RTC_USE_H264) how bad is it that ...
4 years, 9 months ago (2016-03-02 11:03:42 UTC) #18
hbos_chromium
https://codereview.chromium.org/1722283002/diff/160001/chrome/browser/about_flags.cc File chrome/browser/about_flags.cc (right): https://codereview.chromium.org/1722283002/diff/160001/chrome/browser/about_flags.cc#newcode1813 chrome/browser/about_flags.cc:1813: #if defined(ENABLE_WEBRTC) && BUILDFLAG(RTC_USE_H264) On 2016/03/02 11:03:42, jochen wrote: ...
4 years, 9 months ago (2016-03-02 12:54:56 UTC) #19
hbos_chromium
On 2016/03/02 12:54:56, hbos_chromium wrote: > https://codereview.chromium.org/1722283002/diff/160001/chrome/browser/about_flags.cc > File chrome/browser/about_flags.cc (right): > > https://codereview.chromium.org/1722283002/diff/160001/chrome/browser/about_flags.cc#newcode1813 > ...
4 years, 9 months ago (2016-03-02 15:37:53 UTC) #20
Alexei Svitkine (slow)
https://codereview.chromium.org/1722283002/diff/160001/chrome/browser/about_flags.cc File chrome/browser/about_flags.cc (right): https://codereview.chromium.org/1722283002/diff/160001/chrome/browser/about_flags.cc#newcode1813 chrome/browser/about_flags.cc:1813: #if defined(ENABLE_WEBRTC) && BUILDFLAG(RTC_USE_H264) On 2016/03/02 12:54:56, hbos_chromium wrote: ...
4 years, 9 months ago (2016-03-02 17:29:47 UTC) #21
hbos_chromium
PTAL rkaplow, asvitkine, jochen and +flackr for grit_rule.gni. https://codereview.chromium.org/1722283002/diff/160001/chrome/browser/about_flags.cc File chrome/browser/about_flags.cc (right): https://codereview.chromium.org/1722283002/diff/160001/chrome/browser/about_flags.cc#newcode1813 chrome/browser/about_flags.cc:1813: #if ...
4 years, 9 months ago (2016-03-03 16:51:42 UTC) #23
Alexei Svitkine (slow)
lgtm
4 years, 9 months ago (2016-03-03 18:14:40 UTC) #24
flackr
grit_rule.gni lgtm
4 years, 9 months ago (2016-03-03 18:23:02 UTC) #25
rkaplow
lgtm
4 years, 9 months ago (2016-03-03 20:35:50 UTC) #26
hbos_chromium
PTAL jochen :)
4 years, 9 months ago (2016-03-04 09:01:04 UTC) #27
jochen (gone - plz use gerrit)
lgtm
4 years, 9 months ago (2016-03-04 13:01:25 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1722283002/200001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1722283002/200001
4 years, 9 months ago (2016-03-04 13:01:57 UTC) #30
commit-bot: I haz the power
Committed patchset #6 (id:200001)
4 years, 9 months ago (2016-03-04 14:38:59 UTC) #32
commit-bot: I haz the power
Patchset 6 (id:??) landed as https://crrev.com/8018fbdf7bd32858d8926772e54c9ee20227d403 Cr-Commit-Position: refs/heads/master@{#379284}
4 years, 9 months ago (2016-03-04 14:40:19 UTC) #34
kjellander_chromium
4 years, 9 months ago (2016-03-06 09:47:07 UTC) #35
Message was sent while issue was closed.
On 2016/03/04 14:40:19, commit-bot: I haz the power wrote:
> Patchset 6 (id:??) landed as
> https://crrev.com/8018fbdf7bd32858d8926772e54c9ee20227d403
> Cr-Commit-Position: refs/heads/master@{#379284}

A revert of this was created in https://codereview.chromium.org/1770683002/
(had to do it manually since Rietveld cannot handle the large
chrome/app/generated_resources.grd file).

Powered by Google App Engine
This is Rietveld 408576698