- 19 Jun, 2018 32 commits
-
-
Pedro Amaral authored
The naming convention is coordinator. The controller is the combination of the coordinator and mediator. Change-Id: I80346b7a606cd5e2d86dee0f6d8ef2594a62cbda Reviewed-on: https://chromium-review.googlesource.com/1103386 Commit-Queue: Pedro Amaral <amaralp@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Cr-Commit-Position: refs/heads/master@{#568273}
-
Bret Sepulveda authored
The test assumed BlueButton would always be used for dialog buttons, but LabelButton is used in Harmony (which Refresh implies). Bug: 846410 Change-Id: Id7fb8f66cc0abb120fdb81294c4d00c3faf060ae Reviewed-on: https://chromium-review.googlesource.com/1105457Reviewed-by:
Peter Boström <pbos@chromium.org> Commit-Queue: Bret Sepulveda <bsep@chromium.org> Cr-Commit-Position: refs/heads/master@{#568272}
-
Alexis Hetu authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/88482c3..1fa2067 BUG=chromium:845700 chromium:852641 chromium:851707 TBR=kbr@chromium.org TEST=bots CQ_INCLUDE_TRYBOTS=luci.chromium.try:win_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_chromium_cfi_rel_ng;luci.chromium.try:android_optional_gpu_tests_rel Change-Id: I86645f0e44657bd864a347728994e469b789bc75 Reviewed-on: https://chromium-review.googlesource.com/1104986 Commit-Queue: Alexis Hétu <sugoi@chromium.org> Reviewed-by:
Alexis Hétu <sugoi@chromium.org> Cr-Commit-Position: refs/heads/master@{#568271}
-
Sergey Ulanov authored
This is a reland of 08410d56 TBR=kmackay@chromium.org Original change's description: > Fuchsia: Implement MixerOutputStreamFuchsia using AudioRenderer2. > > Previously MixerOutputStreamFuchsia was using media_client library, > which is deprecated now. Update it to use AudioRenderer2 FIDL interface > directly. > > Bug: 851733 > Change-Id: I72a43369d16ecd626aa7294a6f3500b57bb3731e > Reviewed-on: https://chromium-review.googlesource.com/1100376 > Reviewed-by: Kenneth MacKay <kmackay@chromium.org> > Reviewed-by: Wez <wez@chromium.org> > Commit-Queue: Sergey Ulanov <sergeyu@chromium.org> > Cr-Commit-Position: refs/heads/master@{#568159} Bug: 851733 Change-Id: Id61c6d2cda42f6b6696bbb4d7649b334fd7d7d41 Reviewed-on: https://chromium-review.googlesource.com/1105138 Commit-Queue: Sergey Ulanov <sergeyu@chromium.org> Reviewed-by:
Sergey Ulanov <sergeyu@chromium.org> Cr-Commit-Position: refs/heads/master@{#568270}
-
Xianzhu Wang authored
PaintLayerPainter::PaintLayerWithAdjustedRoot skips painting of a layer whose transform is not invertible, so we need to repaint the layer when invertible status changes. Bug: 853047 Change-Id: Ie24af4de933336e888065e993e473ab8ed4711a4 Reviewed-on: https://chromium-review.googlesource.com/1105298Reviewed-by:
Tien-Ren Chen <trchen@chromium.org> Commit-Queue: Tien-Ren Chen <trchen@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#568269}
-
Bailey Berro authored
This change adds an additional encoded field to the FileSystemId string for Smb Mounts when mounting with ChromAD Kerberos. This encodes whether the share was initially mounted using ChromAD Kerberos and allows us to remount ChromAD Kerberos users' shares automatically. Bug: chromium:757625 Test: unittests Change-Id: Ic22e9bb6f26e5b526984388785b1ae9b1d8ca1fa Reviewed-on: https://chromium-review.googlesource.com/1093954 Commit-Queue: Bailey Berro <baileyberro@chromium.org> Reviewed-by:
Zentaro Kavanagh <zentaro@chromium.org> Cr-Commit-Position: refs/heads/master@{#568268}
-
Nick Harper authored
TBR=estark@chromium.org Change-Id: I61a1f548eff51f81a78b2c000b75fc11e97500b4 Reviewed-on: https://chromium-review.googlesource.com/1105346 Commit-Queue: Nick Harper <nharper@chromium.org> Reviewed-by:
Nick Harper <nharper@chromium.org> Cr-Commit-Position: refs/heads/master@{#568267}
-
Danyao Wang authored
Only for new navigations started with |loadCurrentURLInNativeView|. This fixes the brief blank screen before NTP is presented. WebStateObserver callbacks are not moved; they are still only triggered after placeholder load finishes. This is because navigation manager state (e.g. last committed item) must only be updated after WKWebView back-forward history is updated. Bug: 819606 Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: Ied642aaf0b4fdcab057faea7ee320ad5b5a88478 Reviewed-on: https://chromium-review.googlesource.com/1104301 Commit-Queue: Danyao Wang <danyao@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#568266}
-
Carlos Knippschild authored
So that the enabled group name matches the upcoming new name for the experiment configuration. Bug: 687364 Change-Id: I4798aefb08f2531eaabd74ca04d7b870f5d25a88 Reviewed-on: https://chromium-review.googlesource.com/1105183Reviewed-by:
Ilya Sherman <isherman@chromium.org> Commit-Queue: Ilya Sherman <isherman@chromium.org> Cr-Commit-Position: refs/heads/master@{#568265}
-
wutao authored
When opening app in app list or in the search result, we want to dismiss the launcher first while waiting the app to be opened. This cl consolidates the dismiss codes to common code paths. Bug: 851555 Test: manual. Change-Id: I0230838c368c74c0acbf3e889ac9162be3abdb87 Reviewed-on: https://chromium-review.googlesource.com/1105279 Commit-Queue: Tao Wu <wutao@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#568264}
-
Kyle Horimoto authored
This operation attempts to connect to a remote device over BLE via the initiator role via BleConnectionManager. Bug: 824568, 752273 Change-Id: Ifa3f161f8e0493707be83a217ed8aeb370bfe195 Reviewed-on: https://chromium-review.googlesource.com/1103192 Commit-Queue: Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
Ryan Hansberry <hansberry@chromium.org> Cr-Commit-Position: refs/heads/master@{#568263}
-
James Wallace-Lee authored
This prevents sandboxed iframes that allow popups but not top navigation from navigating the top frame. The test fast/dom/Window/window-open-no-multiple-windows-from-sandbox tests that a sandboxed iframe cannot navigate the top frame when WebKitSupportsMultipleWindows is false. Bug: 845983 Change-Id: Ibe49275428bca1ceb3b5ca367d9309c2e087ea8a Reviewed-on: https://chromium-review.googlesource.com/1098460Reviewed-by:
Richard Coles <torne@chromium.org> Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Commit-Queue: James Wallace-Lee <jamwalla@chromium.org> Cr-Commit-Position: refs/heads/master@{#568262}
-
Noel Gordon authored
This reverts commit 210d3b47. Reason for revert: https://crbug.com/852246#c12, this issue was fixed already, no need to revert. "Slowness and times out": not so per the logs. They were reporting JS exceptions were being thrown in test due to JS Array being 'undefined', issue 852246. Original change's description: > Disable FolderShortcuts/FilesAppBrowserTest on ASan > > It's too slow and times out. > > TBR=fukino@chromium.org > > Bug: 851988 > Change-Id: I868d846e3fae5f7dd16b2a2c7203602008221396 > Reviewed-on: https://chromium-review.googlesource.com/1104424 > Reviewed-by: Marc Treib <treib@chromium.org> > Commit-Queue: Marc Treib <treib@chromium.org> > Cr-Commit-Position: refs/heads/master@{#567991} TBR=fukino@chromium.org,treib@chromium.org Change-Id: Ia287519344b7aeecc03da8539fc4448e1224c740 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 851988, 852246 Reviewed-on: https://chromium-review.googlesource.com/1105537Reviewed-by:
Noel Gordon <noel@chromium.org> Commit-Queue: Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#568261}
-
Adam Langley authored
This IP address is misused by some networking equipment and is breaking things like captive portals. Hopefully in time we can reverse this but, for now, ease the pain and drop 1.1.1.1 from the preload list. BUG=853934 Change-Id: I8e8e9b212312430b66a19880ed5a74ebe303ec41 Reviewed-on: https://chromium-review.googlesource.com/1105299Reviewed-by:
Nick Harper <nharper@chromium.org> Commit-Queue: Adam Langley <agl@chromium.org> Cr-Commit-Position: refs/heads/master@{#568260}
-
Chris Harrelson authored
* Check for clip path before calling into method regarding clip path * Dereference GetLayoutObject only once * Use StyleRef(). instead of Style() or a conditional, since all LayoutObjects will have a ComputedStyle by the time these callsites happen. * Short-circuit fragment clip logic a little bit if offset_from_root is null Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel Change-Id: I26d64e270e9f10955e4f56433363456e7fdce1a4 Reviewed-on: https://chromium-review.googlesource.com/1103288 Commit-Queue: Chris Harrelson <chrishtr@chromium.org> Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#568259}
-
Esmael El-Moslimany authored
Bug: 851431 Cq-Include-Trybots: luci.chromium.try:closure_compilation Change-Id: Ib81a7c7bc9cd2177919702c078b140e6a0b39281 Reviewed-on: https://chromium-review.googlesource.com/1096351 Commit-Queue: Esmael El-Moslimany <aee@chromium.org> Reviewed-by:
Scott Chen <scottchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#568258}
-
Matt Menke authored
As of https://chromium-review.googlesource.com/c/chromium/src/+/1096075, URLRequestContextBuilderMojo no longer needs to call into NetworkContext as part of IOThread/ProfileIOData setup when the network service is enabled. This means we can make NetworkContext::ApplyContextParamsToBuilder non-static, and remove its rather long argument list. Bug: 825242 Cq-Include-Trybots: luci.chromium.try:linux_mojo Change-Id: Iecf240f3091c9f57380e0f06d2e455532ccff4ab Reviewed-on: https://chromium-review.googlesource.com/1104808Reviewed-by:
Helen Li <xunjieli@chromium.org> Commit-Queue: Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#568257}
-
danakj authored
Currently the GpuVideoAcceleratorFactoriesImpl will check for context loss every time it tries to use the GL context, and destroy it immediately if it sees a loss. This is problematic if the ContextProvider is still on the callstack, which it is if we're inside the context loss callback. Instead, leave the ContextProvider alive until the GpuVideoAcceleratorFactoriesImpl stops being used. R=liberato@chromium.org Bug: 849131 Change-Id: I8ec66671b4bbf5d426cb5fb184653a5863de9fd9 Reviewed-on: https://chromium-review.googlesource.com/1104777 Commit-Queue: danakj <danakj@chromium.org> Reviewed-by:
Frank Liberato <liberato@chromium.org> Reviewed-by:
Antoine Labour <piman@chromium.org> Cr-Commit-Position: refs/heads/master@{#568256}
-
dpapad authored
CrElementsLazyRenderTest.All CrElementsPolicyIndicatorBehaviorTest.All CrSettingsDropdownMenuTest.All CrSettingsPeoplePageTest.All CrSettingsPrefsTest.All CrSettingsSystemPageTest.All Note that in Polymer 2 (unlike Polymer 1), an element's local DOM is not ready, until after the element is attached to the document. Several tests currently: - Either test UI elements not in the document, or - Interact with UI elements before they are appended to the document. which leads to failures. Bug: 738611 Cq-Include-Trybots: luci.chromium.try:closure_compilation Change-Id: If8b05c283afa18b0e08b16365d1a8f53352765e6 Reviewed-on: https://chromium-review.googlesource.com/1098299Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#568255}
-
Jeremy Roman authored
Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel Change-Id: I52f3764b856c9b3c6f01f546cd808384bada34c6 Reviewed-on: https://chromium-review.googlesource.com/1105065Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Commit-Queue: Jeremy Roman <jbroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#568254}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/d4c89837..a80d9730 Please follow these instructions for assigning/CC'ing issues: https://github.com/v8/v8/wiki/Triaging%20issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_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;luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,machenbach@chromium.org,kozyatinskiy@chromium.org,sergiyb@chromium.org Change-Id: I2e1a02accf8ef9dd1fcc24321688fb643f30b7db Reviewed-on: https://chromium-review.googlesource.com/1105184Reviewed-by:
V8 Autoroller <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: V8 Autoroller <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#568253}
-
Philip Rogers authored
This is all dead code. Bug: 823365 Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel Change-Id: I2b7e8281099435dc937ddf5f8e2e77749c5cbad7 Reviewed-on: https://chromium-review.googlesource.com/1103779Reviewed-by:
Steve Kobes <skobes@chromium.org> Commit-Queue: Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#568252}
-
Chromite Chromium Autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/15590d1a9bee..86e1b8b5a23b git log 15590d1a9bee..86e1b8b5a23b --date=short --no-merges --format='%ad %ae %s' 2018-06-18 stevenjb@chromium.org cros_chrome_sdk: Remove deprecated --component and --fastbuild args Created with: gclient setdep -r src/third_party/chromite@86e1b8b5a23b The AutoRoll server is located here: https://chromite-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. BUG=chromium:711618 TBR=chrome-os-gardeners@chromium.org Change-Id: Ia853f1da35b2b5403029bbf212632b5f497fb88d Reviewed-on: https://chromium-review.googlesource.com/1105217Reviewed-by:
Chromite Chromium Autoroll <chromite-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: Chromite Chromium Autoroll <chromite-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#568251}
-
Mike Klein authored
Change-Id: I70485ca47cb75157bc8945314561a3b6ff6ec104 Reviewed-on: https://chromium-review.googlesource.com/1104801 Commit-Queue: Mike Klein <mtklein@chromium.org> Reviewed-by:
Florin Malita <fmalita@chromium.org> Cr-Commit-Position: refs/heads/master@{#568250}
-
Xing Liu authored
This CL sets a description for accessibility purpose on the radio button in download preferences. Bug: 850254 Change-Id: I5c854041e26094dd69cd95e74cacd06cb3eed4f4 Reviewed-on: https://chromium-review.googlesource.com/1103306Reviewed-by:
David Trainor <dtrainor@chromium.org> Commit-Queue: Xing Liu <xingliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#568249}
-
Xing Liu authored
The storage info string currently lives inside the toolbar. The text may be clipped on certain devices, or when using large font in accessibility setting. This CL moves the storage string out of toolbar. Bug: 849973, 852254 Change-Id: I518cdb30e021e2ffeefee4db6b2328a2d15597a1 Reviewed-on: https://chromium-review.googlesource.com/1102167 Commit-Queue: Xing Liu <xingliu@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Reviewed-by:
Min Qin <qinmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#568248}
-
Peter Boström authored
Adds back parts of ShouldShowProfileIndicatorIcon on ChromeOS under Refresh. This indicator should now show under Refresh but only for teleported browser windows. Bug: chromium:834524 Change-Id: I40e4233f2ffdf6df3f07ee6b0cc41e9d5b5f6a9a Reviewed-on: https://chromium-review.googlesource.com/1105278 Commit-Queue: Peter Boström <pbos@chromium.org> Reviewed-by:
Bret Sepulveda <bsep@chromium.org> Cr-Commit-Position: refs/heads/master@{#568247}
-
Henrique Grandinetti authored
Bug: 823536 Change-Id: If7441ec8bff5fc95af03eb07955ee94b21f46208 Reviewed-on: https://chromium-review.googlesource.com/1095375 Commit-Queue: Henrique Grandinetti <hgrandinetti@google.com> Reviewed-by:
Alexander Alekseev <alemate@chromium.org> Reviewed-by:
Jacob Dufault <jdufault@chromium.org> Cr-Commit-Position: refs/heads/master@{#568246}
-
Kai Ninomiya authored
This reverts commit 20307cb3. Reason for revert: WebglConformance_deqp_functional_gles3_sync failing on passthrough cmd decoder Original change's description: > implement CHROMIUM_nonblocking_readback on passthrough cmd decoder > > Bug: 828135 > 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 > Change-Id: I9ac4b3d671bee44c574f1a75ca357296a34f1cba > Reviewed-on: https://chromium-review.googlesource.com/1098558 > Commit-Queue: Kai Ninomiya <kainino@chromium.org> > Reviewed-by: Antoine Labour <piman@chromium.org> > Reviewed-by: Geoff Lang <geofflang@chromium.org> > Cr-Commit-Position: refs/heads/master@{#568109} TBR=geofflang@chromium.org,piman@chromium.org,kainino@chromium.org Change-Id: I354221933ecfe1a8610fec6e1250893e8307ce7c No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 828135 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 Reviewed-on: https://chromium-review.googlesource.com/1105362Reviewed-by:
Kai Ninomiya <kainino@chromium.org> Commit-Queue: Kai Ninomiya <kainino@chromium.org> Cr-Commit-Position: refs/heads/master@{#568245}
-
Daniel Murphy authored
This is a reland of 1bd58466 Original change's description: > [SessionStorageS13N] Enabling mojo SessionStorage by default > > Bug: 716490 > Change-Id: I08c9bc35d1e9f8f86adc6c88fb7ab8069bcf7e8f > Reviewed-on: https://chromium-review.googlesource.com/1072918 > Reviewed-by: Marijn Kruisselbrink <mek@chromium.org> > Reviewed-by: John Abd-El-Malek <jam@chromium.org> > Commit-Queue: Daniel Murphy <dmurph@chromium.org> > Cr-Commit-Position: refs/heads/master@{#563169} Bug: 716490 Change-Id: I5c5911a5f98e84934837fb9025431a8f98bea6ba Reviewed-on: https://chromium-review.googlesource.com/1104825Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Marijn Kruisselbrink <mek@chromium.org> Commit-Queue: Daniel Murphy <dmurph@chromium.org> Cr-Commit-Position: refs/heads/master@{#568244}
-
Steven Bennetts authored
Bug: 851887 Cq-Include-Trybots: luci.chromium.try:closure_compilation Change-Id: Iff73cc5d75f27932dd6a8ba9377b295be1b39b7a Reviewed-on: https://chromium-review.googlesource.com/1105027 Commit-Queue: Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Scott Chen <scottchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#568243}
-
James Cook authored
The app version of the shortcut viewer works well, but we're still waiting on some accessibility support. Turn the app on by default, but use the old version if certain a11y features are enabled. Bug: 853883 Change-Id: I609b155da467bcb051d4d49d660de77863d0e1df Reviewed-on: https://chromium-review.googlesource.com/1105077 Commit-Queue: James Cook <jamescook@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#568242}
-
- 18 Jun, 2018 8 commits
-
-
Scott Chen authored
This CL replaces most paper-inputs with cr-inputs within the code-base. After this CL, the 3 places that still has paper-input remaining are: - chrome/browser/resources/chromeos/login/ - chrome/browser/resources/pdf/ - ui/file_manager/ There are planned follow-up CLs to replace paper-input in the above 3 areas as well. Bug: 832177 Cq-Include-Trybots: luci.chromium.try:closure_compilation Change-Id: I7acc7e0a26a6bd3d40ec6828608717fd97bd0c73 Reviewed-on: https://chromium-review.googlesource.com/1086357 Commit-Queue: Scott Chen <scottchen@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#568241}
-
James Wallace-Lee authored
In Android WebView, LayerTreeHost::WillBeginImplFrame can check if a frame will have visible damage. If it doesn't, but tile priorities need to be updated, webview will call View#Invalidate, because PrepareTiles happens in OnDraw. WebView will draw, even though there is no damage. This CL passes up to /content/browser whether or not each invalidation needs a draw. If no draw is needed, don't post a real invalidate, and call the new WillSkipDraw to trigger PrepareTiles. TBR=reveman@chromium.org,yfriedman@chromium.org Bug: 687695 Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;master.tryserver.blink:linux_trusty_blink_rel Change-Id: Id5c22431af57262e2ef72e57a5a18e5bf677b5da Reviewed-on: https://chromium-review.googlesource.com/1040663 Commit-Queue: James Wallace-Lee <jamwalla@chromium.org> Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Reviewed-by:
Bo <boliu@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Sunny Sachanandani <sunnyps@chromium.org> Cr-Commit-Position: refs/heads/master@{#568240}
-
Xi Cheng authored
This CL introduces a new class StackProfileBuilder owned by StackSamplingProfiler. This CL also refactors both Windows and Mac profile construction into the StackProfileBuilder class to generate a StackSamplingProfiler::CallStackProfile. Bug: 851163 Change-Id: I6acde44fc1e38ae04d1d747fe2d3843faba3a218 Reviewed-on: https://chromium-review.googlesource.com/1101462Reviewed-by:
Mike Wittman <wittman@chromium.org> Commit-Queue: Xi Cheng <chengx@chromium.org> Cr-Commit-Position: refs/heads/master@{#568239}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 2fb26899. With Chromium commits locally applied on WPT: 03ef65db "Update existing WebUSB WPT to be multi-global" 1db32e09 "OffscreenCanvas Text rendering tests" 89102421 "Reland "Multi-global WebUSB WPT for window and worker"" 08784a11 "[Mojo Blob URLs] Make clicking an <a target="blank_"> with a blob URL work correctly." Build: https://ci.chromium.org/buildbot/chromium.infra.cron/wpt-importer/19914 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: hongchan@chromium.org, rtoy@chromium.org: external/wpt/webaudio jsbell@chromium.org: external/wpt/resources nzolghadr@chromium.org, mustaq@chromium.org: external/wpt/pointerevents TBR=robertma No-Export: true Change-Id: Ib2104780aadff174e0a893725ca015a80a696657 Reviewed-on: https://chromium-review.googlesource.com/1104724 Commit-Queue: Blink WPT Bot <blink-w3c-test-autoroller@chromium.org> Reviewed-by:
Blink WPT Bot <blink-w3c-test-autoroller@chromium.org> Cr-Commit-Position: refs/heads/master@{#568238}
-
Xiaohan Wang authored
- Add hardware secure codecs and encryption_scheme support - Use a vector for supported session types in case we need to support more session types in the future - Use the mojom type directly on the client side to avoid duplicate code Bug: 848532 Test: No functionality change. Change-Id: Ieb61bdd223bc340593eb633b5f85e1abc3cec6f8 Reviewed-on: https://chromium-review.googlesource.com/1102836Reviewed-by:
Nasko Oskov <nasko@chromium.org> Reviewed-by:
John Rummell <jrummell@chromium.org> Commit-Queue: Xiaohan Wang <xhwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#568237}
-
crystallambert@chromium.org authored
Sample extension that uses a content script to find images on pages, then displays images in popup. If user clicks image it will download. Extension has options page where users can choose to save downloaded images, download them again, or display them as thumbnails in popup. This extension may be used in updated debugging tutorial. Bug: None Change-Id: I38a2bd5af135ad74b889e8366ae36a08d6d53cb0 Reviewed-on: https://chromium-review.googlesource.com/1053958Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Commit-Queue: Crystal Lambert <crystallambert@chromium.org> Cr-Commit-Position: refs/heads/master@{#568236}
-
danakj authored
And SetShouldFlattenTransformFromPropertyTree() becomes SetShouldFlattenScreenSpaceTransformFromPropertyTree() as per the TODO to rename it more appropritely. R=enne@chromium.org Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;master.tryserver.blink:linux_trusty_blink_rel Change-Id: I783e8474f39899de99ca6cf51e102f5ea604b836 Reviewed-on: https://chromium-review.googlesource.com/1101915Reviewed-by:
weiliangc <weiliangc@chromium.org> Reviewed-by:
David Bokan <bokan@chromium.org> Commit-Queue: danakj <danakj@chromium.org> Cr-Commit-Position: refs/heads/master@{#568235}
-
Dominick Ng authored
This CL makes several improvements to the accessibility of the intent picker bubble: 1. Reducing the opacity applied to the ink drop highlight for focused items (increasing text contrast slightly) 2. Adding a role override to the bubble to avoid the screen reader saying "Unknown" for the picker purpose 3. Making each label button focusable so they can be tabbed through. BUG=760200,825700 Change-Id: Ib2477b786350b07325a615f77ba4b168b1bb5cc7 Reviewed-on: https://chromium-review.googlesource.com/1102228 Commit-Queue: Dominick Ng <dominickn@chromium.org> Reviewed-by:
David Jacobo <djacobo@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#568234}
-