- 13 Mar, 2018 40 commits
-
-
Raphael Kubo da Costa authored
The URL field is not optional in README.chromium, so //tools/licenses.py is currently failing with licenses.LicenseError: couldn't find 'URL' line in README.chromium or licences.py SPECIAL_CASES in //third_party/metrics_proto. The actual development repository is not public, and the code in the Chromium tree acts as the canonical public repository. Add an explanation instead of a URL in a similar fashion to what is already done in: * //third_party/bazel/desugar * //third_party/gvr-android-keyboard * //third_party/instrumented_libraries * //third_party/s2cellid While here, also set a Short Name; even though licenses.py does not complain, README.chromium.template does not say it is an optional field. Bug: 805849 Change-Id: I1810e8523a2d3bd210855b2a7c1f997fdb0c7dda Reviewed-on: https://chromium-review.googlesource.com/960028Reviewed-by:
Steven Holte <holte@chromium.org> Commit-Queue: Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com> Cr-Commit-Position: refs/heads/master@{#542933}
-
https://skia.googlesource.com/skia.git/+log/296de50b4c2e..e027e19477f8 $ git log 296de50b4..e027e1947 --date=short --no-merges --format='%ad %ae %s' 2018-03-13 benjaminwagner Temporarily remove Win10 QuadroP400 from CQ. 2018-03-13 caryclark consolidate SaveLayerFlag internal references 2018-03-13 rmistry Increase Android framework bot deadline since we are now building more 2018-03-13 bungeman Include correct trace.h. 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=stephana@chromium.org Change-Id: Ia9ed064a7e3601d6bac67719c2630cd82010c7a9 Reviewed-on: https://chromium-review.googlesource.com/961266Reviewed-by:
skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#542932}
-
Illia Martyniuk authored
The flag --enable-viz-devtools will be used to initialize Viz DevTools server and observe Viz Display Compositor objects from the GPU process. Now on creating of the DevTools server from the browser process we pass the flag we need to search for in the command line to determine whether to enable devtools or not and a default port number to run the server on. When we start chrome along with the devtools flag we can specify the port number we want the server to run on, but it is optional, so if nothing's specified we pass the default port number to run the server on. Later the GPU process will also pass its corresponding parameters. Bug: 816802 Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel Change-Id: I8f5e461758cf7aa0e575680e659c45232a9fd8e2 Reviewed-on: https://chromium-review.googlesource.com/943247Reviewed-by:
Michael Wasserman <msw@chromium.org> Reviewed-by:
Antoine Labour <piman@chromium.org> Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Commit-Queue: Illia Martyniuk <illiam@google.com> Cr-Commit-Position: refs/heads/master@{#542931}
-
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/a5910bdfbceb..d6d54e48b2b8 $ git log a5910bdfb..d6d54e48b --date=short --no-merges --format='%ad %ae %s' Created with: roll-dep src-internal The AutoRoll server is located here: https://src-internal-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. TBR=mmoss@chromium.org Change-Id: I30c8244d8c05b6b6c4424c9b0d93b5f68a60ec9a Reviewed-on: https://chromium-review.googlesource.com/961271 Commit-Queue: src-internal-chromium-autoroll <src-internal-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Reviewed-by:
src-internal-chromium-autoroll <src-internal-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#542930}
-
Scott Chen authored
This CL stops toggling "sync everything" from overriding all individual prefs' on-disk value with "true" (see reasoning in bug report). Bug: 815018 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: If6287376009b200355426113618933af9ad78243 Reviewed-on: https://chromium-review.googlesource.com/935836Reviewed-by:
Mikel Astiz <mastiz@chromium.org> Reviewed-by:
Tommy Li <tommycli@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Commit-Queue: Scott Chen <scottchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#542929}
-
Aaron Leventhal authored
This is split out from the CL to test all widgets and views for nameless focusable objects. See crrev.com/c/951933. Bug: 819350 Change-Id: I4435ed2c1c6fcb7148abc2a15570d07c2dca292a Reviewed-on: https://chromium-review.googlesource.com/961090Reviewed-by:
James Cook <jamescook@chromium.org> Commit-Queue: Aaron Leventhal <aleventhal@chromium.org> Cr-Commit-Position: refs/heads/master@{#542928}
-
Maksim Sisov authored
This patch concerns so called external window mode, which is being developed downstream now [1]. The problem this CL fixes is the following: Even though events are passed to the right X11WindowOzone based on an XID target now, there can be cases when the events must be rerouted to another X11WindowOzone, for example, a context menu or a nested 3-dot menu. In case of a nested 3-dot menu, events must always be passed to the parent menu, so that the menu controller would handle events properly. Another case is handling events when a user clicks outside the menu's area: even though the events can be targeted for another window, there can be an explicit grab that must reroute them to the menu window, which will be closed as soon as a user clicks outside the menu's area. The patch fixes the above mentioned problem the following way: 1) Once an explicit grab is set, the events are passed to an X11WindowOzone have their locations converted and are rerouted to a grabbed window. 2) Whenever a grabbed window looses an explicit capture, X11WindowManager tells X11WindowOzone the capture is lost and the |delegate_| is notified about that. [1] https://github.com/Igalia/chromium Bug: 707406 Change-Id: I1b00e79c8ddc17b000c2f55b7f39c9ea16c0c71a Reviewed-on: https://chromium-review.googlesource.com/790773 Commit-Queue: Maksim Sisov <msisov@igalia.com> Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Reviewed-by:
Robert Kroeger <rjkroege@chromium.org> Reviewed-by:
kylechar <kylechar@chromium.org> Reviewed-by:
Michael Spang <spang@chromium.org> Cr-Commit-Position: refs/heads/master@{#542927}
-
Changwan Ryu authored
For some reason, InputConnection#beginBatchEdit() is called on UI thread, only after https://chromium-review.googlesource.com/c/chromium/src/+/894499 has landed. One theory is that HTC mail has been doing this the entire time, but beginBatchEdit() and some other methods were being ignored at the beginning while delayed onCreateInputConnection was running. Since this is observed only on HTC mail, let me land a temporary fix for HTC mail for now, and investigate this further as necessary. TBR: tedchoc@chromium.org Bug: 820756 Change-Id: Ib33dfa57372b0d914ccc294d91a9e00899366c1b Reviewed-on: https://chromium-review.googlesource.com/961276Reviewed-by:
Changwan Ryu <changwan@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Commit-Queue: Changwan Ryu <changwan@chromium.org> Cr-Commit-Position: refs/heads/master@{#542926}
-
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: I67fded35309d6cfa52ff462f977d5ebef1f4e1e9 Reviewed-on: https://chromium-review.googlesource.com/957264Reviewed-by:
Morten Stenshorne <mstensho@chromium.org> Reviewed-by:
Emil A Eklund <eae@chromium.org> Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Reviewed-by:
Ojan Vafai <ojan@chromium.org> Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org> Cr-Commit-Position: refs/heads/master@{#542925}
-
Jun Choi authored
Bug: 807836 Change-Id: I39670c95488885d94da2f96968b686213f31eb2b Reviewed-on: https://chromium-review.googlesource.com/953660 Commit-Queue: Jun Choi <hongjunchoi@chromium.org> Reviewed-by:
Jan Wilken Dörrie <jdoerrie@chromium.org> Cr-Commit-Position: refs/heads/master@{#542924}
-
Peter K. Lee authored
Feature was launched in M64. Bug: 820975 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: Ie8deeda24708509caafde53a3a908bbe1ee84376 Reviewed-on: https://chromium-review.googlesource.com/959041Reviewed-by:
Justin Cohen <justincohen@chromium.org> Commit-Queue: Peter Lee <pkl@chromium.org> Cr-Commit-Position: refs/heads/master@{#542923}
-
Robert Iannucci authored
R=jbudorick@chromium.org Bug: 811974 Change-Id: I4430e7324c1e091e6e137147e24f9c869f2efd77 Reviewed-on: https://chromium-review.googlesource.com/961481Reviewed-by:
John Budorick <jbudorick@chromium.org> Commit-Queue: Robbie Iannucci <iannucci@chromium.org> Cr-Commit-Position: refs/heads/master@{#542922}
-
James Cook authored
Now that ChromeVoxPanel speaks mojo we can enable the following tests: AccessibilityManagerTest.AccessibilityMenuVisibility AccessibilityManagerTest.ChangingTypePrefInvokesNotification AccessibilityManagerTest.ChangingTypeInvokesNotification AccessibilityManagerTest.TypePref AccessibilityManagerLoginTest.BrailleOnLoginScreen AccessibilityManagerLoginTest.Login UserTypeInstantiation/AccessibilityManagerUserTypeTest.BrailleWhenLoggedIn/0 UserTypeInstantiation/AccessibilityManagerUserTypeTest.BrailleWhenLoggedIn/1 UserTypeInstantiation/AccessibilityManagerUserTypeTest.BrailleWhenLoggedIn/2 UserTypeInstantiation/AccessibilityManagerUserTypeLoginTest.EnableOnLoginScreenAndLogin/0 UserTypeInstantiation/AccessibilityManagerUserTypeLoginTest.EnableOnLoginScreenAndLogin/1 UserTypeInstantiation/AccessibilityManagerUserTypeLoginTest.EnableOnLoginScreenAndLogin/2 Update the filter to put the remaining failures in the right sections. Bug: 628655 Change-Id: Ifd7f9dab36b98c6c9f29beb511a8ddd3b33906af Reviewed-on: https://chromium-review.googlesource.com/959610Reviewed-by:
David Tseng <dtseng@chromium.org> Commit-Queue: James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#542921}
-
Filip Gorski authored
Imports the newest version of the Feed. Udpates BUILD.gn to include all the files. Removes the basicstream_java target. No changes new to dex/binary size. Change-Id: If016e84416a2ced4f5e1321bf533f0c4582efed9 Reviewed-on: https://chromium-review.googlesource.com/961441Reviewed-by:
Pavel Yatsuk <pavely@chromium.org> Commit-Queue: Filip Gorski <fgorski@chromium.org> Cr-Commit-Position: refs/heads/master@{#542920}
-
Samuel Huang authored
The number of CreateEquivalenceMap() iterations used be constant kNumIteraitons = 2. This CL makes the value depend on architecture. Current assignment: - DisassemblerNoOp: 1, since no pointers are identified (though in this case, CreateEquivalenceMap() should not be called). - DisassemblerWin32: 2. Upcoming DisassemblerDex will use 4. Also applying generic cleanups on headers and comments. Bug: 729154 Change-Id: Ia12d98fcba500e4c81c8a5d356ce4cadf424ffde Reviewed-on: https://chromium-review.googlesource.com/961273Reviewed-by:
agrieve <agrieve@chromium.org> Commit-Queue: Samuel Huang <huangs@chromium.org> Cr-Commit-Position: refs/heads/master@{#542919}
-
rbpotter authored
Make controls appear on preview area when custom margins is selected. Controls do not yet work. Bug: 773928, 812095 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: Ia0319b743736717f94af65c3ef364b65f2193571 Reviewed-on: https://chromium-review.googlesource.com/935681 Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#542918}
-
Bailey Berro authored
This change updates SmbFileSystem to using SupportsWeakPtr instead of manually implementing a WeakPtrFactory. Bug: chromium:757625 Change-Id: I00cf23d863a5f094185217bc5d18bda49d4405db Reviewed-on: https://chromium-review.googlesource.com/957205 Commit-Queue: Bailey Berro <baileyberro@chromium.org> Reviewed-by:
Zentaro Kavanagh <zentaro@chromium.org> Cr-Commit-Position: refs/heads/master@{#542917}
-
Xiaohan Wang authored
The new name is shorter and better reflects what the class does: providing the MediaCrypto object. Bug: 821114 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: I5226a8280a1342fb47a0847755b82a8be8ed52e4 Reviewed-on: https://chromium-review.googlesource.com/959698Reviewed-by:
Frank Liberato <liberato@chromium.org> Cr-Commit-Position: refs/heads/master@{#542916}
-
Bailey Berro authored
This change adds Abort functionality to SmbTaskQueue. The unrun tasks for a given operation can be aborted via SmbTaskQueue::AbortOperation(). Test=unittest Bug: chromium:757625 Change-Id: I317cc95556e4952a2c7049ad2cdf358d3058147b Reviewed-on: https://chromium-review.googlesource.com/956260 Commit-Queue: Bailey Berro <baileyberro@chromium.org> Reviewed-by:
Zentaro Kavanagh <zentaro@chromium.org> Cr-Commit-Position: refs/heads/master@{#542915}
-
https://webrtc.googlesource.com/src.git/+log/313385726692..e63afff36496 $ git log 313385726..e63afff36 --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: I7fa495e46a67155fed43d912f338e65b0d2fc900 Reviewed-on: https://chromium-review.googlesource.com/961103Reviewed-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@{#542914}
-
Luna Lu authored
OOPIF is going to roll out in M67, this means the blink side UseCounter will no longer be accurate. Switching to the browser side UseCounter in this CL. However, there's still existing bugs where the browser sise UseCounter is not working correctly, tracked in crbug.com/811948. Bug: 811948, 716565 Change-Id: I112f82d5f6b938dce4bbe394413068a8c3472498 Reviewed-on: https://chromium-review.googlesource.com/957472Reviewed-by:
Jesse Doherty <jwd@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Rick Byers <rbyers@chromium.org> Commit-Queue: Luna Lu <loonybear@chromium.org> Cr-Commit-Position: refs/heads/master@{#542913}
-
Hidy Han authored
Use DevToolsStatus enum to distinguish DevTools-handled redirects from request failures. Fix some typos. Change-Id: If32f061c76f44fa830ec701ffbf01d88963d1b9c Reviewed-on: https://chromium-review.googlesource.com/959587 Commit-Queue: Hidy Han <hidyhan@chromium.org> Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Reviewed-by:
Alex Clarke <alexclarke@chromium.org> Cr-Commit-Position: refs/heads/master@{#542912}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/53c448db..f0dfd5a0 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;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;master.tryserver.chromium.android:android_optional_gpu_tests_rel TBR=hablich@chromium.org,machenbach@chromium.org,kozyatinskiy@chromium.org,sergiyb@chromium.org Change-Id: I30a4a72d2d4d0cb652c146f25adbeae2831da4c8 Reviewed-on: https://chromium-review.googlesource.com/961361Reviewed-by:
v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#542911}
-
Demetrios Papadopoulos authored
This makes it possible for the user to reach extension provided options that don't fit in the viewport. Bug: 820876 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: Idf3ef16f0cead1da99bf255b32b4669072518c19 Reviewed-on: https://chromium-review.googlesource.com/960968 Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org> Reviewed-by:
Scott Chen <scottchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#542910}
-
Sonny Sasaka authored
https://chromium.googlesource.com/chromiumos/platform/system_api.git/+log/e22d01d973dc..1e83c2514884 $ git log e22d01d97..1e83c2514 --date=short --no-merges --format='%ad %ae %s' 2018-03-12 sonnysasaka bluetooth: Add bluez object manager service constants. 2018-02-15 ljusten authpolicy: Add unspecific kpasswd error 2018-03-07 jkardatzke Add D-Bus signal for starting a container in a VM Created with: roll-dep src/third_party/cros_system_api Bug: 812468 Change-Id: Ia9f3ecd344f8203b145797baac73e733c3449a15 Reviewed-on: https://chromium-review.googlesource.com/961128Reviewed-by:
Rahul Chaturvedi <rkc@chromium.org> Commit-Queue: Rahul Chaturvedi <rkc@chromium.org> Cr-Commit-Position: refs/heads/master@{#542909}
-
Oksana Zhuravlova authored
This change moves the file, file path and file_info mojom files from //mojo/common to //mojo/public/mojom/base. Corresponding typemap and struct traits file were also moved. Unit tests for file and file_path were updated to use SerializeAndDeserialize() from //mojo/public/cpp/test_support/test_utils.h and moved to mojo_unittests. Bug: 799482 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo Change-Id: I18cfd1848b3411ae1524280ed72ae4508b00208e Reviewed-on: https://chromium-review.googlesource.com/959423 Commit-Queue: Oksana Zhuravlova <oksamyt@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Jay Civelli <jcivelli@chromium.org> Reviewed-by:
Ken Rockot <rockot@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Cr-Commit-Position: refs/heads/master@{#542908}
-
Prabhu Rajendran authored
Bug: 821208 Change-Id: I65b9b712262d5c457e98e19fddc29e4baa7391a1 Reviewed-on: https://chromium-review.googlesource.com/960927Reviewed-by:
Ryan Sturm <ryansturm@chromium.org> Commit-Queue: Prabhu Rajendran <prabhur@google.com> Cr-Commit-Position: refs/heads/master@{#542907}
-
https://chromium.googlesource.com/catapult.git/+log/3b4e1d958fac..4d4ed66a74c4 $ git log 3b4e1d958..4d4ed66a7 --date=short --no-merges --format='%ad %ae %s' 2018-03-13 charliea Revert "More precise self time calculation" 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: I8cd15c60f078e5552a0a9132c688e949c437d732 Reviewed-on: https://chromium-review.googlesource.com/961366 Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Reviewed-by:
catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#542906}
-
Aaron Leventhal authored
This is split out from the CL to test all widgets and views for nameless focusable objects. See crrev.com/c/951933. Bug: 819350 Change-Id: Iecef5783a292363f8f994cdce5f5f24f92d48025 Reviewed-on: https://chromium-review.googlesource.com/961281Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Aaron Leventhal <aleventhal@chromium.org> Cr-Commit-Position: refs/heads/master@{#542905}
-
Daniel Cheng authored
Change-Id: Ic18b465206f29e854a7a463e75436f6ea7c37812 Reviewed-on: https://chromium-review.googlesource.com/957591 Commit-Queue: Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#542904}
-
This CL may cause a small binary size increase, roughly proportional to how long it's been since our last AFDO profile roll. For larger increases (around or exceeding 100KB), please file a bug against gbiv@chromium.org. Additional context: https://crbug.com/805539 The AutoRoll server is located here: https://afdo-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. TBR=gbiv@chromium.org Change-Id: Ib5331f5a51027443effa4115fec652d0b678176c Reviewed-on: https://chromium-review.googlesource.com/961448 Commit-Queue: afdo-chromium-autoroll <afdo-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Reviewed-by:
afdo-chromium-autoroll <afdo-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#542903}
-
Vlad Tsyrklevich authored
Change-Id: I7717f832c3aeb005b5258fd4206c14dccc13aba1 Reviewed-on: https://chromium-review.googlesource.com/961250Reviewed-by:
Peter Collingbourne <pcc@chromium.org> Commit-Queue: Peter Collingbourne <pcc@chromium.org> Cr-Commit-Position: refs/heads/master@{#542902}
-
Nate Fischer authored
This is a follow-up to http://crrev/c/958229. This moves the implementation of getSafeBrowsingPrivacyPolicyUrl() to the UI thread, and adds a DCHECK to assert this. This was done under boliu@'s recommendation, since AwBrowserContext seems like it should be used mainly on the UI thread only (based on how content::BrowserContext is used). We still permit apps to call WebView#getSafeBrowsingPrivacyPolicyUrl() on any thread, since it is a static method. We accommodate this by blocking and running on the UI thread. Test: run_webview_instrumentation_test_apk -f SafeBrowsingTest#testGetSafeBrowsingPrivacyPolicyUrl Change-Id: I275825d6a49e08247e2839ec4a93272ce4204c98 Reviewed-on: https://chromium-review.googlesource.com/958040Reviewed-by:
Bo <boliu@chromium.org> Commit-Queue: Nate Fischer <ntfschr@chromium.org> Cr-Commit-Position: refs/heads/master@{#542901}
-
jonross authored
A few tests had been flaking on viz configs. Some have since shown themselves to be flaking everywhere. Others have been triaged to have been caused by now fixed issues. This change updates the filter to re-enable one on viz_browser_tests. While only re-enabling some on the FYI bot for viz_content_browsertests. TBR=kylerchar@chromium.org TEST=viz_browser_tests, viz_content_browsertests Bug: 760181 Change-Id: I08e643dd8074ab3b7a4d6bbbe72063da81d21b04 Reviewed-on: https://chromium-review.googlesource.com/961262Reviewed-by:
Jonathan Ross <jonross@chromium.org> Cr-Commit-Position: refs/heads/master@{#542900}
-
Bailey Berro authored
This change creates the SmbTaskQueue class for queueing FileSystem operations that will be sent over D-Bus to the Smb Daemon. BUG=chromium:757625 Change-Id: Id48b8b4abbc5841f42ae1b52dca2e142f2ba6706 Reviewed-on: https://chromium-review.googlesource.com/953134 Commit-Queue: Bailey Berro <baileyberro@chromium.org> Reviewed-by:
Zentaro Kavanagh <zentaro@chromium.org> Cr-Commit-Position: refs/heads/master@{#542899}
-
Koji Ishii authored
This patch fixes VisualRect for flipped block (vertical-rl) writing-mode. LayoutObject::LocalVisualRect should be in flipped physical coordinate system, but was not flipped in LayoutNG. This patch fixed it to be flipped physical coordinate system. In addition: * LocalVisualRectFor() is moved to NGPaintFragment, by using NGPaintFragment::InlineFragmentsFor(). * PaintInvalidator::UpdateVisualRect() applies the same mapping to fragments as the LayoutObject. Before this patch computed the mapping from local and backing rect, but this method does not work in flipped writing-mode. 11 tests turn to pass. More tests were expected to pass, but it turned out that there are more fixes needed for vertical-rl in paint and a few others. Bug: 636993 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_layout_ng;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I3176a89bd96afa75ef024b1441d85fec5d30d75a Reviewed-on: https://chromium-review.googlesource.com/960403Reviewed-by:
Emil A Eklund <eae@chromium.org> Commit-Queue: Emil A Eklund <eae@chromium.org> Cr-Commit-Position: refs/heads/master@{#542898}
-
Lukasz Anforowicz authored
//services/network won't be able to directly use ContentBrowserClient, so this CL refactors CORB-related parts of ContentBrowserClient in such a way that the data they return in a browser-process can be easily passed to the network service process. Specifically, this CL changes the following ContentBrowserClient API: virtual bool ShouldBypassDocumentBlocking(const url::Origin& initiator, const GURL& url, ResourceType resource_type); into: virtual const char* GetInitatorSchemeBypassingDocumentBlocking(); Bug: 792546 Change-Id: I39d88a97ff24d776319b2687837838fa594054c5 Tbr: rdevlin.cronin@chromium.org Reviewed-on: https://chromium-review.googlesource.com/958041 Commit-Queue: Łukasz Anforowicz <lukasza@chromium.org> Reviewed-by:
Nick Carter <nick@chromium.org> Cr-Commit-Position: refs/heads/master@{#542897}
-
https://skia.googlesource.com/skia.git/+log/98ad5b7a4bca..296de50b4c2e $ git log 98ad5b7a4..296de50b4 --date=short --no-merges --format='%ad %ae %s' 2018-03-13 bsalomon Fix possible overflows in hair line path renderer vertex counts 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=stephana@chromium.org Change-Id: Idcc466699d243620f27c969eb3c3dff3440f1482 Reviewed-on: https://chromium-review.googlesource.com/961142Reviewed-by:
skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#542896}
-
Pedro Amaral authored
This change removes three methods from BottomSheet.java Bug: 814528 Change-Id: Ib03a1ce24e41a69dd8124daabe8355196e82d072 Reviewed-on: https://chromium-review.googlesource.com/956264Reviewed-by:
Matthew Jones <mdjones@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Commit-Queue: Pedro Amaral <amaralp@chromium.org> Cr-Commit-Position: refs/heads/master@{#542895}
-
Chromium WPT Sync authored
Using wpt-import in Chromium e733c104. With Chromium commits locally applied on WPT: ad9cc156 "Add WPT tests for feature policy frame policy" Build: https://ci.chromium.org/buildbot/chromium.infra.cron/wpt-importer/13833 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: rouslan@chromium.org, mathp@chromium.org: external/wpt/payment-request TBR=leon.han@intel.com No-Export: true Change-Id: I1f09ffbc549ad1d3962e476f3a77d8d2701fce79 Reviewed-on: https://chromium-review.googlesource.com/961104 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@{#542894}
-