- 16 Oct, 2019 40 commits
-
-
Peter Kasting authored
Bug: 918220 Change-Id: I59de7158479d82f4775638b3e31645f18b818759 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1865656 Auto-Submit: Peter Kasting <pkasting@chromium.org> Reviewed-by:
Sorin Jianu <sorin@chromium.org> Commit-Queue: Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#706693}
-
Tommy Steimel authored
This CL changes the GMC dismiss button to show whenever the media notification is hovered or focused instead of whenever the media is paused. This means that users can dismiss while media is playing, which will stop playback. Bug: 1008907 Change-Id: I5342a4e1e7238a16203687e57dfe6608b2ab35be Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1859584Reviewed-by:
Jazz Xu <jazzhsu@chromium.org> Commit-Queue: Tommy Steimel <steimel@chromium.org> Cr-Commit-Position: refs/heads/master@{#706692}
-
Ken Rockot authored
This behavior was unintentionally broken by https://crrev.com/91216c0f Bug: 1014220 Change-Id: Ibf2e961c4d98987fc24b6e028b81f8ac89b4fe94 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1860477Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Ken Rockot <rockot@google.com> Cr-Commit-Position: refs/heads/master@{#706691}
-
zhaoyangli authored
The file and class don't follow current convention. Remove the class and it's use case from codebase. Bug: 1002989 Change-Id: I0896cb1a010d19e24d5157cc5275f10e167c7a38 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1865428Reviewed-by:
Eugene But <eugenebut@chromium.org> Commit-Queue: Zhaoyang Li <zhaoyangli@chromium.org> Cr-Commit-Position: refs/heads/master@{#706690}
-
Chromium WPT Sync authored
Using wpt-import in Chromium e096591e. With Chromium commits locally applied on WPT: 6386d9d8 "Update service_worker_unregister_and_register()" 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: bjonesbe@adobe.com: external/wpt/css/css-shapes foolip@chromium.org, lpz@chromium.org, robertma@chromium.org: external/wpt/tools nzolghadr@chromium.org, mustaq@chromium.org: external/wpt/pointerevents NOAUTOREVERT=true TBR=lpz No-Export: true Change-Id: I2df8cbb5beeb4841b3f0e3f2aa529d9f4bf199da Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1864243Reviewed-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@{#706689}
-
Rob Paveza authored
When a screen reader user is tabbing through the registered service workers, the screen reader fails to announce the origins from which the service workers are registered. By default, the reader just announces "Update", as the Update button is the first focusable element within each individual Service Worker view. This change adds a new API to ReportView.Section. Because Section is a generic control which may not always follow this paradigm, the new API seems to be the best choice for how to implement. The API is opt-in by call sites as demonstrated by this use of it. The API sets the role="group" on the containing element, and applies a label to the containing element. Upon focus entering the containing element, the full title is read aloud. "After" screencap: https://imgur.com/a/XfMg2SA Bug: 963183 Change-Id: I5ef631d24d9f2df9f610a21c84fd5a9d6ae26b48 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1864721Reviewed-by:
Lorne Mitchell <lomitch@microsoft.com> Commit-Queue: Robert Paveza <Rob.Paveza@microsoft.com> Cr-Commit-Position: refs/heads/master@{#706688}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/9a334fdadf3f..16944ed21bc2 git log 9a334fdadf3f..16944ed21bc2 --date=short --no-merges --format='%ad %ae %s' 2019-10-16 jmadill@chromium.org Vulkan: Fix ASSERT that could be triggered on some swaps. 2019-10-16 mihu@microsoft.com Disabling multisampled_render_to_texture extension if renderer is ADRENO. Created with: gclient setdep -r src/third_party/angle@16944ed21bc2 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 jmadill@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=jmadill@google.com Bug: None Change-Id: I9bfbaeaeb645c50787d7c325f03716eeb043202d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1865697Reviewed-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@{#706687}
-
Stephen McGruer authored
We never understood why this histogram was reading results different than what we expected, so its use is very limited. Spec-compliant treatment of '#' characters in Data URIs has been shipped in Chrome for a long time and will not be changing. Bug: 931396 Change-Id: I6d8ec2b230e78c93d4d8a36c4a5d8a48f761927a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1856265Reviewed-by:
Richard Coles <torne@chromium.org> Reviewed-by:
Jesse Doherty <jwd@chromium.org> Commit-Queue: Stephen McGruer <smcgruer@chromium.org> Cr-Commit-Position: refs/heads/master@{#706686}
-
Mike Dougherty authored
Add BreadcrumbManager to locally store and discard breadcrumb events. Bug: 1003922 Change-Id: I20ac153f22b5350129107f5efd0ac622edb07a62 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1804803 Commit-Queue: Mike Dougherty <michaeldo@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#706685}
-
Toni Barzic authored
The page switcher button size in app list folder should be 20 dip, and there should be no additional horizontal margin between the buttons. BUG=1014922 Change-Id: I5710a148cb0bca47948260589ccb392a0ec3de6a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1864357Reviewed-by:
Alex Newcomer <newcomer@chromium.org> Commit-Queue: Toni Baržić <tbarzic@chromium.org> Cr-Commit-Position: refs/heads/master@{#706684}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/15bcceb9eaa2..b060ba608175 Created with: gclient setdep -r src-internal@b060ba608175 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 TBR=jbudorick@google.com Bug: chromium:None,chromium:b/140584925,chromium:None,chromium:None Change-Id: I05ad8a0db6888989d73a2eec71c5816b9d4b2d1f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1864420Reviewed-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@{#706683}
-
Yutaka Hirano authored
Supporting preflight is tricky because preflight requests are made in the network service, and they don't have request IDs. We are adding a new message, OnLoaderForCorsPreflightCreated, to TrustedURLLoaderHeaderClient to address that. We are using TrustedURLLoaderHeaderClient, which means this mechanism works only when "extraHeaders" is specified. Unlike for usual requests, WebRequestProxyingUrlLoaderFactory::InProgressRequest dispatches - onBeforeRequest when OnLoaderForCorsPreflightCreated is called, - onBeforeSendHeaders and onSendHeaders when OnBeforeSendHeaders is called, and - onHeadersReceived, onResponseStarted, and onCompleted when OnHeadersReceived is called. This CL implements the logic in WebRequestProxyUrlLoaderFactory::InProgressRequest, and attaches kURLLoadOptionAsCorsPreflight and kURLLoadOptionUseHeaderClient to the loader for CORS preflight. The preceding change is: https://crrev.com/c/1833395 Bug: 1002884 Change-Id: Id48f27bedf20bad29723f3af9b48ebaa8b2345b7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1837561 Commit-Queue: Yutaka Hirano <yhirano@chromium.org> Reviewed-by:
Karan Bhatia <karandeepb@chromium.org> Reviewed-by:
Clark DuVall <cduvall@chromium.org> Reviewed-by:
Takashi Toyoshima <toyoshim@chromium.org> Cr-Commit-Position: refs/heads/master@{#706682}
-
Alex Cooper authored
There seems to be an issue with starting up the "timed out" UI when a notifications prompt is visible or needs to be dismissed. This modifies the behavior of SetFramesThrottled to only stop/start the timeouts if a webxr frame has not yet been submitted. This is essentially the logic that existed for these timeouts prior to the implementation of the throttled logic. Bug: 1014764 Change-Id: Ia9646799b8d54efc1f39e8800bf82acc5cf861a2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1865810 Commit-Queue: Alexander Cooper <alcooper@chromium.org> Commit-Queue: Klaus Weidner <klausw@chromium.org> Auto-Submit: Alexander Cooper <alcooper@chromium.org> Reviewed-by:
Klaus Weidner <klausw@chromium.org> Cr-Commit-Position: refs/heads/master@{#706681}
-
Ahmed Mehfooz authored
This reverts commit d680737d. Reason for revert: Causes a different crash in return for fixing one. Original change's description: > Fix message center crash > > Modify check for message center gaining activation to not > dereference the message center widget. There's a crash > caused by focus switching between the message center > and quick setting bubbles before the message center bubble's > constructor has exited. > > Change-Id: Ia15acb47dc3806466a2f40a73e843333655e7953 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1860692 > Commit-Queue: Ahmed Mehfooz <amehfooz@chromium.org> > Reviewed-by: Tim Song <tengs@chromium.org> > Cr-Commit-Position: refs/heads/master@{#705749} TBR=tengs@chromium.org,amehfooz@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Change-Id: Ie38a91a9c3ef177425b461ec6b42822d0c0c5bdb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1865657Reviewed-by:
Ahmed Mehfooz <amehfooz@chromium.org> Commit-Queue: Ahmed Mehfooz <amehfooz@chromium.org> Cr-Commit-Position: refs/heads/master@{#706680}
-
Giovanni Ortuño Urquidi authored
Generate constant names have recently changed to CONSTANT_CAISING. This CL fixes usage of the old names. Bug: 1014233 Change-Id: Ib7c7c50bcb34150c86bbeec08c7aaac87718de1c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1862886Reviewed-by:
mark a. foltz <mfoltz@chromium.org> Commit-Queue: Giovanni Ortuño Urquidi <ortuno@chromium.org> Cr-Commit-Position: refs/heads/master@{#706679}
-
Mitsuru Oshima authored
cros side change: https://chromium-review.googlesource.com/c/chromiumos/platform/tast-tests/+/1861131 Bug: 1014218 Test: None Change-Id: I0caf2f9ae4f4fb0d84a9c09642bcab78294bce0e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1861138Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Xiaoqian Dai <xdai@chromium.org> Commit-Queue: Mitsuru Oshima <oshima@chromium.org> Cr-Commit-Position: refs/heads/master@{#706678}
-
John Budorick authored
Bug: 1014950 Change-Id: I1e09d061df53b106b1e1ad33923b71122d698882 Tbr: alph@chromium.org Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1865813Reviewed-by:
John Budorick <jbudorick@chromium.org> Commit-Queue: John Budorick <jbudorick@chromium.org> Cr-Commit-Position: refs/heads/master@{#706677}
-
Joe Mason authored
Bug: 969139 Change-Id: Iae7fd1ef3ae269cfac1db6fea41016864328e0d7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1845964Reviewed-by:
Jesse Doherty <jwd@chromium.org> Commit-Queue: Joe Mason <joenotcharles@chromium.org> Cr-Commit-Position: refs/heads/master@{#706676}
-
David Benjamin authored
As of https://chromium-review.googlesource.com/c/chromium/src/+/1657387, the VariationsHeaderHelper no longer needs code to support URLRequest. Bug: 773295 Change-Id: Ide7d426f5b27701f1ac3063d2ee674a4879016ba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1853105 Auto-Submit: David Benjamin <davidben@chromium.org> Commit-Queue: Jesse Doherty <jwd@chromium.org> Reviewed-by:
Jesse Doherty <jwd@chromium.org> Cr-Commit-Position: refs/heads/master@{#706675}
-
David Van Cleve authored
We want to keep this around for a couple more milestones because it will be a way to test/opt out of the new referrer policy default (crbug.com/1014207). Bug: 1014207 Change-Id: I67fe1b41ecf2c1ca76b744f4c1dcd1c7da2b8f02 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1865557 Auto-Submit: David Van Cleve <davidvc@chromium.org> Reviewed-by:
Lily Chen <chlily@chromium.org> Commit-Queue: Lily Chen <chlily@chromium.org> Cr-Commit-Position: refs/heads/master@{#706674}
-
Christian Biesinger authored
This turns on the flag to compute the aspect ratio for <img> elements from the width/height attributes, if any, while the image is loading. Intent to ship: https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/GePU9T8UpEc/bET6Mi60CgAJ https://chromestatus.com/feature/5695266130755584 Bug: 979891 Change-Id: Ib7aa7c8766807613af2bf01eea21a64925095763 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1865546 Auto-Submit: Christian Biesinger <cbiesinger@chromium.org> Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Commit-Queue: Chris Harrelson <chrishtr@chromium.org> Commit-Queue: Christian Biesinger <cbiesinger@chromium.org> Cr-Commit-Position: refs/heads/master@{#706673}
-
John Delaney authored
crrrev.com/c/1846313 added noise to the network threshold for heavy ads. This change did not override the noise provider in AdsPageLoadMetricsObserverTest.HeavyAdWithUserGesture_NotConsideredHeavy, This does not break the test because we never consider the ad to be heavy. However, if there was a regression that caused an ad with a user gesture to be considered heavy, this test becomes non-determinstic as the noise may cause us to not label it as heavy. This CL mocks the noise provider to 0 to ensure we are testing the user gesture logic correctly. This similar behavior was seen in two other tests which are also updated. Change-Id: I7f085800b6ae189a5082c207460defd68b371638 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1849130 Commit-Queue: John Delaney <johnidel@chromium.org> Reviewed-by:
Charlie Harrison <csharrison@chromium.org> Cr-Commit-Position: refs/heads/master@{#706672}
-
Shakti Sahu authored
This CL handles: 1 - Sets the height of ThinWebView correctly without using custom full ratio 2 - Recalculates and sets the height correctly on an orientation change Bug: 1014225 Change-Id: Ie3c129cce6755603abea032f71d21e1c50537177 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1860599Reviewed-by:
Matthew Jones <mdjones@chromium.org> Reviewed-by:
Jinsuk Kim <jinsukkim@chromium.org> Commit-Queue: Shakti Sahu <shaktisahu@chromium.org> Cr-Commit-Position: refs/heads/master@{#706671}
-
Jazz Xu authored
This CL modify the spacing to taking 1/3 of the available space if we have a small screen or in portrait mode, 1/5 if we have large screen. Bug: 1011641 Change-Id: I97020a650f416c9976eb5a9ab32b038a9338ba53 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1865553Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Jazz Xu <jazzhsu@chromium.org> Cr-Commit-Position: refs/heads/master@{#706670}
-
Garrett Beaty authored
Bug: 1011908 Change-Id: I95190f8f0ecbad7a5ae556145e92e9b5094041f9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1864419Reviewed-by:
Stephen Martinis <martiniss@chromium.org> Commit-Queue: Garrett Beaty <gbeaty@chromium.org> Cr-Commit-Position: refs/heads/master@{#706669}
-
Akihiro Ota authored
This change modifies the plumbing for autofill state to include autocomplete as well. Though these two concepts are similar, they are different, and we would like to keep them separate inside blink. Screen readers can then choose how they want to expose these pieces of information to the user. This change also modifies where autofill/autocomplete state is stored. It was previously being stored on each AXLayoutObject, many of which never needed this information. Now, autofill/autocomplete state is stored in AXObjectCache so we only store this information for objects that use it. Bug: 994904 Change-Id: Ie9c924a033fad949efee27d466c79215689a87c5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1766701 Commit-Queue: Akihiro Ota <akihiroota@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Reviewed-by:
Tommy Martino <tmartino@chromium.org> Cr-Commit-Position: refs/heads/master@{#706668}
-
Daniel Cheng authored
Also cleaned up: - duplicate 'printing' section in WebLocalFrame - superfluous IsLoading() override in WebLocalFrame Bug: 416660 Change-Id: I2a9d1ed89d1f8d4d7c3d297fe9066a42fa77f2f3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1864617Reviewed-by:
danakj <danakj@chromium.org> Commit-Queue: Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#706667}
-
Michael Lippautz authored
- Fetch ThreadState from page header instead of TLS. - Avoid virtual call when checking for large object pages. - Directly go through object_start_bitmap() instead of using FromInnerAddress, as we know that the address is neither null, nor in the linear allocation area or pointing to free space. - Fold TryMark and Mark at the expense of an Unmark() for the rare case where an object is in construction. Output on Z840 (down from ~21.8x): [ RUN ] WriteBarrierPerfTest.MemberWritePerformance *RESULT WriteBarrierPerfTest writes during GC: = 28129.39521800281 writes/ms *RESULT WriteBarrierPerfTest writes outside GC: = 480769.2307692308 writes/ms *RESULT WriteBarrierPerfTest relative speed difference: = 17.091346153846157 times [ OK ] WriteBarrierPerfTest.MemberWritePerformance (32 ms) Bug: 1014414 Change-Id: I9319a312a94a4fbafd4d87145414e7b2f4acd583 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1865163 Commit-Queue: Michael Lippautz <mlippautz@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Anton Bikineev <bikineev@chromium.org> Cr-Commit-Position: refs/heads/master@{#706666}
-
Yuwei Huang authored
l10n_util::GetApplicationLocale() returns empty string on Android since we don't pack any .pak file into our apk, which makes the notification client always fallback to en-US. This CL fixes this by calling base::android::GetDefaultLocaleString() on Android to get back the default locale. Bug: 1001291 Change-Id: I0d8499d00dcd8a1343109377b3bee6f708c43e59 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1864362 Auto-Submit: Yuwei Huang <yuweih@chromium.org> Commit-Queue: Jamie Walch <jamiewalch@chromium.org> Reviewed-by:
Jamie Walch <jamiewalch@chromium.org> Cr-Commit-Position: refs/heads/master@{#706665}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/341f30345fd1..4283206673b9 git log 341f30345fd1..4283206673b9 --date=short --no-merges --format='%ad %ae %s' 2019-10-16 khegde@chromium.org diagnostics: Add healthd_ec to cros_ec-access Created with: gclient setdep -r src/third_party/chromite@4283206673b9 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/chromite-chromium-autoroll Please CC chrome-os-gardeners@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:chromeos-kevin-rel TBR=chrome-os-gardeners@google.com Bug: None Change-Id: I2caa5eda4bfd750f0673b0c2fb0b3a1d19d3e833 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1865584Reviewed-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@{#706664}
-
Daniel Cheng authored
This operation doesn't make sense on remote frames. Bug: 416660 Change-Id: I24ab6dfbfa1e582a920f7502076e88e24eccaa47 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1865610Reviewed-by:
danakj <danakj@chromium.org> Commit-Queue: Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#706663}
-
Charles Zhao authored
(1) Feature kEnableCrOSActionRecorder is added with param "CrOSActionRecorderType" to initialize CrOSActionRecorder. (2) Used that flag in unit tests. (3) Associate a Chrome flag enable-cros-action-recorder to the Feature so that the Feature can be enabled from chrome flags. Bug: 1012936 Change-Id: I21cb53b3a2201a7fa959c936ccee32b397708f4e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1859806Reviewed-by:
Tony Yeoman <tby@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Charles . <charleszhao@chromium.org> Commit-Queue: Charles . <charleszhao@chromium.org> Auto-Submit: Charles . <charleszhao@chromium.org> Cr-Commit-Position: refs/heads/master@{#706662}
-
James Darpinian authored
This reverts commit 305eca2a. Fixed: Only disable ARB_texture_rectangle for WebGL contexts. Original change's description: > Revert "WebGL: Don't expose ARB_texture_rectangle on Mac passthrough" > > This reverts commit f061988f. > > Reason for revert: Failures on webgl(2)_conformance_gl_passthrough_tests on Mac FYI bots > > Original change's description: > > WebGL: Don't expose ARB_texture_rectangle on Mac passthrough > > > > Uses the new DisableExtension functionality from > > https://chromium-review.googlesource.com/c/angle/angle/+/1838418 > > to prevent ARB_texture_rectangle from being exposed to WebGL shaders. > > > > Bug: angleproject:3770 > > Change-Id: I106785757235f3f1748d74ddf25dac9384caa281 > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1842223 > > Reviewed-by: Kenneth Russell <kbr@chromium.org> > > Commit-Queue: James Darpinian <jdarpinian@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#705802} > > TBR=kbr@chromium.org,jdarpinian@chromium.org > > Change-Id: I924e7a306fbb91feb914973b9a3a24b857d738e4 > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Bug: angleproject:3770 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1863155 > Reviewed-by: Kai Ninomiya <kainino@chromium.org> > Commit-Queue: Kai Ninomiya <kainino@chromium.org> > Cr-Commit-Position: refs/heads/master@{#705994} Bug: angleproject:3770 Change-Id: I32a776e0f7473574b2d985b9a07aebae799d47e2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1864092 Auto-Submit: James Darpinian <jdarpinian@chromium.org> Reviewed-by:
Kai Ninomiya <kainino@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#706661}
-
Brandon Goddard authored
This change adds the ability to navigate to the allocation stacks in the memory tool from a keyboard. It uses arrow keys to navigate the stack, and the links can be accessed from pressing enter when the item has focus, or from a context menu for consistency with other callstacks with links. Before: https://imgur.com/gz1mCyY **Note context menu text has been updated since recording After gif. It now reads 'Reveal in Sources panel' After: https://imgur.com/aJJgco0 Bug: 963183 Change-Id: I0babaab431c60913f94eca7f0fee9bb0e8c25532 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1696400 Commit-Queue: Brandon Goddard <brgoddar@microsoft.com> Reviewed-by:
Lorne Mitchell <lomitch@microsoft.com> Reviewed-by:
Jeff Fisher <jeffish@microsoft.com> Cr-Commit-Position: refs/heads/master@{#706660}
-
chrome://set-timedpapad authored
Bug: 965770 Test: No more HTML Import warnings in DevTools Change-Id: I0abdba8172166dee7bd8f45121440d1bc01b7a0d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1863951Reviewed-by:
James Cook <jamescook@chromium.org> Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#706659}
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/KhronosGroup/glslang/+log/ee8e9c15222c..9e4f6d03f2f7 git log ee8e9c15222c..9e4f6d03f2f7 --date=short --no-merges --format='%ad %ae %s' 2019-10-16 johnkslang@users.noreply.github.com Merge pull request #1932 from zoddicus/anotherSemiColonFix 2019-10-16 johnkslang@users.noreply.github.com Merge pull request #1934 from durswd/master 2019-10-15 johnkslang@users.noreply.github.com Merge pull request #1866 from rumblehhh/master 2019-10-15 johnkslang@users.noreply.github.com Merge pull request #1930 from ux3d/fix/CMakeOptionalExternalBuild 2019-10-15 cepheus@frii.com GLSL/SPV: Pre SPIR-V 1.5, subgroupQuadBroadcast index must be constant 2019-10-12 johnkslang@users.noreply.github.com Merge pull request #1880 from georgeouzou/master 2019-10-12 johnkslang@users.noreply.github.com Merge pull request #1928 from Xottab-DUTY/patch-1 2019-10-12 johnkslang@users.noreply.github.com Merge pull request #1926 from zoddicus/fixChromiumRoll 2019-10-11 johnkslang@users.noreply.github.com Merge pull request #1888 from Roy-AMD/Adjusting-code-interface 2019-10-11 johnkslang@users.noreply.github.com Merge pull request #1925 from greg-lunarg/kg107 Created with: gclient setdep -r src/third_party/glslang/src@9e4f6d03f2f7 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,jmadill@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md TBR=radial-bots+chrome-roll@google.com,jmadill@google.com Bug: None Change-Id: I3d0e77f6c08b064a99949946d1919ffde8065191 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1865581Reviewed-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@{#706658}
-
Vladimir Levin authored
This patch updates the activation reasons to classify tab focus and selection as being viewport activations. This implements the resolution from: https://github.com/WICG/display-locking/issues/87 R=chrishtr@chromium.org, rakina@chromium.org Change-Id: I9202713a5b375775a7ac5fd3348d949d8f4a3cdb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1864821 Commit-Queue: vmpstr <vmpstr@chromium.org> Commit-Queue: Chris Harrelson <chrishtr@chromium.org> Auto-Submit: vmpstr <vmpstr@chromium.org> Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Cr-Commit-Position: refs/heads/master@{#706657}
-
Joe DeBlasio authored
This CL adds a banner to the Safety Tip bubble on desktop platforms. It introduces two UIs: one for URL lookalikes, and one for suspicious sites. It now looks like this: https://drive.google.com/file/d/1RppvDBXThzzbu5CknJ_-nYP6iKkXH8l6/view Bug: 1013401 Change-Id: Id2eef386ddeedc89535f8e8097a8348bf2572558 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1865539Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Commit-Queue: Joe DeBlasio <jdeblasio@chromium.org> Cr-Commit-Position: refs/heads/master@{#706656}
-
Dave Tapuska authored
Prior to https://chromium-review.googlesource.com/c/chromium/src/+/1842298 errors that occurred on a destroyed context were hidden. The change turned the errors into a null pointer failure. Appropriately reject promises for handles that are associated with a destroyed context. BUG=1015086 Change-Id: I75d7b334ec2c2c219e703c5afa31036895e0c7a2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1865649 Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Reviewed-by:
Marijn Kruisselbrink <mek@chromium.org> Cr-Commit-Position: refs/heads/master@{#706655}
-
evliu authored
Bug: 724598 Change-Id: Icd4f59dcd9a917bfd9ab910c51dc27396b581d79 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1863353 Commit-Queue: Evan Liu <evliu@google.com> Reviewed-by:
Fredrik Söderquist <fs@opera.com> Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/master@{#706654}
-