- 19 Nov, 2019 31 commits
-
-
Peter Kasting authored
These were both based off GG600 and both used for text, but one was made to have 4.5 contrast and one wasn't. Since they're both used for text, we always want to ensure 4.5 contrast. Unify these. This results in slight changes to disabled buttons and disabled menu items. See the ButtonDisabledForeground and MenuItemDisabledForeground entries in https://docs.google.com/spreadsheets/d/1JoxAN5E-92ziNhIyWySVW4qzwRYtdNdVDsUtk894R3s/edit?usp=sharing for more. Bug: 1024091 Change-Id: I11e31e6784a3d8e651b3a936bb285edf1a8a36ce Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1922453 Auto-Submit: Peter Kasting <pkasting@chromium.org> Reviewed-by:
Robert Liao <robliao@chromium.org> Commit-Queue: Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#716410}
-
Alex Ilin authored
This CL removes the last references to deprecated shared memory classes in media/. It's a dead code that is no longer needed. This also fixes some missing includes that used to be added transitively. Bug: 849207 Change-Id: I29483f5af8fe69bec69ace124e92b3aed91c6c83 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1919216 Auto-Submit: Alex Ilin <alexilin@chromium.org> Reviewed-by:
Thomas Guilbert <tguilbert@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#716409}
-
Kent Tamura authored
Now keywords specified by ReflectOnly in IDL files need to be added to keywords.json5, and keywords for enterkeyhint and inputmode attributes are in keywords.json5. This CL removes enter_key_hint_names.json5 and input_mode_names.json5 because they are redundant. This CL has no behavior changes. Bug: 1024669 Change-Id: I49ea9d26cae9bc98da8849ed9bcfab875f487017 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1918784Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#716408}
-
Nathan Zabriskie authored
This CL refactors Canvas2DLayerBridge::FinishRasterTimers() to use RasterInterface in place of GLES2Interface. It also updates RasterImplementationGLES::CreateAndConsumeForGpuRaster() so that it can be called with shared image mailboxes and calls into RasterInterface during CanvasResourceSharedImage initialization. Finally, it checks for RasterInterface and GLInterface before making calls in code shared with WebGL. The references to GLES2Interface are being removed as part of the OOPR-Canvas2D project with the goal of fully transitioning Canvas2D to use RasterInterface. For more info about the project see the tracking bug here: crbug.com/1018894 Bug: 1018898 Change-Id: If2bcb8dc5ba88fa4b41322cfefa83397671736d9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1891851 Commit-Queue: Nathan Zabriskie <nazabris@microsoft.com> Reviewed-by:
Fernando Serboncini <fserb@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Reviewed-by:
Khushal <khushalsagar@chromium.org> Cr-Commit-Position: refs/heads/master@{#716407}
-
Esmael El-Moslimany authored
possible In the code, we were using to similar colors for the same blended color. This CL makes use of a defined opaque hex code representation of the color in places were either the colors were blended or where the hex code is used directly. Change-Id: If1f4989b595df4441a9407161388efc64d40a45d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1921335 Commit-Queue: Esmael Elmoslimany <aee@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#716406}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/94acd86a..2ddefb8d Please follow these instructions for assigning/CC'ing issues: https://v8.dev/docs/triage-issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux-blink-rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:mac_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:win_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: I05997af89cbe996e8a90b5aedeca4678eedcd696 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1921896Reviewed-by:
v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#716405}
-
David Tseng authored
TBR=akihiroota@chromium.org Change-Id: Iebe61b27eddcf7fb9261e741f211c5795842ae28 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1923030 Commit-Queue: David Tseng <dtseng@chromium.org> Reviewed-by:
David Tseng <dtseng@chromium.org> Cr-Commit-Position: refs/heads/master@{#716404}
-
Doug Arnett authored
This is preparation for being able to implement a queuing policy in the hints manager. Basically, HintsFetcher needs to surface different cases as to why hints weren't fetched in order for caller to know if should try again soon or try again later. This change also lands UMA for these status values to help us understand more about what queueing policy might be useful/needed. Bug: 1021310 Change-Id: I27d5cd72c597344db6844f5833c674edbc350e02 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1918145 Commit-Queue: Doug Arnett <dougarnett@chromium.org> Reviewed-by:
Michael Crouse <mcrouse@chromium.org> Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Cr-Commit-Position: refs/heads/master@{#716403}
-
Daniel Cheng authored
Bug: 1025358 Change-Id: Ifea58dfbd5062919e3786886d84ee16b833e63af Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1922450 Commit-Queue: Daniel Cheng <dcheng@chromium.org> Commit-Queue: Albert J. Wong <ajwong@chromium.org> Auto-Submit: Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Albert J. Wong <ajwong@chromium.org> Cr-Commit-Position: refs/heads/master@{#716402}
-
Matt Wolenetz authored
BUG=1026046 TBR=wangxianzhu@chromium.org Change-Id: Ib36bd8f64b65f2a2d8a51e61ae5ac3e795c73118 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1922703Reviewed-by:
Matthew Wolenetz <wolenetz@chromium.org> Commit-Queue: Matthew Wolenetz <wolenetz@chromium.org> Cr-Commit-Position: refs/heads/master@{#716401}
-
Matt Falkenhagen authored
Optimizing email. Change-Id: I7b32bf2ae2916d616428e95185445d6d3736c4d0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1923209 Auto-Submit: Matt Falkenhagen <falken@chromium.org> Reviewed-by:
Kenichi Ishibashi <bashi@chromium.org> Commit-Queue: Kenichi Ishibashi <bashi@chromium.org> Cr-Commit-Position: refs/heads/master@{#716400}
-
James Cook authored
The assistant service runs in the browser process on the UI thread. It can directly use the Profile's PrefService* to access prefs. This simplifies the code and is a step toward deleting the mojo pref service entirely. The only non-trivial change is that the AssistantServiceConnection object needs to destroy itself earlier in Profile teardown. AssistantStateBase has a PrefChangeRegistrar that needs to be destroyed before the Profile's PrefService is destroyed. I manually tested on linux-chromeos under ASAN and on device. TBR=battre@chromium.org Bug: 977637 Test: chromeos_unittests Change-Id: I6dec70a346b611c0825746cd1c39321d0dce466c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1919790 Commit-Queue: James Cook <jamescook@chromium.org> Reviewed-by:
Yue Li <updowndota@chromium.org> Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Cr-Commit-Position: refs/heads/master@{#716399}
-
Jonathan Ross authored
This reverts commit 49b134d3. Reason for revert: Fix for issue was landed: https://chromium-review.googlesource.com/c/chromium/src/+/1922357 Original change's description: > Suppress two WebGL tests on Android > > Recently the two tests concerned here were suppressed on > [ mac no-passthrough ] however they also fail on Android. > I'm updating to be just [ no-passthrough ] until the root > cause can be addressed. > > TBR=ynovikov@chromium.org > TEST=webgl2_conformance_tests > WebglExtension_WEBGL_draw_instanced_base_vertex_base_instance > WebglExtension_WEBGL_multi_draw_instanced_base_vertex_base_instance > > Bug: 1025719 > Change-Id: Ia6389b4456b4a231e26014e18dccb28fa9b0165c > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1921558 > Reviewed-by: Jonathan Ross <jonross@chromium.org> > Commit-Queue: Jonathan Ross <jonross@chromium.org> > Cr-Commit-Position: refs/heads/master@{#716165} TBR=ynovikov@chromium.org,jonross@chromium.org Change-Id: I4c43da5a00b2f90d006148d68a62811df88c850a No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1025719 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1922706Reviewed-by:
Jonathan Ross <jonross@chromium.org> Commit-Queue: Jonathan Ross <jonross@chromium.org> Cr-Commit-Position: refs/heads/master@{#716398}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/665be402b23d..52c6f67dbcab Created with: gclient setdep -r src-internal@52c6f67dbcab 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:1025939 Change-Id: Id4a4d2eea3eaeef12a0e21a3990eb218a43aa1a1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1922627Reviewed-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@{#716397}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/aa133ed09624..9708a7d8f867 git log aa133ed09624..9708a7d8f867 --date=short --no-merges --format='%ad %ae %s' 2019-11-18 vidorteg@microsoft.com Verifying that the tab exists in TabbedEditorcontainer tab map before consuming it. Created with: gclient setdep -r src/third_party/devtools-frontend/src@9708a7d8f867 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 v8-waterfall-sheriff@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 TBR=v8-waterfall-sheriff@grotations.appspotmail.com Bug: None Change-Id: Ib526fea05f8cd2a814c09eecb405ee324572ecaf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1922344Reviewed-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@{#716396}
-
Lijin Shen authored
After resizing screen, clicking bookmarks do not move to the target site. It is caused by that application misregards the device as a tablet while the view is still in mobile mode. Bug: 1013516 Change-Id: I40dfc49ede96a9f38f4e6b453cf97f3ac5561602 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1919350Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Lijin Shen <lazzzis@google.com> Cr-Commit-Position: refs/heads/master@{#716395}
-
Andrew Xu authored
Now in ShelfContainerView::ChildPreferredSizeChanged, layout is updated implicitly by calling PreferredSizeChanged(). However, due to the CL (https://crrev.com/c/1876128), when the parent view calls ChildPreferredSizeChanged(), the child view is not labeled as |needs_layout_|. As a result, ShelfContainerView's layout may fail to update after calling PreferredSizeChanged(). To solve this issue, ShelfContainerView's layout is invalidated explicitly. Bug: 1025567 Change-Id: Iee6c8cbebd038b78ae229a0f28d1f08924a68fa1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1921340Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Andrew Xu <andrewxu@chromium.org> Cr-Commit-Position: refs/heads/master@{#716394}
-
Khushal authored
R=zmo@chromium.org Bug: 10253933 Change-Id: I5f69fe6240c9b5b4d91827822bb81466a316f20d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1922434 Auto-Submit: Khushal <khushalsagar@chromium.org> Reviewed-by:
Zhenyao Mo <zmo@chromium.org> Commit-Queue: Khushal <khushalsagar@chromium.org> Cr-Commit-Position: refs/heads/master@{#716393}
-
Daniel Cheng authored
base::Hash() is deprecated and is being replaced by base::FastHash(). Existing uses are replaced with base::FastHash(), if appropriate, or base::PersistentHash() if output stability is required. Bug: 1025358 Change-Id: Id1f8b8c4dbbeb248c5c9725a0107506e35fbd771 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1919820Reviewed-by:
Carlos Knippschild <carlosk@chromium.org> Commit-Queue: Carlos Knippschild <carlosk@chromium.org> Auto-Submit: Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#716392}
-
Victor Hsieh authored
This is just to reflect the spec update. TEST=See matching strings on screen BUG=chromium:893332 Change-Id: Ibb4ec0f3d398cf8e1e0cf841c5045139a2e0a975 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1922747Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Commit-Queue: Victor Hsieh <victorhsieh@chromium.org> Cr-Commit-Position: refs/heads/master@{#716391}
-
Klaus Weidner authored
The transient input source for canvas input only supports a single input source, but was reacting to pointer events for non-primary inputs such as additional fingers on a multitouch screen. While this was mostly harmless due to separate logic in XRInputSource ensuring that the selectstart/selectend events don't overlap unexpectedly, it could still result in the resulting touch points jumping arbitrarily between the finger positions. Fix this by ignoring pointer events if they aren't marked isPrimary. Change-Id: I289af2040b3614937161193766bef7ca4b91e209 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1922332Reviewed-by:
Brandon Jones <bajones@chromium.org> Commit-Queue: Klaus Weidner <klausw@chromium.org> Cr-Commit-Position: refs/heads/master@{#716390}
-
Alexey Baskakov authored
This reverts commit bd07dee9. Reason for revert: Fails color-layer test on Mac10.10: https://ci.chromium.org/p/chromium/builders/ci/Mac10.10%20Tests/48789 Original change's description: > [CompositeAfterPaint] Remove internals.elementLayerTreeAsText() > > The layer tree mode is not supported in CompositedAfterPaint. > Remove it and rewrite the tests so that the tests will pass in > CompositeAfterPaint. > > Change-Id: Ided24dc50b6804397777fec8fbce45d8d6cb3174 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1918295 > Reviewed-by: Philip Rogers <pdr@chromium.org> > Reviewed-by: Ken Buchanan <kenrb@chromium.org> > Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> > Cr-Commit-Position: refs/heads/master@{#716300} TBR=kenrb@chromium.org,wangxianzhu@chromium.org,pdr@chromium.org Change-Id: I5a8667762698a7879975510df28578558c29295e No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1923208Reviewed-by:
Alexey Baskakov <loyso@chromium.org> Commit-Queue: Alexey Baskakov <loyso@chromium.org> Cr-Commit-Position: refs/heads/master@{#716389}
-
Alexey Baskakov authored
WebAppInstallTask::web_contents_ didn't have InstallableManager attached. Full installation (InstallWebAppFromManifestWithFallback) was DCHECKing on this. Let's unify all WebContents creation for all cases in CreateWebContents static factory method. Drive-by: Implement MaybeInstallAppsInSyncInstall to retry installation attempts on Chrome restart (after crash, for example). This code is disabled by default behind kDesktopPWAsWithoutExtensions and kDesktopPWAsUSS base features. Bug: 860583 Change-Id: Ieaa5426a8acaacfe9c6775bf669e022955892d96 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1918912Reviewed-by:
Eric Willigers <ericwilligers@chromium.org> Commit-Queue: Alexey Baskakov <loyso@chromium.org> Cr-Commit-Position: refs/heads/master@{#716388}
-
Avery Musbach authored
While the stack trace in the crash report says ShelfController::OnDisplayConfigurationChanged, the crash is actually in ShelfController::OnWindowTreeHostsSwappedDisplays. The inaccuracy of the stack trace is because of Identical COMDAT Folding, as explained in [1] under the heading "I Comprehend Further." The present CL fixes the crash by removing ShelfController::OnWindowTreeHostsSwappedDisplays, along with ShelfController::OnWindowTreeHostReusedForDisplay, as they are both redundant with ShelfController::OnDisplayConfigurationChanged anyway. [1] https://randomascii.wordpress.com/2017/12/10/analyzing-a-confusing-crash/ Test: ash_unittests ShelfControllerPrefsTest.ShelfSettingsValidAfterDisplaySwapWhileLoggedIn Fixed: 1022852 Change-Id: I95d9a0bdd24db4c462983043466d70caefa223d3 Bug: 1022852 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1922596 Commit-Queue: Avery Musbach <amusbach@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#716387}
-
Frank Liberato authored
D3D11VideoDecoder::DoDecode checks |current_buffer_| to see if there's a buffer being decoded. If so, it assumes that there is a callback for it. Unfortunately, in some cases, this is wrong, and it crashes. NotifyError clears the callback without clearing |current_buffer_|, and nothing else seems to. This CL clears |current_buffer_| in NotifyError, to see if that's the path by which the callback and the buffer are out of sync. Bug: 1012464 Change-Id: I5d62ce07490de81bb1bfec7fa68a515efc416c11 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1922459 Commit-Queue: Frank Liberato <liberato@chromium.org> Commit-Queue: Ted Meyer <tmathmeyer@chromium.org> Auto-Submit: Frank Liberato <liberato@chromium.org> Reviewed-by:
Ted Meyer <tmathmeyer@chromium.org> Cr-Commit-Position: refs/heads/master@{#716386}
-
Reilly Grant authored
Bug: 1007657 Change-Id: I63e151cc22ca2db63e44329cce78eebce769f082 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1917755 Auto-Submit: Reilly Grant <reillyg@chromium.org> Commit-Queue: Alexander Alekseev <alemate@chromium.org> Reviewed-by:
Alexander Alekseev <alemate@chromium.org> Cr-Commit-Position: refs/heads/master@{#716385}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/991721505aa9..437131108da3 git log 991721505aa9..437131108da3 --date=short --no-merges --format='%ad %ae %s' 2019-11-18 eroman@chromium.org Switch NetLog Viewer's appengine runtime from Go 1.9 to Python3. Created with: gclient setdep -r src/third_party/catapult@437131108da3 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/catapult-autoroll Please CC simonhatch@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=simonhatch@google.com Bug: chromium:1006879 Change-Id: Ic8f1eb891e29e15446c352b1330bed616c06c14c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1922343Reviewed-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@{#716384}
-
Renjie Tang authored
Bug:978745, b/142269595 Change-Id: Ife7bad8616f39d2eec1d9ca97a7992197a9abe49 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1918086Reviewed-by:
Ryan Hamilton <rch@chromium.org> Commit-Queue: Renjie Tang <renjietang@chromium.org> Cr-Commit-Position: refs/heads/master@{#716383}
-
Ben Pastene authored
This hook is mostly used by the bots, and since all of our bots are now recycled continuously, there should be no need to clobber the cache at every build. This will save a couple min per build, as well as a couple GB of bandwidth per build. R=dpranke, jbudorick Bug: None Change-Id: I9c46184566de3defb2456b6261ff9505b6a4872c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1920476Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Commit-Queue: Ben Pastene <bpastene@chromium.org> Cr-Commit-Position: refs/heads/master@{#716382}
-
Martin Kreichgauer authored
Replace remaining instances of "erase" with "delete" for consistency throughout the security key settings UI. Also add a general IDS_SETTINGS_DELETE string and replace other equivalent definitions. Fixed: 1008903 Change-Id: I38412ee865a9ad547be5d4bf9e5d18935fd2c616 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1918165 Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Auto-Submit: Martin Kreichgauer <martinkr@google.com> Cr-Commit-Position: refs/heads/master@{#716381}
-
Bettina authored
Previously, showing saved passwords domains in password protection modal warning dialog was a feature flag but because they will be in two different releases, it will be more clearcut having two experiments. This is also the recommendation from the metrics team. Also, create field trial tests for saved password and saved password with domains for password protection. Bug: 1026006 Change-Id: Iec740c0140e3ad94a68b268407305ef84e4b21f4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1915181 Commit-Queue: Bettina Dea <bdea@chromium.org> Reviewed-by:
Varun Khaneja <vakh@chromium.org> Reviewed-by:
Daniel Rubery <drubery@chromium.org> Reviewed-by:
Jesse Doherty <jwd@chromium.org> Cr-Commit-Position: refs/heads/master@{#716380}
-
- 18 Nov, 2019 9 commits
-
-
Sharon Yang authored
This is a reland of fc5589ac Race conditions and flakes in the tests have been fixed. AccessibilityBridge.TestNavigation has been added. Original change's description: > [Fuchsia] Send Chrome a11y updates to Fuchsia SemanticsManager > > This change adds functionality to the Accessibility Bridge: > * Listens for change in AccessibilityMode from Fuchsia > * Gets the semantic tree from Chrome accessibility and sends it to the > SemanticsManager > * Sends live updates when nodes are added, updated or removed > > To send updates, this change includes the following: > * Creates a ViewRefPair and registers it with the SemanticsManager > * Initialize an AccessibilityBridge > * Listen for changes in the Chrome Accessibility tree, serializes them > to Fuchsia data structures and sends that data to the Fuchsia > SemanticsManager > > Testing: Added AccessibilityBridge browsertests. > > Bug: 973095 > Change-Id: I89658288b846b6b9ce84a04e49434ec266b84dfc > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1787171 > Commit-Queue: Sharon Yang <yangsharon@chromium.org> > Reviewed-by: Kevin Marshall <kmarshall@chromium.org> > Cr-Commit-Position: refs/heads/master@{#714588} Bug: 973095 Change-Id: I920435c123b66dbe2172ce7fe164d64ba679321b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1916961 Commit-Queue: Sharon Yang <yangsharon@chromium.org> Reviewed-by:
Kevin Marshall <kmarshall@chromium.org> Cr-Commit-Position: refs/heads/master@{#716379}
-
Greg Kerr authored
This extends the expiration date of several flags still relevant to sandbox and scheduler configurations. Bug: 1025993 Change-Id: I43866b5424d326fef1487e0881f1a4f0c77f1477 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1922547 Auto-Submit: Greg Kerr <kerrnel@chromium.org> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Commit-Queue: Greg Kerr <kerrnel@chromium.org> Cr-Commit-Position: refs/heads/master@{#716378}
-
Victor Hsieh authored
Test: see the warning indicator at login screen Bug: chromium:893332 Change-Id: Ia34fb90163efc22015255473e468e52a50ac42e6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1919788 Commit-Queue: Victor Hsieh <victorhsieh@chromium.org> Auto-Submit: Victor Hsieh <victorhsieh@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#716377}
-
Nick Diego Yamane authored
These seem to be leftovers from recent code movings among DWTHX11 => DWTH{Linux,Platform}. Bug: None Change-Id: I02ed92616b92ffea1b5cb14333b3e012d3f73534 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1919600 Commit-Queue: Nick Yamane <nickdiego@igalia.com> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#716376}
-
Chris Davis authored
Update ETW manifest usage so chrome.dll can be used to register the ETW provider. Prior to this a DummyChrome.dll was needed which registered the ETW provider used by Chrome. The chrome_events_win.man file was updated to be a general application manifest containing a instrumentation section. The chrome_events_winTEMP.BIN and MSG00001.bin files are auto-generated by the manifest compiler. chrome.dll size (release x64) Before: 122,627,584 After: 122,629,120 Total Increase: 1536 bytes BUG: 1024949 Change-Id: Ibb3783da20a35a5caeabab93bd2da10a2cf67faa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1896040Reviewed-by:
Lei Zhang <thestig@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Reviewed-by:
Bruce Dawson <brucedawson@chromium.org> Commit-Queue: Chris Davis <chrdavis@microsoft.com> Cr-Commit-Position: refs/heads/master@{#716375}
-
Jeremy Roman authored
The separate observer has a couple of advantages. Firstly, it allows waiting and access to occur after the content::Portal (and its interceptor) may have been destroyed. Instead, it's valid as long as the Portal is valid when the observer is created. Secondly, it allows examination of the activate result. Since there are existing tests which rely on the ability to observe activation immediately after a portal is created or adopted (ideally we would more explicitly sequence these events in the test, but this is not always possible), the created observer is augmented with the ability to run a callback immediately (rather than after the run loop quits, which is subtle due to other work in the same task and nested run loops). This is used to create a PortalActivatedObserver immediately when the Portal is created, before the browser UI thread can process any task which might either activate or destroy the Portal. This mostly makes PortalInterceptorForTesting an implementation detail of the more specific observers. Change-Id: I6ee3bd8e847235654cc4a063659818e2e970c2b1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1900258 Commit-Queue: Jeremy Roman <jbroman@chromium.org> Reviewed-by:
Lucas Gadani <lfg@chromium.org> Cr-Commit-Position: refs/heads/master@{#716374}
-
Xianzhu Wang authored
- compositing/3d-cube.html is modified to a pixel test instead of a ref test because there seems no way to make the ref test pass. The new pixel result is platform independent. - compositing/video/video-controls-layer-creation-squashing.html is modified from a ref test to a text test because what we care about is how we composite the layers. - paint/invalidation/compositing/*-float-under-*-inline.html are updated to expect the new LayoutNG result. They are now expected to fail with LayoutNG disabled. - Other rebaselines. Change-Id: Ieeb195dfeea6b8478cf90b77f03a0a84984f6281 Bug: 726075, 591099 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1915459Reviewed-by:
Philip Rogers <pdr@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#716373}
-
Mike Wittman authored
Implements browser tests to verify that startup profiles taken in the browser and child processes are received by the metrics provider. To work within the test timeouts and to avoid non-determinism this requires a couple adaptations to be made to the code when run under these tests. The profiling period is reduced from 30 seconds to one second, and profiles are taken in all renderer processes. The behavior is enabled by providing a 'browser-test' argument to the existing 'start-stack-profiler' switch. The main thread profiler for browser tests is moved later, after the command line is set up, to be able to observe the added switch argument. StackSamplingConfiguration is made responsible for the sampling parameters, reusing the GetSamplingParamsForCurrentProcess() function which was previously unused. Bug: 1011877 Change-Id: Ibad55178ebd3ff5ea497971868c9619210c2c8a1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1900262 Commit-Queue: Mike Wittman <wittman@chromium.org> Auto-Submit: Mike Wittman <wittman@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Reviewed-by:
Etienne Pierre-Doray <etiennep@chromium.org> Cr-Commit-Position: refs/heads/master@{#716372}
-
nancy authored
AppServiceAppModelBuilder is used to replace InternalAppModelBuilder. AppService integration to ui/app_list has been enabled for a couple of months, so it should be safe to remove InternalAppModelBuilder. Unit tests are updated to use AppServiceAppModelBuilder. I will use a separate CL to move the internal_app_model_builder_unittest.cc to src/chrome/browser/ui/app_list/app_service/, and convert it to AppService unit tests. This CL still uses internal_app_model_builder_unittest.cc, as it is more clear to show the change. BUG=1016159 Change-Id: I2d537aa940eae29201dd64bb7b345d3ae820d777 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1919534Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Commit-Queue: Nancy Wang <nancylingwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#716371}
-