- 17 Jan, 2020 40 commits
-
-
Steven Bingler authored
In preparation for an upcoming change refactor the warning status to be a bit vector similar to the exclusion reason field. Previously the warning field was an enum which explicitly stated "DO_NOT_WARN", the lack of a warning is now indicated by an empty bit field. All other warnings are indicated by the position of each set bit in the field. Change-Id: I5ffcdbe7bb5c2e558af8e73e22465e1bb6e44e11 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2003223Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Lily Chen <chlily@chromium.org> Commit-Queue: Steven Bingler <bingler@chromium.org> Cr-Commit-Position: refs/heads/master@{#732935}
-
Mathew King authored
If XkbLookup fails and there is no DOM|code|->DOM|key| mapping. This will happen in cases where a DOM|code| exists without a W3C standard DOM|key|. BUG=952051 TBR=wez Change-Id: I63af869118e15c99bcb7cd4cbcb3e58def610334 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2008049Reviewed-by:
Jesse Schettler <jschettler@chromium.org> Commit-Queue: Jesse Schettler <jschettler@chromium.org> Auto-Submit: Mathew King <mathewk@chromium.org> Cr-Commit-Position: refs/heads/master@{#732934}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/9293af72309e..a067a830b31a git log 9293af72309e..a067a830b31a --date=short --first-parent --format='%ad %ae %s' 2020-01-17 obrufau@igalia.com [css-pseudo] Handle nested pseudo-elements in devtools tree (front end) Created with: gclient setdep -r src/third_party/devtools-frontend/src@a067a830b31a 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: chromium:457718 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I7153b9b040be3b46c86fdf4eba93dd76f7fb4ebf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2007920Reviewed-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@{#732933}
-
Mark Pearson authored
Change-Id: I838126917cbd2301ae4609fbc23528ccdb41fb2a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2006077 Auto-Submit: Mark Pearson <mpearson@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Commit-Queue: Brian White <bcwhite@chromium.org> Cr-Commit-Position: refs/heads/master@{#732932}
-
Victor Fei authored
This is a reland of 9612f58a The change was reverted because of failure on linux-trusty-rel due to a mismatch in dump test result for "checkable" state. In this reland, I added a filter @AURALINUX-DENY:checkable to fix this test mismatch. This filter seems to accompany all other radio button dump tests for linux platform. Original change's description: > A11y:Expose labels of radio & checkbox when focused. > > Currently, when a label is referenced by a control of type radio or > checkbox, we set the label as ignored in the AXTree thereby excluding > it from being perceived by ATs. > However, for the case when the control (radio/checkbox) is a > descendant of the label and label is focusable (tabindex="0") but > control is to be omitted from focus (tabindex="-1"), ATs perceive > neither the label nor the control when tabbing through the content: > > <label style="display:block" tabindex="0"> > radio button 1 > <input type="radio" id="radio1" tabindex="-1"> > </label> > > <label style="display:block" for="radio2" tabindex="0"> > radio button 2 > <input type="radio" id="radio2" tabindex="-1"> > </label> > > <label style="display:block" for="checkbox1" tabindex="0"> > checkbox 1 > <input type="checkbox" id="checkbox1" tabindex="-1"> > </label> > > <label style="display:block" for="checkbox2" tabindex="0"> > checkbox 2 > <input type="checkbox" id="checkbox2" tabindex="-1"> > </label> > > This change fixes the above scenario by exposing labels (referenced by > radio or checkbox) when they are focusable. For all other cases when > labels are referenced by radio or checkbox, we keep the existing > behavior of ignoring the label. > > Note: Neither Firefox nor Edge legacy hides a label from AT when the > label is referenced by a control. On Firefox and Edge legacy, label > content will be read twice (focus on label and focus on control > respectively). > WAI-ARIA spec does not specify label should be ignored when associated > with a radio/checkbox control. > > Bug: 1040210 > Change-Id: Ie7df5144dd2f0d285d97e6556adb46dcf2338f25 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1992017 > Commit-Queue: Victor Fei <vicfei@microsoft.com> > Reviewed-by: Dominic Mazzoni <dmazzoni@chromium.org> > Cr-Commit-Position: refs/heads/master@{#731820} Bug: 1040210 Change-Id: I09243796ec3affe648d46ec64d7dd20e20c5893f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2002892Reviewed-by:
Kurt Catti-Schmidt <kschmi@microsoft.com> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Commit-Queue: Victor Fei <vicfei@microsoft.com> Cr-Commit-Position: refs/heads/master@{#732931}
-
Chase Phillips authored
Bug: 1039869 Change-Id: I4398a8c95cf3c8a818d8655fe037078fe183e0d3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2003797 Auto-Submit: Chase Phillips <cmp@chromium.org> Reviewed-by:
Joshua Bell <jsbell@chromium.org> Commit-Queue: Chase Phillips <cmp@chromium.org> Cr-Commit-Position: refs/heads/master@{#732930}
-
Mustaq Ahmed authored
Bug: 687724 Change-Id: Ib4f2d12d0e6a40b482dddafe0346f9852df6e7ed Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2004504Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Commit-Queue: Mustaq Ahmed <mustaq@chromium.org> Cr-Commit-Position: refs/heads/master@{#732929}
-
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: Id995913e624d185645f7316669c4410405f82a6d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2007918Reviewed-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@{#732928}
-
Yi Gu authored
Currently we unconditionally iterate all the snap containers to check whether a snap container needs update its data. On a page with lots of snap containers, e.g. youtube.com, this introduces big regression: it adds ~0.2ms to Document::UpdateStyleAndLayout() and LocalFrameView::RunStyleAndLayoutLifecyclePhases() which accounts for ~90% of the total time. Bug: 1042396 Change-Id: I0ef268bd0d5a2f448766059814c6b14bf34ba73a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2005822Reviewed-by:
David Bokan <bokan@chromium.org> Commit-Queue: Yi Gu <yigu@chromium.org> Cr-Commit-Position: refs/heads/master@{#732927}
-
Dominic Battre authored
Unfillable form fields should not label a form as an "Address form". Bug: 1043150 Change-Id: I47916142f32eb36df0c08d6897f2d36de3b86df5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2007811 Commit-Queue: Dominic Battré <battre@chromium.org> Commit-Queue: Vadym Doroshenko <dvadym@chromium.org> Auto-Submit: Dominic Battré <battre@chromium.org> Reviewed-by:
Vadym Doroshenko <dvadym@chromium.org> Cr-Commit-Position: refs/heads/master@{#732926}
-
Xinghui Lu authored
Bug: 1042984 Change-Id: I12c1287f42f39dfab883c2976b7c7ae39441cf7a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2005906Reviewed-by:
Daniel Rubery <drubery@chromium.org> Commit-Queue: Xinghui Lu <xinghuilu@chromium.org> Cr-Commit-Position: refs/heads/master@{#732925}
-
Nasko Oskov authored
The negative wording of IsInvalid makes it harder to read, especially when trying to test the inverse - !IsInvalid. It is easier to read a positively worded method name, so I'm renaming it to IsValid. Change-Id: I50718a2a903138ebe33c36c0afec3d379941f7b9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2005810Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
Karan Bhatia <karandeepb@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Charlie Harrison <csharrison@chromium.org> Reviewed-by:
danakj <danakj@chromium.org> Commit-Queue: Nasko Oskov <nasko@chromium.org> Cr-Commit-Position: refs/heads/master@{#732924}
-
Ted Choc authored
CCTs that have been pre-warmed create a Tab prior to the ShareDelegate being available. This switches to passing a Supplier around for late binding access. BUG=1034460 Change-Id: I8127b2928cd8de523683b8fa1a2f1e4bd3f50374 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2006259 Commit-Queue: Ted Choc <tedchoc@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#732923}
-
llin@chromium.org authored
First usage of this API is Quick Answers in browser process. This CL also added "Quick Answers" as a query source. Bug: 146020947 Test: Manual Change-Id: I0d0b5186471cea3550bce5519e0f9014a8aaa14a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1961151 Commit-Queue: Li Lin <llin@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Yue Li <updowndota@chromium.org> Cr-Commit-Position: refs/heads/master@{#732922}
-
Ioana Pandele authored
Bug: 1041374 Change-Id: I64e410eb11f1841ab48dfc142dcee8361089541a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2002911 Commit-Queue: Ioana Pandele <ioanap@chromium.org> Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Reviewed-by:
Matthew Jones <mdjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#732921}
-
Mason Freed authored
The [1] CL enabled the FormControlsRefresh feature by default for Windows, Linux, and ChromeOS. In the process, many layout tests were disabled, because the form controls have a different appearance with the feature enabled. This is one of several patches rebaselining those disabled tests. [1] http://crrev.com/c/1967608 Bug: 1035582 Change-Id: I30e8a7fa14ced59b7e918c86b2acf0dae1aef439 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1997977 Commit-Queue: Mason Freed <masonfreed@chromium.org> Reviewed-by:
Stephen Chenney <schenney@chromium.org> Cr-Commit-Position: refs/heads/master@{#732920}
-
Wez authored
The FIDL/JS generator is unused and would likely be re-implemented for integration into the V8 repo, so remove it from Chromium. We can of course refer to the removed implementation thanks to source control! Bug: 1043093, fuchsia:44191 Change-Id: I93db91acef1a31e0e54ec1b9c4348963bd9e5f90 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2007393 Auto-Submit: Wez <wez@chromium.org> Commit-Queue: David Dorwin <ddorwin@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Reviewed-by:
David Dorwin <ddorwin@chromium.org> Cr-Commit-Position: refs/heads/master@{#732919}
-
Eugene But authored
This CL adds Identity Disk to toolbar view instead of header view. Pull To Action UI uses toolbar view screenshot for fade in and fade out animations, which creates smoother transition experience. Bug: 1022441 Change-Id: Ib6aeecdb04143c362041246897f78eac2e741ac2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1986242Reviewed-by:
Peter Lee <pkl@chromium.org> Commit-Queue: Eugene But <eugenebut@chromium.org> Auto-Submit: Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#732918}
-
Tanmoy Mollik authored
These methods are made non-static so that tests can be created to capture calls to these methods. Bug: 1029322 Change-Id: I72124cd09d154e15c36c30bd00e206e342382e46 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1991632 Commit-Queue: Natalie Chouinard <chouinard@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Reviewed-by:
Boris Sazonov <bsazonov@chromium.org> Reviewed-by:
Natalie Chouinard <chouinard@chromium.org> Cr-Commit-Position: refs/heads/master@{#732917}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/b46e6c2fa626..4efa82edacaa git log b46e6c2fa626..4efa82edacaa --date=short --first-parent --format='%ad %ae %s' 2020-01-17 syoussefi@chromium.org Vulkan: Avoid INT_MAX resource limits Created with: gclient setdep -r src/third_party/angle@4efa82edacaa 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 jonahr@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-asan;luci.chromium.try:win_optional_gpu_tests_rel Bug: None Tbr: jonahr@google.com Change-Id: Ic324b33b0487490e44398fcdc584ab65d3a59408 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2007366Reviewed-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@{#732916}
-
Ben Pastene authored
Currently failing on new CrOS versions, and consequently blocking LKGM updates. Bug: 1042974 Change-Id: I977f1bf825cbcd4c6eea64b95255b9a808a17633 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2008056Reviewed-by:
Mike Wittman <wittman@chromium.org> Commit-Queue: Ben Pastene <bpastene@chromium.org> Cr-Commit-Position: refs/heads/master@{#732915}
-
Alex Chau authored
Bug: 1043148 Change-Id: Ic0fcfb5dc26b2cfc59acbd15580ff58aa23fe5bc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2007417 Commit-Queue: Alex Chau <alexchau@chromium.org> Reviewed-by:
Mikel Astiz <mastiz@chromium.org> Cr-Commit-Position: refs/heads/master@{#732914}
-
danakj authored
Previously it was owned by the RenderViewImpl, in order to let its lifetime extend beyond that of the RenderFrameImpl. Since that is no longer needed, we can move its ownership over to the RenderFrameImpl as it is for other local roots. This gives RenderFrameImpl consistent ownership, creation, initialization, and destruction paths for all frame-based RenderWidgets. The GetWidget() accessor is misleading since it can be null and is dropped. Instead, callers go through GetMainRenderFrame() which is null for more obvious reasons, and get the RenderWidget from there. R=avi@chromium.org Bug: 419087 Change-Id: I268d7ef12e32f5ae131ecc1c7978eb1bc16cadf2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2005389 Commit-Queue: danakj <danakj@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#732913}
-
Ian Wells authored
Just prevents reaching the Logger.wtf(). Considering a refactoring of the Feed library is soon to be underway, there's not much point in investigating why the spinner isn't being shown in the first place. Bug: 992570 Change-Id: I693bd57bb60e5396f565a3b8fd8bb2c3cc08d1e2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2006423 Commit-Queue: Ian Wells <iwells@chromium.org> Commit-Queue: Dan H <harringtond@chromium.org> Auto-Submit: Ian Wells <iwells@chromium.org> Reviewed-by:
Dan H <harringtond@chromium.org> Cr-Commit-Position: refs/heads/master@{#732912}
-
Juanmi Huertas authored
We need a better check if the bounds of the dest rect of the draw image inside canvas is correct, after applying some transformations to a big enough canvas. Bug: 103912 Change-Id: I00558d3d9e5996e2cb822bc6a3cbf5c7a89811d5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2001249Reviewed-by:
Fernando Serboncini <fserb@chromium.org> Reviewed-by:
Aaron Krajeski <aaronhk@chromium.org> Commit-Queue: Juanmi Huertas <juanmihd@chromium.org> Cr-Commit-Position: refs/heads/master@{#732911}
-
Guillaume Jenkins authored
When I attempted to submit the field trial test for the Windows native spell checker integration, the try bots picked up several crashes in existing tests when the native spell checker flags are enabled in Chrome: https://cr-buildbucket.appspot.com/build/8891251817173916304 The crashes were caused by the use of raw pointers instead of weak pointers, because the SpellcheckHunspellDictionary object was deleted by the time the callback from PlatformSupportsLanguage() was invoked. Change-Id: I8ac2afa9b66a11a2846a086f23d024ce380f77eb Bug: 463364, Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2003087Reviewed-by:
Rouslan Solomakhin <rouslan@chromium.org> Commit-Queue: Guillaume Jenkins <gujen@google.com> Auto-Submit: Guillaume Jenkins <gujen@google.com> Cr-Commit-Position: refs/heads/master@{#732910}
-
Michael Crouse authored
This change uses the persisted session FCP mean for the previous page load's FCP when there is no previous page load available. For the first page load of the session, this will always be the case. Bug: 1041664 Change-Id: Ie2666cbcf841ebaa4ad20a2747c92377cf6c451b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1999302Reviewed-by:
Sophie Chang <sophiechang@chromium.org> Commit-Queue: Michael Crouse <mcrouse@chromium.org> Cr-Commit-Position: refs/heads/master@{#732909}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/b7cd486d..c766f984 Please follow these instructions for assigning/CC'ing issues: https://v8.dev/docs/triage-issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux-blink-rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:mac_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:win_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: I919f537bb6a276addd551f62e964b8144cbd6ae4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2007769Reviewed-by:
v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#732908}
-
Eric Seckler authored
Also includes manual modification to switch to perfetto's EventContext. https://android.googlesource.com/platform/external/perfetto.git/+log/11c11a1a891c..d092437b81ea 2020-01-17 fmayer@google.com Merge "Cleanup of profile related trackers." 2020-01-17 eseckler@google.com Merge "client lib: Add an EventContext constructor for Chrome" 2020-01-17 lalitm@google.com Merge "bazel: Disable warning about unused system_header pragma" 2020-01-17 lalitm@google.com Merge "trace_processor: fix overflow in bitvector" 2020-01-17 taylori@google.com Merge "Make selection default behaviour" 2020-01-17 treehugger-gerrit@google.com Merge "GTEST_EXECUTE_STATEMENT_ is not available on iOS execute the statement directly instead." 2020-01-17 eseckler@google.com Merge "processor: Only fall back to legacy tracks for legacy events" 2020-01-17 treehugger-gerrit@google.com Merge "TrackEvent: Add initial legacy macro support" 2020-01-17 fmayer@google.com Merge "Function for on-demand flamegraph for heap graph." 2020-01-17 treehugger-gerrit@google.com Merge "Turn ingestion DFATALs into DLOG." 2020-01-17 khokhlov@google.com Merge "Exclude targets depending on sqlite from embedder builds" 2020-01-16 ilkos@google.com Merge "Remove symbols that are definitely not obfuscated" 2020-01-16 eseckler@google.com Merge "processor: Export pid/tid as signed integers into JSON" 2020-01-16 lalitm@google.com Merge "trace_processor: fix compile and build on fuzzer" 2020-01-16 joelaf@google.com Merge "Fix precision errors by explicit casting" 2020-01-16 lalitm@google.com Merge "Revert "GTEST_EXECUTE_STATEMENT_ is not available on iOS execute the statement directly instead."" 2020-01-16 chiur@google.com Merge "Add VulkanApiEvent.VkQueueSubmit message" 2020-01-16 khokhlov@google.com Merge "trace_processor: Run metrics on Windows" 2020-01-16 primiano@google.com Merge "gn: Fix issue with finding llvm when using python3" 2020-01-16 hjd@google.com Merge changes Ic6800bd0,I29636316 2020-01-16 treehugger-gerrit@google.com Merge "processor: Fix handling of 0 timestamp in TrackEventTokenizer." 2020-01-16 rsavitski@google.com Merge "heapprofd producer: use sigqueue(si_value: 0) instead of kill" 2020-01-16 taylori@google.com Merge "perfetto-ui: Toggle sidebar on ctrl/cmd + b" 2020-01-16 eseckler@google.com Merge "client lib: Support building in Chrome using a fake platform" 2020-01-16 eseckler@google.com Merge "processor: Translate duplicate pids/tids during json export" 2020-01-16 buss@google.com Merge changes I1bb0e215,I498ed990 2020-01-16 treehugger-gerrit@google.com Merge "processor: Support pid reuse in ProcessTracker without Start/EndThread" 2020-01-16 primiano@google.com Merge "GTEST_EXECUTE_STATEMENT_ is not available on iOS execute the statement directly instead." Created with: gclient setdep -r src/third_party/perfetto@d092437b81ea If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-chromium-autoroll Please CC perfetto-bugs@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: 1043059 Change-Id: I37e4964f76d212bcfef69c8715ac7521521e82a8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2007750Reviewed-by:
ssid <ssid@chromium.org> Reviewed-by:
Stephen Nusko <nuskos@chromium.org> Commit-Queue: ssid <ssid@chromium.org> Commit-Queue: Eric Seckler <eseckler@chromium.org> Cr-Commit-Position: refs/heads/master@{#732907}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/486a2cf15526..243095cddff8 Created with: gclient setdep -r src-internal@243095cddff8 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: chromium:1007337 Tbr: jbudorick@google.com Change-Id: I938935162017b29cbb817777383a47c2834e80eb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2007913Reviewed-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@{#732906}
-
Jan Wilken Dörrie authored
This reverts commit 61f91381. Reason for revert: Likely causing flakiness in source-frame-breakpoint-decorations.js: https://crbug.com/1043146 Original change's description: > Remove event races in two breakpoint decoration tests > > This CL changes two layout tests to follow the pattern of: > 1. Install an instrumentation promise > 2. Run and await an async action > 3. Await that the instrumentation is called > 4. Dump breakpoint information > > This CL is also in preparation for asyncification of source mapping, > hence making the "action" async. > > Drive-by: Re-baseline one of the layout tests that seems to be fixed > now. > > Bug: chromium:1032016 > Change-Id: Ibad4160fe9ab32aa3f818cdd4937112c3f4e6f08 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2000023 > Commit-Queue: Simon Zünd <szuend@chromium.org> > Reviewed-by: Sigurd Schneider <sigurds@chromium.org> > Cr-Commit-Position: refs/heads/master@{#731171} TBR=sigurds@chromium.org,szuend@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: chromium:1032016 Change-Id: I05e46d646d6cbf1516c8d9a2c1eab46cd8d05377 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2007810Reviewed-by:
Jan Wilken Dörrie <jdoerrie@chromium.org> Commit-Queue: Jan Wilken Dörrie <jdoerrie@chromium.org> Cr-Commit-Position: refs/heads/master@{#732905}
-
Henrique Nakashima authored
Register them in ChromePreferenceKeys and use SharedPreferencesManager consistently instead of SharedPreferences directly. Bug: 1022108 Change-Id: I3a781c86f9cd280b2aaf5f5227fff18a7770f289 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2001718Reviewed-by:
Michael Thiessen <mthiesse@chromium.org> Commit-Queue: Henrique Nakashima <hnakashima@chromium.org> Cr-Commit-Position: refs/heads/master@{#732904}
-
Chromium WPT Sync authored
Using wpt-import in Chromium c5f3dc47. With Chromium commits locally applied on WPT: 62f8d5f0 "Enable Scroll To Text by default" 363313c0 "Sort the registrations returned by getRegistrations() by registration ID." 8a985066 "[Trusted Types] Implement require-trusted-types-for" 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: rego@igalia.com: external/wpt/css/css-grid NOAUTOREVERT=true TBR=robertma No-Export: true Change-Id: Id5a73efae805b713278c2766d9606859c4109b3b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2007611Reviewed-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@{#732903}
-
Jimmy Gong authored
- Adds a new printer entry type: PRINTSERVER - Print server printers are treated as nearby printers - Adds browser test to reflect this change. Bug: 1015628 Test: browser test, End to end manual Change-Id: I3a21f3af8be274fe47c7e57d2e4a349ea35b974c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1993754 Commit-Queue: jimmy gong <jimmyxgong@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
Bailey Berro <baileyberro@chromium.org> Cr-Commit-Position: refs/heads/master@{#732902}
-
Jan Wilken Dörrie authored
[Sheriff] Disable flaky virtual/stable/external/wpt/html/cross-origin-embedder-policy/blob.https.html TBR=foolip Bug: 1042681 Change-Id: I5db2d0cbfd1fc84400d25b22d93b4f9bc62b34ed Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2007574Reviewed-by:
Jan Wilken Dörrie <jdoerrie@chromium.org> Commit-Queue: Jan Wilken Dörrie <jdoerrie@chromium.org> Cr-Commit-Position: refs/heads/master@{#732901}
-
Alex Chau authored
Change-Id: I133d3fd7ceef23ce4fa4dd3dc5230761f067f440 Bug: 1043130 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2007694Reviewed-by:
Richard Knoll <knollr@chromium.org> Reviewed-by:
Peter Beverloo <peter@chromium.org> Commit-Queue: Alex Chau <alexchau@chromium.org> Cr-Commit-Position: refs/heads/master@{#732900}
-
Mugdha Lakhani authored
Tying to BrowserFragment lifecycle leaves a loophole. If setRetainInstance() is called on BrowserFragment, it will be detached and reattached without necessarily being destroyed and re-created. In the duration the BrowserFragment is alive but not attached, it'll not receive any network change notifications. Tying registration to the Browser lifecycle fixes that. Bug: 1018848 Change-Id: I63be218a0fa2f8422f5cd9cc0d6e2dee2fa2be0e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1998398 Commit-Queue: Mugdha Lakhani <nator@chromium.org> Reviewed-by:
Tobias Sargeant <tobiasjs@chromium.org> Cr-Commit-Position: refs/heads/master@{#732899}
-
Bruce Dawson authored
When you choose 'retry' in the bisect script then the next two candidates are prefetched again. On most platforms this is just inefficient but on Windows it leads to a script failure. The prefetched files can't be deleted because they are still open. I didn't investigate exactly how the open handle happened, but orphaned threads and redundant downloads seemed worth cleaning up. Change-Id: I64ce6af18d82030c91bbb4fd31ab01b5adfd1d90 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1996396Reviewed-by:
Roman Sorokin [CET] <rsorokin@chromium.org> Auto-Submit: Bruce Dawson <brucedawson@chromium.org> Commit-Queue: Bruce Dawson <brucedawson@chromium.org> Cr-Commit-Position: refs/heads/master@{#732898}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/9b1ec5f072a5..93e3c76a6543 git log 9b1ec5f072a5..93e3c76a6543 --date=short --first-parent --format='%ad %ae %s' 2020-01-17 robertphillips@google.com Vulkan texture upload clean up 2020-01-17 kjlubick@google.com [canvaskit] Make font names programmatically accessible 2020-01-17 sergeyu@google.com Fix protected image allocation in createVkImageForBackendSurface() 2020-01-17 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 98818e57..870bcafd (445 commits) 2020-01-17 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 5fc197dc7669..2cb1db08e5f1 (2 commits) Created with: gclient setdep -r src/third_party/skia@93e3c76a6543 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/skia-autoroll Please CC mtklein@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-blink-rel;luci.chromium.try:linux-chromeos-compile-dbg;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel Bug: None Tbr: mtklein@google.com Change-Id: I0c71d5ba827658ba71309b14971c5ae10be056f0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2007850Reviewed-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@{#732897}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/524417f3f7d0..db6ca7f2d7fd git log 524417f3f7d0..db6ca7f2d7fd --date=short --first-parent --format='%ad %ae %s' 2020-01-17 ilnik@webrtc.org Add safety checks in RtpPacket::ZeroMutableExtensions and fuzz it 2020-01-17 srte@webrtc.org Do not allow sending tasks to a thread that is quitting. 2020-01-17 phoglund@webrtc.org Repurpose upload script to read natively generated histogram json. 2020-01-17 srte@webrtc.org Using EmulatedEndpoint in Scenario tests. Created with: gclient setdep -r src/third_party/webrtc@db6ca7f2d7fd 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 Bug: chromium:1042535 Tbr: webrtc-chromium-sheriffs-robots@google.com Change-Id: I4eb4791a8a50d8fedbb5ee2c497787a882fc73e1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2007911Reviewed-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@{#732896}
-