- 08 Feb, 2019 40 commits
-
-
Joel Einbinder authored
In an object like {abc: 123}, the property 'abc' was mistakenly labeled as being from the Object prototype. ScreenShot: https://i.imgur.com/bdIWNDt.png Bug: none Change-Id: I85aed6eaa6561afbc54f52115ec9bf539fd345eb Reviewed-on: https://chromium-review.googlesource.com/c/1460180 Commit-Queue: Joel Einbinder <einbinder@chromium.org> Reviewed-by:
Erik Luo <luoe@chromium.org> Cr-Commit-Position: refs/heads/master@{#630533}
-
Pedro Amaral authored
Tablet tabs are currently using the website theme color. This wasn't an issue before because tablets didn't use colors but now that the menu button is themed this is a problem. This CL makes it so tablets ignore the website theme and just use default theming. Bug: 929971 Change-Id: I06b1152245ff9547a4b6b71db291e0c175e08460 Reviewed-on: https://chromium-review.googlesource.com/c/1460400 Commit-Queue: Pedro Amaral <amaralp@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#630532}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/d77957d206cc..8bfeef929cbe git log d77957d206cc..8bfeef929cbe --date=short --no-merges --format='%ad %ae %s' 2019-02-08 simonhatch@chromium.org Pinpoint - Increase pageset repeat for network_service 2019-02-08 perezju@chromium.org [soundwave] Switch soundwave health study to upstream bots 2019-02-08 simonhatch@chromium.org Pinpoint - Allow loading.desktop.network_service again Created with: gclient setdep -r src/third_party/catapult@8bfeef929cbe The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:926585,chromium:863390,chromium:926585 TBR=sullivan@chromium.org Change-Id: I6fbaa7f35e5b5d77f10a493cbe41793ffefea34d Reviewed-on: https://chromium-review.googlesource.com/c/1461153Reviewed-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@{#630531}
-
Avi Drissman authored
BUG=none Change-Id: I37e27f6c46b5ee034ff3d508186a13494b7a1cac Reviewed-on: https://chromium-review.googlesource.com/c/1461324 Commit-Queue: Avi Drissman <avi@chromium.org> Commit-Queue: James Cook <jamescook@chromium.org> Auto-Submit: Avi Drissman <avi@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#630530}
-
Pedro Amaral authored
Currently ToolbarTablet has to keep track of whether or not the menu update badge is visible so it can reshow the badge after exiting tab switcher mode. This is bad design as the ToolbarTablet has to keep track of state that belongs to the MenuButton. This CL moves all the update badge visibility state tracking into the MenuButton. Bug: 928889 Change-Id: I007a55657a64ca6149fe2c522ce3298b34309347 Reviewed-on: https://chromium-review.googlesource.com/c/1456691 Commit-Queue: Pedro Amaral <amaralp@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#630529}
-
Nicolas Pena authored
This reverts commit 1ff422d8. Reason for revert: Will reland shipping First Input Timing once we are sure it's going to ship. For now, let's unship. Original change's description: > [EventTiming] Ship First Input Timing on main frames > > Intent to ship: > https://groups.google.com/a/chromium.org/forum/?utm_medium=email&utm_source=footer#!msg/blink-dev/LN92hkaKCzw/Y-ryVxu5AgAJ > > Bug: 823744, 841224 > Change-Id: Ic4d3d67facd0d717b929b9798650eb502057fea6 > Reviewed-on: https://chromium-review.googlesource.com/c/1368826 > Commit-Queue: Nicolás Peña Moreno <npm@chromium.org> > Reviewed-by: Timothy Dresser <tdresser@chromium.org> > Reviewed-by: Yoav Weiss <yoavweiss@chromium.org> > Reviewed-by: Yoav Weiss <yoav@yoav.ws> > Cr-Commit-Position: refs/heads/master@{#625684} TBR=yoav@yoav.ws,tdresser@chromium.org,npm@chromium.org,yoavweiss@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 823744, 841224 Change-Id: I4c95a1fd789793c240a35580f612627a0bc7af13 Reviewed-on: https://chromium-review.googlesource.com/c/1460428Reviewed-by:
Nicolás Peña Moreno <npm@chromium.org> Commit-Queue: Nicolás Peña Moreno <npm@chromium.org> Cr-Commit-Position: refs/heads/master@{#630528}
-
Raul Tambre authored
The former non-overloaded variants are deprecated. This is a mechanical change; there is no intended behavior change. Bug: 929827 Change-Id: I54efe1d1de66e58928e004a2cda05b9296737949 Reviewed-on: https://chromium-review.googlesource.com/c/1461382 Commit-Queue: Raul Tambre <raul@tambre.ee> Commit-Queue: Tommy Nyquist <nyquist@chromium.org> Auto-Submit: Raul Tambre <raul@tambre.ee> Reviewed-by:
Tommy Nyquist <nyquist@chromium.org> Cr-Commit-Position: refs/heads/master@{#630527}
-
Raul Tambre authored
The former non-overloaded variants are deprecated. This is a mechanical change; there is no intended behavior change. Bug: 929827 Change-Id: Id94947775c92bace04b850a23ed830ff44bb1042 Reviewed-on: https://chromium-review.googlesource.com/c/1461383 Commit-Queue: Raul Tambre <raul@tambre.ee> Commit-Queue: Chris Hamilton <chrisha@chromium.org> Auto-Submit: Raul Tambre <raul@tambre.ee> Reviewed-by:
Chris Hamilton <chrisha@chromium.org> Cr-Commit-Position: refs/heads/master@{#630526}
-
Raul Tambre authored
The former non-overloaded variants are deprecated. This is a mechanical change; there is no intended behavior change. Bug: 929827 Change-Id: I082ece3478bba13b8868c97da2d7825c21d9e925 Reviewed-on: https://chromium-review.googlesource.com/c/1461132 Auto-Submit: Raul Tambre <raul@tambre.ee> Commit-Queue: Dominick Ng <dominickn@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Cr-Commit-Position: refs/heads/master@{#630525}
-
Jimmy Gong authored
- Adds TickClock as a member object of SmbService. - TickClock will be used for its time stamping functionality to time-throttle the calls to host discovery from UpdateSharePath. Bug: 922273 Test: compiles Change-Id: I6c9de6cda079f94234a9acae28df8da44505507d Reviewed-on: https://chromium-review.googlesource.com/c/1444597 Commit-Queue: jimmy gong <jimmyxgong@chromium.org> Auto-Submit: jimmy gong <jimmyxgong@chromium.org> Reviewed-by:
Zentaro Kavanagh <zentaro@chromium.org> Cr-Commit-Position: refs/heads/master@{#630524}
-
Kim Paulhamus authored
BLE on Linux is not officially supported by Chrome, and behavior can vary greatly depending on the BlueZ version or BLE dongle/adapter used, so we are considering this an experimental/poweruser feature. Bug: 924006 Change-Id: I7a58479048ab275019cc7bb2bc0f00b60222c2d0 Reviewed-on: https://chromium-review.googlesource.com/c/1457716Reviewed-by:
Kim Paulhamus <kpaulhamus@chromium.org> Reviewed-by:
Martin Kreichgauer <martinkr@google.com> Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Commit-Queue: Kim Paulhamus <kpaulhamus@chromium.org> Cr-Commit-Position: refs/heads/master@{#630523}
-
Chris Blume authored
There is a typo in a string literal which is used for logging in an error condition. This CL fixes that typo. BUG:930294 Change-Id: I5a4556da474e8225202ec1a7e9022ca2ae1ba99d Reviewed-on: https://chromium-review.googlesource.com/c/1461302Reviewed-by:
Eric Karl <ericrk@chromium.org> Commit-Queue: Chris Blume <cblume@chromium.org> Cr-Commit-Position: refs/heads/master@{#630522}
-
Ken Buchanan authored
This is a reland of https://chromium-review.googlesource.com/c/chromium/src/+/1437721 which was reverted due to a startup regression on Windows. The only change in this CL is to disable it on Windows, pending resolution of https://crbug.com/929375, and also downgrade the priority of sending metrics to make it a post startup task. TBR=isherman@chromium.org,rsesek@chromium.org Bug: 907279 Change-Id: I3c3182901b2f8a753646405699697661c3a12c3b Reviewed-on: https://chromium-review.googlesource.com/c/1460871Reviewed-by:
Ken Buchanan <kenrb@chromium.org> Commit-Queue: Ken Buchanan <kenrb@chromium.org> Cr-Commit-Position: refs/heads/master@{#630521}
-
Xiaocheng Hu authored
This patch adds test cases that record the current Blink's behavior when moving caret around an empty (but with non-zero size) inline block. From code review comments in crrev.com/c/1460476 Bug: 894651 Change-Id: Ibdc512ae02ce2d6e0deca5a8687e4895da38f368 Reviewed-on: https://chromium-review.googlesource.com/c/1460434 Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org> Commit-Queue: Emil A Eklund <eae@chromium.org> Reviewed-by:
Emil A Eklund <eae@chromium.org> Cr-Commit-Position: refs/heads/master@{#630520}
-
Yusuf Ozuysal authored
- Splits the TabGrid component into two for better sharing of responsibility. GridTabSwitcher is responsible for ContainerView related events like showing and hiding and also manages the tabModel that is being shown. Resets the TabGridCoordinator when hidden so that the Views can be torn down on the RecyclerView. Takes over lifecycle for TabGrid component. - GridTabSwitcherMediator, other than setting visibility on the ContainerView, implements OverviewModeBehavior and fully resets the toolbar components to listen to its events for switching between TabSwitcher modes. - Not in yet: Showing incognito doesn't work yet. (There is a toggle that does nothing). Change-Id: I325aecd8f52247c8e70e1be0f9b3ba45d7798d9c Reviewed-on: https://chromium-review.googlesource.com/c/1460408Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Yusuf Ozuysal <yusufo@chromium.org> Cr-Commit-Position: refs/heads/master@{#630519}
-
Danan S authored
This enum is used when launching apps from the Shelf instead of the currently used ash::ShelfLaunchSource::LAUNCH_FROM_UNKNOWN. This not only makes the source of the app launch more clear, but it helps make the behavior of code that examines the app launch source clearer. Bug: 900261 Change-Id: I8e7d8bdf5122621bf177cb1acb429445ed97a9c7 Reviewed-on: https://chromium-review.googlesource.com/c/1460106 Commit-Queue: Danan S <danan@chromium.org> Reviewed-by:
Mustafa Emre Acer <meacer@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Reviewed-by:
Michael Giuffrida <michaelpg@chromium.org> Cr-Commit-Position: refs/heads/master@{#630518}
-
Francois Doray authored
AdjustMaxTasks() must be scheduled there are pending MAY_BLOCK ScopedBlockingCalls *and* the current concurrency limits are not enough to accommodate all pending tasks. Entering a WILL_BLOCK ScopedBlockingCall cannot make this condition become true. Therefore, MustScheduleAdjustMaxTasksLockRequired() should always return false in WillBlockEntered(). This CL adds a DCHECK to enforce this. Bug: 813857 Change-Id: I2397ab30bd5800e972ee7fba994b31e4357f2202 Reviewed-on: https://chromium-review.googlesource.com/c/1456679 Commit-Queue: François Doray <fdoray@chromium.org> Commit-Queue: Gabriel Charette <gab@chromium.org> Reviewed-by:
Gabriel Charette <gab@chromium.org> Cr-Commit-Position: refs/heads/master@{#630517}
-
Alexander Timin authored
The term "background" is confusing as it refers to a thread with a specific priority. Use worker_pool instead to refer to non-main-thread scheduler. R=haraken@chromium.org,gab@chromium.org Change-Id: Ia72090e39a3354cd14c539e64475cf661db15cd7 Reviewed-on: https://chromium-review.googlesource.com/c/1282396 Commit-Queue: Alexander Timin <altimin@chromium.org> Reviewed-by:
Gabriel Charette <gab@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Sami Kyöstilä <skyostil@chromium.org> Cr-Commit-Position: refs/heads/master@{#630516}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/43ecc6793a5c..6b5dce060865 git log 43ecc6793a5c..6b5dce060865 --date=short --no-merges --format='%ad %ae %s' 2019-02-08 linben@google.com Move kevin-arcnext P Android PFQ to kevin Created with: gclient setdep -r src/third_party/chromite@6b5dce060865 The AutoRoll server is located here: https://autoroll.skia.org/r/chromite-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=chrome-os-gardeners@chromium.org Change-Id: I11e7262d469f664d6cc8cfc4027c1c9df98a4e5f Reviewed-on: https://chromium-review.googlesource.com/c/1461154Reviewed-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@{#630515}
-
Chromium WPT Sync authored
Using wpt-import in Chromium bb29edd5. With Chromium commits locally applied on WPT: c64e59c2 "Deflake RTCPeerConnection-track-stats.https.html." 14c11107 "Implement `Sec-CH-Lang`" c49d046d "Initial support for WorkletAnimation.playbackRate" 70938d55 "Fix remaining preload tests flaking on wpt.fyi" af3b056c "[WPT] [wasm] Add JS-API tests for wasm threads" 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: jinho.bang@samsung.com, mathp@chromium.org, rouslan@chromium.org: external/wpt/payment-handler NOAUTOREVERT=true TBR=foolip No-Export: true Change-Id: I576ff901701a4767a8dc4b25c5e0f9ab17c485b1 Reviewed-on: https://chromium-review.googlesource.com/c/1461259Reviewed-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@{#630514}
-
Raul Tambre authored
The former non-overloaded variants are deprecated. Removed casts where they are now unnecessary. This is a mechanical change; there is no intended behavior change. Bug: 929827 Change-Id: I43577068160b171779166b1795b22dd69137b4a6 Reviewed-on: https://chromium-review.googlesource.com/c/1461376 Commit-Queue: Raul Tambre <raul@tambre.ee> Commit-Queue: Bill Budge <bbudge@chromium.org> Auto-Submit: Raul Tambre <raul@tambre.ee> Reviewed-by:
Bill Budge <bbudge@chromium.org> Cr-Commit-Position: refs/heads/master@{#630513}
-
Raul Tambre authored
The former non-overloaded variants are deprecated. This is a mechanical change; there is no intended behavior change. Bug: 929827 Change-Id: I23306df06e8c761d22616ca3f9a341ca79f8c19d Reviewed-on: https://chromium-review.googlesource.com/c/1461035 Commit-Queue: Raul Tambre <raul@tambre.ee> Commit-Queue: Ken Rockot <rockot@google.com> Auto-Submit: Raul Tambre <raul@tambre.ee> Reviewed-by:
Ken Rockot <rockot@google.com> Cr-Commit-Position: refs/heads/master@{#630512}
-
Tomasz Wiszkowski authored
TextAppearanceSpans report font size in pixels, giving an odd effect of inflated answer on high density screens. Bug: 920396 Change-Id: Ice9810f5157f3276042462ca0ff379444c6afea6 Reviewed-on: https://chromium-review.googlesource.com/c/1457471 Commit-Queue: Ender <ender@google.com> Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Matthew Jones <mdjones@chromium.org> Auto-Submit: Ender <ender@google.com> Cr-Commit-Position: refs/heads/master@{#630511}
-
Kevin McNee authored
Several web_tests define the value of the gesture source being used. A common definition is available in resources/gesture-util.js, so we use that. Bug: None Change-Id: Iea4767be229572d6e3555cc45d5f9caa00e5e7d4 Reviewed-on: https://chromium-review.googlesource.com/c/1457465 Commit-Queue: David Bokan <bokan@chromium.org> Auto-Submit: Kevin McNee <mcnee@chromium.org> Reviewed-by:
David Bokan <bokan@chromium.org> Cr-Commit-Position: refs/heads/master@{#630510}
-
Kristi Park authored
sendThemeInfoToEditCustomLinkIframe should only postMessage for Google NTPs, otherwise the edit custom link iframe will not be present. Change-Id: I7119ab9061130a1245b23d8fa0f384cbf94de438 Reviewed-on: https://chromium-review.googlesource.com/c/1460297 Commit-Queue: Kristi Park <kristipark@chromium.org> Reviewed-by:
Kyle Milka <kmilka@chromium.org> Cr-Commit-Position: refs/heads/master@{#630509}
-
Mihai Sardarescu authored
Consent for Google service is no longer unified. This CL is removing the AllGoogleServices of the UnifiedConsentService as it is now obsolete. Bug: 929372 Change-Id: I3762d27078b4d04280869c3226a087da53145c76 Reviewed-on: https://chromium-review.googlesource.com/c/1461020 Commit-Queue: Mihai Sardarescu <msarda@chromium.org> Reviewed-by:
Thomas Tangl <tangltom@chromium.org> Cr-Commit-Position: refs/heads/master@{#630508}
-
Xiaocheng Hu authored
During caret navigation, certain contents should be ignored: - Anything that's not text, control or atomic inline - Generated contents - ZWS and <wbr> This patch does so and adds relevant tests. A new layout test that runs both in legacy and bidi caret affinity is added to ensure that this is not a new behavior. Bug: 894651 Change-Id: Idcc6a662afd05a440b67b09d1189b2fec23eadca Reviewed-on: https://chromium-review.googlesource.com/c/1460183 Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org> Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Reviewed-by:
Emil A Eklund <eae@chromium.org> Cr-Commit-Position: refs/heads/master@{#630507}
-
Justin Donnelly authored
Also, refactor the logic to combine how we handle allowed_to_be_default_match and how we handle entity suggestions. The former was added in https://crrev.com/c/1174860. Then I added similar entity suggestion handling but in a totally different way in https://crrev.com/c/1376322. When looking to update this logic to fix the issue in bug 922662, I realized that these were doing very similar things despite going about them in different ways. So this CL combines all the logic in the method that chooses between two candidate matches. Bug: 922662 Change-Id: I290573e4669360904bf049d252e4a4175ea6c499 Reviewed-on: https://chromium-review.googlesource.com/c/1403062 Commit-Queue: Justin Donnelly <jdonnelly@chromium.org> Reviewed-by:
Kevin Bailey <krb@chromium.org> Cr-Commit-Position: refs/heads/master@{#630506}
-
Javier Ernesto Flores Robles authored
Enables manual fallback in incognito by getting the original browser state. Fixes the double input view by resetting the reference to the view when the keyboard hides on iPad. Reverts: https://chromium.googlesource.com/chromium/src.git/+/15f7cf85bc1fb76e51e58cea68e6fc183aa5fbde Bug: 923857, 923857, 905720 Change-Id: I253c4b25650cf6be184c59caa7285dc1ecdc8900 Reviewed-on: https://chromium-review.googlesource.com/c/1461080 Auto-Submit: Javier Ernesto Flores Robles <javierrobles@chromium.org> Commit-Queue: Javier Ernesto Flores Robles <javierrobles@chromium.org> Commit-Queue: edchin <edchin@chromium.org> Reviewed-by:
edchin <edchin@chromium.org> Reviewed-by:
Moe Ahmadi <mahmadi@chromium.org> Cr-Commit-Position: refs/heads/master@{#630505}
-
Yuwei Huang authored
This is a reland of c0cf050d Original change's description: > Add remoting FTL API key > > Add API key for remoting to use during the signaling process. Note that > this key is only used by Chrome Remote Desktop and will not be used in > the Chrome browser. > > Internal CL: https://chrome-internal-review.googlesource.com/c/chrome/google_apis/internal/+/831973 > > Bug: 927962 > Change-Id: Iecfa48aebe1078a4a0c747f42711000d9155fc3f > Reviewed-on: https://chromium-review.googlesource.com/c/1450409 > Reviewed-by: Joe Downing <joedow@chromium.org> > Reviewed-by: Roger Tawa <rogerta@chromium.org> > Auto-Submit: Yuwei Huang <yuweih@chromium.org> > Commit-Queue: Roger Tawa <rogerta@chromium.org> > Cr-Commit-Position: refs/heads/master@{#630352} TBR=rogerta@chromium.org Bug: 927962 Change-Id: I63c2e7e16621a01827609fab0c8969fd85b2399c Reviewed-on: https://chromium-review.googlesource.com/c/1461306 Commit-Queue: Yuwei Huang <yuweih@chromium.org> Auto-Submit: Yuwei Huang <yuweih@chromium.org> Reviewed-by:
Joe Downing <joedow@chromium.org> Cr-Commit-Position: refs/heads/master@{#630504}
-
wutao authored
This patch removes the chrome flag enable-settings-shortcut-search, but keeps the feature app_list_features::kEnableSettingsShortcutSearch for future development. Bug: none Test: manual Change-Id: I2d2c4310f9750d334dc0fa84cb3207e04a8d560a Reviewed-on: https://chromium-review.googlesource.com/c/1460425Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Tao Wu <wutao@chromium.org> Cr-Commit-Position: refs/heads/master@{#630503}
-
Raul Tambre authored
//chrome/third_party/mozilla_security_manager: Convert base::(U)Int(64)ToString(16) to NumberToString(16) The former non-overloaded variants are deprecated. This is a mechanical change; there is no intended behavior change. Bug: 929827 Change-Id: I67125c3d5067dc1b64aa89e2625de24fd5ca5d9c Reviewed-on: https://chromium-review.googlesource.com/c/1461131 Commit-Queue: Raul Tambre <raul@tambre.ee> Commit-Queue: Matt Mueller <mattm@chromium.org> Auto-Submit: Raul Tambre <raul@tambre.ee> Reviewed-by:
Matt Mueller <mattm@chromium.org> Cr-Commit-Position: refs/heads/master@{#630502}
-
Wez authored
The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-sdk-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. We also need to refer to the global persisted storage area via a different path when calling SCP to the path we use from within the applications we run on the device. CQ_INCLUDE_TRYBOTS=luci.chromium.try:fuchsia-arm64-cast;luci.chromium.try:fuchsia-x64-cast Bug: 930182 Change-Id: Ie927ac82959345f2605fcbf604c90409b4853f88 Reviewed-on: https://chromium-review.googlesource.com/c/1461307 Commit-Queue: James Robinson <jamesr@chromium.org> Reviewed-by:
James Robinson <jamesr@chromium.org> Reviewed-by:
Kevin Marshall <kmarshall@chromium.org> Reviewed-by:
Wez <wez@chromium.org> Auto-Submit: Wez <wez@chromium.org> Cr-Commit-Position: refs/heads/master@{#630501}
-
Yi Gu authored
AnimationWorkletGlobalScopeTest::SelectGlobalScope tests the behavior of AnimationWorkletProxyClient::SelectGlobalScope but it uses a mock client. Move this test to AnimationWorkletProxyClientTest to use a complete proxy client. Since we have used CreateAnimationAndPaintWorkletThread in three tests with duplicating most of the implementation, this patch also creates a helper file to handle this problem. Change-Id: Id86bd3c2cb796565a84fc8c30d14f46a3958ff17 Reviewed-on: https://chromium-review.googlesource.com/c/1459924Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Reviewed-by:
Majid Valipour <majidvp@chromium.org> Commit-Queue: Yi Gu <yigu@chromium.org> Cr-Commit-Position: refs/heads/master@{#630500}
-
Sean Topping authored
This change introduces two SetContext() methods for CastContentWindow; SetActivityContext() is used to supply common data for all activities, while SetHostContext() provides data about the code that is hosting the activity instance. Merge-With: eureka-internal/239993 Bug: internal b/123538348 Test: CQ Change-Id: I7cb4a313de78b0d511f4423dd5af4595a2866a7e Reviewed-on: https://chromium-review.googlesource.com/c/1457722Reviewed-by:
Luke Halliwell <halliwell@chromium.org> Commit-Queue: Sean Topping <seantopping@chromium.org> Cr-Commit-Position: refs/heads/master@{#630499}
-
Wenzhao Zang authored
The Autotest component extension is used to launch Android apps. It should be whitelisted in Demo Mode (which is implemented as public sessions). Bug: 870049 Change-Id: I31628dc5c659818990c1d280d6744112867db34a Reviewed-on: https://chromium-review.googlesource.com/c/1441795Reviewed-by:
Ivan Šandrk <isandrk@chromium.org> Reviewed-by:
Achuith Bhandarkar <achuith@chromium.org> Commit-Queue: Wenzhao (Colin) Zang <wzang@chromium.org> Cr-Commit-Position: refs/heads/master@{#630498}
-
Karan Bhatia authored
These started failing on Linux bots after a WPT auto import. BUG=930297 TBR=jsbell@chromium.org No-Try: true NOTRY=true Change-Id: I8c9546510fe603db6dd9a4566dbbc90d6412eaa0 Reviewed-on: https://chromium-review.googlesource.com/c/1461348Reviewed-by:
Karan Bhatia <karandeepb@chromium.org> Reviewed-by:
Joshua Bell <jsbell@chromium.org> Commit-Queue: Karan Bhatia <karandeepb@chromium.org> Cr-Commit-Position: refs/heads/master@{#630497}
-
Raul Tambre authored
The former non-overloaded variants are deprecated. This is a mechanical change; there is no intended behavior change. Bug: 929827 Change-Id: I4ee6af43ac4b62ac09892774faba366f4f78e271 Reviewed-on: https://chromium-review.googlesource.com/c/1461380 Commit-Queue: Raul Tambre <raul@tambre.ee> Commit-Queue: Victor Costan <pwnall@chromium.org> Auto-Submit: Raul Tambre <raul@tambre.ee> Reviewed-by:
Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#630496}
-
Kevin McNee authored
Some of the GestureSourceType enum values are defined on chrome.gpuBenchmarking. We define the rest of them and then use them to define GestureSourceType values for web_tests. Bug: None Change-Id: I4e9eb85850fbfdda490b84ac665b7ae397e68a50 Reviewed-on: https://chromium-review.googlesource.com/c/1460121Reviewed-by:
David Bokan <bokan@chromium.org> Reviewed-by:
Antoine Labour <piman@chromium.org> Commit-Queue: Kevin McNee <mcnee@chromium.org> Cr-Commit-Position: refs/heads/master@{#630495}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/de578cdd6b58..295aca65583b Created with: gclient setdep -r src-internal@295aca65583b 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: I4ef1452efd1e2891508a781faf945dd5065553ac Reviewed-on: https://chromium-review.googlesource.com/c/1461151Reviewed-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@{#630494}
-