- 10 Mar, 2018 40 commits
-
-
Jared Saul authored
This allows the dialog to use Harmony defaults. Bug: 820619 Change-Id: I814012b85324f27cd8b95346513f1b3d630aae24 Reviewed-on: https://chromium-review.googlesource.com/957818Reviewed-by:
Evan Stade <estade@chromium.org> Commit-Queue: Jared Saul <jsaul@google.com> Cr-Commit-Position: refs/heads/master@{#542328}
-
https://chromium.googlesource.com/angle/angle.git/+log/33140409810f..e2995cce7161 $ git log 331404098..e2995cce7 --date=short --no-merges --format='%ad %ae %s' 2018-03-09 jmadill Vulkan: Fix layers not being enabled on the bots. 2018-03-09 geofflang Use full type names instead of auto for simple structs. 2018-03-09 geofflang Rename syncRendererState methods to syncImplementationState. 2018-03-09 cwallez cq.cfg: Add equivalent_to to ramp-up during LUCI migration 2018-03-09 ynovikov Skip TransformFeedbackLifetimeTest.DeletedBuffer on Win Intel GL 2018-03-09 jmadill Vulkan: Add Vk format overrides table. 2018-03-09 jmadill Vulkan: Use free descriptor set bits in pool. 2018-03-09 lucferron Vulkan: Fix issue in blending factor conversions 2018-03-08 jmadill Nuke ValidationContext. 2017-09-22 geofflang Reorder state synchronization for resource init. Created with: roll-dep src/third_party/angle BUG=815092 The AutoRoll server is located here: https://angle-chromium-roll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel TBR=ynovikov@chromium.org Change-Id: I6a77383ed0bda7bb90494f0af30d7bf39b620819 Reviewed-on: https://chromium-review.googlesource.com/957884Reviewed-by:
angle-chromium-autoroll <angle-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: angle-chromium-autoroll <angle-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#542327}
-
Saman Sami authored
Currently snapshots in DevTools are letterboxed if the renderer is resized multiple times. Although this might be desirable for other usages of FrameSinkVideoCapturer, we definitely don't want this for DevTools, so add a method to configure resize throttling period. Bug: 813929 Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel Change-Id: I12807e57a0b9a4a2131c46a97c004fb2d577ea2f Reviewed-on: https://chromium-review.googlesource.com/954012Reviewed-by:
Yuri Wiitala <miu@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
Andrey Kosyakov <caseq@chromium.org> Commit-Queue: Saman Sami <samans@chromium.org> Cr-Commit-Position: refs/heads/master@{#542326}
-
Paul Miller authored
This will be needed to start loading the variations seed earlier. Also clean up the places where we were passing the package name around. BUG=954058 Change-Id: Ia5345688cc6e1cac6451f1ddeda248d1f504d81d Reviewed-on: https://chromium-review.googlesource.com/957862Reviewed-by:
Bo <boliu@chromium.org> Commit-Queue: Paul Miller <paulmiller@chromium.org> Cr-Commit-Position: refs/heads/master@{#542325}
-
Scott Violet authored
And instead changes GetRootWindowForEventDispatch() to return null if not in a valid hierarchy for event dispatch. BUG=none TEST=none Change-Id: I9e8d23d3607fb600d2cf0c80ff1086688a4b6c13 Reviewed-on: https://chromium-review.googlesource.com/956849Reviewed-by:
James Cook <jamescook@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#542324}
-
Dale Curtis authored
This removes the hardcoded setup of the decrypting audio and video decoders out of the DecoderSelector and into the standard decoder list. This functions similarly to the old behavior, but instead of knowing except for the following differences: - All decoders are checked for encrypted support first now. - If no decoder succeeds in initialization with an encrypted configuration, we'll try creating a DecryptingDemuxerStream, if this succeeds we'll check the decoder list again, if it fails, we'll abort as before. Mainly this implies that falling back to decrypt-only will take slightly longer than before. This also adds back support for EME to use GpuMemoryBuffers. BUG=801245 TEST=updated lots of unittests... Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Change-Id: I578809aeebaa59d81f65a5be2f2f1f76713d0f68 Reviewed-on: https://chromium-review.googlesource.com/952207Reviewed-by:
Xiaohan Wang <xhwang@chromium.org> Commit-Queue: Dale Curtis <dalecurtis@chromium.org> Cr-Commit-Position: refs/heads/master@{#542323}
-
Zhongyi Shi authored
migration. Also add more granular histograms to collect data on PacketReader errors. Bug: 818050 Change-Id: I39d736967f1a3347e964c09862982941e4f0d60d Reviewed-on: https://chromium-review.googlesource.com/956663 Commit-Queue: Zhongyi Shi <zhongyi@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Reviewed-by:
Ryan Hamilton <rch@chromium.org> Cr-Commit-Position: refs/heads/master@{#542322}
-
kylechar authored
The order of methods has gotten pretty messy over the years. Reorder source file so its free functions, public functions then private functions and follows the order in header. Also fix header to be more style guide compliant. No change to any code beyond order and formatting. This is an initial step before refactoring resource allocation code. Bug: 730660 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel Change-Id: I6b36a8119c7c70e6981a24c56562b7e0ac2a504c Reviewed-on: https://chromium-review.googlesource.com/957556Reviewed-by:
danakj <danakj@chromium.org> Commit-Queue: kylechar <kylechar@chromium.org> Cr-Commit-Position: refs/heads/master@{#542321}
-
https://pdfium.googlesource.com/pdfium.git/+log/69da36c5f841..0d0d3ad30ca8 $ git log 69da36c5f..0d0d3ad30 --date=short --no-merges --format='%ad %ae %s' 2018-03-09 dsinclair Remove default params from CPDF_DefaultAppearance methods Created with: roll-dep src/third_party/pdfium The AutoRoll server is located here: https://pdfium-roll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. TBR=dsinclair@chromium.org Change-Id: I97a36d18bd78b98171c0f1951ff52fabe9be9705 Reviewed-on: https://chromium-review.googlesource.com/957661 Commit-Queue: pdfium-chromium-autoroll <pdfium-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Reviewed-by:
pdfium-chromium-autoroll <pdfium-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#542320}
-
https://webrtc.googlesource.com/src.git/+log/a5aa68b73f1d..ba907f00581e $ git log a5aa68b73..ba907f005 --date=short --no-merges --format='%ad %ae %s' Created with: roll-dep src/third_party/webrtc The AutoRoll server is located here: https://webrtc-chromium-roll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_chromium_archive_rel_ng;master.tryserver.chromium.mac:mac_chromium_archive_rel_ng;master.tryserver.chromium.win:win-msvc-dbg TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: I549e3613c6ea3f8a775f83e9d641e0d404e53e1c Reviewed-on: https://chromium-review.googlesource.com/957557Reviewed-by:
webrtc-chromium-autoroll <webrtc-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: webrtc-chromium-autoroll <webrtc-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#542319}
-
Takashi Toyoshima authored
Current slow-loading.html requires at least 5 seconds to finish. This may easily exceeds 6 seconds timeout of LayoutTests. To stabilize the test, let me change the result check timing from 5 seconds to 4 seconds. Bug: 818387 Change-Id: Id6b9b62c8bda3187850b71c57b3895ebca524bf2 Reviewed-on: https://chromium-review.googlesource.com/956828Reviewed-by:
Kunihiko Sakamoto <ksakamoto@chromium.org> Commit-Queue: Takashi Toyoshima <toyoshim@chromium.org> Cr-Commit-Position: refs/heads/master@{#542318}
-
https://chromium.googlesource.com/catapult.git/+log/21ff400bb488..1537dcedd27d $ git log 21ff400bb..1537dcedd --date=short --no-merges --format='%ad %ae %s' 2018-03-10 nednguyen Cleanup numpy & cv2 cloud storage binary from Telemetry Created with: roll-dep src/third_party/catapult The AutoRoll server is located here: https://catapult-roll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. TBR=sullivan@chromium.org Change-Id: I7f53a3863e427cac1d9f3cbaa93ca75173233bc9 Reviewed-on: https://chromium-review.googlesource.com/957715Reviewed-by:
catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#542317}
-
Ian Kilpatrick authored
As above. Removes all relevant code, and layout-tests for this feature. See intent to deprecate and remove: https://groups.google.com/a/chromium.org/d/msg/blink-dev/-e92az54B4I/SZdhGR19DgAJ Bug: 818691 Change-Id: Ib39061c2181e142d3122ec0892746266ab06ccda Reviewed-on: https://chromium-review.googlesource.com/956619 Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org> Reviewed-by:
Morten Stenshorne <mstensho@chromium.org> Reviewed-by:
Emil A Eklund <eae@chromium.org> Cr-Commit-Position: refs/heads/master@{#542316}
-
Sammie Quon authored
Previously relied on using tap_count in GestureEvent which has a minimum time between taps of 40ms for consecutive taps to have tap_count of 2. Remove that and track double taps in overview button tray.cc. Allows double tap from mice now. Test: ash_unittests OverviewButtonTrayTest.* Bug: 817883 Change-Id: Icce2e668223f938a7f8194c5f0a03279abff9907 Reviewed-on: https://chromium-review.googlesource.com/956769 Commit-Queue: Sammie Quon <sammiequon@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#542315}
-
Scott Chen authored
Bug: 817117 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I69996a0a30fba0dbedba95745dd396eb1500769b Reviewed-on: https://chromium-review.googlesource.com/954292 Commit-Queue: Scott Chen <scottchen@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#542314}
-
Karan Bhatia authored
This CL bumps the Docserver version to 3.55.0. We uploaded new templates to the chrome webstore GCS bucket and this is required to see whether the update works. BUG=796031 Change-Id: Ibfeb8e549c642390f47918bb6c0a8e1a1279577c Reviewed-on: https://chromium-review.googlesource.com/957813Reviewed-by:
Istiaque Ahmed <lazyboy@chromium.org> Commit-Queue: Karan Bhatia <karandeepb@chromium.org> Cr-Commit-Position: refs/heads/master@{#542313}
-
Chandan Padhi authored
Bug: 817769 Change-Id: Iae2abc17aee26c5586c38412140f18fbacc66568 Reviewed-on: https://chromium-review.googlesource.com/945590Reviewed-by:
Philip Jägenstedt <foolip@chromium.org> Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Commit-Queue: Chandan Padhi <c.padhi@samsung.com> Cr-Commit-Position: refs/heads/master@{#542312}
-
James Darpinian authored
Bug: 696345 Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Change-Id: Id534cd0169d02311c808cd7803a86d63c5e1329b Reviewed-on: https://chromium-review.googlesource.com/924825 Commit-Queue: James Darpinian <jdarpinian@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#542311}
-
Jiaquan He authored
Design doc: go/mustash Design doc: go/move-applist AppList consists of two parts: Apps and Search. Everything is currently initiated in Chrome. This commit does a few things: - initiates all AppList UI in Ash; - removes all AppList UI from Chrome; - bridges Ash and Chrome with AppListController and AppListClient in //ash/public/interfaces/app_list.mojom; - modifies all affected tests to apply to the new AppList architecture; - cleans up old AppList stuff, e.g. AppList presenter mojo interfaces. With this commit we're expecting: - all AppList models, views are initiated in Ash; - all other AppList logic, e.g. sync and search, still live in Chrome since they depend on user profile data; - in Mus+Ash mode, where Ash and Chrome are two different processes, we have Search disabled; - in classic mode, where Ash and Chrome are in the same process, we get SearchModel from Ash in Chrome and have Search enabled. Bug: 733662 Change-Id: I0e1e04e832ba74f8328af40deabf930b53d70bdd Reviewed-on: https://chromium-review.googlesource.com/954355Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Jiaquan He <hejq@google.com> Cr-Commit-Position: refs/heads/master@{#542310}
-
Jun Cai authored
This CL removes unnecessary comment characters in //services/device/generic_sensor/orientation_util.cc Bug: None Change-Id: I7354767c0a982bdad19522363a2a58be9dee4ca8 Reviewed-on: https://chromium-review.googlesource.com/957805Reviewed-by:
Reilly Grant <reillyg@chromium.org> Commit-Queue: Jun Cai <juncai@chromium.org> Cr-Commit-Position: refs/heads/master@{#542309}
-
James Cook authored
Make it use DeleteDelegate() to be more consistent with StatusAreaWidgetDelegate. Defer closing the widget until all the top-level windows are closed. Don't try to close all windows more than once during shutdown, which simplifies the shelf cleanup code. Originally landed as cc4be1cb. That version exposed a use-after-free in ash drag and drop code, which was fixed separately. See https://crbug.com/818603 TBR=sadrul@chromium.org Bug: 628655, 818603 Test: ash_unittests Change-Id: I4a8ade351456b476a19225f2c740e031f6b0e122 Reviewed-on: https://chromium-review.googlesource.com/956924 Commit-Queue: James Cook <jamescook@chromium.org> Reviewed-by:
Michael Wasserman <msw@chromium.org> Cr-Commit-Position: refs/heads/master@{#542308}
-
Kyle Horimoto authored
Previously, the link added a board parameter to the URL, but this was not correct for this particular link. Bug: 788897 Change-Id: I2e29bdbe61f27ecf1b868c3633c793152d2d587f Reviewed-on: https://chromium-review.googlesource.com/957598Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Commit-Queue: Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#542307}
-
Robert Ma authored
Starting from 10.12, system_profiler no longer contains the line "Retina: Yes" (or No), so we need to detect Retina by looking at the Resolution field instead. Besides, we now realize that our Retina bots are actually running 10.12 (despite their names saying 10.11, which will be fixed in other CLs), so Retina is changed to fall back to Mac 10.12 instead of 10.11. Lastly, rebaseline. Bug: 818558, 819851 Change-Id: Ie3ed6ef7d090590f411a1701b72be920498c9769 Reviewed-on: https://chromium-review.googlesource.com/957306 Commit-Queue: Robert Ma <robertma@chromium.org> Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#542306}
-
Erik Chen authored
The ownership semantics for LoginHandler are very confusing. The class is self-owned, and is only destroyed when LoginHandler::ReleaseSoon() is called. But this relies on the assumption that the LoginHandlerView is shown, which isn't always the case. This CL adds tracking for whether the LoginHandlerView has been shown, and if it has never been shown but CancelAuth() is called, then LoginHandler::ReleaseSoon() will also be called. This relies on the assumption that all codes paths must either show the LoginHandlerView or else call CancelAuth(). Ideally, the whole class should be refactored to have saner ownership semantics. Bug: 814334 Change-Id: I28085ca948a5629f11e6263153938e5c87f42518 Reviewed-on: https://chromium-review.googlesource.com/957283Reviewed-by:
Mustafa Emre Acer <meacer@chromium.org> Commit-Queue: Erik Chen <erikchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#542305}
-
Xing Liu authored
Currently we use URLFetcher as network backend, which will be deprecated soon, this CL converts InMemoryDownload to use SimpleURLLoader. Bug: 766299 Change-Id: I809766479804bb0a4c289095264c4ce5e788b54f Reviewed-on: https://chromium-review.googlesource.com/952364Reviewed-by:
David Trainor <dtrainor@chromium.org> Reviewed-by:
Min Qin <qinmin@chromium.org> Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Reviewed-by:
Shakti Sahu <shaktisahu@chromium.org> Commit-Queue: Xing Liu <xingliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#542304}
-
Jay Civelli authored
As part of the effort to deprecate UtilityProcessHost, changing extensions::UnzipInstaller to use the new Unzip service instead of UtilityProcessMojoClient. This remove the last use of a utility process for extensions, and as a result the extensions/utility directory can be removed. Tbr: tsepez@chromium.org,finnur@chromium.org Bug: 799220 Change-Id: Ibe4c7f0c16909c99ed572822718ac56a6bcb57fa Reviewed-on: https://chromium-review.googlesource.com/937902Reviewed-by:
Jay Civelli <jcivelli@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Reviewed-by:
Ken Rockot <rockot@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Joshua Pawlicki <waffles@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Commit-Queue: Jay Civelli <jcivelli@chromium.org> Cr-Commit-Position: refs/heads/master@{#542303}
-
Michael Giuffrida authored
ShellExtensionLoaderTest associates a new TestingPrefServiceSimple with the BrowserContext, but instead should associate the existing PrefService created by ExtensionsTest. Creating its own TestingPrefServiceSimple, besides being unnecessary, leads to invalid casts of its PrefRegistrySimple to a PrefRegistrySyncable (breaking the Linux CFI bots). TBR=rdevlin.cronin@chromium.org Bug: 820647 Change-Id: I2ae62a396622d034c8c5b04bbe9dabb529b5bd25 Reviewed-on: https://chromium-review.googlesource.com/957871Reviewed-by:
Michael Giuffrida <michaelpg@chromium.org> Commit-Queue: Michael Giuffrida <michaelpg@chromium.org> Cr-Commit-Position: refs/heads/master@{#542302}
-
Yuly Novikov authored
Also add LUCI version of android_optional_gpu_tests_rel BUG=811812 BUG=811804 BUG=811803 BUG=811863 BUG=811816 BUG=811786 BUG=811782 BUG=819960 BUG=819959 BUG=731979 BUG=731958 BUG=759301 Change-Id: I9e6bb793977dc5235bbe941c76e4da34c4644dc0 Reviewed-on: https://chromium-review.googlesource.com/957649 Commit-Queue: Yuly Novikov <ynovikov@chromium.org> Reviewed-by:
Nodir Turakulov <nodir@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#542301}
-
Fadi Meawad authored
This CL allows the TabManager to freeze a specific tab, it also extends the chrome://discards UI to freeze a selected tab. What this CL does: - It calls the WebViewScheduler::SetPageFrozen. - It reaches all the WebViewSchedulers in the page including the ones out-of-process. - That in turns fires the window.onfreeze callback with its current and future restrictions - It enables the TabManager to freeze a tab instead of discarding it if it sees fit - It allows developers to test the onfreeze callback from the chrome://discards page What this CL does not do: - It does not actually freeze the page, as this logic needs to be migrated from the RendererSchedulerImpl down to the FrameSchedulerImpl - It does not propagate the lifecycle state back to the TabManager Both of them are coming up in follow up CLs Bug: chromium:804976 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: Ide3963dbe65b3adc1a5aa99dd0bdaca8f7bae9df Reviewed-on: https://chromium-review.googlesource.com/924274Reviewed-by:
Nasko Oskov <nasko@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Chris Hamilton <chrisha@chromium.org> Commit-Queue: Fadi Meawad <fmeawad@chromium.org> Cr-Commit-Position: refs/heads/master@{#542300}
-
Saman Sami authored
The eyedropper tool currently depends on being notified about arrival of CompositorFrames from the renderer which is incompatible with the VizDisplayCompositor feature. If viz is enabled, use the new video capture API with is compatible with viz. TBR=jam@chromium.org Bug: 771336 Change-Id: I3e0edaf9cc467045a00fa05212ce79cfd58065c9 Reviewed-on: https://chromium-review.googlesource.com/949885 Commit-Queue: Saman Sami <samans@chromium.org> Reviewed-by:
John Rummell <jrummell@chromium.org> Reviewed-by:
Andrey Kosyakov <caseq@chromium.org> Reviewed-by:
Yuri Wiitala <miu@chromium.org> Reviewed-by:
Antoine Labour <piman@chromium.org> Cr-Commit-Position: refs/heads/master@{#542299}
-
Toni Barzic authored
Makes LockContentsView observe DetachableBaseHandler, and display an error bubble when it detects that the user has attached a base different than the one they used last. The bubble has the same style as the auth error bubble, but is not supposed to be dismissable by the user (so untrusted user can't remove the error bubble while the device is unattended). Updates LoginBubble class to support non-dismissable error bubbles - introduces kFlagPersistent flag that can be passed to ShowErrorBubble. If the flag is set, the bubble will not be closed on key, mouse or gesture events. BUG=796300 Change-Id: I9723ba61450d03bdedb395462994d0b3546e5db0 Reviewed-on: https://chromium-review.googlesource.com/941726Reviewed-by:
Jacob Dufault <jdufault@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Toni Barzic <tbarzic@chromium.org> Cr-Commit-Position: refs/heads/master@{#542298}
-
Zhiling Huang authored
Bug: 803245 Change-Id: I645e82663991cd012ced5f19a056d08bbc2c797d Reviewed-on: https://chromium-review.googlesource.com/952281Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Zhiling Huang <hzl@chromium.org> Cr-Commit-Position: refs/heads/master@{#542297}
-
Wez authored
Some of these tests expected a message from the child process, and would verify that it was valid/invalid as expected, but would still pass if no message were received at all. Bug: 816620 Change-Id: Ie8acf85086f4416c7023118673c40d00a2e190d7 Reviewed-on: https://chromium-review.googlesource.com/955554Reviewed-by:
Ken Rockot <rockot@chromium.org> Commit-Queue: Wez <wez@chromium.org> Cr-Commit-Position: refs/heads/master@{#542296}
-
Philip Jägenstedt authored
Part of https://github.com/w3c/web-platform-tests/issues/7784 and roundabout manner. Change-Id: I7a11d22240784d94776d77ca07d0c28b1ef12736 Reviewed-on: https://chromium-review.googlesource.com/952670Reviewed-by:
Emily Stark <estark@chromium.org> Commit-Queue: Philip Jägenstedt <foolip@chromium.org> Cr-Commit-Position: refs/heads/master@{#542295}
-
Christopher Grant authored
Thie is a manual reland of CL 953962. This change wires up button hover and click sounds, and adds them to the asset structure. BUG=812026 Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_vr;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Change-Id: Id349bfe17f01cfcc3f911fc1b69d7dc33879ced6 Reviewed-on: https://chromium-review.googlesource.com/957305Reviewed-by:
Tibor Goldschwendt <tiborg@chromium.org> Commit-Queue: Christopher Grant <cjgrant@chromium.org> Cr-Commit-Position: refs/heads/master@{#542294}
-
Min Qin authored
ByteStreamReader is in content/ and download should avoid such dependency. Replace all the ByteStreamReader mocks with mocks of download::InputStream Bug: 803135 Change-Id: I3650d482943c604bedc39c0db8ec7b1021656fe4 Reviewed-on: https://chromium-review.googlesource.com/957446Reviewed-by:
Xing Liu <xingliu@chromium.org> Commit-Queue: Min Qin <qinmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#542293}
-
Seth Hampson authored
We are deprecating label() and moving to using id() for consistency and spec compliance. This is part of the effort to support to multiple media stream ids in webrtc. Bug: webrtc:8977 Change-Id: Iab6a8930f26d4c00a3a5153dd1cac85b3b4b5730 Reviewed-on: https://chromium-review.googlesource.com/953165Reviewed-by:
Sergey Ulanov <sergeyu@chromium.org> Commit-Queue: Seth Hampson <shampson@chromium.org> Cr-Commit-Position: refs/heads/master@{#542292}
-
Yuly Novikov authored
BUG=811812 BUG=811804 BUG=811803 BUG=811863 BUG=811816 BUG=811786 BUG=811782 BUG=819960 BUG=819959 BUG=731979 BUG=731958 BUG=759301 Change-Id: I3dca0071deea514bc99caff206abb5009984dbd4 Reviewed-on: https://chromium-review.googlesource.com/957485 Commit-Queue: Yuly Novikov <ynovikov@chromium.org> Reviewed-by:
Andrii Shyshkalov <tandrii@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#542291}
-
https://skia.googlesource.com/skia.git/+log/43f0ba073068..8c4cbf4cfb6d $ git log 43f0ba073..8c4cbf4cf --date=short --no-merges --format='%ad %ae %s' 2018-03-09 herb Remove last use of DetachCache. 2018-03-09 liyuqian Revert "Check the boundary while cumulating deltas in a mask" 2018-03-09 halcanary SkPDF: filter out empty clip draws more often 2018-03-09 jvanverth Add a negative translation to one of the smallpath GMs 2018-03-09 halcanary SkPDF: simplify PathOp code, emit empty clips. 2018-03-09 caryclark add starting template support 2018-03-09 caryclark Revert "start hardening pathmeasure" 2018-03-09 liyuqian Check the boundary while cumulating deltas in a mask 2018-03-08 caryclark start hardening pathmeasure 2018-03-09 bungeman IWYU for test files starting with 'B'. 2018-03-09 mtklein roll clang_linux package to Clang 6 2018-03-09 reed harden line clipper against slight numerical drift. 2018-03-09 herb Remove use of attach/detatch cache from distance field text 2018-03-09 jvanverth Fix issue with negative translations of small paths 2018-03-09 liyuqian Do not set record to empty if it's already computed 2018-03-09 reed Ensure Y->X ordering when building a region from a path 2018-03-09 brianosman Shim to enforce that canvas virtuals are overridden 2018-03-09 bungeman SkResourceCache.h shouldn't include itself. 2018-03-09 herb Remove TLS glyph cache calls. 2018-03-09 bsalomon Add GPUSink getters to suppress unused field warnings in no gpu build. 2018-03-09 herb Remove another set of AttachCache 2018-03-09 csmartdalton ccpr: Simplify triangle corners Created with: roll-dep src/third_party/skia The AutoRoll server is located here: https://autoroll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel TBR=fmalita@chromium.org Change-Id: Id78b31304ed7545ce1d228eea18ea48cec9582ee Reviewed-on: https://chromium-review.googlesource.com/957552 Commit-Queue: skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Reviewed-by:
skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#542290}
-
Lukasz Anforowicz authored
I have checked that these tests "unexpectedly" pass in https://test-results.appspot.com/data/layout_results/Linux_Tests/68204/site_per_process_webkit_layout_tests/layout-test-results/results.html: (and also in 68203 and 68202 and 68201), so let's try reenabling these tests. I have also tried 5 runs on linux_chromium_rel_ng trybot and all the removed tests have passed there as well, except external/wpt/content-security-policy/securitypolicyviolation/upgrade-insecure-requests-reporting.https.html which I can repro locally and which turned out to be the same as https://crbug.com/793127. Bug: 477150 Change-Id: I6b426a9ce0c9aa88f4c6945a2bec295acf9fc4da Reviewed-on: https://chromium-review.googlesource.com/957343Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Commit-Queue: Alex Moshchuk <alexmos@chromium.org> Cr-Commit-Position: refs/heads/master@{#542289}
-