- 05 Feb, 2018 40 commits
-
-
Nico Weber authored
Adds a missing break; without this change as shelf context menu buttons would be treated as submenus in release builds. Since the button item type is not yet used, this is not observable in practice. This CL was uploaded by git cl split. R=msw@chromium.org Bug: 177475 Change-Id: I913b81eef071c6a0dcc4f67c206d551cdf5be639 Reviewed-on: https://chromium-review.googlesource.com/899787 Commit-Queue: Nico Weber <thakis@chromium.org> Reviewed-by:
Michael Wasserman <msw@chromium.org> Reviewed-by:
Stefan Kuhne <skuhne@chromium.org> Cr-Commit-Position: refs/heads/master@{#534435}
-
yucliu authored
Widevine already supports persistent licenses. This patch turns on the flag in EME which allows JS to use persistent license APIs. BUG=internal b/72744302 TEST=Test page at https://storage.googleapis.com/m3u8_lag/persistent_license/index.html Change-Id: If2a4546dbc156d727edf7555412e1275f4cf134b Reviewed-on: https://chromium-review.googlesource.com/898182Reviewed-by:
Stephen Lanham <slan@chromium.org> Commit-Queue: Yuchen Liu <yucliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#534434}
-
Brian Salomon authored
Skia is deprecating GrPixelConfig because it can be ambiguous. Instead clients specify 3D API (GL, VK) formats when making GrBackendTextures and then SkColorTypes when making SkSurface/SkImages. Bug: skia:6718 Change-Id: I9310a7a3e42c4a01e0abc37cefda94d8682bd78f Reviewed-on: https://chromium-review.googlesource.com/901782Reviewed-by:
David Reveman <reveman@chromium.org> Commit-Queue: Brian Salomon <bsalomon@chromium.org> Cr-Commit-Position: refs/heads/master@{#534433}
-
Rohit Rao authored
The combination of UIDocumentMenuViewController and WKFileUploadPanel ends up calling |dismissViewController:animated:| twice. The second call triggers a DCHECK that's intended to protect the BrowserViewController from being accidentally dismissed. This CL works around the bug by detecting when a UIDocumentMenuViewController is presented and ignoring spurious calls to dismiss. BUG=801165 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: Ifa957dd8f0c387537130754335ec6bf137d68b2b Reviewed-on: https://chromium-review.googlesource.com/895727Reviewed-by:
Mark Cogan <marq@chromium.org> Commit-Queue: Rohit Rao <rohitrao@chromium.org> Cr-Commit-Position: refs/heads/master@{#534432}
-
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/339865817c04..2aef9c11251f $ git log 339865817..2aef9c112 --date=short --no-merges --format='%ad %ae %s' Created with: roll-dep src-internal The AutoRoll server is located here: https://src-internal-chromium-roll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. TBR=mmoss@chromium.org Change-Id: Id8b8176bee10ee7e104b4e6b5609a7809645168f Reviewed-on: https://chromium-review.googlesource.com/901943Reviewed-by:
src-internal-chromium-autoroll <src-internal-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: src-internal-chromium-autoroll <src-internal-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#534431}
-
Matt Menke authored
Also switch net::ElementsUploadDataStream over to using OnceCallbacks when calling into net::FileStream (Which was switched to taking OnceCallbacks in an earlier CL). This is part of the effort to remove use of base::Bind / base::Callback in favor of the Once / Repeating variants. Bug: 807724 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo Change-Id: I5583c4b0c58245a775f8f9e18037a5da0b483279 Reviewed-on: https://chromium-review.googlesource.com/897125 Commit-Queue: Matt Menke <mmenke@chromium.org> Reviewed-by:
Bence Béky <bnc@chromium.org> Reviewed-by:
David Vallet <dvallet@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Cr-Commit-Position: refs/heads/master@{#534430}
-
Tibor Goldschwendt authored
Bug: 808601 Change-Id: I57dfd2201bd4677665d5e142bbca564b42f03a96 Reviewed-on: https://chromium-review.googlesource.com/901773Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Tibor Goldschwendt <tiborg@chromium.org> Cr-Commit-Position: refs/heads/master@{#534429}
-
Malcolm White authored
It seems that the lack of an explicit definition is causing the operator to be defined in multiple files generated by mojo. This is leading to build errors such as: blink_common.dll.lib(blink_common.dll) : error LNK2005: "public: struct blink::ParsedFeaturePolicyDeclaration & __thiscall blink::ParsedFeaturePolicyDeclaration::operator=(struct blink::ParsedFeaturePolicyDeclaration const &)" (??4ParsedFeaturePolicyDeclaration@blink@@QAEAAU01@ABU01@@Z) already defined in message_port.mojom-blink.obj ./blink_core.dll : fatal error LNK1169: one or more multiply defined symbols found Change-Id: Ia4f980787f973b1e8bb6b17f084cfe5350b6b344 Reviewed-on: https://chromium-review.googlesource.com/900057Reviewed-by:
Marijn Kruisselbrink <mek@chromium.org> Reviewed-by:
Luna Lu <loonybear@chromium.org> Commit-Queue: Luna Lu <loonybear@chromium.org> Cr-Commit-Position: refs/heads/master@{#534428}
-
Lambros Lambrou authored
This adds missing unittest coverage for ozone evdev input-injection. Bug: 808537 Change-Id: Iac1bc5544d68b37e45aaab6325b1c370ec926ee8 Reviewed-on: https://chromium-review.googlesource.com/902185Reviewed-by:
Nico Weber <thakis@chromium.org> Reviewed-by:
Michael Spang <spang@chromium.org> Commit-Queue: Michael Spang <spang@chromium.org> Commit-Queue: Lambros Lambrou <lambroslambrou@chromium.org> Cr-Commit-Position: refs/heads/master@{#534427}
-
Sahel Sharify authored
This cl records the deltas of GSU events arrived to the renderer. The trace helps with debugging cases that scroll events are unexpectedly ignored. Bug: 797708 Change-Id: I855caa42a0751e63df540f95e4345720f16befb1 Reviewed-on: https://chromium-review.googlesource.com/894179Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Commit-Queue: Sahel Sharifymoghaddam <sahel@chromium.org> Cr-Commit-Position: refs/heads/master@{#534426}
-
Daniel Bratell authored
The file mock_itoastnotification.cc was compiled for the chrome.dll binary instead of being in the test_support section with the test-only code. Noticed in jumbo build experiments since it ended up in a larger obj file where the code was no longer ignored as before, ending with a linker error because of inconsistent settings. Bug: 746957 Change-Id: Ibf259cb729889f26226ff87b068fa1051898b11d Reviewed-on: https://chromium-review.googlesource.com/901627 Commit-Queue: Peter Beverloo <peter@chromium.org> Reviewed-by:
Peter Beverloo <peter@chromium.org> Cr-Commit-Position: refs/heads/master@{#534425}
-
https://chromium.googlesource.com/catapult.git/+log/f601e519d114..b1069a4b3a67 $ git log f601e519d..b1069a4b3 --date=short --no-merges --format='%ad %ae %s' 2018-02-05 perezju [Telemetry] Move browser and profile directories to base chrome backend Created with: roll-dep src/third_party/catapult The AutoRoll server is located here: https://catapult-roll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_optional_gpu_tests_rel TBR=sullivan@chromium.org Change-Id: Ic03394d7059a44c3413f70af5d4bcf0ce3073bf5 Reviewed-on: https://chromium-review.googlesource.com/901946 Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Reviewed-by:
catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#534424}
-
Reilly Grant authored
http/tests/fetch/chromium/keepalive-resource-exhaustion.html is failing consistently when the network service flag is enabled. TBR=yhirano@chromium.org Bug: 809119 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo Change-Id: I64080f5646151277e584349a1960ed862ca7de1f No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/902143 Commit-Queue: Reilly Grant <reillyg@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/master@{#534423}
-
Miguel Casas authored
This CL changes the flag "use-monitor-color-space" to a FeatureFlag and makes it enabled by default, since the slow down issues that justified its landing have been addressed (crbug.com/769677#c24) -- but just in case let's leave the flag to allow for on-the-spot testing in case it regresses again. Tested on soraka simplechrome w/ external Z32x and https://webkit.org/blog-files/color-gamut/comparison.html Bug: 771345 Change-Id: I1f98e6723a4ca1eed7f7678509cb0f3fef70815f Reviewed-on: https://chromium-review.googlesource.com/899470 Commit-Queue: Miguel Casas <mcasas@chromium.org> Reviewed-by:
ccameron <ccameron@chromium.org> Cr-Commit-Position: refs/heads/master@{#534422}
-
kylechar authored
Enable passing tests and delete the now empty filter file. Bug: 785023 Change-Id: If1163fe391621e7d15f3b9d2f1be573bec1498e5 Reviewed-on: https://chromium-review.googlesource.com/901772Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: kylechar <kylechar@chromium.org> Cr-Commit-Position: refs/heads/master@{#534421}
-
Erik Chen authored
Change-Id: Ia67bc3438fbb1a9e8205bd16dfbd738ede416e91 Reviewed-on: https://chromium-review.googlesource.com/901942Reviewed-by:
Randy Smith <rdsmith@chromium.org> Commit-Queue: Erik Chen <erikchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#534420}
-
Daniel Bratell authored
Some lookup keys were defined multiple times which caused problems for jumbo build experiments. In jumbo builds many cc files compile in the same translation unit and then they share the same anonymous namespace. Having many variables with the same name will then result in compilation failures. In preparation for jumbo in chrome/browser, this patch moves the common constants into ProfileAttributesEntry so they can be used by all the callers. Bug: 746957 Change-Id: I58a4d4fb10834c50ec3dd0a6b03e10f284120bce Reviewed-on: https://chromium-review.googlesource.com/895367Reviewed-by:
Bernhard Bauer <bauerb@chromium.org> Commit-Queue: Daniel Bratell <bratell@opera.com> Cr-Commit-Position: refs/heads/master@{#534419}
-
Ria Jiang authored
components/viz/service/hit_test shouldn't have dependency on components/viz/service/frame_sinks. This CL changes HitTestManager to ask SurfaceManager directly for the active frame_index. Also updated unittests to use this new scheme and some cleanups. Bug: none Test: viz_unittests Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel Change-Id: Ifa2bdd6524a60b9e4c60a5609e0bf80c3bf09111 Reviewed-on: https://chromium-review.googlesource.com/896836Reviewed-by:
kylechar <kylechar@chromium.org> Commit-Queue: Ria Jiang <riajiang@chromium.org> Cr-Commit-Position: refs/heads/master@{#534418}
-
wutao authored
Translation extraction can not find KSV strings grdp. The KSV grdp file should be moved up to the same directory as its parent grd file instead of being put in 'ksv' director in the Chromium repo. TBR: oshima@chromium.org Bug: 807077 Test: To be verified by TC. Change-Id: I8da42be244575da6e70048658214f55edb9641e8 Reviewed-on: https://chromium-review.googlesource.com/900529Reviewed-by:
Tao Wu <wutao@chromium.org> Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Commit-Queue: Tao Wu <wutao@chromium.org> Cr-Commit-Position: refs/heads/master@{#534417}
-
Brett Wilson authored
We ran into a case where a copy step triggered a check failure because the source of a copy had a .h extension. But copy targets should not trigger header checking. This change excludes non-binary targets from checking altogether. Writing a test for this ended up being quite involved. The existing header checker tests all tie in at a lower layer to avoid complicated dependencies on real files. In the end, I decided the benefit of a test for this check is not worth the added complexity (and potential flakiness) of adding a new class of check tests that use actual files. Change-Id: I819db52d791cf3b4683fca584937f16ec4a14200 Reviewed-on: https://chromium-review.googlesource.com/899930 Commit-Queue: Brett Wilson <brettw@chromium.org> Reviewed-by:
Scott Graham <scottmg@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Cr-Commit-Position: refs/heads/master@{#534416}
-
https://skia.googlesource.com/skia.git/+log/d587ebe9ea6e..ac18b469049d $ git log d587ebe9e..ac18b4690 --date=short --no-merges --format='%ad %ae %s' 2018-02-05 robertphillips Re-enable explicit resource allocation in Skia 2018-02-01 fmalita Map Viewer mouse events to Slide space. 2018-02-05 angle-skia-autoroll Roll skia/third_party/externals/angle2/ 64d065e2c..14cb42c04 (1 commit) 2018-02-05 egdaniel Add param to GrMakeCachedImageProxy to specify the SkBackingFit Created with: roll-dep src/third_party/skia The AutoRoll server is located here: https://autoroll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel TBR=bsalomon@chromium.org Change-Id: I31f50ee2aa174a9c1be33abaeb69b5b2cd802508 Reviewed-on: https://chromium-review.googlesource.com/901775Reviewed-by:
skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#534415}
-
Gabriel Charette authored
Outside of the browser thread, workers are always used to help the main thread, which is always busy and the highest priority. Reserving a core for the main thread makes sense (v8 traces show that the additional worker doesn't get scheduled much by the OS and when it does it preempts the main thread). R=fdoray@chromium.org Bug: 808028 Change-Id: Iaef9141c6ec271c46ae9c90d9fa625cab5c128e6 Reviewed-on: https://chromium-review.googlesource.com/897528Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Reviewed-by:
François Doray <fdoray@chromium.org> Commit-Queue: Gabriel Charette <gab@chromium.org> Cr-Commit-Position: refs/heads/master@{#534414}
-
Christopher Grant authored
BUG= R=vollick Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_vr;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Change-Id: I1da2a3f49aca60d931a79850f21b7f406351c3a4 Reviewed-on: https://chromium-review.googlesource.com/900093 Commit-Queue: Christopher Grant <cjgrant@chromium.org> Reviewed-by:
Ian Vollick <vollick@chromium.org> Cr-Commit-Position: refs/heads/master@{#534413}
-
Nico Weber authored
Adds a missing break that made AppendBasicTypeValueDataAsVariant() add an additional extra variant for base::Value::Type::LIST. The extra empty value is ignored by the ipconfig service, so this doesn't change behavior; it just reduces memory traffic a tiny bit. This CL was uploaded by git cl split. R=hashimoto@chromium.org Bug: 177475,808623 Change-Id: I570798f6420a1e0e84e651bec67ae92ad97ac808 Reviewed-on: https://chromium-review.googlesource.com/899794Reviewed-by:
Dan Erat <derat@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#534412}
-
Nico Weber authored
This CL was uploaded by git cl split. R=xiyuan@chromium.org Bug: 177475 Change-Id: Id80f3c7d4310fce9160e05b71c7a76e30184e201 Reviewed-on: https://chromium-review.googlesource.com/899792Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#534411}
-
https://webrtc.googlesource.com/src.git/+log/80ba333fc58e..0488fcf2931b $ git log 80ba333fc..0488fcf29 --date=short --no-merges --format='%ad %ae %s' Created with: roll-dep src/third_party/webrtc The AutoRoll server is located here: https://webrtc-chromium-roll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_chromium_archive_rel_ng;master.tryserver.chromium.mac:mac_chromium_archive_rel_ng;master.tryserver.chromium.win:win-msvc-dbg TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: Ie0159e73a58e20ca59b9b933bffe5da3ae1ac74f Reviewed-on: https://chromium-review.googlesource.com/901902Reviewed-by:
webrtc-chromium-autoroll <webrtc-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: webrtc-chromium-autoroll <webrtc-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#534410}
-
Ehsan Karamad authored
|TransferActiveWheelFlingAnimation| was removed in https://chromium-review.googlesource.com/c/chromium/src/+/664258. Bug: None Change-Id: I6069ee395d5ee787f50260a42aaed7aedd983651 Reviewed-on: https://chromium-review.googlesource.com/857687Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Reviewed-by:
Ehsan Karamad <ekaramad@chromium.org> Commit-Queue: Ehsan Karamad <ekaramad@chromium.org> Cr-Commit-Position: refs/heads/master@{#534409}
-
Daniel Bratell authored
In jumbo builds many cc files compile in the same translation unit and then they share the same anonymous namespace. With multiple definitions of an albeit small helper function, you get collisions and compilation errors. In preparation for jumbo in chrome/browser, this patch inlines the helper function GetMTPDeviceDelegate since it's small, and could be made smaller Bug: 746957 Change-Id: I492606b21595c3ae5d961e260befdee2e0df0b5c Reviewed-on: https://chromium-review.googlesource.com/901183Reviewed-by:
Reilly Grant <reillyg@chromium.org> Commit-Queue: Daniel Bratell <bratell@opera.com> Cr-Commit-Position: refs/heads/master@{#534408}
-
Gayane Petrosyan authored
Original change's description: > Show Variations info in cmd format in about:version. > > When navigating to about:version/?show-variations-cmd an additional section > will appear showing complete set of client's variations in the command line > formatting that can be used to reproduce the same exact state of variations. > The displayed info contains all the trials including not activated ones > marked by '*' along with the corresponding group assignment. > It will also contain enabled and disabled features where the ones that should > use the default value will be marked with '*'(e.g. expired trials). > Trials that are unforcable through command line will be shown but warning will > be shown when processing the command line input with unforcable trial. > This CL doesn't cover iOS. > > As the displayed text is huge I also changed the width of the text in the > about:version page (not mobile) to be 60% of the page with a minimum of 800px > as it used to be. > > Bug: 694675 > TEST=unit test, manual testing > 1. run chrome with --fake-variations-channel=beta > 2. copying command line input from about:version/?show-variations-cmd > 3. run chrome without channel but with command line input copied in step 2. > 4. confirm about:version/?show-variations-cmd page shows the same info Bug: 694675 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: If086e4328b0b11835f2a5c1fcedff496c6e97bac TBR=asvitkine, dschuyler Change-Id: If086e4328b0b11835f2a5c1fcedff496c6e97bac Reviewed-on: https://chromium-review.googlesource.com/899695Reviewed-by:
Mike Dougherty <michaeldo@chromium.org> Commit-Queue: Alexei Svitkine <asvitkine@chromium.org> Cr-Commit-Position: refs/heads/master@{#534407}
-
Nico Weber authored
This CL was uploaded by git cl split. R=afakhry@chromium.org Bug: 177475 Change-Id: Ifd1b83e7c01b32f5f77ceec7366dfbae6446cc7e Reviewed-on: https://chromium-review.googlesource.com/899450Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#534406}
-
Koji Ishii authored
For when the fragment is NGPhysicalTextFragment. Bug: 591099 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_layout_ng Change-Id: Idad607ced5a95e836f307b3e88950f0f1ec419ed Reviewed-on: https://chromium-review.googlesource.com/901082Reviewed-by:
Emil A Eklund <eae@chromium.org> Commit-Queue: Emil A Eklund <eae@chromium.org> Cr-Commit-Position: refs/heads/master@{#534405}
-
Koji Ishii authored
This patch fixes InlineFragmentsFor returns empty for atomic inlines. |EnclosingNGBlockFlow| returns itself when the given LayoutObject is an atomic inline. NGPaintFragment::GetForInline() computes the paint fragment for the inline formatting context the given LayoutObject belongs to. Tests added for the inline block case. This is part of the fix for VisualRect, and the result VisualRect is still incorrect. That part of the test is disabled in this CL. Bug: 636993, 714962 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_layout_ng;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I473a1bcab040492486cd90dec9d87cb6ce8f024f Reviewed-on: https://chromium-review.googlesource.com/900568 Commit-Queue: Emil A Eklund <eae@chromium.org> Reviewed-by:
Emil A Eklund <eae@chromium.org> Cr-Commit-Position: refs/heads/master@{#534404}
-
Peter Kotwicz authored
This CL: - Replaces calls to ExternalNavigationDelegateImpl#isSpecializedHandlerAvailable() with calls to #countSpecializedHandlers() because #isSpecializedHandlerAvailable() has just one caller - Replaces ChromeBrowserTestRule with NativeLibraryTestRule - Uses a mock context for both ContextUtils#getApplicationContext() and for TabRedirectHandler instead of just for TabRedirectHandler - Makes TestPackageManager#queryIntentActivities() and TestExternalNavigationDelegate#queryIntentActivities() use same implementation. - Changes tests to register relevant http:// and https:// handlers at the beginning of the test. This is a change of behavior. Previously, most URLs would be handled by the "foo" external app - Changes TestExternalNavigationDelegate#mQueryIntentOverride from tristate to boolean. The "true behavior" was nuked but the "false behavior" was preserved. BUG=None Change-Id: I0fc9bc6d11ddafba9306d6ade2bdb3920a49d66d Reviewed-on: https://chromium-review.googlesource.com/899874 Commit-Queue: Peter Kotwicz <pkotwicz@chromium.org> Reviewed-by:
Maria Khomenko <mariakhomenko@chromium.org> Cr-Commit-Position: refs/heads/master@{#534403}
-
Benoit Lize authored
CPU accounting changed in Android O, update the detection code and tests accordingly. Bug: 808511 Change-Id: I4d9de765335456d6ff7ff4a968be051313cb32d1 Reviewed-on: https://chromium-review.googlesource.com/901642 Commit-Queue: Benoit L <lizeb@chromium.org> Reviewed-by:
Bernhard Bauer <bauerb@chromium.org> Cr-Commit-Position: refs/heads/master@{#534402}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 5088a063. Build: https://ci.chromium.org/buildbot/chromium.infra.cron/wpt-importer/11848 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 TBR=robertma No-Export: true Change-Id: I5dae67f66a64c79634dc1fb234952f541b28a0fc Reviewed-on: https://chromium-review.googlesource.com/901742 Commit-Queue: Blink WPT Bot <blink-w3c-test-autoroller@chromium.org> Reviewed-by:
Blink WPT Bot <blink-w3c-test-autoroller@chromium.org> Cr-Commit-Position: refs/heads/master@{#534401}
-
Nico Weber authored
This CL was uploaded by git cl split. R=dmazzoni@chromium.org Bug: 177475 Change-Id: Ibe2d0117f0a0727e966916d07cd62d93fba7886d Reviewed-on: https://chromium-review.googlesource.com/899786 Commit-Queue: Dominic Mazzoni <dmazzoni@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#534400}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/08ae8e42..ef8fee92 Please follow these instructions for assigning/CC'ing issues: https://github.com/v8/v8/wiki/Triaging%20issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel TBR=hablich@chromium.org,machenbach@chromium.org,kozyatinskiy@chromium.org,sergiyb@chromium.org Change-Id: Ic2388bced6c96c59f9a68613b09ad37720838249 Reviewed-on: https://chromium-review.googlesource.com/901483Reviewed-by:
v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#534399}
-
Tommi authored
This in anticipation of WebRTC using SequencedTaskRunner via TaskQueue. Change-Id: I844aa6fd7e74b1a52b0e4a4f9cb033ec3e0c2c10 Bug: 808801 Reviewed-on: https://chromium-review.googlesource.com/899283Reviewed-by:
Joe Downing <joedow@chromium.org> Commit-Queue: Tommi <tommi@chromium.org> Cr-Commit-Position: refs/heads/master@{#534398}
-
Geoff Lang authored
TBR=zmo@chromium.org NOTRY=true BUG=602688 Change-Id: I3273800dfae43ed355daebbf7eeb1d9fd7b92fac Reviewed-on: https://chromium-review.googlesource.com/901803Reviewed-by:
Geoff Lang <geofflang@chromium.org> Commit-Queue: Geoff Lang <geofflang@chromium.org> Cr-Commit-Position: refs/heads/master@{#534397}
-
https://chromium.googlesource.com/angle/angle.git/+log/64d065e2c3c7..14cb42c04677 $ git log 64d065e2c..14cb42c04 --date=short --no-merges --format='%ad %ae %s' 2018-01-24 yunchao.he Clean up passed end2end tests on Intel Linux platforms. Created with: roll-dep src/third_party/angle The AutoRoll server is located here: https://angle-chromium-roll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel TBR=cwallez@chromium.org Change-Id: Iabc90b9acbaee2747baf1033ba40394c3c1fd126 Reviewed-on: https://chromium-review.googlesource.com/901722 Commit-Queue: angle-chromium-autoroll <angle-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Reviewed-by:
angle-chromium-autoroll <angle-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#534396}
-