- 08 Oct, 2019 40 commits
-
-
Hector Carmona authored
Bug: 1008556 Change-Id: If6cdaa711a8fd498652edf980395383b9318abe2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1841656 Commit-Queue: Hector Carmona <hcarmona@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#703894}
-
Toby Huang authored
I added a sentence defining the intended audience for the "Commit Checklist for Chromium Workflow" documentation. Bug: None Change-Id: Ia2f48d4120e99735c6370c864c52f0b89f6d1feb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1846396Reviewed-by:
Michael Giuffrida <michaelpg@chromium.org> Commit-Queue: Toby Huang <tobyhuang@chromium.org> Cr-Commit-Position: refs/heads/master@{#703893}
-
Findit authored
This reverts commit 755ae1b5. Reason for revert: Findit (https://goo.gl/kROfz5) identified CL at revision 703882 as the culprit for failures in the build cycles as shown on: https://analysis.chromium.org/waterfall/culprit?key=ag9zfmZpbmRpdC1mb3ItbWVyRAsSDVdmU3VzcGVjdGVkQ0wiMWNocm9taXVtLzc1NWFlMWI1M2IzYmNmZDM2ODRjNzNjMzdhYTFmOTg2NmU1ODU3ZjMM Sample Failed Build: https://ci.chromium.org/buildbot/chromium/win32-archive-rel/5847 Sample Failed Step: compile Original change's description: > SuperSize: C++ implementation of .size format parser > > Preliminary work as part of investigating converting the SuperSize Tiger > Viewer web worker to parse and serve .size files instead of .ndjson > files. > > For now, for ease of development and testing, it's packaged as a binary. > > Change-Id: Ie016922f121e78ae421f8f3720d427bf6d02b5ca > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1841742 > Commit-Queue: Jasper Chapman-Black <jaspercb@chromium.org> > Reviewed-by: Samuel Huang <huangs@chromium.org> > Reviewed-by: Mike Klein <mtklein@chromium.org> > Reviewed-by: Andrew Grieve <agrieve@chromium.org> > Cr-Commit-Position: refs/heads/master@{#703882} Change-Id: I3df43d427998a51ebb5bf41bb5178ad5b3195865 No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1848351 Cr-Commit-Position: refs/heads/master@{#703892}
-
Matt Menke authored
None of those headers are set often enough in the field to make blocking them problematic. Also remove logging of those headers, User-Agent, and Content-Transfer-Encoding. The latter two are now allowed to be set by the latest version of the fetch spec. Also remove Content-Transfer-Encoding from the network stack's kForbiddenHeaderFields (for the aforementioned reason), but leave in User-Agent, since there's an issue around ServiceWorkers allowing it to be set on cross-site requests. Also add "DNT" to the list, to match the fetch spec. "DNT" is not added to the block list, since it's currently set in the renderer. Bug: 974911 Change-Id: Ie0f75ccd6f6c225031157db34c6e9a2d3be9972f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1827383Reviewed-by:
Shakti Sahu <shaktisahu@chromium.org> Reviewed-by:
Bill Budge <bbudge@chromium.org> Reviewed-by:
Asanka Herath <asanka@chromium.org> Commit-Queue: Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#703891}
-
Aaron Leventhal authored
Do not expose ARIA annotation roles unless runtime flag is used. Platform feature status entry: https://www.chromestatus.com/feature/4666935918723072 To enable from command line, use --enable-features=AccessibilityExposeARIAAnnotations NOTRY=true Bug: 1006767 Change-Id: Id781168be1e5dfd963c753d4b176d39e4af63588 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1841616 Commit-Queue: Aaron Leventhal <aleventhal@chromium.org> Auto-Submit: Aaron Leventhal <aleventhal@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Cr-Commit-Position: refs/heads/master@{#703890}
-
Sergey Ulanov authored
Previously FuchsiaCdm wasn't handling NO_KEY error properly. This change includes the following fixes to resolve this issue: 1. Added FuchsiaDecryptor::RegisterNewKeyCB() implementation. 2. Updated SysmemBufferWriterQueue now keeps outgoing buffers in |pending_buffers_| until they have been processed. This allows to pause and restart the stream when waiting for the key. 3. Updated FuchsiaSecureStreamDecryptor to pause the stream after getting NO_KEY error. 4. Updated FuchsiaVideoDecoder::OnDecryptorNoKey() to call WaitingCB instead of failing the decoder. Test: Shaka player in WebRunner Bug: 1007519 Change-Id: I1b2c6f00e32f83298924150ad0b0200d85d99d51 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1836435 Commit-Queue: Sergey Ulanov <sergeyu@chromium.org> Reviewed-by:
David Dorwin <ddorwin@chromium.org> Auto-Submit: Sergey Ulanov <sergeyu@chromium.org> Cr-Commit-Position: refs/heads/master@{#703889}
-
delima02 authored
Bug: b:139355993 Change-Id: If5a0ddae8b277f7487b7a3a4aa744a312a574181 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1841946Reviewed-by:
Zachary Kuznia <zork@chromium.org> Commit-Queue: Juan Pablo De Lima <jpdelima@chromium.org> Auto-Submit: Juan Pablo De Lima <jpdelima@chromium.org> Cr-Commit-Position: refs/heads/master@{#703888}
-
Mathieu Binette authored
This allows us to run CELab tests on Chrome. "Choose tryjobs" now has two flavors of celab bots (chromium & chrome). Chrome tests are needed for certain scenarios, e.g. CloudManagementEnrollmentTokenTest: https://crrev.com/c/1779440 Config based on our existing Chromium bots, but added 'official' to get official chrome-branded builds: https://crrev.com/c/1841581 Which now works with the new bot & config: https://crrev.com/c/1836153 Based on https://crrev.com/i/1930512. Bug: 1004563 Change-Id: Ia00cef7be4b0a6164e15b250052d867376edc139 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1836602Reviewed-by:
Aaron Gable <agable@chromium.org> Commit-Queue: Mathieu Binette <mbinette@google.com> Cr-Commit-Position: refs/heads/master@{#703887}
-
Shawn Gallea authored
This change allows injection of CastContentWindow instances into CastWebViewDefault Bug: b/136460199 Test: Build cast_shell Change-Id: I6c8903371f0d899936a2b5daa21bbbd125ce03b3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1836132Reviewed-by:
Daniel Nicoara <dnicoara@chromium.org> Reviewed-by:
Sean Topping <seantopping@chromium.org> Commit-Queue: Shawn Gallea <sagallea@google.com> Cr-Commit-Position: refs/heads/master@{#703886}
-
Matthew Mourgos authored
The added blur will only be visible when the "shelf-hotseat" flag is enabled. Bug: 1006965 Change-Id: I58d27a7701b22de83590fdc7ce27f402c95baf71 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1834762 Commit-Queue: Matthew Mourgos <mmourgos@chromium.org> Reviewed-by:
Manu Cornet <manucornet@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#703885}
-
Daniel Nicoara authored
Add support for file output to the SwiftShader backend for the headless platform. Bug: None Test: Manually Change-Id: I5d1f9fce3cd493ceba8c9f3a882bd3fc0586931d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1842678Reviewed-by:
Robert Kroeger <rjkroege@chromium.org> Commit-Queue: Daniel Nicoara <dnicoara@chromium.org> Cr-Commit-Position: refs/heads/master@{#703884}
-
minch authored
Bug: 1002733 Change-Id: I2dc14d088240c2ad0e77b70886d34c701e74a82e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1845595Reviewed-by:
Xiaoqian Dai <xdai@chromium.org> Commit-Queue: Min Chen <minch@chromium.org> Cr-Commit-Position: refs/heads/master@{#703883}
-
Jasper Chapman-Black authored
Preliminary work as part of investigating converting the SuperSize Tiger Viewer web worker to parse and serve .size files instead of .ndjson files. For now, for ease of development and testing, it's packaged as a binary. Change-Id: Ie016922f121e78ae421f8f3720d427bf6d02b5ca Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1841742 Commit-Queue: Jasper Chapman-Black <jaspercb@chromium.org> Reviewed-by:
Samuel Huang <huangs@chromium.org> Reviewed-by:
Mike Klein <mtklein@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#703882}
-
Livvie Lin authored
Adds a parameter to kMarkHttpAsFeature for this experiment. Bug: 1008218 Change-Id: I6731c8e6609ccaffd6e5654ddc121a95d88f9cc7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1846560Reviewed-by:
Christopher Thompson <cthomp@chromium.org> Commit-Queue: Livvie Lin <livvielin@chromium.org> Cr-Commit-Position: refs/heads/master@{#703881}
-
Devon O'Brien authored
Add Let's Encrypt Oak 2019, 2020, 2021, 2022 CT Logs as Qualified CT Logs. Additionally, remove DNS API Endpoints from log_list.json now that they are no longer used. Bug: 963693 Change-Id: I9542ef6d6e4ecc87bdddcc59192a2bcce80f87a0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1846049Reviewed-by:
Ryan Sleevi <rsleevi@chromium.org> Commit-Queue: Devon O'Brien <asymmetric@chromium.org> Cr-Commit-Position: refs/heads/master@{#703880}
-
Chandani Shrestha authored
This change was reviewed earlier here https://chromium-review.googlesource.com/c/chromium/src/+/1686452 was broken down as below 1. Make copy color in color picker keyboard accessible https://chromium-review.googlesource.com/c/chromium/src/+/1817416 2. Make copy color in color picker screen-reader accessible https://chromium-review.googlesource.com/c/chromium/src/+/1818297 Gif showing UI with this change split from original change https://imgur.com/faSS7PO Bug: 963183 Change-Id: If06b18bb640c8171343d60a743a65d062895cdde Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1818297 Commit-Queue: Chandani Shrestha <chshrest@microsoft.com> Reviewed-by:
Yang Guo <yangguo@chromium.org> Reviewed-by:
John Emau <John.Emau@microsoft.com> Cr-Commit-Position: refs/heads/master@{#703879}
-
Avi Drissman authored
Do not rely on `codesign` to sign pkg files; it's the wrong tool for the job (see https://crbug.com/913074#c12). In addition, the correct way to build an installer package for the end-user is to make a component package, and then wrap it into a product package. This now correctly builds product packages. BUG=913074 Change-Id: Ifbdba65b4d1896fdf478f276c6134182dae8e0c5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1834843Reviewed-by:
Robert Sesek <rsesek@chromium.org> Commit-Queue: Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#703878}
-
chromium-autoroll authored
https://pdfium.googlesource.com/pdfium.git/+log/e5c62b37f645..74dbc8af75f9 git log e5c62b37f645..74dbc8af75f9 --date=short --no-merges --format='%ad %ae %s' 2019-10-08 thestig@chromium.org Roll third_party/freetype/src/ 839a02361..5a1a79c0e (7 commits) 2019-10-08 thestig@chromium.org Remove all remaining PDFium infrastructure for V8 natives. 2019-10-03 thestig@chromium.org Roll build/ 84f457cd3..381237e19 (102 commits) 2019-10-03 thestig@chromium.org Roll tools/clang/ 51c4acfab..22ecf175f (16 commits) 2019-10-03 thestig@chromium.org Roll third_party/skia/ 8590026db..9241a6d39 (1489 commits; 340 trivial rolls) Created with: gclient setdep -r src/third_party/pdfium@74dbc8af75f9 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pdfium-autoroll Please CC pdfium-deps-rolls@chromium.org on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md TBR=pdfium-deps-rolls@chromium.org Bug: None Change-Id: If9ab6a85cb494de40700e3d2868c6500174cdc90 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1847779Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#703877}
-
Charlie Hu authored
Change Receiver_ to receiver_ to match the initialization from constructor Change-Id: Ibe26bcc9333c9b8bac7a9e687ca5814d9453ca95 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1782967Reviewed-by:
Ian Clelland <iclelland@chromium.org> Commit-Queue: Charlie Hu <chenleihu@google.com> Cr-Commit-Position: refs/heads/master@{#703876}
-
Tom McKee authored
Since User Timing L3 is the default, we don't need the CustomUserTiming runtime enabled feature anymore. With this removal, we can remove the L2 code as well as simplify the IDL for performance.mark() and performance.measure(). Bug: 805566 Change-Id: Ifaec5f5c50aed0d50d140751c32cf80cd95a2fbd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1831561Reviewed-by:
Nicolás Peña Moreno <npm@chromium.org> Reviewed-by:
Steve Kobes <skobes@chromium.org> Commit-Queue: Tom McKee <tommckee@chromium.org> Cr-Commit-Position: refs/heads/master@{#703875}
-
Findit authored
This reverts commit 2c483e93. Reason for revert: Findit (https://goo.gl/kROfz5) identified CL at revision 703720 as the culprit for failures in the build cycles as shown on: https://analysis.chromium.org/waterfall/culprit?key=ag9zfmZpbmRpdC1mb3ItbWVyRAsSDVdmU3VzcGVjdGVkQ0wiMWNocm9taXVtLzJjNDgzZTkzODU4MTgyODM3MTdiNDUxZjEwMjdmOWM1NzFhYzVjNDYM Sample Failed Build: https://ci.chromium.org/buildbot/chromium.memory/Linux%20MSan%20Tests/19798 Sample Failed Step: browser_tests Original change's description: > [Paint Preview] Inject PaintPreviewTracker > > Adds the ability to inject paint_preview::PaintPreviewTracker into > blink::GraphicsContext to act similarly to printing::MetafileSkia. > This class will track various metadata about the Paint Preview > capture process. > > Design Doc: go/fdt-design (internal) > Part of Landing: crrev/1786583 > > Bug: 1008885 > Change-Id: Iba2819491bee7b284de62a1bf888aa9486c788cf > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1829277 > Commit-Queue: Calder Kitagawa <ckitagawa@chromium.org> > Reviewed-by: Ian Vollick <vollick@chromium.org> > Auto-Submit: Calder Kitagawa <ckitagawa@chromium.org> > Cr-Commit-Position: refs/heads/master@{#703720} Change-Id: Id0364a41756df743ed5af5aa64e991da34ba2e1b No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1008885 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1846727 Cr-Commit-Position: refs/heads/master@{#703874}
-
Tarun Bansal authored
Enable data reduction proxy config service fetch when lite page redirect is enabled. Currently, the fetch is disabled if the user is in the DRP holdback group even if lite page redirect feature is enabled. Change-Id: I4c8ee78207182979761fa16cef7955ea9ae2af04 Bug: 1012299 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1846753 Commit-Queue: Tarun Bansal <tbansal@chromium.org> Reviewed-by:
Robert Ogden <robertogden@chromium.org> Cr-Commit-Position: refs/heads/master@{#703873}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/e600ac2a03bb..d5735c1814f7 git log e600ac2a03bb..d5735c1814f7 --date=short --no-merges --format='%ad %ae %s' 2019-10-08 jmadill@chromium.org Roll angle-internal. 2019-10-08 jmadill@chromium.org Vulkan: Get rid of "fetch" level/layer image views. 2019-10-08 jmadill@chromium.org Vulkan: Get rid of level layer "storage" views. 2019-10-08 courtneygo@google.com Vulkan: Update depth/stencil expectations Created with: gclient setdep -r src/third_party/angle@d5735c1814f7 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/angle-chromium-autoroll Please CC geofflang@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=geofflang@google.com Bug: None Change-Id: I2690a9f199c8ba32dc2820a75744efc2c2472a20 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1847887Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#703872}
-
Michael Liao authored
Changes: - Added context menu option for "Reveal in Sources Panel" on data grid entries that contain source links Context menu on entry with source link: https://imgur.com/PnIQF7z Context menu on entry without source link: https://imgur.com/xoNwSIX Bug: 963183 Change-Id: I4c94ab2d3115704d1a8740b81161633b25b547e1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1717317 Commit-Queue: Michael Liao <michael.liao@microsoft.com> Reviewed-by:
Yang Guo <yangguo@chromium.org> Cr-Commit-Position: refs/heads/master@{#703871}
-
Jamie Madill authored
This will be used in the ANGLE Metal back-end. Bug: angleproject:2634 Tbr: brucedawson@chromium.org Change-Id: I356fc8b7829c0d875dfbd0013de460a6f535ac05 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1846089Reviewed-by:
Jamie Madill <jmadill@chromium.org> Commit-Queue: Jamie Madill <jmadill@chromium.org> Cr-Commit-Position: refs/heads/master@{#703870}
-
Moe Ahmadi authored
Replaces the lower_term column in the keyword search terms table which contains search term in lower case, with a new normalized_term column containing the search term in lower case with the whitespaces collapsed which will be used as a key to delete entries in addition to prefix search. Depending on whether a search is initiated from the omnibox or the web, the search term stored in this table may or may not have its whitespaces collapsed. Since both of the following searches result in the same zero-prefix suggestion, the new column can be used as a key to delete both entries. Omnibox search: https://www.google.com/search?q=WEEKLY+NEWS&oq=WEEKLY+++NEWS+&sourceid=chrome... Web search: https://www.google.com/search?q=WEEKLY+++NEWS+++&oq=WEEKLY+++NEWS+++&... Bug: 996516 Change-Id: I7ae5bd6a6992480b3e394499a9b94ca11d1fc8ca Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1832903 Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Moe Ahmadi <mahmadi@chromium.org> Cr-Commit-Position: refs/heads/master@{#703869}
-
Khushal authored
We currently only do this to disable GMBs but allocating any texture greater than this size is not possible. R=fserb@chromium.org Change-Id: I9c453258eafe9ea963bf5bbe405b9ea623188b27 Bug: 952853 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1846476 Commit-Queue: Khushal <khushalsagar@chromium.org> Commit-Queue: Fernando Serboncini <fserb@chromium.org> Reviewed-by:
Fernando Serboncini <fserb@chromium.org> Auto-Submit: Khushal <khushalsagar@chromium.org> Cr-Commit-Position: refs/heads/master@{#703868}
-
Lan Wei authored
Use testdriver Action API to automate wpt tests with two touch fingers, pointerevent_touch-action_two-finger_interaction.html. Bug: 606367 Change-Id: Ia5a0977b3bda9c506dae99c7bfe500fe2a887cad Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1839017Reviewed-by:
Navid Zolghadr <nzolghadr@chromium.org> Commit-Queue: Lan Wei <lanwei@chromium.org> Cr-Commit-Position: refs/heads/master@{#703867}
-
inglorion authored
Previously, we used bitwise operations on booleans to keep track of whether we are 32-bit aligned. This code ran afoul of Clang's new -Wbool-operation and didn't implement the intended behavior. This change fixes the bug uncovered by the warning and implements the intended logic using boolean operations. Bug: 1011810 Change-Id: I4a7275a4e8da274115fa8ae85c90448c036200ff Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1846481Reviewed-by:
Samuel Huang <huangs@chromium.org> Reviewed-by:
Etienne Pierre-Doray <etiennep@chromium.org> Commit-Queue: Bob Haarman <inglorion@chromium.org> Cr-Commit-Position: refs/heads/master@{#703866}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/1458d572f950..352808fa158d git log 1458d572f950..352808fa158d --date=short --no-merges --format='%ad %ae %s' 2019-10-08 ehmaldonado@chromium.org git-number: Make tests run on Python 3. Created with: gclient setdep -r src/third_party/depot_tools@352808fa158d If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/depot-tools-chromium-autoroll Please CC agable@chromium.org on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md TBR=agable@chromium.org Bug: chromium:1009809 Change-Id: I78321c948fb61e27078b95230478c5b5f4467625 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1846944Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#703865}
-
Austin Eng authored
Dawn is only supported on Windows 10 Bug: dawn:208 Change-Id: I13a643953601fe895bba4681bacac370f6724663 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1846040Reviewed-by:
Caleb Rouleau <crouleau@chromium.org> Commit-Queue: Austin Eng <enga@chromium.org> Cr-Commit-Position: refs/heads/master@{#703864}
-
Lei Zhang authored
The 64-bit test DLL added in https://crrev.com/702886 does not work on 32-bit bots. Switch to a 32-bit DLL and re-enable FileVersionInfoTest.NoVersionInfo on 32-bit bots. Bug: 1011439 Change-Id: Ib7553b5455bdb0195bd8e36d9167d8c249242ae8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1842524 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by:
Greg Thompson <grt@chromium.org> Cr-Commit-Position: refs/heads/master@{#703863}
-
Andrew Grieve authored
Bug: 982762 Change-Id: I0bd114dff67bf1a1e8bf8868f13e1f96d5c8f79c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1837200 Commit-Queue: Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Reviewed-by:
Mustafa Emre Acer <meacer@chromium.org> Cr-Commit-Position: refs/heads/master@{#703862}
-
Vladimir Levin authored
This patch adds a new use counter, kRenderSubtreeAttribute, to track usage of the feature. R=chrishtr@chromium.org, rakina@chromium.org Change-Id: I2d2d9e19a3853941b3fc002592f4b971db23f982 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1846569Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Commit-Queue: vmpstr <vmpstr@chromium.org> Cr-Commit-Position: refs/heads/master@{#703861}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/b4161d3c0d43..46b01401724c git log b4161d3c0d43..46b01401724c --date=short --no-merges --format='%ad %ae %s' 2019-10-08 saza@webrtc.org Update filter analyzer for multi channel 2019-10-08 daniel.l@hpcnt.com Fix build errors of RTCAudioDeviceTests 2019-10-08 mbonadei@webrtc.org Stop using goma for MSVC bots. 2019-10-08 notorca@gmail.com SetStreams API of RtpSender wrapped for iOS and Android 2019-10-08 ssilkin@webrtc.org Fix cropping in H264 decoder wrapper. 2019-10-08 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 977e7324..baa7b585 (703537:703669) 2019-10-08 phoglund@webrtc.org Add #COMPONENT to WebRTC. 2019-10-08 ilnik@webrtc.org Improve bitstream dumping logic to handle multiple SLs correctly Created with: gclient setdep -r src/third_party/webrtc@46b01401724c If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/webrtc-chromium-autoroll Please CC webrtc-chromium-sheriffs-robots@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md TBR=webrtc-chromium-sheriffs-robots@google.com Bug: chromium:1006238,chromium:None,chromium:977050,chromium:none Change-Id: I1db1fb4d421857a79735890b22bf689e582be38b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1847863Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#703860}
-
Elly Fong-Jones authored
This is now statically set for all dialogs at creation time. This does not affect the behavior of any existing dialog. It appears that ExtensionInstallDialogView intended to be draggable iff it had no parent set, but it had no logic to actually set its parent, so it was always draggable; this CL preserves that behavior. Bug: 1011446 Change-Id: Ia901e2fc6e540022e813caf34b9a7fffb4c2f610 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1846090Reviewed-by:
Robert Liao <robliao@chromium.org> Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#703859}
-
W. James MacLean authored
When the last MimeHandlerViewFrameContainer has been removed from a manager, and it's serving an embedded MimeHandlerView (i.e. not a full page MimeHandlerView), delete the manager by removing it from the map. Bug: 1005992, 1004804 Change-Id: I445b13fd33ea029adbbb256cffb572d3078b1d52 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1829652Reviewed-by:
Wei Li <weili@chromium.org> Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Reviewed-by:
Finnur Thorarinsson <finnur@chromium.org> Commit-Queue: James MacLean <wjmaclean@chromium.org> Cr-Commit-Position: refs/heads/master@{#703858}
-
Sylvain Defresne authored
base::Bind/base::Callback are deprecated in favor of either base::BindOnce/base::OnceCallback or base::BindRepeating/ base::RepeatingCallback (depending on whether the callback is invoked once or multiple time). Convert all uses of base::Bind/base::Callback in services/tracing to the recommended methods/types. Bug: 1007831 Change-Id: Id97b214aa5c8d9f143ff7b1d3bf506a2350db495 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1837812 Auto-Submit: Sylvain Defresne <sdefresne@chromium.org> Commit-Queue: oysteine <oysteine@chromium.org> Reviewed-by:
oysteine <oysteine@chromium.org> Cr-Commit-Position: refs/heads/master@{#703857}
-
Jonah Ryan-Davis authored
WebGL call to glShaderSource failing when a comment after a preprocessor directive contains any non-ascii characters. Bug: 940865 Change-Id: I57fb201ec88d73093776c7d200d62cc9e7ce2b41 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1846073Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Jonah Ryan-Davis <jonahr@google.com> Cr-Commit-Position: refs/heads/master@{#703856}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 6ebf5965. With Chromium commits locally applied on WPT: c19433ef "Reland "[ChromeDriver] Stop using --ignore-certificate-errors"" 23748e60 "Change text directive to text=" 2f7c5562 "Fetch Metadata: Split `sec-fetch-dest` out from other headers' tests." 3e138a8e "[LayoutNG] Fix line breaking when `font-size: 0`" Note to sheriffs: This CL imports external tests and adds expectations for those tests; if this CL is large and causes a few new failures, please fix the failures by adding new lines to TestExpectations rather than reverting. See: https://chromium.googlesource.com/chromium/src/+/master/docs/testing/web_platform_tests.md Directory owners for changes in this CL: foolip@chromium.org, lpz@chromium.org, robertma@chromium.org: external/wpt/tools NOAUTOREVERT=true TBR=robertma No-Export: true Change-Id: I13ecc0dba41898de00eac9d65fb96e35dbc7daaf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1847832Reviewed-by:
WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#703855}
-