- 20 Oct, 2016 40 commits
-
-
rouslan authored
When the credit card editor launches because of, for example, a missing billing address, the card number should be formatted for easy grokking. BUG=657585 Review-Url: https://chromiumcodereview.appspot.com/2433093003 Cr-Commit-Position: refs/heads/master@{#426506}
-
eyaich authored
This CL is blocked on the master/slave configuration in https://codereview.chromium.org/2437923003/ BUG=chromium:633253 Review-Url: https://chromiumcodereview.appspot.com/2439733002 Cr-Commit-Position: refs/heads/master@{#426505}
-
olka authored
Changes: https://chromium.googlesource.com/external/webrtc/trunk/webrtc.git/+log/0ec7a44..9c4cafa $ git log 0ec7a44..9c4cafaa --date=short --no-merges --format=%ad %ae %s 2016-10-20 danilchap@webrtc.org Append second nack list in same compound rtcp packet instead of replace 2016-10-20 aleloi@webrtc.org Made AudioReceiveStream a mixer participant. 2016-10-20 sakal@webrtc.org Fix org.mockito.Matchers deprecation warnings in DirectRTCClientTest. 2016-10-20 aleloi@webrtc.org Split audio mixer into interface and implementation. 2016-10-20 brandtr@webrtc.org Add FlexfecReceiveStream. 2016-10-20 kjellander@webrtc.org Remove all traces of Dr Memory. 2016-10-20 palmkvist@webrtc.org Make GN build screenshare_loopback 2016-10-20 magjed@webrtc.org iOS: Optimize video scaling and cropping 2016-10-20 minyue@webrtc.org Moving WebRtcVoiceMediaChannel::SendSetCodec to AudioSendStream. 2016-10-20 magjed@webrtc.org Android YuvConverter: Use OpenGL Framebuffer instead of EGL pixel buffer 2016-10-20 magjed@webrtc.org Android: Extend functionality of EglRenderer 2016-10-20 nisse@webrtc.org Revert of Delete unused file mediacommon.h. (patchset #1 id:1 of https://codereview.webrtc.org/2437703002/ ) 2016-10-20 sakal@webrtc.org Remove check for numberOfCameras from AppRTC Mobile PeerConnectionClient. 2016-10-20 sakal@webrtc.org Suppress deprecation warning in CallFragment. 2016-10-20 aleloi@webrtc.org Added a level controller initialization value to MediaConstraints. 2016-10-20 denicija@webrtc.org Add loopback option and improve UX of AppRTCMobile for Mac. 2016-10-20 kthelgason@webrtc.org Prevent stripping of C interfaces in framework 2016-10-20 danilchap@webrtc.org Add to rtc::Optional equality/unequality comparisions with object 2016-10-20 nisse@webrtc.org Delete unused file mediacommon.h. 2016-10-20 kthelgason@webrtc.org QualityScaler reset bugfix 2016-10-20 perkj@webrtc.org Change RefCountedObject to use perfect forwarding. The main reason for doing this is to allow refcounted objects to accept rvalue references in ctor and be able to std::move ctor rvalue arguments. Also, refcounted.h is now generated using pump.py instead of manually creating each ctor version. 2016-10-19 zijiehe@chromium.org A variable in ScreenCapturerWinDirectx has a bad name 2016-10-19 kthelgason@webrtc.org Revert of Move bitstream parser to more appropriate directory. (patchset #4 id:60001 of https://codereview.webrtc.org/2370853005/ ) 2016-10-19 kthelgason@webrtc.org Move current bitstream parser to more appropriate directory. TBR= CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_chromium_archive_rel_ng;master.tryserver.chromium.mac:mac_chromium_archive_rel_ng BUG= Review-Url: https://chromiumcodereview.appspot.com/2439673003 Cr-Commit-Position: refs/heads/master@{#426504}
-
xlai authored
The reference images generated for Accelerated2D and Unaccelerated2D cases look correct. TBR=zmo@chromium.org BUG=655311 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel Review-Url: https://chromiumcodereview.appspot.com/2423413002 Cr-Commit-Position: refs/heads/master@{#426503}
-
tkent authored
BUG=623613 NOTRY=true Review-Url: https://chromiumcodereview.appspot.com/2434933002 Cr-Commit-Position: refs/heads/master@{#426502}
-
tedchoc authored
BUG=621464 Review-Url: https://chromiumcodereview.appspot.com/2434893003 Cr-Commit-Position: refs/heads/master@{#426501}
-
mcasas authored
This CL does the migration of the last Vid Capture IPC message to mojo, namely OnBufferCreated(). This message shared a SharedMemoryHandle, which is now send using mojo::{Wrap,Unwrap}SharedMemoryHandle(). This needs a few small changes elsewhere in the code, in particular there is no need to ShareToProcess() a given ShMem (and this in turn makes us think that the whole data-sending can be simplified in later CLs). Following suggestion in PS1, VideoCaptureBufferTracker() is changed to mojo::ScopedSharedBufferHandle GetHandleForTransit();, which causes changes in a few other classes; - SharedMemoryBufferTracker, MojoSharedMemoryBufferTracker - VideoCaptureBufferPool & Impl, - VideoCaptureController (no need for render process id). (all these changes are in services/video_capture/ and content/browser/renderer_host/media/) VideoCaptureHost is still a BrowserMessageFilter, and VideoCaptureMessageFilter is not completely gone yet, but will disappear soon -- I didn't want to mix the changes in the ShMem management with other changes just in case. BUG=651897 TEST=local capture, {content,capture,video_capture}_unittests Review-Url: https://chromiumcodereview.appspot.com/2410383002 Cr-Commit-Position: refs/heads/master@{#426500}
-
skia-deps-roller authored
https://chromium.googlesource.com/skia.git/+log/a29a956d0e27..65820db5e152 $ git log a29a956d0..65820db5e --date=short --no-merges --format='%ad %ae %s' 2016-10-20 reed use 'real' SkImageDeserializer 2016-10-20 mtklein Viewer on Mac. 2016-10-20 mtklein Slim down builder CIPD packages. Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, see: http://www.chromium.org/developers/tree-sheriffs/sheriff-details-chromium#TOC-Failures-due-to-DEPS-rolls CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel TBR=mtklein@google.com Review-Url: https://chromiumcodereview.appspot.com/2436013002 Cr-Commit-Position: refs/heads/master@{#426499}
-
csharrison authored
This prevents needlessly creating empty StringImpls. BUG=348655 Review-Url: https://chromiumcodereview.appspot.com/2441493002 Cr-Commit-Position: refs/heads/master@{#426498}
-
dtseng authored
This cl makes div output the same way as classic: - when a div receives either ChromeVox or page focus, read its text content or its aria label - this cleans up output and retains the previously hardened behavior in Classic. TEST=browse on a variety of sites like Gmail, Groups. Verify that despite bad markup, ChromeVox performs well and provides a smooth experience. BUG=619279 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://chromiumcodereview.appspot.com/2433823003 Cr-Commit-Position: refs/heads/master@{#426497}
-
fdoray authored
This CL introduces SchedulerWorker::Delegate::OnDetach() and records TaskScheduler.NumTasksBeforeDetach.* from this new method. BUG=553459 Review-Url: https://chromiumcodereview.appspot.com/2430633003 Cr-Commit-Position: refs/heads/master@{#426496}
-
treib authored
BUG=627747 Review-Url: https://chromiumcodereview.appspot.com/2412093002 Cr-Commit-Position: refs/heads/master@{#426495}
-
tyoshino authored
The spec phrase "credentials flag" is not so useful for those who are not familiar with the Fetch spec. Mention the withCredentials attribute so that XHR users can understand what's wrong with their code easily. I tried to show this only for XHR by using the RequestContext value, but RequestContextXMLHttpRequest is used not only for XHR but for EventSource. So, I refrained from taking the approach. R=yhirano@chromium.org BUG=566239 Review-Url: https://chromiumcodereview.appspot.com/2419063002 Cr-Commit-Position: refs/heads/master@{#426494}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/9a5ffe0a..d2709daf Please follow these instructions for assigning/CC'ing issues: https://github.com/v8/v8/wiki/Triaging%20issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel TBR=hablich@chromium.org,machenbach@chromium.org,littledan@chromium.org,vogelheim@chromium.org Review-Url: https://chromiumcodereview.appspot.com/2437093002 Cr-Commit-Position: refs/heads/master@{#426493}
-
treib authored
BUG=657038 Review-Url: https://chromiumcodereview.appspot.com/2438543003 Cr-Commit-Position: refs/heads/master@{#426492}
-
kylechar authored
Display resolution with zero for either width or height aren't valid. Catch this problem and fail parsing the display spec string. BUG=none Review-Url: https://chromiumcodereview.appspot.com/2437053002 Cr-Commit-Position: refs/heads/master@{#426491}
-
pkl authored
This depends on https://chromereviews.googleplex.com/523537014 which deleted the code for Back to Calling App button. BUG=633626 Review-Url: https://chromiumcodereview.appspot.com/2427883002 Cr-Commit-Position: refs/heads/master@{#426490}
-
fdoray authored
BUG= Review-Url: https://chromiumcodereview.appspot.com/2435673003 Cr-Commit-Position: refs/heads/master@{#426489}
-
wuchengli authored
The official V4L2 flush begins by issuing VIDIOC_DECODER_CMD with cmd=V4L2_DEC_CMD_STOP. The driver will set the last output buffer with V4L2_BUF_FLAG_LAST. BUG=558206 TEST=Run VDA unittest and CTS on elm. Run VDA unittest on peach pi and nyan big. Review-Url: https://chromiumcodereview.appspot.com/2408703002 Cr-Commit-Position: refs/heads/master@{#426488}
-
arthursonzogni authored
BUG=657834 Review-Url: https://chromiumcodereview.appspot.com/2430953005 Cr-Commit-Position: refs/heads/master@{#426487}
-
https://crbug.com/644833flackr authored
BUG=644833,651305 Review-Url: https://chromiumcodereview.appspot.com/2439573002 Cr-Commit-Position: refs/heads/master@{#426486}
-
sdefresne authored
BUG=475439 Review-Url: https://chromiumcodereview.appspot.com/2437003003 Cr-Commit-Position: refs/heads/master@{#426485}
-
pdfium-deps-roller authored
https://pdfium.googlesource.com/pdfium.git/+log/fb5055947efd..73895de7dea3 $ git log fb5055947..73895de7d --date=short --no-merges --format='%ad %ae %s' 2016-10-20 dsinclair Cleanup unused methods and return values in FWL code. 2016-10-20 dsinclair Remove IFWL_*::Create methods, use new Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, see: http://www.chromium.org/developers/tree-sheriffs/sheriff-details-chromium#TOC-Failures-due-to-DEPS-rolls TBR=dsinclair@chromium.org Review-Url: https://chromiumcodereview.appspot.com/2442443002 Cr-Commit-Position: refs/heads/master@{#426484}
-
lukasza authored
BUG=647772 Review-Url: https://chromiumcodereview.appspot.com/2410303006 Cr-Commit-Position: refs/heads/master@{#426483}
-
mvanouwerkerk authored
BUG=651058 Review-Url: https://chromiumcodereview.appspot.com/2438033002 Cr-Commit-Position: refs/heads/master@{#426482}
-
mkwst authored
BUG=657799 Review-Url: https://chromiumcodereview.appspot.com/2433413003 Cr-Commit-Position: refs/heads/master@{#426481}
-
bokan authored
Since https://codereview.chromium.org/2400123002 has landed, the navigate step waits for an additional frame before returning. I suspect the redirect navigations happen in that frame so when the page calls WaitForNavigate it'll timeout. BUG=655627 Review-Url: https://chromiumcodereview.appspot.com/2440503002 Cr-Commit-Position: refs/heads/master@{#426480}
-
skia-deps-roller authored
https://chromium.googlesource.com/skia.git/+log/e1d6ff172e21..a29a956d0e27 $ git log e1d6ff172..a29a956d0 --date=short --no-merges --format='%ad %ae %s' 2016-10-20 robertphillips Add SkRRectsGaussianEdgeMaskFilter Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, see: http://www.chromium.org/developers/tree-sheriffs/sheriff-details-chromium#TOC-Failures-due-to-DEPS-rolls CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel TBR=mtklein@google.com Review-Url: https://chromiumcodereview.appspot.com/2437083002 Cr-Commit-Position: refs/heads/master@{#426479}
-
jbroman authored
This one is a little quirky (most filesystems aren't serializable), and since the existing serializer already relied on an enum not changing, I've added a warning comment to that enum, in the hopes of avoiding breaking it in the future. BUG=148757 Review-Url: https://chromiumcodereview.appspot.com/2438653002 Cr-Commit-Position: refs/heads/master@{#426478}
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (e.g. depot_tools) into downstream projects (e.g. tools/build). More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug (or complain) build: https://crrev.com/eab05b70ba034679ae3e4c91ca978a2db89b02ce V8: Skip inspector_protocol from being auto-rolled into V8 (machenbach@chromium.org) TBR=martiniss@chromium.org,phajdan.jr@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Review-Url: https://chromiumcodereview.appspot.com/2438763002 Cr-Commit-Position: refs/heads/master@{#426477}
-
pdfium-deps-roller authored
https://pdfium.googlesource.com/pdfium.git/+log/dadea5f87d35..fb5055947efd $ git log dadea5f87..fb5055947 --date=short --no-merges --format='%ad %ae %s' 2016-10-20 dsinclair Merge the CFWL_*Imp classes into the IFWL_* classes. Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, see: http://www.chromium.org/developers/tree-sheriffs/sheriff-details-chromium#TOC-Failures-due-to-DEPS-rolls TBR=dsinclair@chromium.org Review-Url: https://chromiumcodereview.appspot.com/2438743002 Cr-Commit-Position: refs/heads/master@{#426476}
-
mlippautz authored
BUG=chromium:468240 R=haraken@chromium.org,hlopko@chromium.org Review-Url: https://chromiumcodereview.appspot.com/2435003002 Cr-Commit-Position: refs/heads/master@{#426475}
-
fdoray authored
Whenever possible, use Thread/SequencedTaskRunnerHandle::Get() instead of MessageLoop::current(). Thread/SequencedTaskRunnerHandle::Get() work within TaskScheduler while MessageLoop::current() doesn't. Good reasons to use MessageLoop::current(): - Add destruction, nesting or task observers. - Run nested loops. Bad reasons to use MessageLoop::current(): - Post tasks. Use Thread/SequencedTaskRunnerHandle::Get() instead. - Watch a file descriptor. Use FileDescriptorWatcher instead. - Verify that it is possible to post tasks to the current thread. Use Thread/SequencedTaskRunnerHandle::IsSet() instead. - Verify that code runs on a specific thread. Use SingleThreadTaskRunner::BelongsToCurrentThread() instead. BUG=650723 Review-Url: https://chromiumcodereview.appspot.com/2409083003 Cr-Commit-Position: refs/heads/master@{#426474}
-
jbudorick authored
BUG=634350 Review-Url: https://chromiumcodereview.appspot.com/2440623002 Cr-Commit-Position: refs/heads/master@{#426473}
-
robpercival authored
Allows a callback to be registered that will be invoked once the LogDnsClient has stopped throttling queries. BUG=624894 Review-Url: https://chromiumcodereview.appspot.com/2380293002 Cr-Commit-Position: refs/heads/master@{#426472}
-
tyoshino authored
R=mkwst@chromium.org,yhirano@chromium.org BUG=none Review-Url: https://chromiumcodereview.appspot.com/2433363002 Cr-Commit-Position: refs/heads/master@{#426471}
-
dgn authored
Sign in is not allowed until the FRE is completed, but the sign in promo is initialised and shown before that. Observing these changes allows showing the promo if the user doesn't sign in during the FRE. Adds a SelfRegistrable type that objects can implement, and when sent to the NTPManager, their unregister() method will be called when the page is destroyed. Used to take care of the cleanup of the above observers. BUG=656501 Review-Url: https://chromiumcodereview.appspot.com/2439443002 Cr-Commit-Position: refs/heads/master@{#426470}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/be0bfc84..9a5ffe0a Please follow these instructions for assigning/CC'ing issues: https://github.com/v8/v8/wiki/Triaging%20issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel TBR=hablich@chromium.org,machenbach@chromium.org,littledan@chromium.org,vogelheim@chromium.org Review-Url: https://chromiumcodereview.appspot.com/2434193002 Cr-Commit-Position: refs/heads/master@{#426469}
-
fukino authored
The Files app's color scheme should be more consistent with chrome://md-settings etc. BUG=650488 TEST=manually tested CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://chromiumcodereview.appspot.com/2433263002 Cr-Commit-Position: refs/heads/master@{#426468}
-
alexclarke authored
This shows a ~10% improvement on the TaskQueueManagerPerfTest micro benchmark. Alternatives considered: A flat map/set https://codereview.chromium.org/2396533004/ BUG= Committed: https://crrev.com/36d98e3b544f310943986dcaa98beabacdbccc96 Committed: https://crrev.com/1e13bd23dd2aac48f6bbcce65a1c56b14d5254ef Review-Url: https://chromiumcodereview.appspot.com/2419793002 Cr-Original-Original-Commit-Position: refs/heads/master@{#425647} Cr-Original-Commit-Position: refs/heads/master@{#425930} Cr-Commit-Position: refs/heads/master@{#426467}
-