- 26 Jul, 2019 40 commits
-
-
Matthew Cary authored
Bug: 795291 Change-Id: I17cdb24f7b98e43323fd40f86af445509632bd0b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1695290 Auto-Submit: Matthew Cary (CET) <mattcary@chromium.org> Commit-Queue: Matthew Cary (CET) <mattcary@chromium.org> Commit-Queue: Alex Ilin <alexilin@chromium.org> Reviewed-by:
Alex Ilin <alexilin@chromium.org> Cr-Commit-Position: refs/heads/master@{#681409}
-
Katie D authored
Left click is the most useful click type. Upon re-enable, autoclick type should always be left click. Also don't draw the scroll icon when disabled. Bug: 988020,988007 Change-Id: I5f92376ac2f26bde0ecceea401c573a2f306a47f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1721510 Commit-Queue: Katie Dektar <katie@chromium.org> Commit-Queue: Anastasia Helfinstein <anastasi@google.com> Auto-Submit: Katie Dektar <katie@chromium.org> Reviewed-by:
Anastasia Helfinstein <anastasi@google.com> Cr-Commit-Position: refs/heads/master@{#681408}
-
Stefan Zager authored
This CL replaced a bunch of element_->GetLayoutObject() calls with GetLayoutEmbeddedContent(): https://chromium-review.googlesource.com/c/chromium/src/+/1597534 However, those two calls are not equivalent if the LayoutObject is not a LayoutEmbeddedContent. This patch restores the calls to element_->GetLayoutObject(). I was unable to reproduce the crash, even using the clusterfuzz tools, so I can't write a test. BUG=982214 R=bokan@chromium.org Change-Id: If2dee39a235ee961d7f27258e7a04e8165d2ab3a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1719911Reviewed-by:
David Bokan <bokan@chromium.org> Commit-Queue: Stefan Zager <szager@chromium.org> Cr-Commit-Position: refs/heads/master@{#681407}
-
chromium-autoroll authored
https://pdfium.googlesource.com/pdfium.git/+log/6e3a40600f24..e5bc2758b312 git log 6e3a40600f24..e5bc2758b312 --date=short --no-merges --format='%ad %ae %s' 2019-07-26 tsepez@chromium.org Mark CPDF_DocPageData::Clear() as private 2019-07-26 tsepez@chromium.org Remove some other virtual dtors. 2019-07-26 tsepez@chromium.org De-virtualize CFWL_FontManager and CFWL_FontData. Created with: gclient setdep -r src/third_party/pdfium@e5bc2758b312 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=pdfium-deps-rolls@chromium.org Bug: None Change-Id: Iaea4c41e612e6d260f45f237f1a3acacc2d8d59d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1720739Reviewed-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@{#681406}
-
Natalie Chouinard authored
Because the preferences on this screen are loaded asynchronously, the default RecyclerView animations delay the preferences first appearing, so we disable them here to reduce animation jank. A long-term solution for disabling preference animations is being tracked here: https://crbug.com/986401 Bug: 986241 Change-Id: I0ea833d79a49c15bf602d6374080f65d32586555 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1717323Reviewed-by:
Boris Sazonov <bsazonov@chromium.org> Commit-Queue: Natalie Chouinard <chouinard@chromium.org> Cr-Commit-Position: refs/heads/master@{#681405}
-
Devlin Cronin authored
The "browser_action_hidden" preference hasn't been used since the Extension Toolbar Redesign launched (several years ago). Remove the preference, add it to the list of obsolete prefs to be cleaned up in the ExtensionPrefs, and remove the corresponding histogram. Bug: 975789 Change-Id: I427629ef6f3741d672af71aa7892beae4f6527ef Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1719970Reviewed-by:
Istiaque Ahmed <lazyboy@chromium.org> Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Commit-Queue: Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#681404}
-
Nick Diego Yamane authored
This CL adds some properties that were missing at PlatformWindow level as well as code to convert Widget::InitParams into PlatformWindowInitProperties in DWTHPlatform. Bug: 789065 Change-Id: Ie224c3ae3434afce0ecdd6d4b044ca9f75f29aca Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1718456 Commit-Queue: Nick Yamane <nickdiego@igalia.com> Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Cr-Commit-Position: refs/heads/master@{#681403}
-
Koji Ishii authored
This patch changes HtmlLinkElement to use LowerASCII instead of DeprecatedLower. DeprecatedLower has partial Unicode conversions, such as converting U+212A to 'k', but lowering only ASCII should be sufficient for most web platform usages. Currently, there are 6 usages of AtomicString::DeprecatedLower and 37 usages of String::DeprecatedLower. This patch reduces one of the 6 usages. Bug: 627682 Change-Id: I8b94712275ec94b5cc21f8941049864e5b66e384 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1720819 Auto-Submit: Koji Ishii <kojii@chromium.org> Reviewed-by:
Mason Freed <masonfreed@chromium.org> Commit-Queue: Mason Freed <masonfreed@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#681402}
-
Brian Sheedy authored
Cleans up various aspects of the GPU pixel tests, such as adding docstrings, renaming, and generally making them more readable. Bug: 985007 Change-Id: I2f179db7dca9b209881d09f40b5750db36f6f62e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1718782 Commit-Queue: Brian Sheedy <bsheedy@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Auto-Submit: Brian Sheedy <bsheedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#681401}
-
weiliangc authored
This reverts commit 89eb64aa. Reason for revert: Suspect this breaks the Mac display. Original change's description: > viz: Merge CA Overlay Validator into a Subclass of Overlay Processor > > CA Overlay Validator has simple logic and could be easily merged into > a subclass of overlay processor. > > R=rjkroege > > Bug: 963597 > Change-Id: Ia6334b82a8826740098ad279b74cd044ff4d8d42 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1664973 > Commit-Queue: weiliangc <weiliangc@chromium.org> > Reviewed-by: Robert Kroeger <rjkroege@chromium.org> > Cr-Commit-Position: refs/heads/master@{#681186} TBR=rjkroege@chromium.org,weiliangc@chromium.org Change-Id: Icd40d3893d1fa71d09764864536eb442a733c0d1 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 963597 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1721496Reviewed-by:
weiliangc <weiliangc@chromium.org> Commit-Queue: weiliangc <weiliangc@chromium.org> Cr-Commit-Position: refs/heads/master@{#681400}
-
Eugene But authored
This mirrors location for the header file in ios/web/public/navigation Bug: 942244 Change-Id: I685a5dca3c073bf0a90f95e857e2155e884ac2ec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1716337 Auto-Submit: Eugene But <eugenebut@chromium.org> Reviewed-by:
Mark Cogan <marq@chromium.org> Commit-Queue: Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#681399}
-
Dominic Battré authored
This reverts commit 2501fdde. Reason for revert: See crbug.com/976696 Original change's description: > Add web tests virtual suite for audio service > > This CL creates a new virtual suite that runs web tests with the audio > service running on a sandboxed utility process. > It also adds expectations for audio-related tests already in expectations > files. > > Bug: 976696 > Change-Id: Ia25ff740fb4735db0d3ae4ea9d08787e6818da5b > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1715811 > Commit-Queue: Guido Urdaneta <guidou@chromium.org> > Reviewed-by: Armando Miraglia <armax@chromium.org> > Cr-Commit-Position: refs/heads/master@{#681297} TBR=guidou@chromium.org,armax@chromium.org Change-Id: I47379ecd5c0c726f69b6254e5f22de667394c5d6 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 976696 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1721180Reviewed-by:
Dominic Battré <battre@chromium.org> Commit-Queue: Dominic Battré <battre@chromium.org> Cr-Commit-Position: refs/heads/master@{#681398}
-
Sean Kau authored
There's a non-zero number of instances where the references are invalid. We should fix them. We'll keep the metric to monitor the fix. Bug: 986497 Change-Id: I3f518e20b0079992e9532841d9d85ab9efecc08d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1719858 Auto-Submit: Sean Kau <skau@chromium.org> Commit-Queue: Brian White <bcwhite@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Cr-Commit-Position: refs/heads/master@{#681397}
-
Natalie Chouinard authored
Fully qualifying Preference classes in XML is unnecessary, and not recommended by the Android Settings docs. https://developer.android.com/guide/topics/ui/settings.html Bug: 986924 Change-Id: I5e80931507d983fe33e5c0306546837372520380 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1717699 Commit-Queue: Natalie Chouinard <chouinard@chromium.org> Reviewed-by:
Boris Sazonov <bsazonov@chromium.org> Cr-Commit-Position: refs/heads/master@{#681396}
-
Jianfeng Wang authored
The global resource scheduler observes the total number of in-flight requests issued by all resource scheduler clients. Add a method to record the global in-flight request information to UMA. Change-Id: Ib35f7365956b7dacc40bfe5463047d4a7f94d434 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1720149 Commit-Queue: Jianfeng Wang <jfwang@chromium.org> Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Cr-Commit-Position: refs/heads/master@{#681395}
-
Koji Ishii authored
This patch changes LayoutQuote to use LowerASCII instead of DeprecatedLower. DeprecatedLower has partial Unicode conversions, such as converting U+212A to 'k', but lowering only ASCII should be sufficient for most web platform usages. This case matches to a static set of lang-code, which are all in ASCII. There will be slight behavior changes, such as U+212A no longer matches to 'k', but such conversion should not be expected. Currently, there are 6 usages of AtomicString::DeprecatedLower and 37 usages of String::DeprecatedLower. This patch reduces one from the former. Bug: 627682 Change-Id: I4bf36ffa4ad2e88bfcbd5b47e5bb836131003123 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1721075 Auto-Submit: Koji Ishii <kojii@chromium.org> Reviewed-by:
Emil A Eklund <eae@chromium.org> Commit-Queue: Emil A Eklund <eae@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#681394}
-
Ahmed Mehfooz authored
This feature flag will enable a separate widget for the UnifiedMessageCenter. Bug: 95802 Change-Id: I5b60ab5272e9ca3c444bfdf142059c2a5795217f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1719470Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Ahmed Mehfooz <amehfooz@chromium.org> Cr-Commit-Position: refs/heads/master@{#681393}
-
Ionel Popescu authored
This CL contains the following changes: - removed the clear button and spinner buttons from the in-page UI for date, datetime-local, month, week and time types - updated the calendar-picker-indicator to use a calendar icon for date related types For time the calendar-picker-indicator will be updated when popup support will be introduced for this type. Bug: 987050 Change-Id: Ic7849a323ebb3723c5b6a467463a8604058f72ca Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1716161 Commit-Queue: Ionel Popescu <iopopesc@microsoft.com> Reviewed-by:
Mason Freed <masonfreed@chromium.org> Reviewed-by:
Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#681392}
-
Tarun Bansal authored
Add the redirect URL port number to the redirect learning table. Next CL will use the value of the port number for preconnect. Change-Id: I1bd53ff9ab1486a5a6f3a36a51667bc36faf76b2 Bug: 983234 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1719832Reviewed-by:
Alex Ilin <alexilin@chromium.org> Commit-Queue: Tarun Bansal <tbansal@chromium.org> Cr-Commit-Position: refs/heads/master@{#681391}
-
Tim van der Lippe authored
This reverts commit 9a2b5dd0. The assignment on line 45 was overwriting the parameter `src`, which then would result in the for-loop on line 44 to traverse into the wrong directory. Renaming the assignment to variable `new_src` resolves that issue. Confirmed working locally by commenting out the `if symlink exists` branch and ran it on my Linux machine. (I could reproduce the error by simply commenting and can confirm that it is now working with the fix) TBR=luoe@chromium.org Change-Id: Idc3dbddd9db620169f7e9fbd60e306755eb1b4c5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1715303Reviewed-by:
Yang Guo <yangguo@chromium.org> Reviewed-by:
Erik Luo <luoe@chromium.org> Commit-Queue: Tim van der Lippe <tvanderlippe@google.com> Cr-Commit-Position: refs/heads/master@{#681390}
-
Sinan Sahin authored
Disabled ListView items should be ignored by TalkBack if they don't contain any text. However, while testing on Android Q, I noticed that TalkBack highlighted the dividers and announced them as "disabled." To fix this, I added importantForAccessibility="no" to the divider's FrameLayout. Bug: 987839 Change-Id: I12592e1b9f98a7b4750983afd12104e0fca89e45 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1719829 Commit-Queue: Sinan Sahin <sinansahin@google.com> Reviewed-by:
Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#681389}
-
Javier Ernesto Flores Robles authored
Bug: 976671 Change-Id: I4727f890dcc5bc77e9d80ac97c4bdece9260a69b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1720829 Auto-Submit: Javier Ernesto Flores Robles <javierrobles@chromium.org> Reviewed-by:
Moe Ahmadi <mahmadi@chromium.org> Commit-Queue: Javier Ernesto Flores Robles <javierrobles@chromium.org> Cr-Commit-Position: refs/heads/master@{#681388}
-
Varun Khaneja authored
It influences the number of navigations we keep a record of for sending the referrer chain. R=holte Bug: 969981 Change-Id: I07d3d711020b948f995befb9db437ab3e8320704 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1719918 Auto-Submit: Varun Khaneja <vakh@chromium.org> Commit-Queue: Steven Holte <holte@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Cr-Commit-Position: refs/heads/master@{#681387}
-
Jérôme Lebel authored
The primary button needs to be updated according to current state of ChromeSigninViewController. Bug introduced with crrev.com/c/1695411 Bug: 987985 Change-Id: Idfbfbaa48b62fead98d23d2ba464fc46c3285e62 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1720836Reviewed-by:
Javier Ernesto Flores Robles <javierrobles@chromium.org> Commit-Queue: Jérôme Lebel <jlebel@chromium.org> Cr-Commit-Position: refs/heads/master@{#681386}
-
Kevin Ellis authored
PlayStateInternal returns a value for the play state of an animation that is not to spec. It includes a pending state that is not a valid value for the play state. This CL is part of a series of patches to bring the implementation of web animations in line with the spec. Bug: 958433 Change-Id: Ifd189641e83972e63d474cd99db391aad3dff406 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1715764 Commit-Queue: Kevin Ellis <kevers@chromium.org> Reviewed-by:
Robert Flack <flackr@chromium.org> Reviewed-by:
Majid Valipour <majidvp@chromium.org> Cr-Commit-Position: refs/heads/master@{#681385}
-
Daniel Nicoara authored
Depending how early EXO is initialize the Screen object may have already initialized its display state. When CastWMHelper adds its display observer it will not get a OnDisplayAdded() event by default. Query the list and initialize the observer to ensure state is correct. Bug: b/138247323 Test: Manually on device to verify OnDisplayAdded() is called before EXO clients call to ask for display info. Change-Id: I473185fda846e64907eebb808141d51f281fbdde Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1720993 Auto-Submit: Daniel Nicoara <dnicoara@chromium.org> Reviewed-by:
Michael Spang <spang@chromium.org> Commit-Queue: Daniel Nicoara <dnicoara@chromium.org> Cr-Commit-Position: refs/heads/master@{#681384}
-
Andrew Luo authored
Bug: 924194 Change-Id: Icfaa9d1d9390ec1c3aa524ff4d139cd4959a600a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1715772Reviewed-by:
John Budorick <jbudorick@chromium.org> Reviewed-by:
Sky Malice <skym@chromium.org> Commit-Queue: Andrew Luo <aluo@chromium.org> Cr-Commit-Position: refs/heads/master@{#681383}
-
Philip Rogers authored
We use cc::Layer::ScreenSpaceTransform() when collecting layer tree for devtools in layer list mode. We need to ensure the screen space transforms are up-to-date before using them. This is a reland of https://crrev.com/671720 which was rolled out in https://crrev.com/677720 due to multiple UpdateLayers calls. Full layer updates (e.g., with invalidation) are not needed for up-to-date to-screen transforms. Bug: 977578 Change-Id: I21a39a4198290c64e315c586c64a4da3a83da83d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1720791Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Commit-Queue: Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#681382}
-
Sylvain Defresne authored
The test do not need to access IdentityManager, so remove the use of IdentityTestEnvironmentProfileAdaptor as they are still passing without it. Bug: 984487 Change-Id: Ic065b287f23c0f7f77f619bd802c7a318275c507 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1710324 Commit-Queue: Gayane Petrosyan <gayane@chromium.org> Reviewed-by:
Gayane Petrosyan <gayane@chromium.org> Auto-Submit: Sylvain Defresne <sdefresne@chromium.org> Cr-Commit-Position: refs/heads/master@{#681381}
-
John Abd-El-Malek authored
Bug: 934009 Change-Id: I927eaef2f8ecf515b010a4ce49d05726f915d5d6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1720735Reviewed-by:
Clark DuVall <cduvall@chromium.org> Commit-Queue: John Abd-El-Malek <jam@chromium.org> Cr-Commit-Position: refs/heads/master@{#681380}
-
Nico Weber authored
The references bug was closed long ago, and we're on a completely different toolchain now. Bug: 356580 Change-Id: I92b1a0c2ddd33a18775a72347ac996a4320d173c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1721249 Auto-Submit: Nico Weber <thakis@chromium.org> Reviewed-by:
Mike Frysinger <vapier@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#681379}
-
Daniel Bratell authored
In use_jumbo_build=true builds without goma (i.e. chunk size 50) chrome/browser/android/webapps/add_to_homescreen_data_fetcher.cc and chrome/browser/android/webapk/webapk_update_data_fetcher.cc will compile in the same translation unit and then their (identical) helper functions DoesAndroidSupportMaskableIcons() then clashed. It would be nice to only have a single implementation of the function but since it's just "return false;" and I don't know where it could be shared I elected to give the functions unique names. Bug: 988037 Change-Id: I058f1db0c0ec6711e42e5ecfff6b3b016c60a1bb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1720772 Commit-Queue: Daniel Bratell <bratell@opera.com> Auto-Submit: Daniel Bratell <bratell@opera.com> Reviewed-by:
Peter Kotwicz <pkotwicz@chromium.org> Cr-Commit-Position: refs/heads/master@{#681378}
-
Eric Foo authored
This is CL is generated by a script. Data is pulled from review conducted in Q2 2019. See https://tinyurl.com/yxau5sc4 for context. Bug: 977050 Change-Id: Ic2edb44cb393d31f7c74c22527b448d4dea91f7d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1700860Reviewed-by:
Frank Barchard <fbarchard@chromium.org> Reviewed-by:
Clark DuVall <cduvall@chromium.org> Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Auto-Submit: Eric Foo <efoo@chromium.org> Commit-Queue: Frank Barchard <fbarchard@chromium.org> Cr-Commit-Position: refs/heads/master@{#681377}
-
Shouqun Liu authored
As crbug.com/985803 described, there is redundant 'MB' string in Chinese/Korean translations of downloading file dialog. Bug: 985803 Change-Id: I66a254494d749018b33d10896055bf1edeff6bcb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1710081Reviewed-by:
Mustafa Emre Acer <meacer@chromium.org> Reviewed-by:
Krishna Govind <govind@chromium.org> Commit-Queue: Krishna Govind <govind@chromium.org> Cr-Commit-Position: refs/heads/master@{#681376}
-
Daniel Rubery authored
Although we don't update the FileTypePolicies often, if the update fails, these metrics will be very important in diagnosing the cause. Because the FileTypePolicies affect which downloads are checked with Safe Browsing, I'd prefer to be able to quickly diagnose the problem. Bug: 975183 Change-Id: Idf97cd15d117703b3d563804fea733964dc089a9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1719232 Auto-Submit: Daniel Rubery <drubery@chromium.org> Reviewed-by:
Varun Khaneja <vakh@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Commit-Queue: Brian White <bcwhite@chromium.org> Cr-Commit-Position: refs/heads/master@{#681375}
-
Ramya Nagarajan authored
Clean up the pref associated with this field trial, with deletion slated after several milestones. More details at http://doc/1rYBoi6Hm270SB1njw3BhM3Qo9puZn3iiINQy-gMaz4I Bug: 988028 Change-Id: I5846351c4d66b0cf04b4f5c92b7de88db5d4e18d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1689496 Commit-Queue: Ramya Nagarajan <ramyan@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Cr-Commit-Position: refs/heads/master@{#681374}
-
Bryan McQuade authored
If we decide that the non-AMP BeforeInputOrScroll variant is useful, we'll want an AMP version to compare it to. This change also cleans up metric descriptions in ukm.xml to no longer refer to 'jank'. Change-Id: Iee0f25b3ded5ce4667cd6c231acf9e7ea2b65515 Bug: 987652 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1717123Reviewed-by:
Steve Kobes <skobes@chromium.org> Commit-Queue: Bryan McQuade <bmcquade@chromium.org> Cr-Commit-Position: refs/heads/master@{#681373}
-
Rohan Pavone authored
Creates class for DevTools permission overrides to maintain logic of overrides as they get more complicated. This maintains a mapping from URL (origin only) to PermissionTypes and their corresponding override status. If no override status is defined, the interface indicates this - it is up to the caller to determine what status to give if no override is given. Design doc: go/permission-overrides-refactor Tested: Unit tests. BUG: 986605 Change-Id: I0ec28e08afbcb97fb9e18f8798cf95f8a63f972d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1713436 Commit-Queue: Rohan Pavone <rohpavone@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Balazs Engedy <engedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#681372}
-
Tom Anderson authored
This is necessary for DbusMenu to determine which properties were updated. BUG=981201 R=thestig Change-Id: I94f36f1bd76f6a285129aa709ccd6947e84ac728 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1700687Reviewed-by:
Lei Zhang <thestig@chromium.org> Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Cr-Commit-Position: refs/heads/master@{#681371}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/f86d0ece2ee1..23a204c3872e git log f86d0ece2ee1..23a204c3872e --date=short --no-merges --format='%ad %ae %s' 2019-07-26 vapier@chromium.org sdk_stages: fix --exclude handling Created with: gclient setdep -r src/third_party/chromite@23a204c3872e 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. CQ_INCLUDE_TRYBOTS=luci.chromium.try:chromeos-kevin-rel TBR=chrome-os-gardeners@google.com Bug: None Change-Id: Icea87984d9f58250486f21d871e090feee5b5b78 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1721014Reviewed-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@{#681370}
-