- 29 May, 2019 13 commits
-
-
chromium-autoroll authored
https://pdfium.googlesource.com/pdfium.git/+log/698a4380c296..d524d32f3c7c git log 698a4380c296..d524d32f3c7c --date=short --no-merges --format='%ad %ae %s' 2019-05-28 tsepez@chromium.org Avoid circular includes between CPDF_Document and CPDF_LinkList Created with: gclient setdep -r src/third_party/pdfium@d524d32f3c7c The AutoRoll server is located here: https://autoroll.skia.org/r/pdfium-autoroll 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=pdfium-deps-rolls@chromium.org Change-Id: If7fe08992b68fbb9189d75c0a57eaa21f1f9ed2f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1633249Reviewed-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@{#664038}
-
Eric Aleshire authored
Also adds them to a test to confirm they execute. There aren't enough methods landed to be able to check for correctness yet - those will come in a follow-up. Change-Id: Id1ccdaeebebbea2c7f6e299ef192244c75f209f2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1628273 Commit-Queue: ericale <ericale@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#664037}
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git/+log/5a06fa466186..f051812343eb git log 5a06fa466186..f051812343eb --date=short --no-merges --format='%ad %ae %s' 2019-05-28 zoddicus@users.noreply.github.com Add WebGPU specific fuzzer for validation (#2628) Created with: gclient setdep -r src/third_party/SPIRV-Tools/src@f051812343eb The AutoRoll server is located here: https://autoroll.skia.org/r/spirv-tools-chromium-autoroll 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=luci.chromium.try:android_angle_vk32_deqp_rel_ng;luci.chromium.try:android_angle_vk32_rel_ng;luci.chromium.try:android_angle_vk64_deqp_rel_ng;luci.chromium.try:android_angle_vk64_rel_ng;luci.chromium.try:linux_angle_deqp_rel_ng;luci.chromium.try:linux-angle-rel;luci.chromium.try:win-angle-rel;luci.chromium.try:win_angle_deqp_rel_ng TBR=radial-bots+chrome-roll@google.com,cwallez@google.com Change-Id: Id9ecea0cb29444249634ca3a13783824f13d09bb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1632805Reviewed-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@{#664036}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/90cb260644cd..cee3dffa8f79 git log 90cb260644cd..cee3dffa8f79 --date=short --no-merges --format='%ad %ae %s' 2019-05-28 bclayton@google.com LLVMReactor: Mutex calls to llvm::orc::IRCompileLayer. 2019-05-28 bclayton@google.com Reactor: Add UInt4 constructors taking UInt Created with: gclient setdep -r src/third_party/swiftshader@cee3dffa8f79 The AutoRoll server is located here: https://autoroll.skia.org/r/swiftshader-chromium-autoroll 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=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 BUG=chromium:b/133127573 TBR=swiftshader-team+autoroll@google.com Change-Id: I7c91d395a1c9fefc80c8f9902f78a8cf2b70ad0d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1632946Reviewed-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@{#664035}
-
Jeremy Chinsen authored
TabModalConfirmDialog takes ownership of the TabModalConfirmDialogDelegate* passed in, but its comment did not convey this. Changing the parameter to a unique_ptr expresses this explicitly. Bug: 961772 Change-Id: Id7f4242a0797d3d49237b833b0bd6af4c146dd98 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1626502Reviewed-by:
Lei Zhang <thestig@chromium.org> Commit-Queue: Jeremy Chinsen <chinsenj@google.com> Cr-Commit-Position: refs/heads/master@{#664034}
-
Charles Zhao authored
Currently, when a tab is discarded, it has 0 ukm_source_id in TabActivityWatcher; which eventually leads to no logging. Fix: assign the old ukm_source_id to the new WebContentsData when replace is called. Bug: 967558 Change-Id: Ic989baafc6850c47d8d53c14bc775a2475e1f12e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1631914Reviewed-by:
François Doray <fdoray@chromium.org> Commit-Queue: Charles . <charleszhao@chromium.org> Cr-Commit-Position: refs/heads/master@{#664033}
-
Kyle Horimoto authored
The issue was trigged by a JavaScript error in getDialogTitle_(). This function attempts to evaluate |this.managedProperties_.Name| without checking whether |this.managedProperties_| is set. I added an early return to prevent against this case. Bug: 967807 Change-Id: I14544a6185f255d73e405845446efb1fc07bf4dc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1633213 Auto-Submit: Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Commit-Queue: Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#664032}
-
Steven Bennetts authored
This also eliminates a NetworkHandler dependency in ash/system/network. Bug: 919691 Change-Id: Ie315a3a6589cd3f68a980ec17db9db8c83dba859 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1626684Reviewed-by:
Pavol Marko <pmarko@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Commit-Queue: Steven Bennetts <stevenjb@chromium.org> Cr-Commit-Position: refs/heads/master@{#664031}
-
Min Qin authored
Currently for each download stream, the data read from the network was immediately written to the disk. This CL allows each SourceStream to read some data before the file write offset for content validation purpose. And data will only be written after all the initial validation data are consumed. A new field called starting_file_write_offset_ is added to SourceStream to identify this checkpoint for file validation. BUG=965215 Change-Id: Ia46de1a588bc0c2fb4e6eb19e62ef794d706ad1d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1625461 Commit-Queue: Min Qin <qinmin@chromium.org> Reviewed-by:
Xing Liu <xingliu@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#664030}
-
Torne (Richard Coles) authored
Convert more cases where C++ code iterates over Java object arrays to use range-based for with the new helper class introduced by https://chromium-review.googlesource.com/c/chromium/src/+/1283836 Also remove ConvertJStringArrayToString16Array from chrome_browser_provider.cc, as there is already a helper for this in jni_array.h. Change-Id: Ifb8ecf25dbde8d1fab6549df22153b9bf398b4d1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1588961 Auto-Submit: Richard Coles <torne@chromium.org> Commit-Queue: Mohamed Amir Yosef <mamir@chromium.org> Reviewed-by:
Mohamed Amir Yosef <mamir@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Reviewed-by:
Min Qin <qinmin@chromium.org> Reviewed-by:
Paul Jensen <pauljensen@chromium.org> Reviewed-by:
Yaron Friedman <yfriedman@chromium.org> Reviewed-by:
Lutz Justen <ljusten@chromium.org> Cr-Commit-Position: refs/heads/master@{#664029}
-
Istiaque Ahmed authored
We can do this without any string copy, so use StringPiece variant from GURL. This is interesting because every extension resource fetch goes through this method. Bug: None Change-Id: Ief332c09295b1087f64721e44f026eccc4a49497 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1631938Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Commit-Queue: Istiaque Ahmed <lazyboy@chromium.org> Cr-Commit-Position: refs/heads/master@{#664028}
-
Piotr Bialecki authored
Bug: 966607 Change-Id: I3c2719ba8a3128b4c261a916a604626b82c1c1ef Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1632916Reviewed-by:
Klaus Weidner <klausw@chromium.org> Commit-Queue: Piotr Bialecki <bialpio@chromium.org> Cr-Commit-Position: refs/heads/master@{#664027}
-
Edin Kadric authored
Bug: 965601 Change-Id: Ia212e7d969d431f5ece9e3da0702c516478fdd67 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1628835Reviewed-by:
Michael Wasserman <msw@chromium.org> Commit-Queue: Edin Kadric <edinkadric@google.com> Cr-Commit-Position: refs/heads/master@{#664026}
-
- 28 May, 2019 27 commits
-
-
Jinsuk Kim authored
Arrow widget used for history navigation UI was previously inherited from ChipView. This CL introduced its own UI widget class that simplifies APIs and has the right style for the design. It will also be used as a base class for other elements in the long term design. Also contains: - centered the arrow in the round icon - verified the style in dark mode - icon color is tinted by default to match that of the text - long text is ellipsized Bug: 966259 Change-Id: I5e25ded8b72886042b3ab05fe1d5254c03191b75 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1626911 Commit-Queue: Jinsuk Kim <jinsukkim@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#664025}
-
danakj authored
This makes an android_browsertests target that compiles but does not do anything too useful yet. The target has a dependency on a new test_support_ui_android target that mirrors the test_support_ui target desktop browser_tests depend on which will include in the future any BrowserTestBase subclasses. It also pulls in the //chrome/browser and //content/public/browser dependencies for tests. We do a bunch of cleanup in the desktop browser_tests target since it is no longer being built for android. 1) The //chrome/browser/test_support_ui target can be scoped entirely to non-android, and some of its deps are cleaned up: blink_headers and gtest are not used by that target and don't need to be there. 2) We merge the `sources`, `deps`, `data_deps` and `data` variables in the browser_tests target up into a single assignment since they do not need to split between shared-with-android and not-shared-with-android anymore. 3) I noticed we had both chromeos-and-nacl and nacl-and-chromeos sections, so merged them together into the latter. 4) Moved the blink_headers dependency to the browser_tests target where it is used by render_view_browsertest.cc. Removed it from //chrome/test:test_support_ui as well, as it was not used there either. R=sky@chromium.org Bug: 961849 Change-Id: I18262595db5c1713cb2d830894798cc82b90c200 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1627946 Auto-Submit: danakj <danakj@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#664024}
-
Theresa authored
Add an AppMenuBlocker interface with a simple #canShowAppMenu method. Split ChromeActivity#shouldShowAppMenu implementation between activity class and RootUiCoordinator, moving UI-related checks into RootUiCoordinator#canShowAppMenu. Register both ChromeActivity and RootUiCoordinator as AppMenuBlocker's. BUG=956260 Change-Id: Ic0889d349287e687dbf239e5487b51cc3e45ac90 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1628231 Commit-Queue: Theresa <twellington@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Cr-Commit-Position: refs/heads/master@{#664023}
-
Jordy Greenblatt authored
This CL just creates an infrastructure based on cr_settings_browsertest.js and runs the existing test of the settings-smb-shares-page element on the newly migrated file chrome/browser/resources/settings/chromeos/os_downloads_page/smb_shares_page.js. Bug: 966595 Change-Id: I5af3a28877a74474e3b715559e4a513d07c9119a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1628014 Commit-Queue: Jordy Greenblatt <jordynass@chromium.org> Reviewed-by:
Jordy Greenblatt <jordynass@chromium.org> Reviewed-by:
May Lippert <maybelle@chromium.org> Reviewed-by:
Dan Beam <dbeam@chromium.org> Cr-Commit-Position: refs/heads/master@{#664022}
-
Patrick Noland authored
Bug: 966176 Change-Id: Iee7c863bae5292fd576ad5b04d77060087c26364 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1626019Reviewed-by:
Matthew Jones <mdjones@chromium.org> Commit-Queue: Patrick Noland <pnoland@chromium.org> Cr-Commit-Position: refs/heads/master@{#664021}
-
Sorin Jianu authored
BUG=967689 Change-Id: I8547f5c8b047dc1ddffc99fd576eb67bf817e22f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1630519Reviewed-by:
Joshua Pawlicki <waffles@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Commit-Queue: Sorin Jianu <sorin@chromium.org> Cr-Commit-Position: refs/heads/master@{#664020}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/0499a4436c35..86837544cd02 Created with: gclient setdep -r src-internal@86837544cd02 The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-chromium-autoroll 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=luci.chrome.try:linux-chromeos-chrome TBR=ricea@google.com,jeffreycohen@google.com,seblalancette@google.com,mkwst@google.com Change-Id: I0fe7ece06c5449636847de905f2313784b569350 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1632308Reviewed-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@{#664019}
-
Aaron Colwell authored
Hosted apps no longer need to be a special case that does not require a dedicated process. This change removes the special case logic and isolates all extensions and all hosted apps in their own processes. Change-Id: Id6322038fcf5bef91775cec20ea61cf7a3f6b458 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1628334Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Commit-Queue: Aaron Colwell <acolwell@chromium.org> Cr-Commit-Position: refs/heads/master@{#664018}
-
Ben Kelly authored
Remove the ServiceWorkerForegroundPriority feature since it has been successfully launched to 100% in Chrome 74. Bug: 928904 Change-Id: I64059e14b9eed99763db842fef248b5813b082de Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1633049Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Ben Kelly <wanderview@chromium.org> Cr-Commit-Position: refs/heads/master@{#664017}
-
Justin Cohen authored
Currently page load count is done via the call to StabilityMetricsHelper::LogLoadStarted in WebStateDidStartLoading. DidStartLoading was never an ideal location, and the move to WKBasedNavigationManager introduces even more complexity. Instead, move this call to WebStateDidStartNavigation. Rollout will start behind a feature flag that will be paired with the SlimNav experiment and control groups. Bug: 786547 Change-Id: I1100bd0cca68fe511b992c1df67c449a6739fc4c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1632570Reviewed-by:
Eugene But <eugenebut@chromium.org> Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Reviewed-by:
Peter Lee <pkl@chromium.org> Commit-Queue: Justin Cohen <justincohen@chromium.org> Cr-Commit-Position: refs/heads/master@{#664016}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/a7b33124672f..5db62d36c9b5 git log a7b33124672f..5db62d36c9b5 --date=short --no-merges --format='%ad %ae %s' 2019-05-28 hypan@google.com Set the fyi flag to False for pixel2-perf and pixel2_webview-perf Created with: gclient setdep -r src/third_party/catapult@5db62d36c9b5 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll 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=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 BUG=chromium:867592 TBR=zhanliang@google.com Change-Id: If908b507ad60043e5614b1bcdc2c2e160944ccfa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1631359Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Reviewed-by:
John Chen <johnchen@chromium.org> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#664015}
-
Morten Stenshorne authored
Normally, an RT element is somewhere inside a RUBY element. We already force legacy layout for the entire subtree established by RUBY elements, but we need to do the same for RT elements, in case they don't have a RUBY ancestor. RT elements create a special legacy layout object, without necessarily establishing a new formatting context. Bug: 967255 Change-Id: I35857fdeced55ee10a385b58b117f28007bd7791 Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_layout_ng Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1632261 Commit-Queue: Morten Stenshorne <mstensho@chromium.org> Commit-Queue: Emil A Eklund <eae@chromium.org> Reviewed-by:
Emil A Eklund <eae@chromium.org> Cr-Commit-Position: refs/heads/master@{#664014}
-
Lorne Mitchell authored
This is a reland of https://chromium-review.googlesource.com/c/chromium/src/+/1613921/, which was reverted (Bug=966547) because third_party/blink/renderer/devtools/front_end/langpacks/devtools_ui_strings.grd was being picked up by Google's internal localization pipeline. Bug=941561 Change-Id: I9a97e16e367716189d34944b76605c9321d47092 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1627921Reviewed-by:
Joel Einbinder <einbinder@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Reviewed-by:
Alexei Filippov <alph@chromium.org> Commit-Queue: Lorne Mitchell <lomitch@microsoft.com> Cr-Commit-Position: refs/heads/master@{#664013}
-
Ryan Sleevi authored
Chromium has had experimental support for the CT-over-DNS draft at https://github.com/google/certificate-transparency-rfcs/blob/master/dns/draft-ct-over-dns.md for some time. In support of this experiment, it's received STHes from Google using the Component Updater, and when a fresh STH is received, used that to trigger checks for any SCTs it may have from that Log, to ensure the Log is well-behaving. Due to the use of TXT records, this code was only implemented using our built-in resolver code, and only on platforms where CT was enabled; effectively limiting it to !Windows and !Mobile. Many of the privacy assumptions around this code were conceived of prior to, and independent of, work such as DoH or ESNI, and may not hold the same. Further, the limited experiments performed suggest abnormally high failure rates, which will require significant time to dig into. As such, we're putting a hold on the experiment to focus on other higher priority tasks. Due to the complexity this introduces for reasoning about DoH and ESNI, and with a mind to binary size, rather than leave the code in place, this CL unwinds it all, as hermetically as possible, so that it can be revisited in the future. Bug: 506227 Change-Id: I1b477b34e4445bc06cc4cef95b92909e74d28327 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1582766Reviewed-by:
Brian White <bcwhite@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
David Benjamin <davidben@chromium.org> Reviewed-by:
Joshua Pawlicki <waffles@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Misha Efimov <mef@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Commit-Queue: Ryan Sleevi <rsleevi@chromium.org> Cr-Commit-Position: refs/heads/master@{#664012}
-
Nate Fischer authored
No change to production logic, mostly a no-change refactor in tests. This adds the AwActivityTestRule.addJavascriptInterfaceOnUiThread() helper method, which avoids some need for posting to UI thread manually in tests. This replaces all uses of bare addJavascriptInterface(), most of which are mechanical (NOOP) replacements. The non-trivial replacement is AwContentsTest, which had multiple operations in the same UI-thread section. Now we have multiple posts to UI thread, which is slower, but should be more readable. This is a follow-up CL to the test added to AwNetworkConfigurationTest. Bug: 960165 Test: run_webview_instrumentation_test_apk Change-Id: I1ad88c0cb37f288c7a3b43711ccaa204c02e7590 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1617649 Commit-Queue: Nate Fischer <ntfschr@chromium.org> Reviewed-by:
Changwan Ryu <changwan@chromium.org> Cr-Commit-Position: refs/heads/master@{#664011}
-
Caitlin Fischer authored
Bug: 966830 Change-Id: I738b691847869439dd38df6d6fa7595e87af9688 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1628042 Commit-Queue: Caitlin Fischer <caitlinfischer@google.com> Reviewed-by:
Fabio Tirelo <ftirelo@chromium.org> Reviewed-by:
Tommy Martino <tmartino@chromium.org> Cr-Commit-Position: refs/heads/master@{#664010}
-
Thanh Nguyen authored
Proto with the features and related information to be logged for Chrome OS Search and Ranking project. Bug: 959705 Change-Id: I047dfc312d37862800fb3b48e5f30a98e85da254 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1626837 Commit-Queue: Thanh Nguyen <thanhdng@chromium.org> Reviewed-by:
Jenny Zhang <jennyz@chromium.org> Reviewed-by:
Jia Meng <jiameng@chromium.org> Cr-Commit-Position: refs/heads/master@{#664009}
-
Nate Fischer authored
No change to production logic. This adds a regression test for http://crbug.com/960165. This loads a page and ensures that WebView correctly respects the Access-Control-Allow-Origin header, by using the JavaScript fetch() API. Bug: 960165 Test: run_webview_instrumentation_test_apk --enable-features=NetworkService,NetworkServiceInProcess -f AwNetworkConfigurationTest#testAccessControlAllowOriginHeader Change-Id: I74b6e789bb47a5ba8d70e1416bf963b0afbcb2ed Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1618160 Commit-Queue: Nate Fischer <ntfschr@chromium.org> Reviewed-by:
Changwan Ryu <changwan@chromium.org> Cr-Commit-Position: refs/heads/master@{#664008}
-
Mason Freed authored
Previous to this CL, all blur filters, including those used within backdrop-filters, would use kClampToBlack tile mode. For backdrop- filters, that would cause the implied transparent black edge pixels to be drawn in within the element bounds, which made that portion of the backdrop-filtered content partially transparent, and exposed the unfiltered content underneath. With this change, backdrop-filter blur filters now use the kClamp tile mode, which clamps to the image's edge pixel values, instead of transparent black. Bug: 963031 Change-Id: I22c99eb339886c098330d1f21504909446657c36 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1627637Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Commit-Queue: Mason Freed <masonfreed@chromium.org> Auto-Submit: Mason Freed <masonfreed@chromium.org> Cr-Commit-Position: refs/heads/master@{#664007}
-
Hesen Zhang authored
Bug: 966969 Change-Id: I1178622066411bad23e14386511583fabe8971d2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1629015 Commit-Queue: Hesen Zhang <hesen@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Reviewed-by:
Xing Liu <xingliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#664006}
-
Sunny Sachanandani authored
Bug: 937108 Change-Id: If1a8979c5493204d40efcd262c8cb60650c95696 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1632288 Commit-Queue: Sunny Sachanandani <sunnyps@chromium.org> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
Frank Liberato <liberato@chromium.org> Cr-Commit-Position: refs/heads/master@{#664005}
-
Henry Jian authored
Currently, when a web app manifest adds new WST v2 parameters (or modifies existing ones), Chromium won't trigger an update because it's not doing diffs on WST v2 parameters. This CL adds web app manifest diffing for WST v2 parameters. Bug: 885313 Change-Id: I440e1f9681d2209868e15ec34c1c01e8c99a8a47 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1592359Reviewed-by:
Peter Kotwicz <pkotwicz@chromium.org> Reviewed-by:
Yaron Friedman <yfriedman@chromium.org> Commit-Queue: Henry Jian <hzjian@google.com> Cr-Commit-Position: refs/heads/master@{#664004}
-
Kurt Horimoto authored
This CL creates OverlayPresenterUIDelegateImpl, which handles the UI for OverlayPresenters. Additionally, it adds OverlayContainerCoordinator, which provides the presentation context upon which to present requested overlay UI. Bug: 941745 Change-Id: Id44c906952260fbd0cb9e7f541c93fd70d2d7d4c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1614696 Commit-Queue: Kurt Horimoto <kkhorimoto@chromium.org> Reviewed-by:
Mike Dougherty <michaeldo@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Reviewed-by:
Mark Cogan <marq@chromium.org> Cr-Commit-Position: refs/heads/master@{#664003}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/0cb2fdefc219..1f02e8488551 git log 0cb2fdefc219..1f02e8488551 --date=short --no-merges --format='%ad %ae %s' 2019-05-28 fmalita@chromium.org [skottie] Add support for more font weights 2019-05-28 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2019-05-28 reed@google.com skia helper for encoding video 2019-05-28 herb@google.com Use bulk advances in SkPDFEmitType1Font 2019-05-28 herb@google.com Replace SkStrikeSpec with SkStrikeSpecStorage 2019-05-28 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (nontrivial). Created with: gclient setdep -r src/third_party/skia@1f02e8488551 The AutoRoll server is located here: https://autoroll.skia.org/r/skia-autoroll 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=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux-blink-rel;luci.chromium.try:linux-chromeos-compile-dbg;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=kjlubick@google.com Change-Id: I4c315de542d664a71897310547e95fe52e6a5640 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1632881Reviewed-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@{#664002}
-
Lan Wei authored
This reverts commit 42f777c7. Reason for revert: <INSERT REASONING HERE> Original change's description: > Use promise in wpt pointer event tests to finish the tests > > Instead of adding a variable to check if the test is finished, we can > create a promise object and finish the test at its last callback. > > Bug: 606367 > Change-Id: Iabf281a1fffca85630683e79436a8b442057b824 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1618002 > Commit-Queue: Lan Wei <lanwei@chromium.org> > Reviewed-by: Navid Zolghadr <nzolghadr@chromium.org> > Cr-Commit-Position: refs/heads/master@{#663936} TBR=lanwei@chromium.org,nzolghadr@chromium.org Change-Id: Ic907a109cc3c377347b80882318c95e05f2b2389 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 606367 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1631364Reviewed-by:
Lan Wei <lanwei@chromium.org> Commit-Queue: Lan Wei <lanwei@chromium.org> Cr-Commit-Position: refs/heads/master@{#664001}
-
Malay Keshav authored
gfx::RRectF is a wrapper for SkRRect. SkRRect normalizes the corner radii values if the sum of 2 corner radii is larger than the length of the side between these two corners. This means that the constructor cannot initialize a rounded rect by sequentially setting the corner radius for each corner. All the corners have to be set atomically using the API provided by SkRRect so that the normalization happens correctly. Bug: 966488 Change-Id: I0e3f373e4425af905f1be1fc1bc9fda983bdf600 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1629010Reviewed-by:
Mason Freed <masonfreed@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Malay Keshav <malaykeshav@chromium.org> Cr-Commit-Position: refs/heads/master@{#664000}
-
Yue Li authored
Bug: b/123953783 Test: Local Build Change-Id: I2eccb356604ade028cb63471ee73484a470aeff5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1536767 Commit-Queue: Yue Li <updowndota@chromium.org> Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Reviewed-by:
Tao Wu <wutao@chromium.org> Reviewed-by:
Sam McNally <sammc@chromium.org> Cr-Commit-Position: refs/heads/master@{#663999}
-