- 15 Oct, 2018 40 commits
-
-
Rune Lillesveen authored
EnsureComputedStyle is meant to be used on elements not rendered, but queried for ComputedStyle like in getComputedStyle. Update the lifecycle before getting the ComputedStyle in this media controls test instead. Change-Id: I7024c7d02f0603097f5b912ced953c14aef7342d Reviewed-on: https://chromium-review.googlesource.com/c/1280723Reviewed-by:
Becca Hughes <beccahughes@chromium.org> Commit-Queue: Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/master@{#599652}
-
Ken Rockot authored
NativeViewHost does not safely handle the case where it is added and then removed from a view hierarchy without ever being added to a Widget. Instead it crashes. This CL fixes the crash. Bug: None Change-Id: Ib25f754386b6512973861c4603c1f1a91a0cdb1a Reviewed-on: https://chromium-review.googlesource.com/c/1277687 Commit-Queue: Sadrul Chowdhury <sadrul@chromium.org> Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Cr-Commit-Position: refs/heads/master@{#599651}
-
Hiroshi Ichikawa authored
Originally all clean up was conditioned on _webState->GetView().superview == self, which looks wrong. So I removed the condition except for [_webState->GetView() removeFromSuperview]. It may not cause any issues in practice, though. Cq-Include-Trybots: luci.chromium.try:ios-simulator-cronet;luci.chromium.try:ios-simulator-full-configs Change-Id: I2ce98cc4b568c6b450d20c5193f5eaebad7cde96 Reviewed-on: https://chromium-review.googlesource.com/c/1280088Reviewed-by:
John Wu <jzw@chromium.org> Commit-Queue: John Wu <jzw@chromium.org> Cr-Commit-Position: refs/heads/master@{#599650}
-
James MacLean authored
This reverts commit 6eb8d7a9. Reason for revert: <INSERT REASONING HERE> Original change's description: > Update V8 to version 7.2.6. > > Summary of changes available at: > https://chromium.googlesource.com/v8/v8/+log/dcefe396..1012874a > > 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,v8-waterfall-sheriff@grotations.appspotmail.com > > Binary-Size: autoroller > Change-Id: Id014a51675cc07ae4c845216ec9020c48efd1e36 > Reviewed-on: https://chromium-review.googlesource.com/c/1280608 > Reviewed-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@{#599633} TBR=hablich@chromium.org,v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: I41cb8252e26bf6d1f5d73e9d2ca18d7d31fda55e No-Presubmit: true No-Tree-Checks: true No-Try: true 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 Reviewed-on: https://chromium-review.googlesource.com/c/1280209Reviewed-by:
James MacLean <wjmaclean@chromium.org> Commit-Queue: James MacLean <wjmaclean@chromium.org> Cr-Commit-Position: refs/heads/master@{#599649}
-
sczs authored
- Moves all the TabModel observer infoBar related code from BVC to the infoBarCoordinator. - Makes infoBarCoordinator conform to the SigninPresenter protocol. - Plumbs a dispatcher a tabModel to the infoBarCoordinator. Bug: 892376 Cq-Include-Trybots: luci.chromium.try:ios-simulator-cronet;luci.chromium.try:ios-simulator-full-configs Change-Id: I002fa94a09566770117f1a30c7c6d656e0fba559 Reviewed-on: https://chromium-review.googlesource.com/c/1265501Reviewed-by:
Mark Cogan <marq@chromium.org> Commit-Queue: Sergio Collazos <sczs@chromium.org> Cr-Commit-Position: refs/heads/master@{#599648}
-
John Z Wu authored
It should probably wait until the page finishes loading before selecting the new url in the omnibox. Bug: 893843 Cq-Include-Trybots: luci.chromium.try:ios-simulator-cronet;luci.chromium.try:ios-simulator-full-configs Change-Id: I1546b567755a6878cf0d3239a77f3485f05cb6b1 Reviewed-on: https://chromium-review.googlesource.com/c/1278813Reviewed-by:
David Roger <droger@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Commit-Queue: John Wu <jzw@chromium.org> Cr-Commit-Position: refs/heads/master@{#599647}
-
Emily Hanley authored
Bug: 878390 Change-Id: I3602b3669ea7f37c694b0badd5ed9f461ffc048d Reviewed-on: https://chromium-review.googlesource.com/c/1276548 Commit-Queue: Emily Hanley <eyaich@chromium.org> Reviewed-by:
Juan Antonio Navarro Pérez <perezju@chromium.org> Cr-Commit-Position: refs/heads/master@{#599646}
-
Roger Tawa authored
If the brand code persisted in local prefs is empty, reinitialize to correct. Bug: 846033, 893451 Change-Id: I49cc299374d8530d3a46aee93cb7cb2518ff1dee Reviewed-on: https://chromium-review.googlesource.com/c/1272447Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Wenzhao (Colin) Zang <wzang@chromium.org> Commit-Queue: Roger Tawa <rogerta@chromium.org> Cr-Commit-Position: refs/heads/master@{#599645}
-
Lily Chen authored
Previously, any %-escaped characters would be unescaped when parsing a cookie's domain attribute, leading to a potential security vulnerability. This change disallows % characters in the cookie domain by failing to get the cookie domain if the domain string contains a % character. Bug: 721833 Change-Id: Ie55d5228eea33920cfa3792c5bf63989498e769d Reviewed-on: https://chromium-review.googlesource.com/c/1277583Reviewed-by:
Mike West <mkwst@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Commit-Queue: Lily Chen <chlily@chromium.org> Cr-Commit-Position: refs/heads/master@{#599644}
-
Thomas Tangl authored
Clean up code for clear browsing data dialog. Changes: - Remove template elements and add hidden attribute instead - Clean up tests - Remove argument from strings ($1 -> #) Bug: 893696 Change-Id: I0650a0a6fe0bd08884480f6eb4b53e379ba4ebba Reviewed-on: https://chromium-review.googlesource.com/c/1276771 Commit-Queue: Thomas Tangl <tangltom@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#599643}
-
Manu Cornet authored
Change-Id: Ie294e13bd2b4eaf14343e328b0d5fb2b22a30251 Bug: 864701 Reviewed-on: https://chromium-review.googlesource.com/c/1278616Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Manu Cornet <manucornet@chromium.org> Cr-Commit-Position: refs/heads/master@{#599642}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/646d917d3c71..c6a17104ad68 git log 646d917d3c71..c6a17104ad68 --date=short --no-merges --format='%ad %ae %s' 2018-10-15 jvanverth@google.com Fix YUVA index check Created with: gclient setdep -r src/third_party/skia@c6a17104ad68 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-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;master.tryserver.blink:linux_trusty_blink_rel TBR=egdaniel@chromium.org Change-Id: Iea21440fd140dac0ccacc9ab6cfb521792222c2d Reviewed-on: https://chromium-review.googlesource.com/c/1280407Reviewed-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@{#599641}
-
Fernando Serboncini authored
Change-Id: I89277f10b282e324464014a0c1917b6168c79928 Reviewed-on: https://chromium-review.googlesource.com/c/1280615Reviewed-by:
Xida Chen <xidachen@chromium.org> Commit-Queue: Fernando Serboncini <fserb@chromium.org> Cr-Commit-Position: refs/heads/master@{#599640}
-
Alexander Timin authored
BUG=874836 R=rkaplow@chromium.org Change-Id: Icf5c0b87a82dd8a9da5af02411727c103e4494b8 Reviewed-on: https://chromium-review.googlesource.com/c/1259662Reviewed-by:
Robert Kaplow (sloooow) <rkaplow@chromium.org> Commit-Queue: Alexander Timin <altimin@chromium.org> Cr-Commit-Position: refs/heads/master@{#599639}
-
Sergio Villar Senin authored
It was using SigninManager API. Migrated to IdentityManager so it could eventually make use of the identity service. By the way, PrivetNotificationsFactory was lacking the dependency with the SigninManagerFactory. Adding the new one with IdentityManagerFactory instead. BUG=890784 Change-Id: I0a3c3eb44ea28e8e388728b3e4e58841873057e4 Reviewed-on: https://chromium-review.googlesource.com/c/1278791 Commit-Queue: Sergio Villar <svillar@igalia.com> Reviewed-by:
Colin Blundell <blundell@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#599638}
-
Jaeyong Bae authored
This patch is just a code simplification by applying conversion logic. Bug: 853874 Change-Id: I3f9db03fa3b140856b388599ac65ed4ca0dadc98 Reviewed-on: https://chromium-review.googlesource.com/c/1278918Reviewed-by:
Rayan Kanso <rayankans@chromium.org> Commit-Queue: Jaeyong Bae <jdragon.bae@gmail.com> Cr-Commit-Position: refs/heads/master@{#599637}
-
Justin Cohen authored
This work is in preparation for allowing the BVC to present the NTP. Bug: 826369 Cq-Include-Trybots: luci.chromium.try:ios-simulator-cronet;luci.chromium.try:ios-simulator-full-configs Change-Id: I593ec30092fc3ab3e1a955093b0300d2af3eba6c Reviewed-on: https://chromium-review.googlesource.com/c/1280045 Commit-Queue: Justin Cohen <justincohen@chromium.org> Reviewed-by:
Mark Cogan <marq@chromium.org> Cr-Commit-Position: refs/heads/master@{#599636}
-
Justin Cohen authored
This CL introduces a feature flag kBrowserContainerPresentsNTP to gate this change. Bug: 826369 Cq-Include-Trybots: luci.chromium.try:ios-simulator-cronet;luci.chromium.try:ios-simulator-full-configs Change-Id: If313f707a0c02d3af3b9c538a2b08ce3dda6bdd3 Reviewed-on: https://chromium-review.googlesource.com/c/1280044 Commit-Queue: Justin Cohen <justincohen@chromium.org> Reviewed-by:
Mark Cogan <marq@chromium.org> Cr-Commit-Position: refs/heads/master@{#599635}
-
David Jean authored
- Fixed Edit button to be disabled when seaching and no results. - Fixed problem with background during search. - Fixed clunky animation by closing search controller first. Bug: 893559,893687,894031 Cq-Include-Trybots: luci.chromium.try:ios-simulator-cronet;luci.chromium.try:ios-simulator-full-configs Change-Id: I6846006abf82d2e6ef1b6a9d783f6824d27df076 Reviewed-on: https://chromium-review.googlesource.com/c/1276646Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Reviewed-by:
Sergio Collazos <sczs@chromium.org> Commit-Queue: David Jean <djean@chromium.org> Cr-Commit-Position: refs/heads/master@{#599634}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/dcefe396..1012874a 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,v8-waterfall-sheriff@grotations.appspotmail.com Binary-Size: autoroller Change-Id: Id014a51675cc07ae4c845216ec9020c48efd1e36 Reviewed-on: https://chromium-review.googlesource.com/c/1280608Reviewed-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@{#599633}
-
Luke Zielinski authored
This method will always return true going forward. Also update calling code to not use this method, which includes removing references to the legacy Extended Reporting preference that is no longer used. Bug: 662944 Change-Id: I1a091377a86c3dd5ff5d10452c751b05fd0dfc11 Reviewed-on: https://chromium-review.googlesource.com/c/1271401Reviewed-by:
Christian Dullweber <dullweber@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Luke Z <lpz@chromium.org> Cr-Commit-Position: refs/heads/master@{#599632}
-
Ben Kelly authored
This enables removes the feature previously deprecated in 71. See the blink-dev discussion here: https://groups.google.com/a/chromium.org/d/msg/blink-dev/l2YVa_M4ODs/o0PqQOl6CgAJ Bug: 720919 Change-Id: I2e4ee40b34385ccf88fbdcbf97702aea11f7e2b1 Reviewed-on: https://chromium-review.googlesource.com/c/1278905Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Ben Kelly <wanderview@chromium.org> Cr-Commit-Position: refs/heads/master@{#599631}
-
Etienne Pierre-Doray authored
This reverts commit 8aeb9cc9. Reason for revert: Formatting error Original change's description: > [TaskScheduler]: Add section to faq: when to annotate with ScopedBlockingCall. > > Developpers are often wondering whether or not ScopedBlockingCall is redundant. > > Change-Id: Ic7936ef805f43f7fc02d0ad3020c31d8364b099d > Reviewed-on: https://chromium-review.googlesource.com/c/1271878 > Commit-Queue: Etienne Pierre-Doray <etiennep@chromium.org> > Reviewed-by: François Doray <fdoray@chromium.org> > Cr-Commit-Position: refs/heads/master@{#599626} TBR=gab@chromium.org,fdoray@chromium.org,etiennep@chromium.org Change-Id: I3a78aedaa9f5807826c9c36447769b7c11b0bbaa No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/1280765Reviewed-by:
Etienne Pierre-Doray <etiennep@chromium.org> Commit-Queue: Etienne Pierre-Doray <etiennep@chromium.org> Cr-Commit-Position: refs/heads/master@{#599630}
-
Brian White authored
This reverts commit fc3a0226. Reason for revert: M71 branch has occurred. Re-enable this for continued debugging on M72. Original change's description: > Revert bucket-boundary checks for branch. (part 2) > > Part 1 was here: > https://chromium-review.googlesource.com/c/chromium/src/+/1270345 > > I expect to revert this revert once the branch is done as there is > still more testing to be done here. > > Bug: 836238 > Change-Id: I1f85b6fa21405ceb3e569335aa995faf2050fd0f > Reviewed-on: https://chromium-review.googlesource.com/c/1271716 > Commit-Queue: Alexei Svitkine <asvitkine@chromium.org> > Reviewed-by: Alexei Svitkine <asvitkine@chromium.org> > Cr-Commit-Position: refs/heads/master@{#598319} TBR=asvitkine@chromium.org,bcwhite@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 836238 Change-Id: If2f1911f538c11170fff5e8de4bc3115262aa6c6 Reviewed-on: https://chromium-review.googlesource.com/c/1280782Reviewed-by:
Brian White <bcwhite@chromium.org> Commit-Queue: Brian White <bcwhite@chromium.org> Cr-Commit-Position: refs/heads/master@{#599629}
-
Daniel Bratell authored
Quickfix to resolve some jumbo build problems after a duplicate instance of the GetHitTestQuery function was added. Change-Id: I924ff8254e59d00a92170d09664c20328209103a Reviewed-on: https://chromium-review.googlesource.com/c/1256688 Commit-Queue: Daniel Bratell <bratell@opera.com> Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Cr-Commit-Position: refs/heads/master@{#599628}
-
Fredrik Söderquist authored
This function specifically checks only the shape(s) defined by the 'clip-path' property. It will also learn to handle more than just points in the near future. Change-Id: Icae665ff000ed5da2f7b0c5fad77411c856d176b Reviewed-on: https://chromium-review.googlesource.com/c/1278402Reviewed-by:
Stephen Chenney <schenney@chromium.org> Commit-Queue: Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/master@{#599627}
-
Etienne Pierre-doray authored
Developpers are often wondering whether or not ScopedBlockingCall is redundant. Change-Id: Ic7936ef805f43f7fc02d0ad3020c31d8364b099d Reviewed-on: https://chromium-review.googlesource.com/c/1271878 Commit-Queue: Etienne Pierre-Doray <etiennep@chromium.org> Reviewed-by:
François Doray <fdoray@chromium.org> Cr-Commit-Position: refs/heads/master@{#599626}
-
Chris Hall authored
R=dmazzoni,nektar BUG=889370 Change-Id: I7de6e4cd074a288595220b736816ec918945992d Reviewed-on: https://chromium-review.googlesource.com/c/1278461 Commit-Queue: Nektarios Paisios <nektar@chromium.org> Reviewed-by:
Nektarios Paisios <nektar@chromium.org> Cr-Commit-Position: refs/heads/master@{#599625}
-
W. James MacLean authored
Disabling another flaky test from this suite. TBR=nyquist@chromium.org Bug: 882937 Change-Id: I53faca6b628a745ac543681f0adb34af00856144 Reviewed-on: https://chromium-review.googlesource.com/c/1280280Reviewed-by:
James MacLean <wjmaclean@chromium.org> Commit-Queue: James MacLean <wjmaclean@chromium.org> Cr-Commit-Position: refs/heads/master@{#599624}
-
Colin Blundell authored
I happened across this recently: FakeSigninManagerBuilder's factory function is called BuildFakeSigninManagerBase, which is confusing as it actually builds a FakeSigninManager (which is *not* a BuildFakeSigninManagerBase) on all platforms except ChromeOS. This CL gives it a name that matches the name that FakeSigninManagerBuilder uses internally to abstract across the two fakes. TBR=jochen@chromium.org Change-Id: I4910b320dd659e5e84e50cc3d3ec9c9f7205cb4f Reviewed-on: https://chromium-review.googlesource.com/c/1280250 Commit-Queue: Colin Blundell <blundell@chromium.org> Reviewed-by:
David Roger <droger@chromium.org> Cr-Commit-Position: refs/heads/master@{#599623}
-
Philip Jägenstedt authored
An apparent bug in macOS's BSD grep caused wpt.sh to be deleted in attempts to sync wpt tools from a MacBook: https://chromium-review.googlesource.com/c/chromium/src/+/1278640 https://bugreport.apple.com/web/?problemID=45268819 (not public) https://bugs.chromium.org/p/chromium/issues/detail?id=895239#c5 (copy) Using `comm` is faster, more "semantic", and importantly, it works. Bug: 895239 Change-Id: I6dedb2000c059d367aa10a7448a5d0ee991471e5 Reviewed-on: https://chromium-review.googlesource.com/c/1280543 Commit-Queue: Philip Jägenstedt <foolip@chromium.org> Reviewed-by:
Robert Ma <robertma@chromium.org> Cr-Commit-Position: refs/heads/master@{#599622}
-
Michael Lippautz authored
Bug: 843903 Change-Id: I51f920f3e775e09ebb8b1dcc569f229b1c98c678 Reviewed-on: https://chromium-review.googlesource.com/c/1280662Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Michael Lippautz <mlippautz@chromium.org> Cr-Commit-Position: refs/heads/master@{#599621}
-
Valeriya Sinevich authored
Change-Id: I1b9fee123149e2f1371f8a568acaf8ceb59e9f07 Reviewed-on: https://chromium-review.googlesource.com/c/1251581 Commit-Queue: Valeriya Sinevich <valeriyas@google.com> Reviewed-by:
David Roger <droger@chromium.org> Cr-Commit-Position: refs/heads/master@{#599620}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/1569ee5f6ea3..6164a6e58d71 Created with: gclient setdep -r src-internal@6164a6e58d71 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. TBR=mmoss@chromium.org Change-Id: I38e3a213bc31dee644859bebfdde5d81cdac1bde Reviewed-on: https://chromium-review.googlesource.com/c/1280403Reviewed-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@{#599619}
-
Rune Lillesveen authored
Tried to remove it only to discover it's needed by WebView on older Android versions. Document that need. Bug: 76362 Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel Change-Id: I6f2d94aab1fb35721d01d275469ed865fcfce3ca Reviewed-on: https://chromium-review.googlesource.com/c/1280305 Commit-Queue: Rune Lillesveen <futhark@chromium.org> Commit-Queue: Philip Jägenstedt <foolip@chromium.org> Reviewed-by:
Philip Jägenstedt <foolip@chromium.org> Cr-Commit-Position: refs/heads/master@{#599618}
-
Robert Ma authored
The most important two changes to roll: * [wptserve] Rework header encoding/decoding in Request (https://github.com/web-platform-tests/wpt/pull/13246): needed to fix tests with non-ASCII cookies * Fix handling of about:blank in lint (https://github.com/web-platform-tests/wpt/pull/13489): needed to unblock the importer Bug: 895239 Change-Id: I10b308c19bdb20d2a1ec5af8dece42d7ada7e25b Reviewed-on: https://chromium-review.googlesource.com/c/1279195 Commit-Queue: Robert Ma <robertma@chromium.org> Reviewed-by:
Philip Jägenstedt <foolip@chromium.org> Cr-Commit-Position: refs/heads/master@{#599617}
-
Hitoshi Yoshida authored
An extended attribute [EnforceRange] is applicable to integer types, and not applicable to others, e.g. arguments. This CL fixes the folloing wrong usage of [EnforceRange], and it follows the spec of IDBOjbectStore. https://w3c.github.io/IndexedDB/#object-store-interface Bug: 819112 Change-Id: I65fa19cfd4d1119213390a54dba3247ee0cd2b4a Reviewed-on: https://chromium-review.googlesource.com/c/1280622Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Hitoshi Yoshida <peria@chromium.org> Cr-Commit-Position: refs/heads/master@{#599616}
-
Peter Hanspers authored
Bug: 804870 Change-Id: I7ba8e6a61eccfb1ea9f4096cb2839d7a9f71c7af Reviewed-on: https://chromium-review.googlesource.com/c/1151108 Commit-Queue: Peter Hanspers <peterhanspers@chromium.org> Reviewed-by:
Henrik Grunell <grunell@chromium.org> Cr-Commit-Position: refs/heads/master@{#599615}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/6a25b208..dcefe396 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,v8-waterfall-sheriff@grotations.appspotmail.com Binary-Size: autoroller Change-Id: Ia5d634a104c7891f23c4ed74e11e79735bcb8b61 Reviewed-on: https://chromium-review.googlesource.com/c/1280602Reviewed-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@{#599614}
-
Michael Lippautz authored
Bug: 843903 Change-Id: I9271138dfcdf72cd67965ada3b3e8b03b3b89222 Reviewed-on: https://chromium-review.googlesource.com/c/1277803Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Michael Lippautz <mlippautz@chromium.org> Cr-Commit-Position: refs/heads/master@{#599613}
-