- 10 Dec, 2019 40 commits
-
-
danakj authored
The success and failure callbacks are only run once, so they can be OnceCallbacks. Introduces SuccessOnceCallback and FailureOnceCallback in VpnService to avoid blowing the change up to the whole VpnService API. TBR=dcheng Bug: 1007763 Change-Id: I668083ab94ecbb9a3c06e3ba8f60d72d493570f6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1960891 Commit-Queue: danakj <danakj@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Maksim Ivanov <emaxx@chromium.org> Cr-Commit-Position: refs/heads/master@{#723585}
-
Andrey Kosyakov authored
Bug: 1032230 Change-Id: I6d024f2027a11d20ab667dd9a95ffe256181c906 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1960067Reviewed-by:
Peter Kvitek <kvitekp@chromium.org> Commit-Queue: Andrey Kosyakov <caseq@chromium.org> Cr-Commit-Position: refs/heads/master@{#723584}
-
Mike Frysinger authored
Change-Id: I07db7e028c14bb06d414c191ef0941a619859d7f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1960530 Commit-Queue: Mike Frysinger <vapier@chromium.org> Reviewed-by:
Joel Hockey <joelhockey@chromium.org> Cr-Commit-Position: refs/heads/master@{#723583}
-
Toni Barzic authored
For side shelf, the method returns shelf width, so "size" is more appropriate than "height". Also, cleans up how shelf dimensions are passed to AppListConfigProvider::CreateForAppListWidget - instead of passing shelf height and width separatelly, the method now takes insets. BUG=none Change-Id: Iaea6f8fad699e03f35e6d9dc70d9ab3f43a262c6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1959980Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Toni Baržić <tbarzic@chromium.org> Cr-Commit-Position: refs/heads/master@{#723582}
-
danakj authored
Use OnceCallback where possible because the callback is only used once and RepeatingCallback and BindRepeating otherwise. R=liberato@chromium.org Bug: 1007760 Change-Id: I250e6d7c0c84404ad1a7fdcfcdbe4c5de4b9bb2c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1959403Reviewed-by:
Frank Liberato <liberato@chromium.org> Commit-Queue: danakj <danakj@chromium.org> Cr-Commit-Position: refs/heads/master@{#723581}
-
Evan Stade authored
Obsoleted by c5ff0bef Bug: none Change-Id: Ib69d6ccd8fd671774fa37c5457721893587de567 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1959387Reviewed-by:
Ted Choc <tedchoc@chromium.org> Commit-Queue: Evan Stade <estade@chromium.org> Cr-Commit-Position: refs/heads/master@{#723580}
-
Lukasz Anforowicz authored
This CL clarifies that comments about crbug.com/891872 only apply to URLLoaderFactories that are vended/handed-out to a renderer process (in the long-term such factories need to be associated with a specific origin / in the long-term there should be no way to get a factory via process-wide mojo APIs like RenderProcessHostImpl::CreateURLLoaderFactoryForRendererProcess. This CL also observes that https://crbug.com/888079 no longer blocks making request_initiator_site_lock non-optional and origin-focused. This was fixed by r708618. This CL also observes that CreateURLLoaderFactoryWithOptionalOrigin no longer exists. This CL replaces references to this method with RenderProcessHostImpl::CreateURLLoaderFactoryForRendererProcess. Bug: 891872, 1025303 Change-Id: If4e79ebb9551ad2675b3fc98cf0d6dd24525b4d0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1921464Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Reviewed-by:
Ken Buchanan <kenrb@chromium.org> Auto-Submit: Łukasz Anforowicz <lukasza@chromium.org> Commit-Queue: Łukasz Anforowicz <lukasza@chromium.org> Cr-Commit-Position: refs/heads/master@{#723579}
-
Matt Menke authored
Bug: None Change-Id: Id9bb87e0ebe02192d3fac971610b3e518f975d7f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1960988Reviewed-by:
Zhongyi Shi <zhongyi@chromium.org> Commit-Queue: Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#723578}
-
behdad authored
- The stories which have been flaky in the past weak are removed - css_value_type_filter (android, mac) - twitch_2018 (android) - extra_large_texture_uploads (mac) - mix_blend_mode_animation_screen (mac) - web_animation_value_type_transform_simple (mac) - bouncing_clipped_rectangles (mac) - css_animations_simultaneous_inline_style (windows) - Stories with low number of frames are removed - bouncing_clipped_rectangles (android, mac) - css_value_type_filter (android) - animometer_webgl_attrib_arrays (android) - ie_chalkboard (android) - mix_blend_mode_animation_screen (android) - web_animation_value_type_transform_simple (android) - main_30fps_impl_60fps is added to all sets as a control case for noise Bug: chromium:1032562 Change-Id: I7a957e532513c7d50e76d1b12a8bf4e9ff5ca64a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1960177 Commit-Queue: Behdad Bakhshinategh <behdadb@chromium.org> Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Cr-Commit-Position: refs/heads/master@{#723577}
-
Zhaoxin authored
Move storage cleaning logic from CastDemoService and ManagedModeService to CastWebService in the upstream. Therefore those two classes no longer need to depend on content/browser/browser_context and a few other things. Merge-With: eureka-internal/342450 Bug: b/144316586 Test: CQ Change-Id: Id5908d78207003c22f306e739d5272cee774aa7c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1956105Reviewed-by:
Sean Topping <seantopping@chromium.org> Commit-Queue: Zhaoxin Liang <zxliang@google.com> Cr-Commit-Position: refs/heads/master@{#723576}
-
Kurt Catti-Schmidt authored
The user-facing bug that this change fixes is that Narrator is reporting some editable text inputs as read-only. This results in several poor experiences for Narrator users, primarily that Scan Mode doesn't exit when focusing on certain text inputs, so key presses trigger Narrator commands instead of typing text. This is because Narrator is creating a UIA TextRange, then querying the UIA_IsReadonly property via GetAttributeValue. GetAttributeValue is getting a leaf text position from the text range, but for certain text inputs, this ends up being a node under the actual text input node. These sub-nodes are structural and used for things like <input type="search">'s clear button. Since these sub-nodes are not accessible, and can often have attributes like readonly that interfere with their exposed node's attributes, it does not make sense to account for them in GetAttributeValue queries. The internal tree for such text inputs can look like this: ++++searchBox ++++++genericContainer ++++++++genericContainer ++++++++++staticText ++++++++++++inlineTextBox ...but UIA clients can only actually see the topmost node of that subtree (in this case, a single "edit" node). The fix here is to traverse up the tree until a node is found that is in the tree, and query the text attributes from that node, ignoring any text attributes on non-exposed sub-nodes. This also allowed for removing an existing special-case for text nodes that was more apparent, however the fix there should have been this fix in the first place. This required moving two methods from the BrowserAccessibility down to the delegate so they can be accessed from AXPlatformNodeWin. Bug: 928948 Change-Id: Ie12ceb44dc020d0f08e01e660ca6b5451deb0d5b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1959266Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Commit-Queue: Kurt Catti-Schmidt <kschmi@microsoft.com> Cr-Commit-Position: refs/heads/master@{#723575}
-
Tom Anderson authored
GbmWrapper is needed on non-Ozone linux to support GMBs. Fortunately, there weren't any real ozone dependencies from //ui/ozone/common/linux so the move is trivial. BUG=1031269 R=rjkroege CC=msisov Change-Id: Ieff3218b1ba352d2f410d6646b52878eb53d1e06 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1960666Reviewed-by:
Maksim Sisov <msisov@igalia.com> Reviewed-by:
Michael Spang <spang@chromium.org> Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Auto-Submit: Thomas Anderson <thomasanderson@chromium.org> Cr-Commit-Position: refs/heads/master@{#723574}
-
Vitaly Buka authored
STACK_UNINITIALIZED is __attribute__((uninitialized)) and it disables -ftrivial-auto-var-init=pattern on a particular variable. -ftrivial-auto-var-init=pattern inserts initialization of all local variables including those which are not required by language standard. Additional initialization usually can be optimized out by compiled, however in cases when code is too complicated for optimizer we can see performance regression. To avoid that we need either to rewrite code or just disabled initialization with the attribute. Particularly here I don't see a reasonable way to restructure the code to preserve performance without loosing readability. hit-test-lots-of-layers of blink_perf.events was 12% slower. Before: https://pinpoint-dot-chromeperf.appspot.com/job/15069da7220000 After: https://pinpoint-dot-chromeperf.appspot.com/job/117e2deb220000 Bug: 977230 Change-Id: I92f64956f71e46ec613dbec31bb1eb545b7e9b05 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1955030 Commit-Queue: Vitaly Buka <vitalybuka@chromium.org> Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Cr-Commit-Position: refs/heads/master@{#723573}
-
Mike Frysinger authored
This listed the Secure Shell App (stable) which is the most common currently, but we're moving to the Extension as being the primary one, and each have dev variants. Change-Id: I129c8b16118beab999afe640022292c05ad5b191 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1960071Reviewed-by:
Stuart Langley <slangley@chromium.org> Commit-Queue: Mike Frysinger <vapier@chromium.org> Cr-Commit-Position: refs/heads/master@{#723572}
-
Michael Crouse authored
This change adds metrics to capture whether a prediction model was valid or not when being constructed and captures the latency of performing the validation when instantiating models for use. Bug: 1001194 Change-Id: If176f62ebc6ba37691fdc32cf551351c71e27c1f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1959330 Commit-Queue: Michael Crouse <mcrouse@chromium.org> Auto-Submit: Michael Crouse <mcrouse@chromium.org> Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Reviewed-by:
Sophie Chang <sophiechang@chromium.org> Cr-Commit-Position: refs/heads/master@{#723571}
-
Chris Cunningham authored
This attribute was long ago cut from the spec and is not present in the current VideoPlaybackQuality interface. Bug: 644731 Change-Id: Icbea9bb3ce4eb9afb1530dde56a6f45930d7facc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1956496 Auto-Submit: Chrome Cunningham <chcunningham@chromium.org> Reviewed-by:
Matthew Wolenetz <wolenetz@chromium.org> Commit-Queue: Chrome Cunningham <chcunningham@chromium.org> Cr-Commit-Position: refs/heads/master@{#723570}
-
Charlene Yan authored
The inner ring is currently painted white which is not correct in dark mode. Bug: 1015634 Change-Id: Id028c5ed109b885ac20eeb4804bb493eae63567f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1961007 Commit-Queue: Charlene Yan <cyan@chromium.org> Reviewed-by:
Peter Boström <pbos@chromium.org> Cr-Commit-Position: refs/heads/master@{#723569}
-
Findit authored
This reverts commit 255e9823. Reason for revert: Findit (https://goo.gl/kROfz5) identified CL at revision 723530 as the culprit for failures in the build cycles as shown on: https://analysis.chromium.org/waterfall/culprit?key=ag9zfmZpbmRpdC1mb3ItbWVyRAsSDVdmU3VzcGVjdGVkQ0wiMWNocm9taXVtLzI1NWU5ODIzYjdjMDk0YzAyMTE3Y2FlYTBlYzUyNTUyYzc4NDdjNGEM Sample Failed Build: https://ci.chromium.org/b/8894421393952007408 Sample Failed Step: compile Original change's description: > Add a histogram for HSTS includeSubDomains masking behavior > > If c.example has HSTS with includeSubDomains and b.c.example has HSTS > *without* includeSubDomains, we currently treat a.b.c.example as *not* > HSTS. The b.c.example masks off the c.example entry. > > This behavior was, at one point, relied on by a corporate deployment per > https://crbug.com/469957. However, the analysis in the bug that it > matches the spec was incorrect. RFC 6797 sections 8.2 and 8.3 spell out > the matching rules explicitly and they do not include the shadowing > behavior. > > The analysis that it matches all other browsers was also incorrect. > Chrome and Firefox have the shadowing behavior while Edge and Safari do > not. > > This behavior is also surprising and increases the risk of a > misconfigured site losing HSTS's security properties, particularly > around cookie injection. As the first step towards fixing this, measure > how often this makes a difference, > > Bug: 469957, 821811 > Change-Id: I22cb443cd1f1a378ec1794575b9082905f74150c > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1955334 > Commit-Queue: David Benjamin <davidben@chromium.org> > Reviewed-by: Matt Menke <mmenke@chromium.org> > Reviewed-by: Charlie Harrison <csharrison@chromium.org> > Reviewed-by: Nick Harper <nharper@chromium.org> > Cr-Commit-Position: refs/heads/master@{#723530} Change-Id: I96194c483b927475ee95e235f939ca987364bb37 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 469957, 821811 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1961076 Cr-Commit-Position: refs/heads/master@{#723568}
-
Lloyd Pique authored
If a client uses an earlier version of the protocol and this event is sent to it, it can crash in in several ways. BUG=b:145916692 TEST=Builds Change-Id: Ia43a724076165ff771fe399407c5fc0464e3df84 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1960987 Auto-Submit: Lloyd Pique <lpique@chromium.org> Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Commit-Queue: Lloyd Pique <lpique@chromium.org> Cr-Commit-Position: refs/heads/master@{#723567}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/3f9199a162ff..ad994cd8941d git log 3f9199a162ff..ad994cd8941d --date=short --first-parent --format='%ad %ae %s' 2019-12-10 egdaniel@google.com Store GrSurfaceProxyView on shadow ops. 2019-12-10 herb@google.com Put SubRuns in an alloc on GrTextBlob 2019-12-10 fmalita@chromium.org [skottie] Add frame time histogram to SkottieSlide UI 2019-12-10 jlavrova@google.com Font features 2019-12-10 fmalita@chromium.org [skottie] Initial SkottieSlide UI 2019-12-10 halcanary@google.com utils/mac/SkCreateCGImageRef: cleanup Created with: gclient setdep -r src/third_party/skia@ad994cd8941d 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 djsollen@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: chromium:1029972 Tbr: djsollen@google.com Change-Id: I547e84ac1af74a5449142a7ce0f669ea0549430e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1960772Reviewed-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@{#723566}
-
Henrique Nakashima authored
Offer methods to read and write specific keys instead of generic ones that can access any key. Bug: 1022108 Change-Id: I33d8be0798b9ef4504b14720f159469ebbf80c7a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1958655Reviewed-by:
Donn Denman <donnd@chromium.org> Commit-Queue: Henrique Nakashima <hnakashima@chromium.org> Cr-Commit-Position: refs/heads/master@{#723565}
-
Connor Lange authored
Instead of contacting the primary agent for UrlRequestRewriteRules, CastRunner will now contact the agent specified by ApplicationConfigManager. If this agent does not provide UrlRequestRewriteRules (which are now optional), then CastRunner will inject an empty vector of rules. Also added a new test to ensure that UrlRequestRewriteRules are in fact optional. Bug: b/141573972 Test: cast_runner_integration_tests, launch application Change-Id: I82cda7117dec88b657d9f6888ad081cc4d248cf4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1959386 Commit-Queue: Connor Lange <connorl@chromium.org> Auto-Submit: Connor Lange <connorl@chromium.org> Reviewed-by:
Wez <wez@chromium.org> Reviewed-by:
Fabrice de Gans-Riberi <fdegans@chromium.org> Cr-Commit-Position: refs/heads/master@{#723564}
-
Etienne Pierre-doray authored
Report: "courgette/disassembler_win32.cc:241:44: runtime error: applying non-zero offset 255 to null pointer" courgette::DisassemblerWin32::ParseRelocs courgette::DisassemblerWin32::ExtractAbs32Locations courgette::Disassembler::CreateProgram The fix seems to move bounds check on |relocs_start| before computing |relocs_end|. Bug: 1027893 Change-Id: Iec3f81ab0db077467d28dd8e122aa33d92d52a89 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1960548 Commit-Queue: Etienne Pierre-Doray <etiennep@chromium.org> Reviewed-by:
Samuel Huang <huangs@chromium.org> Cr-Commit-Position: refs/heads/master@{#723563}
-
Chromium WPT Sync authored
Using wpt-import in Chromium dd8930f8. With Chromium commits locally applied on WPT: a50e7e60 "Move `Sec-Fetch-User` to SetSecFetchMetadataHeaders." eb00b4d6 "LazyLoad: move invisible-image.html test to WPT" 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 foolip@chromium.org, robertma@chromium.org, smcgruer@chromium.org: external/wpt/infrastructure NOAUTOREVERT=true TBR=smcgruer No-Export: true Change-Id: I763d992341b8a844ba57637a196d7c1e71ab65f3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1960794Reviewed-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@{#723562}
-
Kevin Bailey authored
This CL adds calls to the sites where we enter and leave keyword search mode, so the user knows that there has been a state change, and plumbs those calls to the View layer. Bug: 785375 Change-Id: Ie5963fc4741979af7be296107ff9704620d41c20 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1955161 Commit-Queue: Kevin Bailey <krb@chromium.org> Reviewed-by:
Aaron Leventhal <aleventhal@chromium.org> Cr-Commit-Position: refs/heads/master@{#723561}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/d9b33e92da7f..c1c5bec5ed00 git log d9b33e92da7f..c1c5bec5ed00 --date=short --first-parent --format='%ad %ae %s' 2019-12-10 mandy.chen@microsoft.com Check for null to avoid UnhandledPromiseRejection in Main.Main.SearchActionDelegate.handleAction 2019-12-10 tvanderlippe@chromium.org Revert "Updates common/ legacy; resoves internal refs" 2019-12-10 aerotwist@chromium.org Updates common/ legacy; resoves internal refs 2019-12-10 aerotwist@chromium.org Migrates main/ to esm 2019-12-10 tvanderlippe@chromium.org Migrate elements/ to use ES-imports 2019-12-10 tvanderlippe@chromium.org Update Runtime to automatically lazy load -legacy files Created with: gclient setdep -r src/third_party/devtools-frontend/src@c1c5bec5ed00 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:1006759 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: Ie104c2b936266fa7e331567cd51331976bbbffdd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1960775Reviewed-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@{#723560}
-
Elly Fong-Jones authored
After this change, ExtensionInstalledBubbleView no longer depends on ExtensionInstalledBubble. The subsequent CL will break the dependency on BubbleReference as well as having ExtensionInstalledBubbleObserver directly create and show an ExtensionInstalledBubbleView, bypassing BubbleUi. Bug: 496955 Change-Id: Ic1a1165da911a5fe8bc8e2840fc23dee8b2f87b2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1959937 Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Reviewed-by:
Peter Boström <pbos@chromium.org> Cr-Commit-Position: refs/heads/master@{#723559}
-
danakj authored
These callbacks are run once, though only if ShouldOpenDownload() returns false. Note that some implementations return false but still don't run the callback, which violates the contract defined in the DownloadManagerDelegate header. This adds TODOs in those places. R=avi@chromium.org, qinmin@chromium.org TBR=servolk Bug: 1007763 Change-Id: Iae4e741fe4cc1a6d5c308e7608a4805cc4f17efb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1959542 Commit-Queue: danakj <danakj@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Min Qin <qinmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#723558}
-
Tim Song authored
Change-Id: I5eb6b0d6b6d333a705294a3334547268cb4fdd70 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1954640Reviewed-by:
Nico Weber <thakis@chromium.org> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Reviewed-by:
Julian Pastarmov <pastarmovj@chromium.org> Reviewed-by:
Roger Tawa <rogerta@chromium.org> Commit-Queue: Tim Song <tengs@chromium.org> Cr-Commit-Position: refs/heads/master@{#723557}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/e9aeaee52233..7f9e1a2dc019 git log e9aeaee52233..7f9e1a2dc019 --date=short --first-parent --format='%ad %ae %s' 2019-12-10 iannucci@chromium.org Roll git to 2.24.1. Created with: gclient setdep -r src/third_party/depot_tools@7f9e1a2dc019 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 Bug: chromium:1032658 Tbr: agable@chromium.org Change-Id: I40dde7dabfb6402a17489924f4eb9576423c703f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1960771Reviewed-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@{#723556}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/ded86c1ad80b..947a380b81ec git log ded86c1ad80b..947a380b81ec --date=short --first-parent --format='%ad %ae %s' 2019-12-10 sakal@webrtc.org Split unit tests out of end-to-end PeerConnection test. 2019-12-10 danilchap@webrtc.org Migrate tests from RtpDepacketizer to VideoRtpDepacketizer interface 2019-12-10 mbonadei@webrtc.org Refresh some links in the docs folder. 2019-12-10 hbos@webrtc.org Initial version of ResourceAdaptationProcessor and friends. 2019-12-10 mbonadei@webrtc.org Revert "Moves TransportFeedbackAdapter to TaskQueue." 2019-12-10 dajo@webrtc.org Move audioproc_f to rtc_tools. Created with: gclient setdep -r src/third_party/webrtc@947a380b81ec 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: None Tbr: webrtc-chromium-sheriffs-robots@google.com Change-Id: I9d4d9643f298062bbf0174854645346ba11a6932 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1960519Reviewed-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@{#723555}
-
Trent Apted authored
This is to prepare for writable files support in the next release. These changes were reviewed under go/media-app, but copies are needed in the chromium source tree for integration testing. Bug: 996088 Change-Id: I2fc2b19ef53c78fc54e69b41934b5b03cd53f24b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1959201 Commit-Queue: Trent Apted <tapted@chromium.org> Auto-Submit: Trent Apted <tapted@chromium.org> Reviewed-by:
Bugs Nash <bugsnash@chromium.org> Cr-Commit-Position: refs/heads/master@{#723554}
-
jorgegil@google.com authored
Implements TouchSelectionMenuClient functions required to request Smart Text Selection actions and to open the Quick Menu on cross-process subframes. Bug: 1020334 Change-Id: Iba3e6139db266a3ed1ea5dfbbf49c83ea7d5f3b1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1954405Reviewed-by:
David Jacobo <djacobo@chromium.org> Reviewed-by:
Timothy Dresser <tdresser@chromium.org> Commit-Queue: Jorge Gil <jorgegil@google.com> Auto-Submit: Jorge Gil <jorgegil@google.com> Cr-Commit-Position: refs/heads/master@{#723553}
-
Findit authored
This reverts commit bf48f734. Reason for revert: Findit (https://goo.gl/kROfz5) identified CL at revision 723529 as the culprit for failures in the build cycles as shown on: https://analysis.chromium.org/waterfall/culprit?key=ag9zfmZpbmRpdC1mb3ItbWVyRAsSDVdmU3VzcGVjdGVkQ0wiMWNocm9taXVtL2JmNDhmNzM0MGJmN2QwY2NiMjg4MmNjZDI2MmRmMTE3YWJhNmJiM2EM Sample Failed Build: https://ci.chromium.org/b/8894421463503746800 Sample Failed Step: compile Original change's description: > Android: Remove obsolete comments in javac.py > > Now that we have migrated to using the javac binary in third_party/jdk > and only turning on the errorprone plugin when it is enabled, we no > longer need this comment. > > Bug: 1030676 > Change-Id: I27a3d8ea19da698fa74e869fdcd878ca922956c1 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1959901 > Commit-Queue: Peter Wen <wnwen@chromium.org> > Commit-Queue: Andrew Grieve <agrieve@chromium.org> > Auto-Submit: Peter Wen <wnwen@chromium.org> > Reviewed-by: Andrew Grieve <agrieve@chromium.org> > Cr-Commit-Position: refs/heads/master@{#723529} Change-Id: Ieaa827f4029ddc0154ab848e3f7f12e0f17e3dd5 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1030676 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1961065 Cr-Commit-Position: refs/heads/master@{#723552}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/bb7c3388a50c..8ed7ae4c8e9b git log bb7c3388a50c..8ed7ae4c8e9b --date=short --first-parent --format='%ad %ae %s' 2019-12-10 amaiorano@google.com Fix REACTOR_DEFAULT_OPT_LEVEL not actually applying Created with: gclient setdep -r src/third_party/swiftshader@8ed7ae4c8e9b If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/swiftshader-chromium-autoroll Please CC swiftshader-team+autoroll@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_chromium_msan_rel_ng;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: swiftshader-team+autoroll@google.com Change-Id: If5a921a6809f04a7e5be04984eda623ce7e1a499 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1960766Reviewed-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@{#723551}
-
Sven Zheng authored
Added in crrev.com/c/1919544 trying to fix the bug. But it didn't work and I've fixed the bug in crrev.com/c/1956145. So it's time to delete these lines. Bug: 956016 Change-Id: I73e7c89068652db2976a00cef106f644dbbfbd30 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1958697Reviewed-by:
Bruce Dawson <brucedawson@chromium.org> Commit-Queue: Sven Zheng <svenzheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#723550}
-
Xida Chen authored
Right now the PaintRenderingContext2D::setTransform that takes a DOMMatrix would crash because it is NOTREACHED(). This CL implements that and add a layout test. Bug: 1029362 Change-Id: I1038dbe1bfcee14e128c46f73606fabcf3923caf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1951566 Commit-Queue: Xida Chen <xidachen@chromium.org> Reviewed-by:
Yi Gu <yigu@chromium.org> Cr-Commit-Position: refs/heads/master@{#723549}
-
Gavin Williams authored
There are three main changes needed to improve the ChromeVox experience for the settings OS language page: -Apply aria-hidden to the language labels to remove them from ChromeVox navigation. Instead only navigate to the associated buttons -When a user chooses a language to display the system text in, a Restart button is displayed on the screen. That Restart button needs a label to better describe/announce its purpose. -Each item in the "Input method" keyboard list used two ChromeVox navigation stops instead of one. Applying aria-hidden to the inner div then aria-label to the outer div fixed this behavior Screen captures: Before: https://bugs.chromium.org/p/chromium/issues/detail?id=976452#c15 After: https://bugs.chromium.org/p/chromium/issues/detail?id=976452#c16 Bug: 976452 Change-Id: I90a70f3c4197a3b0f6eea3f8696d36766eba373d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1952091 Commit-Queue: Gavin Williams <gavinwill@chromium.org> Reviewed-by:
Hector Carmona <hcarmona@chromium.org> Reviewed-by:
Bailey Berro <baileyberro@chromium.org> Cr-Commit-Position: refs/heads/master@{#723548}
-
Yun Liu authored
Bug: 1025725 Change-Id: I7a3a7762289ba482093c4847c9406e1238e7081d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1957329 Commit-Queue: Yun Liu <yliuyliu@google.com> Auto-Submit: Yun Liu <yliuyliu@google.com> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Reviewed-by:
Boris Sazonov <bsazonov@chromium.org> Cr-Commit-Position: refs/heads/master@{#723547}
-
Ken Rockot authored
Moves these classes into Storage Service, including unit tests. No behavioral changes. Bug: 1000959 Change-Id: Icf444ef0e631237340ef6705d5f883c752138823 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1960808Reviewed-by:
Daniel Murphy <dmurph@chromium.org> Commit-Queue: Ken Rockot <rockot@google.com> Cr-Commit-Position: refs/heads/master@{#723546}
-