- 26 Feb, 2019 40 commits
-
-
John Budorick authored
Tbr: gbeaty@chromium.org,xiaochengh@chromium.org No-Try: true Bug: 934885 Change-Id: Id64c9055e18147297177cf2283918984147c2699 Reviewed-on: https://chromium-review.googlesource.com/c/1490516Reviewed-by:
John Budorick <jbudorick@chromium.org> Commit-Queue: John Budorick <jbudorick@chromium.org> Cr-Commit-Position: refs/heads/master@{#635746}
-
Mark Cogan authored
This CL cleans up tab grid metric names and regularizes how they are called. All tab grid metrics are now named "TabGrid*". "Regular" is used instead of "NonIncognito" in metric names. Straightforward renames are as follows: (All of the original names for these metrics were defined in the internal actions.xml file and will be obsoleted) MobileStackViewCloseTab -> MobileTabGridCloseControlTapped MobileTabSwitcherHeaderViewSelectDistantSessionPanel -> MobileTabGridSelectRemotePanel MobileTabSwitcherOpenNonIncognitoTab -> MobileTabGridOpenRegularTab MobileTabSwitcherOpenIncognitoTab -> MobileTabGridOpenIncognitoTab MobileTabSwitcherCloseNonIncognitoTab -> MobileTabGridCloseRegularTab MobileTabSwitcherCloseIncognitoTab -> MobileTabGridCloseIncognitoTab MobileTabReturnedToCurrentTab -> MobileTabGridDone (The original names for these metrics were not defined anywhere!) MobileTabSwitcherPresented -> MobileTabGridEntered MobileTabSwitcherDismissed -> MobileTabGridExited Some metrics that were tracked separately in the old stack view and table tab switcher are here consolidated into a single metric: MobileTabSwitcherHeaderViewSelectIncognitoPanel, MobileStackViewIncognitoMode -> MobileTabGridSelectIncognitoPanel MobileTabSwitcherHeaderViewSelectNonIncognitoPanel, MobileStackViewNormalMode -> MobileTabGridSelectRegularPanel The metrics for tab creation are now separated to distinguish use of the new tab button and the keyboard shortcuts. The relevant code is also restructured for this. MobileTabSwitcherCreateNonIncognitoTab -> MobileTabGridCreateRegularTab, MobileTabGridCreateRegularTabKeyboard MobileTabSwitcherCreateIncognitoTab -> MobileTabGridCreateIncognitoTab, MobileTabGridCreateRegularTabKeyboard Bug: 856965 Change-Id: I3d78e2bb27ce2db46a4b4e7a1c32017742fcc514 Reviewed-on: https://chromium-review.googlesource.com/c/1475486 Auto-Submit: Mark Cogan <marq@chromium.org> Commit-Queue: edchin <edchin@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Reviewed-by:
edchin <edchin@chromium.org> Cr-Commit-Position: refs/heads/master@{#635745}
-
Eric Foo authored
Approved by johnchen Bug: 790300 Change-Id: I8e65aa3e5e6233d99bb89902497feab65719161f Reviewed-on: https://chromium-review.googlesource.com/c/1485019 Auto-Submit: Eric Foo <efoo@chromium.org> Reviewed-by:
Robbie Iannucci <iannucci@chromium.org> Reviewed-by:
John Chen <johnchen@chromium.org> Commit-Queue: Eric Foo <efoo@chromium.org> Cr-Commit-Position: refs/heads/master@{#635744}
-
Eric Foo authored
Bug: 868213 Change-Id: Id4b43008fb3078052d75ff020f0cc10c1e475099 Reviewed-on: https://chromium-review.googlesource.com/c/1490014 Commit-Queue: Eric Foo <efoo@chromium.org> Commit-Queue: Ryan Tseng <hinoka@chromium.org> Auto-Submit: Eric Foo <efoo@chromium.org> Reviewed-by:
Ryan Tseng <hinoka@chromium.org> Cr-Commit-Position: refs/heads/master@{#635743}
-
chromium-autoroll authored
https://pdfium.googlesource.com/pdfium.git/+log/a7e0cc8291d3..4efdb5120090 git log a7e0cc8291d3..4efdb5120090 --date=short --no-merges --format='%ad %ae %s' 2019-02-26 thestig@chromium.org Tidy CheckUnSupportAnnot(). 2019-02-26 thestig@chromium.org Move FX_ParseStringString() into an anonymous namespace. 2019-02-26 thestig@chromium.org Test bad inputs for newly added annotation APIs. 2019-02-26 thestig@chromium.org Add GetAnnotDictFromFPDFAnnotation() helper function. 2019-02-26 thestig@chromium.org Simplify checks in newly added annotation APIs. 2019-02-26 thestig@chromium.org Make PartitionAlloc more like Chromium's. 2019-02-26 thestig@chromium.org Update PartitionAlloc from Chromium at r629284. Created with: gclient setdep -r src/third_party/pdfium@4efdb5120090 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=dsinclair@chromium.org Change-Id: I351aa3e580088e2dc066107e5a69f8b9755329a4 Reviewed-on: https://chromium-review.googlesource.com/c/1488962Reviewed-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@{#635742}
-
Caleb Raitto authored
Bug: 879208 Change-Id: Ie57908edc90261202f7bfb82a9963403358df7b8 Reviewed-on: https://chromium-review.googlesource.com/c/1423351 Commit-Queue: Caleb Raitto <caraitto@chromium.org> Reviewed-by:
Misha Efimov <mef@chromium.org> Reviewed-by:
Paul Jensen <pauljensen@chromium.org> Cr-Commit-Position: refs/heads/master@{#635741}
-
Sergey Ulanov authored
Previously runner scripts always requried --host parameter when using a device that's already provisioned. Now this parameter is optional. When --ssh-config parameter is specified without --host then the script will try to discover an already provisioned device and connect to that device using the specified SSH config. Change-Id: I63e7bb7c5b55ebaa79ed22066ad180fa7e15cc34 Reviewed-on: https://chromium-review.googlesource.com/c/1489430Reviewed-by:
Kevin Marshall <kmarshall@chromium.org> Commit-Queue: Sergey Ulanov <sergeyu@chromium.org> Cr-Commit-Position: refs/heads/master@{#635740}
-
Tommy Martino authored
Per discussions with ftirelo@ about ensuring sufficient OWNERS coverage among current team members, I'm requesting to be added as an OWNER of this directory. Change-Id: Idc8a68bfced50ae9e371e3b899f9958bdbd4c41c Reviewed-on: https://chromium-review.googlesource.com/c/1489898Reviewed-by:
Fabio Tirelo <ftirelo@chromium.org> Commit-Queue: Fabio Tirelo <ftirelo@chromium.org> Cr-Commit-Position: refs/heads/master@{#635739}
-
Sean Gilhuly authored
HitTestDataBuilder is checking that the start() and end() of a surface range have the same FrameSinkId before including the surface quad in hit test data. This can prevent OOP-IFs from being clicked during the first four seconds after a page navigation. Instead, remove this check. If there is no surface available for the end FrameSinkId, then an async hit test will be used to target input events. Bug: 926194 Change-Id: I574bf104cd3524973152035e59701a0105908fa9 Reviewed-on: https://chromium-review.googlesource.com/c/1465078Reviewed-by:
Ken Buchanan <kenrb@chromium.org> Reviewed-by:
Ria Jiang <riajiang@chromium.org> Commit-Queue: Sean Gilhuly <sgilhuly@chromium.org> Cr-Commit-Position: refs/heads/master@{#635738}
-
Sven Zheng authored
We can't access the flake log anymore, but I tested both locally and CQ dry run. The test should be stable now. Bug: 854294 TEST: 100/100 pass locally. 100/100 pass on dry run: https://chromium-review.googlesource.com/c/chromium/src/+/1487832 https://chromium-swarm.appspot.com/task?id=433f61c47f1daa10 Change-Id: Ifc4d84b82ea7531654fd1002503d2ce91db7edaa Reviewed-on: https://chromium-review.googlesource.com/c/1488053Reviewed-by:
Steven Holte <holte@chromium.org> Reviewed-by:
Ken Buchanan <kenrb@chromium.org> Commit-Queue: Sven Zheng <svenzheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#635737}
-
Ryan Sturm authored
This CL adds reporting Data savings based on original content length header vs content length header in the HTTPS Server previews URLLoader implementation. Bug: 921757 Change-Id: I38ac67b43b3fd1bc17f27a4ec7e0a8a65229cc81 Reviewed-on: https://chromium-review.googlesource.com/c/1488062 Commit-Queue: Ryan Sturm <ryansturm@chromium.org> Reviewed-by:
Robert Ogden <robertogden@chromium.org> Cr-Commit-Position: refs/heads/master@{#635736}
-
Karolina Soltys authored
To avoid unnecessarily scheduling onPostExecute, we make this method abstract and the classes which don't need to override it will now extend a new subclass of AsyncTask called BackgroundOnlyAsyncTask, which doesn't trigger post-execution. For the calls which could easily be converted from AsyncTask directly to PostTask, we do that instead. Bug: 863341 Change-Id: I50f9ebc790fcfbc7ec2fdd6bdb6dfb6cda7f24dc Reviewed-on: https://chromium-review.googlesource.com/c/1477592 Commit-Queue: Yuwei Huang <yuweih@chromium.org> Reviewed-by:
Yuwei Huang <yuweih@chromium.org> Reviewed-by:
Sami Kyöstilä <skyostil@chromium.org> Reviewed-by:
Colin Blundell <blundell@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Bo <boliu@chromium.org> Auto-Submit: Karolina Soltys <ksolt@chromium.org> Cr-Commit-Position: refs/heads/master@{#635735}
-
Robert Kaplow authored
It shouldn't have been removed, just marked obsolete. Bug: 0 Change-Id: I0b6bc2eec96b4360621ab07fbed8e721d1cf8b7e Reviewed-on: https://chromium-review.googlesource.com/c/1489178Reviewed-by:
Steven Holte <holte@chromium.org> Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Commit-Queue: Robert Kaplow <rkaplow@chromium.org> Cr-Commit-Position: refs/heads/master@{#635734}
-
Ryan Sturm authored
When the request has been on the network for 30 seconds, the HTTPS Preview URLLoader implementation should fallback to default behavior for the URL hop. Bug: 935771 Change-Id: Id76e8d116ef32d86bd7c311022723f93a6fb4c04 Reviewed-on: https://chromium-review.googlesource.com/c/1488117 Commit-Queue: Ryan Sturm <ryansturm@chromium.org> Reviewed-by:
Robert Ogden <robertogden@chromium.org> Cr-Commit-Position: refs/heads/master@{#635733}
-
Aran Gilman authored
Bug: 927857 Change-Id: I2ede0f2ce37046f9bb8430c2d5c5cec9ce23a0f2 Reviewed-on: https://chromium-review.googlesource.com/c/1487194 Commit-Queue: Aran Gilman <gilmanmh@google.com> Reviewed-by:
Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#635732}
-
Luciano Pacheco authored
CL:1213585 copied these strings to //chrome/app strings, however it hasn't deleted from //ui/chromeos/ui_chormeos_strings.grd. This causes issues if both resources headers are loaded in the same file, which will happen with Files app CL:1484961 Change-Id: Id66a383a1a874c292cf10e41f08b9a25a27b8058 Reviewed-on: https://chromium-review.googlesource.com/c/1488483 Auto-Submit: Luciano Pacheco <lucmult@chromium.org> Reviewed-by:
Evan Stade <estade@chromium.org> Reviewed-by:
Dan Erat <derat@chromium.org> Commit-Queue: Luciano Pacheco <lucmult@chromium.org> Cr-Commit-Position: refs/heads/master@{#635731}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/0c48681e58d6..f12d67517903 git log 0c48681e58d6..f12d67517903 --date=short --no-merges --format='%ad %ae %s' 2019-02-26 fmalita@chromium.org [skottie] Shape blending mode support 2019-02-26 bsalomon@google.com Remove legacy types/methods from SkDeferredDisplayList recorder. 2019-02-26 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 0546b5380780..9f20dd777b50 (1 commits) 2019-02-26 egdaniel@google.com Add support for VK_IMAGE_LAYOUT_PRESENT_SRC_KHR in skia vulkan. 2019-02-26 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 2ff3639d85d7..024f271ae0c7 (1 commits) 2019-02-26 stani@google.com Pass render target VkImage in GrVkDrawableInfo 2019-02-26 herb@google.com Make ARGB fallback use common strike lookup 2019-02-26 halcanary@google.com gn/core.gni: add headers 2019-02-26 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 9a16248dedf3..2ff3639d85d7 (1 commits) Created with: gclient setdep -r src/third_party/skia@f12d67517903 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 BUG=chromium:b/115613038 TBR=scroggo@chromium.org Change-Id: Ifc16549603291417183cebf44e37d6a76080a9fe Reviewed-on: https://chromium-review.googlesource.com/c/1488619Reviewed-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@{#635730}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/0546b5380780..46d32e0fcd84 git log 0546b5380780..46d32e0fcd84 --date=short --no-merges --format='%ad %ae %s' 2019-02-26 jmadill@chromium.org Use Chromium mirror for rapidjson. 2019-02-26 jmadill@chromium.org Add draw call perf test using 5 vertex arrays. Created with: gclient setdep -r src/third_party/angle@46d32e0fcd84 The AutoRoll server is located here: https://autoroll.skia.org/r/angle-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 TBR=ynovikov@chromium.org Change-Id: I381ef943a1f6f14ff127aeb91e4c42b3893612c1 Reviewed-on: https://chromium-review.googlesource.com/c/1489512Reviewed-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@{#635729}
-
danakj authored
The WebLayerTreeView is a shortcut past the WebWidgetClient that is not needed now that we always composite. This works toward eliminating this extra API layer. More importantly this helps us Close/Restart the WebWidget parts of WebViewImpl by not requiring plumbing 2 pointers with slightly different lifetimes (WebLayerTreeView is created inside the Init of the WebWidgetClient). This will help avoid a bunch of complexity in creating WebFrameWidgets and other WebWidgets. R=avi@chromium.org, enne@chromium.org, jbroman@chromium.org Bug: 912193 Change-Id: I54213dd153bbda634965d5a6528a1b864c9ceae3 Reviewed-on: https://chromium-review.googlesource.com/c/1489516Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Reviewed-by:
Philip Rogers <pdr@chromium.org> Commit-Queue: danakj <danakj@chromium.org> Cr-Commit-Position: refs/heads/master@{#635728}
-
Xiaocheng Hu authored
Tbr: xiaochengh@chromium.org NoTry: True Bug: 936165 Change-Id: I4a12810a4ab69a99f30f5115584e1b149f2dc390 Reviewed-on: https://chromium-review.googlesource.com/c/1490055Reviewed-by:
Xiaocheng Hu <xiaochengh@chromium.org> Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org> Cr-Commit-Position: refs/heads/master@{#635727}
-
Khushal authored
R=ellyjones@chromium.org Bug: 889328 Change-Id: Ia3b457dcfe44f69e8a2f5846d9e660b555bce402 Reviewed-on: https://chromium-review.googlesource.com/c/1488573 Auto-Submit: Khushal <khushalsagar@chromium.org> Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Khushal <khushalsagar@chromium.org> Cr-Commit-Position: refs/heads/master@{#635726}
-
Takumi Fujimoto authored
In CastSessionClient::HandleParsedClientMessage(), do an early exit to avoid checking invalid session IDs. Also remove a redundant early exit. Bug: 935767 Change-Id: Id293dbcfb3eb4696e49dc8cb3fedb91b63de23a5 Reviewed-on: https://chromium-review.googlesource.com/c/1487804Reviewed-by:
mark a. foltz <mfoltz@chromium.org> Commit-Queue: Takumi Fujimoto <takumif@chromium.org> Cr-Commit-Position: refs/heads/master@{#635725}
-
Sam Maier authored
This ensures that after the overridden UI thread tests run, the overridden UI thread is cleaned up so tests that follow have a normal UI thread. TBR: yfriedman Bug: 908174 Change-Id: Ia433e98534823646065e296556b4ac09a836022e Reviewed-on: https://chromium-review.googlesource.com/c/1489474 Commit-Queue: Sam Maier <smaier@chromium.org> Reviewed-by:
Changwan Ryu <changwan@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Auto-Submit: Sam Maier <smaier@chromium.org> Cr-Commit-Position: refs/heads/master@{#635724}
-
Morten Stenshorne authored
The functions are simple, and getting rid of the function call overhead should be a good thing. Change-Id: I419eaf5726eeacd8e69327f6649d69d717dde11e Reviewed-on: https://chromium-review.googlesource.com/c/1484782 Commit-Queue: Morten Stenshorne <mstensho@chromium.org> Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Cr-Commit-Position: refs/heads/master@{#635723}
-
Marc Treib authored
Previously, this test set up inconsistent account information between IdentityManager and SyncService (an account was set as primary in the IdentityManager even when the test was trying to test non-primary accounts). This CL updates the test to always set consistent account information. As a bonus, it also reorders individual test cases, putting the primary-account case last. This makes ClearPrimaryAccount() unnecessary and thus allows us to run the whole test also on ChromeOS, which was previously excluded. Bug: none Change-Id: I34c91df2cb6d9cf5e88e07cfbc8c71f5be8154b3 Reviewed-on: https://chromium-review.googlesource.com/c/1478168 Commit-Queue: Fabio Tirelo <ftirelo@chromium.org> Reviewed-by:
Fabio Tirelo <ftirelo@chromium.org> Cr-Commit-Position: refs/heads/master@{#635722}
-
Maksim Ivanov authored
Add a browser test for the runtime.onConnectNative extension API event that was implemented in crrev.com/c/1343002. The test creates a fake native message host that exchanges messages with the test extension. BUG=chromium:898746 TEST=new browser test: ExtensionIncomingNativeMessagingTest.SingleRequestResponse Change-Id: Ia0c7f95762c0cbcc81a1824957873a368cef1e30 Reviewed-on: https://chromium-review.googlesource.com/c/1475170Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Reviewed-by:
Sergey Ulanov <sergeyu@chromium.org> Commit-Queue: Maksim Ivanov <emaxx@chromium.org> Cr-Commit-Position: refs/heads/master@{#635721}
-
Dmitry Gozman authored
Split MayAffectLocalFiles into MayReadLocalFiles and MayWriteLocalFiles, where read version is now based on utils::AllowFileAccess. Now testing both scenarios - with and without file access. Bug: 928255 Change-Id: Ieed018dba2b00f864aa963e450fd68a904db7b57 Reviewed-on: https://chromium-review.googlesource.com/c/1479928 Commit-Queue: Dmitry Gozman <dgozman@chromium.org> Reviewed-by:
Mustafa Emre Acer <meacer@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Reviewed-by:
Andrey Kosyakov <caseq@chromium.org> Cr-Commit-Position: refs/heads/master@{#635720}
-
Bo Liu authored
Enabled by experiment until now. Have not heard many bugs. Time to eanble by default for 74 (and remove the switch later). Bug: 896022 Change-Id: I975f1f91c6c80404e6debc369b1a9ca9cdf45455 Reviewed-on: https://chromium-review.googlesource.com/c/1489106Reviewed-by:
Richard Coles <torne@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Commit-Queue: Bo <boliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#635719}
-
Alex Cooper authored
Adds support for creating an inline session when no device is present. Per the spec, inline sessions should be always guaranteed available with the identity reference space. This change both enables that behavior and adds a test to guarantee that is the case. Bug: 934354,933614 Change-Id: Id180b6f3916d611a1a4040e8479e882e25385963 Reviewed-on: https://chromium-review.googlesource.com/c/1481908Reviewed-by:
Bill Orr <billorr@chromium.org> Reviewed-by:
Brandon Jones <bajones@chromium.org> Reviewed-by:
Brian Sheedy <bsheedy@chromium.org> Commit-Queue: Alexander Cooper <alcooper@chromium.org> Cr-Commit-Position: refs/heads/master@{#635718}
-
Wez authored
Bug: 936114 Change-Id: I965f34546b273815f32bf343f084456501b8c0e0 Reviewed-on: https://chromium-review.googlesource.com/c/1476540 Commit-Queue: Wez <wez@chromium.org> Reviewed-by:
Fabrice de Gans-Riberi <fdegans@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#635717}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/2afcf22ad184..958d88e26d2e git log 2afcf22ad184..958d88e26d2e --date=short --no-merges --format='%ad %ae %s' 2019-02-26 recipe-roller@chromium.org Roll recipe dependencies (trivial). Created with: gclient setdep -r src/third_party/depot_tools@958d88e26d2e 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: I03c229a847fed647d33b4640c8f64f85f9bcf924 Reviewed-on: https://chromium-review.googlesource.com/c/1489692Reviewed-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@{#635716}
-
Katie D authored
Bug: 928592 Change-Id: I1506a77038113ae2b8c641575155d96d1621c06c Reviewed-on: https://chromium-review.googlesource.com/c/1488177 Commit-Queue: Steven Bennetts <stevenjb@chromium.org> Auto-Submit: Katie Dektar <katie@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Evan Stade <estade@chromium.org> Cr-Commit-Position: refs/heads/master@{#635715}
-
Ryan Sturm authored
This CL adds a handler for virtual URL re-write whenever the HTTPS Previews is on and data saver is on. This will act on the committed URL when it matches the lite page server URL. This CL also adds UMA for server response and when a host is blacklisted. Bug: 921757,929969 Change-Id: I458f9bfb9b9c292a3f3a96065a7c6a9073ec2c23 Reviewed-on: https://chromium-review.googlesource.com/c/1488015 Commit-Queue: Ryan Sturm <ryansturm@chromium.org> Reviewed-by:
Robert Ogden <robertogden@chromium.org> Cr-Commit-Position: refs/heads/master@{#635714}
-
Tarun Bansal authored
Approval doc here: http://shortn/_FVcQvJsxmu Change-Id: I1b79f2be75a7fceef5c596ceda8372c62ac9e4ec Bug: 893923 Reviewed-on: https://chromium-review.googlesource.com/c/1484739Reviewed-by:
Ryan Sturm <ryansturm@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Commit-Queue: Tarun Bansal <tbansal@chromium.org> Cr-Commit-Position: refs/heads/master@{#635713}
-
Jordan Demeulenaere authored
Bug: 933070 Change-Id: Ie1d0bd119a7a301b044ef5c28f63a9de9e77593e Reviewed-on: https://chromium-review.googlesource.com/c/1475458 Commit-Queue: Jordan Demeulenaere <jdemeulenaere@chromium.org> Reviewed-by:
Matthew Jones <mdjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#635712}
-
Chromium WPT Sync authored
Using wpt-import in Chromium cf48d6c7. With Chromium commits locally applied on WPT: 14c11107 "Implement `Sec-CH-Lang`" df760ab0 "Don't skip past auto-height flexboxes in quirks mode." cd40220a "Fix as=fetch preload where preload is used before response arrives" 1d89521e "[LayoutNG] Force relayout when constraint spaces change." 98e7141b "Fix 2_tracks, 3_tracks wpt/webvtt tests" 68d5240e "[ChromeDriver] Set key modifiers with mouse actions" 359fd7da "[PE] Fix rendering issue with effect escaping in pre-CompositeAfterPaint" 3685447d "[WPT] Move subresource_path from generator to referrer-policy-test-case.js" 32a115f8 "[css-flexbox] ChildIntrinsicLogicalWidth needs to constrain by min/max" 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: hbos@chromium.org, hta@chromium.org: external/wpt/webrtc NOAUTOREVERT=true TBR=lukebjerring No-Export: true Change-Id: Ica7006f7f28689005185087998c91e831fea7e93 Reviewed-on: https://chromium-review.googlesource.com/c/1488616Reviewed-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@{#635711}
-
Brandon Wylie authored
Change-Id: Id52bceaaa9ac8635192b7cb0cd7714aeff821615 Reviewed-on: https://chromium-review.googlesource.com/c/1487172Reviewed-by:
Sky Malice <skym@chromium.org> Reviewed-by:
Filip Gorski <fgorski@chromium.org> Commit-Queue: Brandon Wylie <wylieb@chromium.org> Cr-Commit-Position: refs/heads/master@{#635710}
-
Sammie Quon authored
Replaces null window targeter, I think its a better solution. Test: manual Bug: none Change-Id: I65b92e7fc259950802837517692c7898ed1628fd Reviewed-on: https://chromium-review.googlesource.com/c/1489477Reviewed-by:
Alex Newcomer <newcomer@chromium.org> Commit-Queue: Sammie Quon <sammiequon@chromium.org> Cr-Commit-Position: refs/heads/master@{#635709}
-
John Abd-El-Malek authored
Remove mojo-blob-urls virtual test suites now that network service has launched on desktop and trunk is running with it enabled. Bug: 933880 Change-Id: I3fbc8b037126ddefe75fa1400e89486cc22d214c Reviewed-on: https://chromium-review.googlesource.com/c/1488834 Commit-Queue: John Abd-El-Malek <jam@chromium.org> Commit-Queue: Marijn Kruisselbrink <mek@chromium.org> Auto-Submit: John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Marijn Kruisselbrink <mek@chromium.org> Cr-Commit-Position: refs/heads/master@{#635708}
-
Josh Karlin authored
What: For each cache request, measures if the request has a top-frame-origin which is used for double-keying. Why: This gives us a sense of coverage for requests. It also tells us the fraction of requests that we'll wind up having to bypass the cache for (those that aren't double-keyed). Bug: 936048 Change-Id: I962f9dc03a31fe4e9c808e38065efb8dfe2abf69 Reviewed-on: https://chromium-review.googlesource.com/c/1489417Reviewed-by:
Shivani Sharma <shivanisha@chromium.org> Reviewed-by:
Charlie Harrison <csharrison@chromium.org> Commit-Queue: Josh Karlin <jkarlin@chromium.org> Cr-Commit-Position: refs/heads/master@{#635707}
-