- 07 Mar, 2018 20 commits
-
-
Devlin Cronin authored
We record profiles we show the dev mode bubble for in order to avoid showing it multiple times for the same profile. However, we need to ensure we track the original profile, so that we don't show it for an original profile and an incognito profile. Fix this, and add a unittest. Bug: 819309 Change-Id: Ibe33ea6f5587e85463a5a77023387e07b8fdf3ff Reviewed-on: https://chromium-review.googlesource.com/951971 Commit-Queue: Devlin <rdevlin.cronin@chromium.org> Reviewed-by:
Istiaque Ahmed <lazyboy@chromium.org> Cr-Commit-Position: refs/heads/master@{#541266}
-
Reilly Grant authored
This patch removes the Windows-specific support in libusb that provided a translation between the WinUSB API and the HID API. Applications currently depending on this using the chrome.usb API should switch to using the chrome.hid API. Bug: 818592 Change-Id: I82ee6ccdcbccc21d2910dc62845c7785e78b64f6 Reviewed-on: https://chromium-review.googlesource.com/951635Reviewed-by:
Ken Rockot <rockot@chromium.org> Commit-Queue: Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/master@{#541265}
-
Michael Spang authored
Chrome makes synchronous queries of screen geometry during startup. To satisfy these requests, assume the the first call to configure the primary display will succeed, and set this geometry in CastScreen synchronously in the startup case. DRM platform goes to great lengths to make this strategy work, by querying display information synchronously in the browser process prior to GPU process startup. It will also work for FakeDisplayDelegate. Cast platform is not affected by this change. BUG=b/74138444 TEST=chromecast browser tests Change-Id: I68f88b78c151f938f99ed393fe630ecfa5b86dbc Reviewed-on: https://chromium-review.googlesource.com/952099 Commit-Queue: Michael Spang <spang@chromium.org> Reviewed-by:
Sergey Volk <servolk@chromium.org> Reviewed-by:
Daniel Nicoara <dnicoara@chromium.org> Cr-Commit-Position: refs/heads/master@{#541264}
-
Joy Ming authored
Bytes wasted measures the number of bytes used beyond the file size, often as a result of resumptions. Before the in-progress cache, there was no way of maintaining the number of bytes wasted across resumptions on the native side even though Java uses SharedPreferences to do so in DownloadManagerService.updateBytesReceived. This CL implements the bytes wasted count on native utilizing the in-progress cache and reporting these metrics through UKM. Bug: 785557 Change-Id: I79614f1f4fab73d0e526c096e3f68541f7cb1170 Reviewed-on: https://chromium-review.googlesource.com/909288 Commit-Queue: Joy Ming <jming@chromium.org> Reviewed-by:
Min Qin <qinmin@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Cr-Commit-Position: refs/heads/master@{#541263}
-
Thomas Guilbert authored
Some manufacturers have a native MediaRouter implementations that causes a StrictModeDiskReadViolation when trying to acquire a MediaRouter instance. This CL temporarily changes the StrictMode policy to allow disk reads when we acquire the native MediaRouter. Bug: 818325 Change-Id: I2b1452c03ef6767d17c243ce5e9c4964cb95c75d Reviewed-on: https://chromium-review.googlesource.com/947542Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Commit-Queue: Thomas Guilbert <tguilbert@chromium.org> Cr-Commit-Position: refs/heads/master@{#541262}
-
Kent Tamura authored
Header files in platform/image-decoders/ and platform/image-encoders/ produced guard symbols like ..._PLATFORM_IMAGE-DECODERS_... Bug: 578345 Change-Id: I266f58dccf511b14dcbff79dc184e49c7311da2d Reviewed-on: https://chromium-review.googlesource.com/949808Reviewed-by:
Quinten Yearsley <qyearsley@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#541261}
-
lgcheng authored
Hookup permission dialog view. Add browser_test. Bug: 776476 Change-Id: I30405949ba50591030a4645f0d7feb1f4fefc03d Reviewed-on: https://chromium-review.googlesource.com/907691Reviewed-by:
Michael Wasserman <msw@chromium.org> Reviewed-by:
Luis Hector Chavez <lhchavez@chromium.org> Commit-Queue: Long Cheng <lgcheng@google.com> Cr-Commit-Position: refs/heads/master@{#541260}
-
Robert Liao authored
Fallout from https://chromium-review.googlesource.com/c/chromium/src/+/922662 BUG= Change-Id: Ie77cfd226cc0af218068405190936348907c93cd Reviewed-on: https://chromium-review.googlesource.com/952103Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Robert Liao <robliao@chromium.org> Cr-Commit-Position: refs/heads/master@{#541259}
-
Nate Fischer authored
This disables two integration tests which depend on device locale. While these tests pass under some locales like en-US and es-MX, they fail when the device is in other locales such as cs-CZ. We should modify the tests to fetch the locale in the same way the security interstitials component does to create the URLs. Bug: 819085 Test: N/A Change-Id: I9a23b810c8783df36c75ce95a733b46b68b84239 Reviewed-on: https://chromium-review.googlesource.com/952269Reviewed-by:
Bo <boliu@chromium.org> Commit-Queue: Nate Fischer <ntfschr@chromium.org> Cr-Commit-Position: refs/heads/master@{#541258}
-
Adam Langley authored
The results of client extensions, after some discussion, have settled on being a dictionary returned by a callback on the |PublicKeyCredential|[1]. This change implements that callback and plumbs through the results of the |appid| extension[2], since that's the only extension that we currently implement. [1] https://w3c.github.io/webauthn/#iface-pkcredential [2] https://w3c.github.io/webauthn/#sctn-appid-extension Bug: 818303 Change-Id: Ie7963229cc74fa209cb1c61d00e0ff63e361ace3 Reviewed-on: https://chromium-review.googlesource.com/946732Reviewed-by:
Robert Sesek <rsesek@chromium.org> Reviewed-by:
Pavel Feldman <pfeldman@chromium.org> Reviewed-by:
Balazs Engedy <engedy@chromium.org> Commit-Queue: Adam Langley <agl@chromium.org> Cr-Commit-Position: refs/heads/master@{#541257}
-
Yuke Liao authored
This CL refactors the function that parses args.gn file to cache the results so as to avoid parsing the same file more than once. Change-Id: If8fc60c2f28b94b6d435395b563f0ed750c5f280 Reviewed-on: https://chromium-review.googlesource.com/947925 Commit-Queue: Yuke Liao <liaoyuke@chromium.org> Reviewed-by:
Abhishek Arya <inferno@chromium.org> Cr-Commit-Position: refs/heads/master@{#541256}
-
James West authored
It is no longer needed now that not binding ApplicationMediaCapabilities no longer fails a DCHECK. Bug: internal b/73180315 Test: cast_shell_browsertests Change-Id: I9ff2cc20525959caf9ab7287f594234cac756233 Reviewed-on: https://chromium-review.googlesource.com/950126Reviewed-by:
Luke Halliwell <halliwell@chromium.org> Reviewed-by:
Stephen Lanham <slan@chromium.org> Commit-Queue: James West <jameswest@chromium.org> Cr-Commit-Position: refs/heads/master@{#541255}
-
John Abd-El-Malek authored
Bug: 819249 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo Change-Id: I44a479a9d91df43f12b85ccc702d9f77e56ce399 Reviewed-on: https://chromium-review.googlesource.com/952063Reviewed-by:
Ken Rockot <rockot@chromium.org> Reviewed-by:
Conley Owens <cco3@chromium.org> Cr-Commit-Position: refs/heads/master@{#541254}
-
Lei Tian authored
Now Browser Actions fails when importing to Android studio because all its classes using resources does not import R file. However, importing android.support.customtabs.R fails on ninja compile because BUILD.gn sets the resource package name to android.support.customtabs.browseraction. This CL changes the package name to android.support.customtabs to allow importing android.support.customtabs.R and roll out custom-tab-client change: third-party/custom-tab-client/54788baf5bfbe5bb42977dc52c2f608392e60f72. Bug: None Change-Id: I9f58305c2610f049fb750f152e0e22961d2b7482 Reviewed-on: https://chromium-review.googlesource.com/939853 Commit-Queue: Lei Tian <ltian@chromium.org> Reviewed-by:
Bernhard Bauer <bauerb@chromium.org> Cr-Commit-Position: refs/heads/master@{#541253}
-
edchin authored
Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I3976f0cea5fae468cbd61b23271ab249f512d021 Reviewed-on: https://chromium-review.googlesource.com/952264Reviewed-by:
edchin <edchin@chromium.org> Reviewed-by:
Mohammad Refaat <mrefaat@chromium.org> Commit-Queue: edchin <edchin@chromium.org> Commit-Queue: Mohammad Refaat <mrefaat@chromium.org> Cr-Commit-Position: refs/heads/master@{#541252}
-
Eugene But authored
This CL adds RadialProgressView as a subview for DownloadManagerController's view and updates this view according to the download progress. UI Mocks: https://docs.google.com/presentation/d/1GzbAoJrpW9IAQF78afh5SZLWJWErNcC67t_ctujjEus/edit#slide=id.g2b7a689b42_0_196 Bug: 791806 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: Id1e3ebebcaba1ee41ae350973c246ceb7339154d Reviewed-on: https://chromium-review.googlesource.com/950124 Commit-Queue: Eugene But <eugenebut@chromium.org> Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Cr-Commit-Position: refs/heads/master@{#541251}
-
Kent Tamura authored
Bug: 578345 Change-Id: Ibcc9a89408ac2fdef8590f0e07be08a73923c069 Reviewed-on: https://chromium-review.googlesource.com/950506Reviewed-by:
Quinten Yearsley <qyearsley@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#541250}
-
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/7224dea74d49..595b66866726 $ git log 7224dea74..595b66866 --date=short --no-merges --format='%ad %ae %s' Created with: roll-dep src-internal The AutoRoll server is located here: https://src-internal-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=mmoss@chromium.org Change-Id: Iee724bdf4b63a449c3042f05ddeb93f45ce3c761 Reviewed-on: https://chromium-review.googlesource.com/952268Reviewed-by:
src-internal-chromium-autoroll <src-internal-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: src-internal-chromium-autoroll <src-internal-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#541249}
-
Tien-Ren Chen authored
This CL does some light clean-up to CompositingInputsUpdater. It is for aesthetic improvement only and should not change behavior. 1. Move AncestorDependentCompositingInputs computation to its own helper function. 2. Remove CompositingInputsUpdater::AncestorInfo::has_ancestor_with_clip_path which is unused. 3. Add shorthand variable layout_object = layer->GetLayoutObject(). Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I745a392b80adedef278fa5ad45436b2c652bf37d Reviewed-on: https://chromium-review.googlesource.com/950008 Commit-Queue: Tien-Ren Chen <trchen@chromium.org> Reviewed-by:
Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#541248}
-
Brian Sheedy authored
This reverts commit 03667272. Reason for revert: Causing crashes of unknown origin on K https://chromium-swarm.appspot.com/task?id=3c16a11a3d0f5b10&refresh=10&show_raw=1 (occurred with original CL as well) Original change's description: > Reland "Exclude unused java classes from gvr_common_java aar" > > This reverts commit f04d3bde. > > Original change's description: > > Revert "Exclude unused java classes from gvr_common_java aar" > > > > This reverts commit dbc48ca4. > > > > Reason for revert: Getting NoClassDefFoundError on Nougat https://chromium-swarm.appspot.com/task?id=3c01bdd86290b710&refresh=10&show_raw=1 > > > > Original change's description: > > > Exclude unused java classes from gvr_common_java aar > > > > > > As far as I can tell this filters the rest of the unused java classes. > > > > > > Please revert this CL if you see ClassNotFound Exceptions. > > > > > > diagnose_bloat summary: > > > MonochromePublic.apk_Breakdown (-4,097 bytes) > > > +1,731 bytes Zip Overhead > > > -1 bytes Package metadata size > > > -5,827 bytes Java code size > > > MonochromePublic.apk_Specifics > > > -15,137 bytes normalized apk size > > > -11,040 bytes main dex size > > > > > > Bug: 944791 > > > Change-Id: I53219489d0289655a72405ab1e06cbeeb065d4f4 > > > Reviewed-on: https://chromium-review.googlesource.com/944791 > > > Reviewed-by: Brandon Jones <bajones@chromium.org> > > > Commit-Queue: Michael Thiessen <mthiesse@chromium.org> > > > Cr-Commit-Position: refs/heads/master@{#540549} > > > > TBR=mthiesse@chromium.org,bajones@chromium.org > > > > Change-Id: I1b4b8c2d4acaaa9eafde507ceeb32293a164ac2b > > No-Presubmit: true > > No-Tree-Checks: true > > No-Try: true > > Bug: 944791 > > Reviewed-on: https://chromium-review.googlesource.com/946653 > > Reviewed-by: Brian Sheedy <bsheedy@chromium.org> > > Commit-Queue: Brian Sheedy <bsheedy@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#540672} > > TBR=mthiesse@chromium.org,bajones@chromium.org,bsheedy@chromium.org > > # Not skipping CQ checks because original CL landed > 1 day ago. > > Bug: 944791 > Change-Id: I17e5095e0298d20bdd3876473e673f4ed5f07e5c > Reviewed-on: https://chromium-review.googlesource.com/951826 > Commit-Queue: Michael Thiessen <mthiesse@chromium.org> > Reviewed-by: Michael Thiessen <mthiesse@chromium.org> > Cr-Commit-Position: refs/heads/master@{#541236} TBR=mthiesse@chromium.org,bajones@chromium.org,bsheedy@chromium.org Change-Id: I97a0f25703d4ebf80b357a8f63d4399c1fcfbb3f No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 944791 Reviewed-on: https://chromium-review.googlesource.com/951972Reviewed-by:
Brian Sheedy <bsheedy@chromium.org> Commit-Queue: Brian Sheedy <bsheedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#541247}
-
- 06 Mar, 2018 20 commits
-
-
John Abd-El-Malek authored
There is one test failing which is because we don't handle external protocols with the network service. Bug: 819248,706030 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo Change-Id: I3ff98b61b2fa19fa3bfd54373cd920d4777f04c9 Reviewed-on: https://chromium-review.googlesource.com/951883 Commit-Queue: John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Ken Rockot <rockot@chromium.org> Cr-Commit-Position: refs/heads/master@{#541246}
-
https://chromium.googlesource.com/angle/angle.git/+log/d2cb7cec4f3e..6dd4a92aa6df $ git log d2cb7cec4..6dd4a92aa --date=short --no-merges --format='%ad %ae %s' 2018-03-02 fjhenigman Vulkan: track attributes in client memory. 2018-02-27 cwallez Use packed enums for the texture types and targets, part 2 2018-02-26 geofflang Use strtod instead of istringstream+locale for parsing floats. 2018-03-01 lucferron Vulkan: Avoid recopying the data every time we draw line loops 2018-03-06 jmadill Vulkan: Support changing in-flight Renderbuffers. Created with: roll-dep src/third_party/angle BUG=803034 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.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=ynovikov@chromium.org Change-Id: If59682613aae781ef4ecd6b5342821350f169dca Reviewed-on: https://chromium-review.googlesource.com/951865 Commit-Queue: angle-chromium-autoroll <angle-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Reviewed-by:
angle-chromium-autoroll <angle-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#541245}
-
Zhongyi Shi authored
QUIC_CHROMIUM_CLIENT_SESSION_CLOSE_SESSION_ON_ERROR Bug: 815241 Change-Id: I807f9e6938fb6cd02b0d047e31f7056325adb71c Reviewed-on: https://chromium-review.googlesource.com/951856Reviewed-by:
Miriam Gershenson <mgersh@chromium.org> Commit-Queue: Zhongyi Shi <zhongyi@chromium.org> Cr-Commit-Position: refs/heads/master@{#541244}
-
Victor Costan authored
https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/fe1144246e7e..703b4a85a21e $ git log fe1144246..703b4a85a --date=short --no-merges --format='%ad %ae %s' 2018-03-05 misterg merges-8 2018-03-05 misterg merges-7 2018-03-05 misterg merges-6 2018-03-05 misterg merges-3 2018-03-05 misterg merges-2 2018-03-05 misterg Merges-1 2018-03-01 phosek Use a full message in the JSON output for failures 2018-02-28 coryan Add options to parallelize builds. 2018-02-26 phosek Support JSON output format in addition to XML 2018-02-26 dneto Use DEBUG_POSTFIX instead of CMAKE_DEBUG_POSTFIX 2018-02-23 scottmg Try to handle unsigned wchar_t (arm) a bit better Created with: roll-dep src/third_party/googletest/src 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;master.tryserver.chromium.win:win_chrome_official Change-Id: Id0c9bc296e95b04b99f21cba1cbbcee08bf2400a Reviewed-on: https://chromium-review.googlesource.com/951122Reviewed-by:
Nico Weber <thakis@chromium.org> Commit-Queue: Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#541243}
-
Jao-ke Chin-Lee authored
This is a reland of d553b24a Original change's description: > Ramp up cast_shell_linux on LUCI to 100%. > > Bug: 731556 > Change-Id: Id416d395958f0b3529816f17ca0d35203f863065 > Reviewed-on: https://chromium-review.googlesource.com/950023 > Reviewed-by: John Budorick <jbudorick@chromium.org> > Cr-Commit-Position: refs/heads/master@{#541215} Bug: 731556 Change-Id: I58d5362dc01773a700c602213cab322444701bba Reviewed-on: https://chromium-review.googlesource.com/952442Reviewed-by:
Jao-ke Chin-Lee <jchinlee@chromium.org> Cr-Commit-Position: refs/heads/master@{#541242}
-
Lei Zhang authored
Change some typedefs to using statements along the way. BUG=484459 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo Change-Id: I80f3ebdfbef838a0d6dd648ca6a984e0482d2e5c Reviewed-on: https://chromium-review.googlesource.com/950414Reviewed-by:
Matt Menke <mmenke@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#541241}
-
Allen Vicencio authored
This CL adds the HostLocator interface and InMemoryHostLocator implementation. This will allow for manual addition of hosts, which will be used later in NetworkScanner. Bug: chromium:757625 Change-Id: I1aca8374c93a679c4894421f4cd881bf995de924 Reviewed-on: https://chromium-review.googlesource.com/940606Reviewed-by:
Zentaro Kavanagh <zentaro@chromium.org> Commit-Queue: Allen Vicencio <allenvic@chromium.org> Cr-Commit-Position: refs/heads/master@{#541240}
-
Daniel Erat authored
https://chromium.googlesource.com/chromiumos/platform/system_api.git/+log/7d15090bd036..57bbe676efe5 $ git log 7d15090bd..57bbe676e --date=short --no-merges --format='%ad %ae %s' 2018-02-12 derat system_api: Add powerd BacklightBrightnessChange protobuf. 2018-02-27 rjwright Make vm_concierge/service.proto optimize_for = LITE_RUNTIME 2018-02-23 dgreid vm_concierge: Add message to delete a vm disk 2018-01-02 benchan shill: add APN authentication property and value constants 2018-02-20 ejcaruso cryptohome: remove constant for CheckKey/AsyncCheckKey Created with: roll-dep src/third_party/cros_system_api Bug: 811138 Change-Id: Ie160210b32e587c6263a49b6f6db99eefae6926c Reviewed-on: https://chromium-review.googlesource.com/951843Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Commit-Queue: Dan Erat <derat@chromium.org> Cr-Commit-Position: refs/heads/master@{#541239}
-
Robert Sesek authored
This enables better detection of small-byte buffer-overreads. Bug: 489301 Change-Id: I568136a4bd2f44984f92e9bd3b4e4c6911db610b Reviewed-on: https://chromium-review.googlesource.com/951742Reviewed-by:
Abhishek Arya <inferno@chromium.org> Commit-Queue: Robert Sesek <rsesek@chromium.org> Cr-Commit-Position: refs/heads/master@{#541238}
-
Christian Dullweber authored
Record whether the UserEventService is ready when a consent is recorded. This should always be true as the service is created on startup. Bug: 819218 Change-Id: I3ea4e7574d100d3fb7f6746172e8bb10b5be0f06 Reviewed-on: https://chromium-review.googlesource.com/951482 Commit-Queue: Christian Dullweber <dullweber@chromium.org> Reviewed-by:
Gayane Petrosyan <gayane@chromium.org> Reviewed-by:
Martin Šrámek <msramek@chromium.org> Cr-Commit-Position: refs/heads/master@{#541237}
-
Michael Thiessen authored
This reverts commit f04d3bde. Original change's description: > Revert "Exclude unused java classes from gvr_common_java aar" > > This reverts commit dbc48ca4. > > Reason for revert: Getting NoClassDefFoundError on Nougat https://chromium-swarm.appspot.com/task?id=3c01bdd86290b710&refresh=10&show_raw=1 > > Original change's description: > > Exclude unused java classes from gvr_common_java aar > > > > As far as I can tell this filters the rest of the unused java classes. > > > > Please revert this CL if you see ClassNotFound Exceptions. > > > > diagnose_bloat summary: > > MonochromePublic.apk_Breakdown (-4,097 bytes) > > +1,731 bytes Zip Overhead > > -1 bytes Package metadata size > > -5,827 bytes Java code size > > MonochromePublic.apk_Specifics > > -15,137 bytes normalized apk size > > -11,040 bytes main dex size > > > > Bug: 944791 > > Change-Id: I53219489d0289655a72405ab1e06cbeeb065d4f4 > > Reviewed-on: https://chromium-review.googlesource.com/944791 > > Reviewed-by: Brandon Jones <bajones@chromium.org> > > Commit-Queue: Michael Thiessen <mthiesse@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#540549} > > TBR=mthiesse@chromium.org,bajones@chromium.org > > Change-Id: I1b4b8c2d4acaaa9eafde507ceeb32293a164ac2b > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Bug: 944791 > Reviewed-on: https://chromium-review.googlesource.com/946653 > Reviewed-by: Brian Sheedy <bsheedy@chromium.org> > Commit-Queue: Brian Sheedy <bsheedy@chromium.org> > Cr-Commit-Position: refs/heads/master@{#540672} TBR=mthiesse@chromium.org,bajones@chromium.org,bsheedy@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 944791 Change-Id: I17e5095e0298d20bdd3876473e673f4ed5f07e5c Reviewed-on: https://chromium-review.googlesource.com/951826 Commit-Queue: Michael Thiessen <mthiesse@chromium.org> Reviewed-by:
Michael Thiessen <mthiesse@chromium.org> Cr-Commit-Position: refs/heads/master@{#541236}
-
Reilly Grant authored
Additional U2F tokens from other manufacturers. Bug: 818807 Change-Id: Ieb20c0b433b00bb3a0b4f65519d9b978b8c81b80 Reviewed-on: https://chromium-review.googlesource.com/952071Reviewed-by:
Adam Langley <agl@chromium.org> Commit-Queue: Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/master@{#541235}
-
Dave Tapuska authored
Events would get marked as consumed when on top of the resize controller. Deal with that situation so that we allow the resize to occur on disabled form controls. BUG=762709 Change-Id: I17f8ae25541f9e4665d4a4bbcfef9e719f12f454 Reviewed-on: https://chromium-review.googlesource.com/951911Reviewed-by:
Navid Zolghadr <nzolghadr@chromium.org> Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Cr-Commit-Position: refs/heads/master@{#541234}
-
Tom Anderson authored
CL [1] deleted annotations_xml_downstream_caller.py, but there was still a reference to it in the data list of traffic_annotation_auditor_unittests. This was causing isolate_tests to fail on Linux Xenial [2]. [1] https://chromium.googlesource.com/chromium/src/+/6fda5d5ea134a58d5f1053d649762b3896837827 [2] https://ci.chromium.org/buildbot/chromium.fyi/Linux%20Xenial/45 BUG=789768 TBR=rhalavati@chromium.org Change-Id: I00b2d6d12092f1942b09aa657bae518678ec17de Reviewed-on: https://chromium-review.googlesource.com/952030Reviewed-by:
Thomas Anderson <thomasanderson@chromium.org> Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Cr-Commit-Position: refs/heads/master@{#541233}
-
Chris Harrelson authored
Bug: 817800 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: Ied1f28e727320ed100851fc2aef06dfbdd07798a Reviewed-on: https://chromium-review.googlesource.com/951714Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Commit-Queue: Chris Harrelson <chrishtr@chromium.org> Cr-Commit-Position: refs/heads/master@{#541232}
-
Jerome Jiang authored
https://chromium.googlesource.com/webm/libvpx.git/+log/edc9a4687699..c6fcb9bb94ea $ git log edc9a4687..c6fcb9bb9 --date=short --no-merges --format='%ad %ae %s' 2018-03-03 jzern disable vp9_highbd_iht{4x4_16,8x8_64}_add_neon 2018-03-03 jzern disable vp9_iht8x8_64_add_neon 2018-03-03 jzern disable vp9_iht16x16_256_add_neon 2018-03-02 marpan vp9-svc: Disable partition_reuse unless 2x2 scale. 2018-03-01 marpan vp9-svc: Fix to downsampling filter phase_shift. 2018-02-28 jzern iadst16x16_256_add_half1d: fix array size 2018-02-26 linfengz Add vp9_iht16x16_256_add_neon() 2018-02-26 jzern datarate_test: correct last_pts_ref_ type 2018-02-26 linfengz Fix a bug in create_s16x4_neon() 2018-02-22 linfengz Clean test/dct_test.cc with testing::Combine 2018-02-21 jianj VP9 SVC: Datarate test for dynamic bitrate change. 2018-02-20 linfengz Add vp9_highbd_iht8x8_16_add_neon() 2018-02-20 johannkoenig remove deprecated 'register' keyword 2018-02-12 jianj vp9_cx_iface: Remove else when returning from the other branch. 2018-02-12 jianj VP9 ROI test clean up regarding bool type flag. 2018-02-05 kylesiefring Fold adds in 16->32-bit converts in SSE2/AVX2 fDCT Created with: roll-dep src/third_party/libvpx/source/libvpx R=johannkoenig@google.com Change-Id: I90e68cab836f548e9d8502ed5c06191791d505a5 Reviewed-on: https://chromium-review.googlesource.com/952085Reviewed-by:
Johann Koenig <johannkoenig@google.com> Commit-Queue: Jerome Jiang <jianj@google.com> Cr-Commit-Position: refs/heads/master@{#541231}
-
Sebastien Marchand authored
Bug: 818454 Change-Id: I77f6ea60f38ad8956d7f7e042c57202f3f41a07c Reviewed-on: https://chromium-review.googlesource.com/951749 Commit-Queue: Sébastien Marchand <sebmarchand@chromium.org> Reviewed-by:
Chris Hamilton <chrisha@chromium.org> Cr-Commit-Position: refs/heads/master@{#541230}
-
John Abd-El-Malek authored
Bug: 819246 Change-Id: Ie99c44c871d6f3a747abb3555c96310deb164d2f Reviewed-on: https://chromium-review.googlesource.com/951890Reviewed-by:
Ken Rockot <rockot@chromium.org> Commit-Queue: John Abd-El-Malek <jam@chromium.org> Cr-Commit-Position: refs/heads/master@{#541229}
-
rbpotter authored
They are needed for continuing work on the componentized UI. Bug: 773928 Change-Id: I1240cf9ae8afc9befdcf89ada7fbaed5340132d2 Reviewed-on: https://chromium-review.googlesource.com/951638Reviewed-by:
Lei Zhang <thestig@chromium.org> Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/master@{#541228}
-
Raymond Toy authored
Check to see if the Biquad AudioParam values are all constant for the duration of the render. If they are, we can skip computing the filter coefficients for the render and just compute the one constant value. Using https://jsfiddle.net/8vo0gbav/87/ as a test, CPU usage is reduced from 35-38% down to 25-28% CPU. The bulk of the change is from calling BiquadDSPKernel::UpdateCoefficients less often. It was accounting for 17.8% but is now just 2%. (According to perf top on linux.) Bug: 813504 Change-Id: I1e58dc433f7c03d4e0daa13a195b90328e03312a Reviewed-on: https://chromium-review.googlesource.com/951628Reviewed-by:
Hongchan Choi <hongchan@chromium.org> Commit-Queue: Raymond Toy <rtoy@chromium.org> Cr-Commit-Position: refs/heads/master@{#541227}
-