- 25 Jan, 2019 40 commits
-
-
Sami Kyostila authored
Make the MessageLoop to use SequenceManager as its default backend. Note that we are also launching a separate Finch trial to evaluate the performance and stability of the SequenceManager relative to MessageLoopImpl. Bug: 891670 Change-Id: If968033bbbbda0037dae2c2715f3827a13afcdc8 Reviewed-on: https://chromium-review.googlesource.com/c/1379763 Commit-Queue: Sami Kyöstilä <skyostil@chromium.org> Reviewed-by:
Gabriel Charette <gab@chromium.org> Cr-Commit-Position: refs/heads/master@{#626054}
-
Sami Kyostila authored
This patch adds a workaround for an issue in the iOS message pump in the following scenario: 1. The message pump timer slack is set to maximum. 2. A delayed task is posted for far in the future (e.g., 1h). 3. The system goes idle at least for a few seconds. 4. Another delayed task is posted with a much smaller delay. It appears the setting the tolerance for a CFRunLoop timer *after* setting the next fire time, it has no effect and the previous tolerance remains active. In the above scenario it means the task posted in step #4 actually runs in about half the delay set in step #2. This bug was causing a net_unittest to fail because the TaskScheduler's periodic task to adjust the number of active threads wasn't running, causing the system to grind to a halt because all worker pool threads were blocking on a lock. The workaround is to always set the timer tolerance before adjusting the timer fire time. Bug: 891670 Change-Id: I82e97fe993bbb8a71c417f01f4d6131cce0667ad Reviewed-on: https://chromium-review.googlesource.com/c/1434276 Commit-Queue: Sami Kyöstilä <skyostil@chromium.org> Reviewed-by:
Mark Mentovai <mark@chromium.org> Cr-Commit-Position: refs/heads/master@{#626053}
-
jdoerrie authored
This change updates base::win::RegKey's API to work on base::string16 and base::char16 instead of std::wstring and const wchar_t*. Furthermore, its implementation and tests are updated, so that they will continue to compile once base::string16 is std::u16string. Bug: 911896, 23581 Change-Id: I2c3479fbec55717e2065bd7398a2b696a81fcca8 Reviewed-on: https://chromium-review.googlesource.com/c/1426710 Commit-Queue: Jan Wilken Dörrie <jdoerrie@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Greg Thompson <grt@chromium.org> Cr-Commit-Position: refs/heads/master@{#626052}
-
Jérôme Lebel authored
Replacing |manageSyncSettingsViewControllerWasPopped:| by: |manageSyncSettingsTableViewControllerWasPopped:|, to match class name: |ManageSyncSettingsTableViewController|. This should have been done in crrev.com/c/1416522 Change-Id: Ic9824abc939921c18a1d96152f5b62c83351a88d Reviewed-on: https://chromium-review.googlesource.com/c/1434318Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Commit-Queue: Jérôme Lebel <jlebel@chromium.org> Cr-Commit-Position: refs/heads/master@{#626051}
-
Jérôme Lebel authored
Adding the "Sync your Chrome data" switch. https://screenshot.googleplex.com/2x4W9Bzr8oJ Bug: 914059 Change-Id: Ie638b158e6e8733cad078076ea7fd833b750804c Reviewed-on: https://chromium-review.googlesource.com/c/1420837 Commit-Queue: Jérôme Lebel <jlebel@chromium.org> Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/master@{#626050}
-
Morten Stenshorne authored
OverrideBlockPercentageResolutionSize is shorter, and should be descriptive enough. The old name caused a lot of weird wrapping in the code. Also documented the concept. Change-Id: I5e7317bcb924858f49aafbadc2c225197f44a005 Reviewed-on: https://chromium-review.googlesource.com/c/1433245Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Commit-Queue: Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#626049}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/49ccf380bb4e..e7605db01b24 git log 49ccf380bb4e..e7605db01b24 --date=short --no-merges --format='%ad %ae %s' 2019-01-25 lalitm@google.com Merge "tools: append time to test_data and automagically update build-deps" Created with: gclient setdep -r src/third_party/perfetto@e7605db01b24 The AutoRoll server is located here: https://autoroll.skia.org/r/perfetto-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=perfetto-bugs@google.com Change-Id: I3c9272511ac7b227312e2a14fed492d40cecfb85 Reviewed-on: https://chromium-review.googlesource.com/c/1436994Reviewed-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@{#626048}
-
Koji Ishii authored
Following bot results are included. 13990 14002 14007 14011 14016 14023 14030 14046 14062 14077 14091 14098 14106 14111 14115 14119 14129 14146 14155 14167 14169 14173 14182 14198 14206 14215 14221 14229 14233 7 lines were removed and 0 lines were deflaked by consecutive results since 14146. TBR=eae@chromium.org, mstensho@chromium.org NOTRY=true Bug: 591099 Change-Id: I5944cc25aa8d76e6baa1931ba1365c1bacff31b3 Reviewed-on: https://chromium-review.googlesource.com/c/1425837Reviewed-by:
Koji Ishii <kojii@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#626047}
-
Oskar Sundbom authored
This reverts commit 13a256be. Reason for revert: All chromedriver tests seem to fail after the bump to M74. Running locally with this version check disabled seems to clear it up. Original change's description: > [ChromeDriver] Check Chrome and ChromeDriver versions compatibility > > Checking if Chrome version is compatible with ChromeDriver version.. > > Change-Id: Ib7f9be9133e69b2c670b94fc6fec20a9598aed65 > bug: chromedriver:2685 > Reviewed-on: https://chromium-review.googlesource.com/c/1363687 > Reviewed-by: John Chen <johnchen@chromium.org> > Commit-Queue: Artur Khachatryan <khachatryan@chromium.org> > Cr-Commit-Position: refs/heads/master@{#614741} TBR=johnchen@chromium.org,khachatryan@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 925256 Change-Id: I1f070f5e6705a526b7346ad95f3709fb69b19076 Reviewed-on: https://chromium-review.googlesource.com/c/1436043 Commit-Queue: Oskar Sundbom <ossu@chromium.org> Reviewed-by:
Oskar Sundbom <ossu@chromium.org> Cr-Commit-Position: refs/heads/master@{#626046}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/c1b405c7c793..36f64175b11d Created with: gclient setdep -r src-internal@36f64175b11d 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: I0a7f0eaa238e9f8ec28a588423dc3617cdda44ea Reviewed-on: https://chromium-review.googlesource.com/c/1435767Reviewed-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@{#626045}
-
Lowell Manners authored
The deleted factory was created a FakeGaiaCookieManagerService which was just a passthrough wrapper around GaiaCookieManagerService. Since FakeGaiaCookieManagerService was only acting as a pass-through the net effect of creating it was zero. Bug: 907782 Change-Id: I45453afbdd21584c96e328cdd24136072bce83ff Reviewed-on: https://chromium-review.googlesource.com/c/1421999Reviewed-by:
Colin Blundell <blundell@chromium.org> Reviewed-by:
David Roger <droger@chromium.org> Commit-Queue: Lowell Manners <lowell@chromium.org> Cr-Commit-Position: refs/heads/master@{#626044}
-
Jan Krcal authored
This is needed because we are not launching the USS implementation by default in M73. Bug: 853688 Change-Id: Ia884892d618c4f8e9bc8391b89e32e276c98945a Reviewed-on: https://chromium-review.googlesource.com/c/1433769 Commit-Queue: Jan Krcal <jkrcal@chromium.org> Reviewed-by:
Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#626043}
-
Mikel Astiz authored
The protocol requires the sync client (chromium) to remember the last bag-of-chips returned from the server, and provide it back to the server in following GetUpdates cycles. This patch introduces the first integration tests that exercise such feature, including the required instrumentation in the fake server. This also works as regression tests recent DCHECK failures in crbug.com/924144. Bug: 924144 Change-Id: Ida483131a25adca1a13465cad82d8a377419e7b4 Reviewed-on: https://chromium-review.googlesource.com/c/1430006 Commit-Queue: Mikel Astiz <mastiz@chromium.org> Reviewed-by:
Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#626042}
-
Kent Tamura authored
The test is still flaky. TBR=keishi@chromium.org No-Try: true Bug: 910979 Change-Id: I7dc53618113a9a93b70d33e380580640ab903d1f Reviewed-on: https://chromium-review.googlesource.com/c/1436974 Commit-Queue: Kent Tamura <tkent@chromium.org> Reviewed-by:
Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#626041}
-
Rakina Zata Amni authored
This change allows FindBuffer to search for find-in-page matches that are located inside a range of [start_position, end_position). This will allow FindBuffer to be used by Editor::FindRangeOfString in the future, removing that function's usage of TextIterator. Bug: 868227 Change-Id: Id5b8c04ffa1995b9ee614f58a90901a5cf4075a7 Reviewed-on: https://chromium-review.googlesource.com/c/1424677 Commit-Queue: Rakina Zata Amni <rakina@chromium.org> Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Cr-Commit-Position: refs/heads/master@{#626040}
-
chromium-autoroll authored
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 Please note that, despite rolling to chrome/android, this profile is used for both Linux and Android. The AutoRoll server is located here: https://autoroll.skia.org/r/afdo-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=gbiv@chromium.org Change-Id: I7b13e8ce5f765db64705ad575f391f2a49eb8669 Reviewed-on: https://chromium-review.googlesource.com/c/1435766Reviewed-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@{#626039}
-
Denis Kuznetsov authored
Bug: 916991 Change-Id: Id962d54f3522ab942f87c3d827895317a4603896 Reviewed-on: https://chromium-review.googlesource.com/c/1434278 Commit-Queue: Sergey Poromov <poromov@chromium.org> Reviewed-by:
Sergey Poromov <poromov@chromium.org> Cr-Commit-Position: refs/heads/master@{#626038}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/3a7bfcd59126..c1b405c7c793 Created with: gclient setdep -r src-internal@c1b405c7c793 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: I33a24e9ef2d7c0ea15df5ac2a018d7637a2db02f Reviewed-on: https://chromium-review.googlesource.com/c/1436589Reviewed-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@{#626037}
-
Mikel Astiz authored
The patch focuses mostly on cache GUID and birthday, which are stored on both, and are expected to be equal (bucket 0 in the histogram). Bug: 923285 Change-Id: Iccfe3dcb690c3b90913b9ff73441a79d70133408 Reviewed-on: https://chromium-review.googlesource.com/c/1426709 Commit-Queue: Mikel Astiz <mastiz@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Reviewed-by:
Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#626036}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/80b9cf7dfda1..60574b5f91b9 git log 80b9cf7dfda1..60574b5f91b9 --date=short --no-merges --format='%ad %ae %s' 2019-01-25 recipe-roller@chromium.org Roll recipe dependencies (trivial). Created with: gclient setdep -r src/third_party/depot_tools@60574b5f91b9 The AutoRoll server is located here: https://autoroll.skia.org/r/depot-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. TBR=agable@chromium.org Change-Id: I86e29349c06ff376ca72161de1822402afcbbee3 Reviewed-on: https://chromium-review.googlesource.com/c/1436590Reviewed-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@{#626035}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 6a5b2b19. With Chromium commits locally applied on WPT: 8e4e5d72 "Fix preload tests failing on wpt.fyi dashboard" f643497e "[resource-timing] Modify is_secure_context_ based on resource" 20defaa4 "[LayoutNG] ComputeReplacedSize min/max width/height fix" c0781deb "Trusted Types: Implement Origin Trial (TrustedDOMTypes)" 40748e1e "Upstream fast/workers to external/wpt/workers: first batch." 7ac4f74b "Revert "[animation-worklet] Basic pause implementation"" 3364defe "Use 3 sec timeout for openSXGInIframeAndWaitForMessage()" 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 NOAUTOREVERT=true TBR=robertma No-Export: true Change-Id: Ia836b3eb1fd511e307ca0a3660cc3c5596706a41 Reviewed-on: https://chromium-review.googlesource.com/c/1435720Reviewed-by:
WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#626034}
-
Wojciech Dzierżanowski authored
It is a property of the Data Reduction Proxy that requests using non-idempotent methods must never be proxied. Other CustomProxyConfig providers should be allowed to assume the proxy handles the non-idempotent case correctly. Change-Id: I3b31e3c9567e10ccd746541f2f1d46312356f14a Reviewed-on: https://chromium-review.googlesource.com/c/1385145Reviewed-by:
Eric Roman <eroman@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Commit-Queue: Wojciech Dzierżanowski <wdzierzanowski@opera.com> Cr-Commit-Position: refs/heads/master@{#626033}
-
Yutaka Hirano authored
This fixes a bug when a subresource request with a body that is not a blob goes through a service worker. The body was being dropped because BytesConsumerTee wasn't properly making the bytes consumer for it. It seems like this code path only gets taken NetworkService is enabled. Bug: 925225 Change-Id: Ia6aece5b6fbbfc65db0b71f665fb3f4ff2390c92 Reviewed-on: https://chromium-review.googlesource.com/c/1436470 Commit-Queue: Yutaka Hirano <yhirano@chromium.org> Commit-Queue: Matt Falkenhagen <falken@chromium.org> Auto-Submit: Yutaka Hirano <yhirano@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#626032}
-
Mitsuru Oshima authored
* Apply Blur/Sield animation after transform animation. * Skip blur animation if the wallapper already have the target blur sigma. I moved ShouldAnimateWallpaper to OverviewGrid. Bug: 924396, 924221 Test: covered by unit tests. Change-Id: Ib2a07484efada16b2487be9b943549b237004505 Reviewed-on: https://chromium-review.googlesource.com/c/1432881 Commit-Queue: Mitsuru Oshima <oshima@chromium.org> Reviewed-by:
Sammie Quon <sammiequon@chromium.org> Cr-Commit-Position: refs/heads/master@{#626031}
-
Makoto Shimazu authored
Bug: 894819 Change-Id: I7a462425ca10ba0f4cfa6c1913899968aba56183 Reviewed-on: https://chromium-review.googlesource.com/c/1433390 Auto-Submit: Makoto Shimazu <shimazu@chromium.org> Commit-Queue: Yutaka Hirano <yhirano@chromium.org> Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Cr-Commit-Position: refs/heads/master@{#626030}
-
Julie Jeongeun Kim authored
This CL removes unused dependencies from ChildAccountServiceFactory. It's a follow up CL to https://crrev.com/c/1429821. Bug: 890795 Change-Id: Ibab45e88f53686d5f0582d0fb70fb5a67a53eeea Reviewed-on: https://chromium-review.googlesource.com/c/1433642Reviewed-by:
Marc Treib <treib@chromium.org> Reviewed-by:
Colin Blundell <blundell@chromium.org> Commit-Queue: Julie Jeongeun Kim <jkim@igalia.com> Cr-Commit-Position: refs/heads/master@{#626029}
-
Yi Su authored
Currently JsFindinpageManager passes the result of find_in_page.js to base::SysNSStringToUTF8 with "id" type. This CL casts it to NSString to prevent it from crashing the APP when the result is not NSString. Bug: 924441 Change-Id: Ib02e80c09ef8c3af9f877f0c70cf1361fc019dd5 Reviewed-on: https://chromium-review.googlesource.com/c/1433754 Commit-Queue: Yi Su <mrsuyi@chromium.org> Reviewed-by:
Mike Dougherty <michaeldo@chromium.org> Cr-Commit-Position: refs/heads/master@{#626028}
-
Cathy Li authored
1. Change initial scroll position on the ESP to 0 if personalization is enabled. 2. Teach backend to send data if personalization is enabled. 3. Do not count placeholders as part of the shown count. Bug: 918436 Change-Id: I8a46b5db7e2eccab4d55b2551e2d67d412862650 Reviewed-on: https://chromium-review.googlesource.com/c/1436152 Commit-Queue: Cathy Li <chili@chromium.org> Reviewed-by:
Peter Williamson <petewil@chromium.org> Cr-Commit-Position: refs/heads/master@{#626027}
-
Shik Chen authored
BUG=b:117810572,chromium:918091 TEST=Check the animations and the positions set by translateX/translateY still work. Change-Id: I5a01b6cffcffa7dfb8412baa15f129804b2128d0 Reviewed-on: https://chromium-review.googlesource.com/c/1433660Reviewed-by:
Heng-ruey Hsu <henryhsu@chromium.org> Commit-Queue: Shik Chen <shik@chromium.org> Cr-Commit-Position: refs/heads/master@{#626026}
-
Daniel Bratell authored
A big helper function was present both in newly added code and in older code and that prevented jumbo compilation of blink's controller (not yet enabled on master). This CL deduplicates the code, and to not add the helper function to to public API, makes it a private static member, with a friend declaration that allows the other class to use it. Bug: 920922 Change-Id: Ib24a2d9438a3e73c3f11276bb703516f67e75c23 Reviewed-on: https://chromium-review.googlesource.com/c/1433248Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Keishi Hattori <keishi@chromium.org> Commit-Queue: Daniel Bratell <bratell@opera.com> Cr-Commit-Position: refs/heads/master@{#626025}
-
Mikel Astiz authored
Trivially rename this class which caused confusion in multiple discussions, and is the only real implementation of SyncEngine (interface with a questionable name, but let's refrain from renaming too much). Bug: None Change-Id: I42ed6003228065c4ddd1398a1711c603993c3f1a Reviewed-on: https://chromium-review.googlesource.com/c/1434134Reviewed-by:
Pavel Yatsuk <pavely@chromium.org> Reviewed-by:
Mohamed Amir Yosef <mamir@chromium.org> Commit-Queue: Mikel Astiz <mastiz@chromium.org> Cr-Commit-Position: refs/heads/master@{#626024}
-
Richard Li authored
This CL implements typemapping between network.mojom.DataElement and network::DataElement. The fields of DataElement is defined in detail forms. In the next step, the typemapping for network.mojom.URLRequestBody will be refactored with every field well defined. DataElement will become one of the members of URLRequestBody. BUG=860403 Change-Id: I8dfee39668775693f5ce21c9f8e4884dca3e91de Reviewed-on: https://chromium-review.googlesource.com/c/1394191 Commit-Queue: Richard Li <richard.li@intel.com> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Makoto Shimazu <shimazu@chromium.org> Cr-Commit-Position: refs/heads/master@{#626023}
-
edchin authored
web_state_user_data.h is an ObjC header. Bug: 923973 Change-Id: I889921364435c9c0db6c57602703b7ade5bacacc Reviewed-on: https://chromium-review.googlesource.com/c/1429243 Commit-Queue: edchin <edchin@chromium.org> Reviewed-by:
edchin <edchin@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Auto-Submit: edchin <edchin@chromium.org> Cr-Commit-Position: refs/heads/master@{#626022}
-
Yuki Shiino authored
Removes dead code. Change-Id: I8591758b77d09339ad6a3399c2dd87ee24a25cf5 Reviewed-on: https://chromium-review.googlesource.com/c/1433658 Commit-Queue: Yuki Shiino <yukishiino@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Hitoshi Yoshida <peria@chromium.org> Cr-Commit-Position: refs/heads/master@{#626021}
-
BUG=762641 TBR=michaelpg@google.com Change-Id: Id642e1a913b2437eda2738190bb90050caa424a9 Reviewed-on: https://chromium-review.googlesource.com/c/1436914Reviewed-by:
ChromeOS bot <3su6n15k.default@developer.gserviceaccount.com> Commit-Queue: ChromeOS bot <3su6n15k.default@developer.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#626020}
-
Kunihiko Sakamoto authored
https://crrev.com/c/1411963 fixed the url conflicts with other tests, but the test still flakes when running repeatedly, because the resource is loaded from disk cache in subsequent runs (https://github.com/web-platform-tests/wpt/pull/14882). We don't care if the preloaded resources came from cache in these tests, so let's just verify the number of Resource Timing entries. Bug: 922343 Change-Id: I2c1d146856a125dbbb641d7efb4e6151094f6a3e Reviewed-on: https://chromium-review.googlesource.com/c/1436777Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Kunihiko Sakamoto <ksakamoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#626019}
-
Hajime Hoshi authored
This CL switches task runners at several places from per-thread to per-frame. The purpose of this change is to make it possible to freeze tasks for bfcache. bfcache is a new feature to freeze a tab for quick back-forwarding. When a tab goes frozen, we can stop per-frame task runners while we cannot per-thread task runners since per-thread task runners can be shared between multiple tags/pages. As a frozen tab must not execute any JavaScript, all JavaScript execution must be on per-frame task runners, which can be suspended. Bug: 870606, 913912 Change-Id: I56040220c90864c28ff9c084bd879e421c476af8 Reviewed-on: https://chromium-review.googlesource.com/c/1420494Reviewed-by:
Alexander Timin <altimin@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Hajime Hoshi <hajimehoshi@chromium.org> Cr-Commit-Position: refs/heads/master@{#626018}
-
Keishi Hattori authored
Collects live non-Node wrappers in scavenger GC when the CollectLiveNonNodeWrappers finch experiement is enabled Bug: 924010 Change-Id: I2502e08431f8a5145bba3bf4d13bbaecadfba205 Reviewed-on: https://chromium-review.googlesource.com/c/1426499 Commit-Queue: Keishi Hattori <keishi@chromium.org> Reviewed-by:
Michael Lippautz <mlippautz@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#626017}
-
Melissa Zhang authored
This CL adds a function to the AppPermissionsInstance that allows the Chrome OS to open the native ARC settings for a specific package. BUG=924872 Change-Id: Iab046f8a60651bd0c910f0b76c661403f8997c11 Reviewed-on: https://chromium-review.googlesource.com/c/1436455 Commit-Queue: Melissa Zhang <melzhang@google.com> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Cr-Commit-Position: refs/heads/master@{#626016}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/30a2de957fb5..3a7bfcd59126 Created with: gclient setdep -r src-internal@3a7bfcd59126 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: I9f87198bcf4b1c2cbc9afc36b14438241898213b Reviewed-on: https://chromium-review.googlesource.com/c/1436586Reviewed-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@{#626015}
-