- 31 Oct, 2017 40 commits
-
-
rbpotter authored
Bug: None Change-Id: I3441a7a704df305fcb4379ee46cc00b5d3b3619d Reviewed-on: https://chromium-review.googlesource.com/740704 Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#512993}
-
Chris Blume authored
Zlib's fuzzer (and other tests) should all be close to the code it is related to. Move zlib_uncompress_fuzzer into third_party/zlib. BUG=779823 Change-Id: I960561b5cd83a629e9d296f56c75c7bfcec2663a Reviewed-on: https://chromium-review.googlesource.com/744597Reviewed-by:
Max Moroz <mmoroz@chromium.org> Reviewed-by:
Adenilson Cavalcanti <cavalcantii@chromium.org> Commit-Queue: Chris Blume <cblume@chromium.org> Cr-Commit-Position: refs/heads/master@{#512992}
-
Jay Civelli authored
Updating the doc of TestConnectionFactory, which I forgot to do when I changed the API in a previous CL. Bug: None Tbr: rockot@chromium.org Change-Id: I5b3e6d968b686a8a44f2c0d1561351fec394c5af Reviewed-on: https://chromium-review.googlesource.com/747888Reviewed-by:
Jay Civelli <jcivelli@chromium.org> Commit-Queue: Jay Civelli <jcivelli@chromium.org> Cr-Commit-Position: refs/heads/master@{#512991}
-
Dimitri Glazkov authored
Add Daniel, Yoav, and Ojan to the API_OWNERS file. TBR=philipj,rbyers Bug: Change-Id: Ia87e64c3c57a4c8beb7626604002b5937a6962fb Reviewed-on: https://chromium-review.googlesource.com/747818Reviewed-by:
Dimitri Glazkov <dglazkov@chromium.org> Commit-Queue: Dimitri Glazkov <dglazkov@chromium.org> Cr-Commit-Position: refs/heads/master@{#512990}
-
dpapad authored
During initial population of the extensions and apps lists, addItem() was called N times, which internally performs a linear search N times, as well as triggres splice() notifications that are unnecessary. As revealed by DevTools (for a total of 30 extensions and apps): - before: the N calls to addItem() were taking ~22ms total - after: The initialization of the lists takes ~5ms total Bug: 764126 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: If66d752cd3e7ac4b4ecd01ea4964ca6fd8d8f0db Reviewed-on: https://chromium-review.googlesource.com/746967Reviewed-by:
Dave Schuyler <dschuyler@chromium.org> Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#512989}
-
Xianzhu Wang authored
We should use IntRect instead of FloatRect for the bounds of bitmap. Previously the loop variables in BitmapEquals() exceeded the actual bounds of the bitmap if the given FloatRect was not integral. Bug: 779949 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: Ib814cc8d3dcdcd9404654cd1f6352fb98d1e15f9 Reviewed-on: https://chromium-review.googlesource.com/746988Reviewed-by:
Walter Korman <wkorman@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#512988}
-
Tarun Bansal authored
The struct would be used to store different network properties related to data saver proxy. The properties include (but are not limited to) state of different proxy server schemes. Bug: 779219 Change-Id: Idd82c2035cf047feaa8134e57a1bacda2eafb1b0 Reviewed-on: https://chromium-review.googlesource.com/742485Reviewed-by:
Scott Little <sclittle@chromium.org> Commit-Queue: Tarun Bansal <tbansal@chromium.org> Cr-Commit-Position: refs/heads/master@{#512987}
-
Jamie Madill authored
The new cards were replaced in the old machines already, this change should get the tests running again with upgraded hardware. BUG=780296 NOTRY=true Change-Id: I4cffcee857e80c6e6742e2c507aa971a7b0bdd26 Reviewed-on: https://chromium-review.googlesource.com/747942 Commit-Queue: Kenneth Russell <kbr@chromium.org> Commit-Queue: Jamie Madill <jmadill@chromium.org> Reviewed-by:
Ned Nguyen <nednguyen@google.com> Cr-Commit-Position: refs/heads/master@{#512986}
-
rajendrant authored
ofcl directive in chrome-proxy header indicates the original full content length of the responses. This should be used as an alternative to XOCL to calculate compression ratio, especially for range responses. Bug: 745989 Change-Id: Id7050736e2c7c7a4f8f1de36e909441122181331 Reviewed-on: https://chromium-review.googlesource.com/747683Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Reviewed-by:
Ryan Sturm <ryansturm@chromium.org> Commit-Queue: rajendrant <rajendrant@chromium.org> Cr-Commit-Position: refs/heads/master@{#512985}
-
Jonathan Metzman authored
Bug: 771641 Change-Id: Ia075b8ffe5b8ddeeab3549c9ed782d058a27733d Reviewed-on: https://chromium-review.googlesource.com/746049Reviewed-by:
Darren Shen <shend@chromium.org> Reviewed-by:
Max Moroz <mmoroz@chromium.org> Commit-Queue: Jonathan Metzman <metzman@chromium.org> Cr-Commit-Position: refs/heads/master@{#512984}
-
Peter Qiu authored
Currently, the video capture service would create a separate DeviceFactoryProvider and DeviceFactory for each client. This could potentially causes undefined behaviors when there are multiple clients, since each DeviceFactory manage devices independent of each other, the DeviceFactory might not have the up-to-date information on all devices. So fix it by only creating only one instance of DeviceFactoryProvider for the service, and all clients can bind to the same instance. Bug: None Test: manual Test: services_unittests Change-Id: I4629b3c80c11cab0a7274b07080ccb2b86ac0e86 Reviewed-on: https://chromium-review.googlesource.com/737955 Commit-Queue: Peter Qiu <zqiu@chromium.org> Reviewed-by:
Christian Fremerey <chfremer@chromium.org> Cr-Commit-Position: refs/heads/master@{#512983}
-
spqchan authored
Bug:779858 Change-Id: I29c4a1c883076b668b62f2e8a96fe7cfe94cc9ae Reviewed-on: https://chromium-review.googlesource.com/729259 Commit-Queue: Sarah Chan <spqchan@chromium.org> Reviewed-by:
Jialiu Lin <jialiul@chromium.org> Reviewed-by:
Lucas Garron <lgarron@chromium.org> Cr-Commit-Position: refs/heads/master@{#512982}
-
Quinten Yearsley authored
Bug: 777582 Change-Id: I76bdb88f6e7941ce67c474a9bf600a46bac96896 Reviewed-on: https://chromium-review.googlesource.com/738795 Commit-Queue: Quinten Yearsley <qyearsley@chromium.org> Reviewed-by:
Robert Ma <robertma@chromium.org> Cr-Commit-Position: refs/heads/master@{#512981}
-
bsheedy authored
Re-lands a prior patch that made VR Telemetry tests exit VR and navigate to a blank page after each story to reduce heat output, with a few differences: 1. The issue that caused the original patch's revert has been fixed by cycling the device's screen off then on instead of just ensuring that it is on. 2. Instead of running JavaScript code to exit VR then navigate, we simply navigate away since there doesn't seem to be any impact to stability or results by navigating without first exiting VR. Bug: 779837 Change-Id: Ia030b52d2cb87026f073eda2e7d37209c0992dae Reviewed-on: https://chromium-review.googlesource.com/747278 Commit-Queue: Brian Sheedy <bsheedy@chromium.org> Reviewed-by:
Ned Nguyen <nednguyen@google.com> Cr-Commit-Position: refs/heads/master@{#512980}
-
Sadrul Habib Chowdhury authored
BUG=780118 Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_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 Change-Id: I58ae9e17241637331c4e0ae47fb3eeaac9761342 Reviewed-on: https://chromium-review.googlesource.com/747523Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Sadrul Chowdhury <sadrul@chromium.org> Cr-Commit-Position: refs/heads/master@{#512979}
-
Joy Ming authored
There was a bug where notifications for failed downloads (specifically offline pages) were not dismissable on Android O. This is because the foreground service was accidentally being turned on as the download was failed, leaving the summary notification pinned to the foreground. Bug: 776998 Change-Id: I8780e6e0002939bfc186e38d18608a5845bb65a9 Reviewed-on: https://chromium-review.googlesource.com/742486Reviewed-by:
Min Qin <qinmin@chromium.org> Commit-Queue: Joy Ming <jming@chromium.org> Cr-Commit-Position: refs/heads/master@{#512978}
-
Daniel Murphy authored
Bug: 779314 Change-Id: I74612639d20544e4c12230569c7b88fbe669ec03 Reviewed-on: https://chromium-review.googlesource.com/747725Reviewed-by:
Victor Costan <pwnall@chromium.org> Commit-Queue: Daniel Murphy <dmurph@chromium.org> Cr-Commit-Position: refs/heads/master@{#512977}
-
Zijie He authored
This reverts commit cf3aebae. Reason for revert: The new API breaks on X11 and Mac OSX. Original change's description: > [Desktop Capturer] Use new DesktopAndCursorComposer constructor > > After several changes, we finally removed the dependency of SourceId in > MouseCursorMonitor. Now DesktopAndCursorComposer provides a clearer > constructor for its clients. > > Bug: webrtc:7950 > Change-Id: I8716d736897637412e712fcc2b2d17ef0acf3eab > Reviewed-on: https://chromium-review.googlesource.com/651147 > Commit-Queue: Zijie He <zijiehe@chromium.org> > Reviewed-by: Jamie Walch <jamiewalch@chromium.org> > Reviewed-by: Weiyong Yao <braveyao@chromium.org> > Cr-Commit-Position: refs/heads/master@{#500761} TBR=jamiewalch@chromium.org,braveyao@chromium.org,zijiehe@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: webrtc:7950, chromium:778035, chromium:778049 Change-Id: I45fbc68ae52194164828bc34207fe849850a98bf Reviewed-on: https://chromium-review.googlesource.com/746947Reviewed-by:
Weiyong Yao <braveyao@chromium.org> Reviewed-by:
Zijie He <zijiehe@chromium.org> Commit-Queue: Zijie He <zijiehe@chromium.org> Cr-Commit-Position: refs/heads/master@{#512976}
-
David Jacobo authored
Documentation must reflect the fact that Chrome is not presented as an option to the user, also fixing typo. Bug: 678141 Test: Build. Change-Id: I467fa39f89a146b1779d8958c4ad526e4d582c5e Reviewed-on: https://chromium-review.googlesource.com/747132Reviewed-by:
Yusuke Sato <yusukes@chromium.org> Commit-Queue: David Jacobo <djacobo@chromium.org> Cr-Commit-Position: refs/heads/master@{#512975}
-
Zhiling Huang authored
Bug: 763951 Change-Id: If2aa9645d0ef7ee457038d7eb43f9737f2619f48 Reviewed-on: https://chromium-review.googlesource.com/747085 Commit-Queue: Zhiling Huang <hzl@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Cr-Commit-Position: refs/heads/master@{#512974}
-
Matt Menke authored
Keeping the top-level OWNERS as-is, for now. Bug: none Cq-Include-Trybots: master.tryserver.chromium.android:android_cronet_tester;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: I7a1f846ff6710fa5e15275b9cbc1b4637d74a5b0 Reviewed-on: https://chromium-review.googlesource.com/744941 Commit-Queue: Matt Menke <mmenke@chromium.org> Reviewed-by:
Misha Efimov <mef@chromium.org> Reviewed-by:
Ryan Sleevi <rsleevi@chromium.org> Reviewed-by:
Eric Roman <eroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#512973}
-
Darren Shen authored
Spec: https://drafts.css-houdini.org/css-typed-om-1/#computed-stylepropertymapreadonly-objects Currently failing: - Custom properties seem to be returned as CSSStyleValues and not CSSUnparsedValues Bug: 774887 Change-Id: I20a900a0d07a7c4bcce2ed02aa0e8612ebbb804e Reviewed-on: https://chromium-review.googlesource.com/737497Reviewed-by:
nainar <nainar@chromium.org> Commit-Queue: Darren Shen <shend@chromium.org> Cr-Commit-Position: refs/heads/master@{#512972}
-
rajendrant authored
These histograms that record datause of sync service by sync message types. This level of detail is not needed. Overall datause of sync service is tracked by DataUse.MessageSize.AllServices.* histograms. Bug: 691866 Change-Id: Iddd456c1d3d3d550111b6f9c5fe78aa21306749a Reviewed-on: https://chromium-review.googlesource.com/742702Reviewed-by:
Stanislav Chiknavaryan <stanisc@chromium.org> Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Commit-Queue: rajendrant <rajendrant@chromium.org> Cr-Commit-Position: refs/heads/master@{#512971}
-
Kenneth Russell authored
Win7 Release (NVIDIA Quadro P400) is a new configuration. Linux Release (NVIDIA Quadro P400) is changed to run its tests on Swarming. Used variables to declare Linux bots and test configurations. Avoided touching the existing GeForce GT 610 bots and test configs. BUG=712469 NOTRY=true TBR=dpranke@chromium.org, jmadill@chromium.org Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_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 Change-Id: I8082e2f14182020b0cd39ae371e4849e54053326 Reviewed-on: https://chromium-review.googlesource.com/747867 Commit-Queue: Kenneth Russell <kbr@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#512970}
-
Adrienne Walker authored
The https://chromium-review.googlesource.com/726979 patch caused some bugs with --enable-oop-rasterization was on. In particular, by adding saves and restores, it wrapped all the "preamble" logic for the first RasterCHROMIUM with the setup logic in a save/restore. This caused any partial raster tile to be incorrect and caused flashing. This patch moves the preamble logic into the RasterCHROMIUM call itself, addressing a TODO in SerializeHelper. This is needed for the future anyway so that the underlying tracking SkCanvas can have the correct state for image decode querying. By moving the preamble logic, saves/restores can be added to real DrawRecords and not the fake preamble DrawRecord and the flashing bug is also fixed. Bug: 758350 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.android:android_optional_gpu_tests_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 Change-Id: I64b3ee698e7712e55ed0170d1d77b62d8a87b72a Reviewed-on: https://chromium-review.googlesource.com/745523 Commit-Queue: enne <enne@chromium.org> Reviewed-by:
Antoine Labour <piman@chromium.org> Reviewed-by:
vmpstr <vmpstr@chromium.org> Cr-Commit-Position: refs/heads/master@{#512969}
-
Rouslan Solomakhin authored
Before this patch, a failure to call updateWith() in the handlers for 'shippingaddresschange' and 'shippingoptionchange' events with requestShipping: true option would cause timeouts in spinner of the payments UI, when the user changed their shipping address or shipping option. This patch fires the events synchronously instead async and checks whether the web developer called updateWith(). The events are originated from the browser process and arrive in the renderer asynchronously via mojo, so the asyncness of the events is preserved. If the web developer did not call updateWith(), then Chrome hides the spinner and unblocks UI to allow user interaction. Chrome also prints a warning message to the developer noting that the user may be looking at outdated line items and total price when this happens. After this patch, a failure to call updateWith() in the handlers for 'shippingaddresschange' and 'shippingoptionchange' events with requestShipping: true option would not cause timeouts in UI. TBR=mek@chromium.org Bug: 709282 Change-Id: Ieb7f06d0668af1fe713d9b632090b16af0908d8d Reviewed-on: https://chromium-review.googlesource.com/684655 Commit-Queue: Rouslan Solomakhin <rouslan@chromium.org> Reviewed-by:
anthonyvd <anthonyvd@chromium.org> Reviewed-by:
Mathieu Perreault <mathp@chromium.org> Reviewed-by:
Ganggui Tang <gogerald@chromium.org> Cr-Commit-Position: refs/heads/master@{#512968}
-
Doug Arnett authored
(transitively components/previews owner as well) Bug: Change-Id: I651c65eccb60bddc1124b601e6c46323b3fdb26a Reviewed-on: https://chromium-review.googlesource.com/747803Reviewed-by:
Ryan Sturm <ryansturm@chromium.org> Commit-Queue: Doug Arnett <dougarnett@chromium.org> Cr-Commit-Position: refs/heads/master@{#512967}
-
Dianna Hu authored
Change 'string.compare("xx") == 0' to 'string == "xx"'. No behavior change. This CL lands server change 173703711 by wangyix. BUG=488484 Cq-Include-Trybots: master.tryserver.chromium.android:android_cronet_tester;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: I52bfa8ba9981608f46598c5978d7f7f48910151a Reviewed-on: https://chromium-review.googlesource.com/746368Reviewed-by:
Bence Béky <bnc@chromium.org> Commit-Queue: Dianna Hu <diannahu@chromium.org> Cr-Commit-Position: refs/heads/master@{#512966}
-
Jared Saul authored
Bug: 759910 Change-Id: I6ca3a6a168d0abc12d53af350f49144bb990412f Reviewed-on: https://chromium-review.googlesource.com/742356Reviewed-by:
Mathieu Perreault <mathp@chromium.org> Commit-Queue: Jared Saul <jsaul@google.com> Cr-Commit-Position: refs/heads/master@{#512965}
-
Trent Apted authored
Now that flash is the only plugin, this dialog has a lot less to say, and has too much unwanted white space. The height of the Cocoa bubble is a hardcoded magic number specific to this dialog. Make it smaller. The dialog will be replaced with a toolkit-views version soon. Bug: 773218 Change-Id: Ie828c7d88415c3e1d42c7e280fdd5bae60e8cb71 Reviewed-on: https://chromium-review.googlesource.com/746461Reviewed-by:
Bret Sepulveda <bsep@chromium.org> Commit-Queue: Trent Apted <tapted@chromium.org> Cr-Commit-Position: refs/heads/master@{#512964}
-
Daniel Cheng authored
Bug: 746956 Change-Id: I3ac090022b0c4b94e519994d29928cea28b1813b Reviewed-on: https://chromium-review.googlesource.com/747045Reviewed-by:
Daniel Bratell <bratell@opera.com> Reviewed-by:
Bruce Dawson <brucedawson@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Commit-Queue: Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#512963}
-
angle-deps-roller@chromium.org authored
https://chromium.googlesource.com/angle/angle.git/+log/1b605ee34590..b8ee9dd35e60 $ git log 1b605ee34..b8ee9dd35 --date=short --no-merges --format='%ad %ae %s' 2017-10-30 oetuaho Validate empty statements in switch statements Created with: roll-dep src/third_party/angle The AutoRoll server is located here: https://angle-chromium-roll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.angle:android_angle_rel_ng,android_angle_deqp_rel_ng,linux_angle_rel_ng,linux_angle_dbg_ng,linux_angle_deqp_rel_ng,linux_angle_ozone_rel_ng,mac_angle_rel_ng,mac_angle_dbg_ng,win_angle_rel_ng,win_angle_dbg_ng,win_angle_x64_rel_ng,win_angle_x64_dbg_ng,win_angle_deqp_rel_ng,win_angle_x64_deqp_rel_ng;master.tryserver.chromium.android:android_optional_gpu_tests_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=cwallez@chromium.org Change-Id: Ifa5f205e1319404822c401edf175b24d0b00dc2d Reviewed-on: https://chromium-review.googlesource.com/747630Reviewed-by:
angle-deps-roller . <angle-deps-roller@chromium.org> Commit-Queue: angle-deps-roller . <angle-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#512962}
-
Nicolas Capens authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/e2febff..3e2b109 BUG=swiftshader:86 TEST=bots CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.win:win_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel,linux_chromium_cfi_rel_ng;master.tryserver.chromium.android:android_optional_gpu_tests_rel Change-Id: If8c59291f627abf8f045a7a72c616e1f822b78da Reviewed-on: https://chromium-review.googlesource.com/747521Reviewed-by:
Alexis Hétu <sugoi@chromium.org> Commit-Queue: Nicolas Capens <nicolascapens@google.com> Cr-Commit-Position: refs/heads/master@{#512961}
-
depot-tools-roller@chromium.org authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/7d1c484ecd93..ab816ce8ff61 $ git log 7d1c484ec..ab816ce8f --date=short --no-merges --format='%ad %ae %s' 2017-10-31 hichris123 Fix depot_tools errors that cause runhooks to be inoperable for Cygwin Created with: roll-dep src/third_party/depot_tools The AutoRoll server is located here: https://depot-tools-chromium-roll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. TBR=phajdan.jr@chromium.org Change-Id: I80e34e8fc33e2b6b1f6e16c6f79d07d89b5729b6 Reviewed-on: https://chromium-review.googlesource.com/747687Reviewed-by:
depot-tools-roller . <depot-tools-roller@chromium.org> Commit-Queue: depot-tools-roller . <depot-tools-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#512960}
-
Lukasz Anforowicz authored
Since --isolate-extensions has shipped in M56, we should be able to enforce stricter CanCommitURL checks and disallow extension frames from committing outside of an extension process. This CL tightens the checks done by ChromeContentBrowserClientExtensionsPart::CanCommitURL so that extension URLs are only allowed to commit in an extension process. Cq-Include-Trybots: master.tryserver.chromium.linux:linux_site_isolation Change-Id: I2c83659c5eba1a1a45c94876e1b254c52175f7b9 Bug: 770239 Reviewed-on: https://chromium-review.googlesource.com/683312Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Reviewed-by:
Nick Carter <nick@chromium.org> Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Reviewed-by:
Charlie Reis <creis@chromium.org> Commit-Queue: Łukasz Anforowicz <lukasza@chromium.org> Cr-Commit-Position: refs/heads/master@{#512959}
-
Christopher Cameron authored
Make ICCProfile store the primaries and transfer function that it read or computed directly, rather than storing a ColorSpace object. Construct the ColorSpace object when requested, rather than storing it. Store an approximate (or guessed) primary matrix and transfer function for ICC_BASED ColorSpace objects. When computing the parametric approximation of an ICC_BASED ColorSpace object, use these values directly, rather than having to look them up from original ICCProfile. Bug: 766736 Change-Id: I21d6dfaa38706f814f6c9dd54517806e99366113 Reviewed-on: https://chromium-review.googlesource.com/745311Reviewed-by:
Fredrik Hubinette <hubbe@chromium.org> Commit-Queue: ccameron <ccameron@chromium.org> Cr-Commit-Position: refs/heads/master@{#512958}
-
Etienne Bergeron authored
This CL is adding a ExportParam flags to turn on/off stripping strings from memory dumps automatically uploaded by memlog. R=erikchen@chromium.org Bug: 778309 Change-Id: I0074d4158f88dd3fd34474b10c432e76e23f30ad Reviewed-on: https://chromium-review.googlesource.com/742286Reviewed-by:
Primiano Tucci <primiano@chromium.org> Reviewed-by:
Erik Chen <erikchen@chromium.org> Commit-Queue: Etienne Bergeron <etienneb@chromium.org> Cr-Commit-Position: refs/heads/master@{#512957}
-
Xiaocheng Hu authored
This patch changes three APIs to take Position parameters to better support mapping non-text anchored positions to LayoutNG canonical text: - IsBeforeNonCollapsedCharacter - IsAfterNonCollapsedCharacter - GetCharacterBefore By changing the API, we are also allowed to consolidate some overridden functions in LayoutTextFragment. Bug: 699017 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_layout_ng Change-Id: Ied30ef2e26f74342b68e8b27b385436aa7afc33e Reviewed-on: https://chromium-review.googlesource.com/742689 Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org> Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Reviewed-by:
Emil A Eklund <eae@chromium.org> Cr-Commit-Position: refs/heads/master@{#512956}
-
dpapad authored
Also remove dependency on iron-list since it is not actually used. This reduces crisper.js output by 16% (from 173kb to 145kb)! Bug: 764126 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: Iab7e53b4e67e06f5ab54693e0c7b9df5ec0f677a Reviewed-on: https://chromium-review.googlesource.com/747127Reviewed-by:
Dave Schuyler <dschuyler@chromium.org> Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#512955}
-
Raymond Toy authored
Everything related to creating a WAV file from an AudioBuffer is moved from audit-util.js to a new file. Every test depending on these utilities now needs to import this script. No functional changes. Bug: 776110 Change-Id: Ib3d4ddd4bc3fe5e743dd5c3f7b758b6f57940e7d Reviewed-on: https://chromium-review.googlesource.com/726947Reviewed-by:
Hongchan Choi <hongchan@chromium.org> Commit-Queue: Raymond Toy <rtoy@chromium.org> Cr-Commit-Position: refs/heads/master@{#512954}
-