- 26 Jun, 2020 36 commits
-
-
Nate Chapin authored
In https://chromium-review.googlesource.com/c/chromium/src/+/2258426, I added an early-exit to address crashes in document.open(). It looks like we probably need the same early-exit in document.write(). Two tests depend on the old behavior of invoking document.write() from a detached context. However, the new behavior matches firefox's behavior (though they thrown an exception), so I think these tests are asserting unnecessary behavior. Bug: 1099191 Change-Id: Iad039d6a7203b4321602399c0cb0feed39b32d3c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2267446 Commit-Queue: Kentaro Hara <haraken@chromium.org> Auto-Submit: Nate Chapin <japhet@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#782794}
-
Chris Cunningham authored
"Broker" acts as a simple decoder, but under the hood manages creation and selection of of underlying media::VideoDecoders, and thread-hopping required to use them. This enables WebCodecs to use hw accelerated decoders (depending on platform/gpu) when not in a Worker context. For Workers, we still need to expose the relevant Mojo interfaces (currently tied to the RenderFrame). The code in webcodecs/ will then support hw-decode in workers automatically. Bug: 1094103 Change-Id: I9d1abcae842b16cbb095e2e24dc095c284075473 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2152106 Commit-Queue: Chrome Cunningham <chcunningham@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Dan Sanders <sandersd@chromium.org> Cr-Commit-Position: refs/heads/master@{#782793}
-
Dale Curtis authored
This will allow us to remove our custom patch which breaks upstream ffmpeg functionality for unknown reasons. R=sandersd Fixed: 1062037 Change-Id: I253011843dee4dd6a8c958b14990ad836a9f1dca Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2268221 Auto-Submit: Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
Dan Sanders <sandersd@chromium.org> Commit-Queue: Dale Curtis <dalecurtis@chromium.org> Cr-Commit-Position: refs/heads/master@{#782792}
-
Scott Little authored
This histogram was removed quite a while ago (M52 is the latest milestone I can find data on), so this CL marks the Net.PrefProxyConfig.GooglezipProxyRemovalCount histogram as obsolete. Fixed: 1089014 Change-Id: I6bcf717539214fe4fe2c5ab985c6108599a0bd5c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2267509 Commit-Queue: Scott Little <sclittle@chromium.org> Commit-Queue: Ilya Sherman <isherman@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Auto-Submit: Scott Little <sclittle@chromium.org> Cr-Commit-Position: refs/heads/master@{#782791}
-
Asami Doi authored
The field trial testing config will be applied to Chrome performance bots and Chrome browser_tests. This CL enables the CheckOfflineCapability flag for Finch experiment. Bug: 965802 Change-Id: Ie885c727a659711baa8a93553b26d2269631ddd3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2235580Reviewed-by:
Brian White <bcwhite@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Reviewed-by:
Makoto Shimazu <shimazu@chromium.org> Commit-Queue: Asami Doi <asamidoi@chromium.org> Cr-Commit-Position: refs/heads/master@{#782790}
-
Devlin Cronin authored
Extend the following metrics to 2021-06-01. - Extensions.ThrottledNetworkRequestDelay - Extensions.Permissions_InstallAbort3 - Extensions.Permissions_Uninstall3 - Extensions.Permissions_WebStoreInstallAbort3 - Extensions.LoadExtensionUser - Extensions.LoadOffStoreItems - Extensions.SearchEngineOverrides - Extensions.NewTabPageOverrides - Extensions.HomepageOverrides - Extensions.StartupPagesOverrides - Extensions.Events.DispatchToComponent - Extensions.EventlessEventPages - Extensions.AttemptedToDowngradeVersionLocation - Extensions.AttemptedToDowngradeVersionType - Extensions.ApiBindingGenerationTime - Extensions.ApiBindingObjectGenerationTime Bug: 1088795, 1088793, 1088791, 1088787, 1088784, 1088774, 1088771 Change-Id: I454890f2601450b3f6d3ab1fac1d0872a237cb54 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2265563Reviewed-by:
Ilya Sherman <isherman@chromium.org> Commit-Queue: Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#782789}
-
Songtao Xia authored
Frontend change: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/2233229 made changes to NetworkLog. 37 web_tests are disabled by: https://chromium-review.googlesource.com/c/chromium/src/+/2245031 Bug: crbug.com/1094669 Change-Id: I6a8903ed4ceb1edffc737685ea9c0a680823246e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2245668 Commit-Queue: Songtao Xia <soxia@microsoft.com> Reviewed-by:
John Emau <John.Emau@microsoft.com> Cr-Commit-Position: refs/heads/master@{#782788}
-
Xing Liu authored
This CL adds the don't show again checkbox and the text to let the user edit download location in download later dialog. Bug: 1078454 Change-Id: I35cfa89848dc06f0241a4baa08f44f1e83ab7b94 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2262116 Commit-Queue: Xing Liu <xingliu@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Cr-Commit-Position: refs/heads/master@{#782787}
-
Rouslan Solomakhin authored
Before this patch, requesting the unavailable payment method https://play.google.com/billing method would return an error message that mentioned that payment method is available only in a Trusted Web Activity (TWA). This message was printed even inside of a TWA. This patch adds a method to check whether Chrome is currently in TWA mode and makes sure that the error message about requiring a TWA is not printed in that case. After this patch, requesting payment via https://play.google.com/billing inside of TWA does not result in an error message about being outside of TWA. Bug: 1095808 Change-Id: I7d24532f871daf7ba3b2e690d52bbe5615393c3f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2265413 Commit-Queue: Rouslan Solomakhin <rouslan@chromium.org> Reviewed-by:
Liquan (Max) Gu <maxlg@chromium.org> Cr-Commit-Position: refs/heads/master@{#782786}
-
Ian Wells authored
Reuses zero-state layout from v1, but excludes the spinner since we show a spinner separately for LOADING_SPINNER_SLICE. Bug: 1044139 Change-Id: I9aa67066e82441ce78d7a43d9ff212cb2d381764 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2261717Reviewed-by:
Dan H <harringtond@chromium.org> Commit-Queue: Ian Wells <iwells@chromium.org> Cr-Commit-Position: refs/heads/master@{#782785}
-
Hiroki Sato authored
Previously we had an assumption that the event source from Android is serialized in event node data. But it can be incorrect in some rare cases. This change prevents Chrome crash on such a case. AX-Relnotes: n/a. Bug: b:159861631 Test: AXTreeSourceArcTest Change-Id: I22308ba29e23ff1de9271661443ceb7f67e79275 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2265895 Commit-Queue: Hiroki Sato <hirokisato@chromium.org> Reviewed-by:
Sara Kato <sarakato@chromium.org> Cr-Commit-Position: refs/heads/master@{#782784}
-
Hazim Mohamed authored
No intended logic change. Change-Id: I569f05fe409ef57078d6d24c34e183889405fd2c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2265132 Commit-Queue: Hazim Mohamed <hazimmohamed@google.com> Reviewed-by:
Darwin Huang <huangdarwin@chromium.org> Cr-Commit-Position: refs/heads/master@{#782783}
-
Justin DeWitt authored
Refactor processing of additional_readme_paths.json into a newly added ProcessAdditionalReadmePathsJson function //clank is filtered by default, but projects inside //clank (such as //clank/third_party/elements) might need to add a license file to about:credits if they depend on open source code. Bug: 1099355 Change-Id: Id0e03664e1eb2e3b287ed33ee1771f21c13278eb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2267919 Commit-Queue: Justin DeWitt <dewittj@chromium.org> Reviewed-by:
Bruce Dawson <brucedawson@chromium.org> Cr-Commit-Position: refs/heads/master@{#782782}
-
Alexander Surkov authored
Bug: 1095619 Change-Id: I0ecd3773b2156adbdc65d6958b756094ee26dbc1 AX-Relnotes: n/a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2261396 Commit-Queue: Alexander Surkov <asurkov@igalia.com> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#782781}
-
Scott Little authored
These histograms are still in use, so this CL extends the expiry of these histograms. Fixed: 1089120 Change-Id: Iade5d95da8bb50d32a065a481110ec68747c9791 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2268214 Commit-Queue: Scott Little <sclittle@chromium.org> Commit-Queue: Ilya Sherman <isherman@chromium.org> Auto-Submit: Scott Little <sclittle@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Cr-Commit-Position: refs/heads/master@{#782780}
-
Hayato Ito authored
This CL is factored out of https://crrev.com/c/2266237 so that we can land this separately. BUG: 1082020 Change-Id: I6967bdfb0f0f2680f4d5f5f390f3140f31ea2826 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2266135Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Hayato Ito <hayato@chromium.org> Cr-Commit-Position: refs/heads/master@{#782779}
-
Nico Weber authored
ld64 in the MacOSX11.0 SDK warns that 10.6 and 10.7 are deprecated. Rather than jump to hoops to ignore the warning, just bump the min version to 10.8 -- from what we can tell, this suffices for all users of this project. Bug: 1098738 Change-Id: I81110a4f8d4a2954deb014c36aa3c28d4d205ee8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2268642 Auto-Submit: Nico Weber <thakis@chromium.org> Commit-Queue: Mark Mentovai <mark@chromium.org> Reviewed-by:
Mark Mentovai <mark@chromium.org> Cr-Commit-Position: refs/heads/master@{#782778}
-
Dan Harrington authored
If the server doesn't provide a continuation token, we shouldn't continue to request the next page. Bug: 1044139 Change-Id: I8a9de4013fdedb269dda904cc3c81123631e7eea Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2261410 Commit-Queue: Dan H <harringtond@chromium.org> Reviewed-by:
Ian Wells <iwells@chromium.org> Cr-Commit-Position: refs/heads/master@{#782777}
-
Albert J. Wong authored
In preparation for changing the DOM attribute APIs on Element to avoid unnecessary creation of AtomicStrings for the purpose of doing an existience check, this adds a set of "Hinted" APIs AttributeCollection that accept a hint parameter representing a weak lookup from the AtomicStringTable. WeakFind() APIs are added to AtomicStringTable to facilitate this. Knowing that no AtomicString exists for a given string contents can be used to skip a data structure search thereby avoiding all of the AtomicStringTable traversal, a potential malloc/free for a new AtomicString, and a AttributeCollection traversal. This is broken out of https://chromium-review.googlesource.com/c/chromium/src/+/2204539 which in turn is broken out of https://chromium-review.googlesource.com/c/chromium/src/+/1557854 Bug: 1083392 Change-Id: Ib996e9075704c8b68ff3cb55369adaf3bd129059 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2263472 Commit-Queue: Albert J. Wong <ajwong@chromium.org> Auto-Submit: Albert J. Wong <ajwong@chromium.org> Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#782776}
-
Daniel Murphy authored
The test waits for both installations, but this can be flaky as waiting for the first installation could hide the second installation. So when it waits for the second installation, it already happened. This fix only waits for the second installation to prevent this race from happening. R=loyso@chromium.org Change-Id: I57549f0d1be11e980ecebc6ba7fb8d2ec4e0b7be Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2268180 Auto-Submit: Daniel Murphy <dmurph@chromium.org> Reviewed-by:
Alexey Baskakov <loyso@chromium.org> Reviewed-by:
Chase Phillips <cmp@chromium.org> Commit-Queue: Alexey Baskakov <loyso@chromium.org> Commit-Queue: Daniel Murphy <dmurph@chromium.org> Commit-Queue: Chase Phillips <cmp@chromium.org> Cr-Commit-Position: refs/heads/master@{#782775}
-
Xiaohui Chen authored
Bug: None Change-Id: I193dba8deb36be925b99d216b9ff28adcece660c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2268473 Auto-Submit: Xiaohui Chen <xiaohuic@chromium.org> Reviewed-by:
Jeroen Dhollander <jeroendh@google.com> Commit-Queue: Xiaohui Chen <xiaohuic@chromium.org> Cr-Commit-Position: refs/heads/master@{#782774}
-
Matt Falkenhagen authored
To verify X-Client-Data is added properly. Change-Id: I43b08efe875ccca43b471489de56af3f4124b913 Bug: 1095842, 1092329 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2264173Reviewed-by:
Sophie Chang <sophiechang@chromium.org> Reviewed-by:
Eric Roman <eroman@chromium.org> Commit-Queue: Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#782773}
-
Ben Blake authored
This change will introduce the interface for a new AutofillOfferManager class. The AutofillOfferManager will be responsible for retrieving offer data via the payments client; it will do this through GetOfferData() and the subsequent callback function OnDidGetOfferData(). This change will be followed by another change to implement the interface and connect the AutofillOfferManager to both the AutofillManager and the payments client. Change-Id: I3d8824123330696f88c07d9729892a2c1d006a6e Bug: 1093057 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2248219 Commit-Queue: Ben Blake <fiorito@google.com> Reviewed-by:
Jared Saul <jsaul@google.com> Reviewed-by:
Dominic Battré <battre@chromium.org> Reviewed-by:
Siyu An <siyua@chromium.org> Reviewed-by:
Anne Lim <annelim@google.com> Cr-Commit-Position: refs/heads/master@{#782772}
-
Yulun Wu authored
Navigation and Status widgets should follow shelf bounds which do not change during drag when auto hide is disabled. Bug: 1097622 Change-Id: Icefb10663c39aeefb22a02bef2cdfca0958b4a41 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2265555Reviewed-by:
Yulun Wu <yulunwu@chromium.org> Reviewed-by:
Toni Baržić <tbarzic@chromium.org> Commit-Queue: Yulun Wu <yulunwu@chromium.org> Cr-Commit-Position: refs/heads/master@{#782771}
-
Liquan (Max) Gu authored
Purpose: Move JourneyLogger from //chrome into //components so that it can be reused by //weblayer. Change: * Remove mWasPaymentRequestTriggered from JourneyLogger as it's unused * Move JourneyLogger * Move the JourneyLogger related enums Bug: 1098906 Change-Id: I74a38f7b829dfe7a813596c837cb5c3d1e799b8e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2264509Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Sahel Sharify <sahel@chromium.org> Commit-Queue: Liquan (Max) Gu <maxlg@chromium.org> Cr-Commit-Position: refs/heads/master@{#782770}
-
tby authored
Currently we dedup results in two cases: 1. the results point to the same URL 2. one result is a direct child of another result, eg. the "known wi-fi networks" setting and the "wi-fi networks" subpage. This CL replaces case 2 with a more comprehensive version. Setting, subpage, and section results loosely form a tree, and we never want to display two results that have an ancestor/descendant relationship. We should always pick the most general (ie. highest up the tree) result. This fixes bugs including a search for "wifi" showing both "Wi-fi networks" and "Forget Wi-fi networks", because the forget setting's subpage is nested within a subpage within Wi-fi networks. Bug: 1097166 Change-Id: Ibc6b5d54a15a405a2a9e435bbfa362ccf74cf471 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2265711 Commit-Queue: Tony Yeoman <tby@chromium.org> Reviewed-by:
Jia Meng <jiameng@chromium.org> Cr-Commit-Position: refs/heads/master@{#782769}
-
Renjie Tang authored
Change-Id: Ibcf1499229bb909d869a056f0002ac66060ce1b5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2268302Reviewed-by:
David Schinazi <dschinazi@chromium.org> Commit-Queue: David Schinazi <dschinazi@chromium.org> Auto-Submit: Renjie Tang <renjietang@chromium.org> Cr-Commit-Position: refs/heads/master@{#782768}
-
Renjie Tang authored
Change-Id: Ica22f784a6f663318cd6d87c245b05aba3d7b751 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2268259 Commit-Queue: Renjie Tang <renjietang@chromium.org> Auto-Submit: Renjie Tang <renjietang@chromium.org> Reviewed-by:
David Schinazi <dschinazi@chromium.org> Cr-Commit-Position: refs/heads/master@{#782767}
-
Roger Tawa authored
Bug: 1078877 Change-Id: I844b936515b309e9612f03a97c7960822d34be68 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2267930 Commit-Queue: Roger Tawa <rogerta@chromium.org> Reviewed-by:
Daniel Rubery <drubery@chromium.org> Cr-Commit-Position: refs/heads/master@{#782766}
-
Yu Su authored
lens shopping experiment - fallback to search with lens when lens feature is supported but AGSA is below shopping supported version Bug: 158099013 Change-Id: I29144114249ec199ca03dcc8686fa55afa99bb22 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2268300 Commit-Queue: Yu Su <yusuyoutube@google.com> Reviewed-by:
Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#782765}
-
Gyuyoung Kim authored
This CL migrates FrameHostMsg_OpenURL to FrameHost and RenderFrameProxyHost interfaces. And also, this CL converts FrameHostMsg_OpenURL_Params IPC struct to OpenURLParams Mojo struct to pass the information via Mojo. Additionally, all comments regarding FrameHostMsg_OpenURLFoo are updated by this CL. Bug: 1093920 TEST=RenderViewImplTest, ChromeWebUINavigationBrowserTest, and SecurityExploitBrowserTest are updated. Change-Id: Ic1b563eff319b24e04543ba6e58a20fcd22da96b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2259537 Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Cr-Commit-Position: refs/heads/master@{#782764}
-
Ben Pastene authored
The compile-only versions of those bots are already allow-listed. This does the same for the compile + test versions. Change-Id: I7a7f3c1028d30e76709dc6b053f0de3991a7a545 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2268314 Commit-Queue: Ben Pastene <bpastene@chromium.org> Commit-Queue: Stephen Martinis <martiniss@chromium.org> Auto-Submit: Ben Pastene <bpastene@chromium.org> Reviewed-by:
Stephen Martinis <martiniss@chromium.org> Cr-Commit-Position: refs/heads/master@{#782763}
-
chromium-autoroll authored
If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/fuchsia-sdk-chromium-autoroll Please CC cr-fuchsia+bot@chromium.org on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:fuchsia-arm64-cast;luci.chromium.try:fuchsia-x64-cast Tbr: cr-fuchsia+bot@chromium.org Change-Id: I5602ef652c9fd4ab18e087e8dae5811363cd36f9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2268475Reviewed-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@{#782762}
-
Max Curran authored
Translate.ShowErrorInfobar and Translate.ShowErrorUI were both tracking when error UI was shown for a translate error. Removed the Translate.ShowErrorInfobar metric and related unused code. Bug: 1022099 Change-Id: I7ef5db8b05d21f15dd2a474b2d3e068bb37a8d34 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2264496Reviewed-by:
Megan Jablonski <megjablon@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Commit-Queue: Max Curran <curranmax@chromium.org> Auto-Submit: Max Curran <curranmax@chromium.org> Cr-Commit-Position: refs/heads/master@{#782761}
-
ssid authored
BUG=916263 Change-Id: I2bb13e274d18e1dac5d0a91ac86cbd0cdbf2cc18 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2263473 Commit-Queue: ssid <ssid@chromium.org> Reviewed-by:
Bo <boliu@chromium.org> Reviewed-by:
kylechar <kylechar@chromium.org> Reviewed-by:
Tommy Nyquist <nyquist@chromium.org> Reviewed-by:
Egor Pasko <pasko@chromium.org> Cr-Commit-Position: refs/heads/master@{#782760}
-
Gang Wu authored
This CL marks clipboard suggestions and query tile suggestions as special suggestions, skip them for search vs url partitions. So clipboard suggestion can on top of search suggestions. This CL partial revert https://chromium-review.googlesource.com/c/chromium/src/+/2259380 because search type suggestion needs to have keyword, but image search is different with other search suggestion, cannot have keyword. So in this CL, we create a special category for clipboard and query tile, and skip them for search vs url partitions. Bug:1091952 Change-Id: I454b5774602c4da9f8f0907bc570ad84be9e0a1d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2266012 Commit-Queue: Gang Wu <gangwu@chromium.org> Reviewed-by:
Tommy Li <tommycli@chromium.org> Reviewed-by:
Ender <ender@google.com> Cr-Commit-Position: refs/heads/master@{#782759}
-
- 25 Jun, 2020 4 commits
-
-
chromium-autoroll authored
If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-trace-processor-win-chromium Please CC perfetto-bugs@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Tbr: perfetto-bugs@google.com Change-Id: I45545aed61bafd09aac0f9d5192ddd56e4099dff Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2268301Reviewed-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@{#782758}
-
danielng authored
Removing the placeholder text in the port number input of the port forwarding dialog. This is following recommendations from UX. Screenshot: https://drive.google.com/file/d/1gEJTEaryxWoHADEIopOExiejyPUyRXjP/view?usp=sharing Test: ran browser tests and tested locally Bug: 848127 Change-Id: Ie3b12d068a9bfa8e910b3ee13ae763bd047437cf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2264177Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Commit-Queue: Daniel Ng <danielng@google.com> Cr-Commit-Position: refs/heads/master@{#782757}
-
Scott Little authored
The histograms OfflinePages.AccessPageCount and OfflinePages.ArchiveManager.ArchiveDirsCreationResult2.* are still in use, so this CL extends the expiration of them. Fixed: 1089121 Change-Id: Ida53c0be8fa0bc912735ff7500fdbafece1eaf75 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2268198 Commit-Queue: Scott Little <sclittle@chromium.org> Auto-Submit: Scott Little <sclittle@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Cr-Commit-Position: refs/heads/master@{#782756}
-
Patrick Noland authored
TBR=tedchoc@chromium.org Bug: 1099447 Change-Id: I7eb80d1bccac8736cdd0f910e2df7ab30846356e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2268638Reviewed-by:
Patrick Noland <pnoland@chromium.org> Commit-Queue: Patrick Noland <pnoland@chromium.org> Cr-Commit-Position: refs/heads/master@{#782755}
-