| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
This removes two static initalizers introduced in 286.
BUG=178968
Review URL: https://codereview.chromium.org/12382016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@185264 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
BUG=172316,177139,178968
TBR=sergeyu,macpherson,cmp
Landing libjingle roll again after perf expectations has been updated.
Review URL: https://codereview.chromium.org/12387008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@185153 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
DEPS change introduces new static initializers, which is forbidden.
It's causing failures in checks that look at how many static
initializers chrome has.
http://build.chromium.org/p/chromium/builders/Linux%20x64/builds/46069
> Roll libjingle r281:r286
>
> BUG=172316,177139
>
> Review URL: https://codereview.chromium.org/12382004
TBR=hclam@google.com
Review URL: https://codereview.chromium.org/12388009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@185129 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=172316,177139
Review URL: https://codereview.chromium.org/12382004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@185114 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
TBR=sergeyu
Review URL: https://codereview.chromium.org/12388007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@185113 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Summary of try run with flag enabled as warning:
On linux_clang, there's false positives from a bunch of assert usage that does !"string" or "string" for a true or false value. It's only in third_party (Mesa, skia, libjingle, etc.) so it probably wouldn't be too hard to disable the warnings in those subtrees.
It diagnoses 4 useful locations:
1.
../../base/debug/trace_event_unittest.cc:70:41: warning: implicit conversion turns string literal into bool: 'const char [2]' to 'bool' [-Wstring-conversion]
TraceLog::GetInstance()->SetEnabled("*");
~~~~~~~~ ^~~
2.
../../sync/syncable/entry_kernel.cc:77:38: warning: implicit conversion turns string literal into bool: 'const char [5]' to 'bool' [-Wstring-conversion]
value->SetBoolean("encrypted", "true");
~~~~~ ^~~~~~
3.
../../chrome/browser/webdata/web_data_service.cc:334:17: warning: implicit conversion turns string literal into bool: 'const char [44]' to 'bool' [-Wstring-conversion]
DLOG_ASSERT("WebDataService dtor called without Shutdown");
~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../base/logging.h:595:43: note: expanded from macro 'DLOG_ASSERT'
4.
../../chrome/browser/renderer_host/web_cache_manager_unittest.cc:259:20: warning: implicit conversion turns string literal into bool: 'const char [29]' to 'bool' [-Wstring-conversion]
EXPECT_FALSE("Unexpected entry in strategy");
~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Finding #1 is what made me look into this, #3 and #4 are not doing what they're supposed to, and #2 is kind of funny so not all is lost.
So, 3 bugs and 1 very-close-to-a-bug: seems worth enabling.
R=thakis@chromium.org
TBR=darin@chromium.org, dhollowa@chromium.org, brettw@chromium.org, zea@chromium.org
BUG=177306
Review URL: https://chromiumcodereview.appspot.com/12258039
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@183998 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
TBR=ronghuawu@chromium.org
Review URL: https://codereview.chromium.org/12286015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182880 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
The roll adds recent fixes and updated from libjingle.
TBR=cpu@chromium.org
Review URL: https://codereview.chromium.org/12256051
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182866 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
| |
TEST=apprtc
Review URL: https://codereview.chromium.org/12207107
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@181755 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
| |
TEST=bots and apprtc
Review URL: https://codereview.chromium.org/12092054
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@179525 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
Addressing comment that I missed when landing
https://codereview.chromium.org/12051049/
TBR=ronghuawu@chromium.org
Review URL: https://chromiumcodereview.appspot.com/12035096
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@178776 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
New version adds DTMF support and various other fixes.
Review URL: https://codereview.chromium.org/12051049
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@178707 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
notably jingle) in order to bring up the complete sync_notifier target on iOS.
TBR=thakis
Review URL: https://chromiumcodereview.appspot.com/12041016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@178650 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: https://codereview.chromium.org/11975050
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177480 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=webrtc 850,940 crbug 165326
Review URL: https://chromiumcodereview.appspot.com/11828060
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177090 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=166496
BUG=167187
Review URL: https://chromiumcodereview.appspot.com/11818046
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176355 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
This roll adds device whitelist in DeviceManage, and
other minor fixes.
Review URL: https://codereview.chromium.org/11734027
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175163 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
TEST=apprtc
Review URL: https://chromiumcodereview.appspot.com/11575045
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173360 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: https://codereview.chromium.org/11578015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173003 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
This will unify all condition under one flag: enable_webrtc.
BUG=161417
Review URL: https://codereview.chromium.org/11465038
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@172986 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
TEST=apprtc
BUG=165677
Review URL: https://chromiumcodereview.appspot.com/11576015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@172975 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
The new version adds support for data channel in WebRTC.
Review URL: https://codereview.chromium.org/11549003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@172480 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: https://chromiumcodereview.appspot.com/11438011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@171327 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
In the roll to libjingle rev 244 some OpenSSL functionality was split
off into separate files. Include those files when building libjingle
for OpenSSL to avoid link errors.
Review URL: https://chromiumcodereview.appspot.com/11448012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@171253 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
The Name field from README.chromium is used in about:credits. Previously
it was containing description that shouldn't be there. Cleaning it up to make
it consistent with names of other third-party dependencies.
Review URL: https://codereview.chromium.org/11428010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@169480 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: https://chromiumcodereview.appspot.com/11415127
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@169389 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Looks like this added static initializers. See
http://build.chromium.org/p/chromium/builders/Linux%20x64/builds/41596/steps/sizes/logs/stdio and
http://build.chromium.org/f/chromium/perf/linux-release-64/sizes/report.html?history=150
TBR=wez@chromium.org
Review URL: https://chromiumcodereview.appspot.com/11412141
TBR=sergeyu@chromium.org
Review URL: https://codereview.chromium.org/11411140
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@169240 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
TBR=wez@chromium.org
Review URL: https://chromiumcodereview.appspot.com/11412141
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@169237 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
Review URL: https://codereview.chromium.org/11418105
TBR=sergeyu@chromium.org
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@169188 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: https://codereview.chromium.org/11418105
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@169183 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: https://chromiumcodereview.appspot.com/11369260
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@168121 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: https://chromiumcodereview.appspot.com/11361232
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@167404 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
TEST=try bots
Review URL: https://chromiumcodereview.appspot.com/11365122
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@166355 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: https://chromiumcodereview.appspot.com/11312032
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165564 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
| |
TEST=apprtc and try bots
Review URL: https://codereview.chromium.org/11273088
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164726 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: https://chromiumcodereview.appspot.com/11320019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164604 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: https://chromiumcodereview.appspot.com/11263011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@163864 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: https://chromiumcodereview.appspot.com/11231090
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@163775 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: https://chromiumcodereview.appspot.com/11228037
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@163487 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: https://codereview.chromium.org/11186044
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162967 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
R=cpu@chromium.org
BUG=143646
Review URL: https://chromiumcodereview.appspot.com/11183036
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162599 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
TEST=build
Review URL: https://chromiumcodereview.appspot.com/11196015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162524 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
TEST=manually with apprtc.appspot.com
BUG=http://code.google.com/p/webrtc/issues/detail?id=591
Review URL: https://chromiumcodereview.appspot.com/11093061
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162055 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
Rolling 203:204
Review URL: https://chromiumcodereview.appspot.com/11141008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@161999 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
TEST=apprtc.appspot.com and chrome/test/functional/webrtc_call.py
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=160781
Review URL: https://codereview.chromium.org/11066063
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@161450 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
Isn't necessary, and 2012 errors out on redefining keywords.
R=cpu@chromium.org
BUG=143646, 154827
Review URL: https://chromiumcodereview.appspot.com/11103007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@161179 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
It broke the "ChromiumOS (daisy)" bot: <http://build.chromium.org/p/chromium.chromiumos/builders/ChromiumOS%20%28daisy%29/builds/3567/steps/BuildTarget/logs/stdio> as listed in the following snippet.
chromeos-chrome-24.0.1290.0_alpha-r1: third_party/webrtc/common_audio/signal_processing/spl_init.c:35:13: error: 'InitPointersToC' defined but not used [-Werror=unused-function]
chromeos-chrome-24.0.1290.0_alpha-r1: cc1: all warnings being treated as errors
chromeos-chrome-24.0.1290.0_alpha-r1: make: *** [c/Release/obj.target/signal_processing/third_party/webrtc/common_audio/signal_processing/spl_init.o] Error 1
chromeos-chrome-24.0.1290.0_alpha-r1: make: *** Waiting for unfinished jobs....
TEST=apprtc.appspot.com and chrome/test/functional/webrtc_call.py
Review URL: https://chromiumcodereview.appspot.com/11066063
TBR=ronghuawu@chromium.org
Review URL: https://codereview.chromium.org/11098011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@160801 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
TEST=apprtc.appspot.com and chrome/test/functional/webrtc_call.py
Review URL: https://chromiumcodereview.appspot.com/11066063
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@160781 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
BUG=http://code.google.com/p/webrtc/issues/detail?id=863
TEST=try bots and pyauto tests
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=160059
Review URL: https://codereview.chromium.org/10989064
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@160296 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
# capturemanager.cc cricket::VideoCapturerState::kDefaultCaptureFormat
# capturemanager.cc cricket::VideoCapturerState::kDefaultCaptureFormat+0x10
# capturemanager.cc cricket::VideoCapturerState::kDefaultCaptureFormat+0x4
# capturemanager.cc cricket::VideoCapturerState::kDefaultCaptureFormat+0x8
)- Update libjingle to r197.
BUG=http://code.google.com/p/webrtc/issues/detail?id=863
TEST=try bots and pyauto tests
Review URL: https://chromiumcodereview.appspot.com/10989064
TBR=ronghuawu@chromium.org
Review URL: https://codereview.chromium.org/11031038
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@160063 0039d316-1c4b-4281-b951-d872f2087c98
|