- 16 Mar, 2020 40 commits
-
-
Rob Buis authored
Implement the CSS property math-style as specified in [1]. The property is still a proposal [2] so it is toggled using the runtime flag CSSMathStyleEnabled. It a CSS property rather than an extra field of ComputedStyle because it will be used (amongst other things) in the MathML UA sheet to implement complex inheritance of scriptlevel/displaystyle and in the resolution of font-size (in particular they should have high priority). Additionally, we believe it makes sense to expose these properties for users (other than just MathML attributes) so that people can understand the magic behind the scriptlevel and displaystyle changes. However, we probably don't want to expose these properties yet, until details are agreed with the CSSWG. [1] https://mathml-refresh.github.io/mathml-core/#the-math-style-property [2] https://mathml-refresh.github.io/mathml-css-proposals/math-script-level-and-math-style-explainer.html Bug: 6606 Change-Id: I0d854c0829f5b7453901651a97efd5a7e5cea39d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2100787 Commit-Queue: Rob Buis <rbuis@igalia.com> Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Reviewed-by:
Frédéric Wang <fwang@igalia.com> Cr-Commit-Position: refs/heads/master@{#750505}
-
Shik Chen authored
When the system is extremely slow, the buffer allocation of the output buffer can fail and upper layer would get the raw un-rotated buffer. This CL mitigates the issue by increasing the pool size. Bug: 1061346 Test: Run Hangouts Meet and `stressapptest -M 32 -m 0 -i 0 -c 2 -s 30` concurrently, the flipped frame count in 30s dropped from 85 to 0 on Nocturne. Change-Id: I16a5cd260adc2799d8109bf323eae413ef7ac612 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2102268 Auto-Submit: Shik Chen <shik@chromium.org> Reviewed-by:
Ricky Liang <jcliang@chromium.org> Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Commit-Queue: Guido Urdaneta <guidou@chromium.org> Cr-Commit-Position: refs/heads/master@{#750504}
-
Kunihiko Sakamoto authored
TBR=gyuyoung@igalia.com No-try: true Bug: 1061180 Change-Id: Iacddc75a342283f5be7bf27ff67854f0ef7f24ae Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2104850Reviewed-by:
Kunihiko Sakamoto <ksakamoto@chromium.org> Commit-Queue: Kunihiko Sakamoto <ksakamoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#750503}
-
Yuki Shiino authored
Bug: 839389 Change-Id: Ibe92a15c48d11ea70391663a780bb846d90ccb5e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2102934Reviewed-by:
Hitoshi Yoshida <peria@chromium.org> Commit-Queue: Yuki Shiino <yukishiino@chromium.org> Cr-Commit-Position: refs/heads/master@{#750502}
-
Ewann authored
Only failure for EG1 were seen. Enables testEmptyOmnibox for iPhone 13.3 and later, EG2 only. Bug: 1046787 Change-Id: I2aec75146a8a6a32ba28f14438cc092956ee09d1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2094988 Commit-Queue: Ewann Pellé <ewannpv@chromium.org> Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#750501}
-
Andreas Haas authored
This CL removes the list of ArrayBufferViews held by the ArrayBuffer. This list was originally introduced to handle a bug use-after-free issue in audio buffers, but this issue has been dealt with otherwise in the meantime, see https://docs.google.com/document/d/1h0bfIeGIqNCFi7iKyKKYDbQKpflSvA1kMNh74MCgHZM/edit?usp=sharing. Additionally I removed dead code: * ArrayBufferViews are never detached anymore. * ArrayBufferViews cannot be marked as detachable. R=ulan@chromium.org, haraken@chromium.org CC=hongchan@chromium.org, rtoy@chromium.org Bug: chromium:1008840 Change-Id: I5ee1093a94882e7e2260157cbb88c618bf052a7b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2102530Reviewed-by:
Ulan Degenbaev <ulan@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Andreas Haas <ahaas@chromium.org> Cr-Commit-Position: refs/heads/master@{#750500}
-
Alexey Baskakov authored
Rename single_client_apps_sync_test.cc to single_client_extension_apps_sync_test.cc to be consistent with two_client_extension_apps_sync_test.cc. Bug: 1025156 Change-Id: I634d72d920cdd42d1c8dd3b9fe8bfda588ac5a31 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2103732 Auto-Submit: Alexey Baskakov <loyso@chromium.org> Commit-Queue: Marc Treib <treib@chromium.org> Reviewed-by:
Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#750499}
-
Yuzu Saijo authored
This CL blocklists WebFileSystem from bfcache. Bug: 1060936 Change-Id: I7e0055f47a30baedafc2d4849c3c6f2fb89dcf1b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2094389 Commit-Queue: Yuzu Saijo <yuzus@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Cr-Commit-Position: refs/heads/master@{#750498}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/5609eb6d5256..cb66c20c2371 git log 5609eb6d5256..cb66c20c2371 --date=short --first-parent --format='%ad %ae %s' 2020-03-16 szuend@chromium.org Prepare Linkifier.js for asynchronous live locations Created with: gclient setdep -r src/third_party/devtools-frontend/src@cb66c20c2371 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/devtools-frontend-chromium Please CC devtools-waterfall-sheriff-onduty@grotations.appspotmail.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 Bug: chromium:1032016 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: Ib0d5d96daf87fb3f0992fc410358cbe486a565c3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2104699Reviewed-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@{#750497}
-
Mario Sanchez Prada authored
This CL converts the message that notifies the message that the renderer will send to the browser as a response to PerformAction() with kHitTest when the object being hit in the renderer happens to have a child frame, in order to instruct the browser to request a new hit test focused on such child frame as the reference point. Bug: 1010831 Change-Id: I0911124db853f12e4e4e35acd580e48191b47cc3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2096578Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Reviewed-by:
Arthur Sonzogni <arthursonzogni@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Commit-Queue: Mario Sanchez Prada <mario@igalia.com> Cr-Commit-Position: refs/heads/master@{#750496}
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git/+log/dd3d91691f1e..7a8f79762c4a git log dd3d91691f1e..7a8f79762c4a --date=short --first-parent --format='%ad %ae %s' 2020-03-13 vasniktel@gmail.com Update dependencies (#3228) 2020-03-12 greg@lunarg.com Instrument: Debug Printf support (#3215) 2020-03-12 vasniktel@gmail.com spirv-fuzz: Support OpPhi when adding dead break and continue (#3225) 2020-03-12 afdx@google.com spirv-fuzz: Fix vector width issue in 'add equation instructions' pass (#3223) Also rolling transitive DEPS: src/third_party/spirv-headers/src dc77030acc9c..30ef660ce2e6 Created with: gclient setdep -r src/third_party/SPIRV-Tools/src@7a8f79762c4a If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/spirv-tools-chromium-autoroll Please CC radial-bots+chrome-roll@google.com,jmadill@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.chromium.try:android_angle_vk32_deqp_rel_ng;luci.chromium.try:android_angle_vk32_rel_ng;luci.chromium.try:android_angle_vk64_deqp_rel_ng;luci.chromium.try:android_angle_vk64_rel_ng;luci.chromium.try:linux_angle_deqp_rel_ng;luci.chromium.try:linux-angle-rel;luci.chromium.try:win-angle-rel-32;luci.chromium.try:win-angle-rel-64;luci.chromium.try:win-angle-deqp-rel-32;luci.chromium.try:win-angle-deqp-rel-64 Bug: None Tbr: radial-bots+chrome-roll@google.com,jmadill@google.com Change-Id: I4edbebbb32b73fe2bd61142d3f8b1197478817a9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2104701Reviewed-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@{#750495}
-
Morten Stenshorne authored
Some block fragmentation unit tests had to be "rebaselined", since we don't see fragments inside lines anymore. Also skip virtual layout_ng_block_frag and layout_ng_fieldset tests when NG is disabled. There's something weird going on with the feature implication mechanism, but running these tests when NG is disabled is pretty meaningless anyway. Bug: 829028, 982194 Change-Id: Ia5e860145cb348425d6171ba624e80c25090983b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2102648 Commit-Queue: Morten Stenshorne <mstensho@chromium.org> Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#750494}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/314e048432c6..567ffda407c9 Created with: gclient setdep -r src-internal@567ffda407c9 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 Bug: None Tbr: jbudorick@google.com Change-Id: I7fd3b409694149053c9686f85ef56e5d251d9306 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2104700Reviewed-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@{#750493}
-
Timothy Loh authored
This CL updates the notification displayed when Plugin VM fails to launch to accommodate both the new error codes, and the unknown error cases. A subsequent CL will probably change this notification into a dialog, so I've temporarily omitted adding screenshots for the strings. Bug: 1041313 Change-Id: I47b3036d167807cc611bc7d7788acc9669060a44 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2100453 Commit-Queue: Timothy Loh <timloh@chromium.org> Reviewed-by:
Julian Watson <juwa@google.com> Cr-Commit-Position: refs/heads/master@{#750492}
-
Keita Suzuki authored
This commit removes all original pywebsocket dependencies. Change-Id: Ied7fb043ed5f82fc87b328f4aa9600624552fbee Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2100148Reviewed-by:
Adam Rice <ricea@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Commit-Queue: Keita Suzuki <suzukikeita@google.com> Cr-Commit-Position: refs/heads/master@{#750491}
-
Hiroshige Hayashizaki authored
This CL makes stripUrlForUseAsReferrer() more spec-conformant, in order to support `data:` URLs as the argument, which can happen in testing subresource requests from data: URL workers (no such tests so far though). Bug: 906850 Change-Id: I3ba7b1fbf27e79624d9c09fa2c65862b45d17338 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2102302Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Reviewed-by:
Kenichi Ishibashi <bashi@chromium.org> Commit-Queue: Hiroshige Hayashizaki <hiroshige@chromium.org> Cr-Commit-Position: refs/heads/master@{#750490}
-
Andreas Haas authored
This CL replaces the use of ArrayBuffer in EncodedVideoChunk by DOMArrayBuffer. ArrayBuffer is deprecated. R=yukishiino@chromium.org Bug: chromium:1008840 Change-Id: I3b1bdefce6a7e60e6b30ddaf6f55dbe1b748da3d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2102584Reviewed-by:
Yuki Shiino <yukishiino@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Andreas Haas <ahaas@chromium.org> Cr-Commit-Position: refs/heads/master@{#750489}
-
Kent Tamura authored
This is a preparation to enable LayoutNG for <input type=file>, which will use the normal LayoutNGBlockFlow. Change the argument type of LayoutFileUploadControl constructor because CreateObject<> template asks a LayoutObject constructor for taking an Element* argument. This CL has no behavior changes for now because FileInputType has TypeShouldForceLegacyLayout. Bug: 1040826 Change-Id: I57a1bc5adb03ed7222d7793155f76abd148b1c0b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2104808 Commit-Queue: Kent Tamura <tkent@chromium.org> Commit-Queue: Yoshifumi Inoue <yosin@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Reviewed-by:
Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#750488}
-
Shik Chen authored
When the system is extremely slow, the buffer allocation of the output buffer can fail and upper layer would get the raw un-rotated buffer. This CL mitigates the issue by reusing the original buffer for 180 degrees rotate, which is the default orientation of the user facing camera on Nocturne. Bug: 1061346 Test: Run Hangouts Meet with screen rotated with 0, 90, 180, 270 degrees. Change-Id: I7051fa9e0c3857345ff3ad1916fd3d91d6a59f71 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2101324Reviewed-by:
Ricky Liang <jcliang@chromium.org> Commit-Queue: Shik Chen <shik@chromium.org> Cr-Commit-Position: refs/heads/master@{#750487}
-
Hiroshige Hayashizaki authored
Manual change: wpt/mixed-content/spec.src.json. Previously, it omitted `http-rp/unset` tests because it expected redundant tests `meta/unset`. However, in certain worker-related tests, there are no `meta` tests, and thus `http-rp/unset` is not redundant. This CL enables generating such non-redundant `http-rp/unset` tests, namely `sharedworker-{classic,module}.http-rp/unset`, i.e. SharedWorkers served from HTTPS origin without no opt-in CSP headers. All other changes are mechanical. Bug: 1061679, 1056500 Change-Id: Ib8c323cf06e1c6e0a0bdeae713bd13848335b95a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2103967 Commit-Queue: Hiroshige Hayashizaki <hiroshige@chromium.org> Reviewed-by:
Kenichi Ishibashi <bashi@chromium.org> Cr-Commit-Position: refs/heads/master@{#750486}
-
Hiroshige Hayashizaki authored
This CL excludes "sharedworker-module" subresources in `spec.src.json`s, because such generated tests are not added to the repository. Bug: 906850 Change-Id: I8d73dbed296c9dda35a4c6e6a8913881f6baeadf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2102829 Commit-Queue: Hiroshige Hayashizaki <hiroshige@chromium.org> Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Reviewed-by:
Kenichi Ishibashi <bashi@chromium.org> Cr-Commit-Position: refs/heads/master@{#750485}
-
Hiroshige Hayashizaki authored
Previously, dump_test_parameters() (which uses json.dumps()) was used to calculate the keys of `exclusion_dict`, so that the keys of `exclusion_dict` include all the fields of the selections. However, this was slow. This CL instead uses `excluded_selection_pattern % selection` where excluded_selection_pattern incudes "`%(key)s`" for all the keys of the selections, except for "expansion". (The exclusion of "expansion" is probably good, as differences in "expansion" fields shouldn't prevent excluded test matching) This CL improves the generator's performance about 5x. This CL doesn't change the generated results or test behavior. Bug: 906850 Change-Id: I67f2cf6e960d7867a9b409cb84bf8249ac1912c7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2100562 Commit-Queue: Hiroshige Hayashizaki <hiroshige@chromium.org> Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Reviewed-by:
Kenichi Ishibashi <bashi@chromium.org> Cr-Commit-Position: refs/heads/master@{#750484}
-
Hiroshige Hayashizaki authored
`spec_json.js` are not used in WPT production runs. This CL removes them, to omit `spec_json.js`-related diffs in upcoming CLs. This CL doesn't change the generated results or test behavior. Bug: 906850 Change-Id: I1001286f2680294f1d8e747f23a25040f5bfd253 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2103728 Commit-Queue: Hiroshige Hayashizaki <hiroshige@chromium.org> Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Reviewed-by:
Eriko Kurimoto <elkurin@chromium.org> Cr-Commit-Position: refs/heads/master@{#750483}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/735a9cd7804e..314e048432c6 Created with: gclient setdep -r src-internal@314e048432c6 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 Bug: chromium:1061670 Tbr: jbudorick@google.com Change-Id: Ife9c6b05dab3509413b2a1e40abe3304bb3108c4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2104695Reviewed-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@{#750482}
-
Yoshifumi Inoue authored
This patch changes implementation of |LayoutNGEnabled()| in parameterized unit tests to use runtime enabled flag instead of unit test's parameter for ease of verifying features depend on "LayoutNG", e.g. "LayoutNGFragmentItem", "EditingNG", etc, on checking both legacy layout and LayoutNG. Note: This is mechanical change with "git cl format". Bug: 982194 Change-Id: I4436318135f1a7f1a5de3f44071e670db82e420e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2103980 Commit-Queue: Yoshifumi Inoue <yosin@chromium.org> Auto-Submit: Yoshifumi Inoue <yosin@chromium.org> Reviewed-by:
Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#750481}
-
Hiroshige Hayashizaki authored
To remove special handling in the generator. This CL doesn't change the generated results or test behavior. Bug: 906850, https://github.com/web-platform-tests/wpt/issues/21708 Change-Id: Ibb6586d618a04dba96304ba4a21555034bd30d32 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2102387 Commit-Queue: Hiroshige Hayashizaki <hiroshige@chromium.org> Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Reviewed-by:
Kenichi Ishibashi <bashi@chromium.org> Cr-Commit-Position: refs/heads/master@{#750480}
-
Tsuyoshi Horo authored
This CL adds a new item “Webpage, Single File (Web Bundle)” in the “Save as type” select box of “Save As” dialog box for Desktop when SavePageAsWebBundle feature flag is set using --enable-features command line flag. The logic of Web Bundle generation in WebBundler is not implemented yet. WebBundler just returns WebBundlerError::kNotImplemented error. So the request of save as WebBundle is just canceled. Bug: 1040752 Change-Id: Iacb8a66e2fa8bc6b630d200a54bacd64a723eb0c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2053745Reviewed-by:
Min Qin <qinmin@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Tsuyoshi Horo <horo@chromium.org> Cr-Commit-Position: refs/heads/master@{#750479}
-
Fergal Daly authored
Split RenderFrameHostManager::Init into InitRoot and InitChild. Add CreateRenderFrameHost::CreateFrameEnum and pass it to CreateRenderFrameHost to capture the context in which creation is done, to allow validation of expectations. Change-Id: Ic23c40d62f5cd1f461ab2e8fccd6a9fe9024d8b9 Bug: 1059678 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2084038 Commit-Queue: Fergal Daly <fergal@chromium.org> Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Cr-Commit-Position: refs/heads/master@{#750478}
-
Xianzhu Wang authored
... instead of v8::Isolate::Current() which is discouraged. Bug: 954679 Change-Id: I0b27a84f7da62a8dcd8b8851ccdbe61c8662799d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2104771Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#750477}
-
Ayu Ishii authored
This change removes the mojo `message` parameter[1] from SmsReceiver Receive because it is no longer used since the API shape change to be a part of credential manager. [1] https://chromium-review.googlesource.com/c/chromium/src/+/2098499/7/third_party/blink/public/mojom/sms/sms_receiver.mojom Bug: 1045526 Change-Id: I1c49a71ca8c07fab2dd7008d0e755cc4f7d7de4b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2098499Reviewed-by:
Victor Costan <pwnall@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#750476}
-
Andreas Haas authored
The FlexibleTypedArray depended on TypedArray just to access the underlying type. However, the underlying can be passed in as a template argument directly. R=haraken@chromium.org Bug: 1008840 Change-Id: I7256fb21c603e09cacba39580ece47808f64abf2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2104049Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Andreas Haas <ahaas@chromium.org> Cr-Commit-Position: refs/heads/master@{#750475}
-
Kei Nakashima authored
Implemented |NewLinkedHashSet::find| and |NewLinkedHashSet::Contains| and added tests Change-Id: I2488db864e2f618899a3a4fda49a9440f1264c6c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2100558 Commit-Queue: Kei Nakashima <keinakashima@google.com> Reviewed-by:
Bartek Nowierski <bartekn@chromium.org> Reviewed-by:
Yuki Shiino <yukishiino@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#750474}
-
Kent Tamura authored
- New behavior matches to Firefox. - File upload controls in LayoutNG will have overflow:hidden by default. The new behavior will be necessary for site compatibility. Bug: 1040826 Change-Id: I1c620f98806a1751252b4f5a96545609fa90cc1c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2102997Reviewed-by:
Koji Ishii <kojii@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#750473}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/222b156b486b..5609eb6d5256 git log 222b156b486b..5609eb6d5256 --date=short --first-parent --format='%ad %ae %s' 2020-03-16 devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update DevTools Chromium DEPS. Created with: gclient setdep -r src/third_party/devtools-frontend/src@5609eb6d5256 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/devtools-frontend-chromium Please CC devtools-waterfall-sheriff-onduty@grotations.appspotmail.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 Bug: None Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I3db3e800db1b68fa3d1f17e933624284882d6236 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2104691Reviewed-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@{#750472}
-
Joel Hockey authored
Bug: 1061822 Change-Id: I334d2ff8add76d42dc7aa4f96cc7e7a8a341c0b1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2102996 Commit-Queue: Joel Hockey <joelhockey@chromium.org> Commit-Queue: Alan Cutter <alancutter@chromium.org> Auto-Submit: Joel Hockey <joelhockey@chromium.org> Reviewed-by:
Alan Cutter <alancutter@chromium.org> Cr-Commit-Position: refs/heads/master@{#750471}
-
CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-betty-pi-arc-chrome CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-eve-compile-chrome CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-kevin-compile-chrome BUG=762641 TBR=chrome-os-gardeners@google.com Change-Id: Ibee86744d9313d0908c7722f222d0ae99a678e1e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2104657Reviewed-by:
ChromeOS bot <3su6n15k.default@developer.gserviceaccount.com> Commit-Queue: ChromeOS bot <3su6n15k.default@developer.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#750470}
-
Kunihiko Sakamoto authored
TBR=arthursonzogni@chromium.org No-try: true Bug: 1061029 Change-Id: Ic6c21749e873ebfd8623767febbf49eb62ba2262 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2103978Reviewed-by:
Kunihiko Sakamoto <ksakamoto@chromium.org> Commit-Queue: Kunihiko Sakamoto <ksakamoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#750469}
-
Paul Wankadia authored
https://chromium.googlesource.com/external/github.com/google/re2.git/+log/572d6abf7f22..ca93436e5b1b $ git log 572d6abf7..ca93436e5 --date=short --no-merges --format='%ad %ae %s' 2020-03-15 junyer Update Unicode data to 13.0.0. 2020-03-12 junyer SRWLOCK requires Windows Vista or Windows Server 2008 at minimum. 2020-03-04 donatas.saulys Using slim RW lock on windows 2020-03-02 junyer Set SONAME to 6. 2020-03-01 junyer Bump SONAME to reflect the ABI break. 2020-02-28 junyer Add macOS and Xcode jobs to the Travis CI matrix. Created with: roll-dep src/third_party/re2/src R=mmoroz@chromium.org Change-Id: I2f8c6ee0a33a594a595ab70840bba2b066385d19 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2104262Reviewed-by:
Max Moroz <mmoroz@chromium.org> Commit-Queue: Max Moroz <mmoroz@chromium.org> Cr-Commit-Position: refs/heads/master@{#750468}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/c48fb8427c8c..8cf12290bab8 git log c48fb8427c8c..8cf12290bab8 --date=short --first-parent --format='%ad %ae %s' 2020-03-16 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). Created with: gclient setdep -r src/third_party/depot_tools@8cf12290bab8 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/depot-tools-chromium-autoroll Please CC agable@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 Bug: None Tbr: agable@chromium.org Change-Id: I8c6189ade78c7eb85f5d716baf3dc49ec2ef2da1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2104687Reviewed-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@{#750467}
-
Alan Cutter authored
It is possible for CancelDownloads() to be called after the callback_ has already been called via successful download or a previous navigation. This CL adds a null check to avoid crashing in these corner case scenarios. Bug: 1059847 Change-Id: Idc97407ba67195beba51a9053ee2d71dcbd911f3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2102995Reviewed-by:
Alexey Baskakov <loyso@chromium.org> Commit-Queue: Alan Cutter <alancutter@chromium.org> Cr-Commit-Position: refs/heads/master@{#750466}
-