- 27 Sep, 2016 40 commits
-
-
domlaskowski authored
The new requests enable the compositor to distinguish between dragging and other geometry updates, which is needed for window positioning in extended desktop mode. BUG=642894 TEST=None Review-Url: https://codereview.chromium.org/2295323003 Cr-Commit-Position: refs/heads/master@{#421340}
-
scottmg authored
ac6c01b5752e Add metrics for tracking uploads Also update histograms.xml for new UMA. R=asvitkine@chromium.org BUG=crashpad:100 Review-Url: https://codereview.chromium.org/2372593004 Cr-Commit-Position: refs/heads/master@{#421339}
-
sergeyu authored
Updated scroll perf tests to report average network buffer latency and packet drop rate. This will allow to evaluate how well the sender uses available network. Review-Url: https://codereview.chromium.org/2369243002 Cr-Commit-Position: refs/heads/master@{#421338}
-
sergeyu authored
1. Avoid base::RandDouble() in fake sockets. On posix base::RandBytes() reads from /dev/urandom. On linux this causes significant CPU consumption in rngd, comparable to CPU time consumed by the test itself. The test doesn't need crypto-quality random numbers, changed it to use std::rand(). 2. Removed some outdated code from protocol_perftest.cc. 3. Added 2Mpbs tests. Review-Url: https://codereview.chromium.org/2354263007 Cr-Commit-Position: refs/heads/master@{#421337}
-
skia-deps-roller authored
https://chromium.googlesource.com/skia.git/+log/1f4a874addd7..b3a3b58c4eee $ git log 1f4a874ad..b3a3b58c4 --date=short --no-merges --format='%ad %ae %s' 2016-09-27 benjaminwagner Add SK_SUPPORT_LEGACY_ARITHMETICMODE flag to public.bzl. 2016-09-27 egdaniel Add command buffer submits before copy calls in vulkan. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel TBR=fmalita@google.com Review-Url: https://codereview.chromium.org/2370353002 Cr-Commit-Position: refs/heads/master@{#421336}
-
brettw authored
Removes annotations of "GYP version" from GN targets. Removes shell.exe.manifest which was used only by the GYP build. TBR=dpranke@chromium.org 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 Review-Url: https://codereview.chromium.org/2373683003 Cr-Commit-Position: refs/heads/master@{#421335}
-
bgoldman authored
BUG= Review-Url: https://codereview.chromium.org/2376773002 Cr-Commit-Position: refs/heads/master@{#421334}
-
joedow authored
Since the It2MeConfirmationDialog is now supported on all platforms, we can remove the factory used to create dialog instances and instead use a static method on the class itself. BUG=649016 Review-Url: https://codereview.chromium.org/2372833002 Cr-Commit-Position: refs/heads/master@{#421333}
-
qinmin authored
The only exception is OMA DRM download. And it only applies to context menu download interception. Clean up the remaining unused code now. BUG=647755 Review-Url: https://codereview.chromium.org/2371773003 Cr-Commit-Position: refs/heads/master@{#421332}
-
qyearsley authored
This CL is a minor clean-up CL, and only touches comments and whitespace. In this CL: - Make formatting consistent with other modules - Remove FIXME note about renaming LoggingTestCase to LoggingTestCaseBase, since in practice LoggingTestCase is not interpreted as a test case since the logtesting module doesn't end in _unittest, and even if it were, LoggingTestCase has no test methods. Review-Url: https://codereview.chromium.org/2372653004 Cr-Commit-Position: refs/heads/master@{#421331}
-
dtapuska authored
Don't allow the browser process to crash if for some reason the renderer process sends too many ack events. BUG=598483 Review-Url: https://codereview.chromium.org/2367253006 Cr-Commit-Position: refs/heads/master@{#421330}
-
mlamouri authored
BUG=650592 Review-Url: https://codereview.chromium.org/2370233002 Cr-Commit-Position: refs/heads/master@{#421329}
-
brettw authored
This was in the extensions root directory but the rest of the strings resources and the build rule are in the strings subdirectory. This moves the .grd file with everything else. Review-Url: https://codereview.chromium.org/2377453003 Cr-Commit-Position: refs/heads/master@{#421328}
-
manzagop authored
BUG=620813 Review-Url: https://codereview.chromium.org/2374813002 Cr-Commit-Position: refs/heads/master@{#421327}
-
qyearsley authored
In general, LoggingTestCase is the base test case class that's used to support asserting that certain messages were logged. webkitpy.style.main_unittest was the only module that directly uses the helper LogTesting class. This is a minor clean-up CL. Review-Url: https://codereview.chromium.org/2370923004 Cr-Commit-Position: refs/heads/master@{#421326}
-
qyearsley authored
BUG=649691 Review-Url: https://codereview.chromium.org/2371803003 Cr-Commit-Position: refs/heads/master@{#421325}
-
fdoray authored
This histogram gives the number of tasks executed by a SchedulerWorker between two waits on its WaitableEvent. BUG=553459 Review-Url: https://codereview.chromium.org/2362743002 Cr-Commit-Position: refs/heads/master@{#421324}
-
watk authored
This is a rename for readability + deletion of a couple of out of date comments. Review-Url: https://codereview.chromium.org/2372863002 Cr-Commit-Position: refs/heads/master@{#421323}
-
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/a13ca117d773d6c2bc2dc863345fd436f014a640 Enable LSan on PDFium build bots (weili@chromium.org) TBR=martiniss@chromium.org,phajdan.jr@chromium.org BUG=pdfium:1 Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Review-Url: https://codereview.chromium.org/2378433003 Cr-Commit-Position: refs/heads/master@{#421322}
-
brettw authored
The entire contents of this file are obsolete. NOTRY=true (markdown-only change) Review-Url: https://codereview.chromium.org/2370053004 Cr-Commit-Position: refs/heads/master@{#421321}
-
robliao authored
Previously, ThreadLocalStorage::StaticSlot::Free() did not actually release the corresponding ThreadLocalStorage slot. It simply cleared out the slot and did not reuse it. As a result, each process had a finite number of calls to ThreadLocalStorage::StaticSlot::Initialize() before running out of slots. This problem would manifest itself in tests where a single process runs many tests that each do their own initialization and uninitialization. Tests that involve TLS usage caused the process to run out of TLS slots because there was no free support in ThreadLocalStorage. This change adds in free support by doing what most operating systems do, lock and track metadata in an array. BUG=590907 Review-Url: https://codereview.chromium.org/2363783002 Cr-Commit-Position: refs/heads/master@{#421320}
-
mattdr authored
https://chromium.googlesource.com/chromium/deps/libsrtp.git/+log/48bdd208dcdb..b17c065a8a63 $ git log 48bdd208d..b17c065a8 --date=short --no-merges --format='%ad %ae %s' 2016-09-27 kjellander Add compatibility shims to libsrtp for v1->v2 transition R=kjellander@chromium.org BUG=webrtc:6376 Review-Url: https://codereview.chromium.org/2376723002 Cr-Commit-Position: refs/heads/master@{#421319}
-
dalecurtis authored
This allows channel and sample rate changes to pass through to the renderer where they should be handled by AudioRendererImpl. BUG=650735 TEST=new unittest Review-Url: https://codereview.chromium.org/2376513002 Cr-Commit-Position: refs/heads/master@{#421318}
-
chrome://settings/resetProfileSettingsalito authored
BUG=636408 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2373613003 Cr-Commit-Position: refs/heads/master@{#421317}
-
servolk authored
This is necessary to fix build break for OEMs that include decoder_config.h, but don't use decoder_config_adapter.cc Review-Url: https://codereview.chromium.org/2372283002 Cr-Commit-Position: refs/heads/master@{#421316}
-
skia-deps-roller authored
https://chromium.googlesource.com/skia.git/+log/3ba96c8cecd8..1f4a874addd7 $ git log 3ba96c8ce..1f4a874ad --date=short --no-merges --format='%ad %ae %s' 2016-09-27 mtklein SkRasterPipeline: add last() and docs. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel TBR=fmalita@google.com Review-Url: https://codereview.chromium.org/2376803002 Cr-Commit-Position: refs/heads/master@{#421315}
-
xunjieli authored
This CL adds a net::GzipSourceStream which implements net::FilterSourceStream to do gzip decoding. This is a part of the efforts to convert net::Filter into a pull-based interface. See the linked bug for more details. BUG=474859 Review-Url: https://codereview.chromium.org/2334773002 Cr-Commit-Position: refs/heads/master@{#421314}
-
fdoray authored
MessageLoop::QuitWhenIdle() is deprecated. RunLoop should be used instead. BUG=616447 Review-Url: https://codereview.chromium.org/2373033002 Cr-Commit-Position: refs/heads/master@{#421313}
-
mtrofin authored
Note that this CL depends on a V8 CL that implements binary version 0xC for WASM, which will land momentarily. R=titzer@chromium.org,jochen@chromium.org BUG=chromium:575167, chromium:650655 Review-Url: https://codereview.chromium.org/2370963003 Cr-Commit-Position: refs/heads/master@{#421312}
-
chrisha authored
This prevents the module enumeration from running repeatedly if the user revisits chrome://conflicts. BUG=617176 Review-Url: https://codereview.chromium.org/2370053002 Cr-Commit-Position: refs/heads/master@{#421311}
-
rch authored
set_response_listener from taking a pointer to a unique_ptr. Merge internal change: 134417781 Review-Url: https://codereview.chromium.org/2369863004 Cr-Commit-Position: refs/heads/master@{#421310}
-
yusukes authored
BUG=None TEST=try Review-Url: https://codereview.chromium.org/2372133002 Cr-Commit-Position: refs/heads/master@{#421309}
-
qyearsley authored
BUG=643937 Review-Url: https://codereview.chromium.org/2373063002 Cr-Commit-Position: refs/heads/master@{#421308}
-
jam authored
BUG=504347 Review-Url: https://codereview.chromium.org/2376763002 Cr-Commit-Position: refs/heads/master@{#421307}
-
mef authored
Review-Url: https://codereview.chromium.org/2369933006 Cr-Commit-Position: refs/heads/master@{#421306}
-
krasin authored
There're some issues with javascript in 3 tests cases. It's unlikely to be a ThinLTO issue, so disabling it for now. BUG=650718 Review-Url: https://codereview.chromium.org/2377713002 Cr-Commit-Position: refs/heads/master@{#421305}
-
eranm authored
Do not de-reference the cert_transparency_verifier_ field during destruction if it was not initialized, as that would lead to a crash. The original assumption was that ProfileIOData::Init() is always called so the cert_transparency_verifier_ is always initialized. However that assumption proved to be wrong - ProfileIOData::Init is only called once a ChromeURLRequestContextFactory is created with the ProfileIOData instance and a URLRequestContext is created using the Create method (see: https://cs.chromium.org/chromium/src/chrome/browser/net/chrome_url_request_context_getter.cc?sq=package:chromium&dr=C&rcl=1474946434&l=55) If that did not happen and ProfileIOData::Init was not called, de-referencing cert_transparency_verifier_ during destruction would lead to a crash. BUG=648507 Review-Url: https://codereview.chromium.org/2373753002 Cr-Commit-Position: refs/heads/master@{#421304}
-
corona10 authored
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_site_isolation Review-Url: https://codereview.chromium.org/2375583002 Cr-Commit-Position: refs/heads/master@{#421303}
-
mef authored
BUG=650782 Review-Url: https://codereview.chromium.org/2369053002 Cr-Commit-Position: refs/heads/master@{#421302}
-
caseq authored
This removes platform-specific hooks from extension API generation, as these were only relevant in WebKit. Review-Url: https://codereview.chromium.org/2374573002 Cr-Commit-Position: refs/heads/master@{#421301}
-