- 21 Sep, 2018 40 commits
-
-
Keishi Hattori authored
This makes RuleData GarbageCollected so we can remove HeapTerminatedArray usage. Bug: 581698 Change-Id: I2d2f11e21b04e3c7eae6428cb8c030d4bf4f91b1 Reviewed-on: https://chromium-review.googlesource.com/1221606 Commit-Queue: Keishi Hattori <keishi@chromium.org> Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#593206}
-
rbpotter authored
Fixing: (1) Action links fell out of the tab order because destinations_dialog and destinations_list were not correctly importing action_link.html (2) Absolute positioning of icon to set it on top of the cr-input in print_preview_search_box led to icon getting misplaced when browser window size changed. Fix by adding a prefix in cr-input. (3) Destination icon was shrinking for large font sizes due to using flex layout. Make icon fixed size (20px, per spec). (4) Ensure there is enough margin on the "Manage" link to show the focus outline. Bug: 884600, 885090, 886593, 887227, 887229 Change-Id: Ic7d910ad1460e8d457186b9c189797f12db4de5f Reviewed-on: https://chromium-review.googlesource.com/1237137 Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Reviewed-by:
Scott Chen <scottchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#593205}
-
rbpotter authored
Bug: 886553 Change-Id: I96f6e8381386b2b73ba4cfe60714e84534c24f12 Reviewed-on: https://chromium-review.googlesource.com/1237138Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/master@{#593204}
-
Eugene But authored
Underlying issue was fixed here: https://chromium-review.googlesource.com/1226195 Bug: 776330 Cq-Include-Trybots: luci.chromium.try:ios-simulator-cronet;luci.chromium.try:ios-simulator-full-configs Change-Id: I3b1bbffd84e5bdc315c0ca32c1f8ff89747d5abc Reviewed-on: https://chromium-review.googlesource.com/1238379Reviewed-by:
Olivier Robin <olivierrobin@chromium.org> Commit-Queue: Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#593203}
-
W. James MacLean authored
In CL https://chromium-review.googlesource.com/c/chromium/src/+/1169528 we modified CreateGesture to always attach a unique_touch_event_id, if available, to GestureEvents it creates. This facilitates event targetting by not attempting to re-hittest these events in RenderWidgetHostInputEventRouter. Normally an id of 0 indicates an Android ContentView event which must be handled separately. However, adding ids to all GestureEvents has lead to the associated bug, since GestureEventDataPackets for TOUCH_TIMEOUT can now share a unique_touch_event_id with another event in the same Sequence. In this case, we shouldn't mistakenly ack events with source TOUCH_TIMEOUT from the tail of the queue. Bug: 879961 Change-Id: I65dd669cda6c276d6d73bb56b0d761694cb03c82 Reviewed-on: https://chromium-review.googlesource.com/1232592Reviewed-by:
Mustaq Ahmed <mustaq@chromium.org> Reviewed-by:
Timothy Dresser <tdresser@chromium.org> Commit-Queue: James MacLean <wjmaclean@chromium.org> Cr-Commit-Position: refs/heads/master@{#593202}
-
Josh Karlin authored
Removing ParentExistsForSubFrame metric as it was only briefly necessary to verify that the code worked as intended. Bug: 884233 Change-Id: I6934f92d295e03bf2715fc3460333dca63f6f53f Reviewed-on: https://chromium-review.googlesource.com/1234224 Commit-Queue: Josh Karlin <jkarlin@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Reviewed-by:
Charlie Harrison <csharrison@chromium.org> Cr-Commit-Position: refs/heads/master@{#593201}
-
Olivier Robin authored
With frame messaging, the JS messages are filter sooner than with window ID filtering. The result is that the race condition on form submission is now issue. Pass the form data on submit event to avoid having to do a new JS call. Bug: 418827, 881364 Cq-Include-Trybots: luci.chromium.try:ios-simulator-cronet;luci.chromium.try:ios-simulator-full-configs Change-Id: I64b0f6232e5ed46aa3f91cf7134cbe2c55c9c440 Reviewed-on: https://chromium-review.googlesource.com/1236277 Commit-Queue: Olivier Robin <olivierrobin@chromium.org> Reviewed-by:
Vadym Doroshenko <dvadym@chromium.org> Reviewed-by:
Moe Ahmadi <mahmadi@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#593200}
-
A Olsen authored
DeviceSettingsProvider in chrome/browser/chromeos/settings has an undesirable dependency on g_browser_process, which it uses to access the LocalState singleton. This CL removes the dependency on g_browser_process by passing in LocalState explicitly. Note that the tests and test helpers still depend on BrowserProcess or TestingBrowserProcess, which they use to initialize and access the LocalState. For tests in the settings package, I need to find a way to remove this dependency in a follow up CL, so that the settings package along with tests & test helpers can be moved out of chrome/browser. See go/cros-untangle2 Bug: 446937 Change-Id: If9b14940f05ceef1fa8f33e612df22d3d9173d8f Reviewed-on: https://chromium-review.googlesource.com/1233711Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Reviewed-by:
Maksim Ivanov <emaxx@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Commit-Queue: A Olsen <olsen@chromium.org> Cr-Commit-Position: refs/heads/master@{#593199}
-
Aga Wronska authored
Bug: 870049 Change-Id: Ib5927fd6a095ae5c60bea0eddbef70cb2060f4ba Reviewed-on: https://chromium-review.googlesource.com/1192583 Commit-Queue: Aga Wronska <agawronska@chromium.org> Reviewed-by:
Michael Giuffrida <michaelpg@chromium.org> Reviewed-by:
Alexander Alekseev <alemate@chromium.org> Cr-Commit-Position: refs/heads/master@{#593198}
-
Javier Ernesto Flores Robles authored
Only add "show all" when Manual Fallback is disabled. Bug: 878388 Cq-Include-Trybots: luci.chromium.try:ios-simulator-cronet;luci.chromium.try:ios-simulator-full-configs Change-Id: I82a7a9818965716e19c57b78e13f196f52b34088 Reviewed-on: https://chromium-review.googlesource.com/1235673Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Commit-Queue: Javier Ernesto Flores Robles <javierrobles@chromium.org> Cr-Commit-Position: refs/heads/master@{#593197}
-
Olivier Robin authored
- Known bugs: navigation buttons do not work in iframes. - Payment Request is only enabled in main frame. - This CL does not enable autofill in iFrame by default. Bug: 881364, 792642 Cq-Include-Trybots: luci.chromium.try:ios-simulator-cronet;luci.chromium.try:ios-simulator-full-configs Change-Id: Ia18b8a0543d0c754a22d3ee9287171f6807f5f5c Reviewed-on: https://chromium-review.googlesource.com/1233575Reviewed-by:
Eugene But <eugenebut@chromium.org> Reviewed-by:
Moe Ahmadi <mahmadi@chromium.org> Reviewed-by:
Vadym Doroshenko <dvadym@chromium.org> Commit-Queue: Olivier Robin <olivierrobin@chromium.org> Cr-Commit-Position: refs/heads/master@{#593196}
-
Kush Sinha authored
- Actual value of |maximum_backoff_ms| for |kBackoffPolicy| in |GaiaCookieManagerService| is 4 hours but the documentation/comment claims that it is 15 minutes. Fix the comment. - Fix lint error for an if-else statement. Change-Id: If957966b754e8a33ab0531eef7d64ee871bdf5a0 Reviewed-on: https://chromium-review.googlesource.com/1238440Reviewed-by:David Roger <droger@chromium.org> Commit-Queue: Kush Sinha <sinhak@chromium.org> Cr-Commit-Position: refs/heads/master@{#593195}
-
Javier Ernesto Flores Robles authored
Observe the last focused field to validate it is secure before filling a password Bug: 878388 Cq-Include-Trybots: luci.chromium.try:ios-simulator-cronet;luci.chromium.try:ios-simulator-full-configs Change-Id: Ide4407ea51b315c68c50fa010f256cde93f5eb26 Reviewed-on: https://chromium-review.googlesource.com/1221217 Commit-Queue: Javier Ernesto Flores Robles <javierrobles@chromium.org> Reviewed-by:
Moe Ahmadi <mahmadi@chromium.org> Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/master@{#593194}
-
Dave Tapuska authored
The background can be painted underneath occasionally. When we have a fullscreen element indicate the backdrop's color. BUG=886544, 785001 Change-Id: I17d2533779abc68b14bc8af732f182dd32e963f0 Reviewed-on: https://chromium-review.googlesource.com/1234232 Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Reviewed-by:
Philip Jägenstedt <foolip@chromium.org> Cr-Commit-Position: refs/heads/master@{#593193}
-
John Budorick authored
Bug: 794372 Change-Id: Ic68afc2f66f340cf807406c3446567f886cd005e Reviewed-on: https://chromium-review.googlesource.com/1237409Reviewed-by:
Stephen Martinis <martiniss@chromium.org> Commit-Queue: John Budorick <jbudorick@chromium.org> Cr-Commit-Position: refs/heads/master@{#593192}
-
Etienne Pierre-Doray authored
Use case: An expensive function wants to make sure it's not running on the UI thread so the expensive operations don't block that thread. This assertion fails on threads other than scheduler workers. Bug: 879181 Cq-Include-Trybots: luci.chromium.try:ios-simulator-cronet;luci.chromium.try:ios-simulator-full-configs Change-Id: I2a7ec2442c2020da4d68605c2476a01d25a45a33 Reviewed-on: https://chromium-review.googlesource.com/1221787Reviewed-by:
François Doray <fdoray@chromium.org> Reviewed-by:
Camille Lamy <clamy@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Reviewed-by:
Gabriel Charette <gab@chromium.org> Commit-Queue: Etienne Pierre-Doray <etiennep@chromium.org> Cr-Commit-Position: refs/heads/master@{#593191}
-
Tibor Goldschwendt authored
The ModuleInstaller goes into the new component module_installer, which hosts code necessary to install dynamic feature modules. It is used by Chrome to install the AR module (and other modules in the future). See go/chromevr-dfm-design-proposal for more information. Bug: 863068, 862690 Change-Id: Ib7fb7451fbd9ce08cd57e96f923a81f7327a8ddb Reviewed-on: https://chromium-review.googlesource.com/1228308 Commit-Queue: Tibor Goldschwendt <tiborg@chromium.org> Reviewed-by:
Cait Phillips <caitkp@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Reviewed-by:
agrieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#593190}
-
liberato@chromium.org authored
NOTRY=true TBR=nohle@chromium.org, dtrainor@chromium.org Bug: 887953 Change-Id: I3a3f3ea828c86873fdea72d75c50a83a83271408 Reviewed-on: https://chromium-review.googlesource.com/1238377Reviewed-by:
Frank Liberato <liberato@chromium.org> Commit-Queue: Frank Liberato <liberato@chromium.org> Cr-Commit-Position: refs/heads/master@{#593189}
-
Jan Krcal authored
This CL deals properly with the root node for wallet data. This node is sent (at least) in integration tests for migration to USS. Bug: 853688 Change-Id: I94f38e38a4f7db7a7e960e5205c64d7ad6cf49e7 Reviewed-on: https://chromium-review.googlesource.com/1238541 Commit-Queue: Jan Krcal <jkrcal@chromium.org> Reviewed-by:
Mohamed Amir Yosef <mamir@chromium.org> Cr-Commit-Position: refs/heads/master@{#593188}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/0664f0cf..980ce54f Please follow these instructions for assigning/CC'ing issues: https://github.com/v8/v8/wiki/Triaging%20issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel;luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: I11d36cfe3b3e16e3be373688aa3b35ef44febb92 Reviewed-on: https://chromium-review.googlesource.com/1238374Reviewed-by:
V8 Autoroller <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: V8 Autoroller <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#593187}
-
Anthony Vallee-Dubois authored
TBR= collinbaker@chromium.org,pkasting@chromium.org Bug: 887815 Change-Id: Iff08fcfe7efeac0363d40302c57a08005b069bbb Reviewed-on: https://chromium-review.googlesource.com/1237863 Commit-Queue: anthonyvd <anthonyvd@chromium.org> Reviewed-by:
anthonyvd <anthonyvd@chromium.org> Cr-Commit-Position: refs/heads/master@{#593186}
-
Greg Kraynov authored
Aimed to avoid ref-counted lifecycle of TaskQueueImpl. SingleThreadTaskRunnner implementation will be dropped from TaskQueue shortly. See bug for details. TBR=gab@chromium.org Bug: 865411 Change-Id: I92a3965299cb1c829e8a385f4bb2690383436107 Reviewed-on: https://chromium-review.googlesource.com/1234474 Commit-Queue: Greg Kraynov <kraynov@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Cr-Commit-Position: refs/heads/master@{#593185}
-
Jan Krcal authored
This CL refines the way the wallet data bridge notifies about changes it writes to the local database. This CL required a minor extension in the AutofillWebDataBackend interface. The changes are not guarded behind a feature flag for wallet_metadata uss migration as they are backwards compatible for all current implementations of AutofillWebDataServiceObserverOnDBSequence. Bug: 853688 Change-Id: I3f9bd3e48c4591dddf3f645edef63d51cc8fbff8 Reviewed-on: https://chromium-review.googlesource.com/1236693Reviewed-by:
Sebastien Seguin-Gagnon <sebsg@chromium.org> Commit-Queue: Jan Krcal <jkrcal@chromium.org> Cr-Commit-Position: refs/heads/master@{#593184}
-
Anthony Vallee-Dubois authored
TBR=tapted@chromium.org Bug: 887811 Change-Id: I0ea74b31942f50ad2f3ffc463de60f48060f1639 Reviewed-on: https://chromium-review.googlesource.com/1237865Reviewed-by:
anthonyvd <anthonyvd@chromium.org> Commit-Queue: anthonyvd <anthonyvd@chromium.org> Cr-Commit-Position: refs/heads/master@{#593183}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/f5eacf83622c..553230386b67 git log f5eacf83622c..553230386b67 --date=short --no-merges --format='%ad %ae %s' 2018-09-21 hjd@google.com Merge "Add linenoise to trace_processor" Created with: gclient setdep -r src/third_party/perfetto@553230386b67 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: I8a7c2d0ddcaba43fdec4e44f8229456e38919667 Reviewed-on: https://chromium-review.googlesource.com/1238323Reviewed-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@{#593182}
-
Stefan Zager authored
Scrollbar::Maximum is used by the theme paint code to determine whether to disable the scroll arrows, based on whether the current scrollbar position is all the way at the beginning or end of its range. The rounding code used to set the visible size and overflow size for the scrollbar behaves differently from that used by ScrollableArea to clamp scroll offsets. The CL makes Scrollbar fall back to using values computed by the ScrollableArea. BUG=769615 R=skobes@chromium.org Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel Change-Id: I982e71b485cc402972cb7ac1f5f482c1f84e1a70 Reviewed-on: https://chromium-review.googlesource.com/1237390Reviewed-by:
Steve Kobes <skobes@chromium.org> Commit-Queue: Stefan Zager <szager@chromium.org> Cr-Commit-Position: refs/heads/master@{#593181}
-
Etienne Pierre-Doray authored
While OpenFile/CloseFile are already covered by ScopedBlockingCall, this function does file reading operations (fread), which may block. ScopedBlockingCall serves as a precise annotation of the scope that may/will block for the scheduler. Since it supports nesting, there is no problem calling CloseFile() in the same scope. Bug: 874080 Change-Id: Id65de018cc20a2788d42d408c1c49052eed813c0 Reviewed-on: https://chromium-review.googlesource.com/1236393 Commit-Queue: Etienne Pierre-Doray <etiennep@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#593180}
-
Greg Thompson authored
BUG=none R=eyaich@chromium.org Cq-Include-Trybots: master.tryserver.chromium.perf:obbs_fyi Change-Id: I54cc409664aaa53c0164f5a572f09e179602dd35 Reviewed-on: https://chromium-review.googlesource.com/1237654 Commit-Queue: Emily Hanley <eyaich@chromium.org> Reviewed-by:
Emily Hanley <eyaich@chromium.org> Cr-Commit-Position: refs/heads/master@{#593179}
-
chrome://discardsSigurdur Asgeirsson authored
Bug: 874968 Change-Id: Id87498398908bfe8cf7e6c7ab596074b0575325a Reviewed-on: https://chromium-review.googlesource.com/1236499 Commit-Queue: Sigurður Ásgeirsson <siggi@chromium.org> Reviewed-by:
François Doray <fdoray@chromium.org> Cr-Commit-Position: refs/heads/master@{#593178}
-
Etienne Pierre-Doray authored
This CL uses ScopedBlockingCall to mark blocking calls in /dbus. This CL adds ScopedBlockingCall(MAY_BLOCK) for each scope containing a dbus_* call, assuming all of those calls may block. I kindly ask the reviewer to make sure of the following: - ScopedBlockingCall is instantiated in a scope with minimal CPU usage. If this is not the case, ScopedBlockingCall should be instantiated closer to the blocking call. See scoped_blocking_call.h for more info. Please let me know when/where the blocking call happens if this needs to be changed. - Parameter |blocking_type| matches expectation (MAY_BLOCK/WILL_BLOCK). See BlockingType for more info. While I assumed MAY_BLOCK by default, that might not be the best fit if we know that this callsite is guaranteed to block. - The ScopedBlockingCall's scope covers the entirety of the blocking operation previously asserted against by the AssertBlockingAllowed(). This CL was uploaded by git cl split. R=satorux@chromium.org Bug: 874080 Change-Id: Ib90b59280bd22cb671a64bacabe299c02c6d6081 Reviewed-on: https://chromium-review.googlesource.com/1190930Reviewed-by:Ryo Hashimoto <hashimoto@chromium.org> Commit-Queue: Etienne Pierre-Doray <etiennep@chromium.org> Cr-Commit-Position: refs/heads/master@{#593177}
-
Antonio Gomes authored
In [1], iOS' URLDownloader switched from URLFetcher to SimpleURLLoader. However, it was observed during the migration that its existing unit test SingleDownloadPDF does not actually exercise the actual fetch/load code path. This CL fixes SingleDownloadPDF so that it actually loads a testing PDF file through SimpleURLLoader and URLLoaderFactory machinery. [1] https://crrev.com/c/1234635 BUG=None Cq-Include-Trybots: luci.chromium.try:ios-simulator-cronet;luci.chromium.try:ios-simulator-full-configs Change-Id: I6b3006f8e021bb97c8d839307c741f7071708683 Reviewed-on: https://chromium-review.googlesource.com/1236855Reviewed-by:
Olivier Robin <olivierrobin@chromium.org> Commit-Queue: Antonio Gomes <tonikitoo@igalia.com> Cr-Commit-Position: refs/heads/master@{#593176}
-
Hayato Ito authored
We might want to move some perf tests from perf_tests/dom to perf_tests/bindings, which would be done in another CL later. See http://crbug.com/887204 for the context. Bug: 887204 Change-Id: Idd818d23337dfb015e3643ffc4780be764858eb1 Reviewed-on: https://chromium-review.googlesource.com/1237897Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Reviewed-by:
Ned Nguyen <nednguyen@google.com> Commit-Queue: Ned Nguyen <nednguyen@google.com> Cr-Commit-Position: refs/heads/master@{#593175}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/217056c04885..f610bae66163 git log 217056c04885..f610bae66163 --date=short --no-merges --format='%ad %ae %s' 2018-09-21 ethannicholas@google.com fixed spelling of 'preferred' Created with: gclient setdep -r src/third_party/skia@f610bae66163 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=master.tryserver.blink:linux_trusty_blink_rel;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=reed@chromium.org Change-Id: Ifc277c98e6dbd78d4ea1f63e9165be5274ad1c85 Reviewed-on: https://chromium-review.googlesource.com/1238325Reviewed-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@{#593174}
-
Mathias Carlen authored
Move the tree building interface one layer lower to the web controller. The actual implementation using devtools will follow. R=gogerald@chromium.org Bug: 806868 Change-Id: Ib7bcc031bf86e939db99ae8e844202065c5ab923 Reviewed-on: https://chromium-review.googlesource.com/1234153Reviewed-by:
Colin Blundell <blundell@chromium.org> Reviewed-by:
Ganggui Tang <gogerald@chromium.org> Commit-Queue: Mathias Carlen <mcarlen@chromium.org> Cr-Commit-Position: refs/heads/master@{#593173}
-
chrome://discardsSigurdur Asgeirsson authored
Bug: 874968 Change-Id: Ie7b655ece8e9a98c73bb529181a79e3d9a7b7586 Reviewed-on: https://chromium-review.googlesource.com/1231922 Commit-Queue: Sigurður Ásgeirsson <siggi@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Reviewed-by:
Chris Hamilton <chrisha@chromium.org> Cr-Commit-Position: refs/heads/master@{#593172}
-
Majid Valipour authored
Worklet animation compositing state should be updated when a zoom or viewport resize changes css pixel to dip ratio. The fix is to simply match what we already do for regular animations for worklet animations. TEST=virtual/threaded/fast/animationworklet/worklet-animation-responsive-to-zoom.html Bug: 879107 Change-Id: I0b74bd8297e83b18afd087247f09339aedcc618b Reviewed-on: https://chromium-review.googlesource.com/1237133Reviewed-by:
Stephen McGruer <smcgruer@chromium.org> Reviewed-by:
Majid Valipour <majidvp@chromium.org> Commit-Queue: Majid Valipour <majidvp@chromium.org> Cr-Commit-Position: refs/heads/master@{#593171}
-
Valeriya Sinevich authored
Also retry fetching access token if it failed but count retries for all tokens together. Cq-Include-Trybots: luci.chromium.try:linux_mojo Change-Id: I1c8d131faa7fba5a6d4c43714b998bc140642864 Reviewed-on: https://chromium-review.googlesource.com/1199424 Commit-Queue: Valeriya Sinevich <valeriyas@google.com> Reviewed-by:
David Roger <droger@chromium.org> Cr-Commit-Position: refs/heads/master@{#593170}
-
Mario Sanchez Prada authored
This isn't strictly needed since iOS will always use net-in-process, but is good for consistency with the rest of the code that ios shares with chrome that has switched to SimpleURLLoader. Bug: 879770 Cq-Include-Trybots: luci.chromium.try:ios-simulator-cronet;luci.chromium.try:ios-simulator-full-configs Change-Id: I49665d4b6054c1a882a42d4661f03162bfceebc7 Reviewed-on: https://chromium-review.googlesource.com/1235722 Commit-Queue: Mario Sanchez Prada <mario@igalia.com> Reviewed-by:
David Roger <droger@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Reviewed-by:
Antonio Gomes <tonikitoo@igalia.com> Cr-Commit-Position: refs/heads/master@{#593169}
-
Rune Lillesveen authored
We used a separate SetChildNeedsReattachLayoutTree() before calling MarkForWhitespaceReattachment() for the ancestors which meant we passed a dirty_node/common_ancestor a level higher up the chain which caused the layout_tree_rebuild_root_ to update incorrectly. Instead use an arbitrary child to invoke MarkForWhitespaceReattachment() on. Note that none of the children are actually dirty after a node removal. We only need to make sure we traverse down to the siblings of a removed node to check if its whitespace siblings need reattachment. Since the arbitrary child may be a text node, we have to handle that in RootElement(). Bug: 884456, 884449 Change-Id: I06c50f6f996e41b813f7e847351fc87d42336857 Reviewed-on: https://chromium-review.googlesource.com/1235997 Commit-Queue: Rune Lillesveen <futhark@chromium.org> Reviewed-by:
Anders Ruud <andruud@chromium.org> Cr-Commit-Position: refs/heads/master@{#593168}
-
Adrienne Porter Felt authored
This reverts commit 2b3cf454. Reason for revert: <INSERT REASONING HERE> Original change's description: > Remove the SPKI fingerprint for auth.impulse.com from captive portals list > > Bug: 870038 > Change-Id: I856efd083382cb27f01ea37abbfcbb04941ec0c4 > Reviewed-on: https://chromium-review.googlesource.com/1176582 > Commit-Queue: Adrienne Porter Felt <felt@chromium.org> > Reviewed-by: Adrienne Porter Felt <felt@chromium.org> > Cr-Commit-Position: refs/heads/master@{#593084} TBR=felt@chromium.org,meacer@chromium.org Change-Id: I0c158c192ebd88c3cd586da3fca7cd6963f594f4 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 870038 Reviewed-on: https://chromium-review.googlesource.com/1238375Reviewed-by:
Adrienne Porter Felt <felt@chromium.org> Commit-Queue: Adrienne Porter Felt <felt@chromium.org> Cr-Commit-Position: refs/heads/master@{#593167}
-