- 24 Sep, 2019 40 commits
-
-
Sigurd Schneider authored
Bug: chromium:1004203 Change-Id: I5079a1b7096fc03ed51aa23014c403f9931dbf29 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1803295Reviewed-by:
Yang Guo <yangguo@chromium.org> Reviewed-by:
Michael Hablich <hablich@chromium.org> Commit-Queue: Sigurd Schneider <sigurds@chromium.org> Cr-Commit-Position: refs/heads/master@{#699329}
-
Ricky Liang authored
This CL allows VideoTrackRecorder and WebRtcVideoFrameAdapter in Blink to consume GpuMemoryBuffer VideoFrame. Design doc: go/cros-camera:dd:zero-copy Bug: 982201 Change-Id: Iab3b33940c01cde5ad4be67c326a20273c0bef6b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1710552 Commit-Queue: Ricky Liang <jcliang@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Reviewed-by:
Hirokazu Honda <hiroh@chromium.org> Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Cr-Commit-Position: refs/heads/master@{#699328}
-
Jan Scheffler authored
This cl adds a new experiment to toggle the recording of coverage in the timeline. Bug: chromium:1004203 Change-Id: Ifdfac9109573630e46918f25d6785032d655c828 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1819440Reviewed-by:
Yang Guo <yangguo@chromium.org> Commit-Queue: Jan Scheffler <janscheffler@chromium.org> Cr-Commit-Position: refs/heads/master@{#699327}
-
Elly Fong-Jones authored
This change swaps the fullscreen icon color from #989898 to the enabled menu item foreground color, which also fixes the contrast on this icon. This makes the icon look a bit "heavy" in the menu but it's alright. Bug: 957391 Change-Id: Idcc47784643def21d0841e0c93fd52fe2b54a27d Ux-approved-by: monicagv Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1816129Reviewed-by:
Peter Kasting <pkasting@chromium.org> Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#699326}
-
Yoav Weiss authored
There seem to be two different feature flags for Client Hints and Feature Policy, where only one seems to be used. This CL removes the spurious one. Change-Id: I524f90b928b8c8a9a6a7daac55b002b6d985db4c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1820737Reviewed-by:
Ian Clelland <iclelland@chromium.org> Commit-Queue: Yoav Weiss <yoavweiss@chromium.org> Cr-Commit-Position: refs/heads/master@{#699325}
-
Gyuyoung Kim authored
As a step to remove all uses of WebLocalizedString::kFooBar, this CL replaces below ones with matched IDS_FOO. - WebLocalizedString::kCalendarClear - WebLocalizedString::kCalendarToday Bug: 995644 Change-Id: I337cb55eea0399145ff8f3ece7677607f09cc46d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1817867 Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Kent Tamura <tkent@chromium.org> Reviewed-by:
Tommi <tommi@chromium.org> Cr-Commit-Position: refs/heads/master@{#699324}
-
Rouslan Solomakhin authored
Bug: 1000432 Change-Id: Ife158786d61f5f6b0eee58fa3d860a65f94e6255 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1795674 Commit-Queue: Rouslan Solomakhin <rouslan@chromium.org> Reviewed-by:
Matthew Jones <mdjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#699323}
-
François Beaufort authored
Following WebGPU change at https://github.com/gpuweb/gpuweb/pull/427, this CL renames GPUBindGroupLayoutBinding dynamic to hasDynamicOffset. Bug: 877147 Change-Id: I5dce18178caae102911e64200415c607b65d9767 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1819316 Commit-Queue: François Beaufort <beaufort.francois@gmail.com> Reviewed-by:
Corentin Wallez <cwallez@chromium.org> Reviewed-by:
Kai Ninomiya <kainino@chromium.org> Cr-Commit-Position: refs/heads/master@{#699322}
-
Mikel Astiz authored
This reduces the exposure of a big API to many files that don't actually require it, and unblocks the redesign of the cryptographer in USS, which will be addressed in follow-up patches. Some trivial renames: Cryptographer --> DirectoryCryptographer Cryptographer::is_ready() --> Cryptographer::CanEncrypt() Cryptographer::GetDefaultNigoriKeyName() --> Cryptographer::GetDefaultEncryptionKeyName() Bug: 967417 Change-Id: I958f687de02f8f2d501db717739958f76d5f902f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1819358Reviewed-by:
Maksim Moskvitin <mmoskvitin@google.com> Commit-Queue: Mikel Astiz <mastiz@chromium.org> Cr-Commit-Position: refs/heads/master@{#699321}
-
Rika Fujimaki authored
Since we don't use ScriptState* in CreateNull(), we replace CreateNull(ScriptState*) with CreateNull(Isolate*). Bug: 998994 Change-Id: I4462f6c02cdf5d9c69f327250c828848f1487a24 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1792025 Commit-Queue: Rika Fujimaki <rikaf@google.com> Reviewed-by:
Yuki Shiino <yukishiino@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Keishi Hattori <keishi@chromium.org> Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Cr-Commit-Position: refs/heads/master@{#699320}
-
Rika Fujimaki authored
Replace ScriptValue(ScriptState*, v8::MaybeLocal<T>) with ScriptValue(Isolate*, v8::MaybeLocal<T>) because we removed ScriptValue::script_state_. Bug: 998994 Change-Id: Iba92035475aa6529f091700473e0246ba7f93f4e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1792022 Commit-Queue: Rika Fujimaki <rikaf@google.com> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Yuki Shiino <yukishiino@chromium.org> Reviewed-by:
Keishi Hattori <keishi@chromium.org> Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Cr-Commit-Position: refs/heads/master@{#699319}
-
Ulan Degenbaev authored
This adds browse:tools:sheets:2019 story that loads a large spreadsheet and triggers column recalculation operations. Since most of the heavy operations are performed in a web worker, the story will be useful for optimizing JavaScript and garbage collection performance in web workers. The story also supports the new reported_by_page loading metrics to catch regressions in high-level metrics tracked by GSuite team. More context in b/139436165 Bug:chromium:1007178 Change-Id: Ie4921d00ddea3545ec27086fe990b423d96b8280 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1761597Reviewed-by:
Juan Antonio Navarro Pérez <perezju@chromium.org> Commit-Queue: Ulan Degenbaev <ulan@chromium.org> Cr-Commit-Position: refs/heads/master@{#699318}
-
Rune Lillesveen authored
The devtools protocol needs a generic way of forcing media feature values for matching media queries. This CL introduces the mechanism and adds the code for allowing override of the preferred color scheme for matching the prefers-color-scheme media query and computing the used value for the CSS color-scheme property. Bug: 1004647 Change-Id: I980522bcc606d65b51efd49ac2facbbf6a3dbd57 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1820798 Commit-Queue: Rune Lillesveen <futhark@chromium.org> Reviewed-by:
Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#699317}
-
Dominick Ng authored
When these two tests are run together, one always fails. MSAN reveals that there is some use-after-free in these tests. Disable them for now. Recent flakiness: https://ci.chromium.org/p/chromium/builders/try/linux-chromeos-rel/384207 Flakiness dashboard: https://test-results.appspot.com/dashboards/flakiness_dashboard.html#testType=unit_tests&tests=PlatformUtilPosixTest. TBR=avi@chromium.org BUG=1007240 Change-Id: I961d3ed160821bd82299944cba2e827887fad7bd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1821700Reviewed-by:
Dominick Ng <dominickn@chromium.org> Commit-Queue: Dominick Ng <dominickn@chromium.org> Cr-Commit-Position: refs/heads/master@{#699316}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/a4ec0ef8e1b3..ed80390b177f git log a4ec0ef8e1b3..ed80390b177f --date=short --no-merges --format='%ad %ae %s' 2019-09-24 ilkos@google.com Get unsymbolized frames proto Created with: gclient setdep -r src/third_party/perfetto@ed80390b177f If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-chromium-autoroll 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/+/master/autoroll/README.md TBR=perfetto-bugs@google.com Bug: None Change-Id: Iafdc788ea7bc348de08e51a94a46e7b3877b22fa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1821739Reviewed-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@{#699315}
-
Santiago Aboy Solanes authored
This CL was created automatically with tools/perf/update_wpr script R=perezju@chromium.org Bug: 878390 Change-Id: I0524c6394bc101490c966abf6ec89ca27a25ffea Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1816470 Commit-Queue: Santiago Aboy Solanes <solanes@chromium.org> Auto-Submit: Santiago Aboy Solanes <solanes@chromium.org> Reviewed-by:
Juan Antonio Navarro Pérez <perezju@chromium.org> Cr-Commit-Position: refs/heads/master@{#699314}
-
Miyoung Shin authored
This change converts ContentIndexService mojom interface client in blink to use BrowserInterfaceBroker. Bug: 936482 Change-Id: I341bbb5f57c48d9a5595291a51fc432cd5e351e8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1813557 Commit-Queue: Miyoung Shin <myid.shin@igalia.com> Reviewed-by:
Oksana Zhuravlova <oksamyt@chromium.org> Reviewed-by:
Richard Knoll <knollr@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#699313}
-
François Beaufort authored
A new getSwapChainPreferredFormat method is added to GPUCanvasContext. It returns a promise that always resolves with "bgra8unorm" texture format for now. Another CL will change this later. Bug: 877147, 1007166 Change-Id: I6fbe0f0b2c0300946ffa092031e8271754f7a424 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1814822Reviewed-by:
Corentin Wallez <cwallez@chromium.org> Commit-Queue: François Beaufort <beaufort.francois@gmail.com> Cr-Commit-Position: refs/heads/master@{#699312}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/dc1ab03f429d..2ff9cca70ed5 Created with: gclient setdep -r src-internal@2ff9cca70ed5 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC jbudorick@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/+/master/autoroll/README.md CQ_INCLUDE_TRYBOTS=luci.chrome.try:linux-chromeos-chrome TBR=jbudorick@google.com Bug: chromium:None Change-Id: I3c34ac37fa0d2645a897bb3250ba1724b7e32f84 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1821738Reviewed-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@{#699311}
-
Philip Jägenstedt authored
These tests failed to pass CQ here: https://chromium-review.googlesource.com/c/chromium/src/+/1820857/ https://ci.chromium.org/p/chromium/builders/try/linux-rel/198937 TBR=lukasza,alexmos Bug: 1007228 Bug: 1007229 Change-Id: If8ac51779c823ff1db57ac3069075c91d58e9825 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1821481Reviewed-by:
Philip Jägenstedt <foolip@chromium.org> Commit-Queue: Philip Jägenstedt <foolip@chromium.org> Cr-Commit-Position: refs/heads/master@{#699310}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/778af2fd..da223de4 Please follow these instructions for assigning/CC'ing issues: https://v8.dev/docs/triage-issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux-blink-rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:mac_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:win_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: I4e0bec36bff502b43776f93461bec549c33b4565 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1821542Reviewed-by:
v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#699309}
-
Mohamed Amir Yosef authored
There is only one implementation for this interface. It was introduced while migration to the NewPasswordFormManager. Since this migration has happened already, it's not needed anymore. TBR=vasilii@chromium.org Change-Id: Ib30739232c1055f70500a1e1df3d942d3200fd66 Bug: 949519 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1821078 Commit-Queue: Mohamed Amir Yosef <mamir@chromium.org> Reviewed-by:
Vadym Doroshenko <dvadym@chromium.org> Cr-Commit-Position: refs/heads/master@{#699308}
-
François Beaufort authored
This CL removes the dictionary member "label" from GPUPipelineDescriptorBase and GPUShaderModuleDescriptor as it is not used yet. Later, those will inherit from GPUObjectDescriptorBase that contain an optional member dictionary "label". Bug: 877147 Change-Id: I32c983e1a2fa4f0d3d1dc951978da457268626c0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1820740 Auto-Submit: François Beaufort <beaufort.francois@gmail.com> Commit-Queue: Corentin Wallez <cwallez@chromium.org> Reviewed-by:
Corentin Wallez <cwallez@chromium.org> Cr-Commit-Position: refs/heads/master@{#699307}
-
François Beaufort authored
This CL makes sure GPUVertexAttributeDescriptor is defined as in WebGPU spec https://gpuweb.github.io/gpuweb/#dictdef-gpuvertexattributedescriptor Bug: 877147 Change-Id: I16a74545351da60eb802d8e6691fe2a64cb8d64c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1821217 Auto-Submit: François Beaufort <beaufort.francois@gmail.com> Commit-Queue: Corentin Wallez <cwallez@chromium.org> Reviewed-by:
Corentin Wallez <cwallez@chromium.org> Cr-Commit-Position: refs/heads/master@{#699306}
-
François Beaufort authored
This CL renames GPUSamplerDescriptor compareFunction to compare as specified in https://gpuweb.github.io/gpuweb/#dictdef-gpusamplerdescriptor Bug: 877147 Change-Id: Ib5de8ffd802e40540049cedde9fccf0192dd4568 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1820741 Auto-Submit: François Beaufort <beaufort.francois@gmail.com> Commit-Queue: Corentin Wallez <cwallez@chromium.org> Reviewed-by:
Corentin Wallez <cwallez@chromium.org> Cr-Commit-Position: refs/heads/master@{#699305}
-
nancy authored
BUG=1005640 Change-Id: I6a1ecc2506df4d7f88e6767f71abcfdcc6f436c4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1816488 Commit-Queue: Nancy Wang <nancylingwang@chromium.org> Reviewed-by:
Alex Ilin <alexilin@chromium.org> Reviewed-by:
dstockwell <dstockwell@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Cr-Commit-Position: refs/heads/master@{#699304}
-
Takashi Toyoshima authored
Since the launch plan was changed, it's better not to have an entry in the fieldtrial_testing_config. We turned down the feature on all platforms, except for cast, and will relaunch it at m79 with enterprise friendly mitigation. We continue to run affected tests at dedicated oor-cors fyi bots. Bug: 905971 Change-Id: I9270b149ce5bd4131c485c29a81cb1a2a4221c95 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1800137 Commit-Queue: Takashi Toyoshima <toyoshim@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Cr-Commit-Position: refs/heads/master@{#699303}
-
Tim van der Lippe authored
We are going to update the version of Esprima to understand dynamic imports, but it turned out that this script was actually using a completely different version of Esprima. Update this path to resolve to our devtools-node-modules instead. Bug: 1006759 Change-Id: I1f0b791a5afe86e94258b7b3a044f7e756b923f6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1821559 Commit-Queue: Tim Van der Lippe <tvanderlippe@chromium.org> Commit-Queue: Yang Guo <yangguo@chromium.org> Auto-Submit: Tim Van der Lippe <tvanderlippe@chromium.org> Reviewed-by:
Yang Guo <yangguo@chromium.org> Cr-Commit-Position: refs/heads/master@{#699302}
-
Marc Treib authored
Some deprecated fields were instead commented out, or prefixed with "deprecated_". Better to properly remove them, and make sure the tags aren't accidentally reused. Bug: 950904 Change-Id: Ibe7515c1658adc2076f775281b5b928bc16687d3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1820802Reviewed-by:
Jan Krcal <jkrcal@chromium.org> Commit-Queue: Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#699301}
-
Alex Ilin authored
This CL adds a new test DemoSignInTest::WebSignInAndSignOut to the suite of live SignIn tests. This test goes through the following steps: - Sign in via accounts.google.com/addsession - Check that the refresh token and cookie are added to Chrome - Repeat the steps above to add a second account - Sign out via accounts.google.com/logout - Check that the token and cookie are removed from Chrome - Check that the primary account wasn't added to Chrome This CL also modifies the existing DemoSignInTest::SimpleSignInFlow test to reuse a newly introduced helper method and use IdentityManager to verify cookies instead of probing chrome://signin-internals. Bug: 1006258 Change-Id: Ib313d69877a3e6fb09667d022acc952e973b5ea8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1818526 Commit-Queue: Alex Ilin <alexilin@chromium.org> Reviewed-by:
David Roger <droger@chromium.org> Cr-Commit-Position: refs/heads/master@{#699300}
-
David Roger authored
This is a code simplification. It replaces two callbacks by one observer, which is simpler. It will be even more useful in the future, as there are plans to add more observer functions. Change-Id: I460be36cef07ab8639eab4a1d2ddafac7b8dd739 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1806579 Commit-Queue: David Roger <droger@chromium.org> Reviewed-by:
Monica Basta <msalama@chromium.org> Cr-Commit-Position: refs/heads/master@{#699299}
-
Mugdha Lakhani authored
When BackgroundSyncManager is notified of a change in network connectivity, we immediately proceed to calculate two lists of one-shot and periodic Background Sync registrations that we're ready to fire events for. For each registration, we individually check whether there is connectivity. This is wasteful. This CL adds a check before calling FireReadyEvents() and bails out if there is no connectivity. Bug: 574478 Change-Id: Iaf1bfe8552edbfbfbef8e6d8ffb0ab1acacaf341 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1816569 Auto-Submit: Mugdha Lakhani <nator@chromium.org> Reviewed-by:
Rayan Kanso <rayankans@chromium.org> Commit-Queue: Mugdha Lakhani <nator@chromium.org> Cr-Commit-Position: refs/heads/master@{#699298}
-
Boris Sazonov authored
Replaces separate Runnable callback and WipeDataHooks with a single SignOutCallback. Bug: 906581 Change-Id: I5f26c98a90eb947de311900eecfcb9be5d6b37cd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1820738 Commit-Queue: Marc Treib <treib@chromium.org> Auto-Submit: Boris Sazonov <bsazonov@chromium.org> Reviewed-by:
Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#699297}
-
Marc Treib authored
This was another type of protocol message next to GET_UPDATES and COMMIT, which hadn't been used in a long time. This CL removes the corresponding protos. Bug: 960755 Change-Id: Iabfafd349f1eac4acc453fe8f668667028ce2341 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1820799Reviewed-by:
Jan Krcal <jkrcal@chromium.org> Commit-Queue: Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#699296}
-
Nico Weber authored
No intended behavior change. Bug: 961769 Change-Id: Ifc1ed842689209dd5f66a83d6df4d5f1063133e7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1815911Reviewed-by:
Robert Sesek <rsesek@chromium.org> Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#699295}
-
Mia Glaese authored
Formatted tab carousel header. Changed feed surface to allow for different/no feed header. Changed/formatted feed header for Single Surface. Removed feed header for Explore Pane in Two Pane Surface. Before Single Surface: https://drive.google.com/file/d/192XyBnXfhxGxOjVv1kW_ac1uuPxFFG6b/view?usp=sharing Explore Pane: https://drive.google.com/file/d/1BhIuD_HJDkpUmr-huuo_6sCNw_PU5z2C/view?usp=sharing After Single Surface: https://drive.google.com/file/d/1VdrxIBHJ1trovSyJesPa4qjg2pzGPa8s/view?usp=sharing Explore Pane: https://drive.google.com/file/d/1hbZ-0OEYCA4ycWdBYD2g_LwtOBAeNOaU/view?usp=sharing Bug: 982018 Change-Id: Ica548d2007a9c9d029fb9a15369630a8b1fe0ca1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1792857 Commit-Queue: Mia Glaese <glamia@chromium.org> Reviewed-by:
Yusuf Ozuysal <yusufo@chromium.org> Reviewed-by:
Sky Malice <skym@chromium.org> Reviewed-by:
Ganggui Tang <gogerald@chromium.org> Cr-Commit-Position: refs/heads/master@{#699294}
-
Tanmoy Mollik authored
Bug: 988644 Change-Id: I663ab039d6399005ebe23af10da3e3fab8665f92 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1819314Reviewed-by:
Alex Ilin <alexilin@chromium.org> Commit-Queue: Tanmoy Mollik <triploblastic@chromium.org> Cr-Commit-Position: refs/heads/master@{#699293}
-
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/+/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: I47e8afb9a4e51b448f9a52e9cab36b4cfac8924c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1821418Reviewed-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@{#699292}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/55783c1d0403..a4ec0ef8e1b3 git log 55783c1d0403..a4ec0ef8e1b3 --date=short --no-merges --format='%ad %ae %s' 2019-09-24 fmayer@google.com Merge "Read ModuleSymbols from trace." Created with: gclient setdep -r src/third_party/perfetto@a4ec0ef8e1b3 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-chromium-autoroll 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/+/master/autoroll/README.md TBR=perfetto-bugs@google.com Bug: None Change-Id: I626b8e9029bb34335bdc5e0f3344c1a804bdd40a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1821417Reviewed-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@{#699291}
-
Javier Fernandez authored
This is a reland of a445d168.. The original patch has been reverted due to a performance regression, described in bug #1002700. Additionally, this patch solves some cases not covered by the original patch, specifically when using 'non-auto' values for the grid item's min-width property. It also provides additional regressions tests. Finally, the performance regression is solved by checking out whether the grid item needs layout before considering to clear the Override size. Original change's description: > [css-grid] Clear the override width for computing percent margins > > When calculating the min-content contribution of a grid item of an auto > sized grid track we must consider the grid item's margin. When the grid > item's area is indefinite, a percent margin is resolved to zero. > However, when performing a relayout, the percent margin may be solved > against the previously computed grid area, since the grid item has > already an OverrideContainingBlockLogicalWidth value. > > In order to re-compute the percent margin properly, we need to clear > the previously override value. It's important be careful of not > clearing the override value set during intrinsic size, since we need > it for the actual layout phase. Hence, we only reset the 'override' > value when we are executing a definite strategy. > > Bug: 834643 > Change-Id: Ib936b26bee1da76afbdc886eb775746e13d40988 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1782840 > Commit-Queue: Javier Fernandez <jfernandez@igalia.com> > Reviewed-by: Christian Biesinger <cbiesinger@chromium.org> > Cr-Commit-Position: refs/heads/master@{#694849} Bug: 834643, 942811 Change-Id: Id6fdf52fab471ebefecb2c087c086faf0e3f5dec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1796323 Commit-Queue: Javier Fernandez <jfernandez@igalia.com> Reviewed-by:
Manuel Rego <rego@igalia.com> Cr-Commit-Position: refs/heads/master@{#699290}
-