- 20 Aug, 2016 40 commits
-
-
nednguyen authored
BUG=catapult:#2584 TBR=perejzu@chromium.org Review-Url: https://codereview.chromium.org/2265713002 Cr-Commit-Position: refs/heads/master@{#413335}
-
catapult-deps-roller authored
https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/04dd47e541e2..30ce231266c6 $ git log 04dd47e54..30ce23126 --date=short --no-merges --format='%ad %ae %s' TBR=catapult-sheriff@chromium.org Review-Url: https://codereview.chromium.org/2259193005 Cr-Commit-Position: refs/heads/master@{#413334}
-
pdfium-deps-roller authored
https://pdfium.googlesource.com/pdfium.git/+log/5b13e1dc5770..9b777deb00fb $ git log 5b13e1dc5..9b777deb0 --date=short --no-merges --format='%ad %ae %s' 2016-08-19 weili Fix an embedder test with leaked page object 2016-08-19 npm Move CFX_FaceCache to its own file 2016-08-19 tsepez Avoid signed overflow in CPDF_ToUnicodeMap::StringToCode() 2016-08-19 tsepez Introduce pdfium::FakeUniquePtr for keys to sets of unique ptrs. 2016-08-19 weili Fix leaked array buffer allocators of isolates BUG=638489 TBR=dsinclair@chromium.org Review-Url: https://codereview.chromium.org/2265733002 Cr-Commit-Position: refs/heads/master@{#413333}
-
alph authored
The CL makes CPUProfile encode sample timestamps as deltas, which makes the representation more compact. startTime and endTime are represented in microseconds rather than seconds. BUG=635947 Review-Url: https://codereview.chromium.org/2262543002 Cr-Commit-Position: refs/heads/master@{#413332}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/fab9cb11..46e45e95 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://codereview.chromium.org/2264843002 Cr-Commit-Position: refs/heads/master@{#413331}
-
hs1217.lee authored
HitRegion is need to many information to expand(ie. cursor, parent_id, label, etc) in canvas2d. "std::pair<element*, string>" can't have a lot of information. so HitTestCanvasResult was added to expend. BUG=592947 Review-Url: https://codereview.chromium.org/2229743003 Cr-Commit-Position: refs/heads/master@{#413330}
-
krasin authored
The comparison happens on mangled names. Of course, there's no double colon is there. BUG=634139 TBR=kcc@chromium.org Review-Url: https://codereview.chromium.org/2267543002 Cr-Commit-Position: refs/heads/master@{#413329}
-
fs authored
begin() and updateAnimationsAndScheduleFrameIfNeeded() use the same predicate to check if they should schedule an animation frame - although they phrase it slightly differently (because of local knowledge.) Move the generic version to a canScheduleFrame() method and use that in both cases. BUG=631879 Review-Url: https://codereview.chromium.org/2257803002 Cr-Commit-Position: refs/heads/master@{#413328}
-
jri authored
instead of on SoonToDisconnect. The NetworkMadeDefault notification is supposed to always be issued before SoonToDisconnect, but there seems to be a bug in Android that causes the order to sometimes be reversed. Current connection migration looks for an alternate network on SoonToDisconnect, and this may not work since there may be no alternate networks around. Since NetworkMadeDefault guarantees that the new default network is around, this CL changes connection migration code to migrate on NetworkMadeDefault instead. BUG= Review-Url: https://codereview.chromium.org/2258893004 Cr-Commit-Position: refs/heads/master@{#413327}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/ffc9864d..fab9cb11 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://codereview.chromium.org/2257173004 Cr-Commit-Position: refs/heads/master@{#413326}
-
skia-deps-roller authored
https://chromium.googlesource.com/skia.git/+log/ac3aa245acc7..e2348ccb477b $ git log ac3aa245a..e2348ccb4 --date=short --no-merges --format='%ad %ae %s' 2016-08-19 halcanary src/utils/SkBitSet: simplify 2016-08-19 bsalomon Rename circular_arcs_circular_arcs_fill to circular_arcs_fill. 2016-08-19 csmartdalton Move GrFixedClip into src directory 2016-08-19 dvonbeck Added a small widget framework to the interactive bevel SampleApp CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel TBR=robertphillips@google.com Review-Url: https://codereview.chromium.org/2262883003 Cr-Commit-Position: refs/heads/master@{#413325}
-
alph authored
Review-Url: https://codereview.chromium.org/2261933002 Cr-Commit-Position: refs/heads/master@{#413324}
-
kulshin authored
This is a workaround for 635932, so that Chrome will ignore certain font families unless they contain the specified font styles. We start out requiring that Helvetica and Open Sans contain the regular variant, because in some cases they get installed only in specialized variants which results in fonts incorrectly displaying bold or condensed. BUG=635932 Review-Url: https://codereview.chromium.org/2259733002 Cr-Commit-Position: refs/heads/master@{#413323}
-
kbr authored
BUG=479260, 479952, 637037 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 TBR=zmo@chromium.org NOTRY=true Review-Url: https://codereview.chromium.org/2254873009 Cr-Commit-Position: refs/heads/master@{#413322}
-
Rebaseline Bot authored
https://chromium.googlesource.com/chromium/src/+/55f181c68 BUG=632274 TBR=ericrk@chromium.org Review URL: https://codereview.chromium.org/2258383002 . Cr-Commit-Position: refs/heads/master@{#413321}
-
thestig authored
Add the Chromium side build rules for the hint table fuzzer. BUG=636559 Review-Url: https://codereview.chromium.org/2262623002 Cr-Commit-Position: refs/heads/master@{#413320}
-
jaydasika authored
And use it to update opacity animations directly instead of routing the updates through layers BUG=638297 CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel Review-Url: https://codereview.chromium.org/2253233003 Cr-Commit-Position: refs/heads/master@{#413319}
-
abakalov authored
Updating the GitHub commit hash for the language identification model (CLD3). The update adds support for 19 more languages. BUG=624904 Review-Url: https://codereview.chromium.org/2260973002 Cr-Commit-Position: refs/heads/master@{#413318}
-
ksakamoto authored
This fixes a bug where FirstMeaningfulPaintDetector stopped observing layouts too early, because the conditional of ResourceFetcher::hasPendingRequest was wrong. BUG=632081 Review-Url: https://codereview.chromium.org/2259183002 Cr-Commit-Position: refs/heads/master@{#413317}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/d505c93d..ffc9864d 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://codereview.chromium.org/2266583002 Cr-Commit-Position: refs/heads/master@{#413316}
-
dimich authored
Also call destroy() on the bridge to fix mem leak BUG=638395,630817 Review-Url: https://codereview.chromium.org/2263753002 Cr-Commit-Position: refs/heads/master@{#413315}
-
jialiul authored
BUG=639467 Review-Url: https://codereview.chromium.org/2258303002 Cr-Commit-Position: refs/heads/master@{#413314}
-
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/e8e7d5efaa38189cd6de897284874952137d726d Roll recipe dependencies (trivial). (recipe-roller@chromium.org) https://crrev.com/98386b54b8e1b13372a4d578f7f51a6ccaa4b759 [perf] Refactor chromium.perf.fyi recipe config to reuse chromium.perf code. (dtu@chromium.org) https://crrev.com/0496b2d33a86fe345bb5b4fd28ac9583d7c9a7f4 Delete PDFium GYP bots. (thestig@chromium.org) depot_tools: https://crrev.com/2250d5b3b0a5686c83171dc2b9a1e66270c0c41d Add apply_gerrit_ref to bot_update api. (rmistry@google.com) TBR=martiniss@chromium.org,phajdan.jr@chromium.org BUG=pdfium:559,skia:5627 Recipe-Tryjob-Bypass-Reason: Autoroller Review-Url: https://codereview.chromium.org/2264823003 Cr-Commit-Position: refs/heads/master@{#413313}
-
chrome-cron authored
Cr-Commit-Position: refs/heads/master@{#413312}
-
jzern authored
https://chromium.googlesource.com/webm/libvpx.git/+log/1c07abca18d2..149d08237756 $ git log 1c07abca1..149d08237 --date=short --no-merges --format='%ad %ae %s' 2016-08-19 jzern vp9_pickmode: quiet float conversion warnings 2016-08-18 jzern vp9_alloc_context_buffers: clear cm->mi* on failure 2016-08-05 jackychen vp9 svc: SVC encoder speed up. 2016-08-17 johannkoenig Remove '-chromium' flag from ads2gas_apple.pl R=johannkoenig@chromium.org BUG= Review-Url: https://codereview.chromium.org/2266623002 Cr-Commit-Position: refs/heads/master@{#413311}
-
ericrk authored
Rounding to 64 was done to match SW, but this leads to android memory regressions. Use 32 instead, which still fixes the Core Animation issue, but doesn’t regress memory as much. BUG=632274 CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel Review-Url: https://codereview.chromium.org/2258343002 Cr-Commit-Position: refs/heads/master@{#413310}
-
mlliu authored
This CL includes: 1. BlimpClientContextImpl owns the TabControlFeature, and register the feature in its constructor. 2. When a BlimpContents is created, set a pointer to TabControlFeature in BlimpContentsImpl. 3. Add a method to SetSizeAndScale in BlimpContents. 4. call CreateTab in BlimpClientContextImplAndroid. BUG=628802 Review-Url: https://codereview.chromium.org/2255533002 Cr-Commit-Position: refs/heads/master@{#413309}
-
ryansturm authored
This interface is implemented by DataReductionProxySettings. It introduces a simple method, IsDataSaverEnabled, that can be consumed by previews/ without taking a dependency on data_reduction_proxy/core/browser and maintaining a strict interface between data_reduction_proxy/ and previews/. BUG=615565 Review-Url: https://codereview.chromium.org/2255603002 Cr-Commit-Position: refs/heads/master@{#413308}
-
alph authored
BUG=436111 Review-Url: https://codereview.chromium.org/2241903002 Cr-Commit-Position: refs/heads/master@{#413307}
-
piman authored
BUG=639470 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/2267453002 Cr-Commit-Position: refs/heads/master@{#413306}
-
kbr authored
They were previously only running in GPU rasterization mode, which is apparently expected to not work on at least some platforms. However, this exposed a bug on Windows with AMD GCN GPUs, which must be investigated and which is being suppressed. BUG=639489 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 NOTRY=true Review-Url: https://codereview.chromium.org/2267433002 Cr-Commit-Position: refs/heads/master@{#413305}
-
caseq authored
This is so that the reload progress is better seen both interactively and on the screenshots -- otherwise the old content of the page being reloaded stays on the screen and makes screenshots confusing. Review-Url: https://codereview.chromium.org/2218603003 Cr-Commit-Position: refs/heads/master@{#413304}
-
mek authored
BUG=540509 Review-Url: https://codereview.chromium.org/2235543002 Cr-Commit-Position: refs/heads/master@{#413303}
-
manojkumar.bhosale authored
A preparation patch for adding MSA optimizations in libYUV project. Review-Url: https://codereview.chromium.org/2150943003 Cr-Commit-Position: refs/heads/master@{#413302}
-
ianwen authored
This CL fixes some nits in DownloadHistoryItemWrapper, including java class attributs initialization, and java unboxing. BUG=NONE Review-Url: https://codereview.chromium.org/2267443002 Cr-Commit-Position: refs/heads/master@{#413301}
-
dbeam authored
Before, gzipped resources were given a special file header and resource bundles inspected the first couple bytes to determine if the resources was gzipped and expanded it on the current thread and responded with the decompressed resource transparently. This is pretty awesome. But you know what's cooler? Transmitting the resource gzipped (reduces over IPC size) and using the same code that handles remote network resources with: Content-Encoding: gzip via net::GZipFilter. This also dirties less memory, avoids potential collisions (though there was already nifty code that'd throw if grit tried to compress something with a header like that), and adds less code for a more tried and true, weathered gzip implementation. BUG=619091,609219 Review-Url: https://codereview.chromium.org/2149323003 Cr-Commit-Position: refs/heads/master@{#413300}
-
donnd authored
Allow disk writes when the activity is setting the content view for the main layout. This works around Strict Mode violations we're seeing on tests running on the L Consumer configuration. BUG=639352 Review-Url: https://codereview.chromium.org/2263793002 Cr-Commit-Position: refs/heads/master@{#413299}
-
rdevlin.cronin authored
https://codereview.chromium.org/2257003002 missed a few. Gotta catch 'em all! BUG=638758 Review-Url: https://codereview.chromium.org/2265663002 Cr-Commit-Position: refs/heads/master@{#413298}
-
rdevlin.cronin authored
Fix a broken link in https://developer.chrome.com/extensions/packaging. BUG=472525 Review-Url: https://codereview.chromium.org/2263773002 Cr-Commit-Position: refs/heads/master@{#413297}
-
dalecurtis authored
Reland of aise gyp/GN failure if proprietary_codecs=1 and ffmpeg_branding=Chromium (patchset #1 id:1 of https://codereview.chromium.org/2260523002/ ) Reason for revert: Should be fixed by https://codereview.chromium.org/2260893002 Original issue's description: > Revert of Raise gyp/GN failure if proprietary_codecs=1 and ffmpeg_branding=Chromium (patchset #2 id:20001 of https://codereview.chromium.org/1569053002/ ) > > Reason for revert: > Failures on https://build.chromium.org/p/chromium.fyi/buildslaves/slave43-c1 > > Original issue's description: > > Raise gyp/GN failure if proprietary_codecs=1 and ffmpeg_branding=Chromium > > > > Otherwise Chromium claims supporting video/mp4 and fails to play some > > YouTube video without falling back to video/webm even if supported by > > the server. > > > > BUG=571417 > > > > R=jrummell@chromium.org > > > > Committed: https://crrev.com/8f897728330ab4afe8c449001386756a9895bcf7 > > Cr-Commit-Position: refs/heads/master@{#412760} > > TBR=dalecurtis@chromium.org,jrummell@chromium.org > # Skipping CQ checks because original CL landed less than 1 days ago. > NOPRESUBMIT=true > NOTREECHECKS=true > NOTRY=true > BUG=571417 > > Committed: https://crrev.com/208cb0cd3a4126cca32286ee9afbb7597bf03e08 > Cr-Commit-Position: refs/heads/master@{#412831} TBR=jrummell@chromium.org,inferno@chromium.org,j.isorce@samsung.com # Not skipping CQ checks because original CL landed more than 1 days ago. BUG=571417 Review-Url: https://codereview.chromium.org/2260573004 Cr-Commit-Position: refs/heads/master@{#413296}
-