- 04 Feb, 2020 40 commits
-
-
Ioana Pandele authored
ManagePasswordsState::GetCurrentForms() can return an empty vector. When this happens, the infobar should display the username from the pending credential since that is the only credential eligible for password update. This change also extracts the logic which determines the usernames to display from the infobar and moves it to the delegate. Bug:1045941 Change-Id: Idcc8a7149fa931b90d541dc0159e78151183f561 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2027472Reviewed-by:
Matthew Jones <mdjones@chromium.org> Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Commit-Queue: Ioana Pandele <ioanap@chromium.org> Cr-Commit-Position: refs/heads/master@{#738112}
-
Fergal Daly authored
Children are now in the RenderFrameHost. Change-Id: I002f7aefd5acabcab342617557525dac1a77be43 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2035647 Commit-Queue: Fergal Daly <fergal@chromium.org> Reviewed-by:
Arthur Sonzogni <arthursonzogni@chromium.org> Cr-Commit-Position: refs/heads/master@{#738111}
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git/+log/7a2d408dea60..a9624b4d5d0b git log 7a2d408dea60..a9624b4d5d0b --date=short --first-parent --format='%ad %ae %s' 2020-02-03 dnovillo@google.com Handle TimeAMD in AmdExtensionToKhrPass. (#3168) 2020-02-03 stevenperron@google.com Update CHANGES 2020-02-03 arseny.kapoulkine@gmail.com Implement constant folding for many transcendentals (#3166) Created with: gclient setdep -r src/third_party/SPIRV-Tools/src@a9624b4d5d0b If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/spirv-tools-chromium-autoroll Please CC radial-bots+chrome-roll@google.com,cnorthrop@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_angle_vk32_deqp_rel_ng;luci.chromium.try:android_angle_vk32_rel_ng;luci.chromium.try:android_angle_vk64_deqp_rel_ng;luci.chromium.try:android_angle_vk64_rel_ng;luci.chromium.try:linux_angle_deqp_rel_ng;luci.chromium.try:linux-angle-rel;luci.chromium.try:win-angle-rel-32;luci.chromium.try:win-angle-rel-64;luci.chromium.try:win-angle-deqp-rel-32;luci.chromium.try:win-angle-deqp-rel-64 Bug: None Tbr: radial-bots+chrome-roll@google.com,cnorthrop@google.com Change-Id: I73e3f2059f79a524f2c99498df4277619c2c928d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2036419Reviewed-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@{#738110}
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/KhronosGroup/glslang/+log/5e86b28ffb81..540662253ea3 git log 5e86b28ffb81..540662253ea3 --date=short --first-parent --format='%ad %ae %s' 2020-02-04 johnkslang@users.noreply.github.com Merge pull request #2073 from tsuoranta/fix-memory-corruption Created with: gclient setdep -r src/third_party/glslang/src@540662253ea3 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/glslang-chromium-autoroll Please CC radial-bots+chrome-roll@google.com,cnorthrop@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 Bug: None Tbr: radial-bots+chrome-roll@google.com,cnorthrop@google.com Change-Id: Iec10ec1de9f958351a7ca493c4a5232b39417812 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2036426Reviewed-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@{#738109}
-
Anand K. Mistry authored
This allows common code to be factored out, and eventually allow the same mount function to be used for re-mounting on login and mounting policy pre-configured shares. Bug: 939235 Change-Id: Id4c5bd518f505ccf33345325b8a9ada4198fc5eb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2032467Reviewed-by:
Austin Tankiang <austinct@chromium.org> Commit-Queue: Anand Mistry <amistry@chromium.org> Cr-Commit-Position: refs/heads/master@{#738108}
-
Adam Rice authored
In QuicTransport::OnConnectionError, use ErrorIfNeeded() rather than Error(). This is more correct in the case where the stream is already errored for some reason. BUG=1045931 Change-Id: I2c4a012f631238780890b88986e880cc242fdcf3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2032650Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Commit-Queue: Adam Rice <ricea@chromium.org> Cr-Commit-Position: refs/heads/master@{#738107}
-
Hitoshi Yoshida authored
"Dictionary" type is a deprecated type in Web IDL spec. This CL replaces it in RTCPeerConnection with "any" type, but has no web visible behavior change. Bug: 1047081 Change-Id: If2af5caa83568748bea1ca261930575d36db45f5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2029551Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Reviewed-by:
Yuki Shiino <yukishiino@chromium.org> Commit-Queue: Hitoshi Yoshida <peria@chromium.org> Cr-Commit-Position: refs/heads/master@{#738106}
-
Friedrich Horschig authored
The event OnEndEditingTextField seems to be redundant (esp. with focus changes) and isn't correct in all cases: If users interact with native UI like an autofill dropdown, the event will try to close this piece of UI although this isn't always necessary. This CL therefore removes the event which allows dropdowns to remain open after interaction if they require it (e.g. see use case in linked bug). Bug: 1043963 Change-Id: I5c7a6ede34fb574bd3f91d4b16fbb4e2a78a8d24 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2034527Reviewed-by:
Vadym Doroshenko <dvadym@chromium.org> Reviewed-by:
Alex Gough <ajgo@chromium.org> Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Commit-Queue: Friedrich [CET] <fhorschig@chromium.org> Cr-Commit-Position: refs/heads/master@{#738105}
-
arthursonzogni authored
A SourceLocation built from the SourceLocation() constructor is enough to represent a "missing" SourceLocation. This is the way all users are handling a base::nullopt anyway: ~~~ source_location.value_or(SourceLocation()) ~~~ There is no need to keep the optional. This patches remove it. A future follow-up will mojoify CSPViolationParams and SourceLocation. Bug: 1021462 Change-Id: I5eb0551ffffc30044b3a2d4df6a0300ef19e4a71 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2035891Reviewed-by:
Camille Lamy <clamy@chromium.org> Reviewed-by:
Nasko Oskov <nasko@chromium.org> Auto-Submit: Arthur Sonzogni <arthursonzogni@chromium.org> Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org> Cr-Commit-Position: refs/heads/master@{#738104}
-
Simon Zünd authored
This CL uses a newly introduced breakpoint decoration helper to stop event racing when waiting for breakpoint decorations. Additionally this CL also removes the race when waiting for a debugger paused event. The test expectation is updated because: - The used helper also dumps all breakpoint decorations - The expected stack trace references the web test script itself. Moving the 'evaluate' in the test changes the line in the stack trace for 'test.js'. R=petermarshall@chromium.org Bug: chromium:1032016 Change-Id: I87ba97caff23508bd54b1a21c58ba0a9bf90197f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2030901Reviewed-by:
Peter Marshall <petermarshall@chromium.org> Commit-Queue: Simon Zünd <szuend@chromium.org> Cr-Commit-Position: refs/heads/master@{#738103}
-
Simon Zünd authored
This CL removes a race in a web test where breakpoints get removed and then the current breakpoint information is dumped. Instead of racing, we properly wait for the debugger to confirm that the breakpoint got removed before dumping the information. Drive-by: Previously {removeBreakpoint} was also marked as async. This is not needed and this CL removes async/await for {removeBreakpoint}. R=petermarshall@chromium.org Bug: chromium:1032016 Change-Id: I836387085b4b3b8b85b2d035e8031efd4b54e0b4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2033074Reviewed-by:
Peter Marshall <petermarshall@chromium.org> Commit-Queue: Simon Zünd <szuend@chromium.org> Cr-Commit-Position: refs/heads/master@{#738102}
-
Steve Anton authored
Looks like there was an erroneous AddRef that would cause this class to leak. Bug: 1040128 Change-Id: I1d43e4708fa08cfac011fe6245780caefef571db Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2035869 Commit-Queue: Guido Urdaneta <guidou@chromium.org> Auto-Submit: Steve Anton <steveanton@chromium.org> Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Cr-Commit-Position: refs/heads/master@{#738101}
-
Austin Eng authored
This reverts commit bf165340. Reason for revert: These tests are failing on Mac Debug (Intel) and Mac Retina Debug (AMD) Original change's description: > Add gpu_dawn_integration_gtests to gpu_desktop_gtests and gpu_win_gtests > > This adds dawn_end2end_tests to the following bots: > Linux Debug (NVIDIA) > Linux Release (NVIDIA) > Mac Debug (Intel) > Mac Release (Intel) > Mac Retina Debug (AMD) > Mac Retina Release (AMD) > Win10 x64 Debug (NVIDIA) > Win10 x64 Release (NVIDIA) > Win10 x64 Release (NVIDIA) Code Coverage > Win10 FYI x86 Release (NVIDIA) > > On the main CQ, linux-rel, mac-rel, and win-rel will run the tests. > Usually these tests will be deduped and noop -- unless a build change > causes the test binaries to change. > > Bug: chromium:1046362 > Change-Id: Ibcd059e262b6a28554bb06aad22a066b69b00953 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2033758 > Reviewed-by: Yuly Novikov <ynovikov@chromium.org> > Reviewed-by: Kenneth Russell <kbr@chromium.org> > Commit-Queue: Austin Eng <enga@chromium.org> > Cr-Commit-Position: refs/heads/master@{#737865} TBR=ynovikov@chromium.org,kbr@chromium.org,enga@chromium.org Change-Id: I1c15080dd57ee06d8caa04a95e2524fc9b2c0bfa No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: chromium:1046362 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2036529Reviewed-by:
Austin Eng <enga@chromium.org> Commit-Queue: Austin Eng <enga@chromium.org> Cr-Commit-Position: refs/heads/master@{#738100}
-
Tsuyoshi Horo authored
This reverts commit c2f29f82. Reason for revert: Not related to the failure. Original change's description: > Revert "macOS HDR: Don't disable GMBs when display is HDR" > > This reverts commit bbd20716. > > Reason for revert: Tests failing on Mac Retina bots. > Bug: 1048497 > > Original change's description: > > macOS HDR: Don't disable GMBs when display is HDR > > > > We always want HDR videos to use GMBs on macOS. > > > > Bug: 976426 > > Change-Id: I9cf36ef2d031ec99320dde8ce4599664df0fa6f4 > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2034903 > > Reviewed-by: Miguel Casas <mcasas@chromium.org> > > Commit-Queue: ccameron <ccameron@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#737866} > > TBR=ccameron@chromium.org,mcasas@chromium.org,dcastagna@chromium.org > > Change-Id: I8cdb03e8c0029923ce2afbe89f2596e2e03a0a77 > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Bug: 976426 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2035649 > Reviewed-by: Tsuyoshi Horo <horo@chromium.org> > Commit-Queue: Tsuyoshi Horo <horo@chromium.org> > Cr-Commit-Position: refs/heads/master@{#738085} TBR=horo@chromium.org,ccameron@chromium.org,mcasas@chromium.org,dcastagna@chromium.org Change-Id: I2534dc8749474ed0f9c2898ad8ce95b346d5a162 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1048497, 976426 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2037292Reviewed-by:
Tsuyoshi Horo <horo@chromium.org> Commit-Queue: Tsuyoshi Horo <horo@chromium.org> Cr-Commit-Position: refs/heads/master@{#738099}
-
Ankit Kumar 🌪️ authored
Adding an entry in .gitattributes so that an entry for pdf files is present. Unable to trigger presubmit as changed pdf files cause the following error: Unified diff did not contain entry for file More details listed in the bug. Bug: 1046228 Change-Id: I5eebb360c48d57b87877c28673814fba955412e5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2024191Reviewed-by:
Robbie Iannucci <iannucci@chromium.org> Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Commit-Queue: Ankit Kumar
🌪 ️ <ankk@microsoft.com> Cr-Commit-Position: refs/heads/master@{#738098} -
Simon Zünd authored
This is a reland of 459e299a The reland rewrites the "addBreakpoint" function in the "testTwoBreakpointsResolvedInOneLine" test case by using the new de-flaked helper for both breakpoints (that are on the same line). Unfortunately, between revert and reland a change to depot_tools requires JavaScript to be formatted now, so the reland contains lots of formatting changes compared to the original CL. Original change's description: > Prepare breakpoint web tests for source map asyncification (4/5) > > This CL re-writes a breakpoint web test using a new SourcesTestRunner > helper introduced in https://crrev.com/c/2027427. > > This should not only prepare the test for the upcoming source map > asyncification but also reduce the overall flakiness of breakpoint > web tests. > > This CL superseeds the current in-flight CL https://crrev.com/c/2022642 > which will be abandoned. > > R=sigurds@chromium.org > > Bug: chromium:1032016 > Change-Id: Id5bcd9d3913a2f83c029f52da33e484c61f0c9db > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2030464 > Reviewed-by: Sigurd Schneider <sigurds@chromium.org> > Commit-Queue: Simon Zünd <szuend@chromium.org> > Cr-Commit-Position: refs/heads/master@{#737714} Bug: chromium:1032016 Change-Id: Ibed68e7b8c8494cd3cc6ea0d744ec9c42f7acb5e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2035375 Auto-Submit: Simon Zünd <szuend@chromium.org> Reviewed-by:
Mathias Bynens <mathias@chromium.org> Commit-Queue: Mathias Bynens <mathias@chromium.org> Commit-Queue: Simon Zünd <szuend@chromium.org> Cr-Commit-Position: refs/heads/master@{#738097}
-
Sergey Ulanov authored
FuchsiaAudioRenderer implements TimeSource. That interface must be thread-safe, so the fields used in the implementation are protected with a lock. This CL contains the following fixes for the related code: 1. Renamed state_lock_ to timeline_lock_: the lock is used for fields other than state_. 2. Added SetPlaybackState(), which helps to ensure that state_ is mutated only on the main thread. 3. Added GetPlaybackState(). It returns current state_ without acquiring the lock. This allows to avoid the lock in some cases. 4. Fixed a DCHECK in FlushInternal() to allow kEndOfStream. That DCHECK was failing previously, see linked bug. Bug: 1035635 Change-Id: I44077a0310635d3136873fb99093290ae74c8806 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2033928Reviewed-by:
David Dorwin <ddorwin@chromium.org> Commit-Queue: Sergey Ulanov <sergeyu@chromium.org> Auto-Submit: Sergey Ulanov <sergeyu@chromium.org> Cr-Commit-Position: refs/heads/master@{#738096}
-
Giovanni Ortuño Urquidi authored
There were two issues with default values in structs: 1. We were generating the wrong expressions for struct constants and enums when specifying a struct field's default value: Wrong: namespace.StructName.Enum.Value namespace.StructName.CONSTANT_VALUE Correct: namespace.StructName_Enum.Value namespace.StructName_CONSTANT_VALUE 2. We didn't use the default value when encoding a struct. Bug: 1040682 Change-Id: I8167f735df0cfef67c20ecbc2ca0b14861ba81da Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2010754Reviewed-by:
Ken Rockot <rockot@google.com> Reviewed-by:
Oliver Chang <ochang@chromium.org> Commit-Queue: Giovanni Ortuño Urquidi <ortuno@chromium.org> Cr-Commit-Position: refs/heads/master@{#738095}
-
Jeremy Roman authored
The name and message got switched around. Includes a test. This bug appears to have been introduced when this feature was added: https://chromium-review.googlesource.com/c/chromium/src/+/1697462 Bug: 1047753 Change-Id: Ieb8a3a0d46447007c2fc6f8d864b0f560a996fd9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2033566 Auto-Submit: Jeremy Roman <jbroman@chromium.org> Commit-Queue: Yutaka Hirano <yhirano@chromium.org> Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Cr-Commit-Position: refs/heads/master@{#738094}
-
Tsuyoshi Horo authored
This reverts commit 885420c7. Reason for revert: Caused memory leak. Bug: 1048536 Original change's description: > Skip clipboard CSS sanitizer when there's no style sheets to sanitize > > The clipboard CSS sanitizer has a side effect that, it may add > additional inline styles to elements to match their computed style in > the dummy document. > > This isn't necessary when the markup doesn't have any style sheet to > sanitize, in which case the side effects are undesirable and causes > some regressions. Hence, this patch skips the sanitization when there > are no style sheets. > > Bug: 1047806 > Change-Id: I62e20fb5fe29d56bda9d86ca12499b7ffb1497e6 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2036731 > Reviewed-by: Koji Ishii <kojii@chromium.org> > Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org> > Cr-Commit-Position: refs/heads/master@{#738083} TBR=yosin@chromium.org,kojii@chromium.org,xiaochengh@chromium.org Change-Id: If772ff5e756be2472bba906748fc838c0aabe574 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1047806 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2037173Reviewed-by:
Tsuyoshi Horo <horo@chromium.org> Commit-Queue: Tsuyoshi Horo <horo@chromium.org> Cr-Commit-Position: refs/heads/master@{#738093}
-
chromium-autoroll authored
If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/fuchsia-sdk-chromium-autoroll Please CC cr-fuchsia+bot@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 Cq-Include-Trybots: luci.chromium.try:fuchsia-arm64-cast;luci.chromium.try:fuchsia-x64-cast Tbr: cr-fuchsia+bot@chromium.org Change-Id: I105be2775c9f492e2fa682000f2d4f54d0088b28 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2036787Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#738092}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/a1ebb9c9e059..38e18be3132d Created with: gclient setdep -r src-internal@38e18be3132d If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC jbudorick@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.chrome.try:linux-chromeos-chrome Bug: None Tbr: jbudorick@google.com Change-Id: I8b09d4b0f96a5fedba4d699c972d0418d6e3faa5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2037101Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#738091}
-
chrome://media-appTrent Apted authored
Tweaks the mock app to mimic more of the "real" app in the way it replaces the currently opened file on new launch/open requests. Tests by loading a new test file of a different size, and adding a robust way to ensure it has replaced the previous file. Tested on both open-source and linux-chromeos-chrome bots. Test: MediaAppIntegrationTest.MediaAppLaunchWithFile Bug: 1023742, b/144866119 Change-Id: I8de32dc7ebc64e3fabf75e65be10fe79433fcb35 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2033011Reviewed-by:
Bugs Nash <bugsnash@chromium.org> Commit-Queue: Trent Apted <tapted@chromium.org> Cr-Commit-Position: refs/heads/master@{#738090}
-
Glen Robertson authored
Change-Id: I28d334303bc55c632301a161a349fb6014effd80 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2035645Reviewed-by:
Alan Cutter <alancutter@chromium.org> Reviewed-by:
Alexey Baskakov <loyso@chromium.org> Commit-Queue: Glen Robertson <glenrob@chromium.org> Cr-Commit-Position: refs/heads/master@{#738089}
-
Rachel Sugrono authored
The <dialog> element added in CL:2033012 is too dark. We should restyle it to lighten it up. Use transparent to allow the cr.ui.dialog background-color: rgba(...) to control the apparent lightness. No change in behavior, no new tests. Bug: 803259 Change-Id: I9a7a4b89419a2cc55d2aa249d17464d8bd523347 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2035822 Commit-Queue: Noel Gordon <noel@chromium.org> Reviewed-by:
Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#738088}
-
Matt Falkenhagen authored
It's meant for linux_builder not fyi_builder. Bug: 1040384 Change-Id: I9aadde22614b6e2e941e4dd3783451dd3e9a512d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2037170Reviewed-by:
Takuto Ikuta <tikuta@chromium.org> Commit-Queue: Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#738087}
-
Hiroki Nakagawa authored
Bug: n/a Change-Id: I801524511be42b3e47c04ca93d7914c7df94968c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2034384Reviewed-by:
Makoto Shimazu <shimazu@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Reviewed-by:
Kenichi Ishibashi <bashi@chromium.org> Commit-Queue: Hiroki Nakagawa <nhiroki@chromium.org> Cr-Commit-Position: refs/heads/master@{#738086}
-
Tsuyoshi Horo authored
This reverts commit bbd20716. Reason for revert: Tests failing on Mac Retina bots. Bug: 1048497 Original change's description: > macOS HDR: Don't disable GMBs when display is HDR > > We always want HDR videos to use GMBs on macOS. > > Bug: 976426 > Change-Id: I9cf36ef2d031ec99320dde8ce4599664df0fa6f4 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2034903 > Reviewed-by: Miguel Casas <mcasas@chromium.org> > Commit-Queue: ccameron <ccameron@chromium.org> > Cr-Commit-Position: refs/heads/master@{#737866} TBR=ccameron@chromium.org,mcasas@chromium.org,dcastagna@chromium.org Change-Id: I8cdb03e8c0029923ce2afbe89f2596e2e03a0a77 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 976426 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2035649Reviewed-by:
Tsuyoshi Horo <horo@chromium.org> Commit-Queue: Tsuyoshi Horo <horo@chromium.org> Cr-Commit-Position: refs/heads/master@{#738085}
-
David Staessens authored
This CL moves the video test helper code from media/gpu/test/video_player to media/gpu/test. This will allow us to reuse the code in the video encoder and other tests. A similar change has already been done for the image test helper code. TEST=./video_decode_accelerator_tests on hana BUG=1045825 Change-Id: I5184042b14154e4d290563346e5d45d690286c83 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2026848Reviewed-by:
Alexandre Courbot <acourbot@chromium.org> Reviewed-by:
Hirokazu Honda <hiroh@chromium.org> Commit-Queue: David Staessens <dstaessens@chromium.org> Cr-Commit-Position: refs/heads/master@{#738084}
-
Xiaocheng Hu authored
The clipboard CSS sanitizer has a side effect that, it may add additional inline styles to elements to match their computed style in the dummy document. This isn't necessary when the markup doesn't have any style sheet to sanitize, in which case the side effects are undesirable and causes some regressions. Hence, this patch skips the sanitization when there are no style sheets. Bug: 1047806 Change-Id: I62e20fb5fe29d56bda9d86ca12499b7ffb1497e6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2036731Reviewed-by:
Koji Ishii <kojii@chromium.org> Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org> Cr-Commit-Position: refs/heads/master@{#738083}
-
Delan Azabani authored
This CL should have been included in <https://crrev.com/c/2015875>, but I made a mistake in my regex that ended up excluding them. I used the following replacement under Sublime Text 2 (PCRE): Find: (?x-i) (?<escape>\\['"?\\abfnrtv]){0} (?<literal>"(?:(?=[ -~])[^"skSK]|(?&escape))*"){0} (?<any>(?:[^(),]|(\((?:[^()]*|(?-1))\)))*+){0} DeprecatedEqualIgnoringCase (\s*\(\s*+(?: (?&literal)\s*,\s*+(?&any) |(?&any)\s*,\s*+(?&literal) )\s*\)) Where: *.cc,-/path/to/src/out/*,-/path/to/src/.clangd/* Replace: EqualIgnoringASCIICase$5 Bug: 627682 Change-Id: Icf517d69122789a493ee19a051d18ffd61244d3e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2032654Reviewed-by:
Frédéric Wang <fwang@igalia.com> Reviewed-by:
Mason Freed <masonfreed@chromium.org> Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Commit-Queue: Delan Azabani <dazabani@igalia.com> Cr-Commit-Position: refs/heads/master@{#738082}
-
Sadrul Habib Chowdhury authored
Doc: https://docs.google.com/document/d/1S42G9v8TKiXirvERZ-eFBZFNCJQ6d34MymXPJESV6fc/edit?ts=5e14ff92 BUG=none Change-Id: I524f2d5878f630402cdb90ea412979bf4bcdbd21 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1992505 Commit-Queue: Sadrul Chowdhury <sadrul@chromium.org> Reviewed-by:
kylechar <kylechar@chromium.org> Cr-Commit-Position: refs/heads/master@{#738081}
-
Timothy Loh authored
This reverts commit 88d22715. Reason for revert: ebuild was updated in 12853.0.0, workaround is no longer needed. Original change's description: > Temporarily allow kErrorInvalidDlc in Plugin VM installer > > Until the ebuild is actually updated to support DLC, the Plugin VM > installer shouldn't be failing due to DLC errors. This CL partially > reverts the behaviour of crrev.com/c/2001942 so we don't fail. > > We can revert this CL once the ebuild is updated. > > Bug: b:145814572 > Change-Id: I2a9aadef45f5e72d1e7841f0ec3438d4d19f352c > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2015871 > Reviewed-by: Julian Watson <juwa@google.com> > Commit-Queue: Timothy Loh <timloh@chromium.org> > Cr-Commit-Position: refs/heads/master@{#734350} Bug: b:145814572 Change-Id: I67bcede53d48c9c61dd741e31709ed727eef5296 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2035644Reviewed-by:
Julian Watson <juwa@google.com> Auto-Submit: Timothy Loh <timloh@chromium.org> Commit-Queue: Julian Watson <juwa@google.com> Cr-Commit-Position: refs/heads/master@{#738080}
-
Chris Cunningham authored
Previously enabled to collect experiment data. We don't mean to ship this all the way to stable just yet. Bug: 1048431 Change-Id: I03d05a1588d2064d6f10fba9cf6eb2b1b7d6fc57 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2037071 Auto-Submit: Chrome Cunningham <chcunningham@chromium.org> Commit-Queue: Frank Liberato <liberato@chromium.org> Reviewed-by:
Frank Liberato <liberato@chromium.org> Cr-Commit-Position: refs/heads/master@{#738079}
-
Koji Ishii authored
Following bot results are included. 1225 1226 1228 1229 1230 1231 1236 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1255 1257 1258 1259 1260 1261 1262 14 lines were removed and 16 lines were deflaked by consecutive results since 1245. TBR=yosin@chromium.org NOTRY=true Bug: 982194 Change-Id: Id07e26bc406a6ee364131a454bab457095eac1e4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2032696Reviewed-by:
Koji Ishii <kojii@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#738078}
-
Yutaka Hirano authored
It is already essentially ref-counted, given we create a base::RefCountedData<std::unique_ptr<ExtraData>> in blink::ResourceRequest. Now we can have a ref counted class in blink/public/platform, so making it a ref counted class simplifies the situation. Bug: 860403, 688906 Change-Id: I31f38b603203e124d0d2ccd36e17939c1d14d54d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2032684Reviewed-by:
Yoichi Osato <yoichio@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Makoto Shimazu <shimazu@chromium.org> Commit-Queue: Yutaka Hirano <yhirano@chromium.org> Cr-Commit-Position: refs/heads/master@{#738077}
-
Chris Hall authored
R=aboxhall Change-Id: Ia20e192b889fb3900be5e128fccf61b980ff2d81 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2009596 Commit-Queue: Alice Boxhall <aboxhall@chromium.org> Reviewed-by:
Alice Boxhall <aboxhall@chromium.org> Cr-Commit-Position: refs/heads/master@{#738076}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/5bbc191e0e57..dbebc4acd3b6 git log 5bbc191e0e57..dbebc4acd3b6 --date=short --first-parent --format='%ad %ae %s' 2020-02-04 devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update DevTools DEPS. Created with: gclient setdep -r src/third_party/devtools-frontend/src@dbebc4acd3b6 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/devtools-frontend-chromium Please CC devtools-waterfall-sheriff-onduty@grotations.appspotmail.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 Bug: None Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I173be8e0ae1efdc8dad5247cf0054565b319732a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2037091Reviewed-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@{#738075}
-
Christopher Lam authored
This CL fixes and issue where it was assumed that all Chrome App Windows have the chrome.app.window API. Some broken corner cases don't have this API and it caused chrome.app.window.getAll() calls to fail. This CL filters out broken windows before returning to the caller. Bug: 1021014 Change-Id: Ia3f09b1393c62bd3e2dfc88de36c8f4cc9417910 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2029397Reviewed-by:
Ben Wells <benwells@chromium.org> Commit-Queue: calamity <calamity@chromium.org> Cr-Commit-Position: refs/heads/master@{#738074}
-
Yuki Shiino authored
Produces only necessary trampolines. Bug: 839389 Change-Id: I7a665d42f5939929c5de965a4fb9394b883e7413 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2035632 Commit-Queue: Yuki Shiino <yukishiino@chromium.org> Reviewed-by:
Hitoshi Yoshida <peria@chromium.org> Cr-Commit-Position: refs/heads/master@{#738073}
-