- 13 Aug, 2020 40 commits
-
-
Xianzhu Wang authored
This is to evaluate the performance improvement of the optimization in 1 or 2 canary builds. Will revert after that. This disables the optimization for composited scrolling added in crrev.com/774232. Bug 1113269 Change-Id: I2cf85fd5e550c1fef7d29f76b90e5d1b7219d579 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2353066 Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by:
Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#797532}
-
Kenichi Ishibashi authored
This CL moves service worker script resource purging logic from ServiceWorkerRegistry to ServiceWorkerStorageControlImpl. See [1] for the motivation and how the new purging logic would work. [1] https://docs.google.com/document/d/1VnZN2k9YbpX1Xy-Yvo93DKDnW4-M2W-rwjkGF1swqLo/edit?usp=sharing Bug: 1055677 Change-Id: I4f8e9a54b47a9ec39538b8126ef8fb3e05f04c3a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2348734 Commit-Queue: Kenichi Ishibashi <bashi@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#797531}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/fac64cf60aa2..dbee93ac203d 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-linux-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: If5261cbe52c07e591cc86a91bb4715aba5fdc021 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2353689Reviewed-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@{#797530}
-
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-aemu-chromium-autoroll Please CC chonggu@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: chonggu@google.com Change-Id: Ie1c1dbf611a1ee7ee1404d34eabb7c5fed6e790e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2353540Reviewed-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@{#797529}
-
David Maunder authored
As part of the effort to move Tab attributes to UserData objects so Tab doesn't become too big and unwieldy. Bug: 1112171 Change-Id: I454c2acce385da7953c2f91bc5411a70cacc6dd7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2347958 Commit-Queue: David Maunder <davidjm@chromium.org> Reviewed-by:
Tommy Nyquist <nyquist@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Cr-Commit-Position: refs/heads/master@{#797528}
-
William Lin authored
Implementing a subset matching cache will require a more complex cache for the IdentityAPI class. At the moment, the existing cache is contained inside the IdentityAPI class. This CL separates the two, so all of the caching logic for IdentityAPI is in its own class. Additionally, unit tests have been added to test the basic functionality of this cache. Bug: 1100535 Change-Id: I39f5357d3ce87ae4d958aa2c8585cc2deec624be Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2343318Reviewed-by:
David Roger <droger@chromium.org> Reviewed-by:
Alex Ilin <alexilin@chromium.org> Commit-Queue: William Lin <williamlin@google.com> Cr-Commit-Position: refs/heads/master@{#797527}
-
Jinsuk Kim authored
The feature is not being deployed. This CL removes the flag. Bug: 949819 Change-Id: I13fa6aa8897b29971ecd27b0247af61ff2c29c4e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2352253Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Jinsuk Kim <jinsukkim@chromium.org> Cr-Commit-Position: refs/heads/master@{#797526}
-
Martin Šrámek authored
Bug: 1015841 Change-Id: I4927a2ad0d7e1d4ca61c48efb557694dd6d03866 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2339994Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Reviewed-by:
Nasko Oskov <nasko@chromium.org> Reviewed-by:
Moe Ahmadi <mahmadi@chromium.org> Commit-Queue: Martin Šrámek <msramek@chromium.org> Cr-Commit-Position: refs/heads/master@{#797525}
-
Darren Shen authored
InputMethodBase implements ImeInputContextHandlerInterface. Remove this dependency by moving all the Chrome OS only interfaces to ui/base/ime/ chromeos. Bug: 1083803 Change-Id: If63dba6e320bbb58df36687778f049e03729027c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2339401 Commit-Queue: Darren Shen <shend@chromium.org> Reviewed-by:
Keith Lee <keithlee@chromium.org> Reviewed-by:
Yuichiro Hanada <yhanada@chromium.org> Reviewed-by:
David Tseng <dtseng@chromium.org> Cr-Commit-Position: refs/heads/master@{#797524}
-
Eric Roman authored
This adds a default limit of 6000 on the open UDP sockets throughout the entire process, configurable with the "LimitOpenUDPSockets" feature. An "open UDP socket" specifically means a net::UDPSocket which successfully called Open(), and has not yet called Close(). Once the limit has been reached, opening UDP socket will fail with ERR_INSUFFICIENT_RESOURCES. In Chrome Browser, UDP sockets are brokered through a single process (that hosting the Network Service), so this is functionally a browser-wide limit too. Bug: 1083278 Change-Id: Ib95ab14b7ccf5e15410b9df9537c66c858de2d7d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2350395Reviewed-by:
David Schinazi <dschinazi@chromium.org> Commit-Queue: Eric Roman <eroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#797523}
-
Roberto Carrillo authored
I.e. project-chromium-tryjob-access R=estaab,vadimsh Change-Id: I6c5fa75eac552408641b14db89ca49fd7257ffa2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2353690 Auto-Submit: Roberto Carrillo <robertocn@chromium.org> Reviewed-by:
Erik Staab <estaab@chromium.org> Commit-Queue: Erik Staab <estaab@chromium.org> Cr-Commit-Position: refs/heads/master@{#797522}
-
Karandeep Bhatia authored
This is part of the work to enforce isolated world CSP for resource requests when the feature IsolatedWorldCSP is enabled and to correctly bypass the main world CSP otherwise. Note that it's possible that the plumbed DOMWrapperWorld might not always be completely correct (for example if it is plumbed asynchronously from the point which caused the resource request). However this is still better than the status quo where the CSP checks for isolated worlds are bypassed based on calling FrameFetchContext::ShouldBypassMainWorldCSP() which is often incorrect especially for redirects since we might be in a different different world by then. Further CLs will ensure the DOMWrapperWorld is plumbed for all ResourceLoaderOptions object. BUG=1099975 Change-Id: I237175d070a1383453a128c7c97b701f4162399d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2341843 Commit-Queue: Dominick Ng <dominickn@chromium.org> Auto-Submit: Karan Bhatia <karandeepb@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Cr-Commit-Position: refs/heads/master@{#797521}
-
Ted Meyer authored
When using the flag --enable-accelerated-video-decode, use this new angle pixmap. Bug: 1066176 Change-Id: I9619fbda3348c163618323474dfe1372d0c198e5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2119669 Commit-Queue: Ted Meyer <tmathmeyer@chromium.org> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
Zhenyao Mo <zmo@chromium.org> Cr-Commit-Position: refs/heads/master@{#797520}
-
Mitch McDermott authored
CIPD package: https://chrome-infra-packages.appspot.com/p/chromeos_internal/apps/media_app/app/+/C4uGPvOKetOg4cH-ijCNNQo9zb0CSgH-DLV-l8618cYC Release notes: http://go/media_app-x20/relnotes/Stable/media_app_20200811_RC00.html Bug: b/162102940, b/153113592, b/159083441, b/160021753, b/153274181 Fixed: 1112044 Cq-Include-Trybots: chrome/try:linux-chromeos-chrome Change-Id: I0a07263ed0ecc606f0b096dde7a9e3409b136856 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2351260Reviewed-by:
Trent Apted <tapted@chromium.org> Commit-Queue: Mitchell McDermott <mcdermottm@google.com> Cr-Commit-Position: refs/heads/master@{#797519}
-
Justin DeWitt authored
No functionality changes, this is just a multi-sided rename. CL chain: - https://chromium-review.googlesource.com/c/chromium/src/+/2261633 - https://chromium-review.googlesource.com/c/chromium/src/+/2285471 - cl/320246139 - https://chrome-internal-review.googlesource.com/c/clank/internal/apps/+/3167007 - [this CL] Change-Id: I0430d16ad79ea1d43bcdc63dbc5795ef7c1f3d64 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2284097Reviewed-by:
Yusuf Ozuysal <yusufo@chromium.org> Reviewed-by:
Cathy Li <chili@chromium.org> Commit-Queue: Justin DeWitt <dewittj@chromium.org> Cr-Commit-Position: refs/heads/master@{#797518}
-
Jeff Yoon authored
Autorollers were enabled, and rolled a bad PGO profile into src. Reverting win32 and win64 to profiles generated by the last known good builds: * https://ci.chromium.org/p/chrome/builders/ci/win64-pgo-trunk/2598 * https://ci.chromium.org/p/chrome/builders/ci/win32-pgo-trunk/3174 The bad profiles were uploaded before validation was introduced to prevent this. Autorollers have been paused until win pgo builders become green. * buganizer: https://buganizer.corp.google.com/issues/163192598 Bug: 1113316 Change-Id: Iad60607eeb66c85d596de90dc64e2f4e6024c7de Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2353580Reviewed-by:
Yuke Liao <liaoyuke@chromium.org> Commit-Queue: Jeff Yoon <jeffyoon@chromium.org> Cr-Commit-Position: refs/heads/master@{#797517}
-
Joel Hockey authored
Terminal settings are currently stored as SYNCABLE_PREF, but since Terminal System App only relates to Chrome OS, I believe it should be using SYNCABLE_OS_PREF. Change-Id: Iead464a35f0bcbf2a39ca6958073f11ad385e43c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2352252Reviewed-by:
James Cook <jamescook@chromium.org> Commit-Queue: Joel Hockey <joelhockey@chromium.org> Cr-Commit-Position: refs/heads/master@{#797516}
-
Joe DeBlasio authored
The strings for desktop and Android are now the same. This CL just removes the unnecessary duplicate Android strings. Fixed: 1114359 Change-Id: I2dd409a93659a13505f48712b692c51b9a988fb2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2353575 Commit-Queue: Joe DeBlasio <jdeblasio@chromium.org> Commit-Queue: Carlos IL <carlosil@chromium.org> Auto-Submit: Joe DeBlasio <jdeblasio@chromium.org> Reviewed-by:
Carlos IL <carlosil@chromium.org> Cr-Commit-Position: refs/heads/master@{#797515}
-
Kuo Jen Wei authored
Add check of no external monitor plugged in with screen backlight forced off event to judge whether to suspend camera stream. Bug: 1114967 Test: Pluggin both external camera and external monitor, check CCA's preview is still on after closing lid of device. Change-Id: Ia07e1efe9d21814521a62a4ad1c63324221b991d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2351579Reviewed-by:
Shik Chen <shik@chromium.org> Commit-Queue: Kuo Jen Wei <inker@chromium.org> Auto-Submit: Kuo Jen Wei <inker@chromium.org> Cr-Commit-Position: refs/heads/master@{#797514}
-
Jiewei Qian authored
Let browser_navigator check for OS Settings origin when it decides to open OS Settings in a standalone window. Before this CL, browser_navigator ignores the scheme and checks for os-settings host only. Thus URLs like http://os-settings/ will open a standalone window (with OS Settings icon). This is misleading. Fixed: 1114023 Change-Id: I8a8f5d21e3f3d6aae0d4baea9194ac64d065fcd2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2342232Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Commit-Queue: Jiewei Qian <qjw@chromium.org> Cr-Commit-Position: refs/heads/master@{#797513}
-
Yuta Hijikata authored
Patch crrev.com/c/2326511 incorrectly imports <error.h> instead of <errno.h> to access char* program_invocation_short_name. It should be <errno.h> that is imported. https://linux.die.net/man/3/program_invocation_short_name BUG=chromium:1110865 TEST=run `ps aux` on a chromebook Change-Id: I24f687cab02eaa34efe87d4d209cbb437021d9f7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2352250Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Commit-Queue: Yuta Hijikata <ythjkt@chromium.org> Cr-Commit-Position: refs/heads/master@{#797512}
-
My Nguyen authored
While waiting for ClearAutocorrectRange in https://crrev.com/c/2327773, let's clear the marker with SetAutocorrectRange. Clear autocorrect range and text if text is empty or range is (0,0). Remove SetAutocorrectRangeTextWithNoInitalText test because it doesn't make sense in the current context. Bug: 1114877 Change-Id: Ib68e929e588cbd21a9df7ef1e86fc3bf7cea6e38 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2346097 Commit-Queue: My Nguyen <myy@chromium.org> Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Reviewed-by:
Michael Wasserman <msw@chromium.org> Reviewed-by:
Keith Lee <keithlee@chromium.org> Cr-Commit-Position: refs/heads/master@{#797511}
-
James Cook authored
The structure is just a representation of a bitmap. I'd like to use it in another API for an icon. * Extract the mojom struct into its own file * Rename the C++ class and mojo traits serialization helpers * Rename the |bitmap| member to |pixels| so we don't have to type bitmap.bitmap None of the implementation changed. Gerrit shows file add/deletes because the renames touched most lines. Bug: 1113889 Change-Id: Ie0d9aa30d913089adab52d0f4bd3ac050575e96c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2352645Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Greg Kerr <kerrnel@chromium.org> Reviewed-by:
Erik Chen <erikchen@chromium.org> Auto-Submit: James Cook <jamescook@chromium.org> Commit-Queue: James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#797510}
-
Peter Kasting authored
Once a layout is performed, if anything moves, that will schedule paints as appropriate. Bug: 627663 Change-Id: Ia6c32431f39af8380ebb9e9ec9a357ea5366da84 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2348292Reviewed-by:
Shakti Sahu <shaktisahu@chromium.org> Commit-Queue: Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#797509}
-
David Bienvenu authored
Also some minor style fixes; no functional changes. Change-Id: I0868e612ae5452a0f838d8f7d4717f61d3c6862f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2351458 Commit-Queue: David Bienvenu <davidbienvenu@chromium.org> Reviewed-by:
Peter Boström <pbos@chromium.org> Cr-Commit-Position: refs/heads/master@{#797508}
-
Reilly Grant authored
This change renames members in the SerialOptions, SerialInputSignals and SerialOutputSignals dictionaries so that they avoid acronyms and are in lowerCamelCase, to match other web platform APIs. This is a rather large breaking change which will require participants in the Serial API Origin Trial to update their code. Bug: 884928 Change-Id: I2424a207cc05685b5b9ab72158748cb4f28f7d57 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2347375Reviewed-by:
Domenic Denicola <domenic@chromium.org> Commit-Queue: Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/master@{#797507}
-
Chris Harrelson authored
Bug: 1115577 Change-Id: Ia604e6feffcff7566a6bc4d433c946ac9f667bc6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2351401Reviewed-by:
Stephen Chenney <schenney@chromium.org> Commit-Queue: Chris Harrelson <chrishtr@chromium.org> Cr-Commit-Position: refs/heads/master@{#797506}
-
Tal Pressman authored
Bug: 1113134, 1115389 Change-Id: I72a5de9c4fd7914c7c4621c61198a813c7249193 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2351642Reviewed-by:
Trent Apted <tapted@chromium.org> Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Tal Pressman <talp@chromium.org> Cr-Commit-Position: refs/heads/master@{#797505}
-
Zhuoyu Qian authored
Bug: 1100751 Change-Id: Idc9243d5c08c0bdd331c40c555c4eed8a67669d5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2351099Reviewed-by:
Daniel Murphy <dmurph@chromium.org> Commit-Queue: Zhuoyu Qian <zhuoyu.qian@samsung.com> Cr-Commit-Position: refs/heads/master@{#797504}
-
David Maunder authored
Now with fields such as Url being migrated to UserData objects we enforce that the attribute cannot be acquired after destroy() has been called. Bug: 1114831 Change-Id: I2c29d7fa0f298e984c7951f1561fd542af6b9a99 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2347001Reviewed-by:
Yusuf Ozuysal <yusufo@chromium.org> Commit-Queue: David Maunder <davidjm@chromium.org> Cr-Commit-Position: refs/heads/master@{#797503}
-
Yuly Novikov authored
We are no longer interested in results on this platform, and failures were discovered on it when more logging was added. TBR=bsheedy Bug: angleproject:4909 Change-Id: If85c2624452f8ce2cfb927adca75e431b580e785 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2353529Reviewed-by:
Yuly Novikov <ynovikov@chromium.org> Reviewed-by:
Jamie Madill <jmadill@chromium.org> Reviewed-by:
Brian Sheedy <bsheedy@chromium.org> Commit-Queue: Yuly Novikov <ynovikov@chromium.org> Cr-Commit-Position: refs/heads/master@{#797502}
-
Austin Eng authored
https://dawn.googlesource.com/tint.git/+log/bc80805c4b04..5e7ef27ca7b1 $ git log bc80805c4..5e7ef27ca --date=short --no-merges --format='%ad %ae %s' 2020-08-12 sarahmashay [ast] Adds get last statement to ast::Function 2020-08-12 sarahmashay [validation] Validates functions return statement 2020-08-12 dsinclair Minor updates to fix compilation. 2020-08-12 dsinclair Change output of string based data from sample app. 2020-08-12 idanr Find un-named entry points, change set number 2020-08-12 idanr Add instance step mode to vertex pulling transform 2020-08-12 idanr Add vertex pulling transform 2020-08-11 sarahmashay [validation] Validates declaration name uniqueness 2020-08-11 dsinclair Disable failing tests Created with: roll-dep src/third_party/tint/src Change-Id: I7c90331c548043eecaa6c27ba9532b6a97c15794 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2353570 Commit-Queue: Austin Eng <enga@chromium.org> Commit-Queue: Kai Ninomiya <kainino@chromium.org> Auto-Submit: Austin Eng <enga@chromium.org> Reviewed-by:
Kai Ninomiya <kainino@chromium.org> Cr-Commit-Position: refs/heads/master@{#797501}
-
Roberto Carrillo authored
R=nodir,chanli,vadimsh,ddoman,estaab Change-Id: If965190635ca2251c87b2c49ed5e6721a61eb1de Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2352798Reviewed-by:
Chan Li <chanli@chromium.org> Reviewed-by:
Erik Staab <estaab@chromium.org> Commit-Queue: Roberto Carrillo <robertocn@chromium.org> Cr-Commit-Position: refs/heads/master@{#797500}
-
Chris Lu authored
This new method will be used to determine if the user is likely using Chrome as the default Browser for metrics logging and when to present default browser promotional UI. Bug: 1107489 Change-Id: I642a7de704f84c7564aea08d90a512cf08a1078a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2348207Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Commit-Queue: Chris Lu <thegreenfrog@chromium.org> Auto-Submit: Chris Lu <thegreenfrog@chromium.org> Cr-Commit-Position: refs/heads/master@{#797499}
-
Xianzhu Wang authored
This is to evaluate the performance improvement of the optimization in 1 or 2 canary builds. Will revert after that. This disables the optimization for composited scrolling added in crrev.com/771292 (based on the LCD-text on opaque optimization added in crrev.com/768555). Bug: 1113269 Change-Id: I20250169241d8f6d99e9bd917974aaf3fd0f675a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2351400 Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by:
Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#797498}
-
chromium-autoroll authored
https://pdfium.googlesource.com/pdfium.git/+log/61ca10cb63d0..7369107c7819 2020-08-12 tsepez@chromium.org Rename XFA_ThemeGetOuterWidget() to GetOutmostFFWidget(). 2020-08-12 tsepez@chromium.org Remove CFWL_WidgetMgr::SetParent(). 2020-08-12 vmiklos@collabora.co.uk Add FPDFSignatureObj_GetTime() API 2020-08-12 zhouhan@google.com Add an experimental API to surface a page's additional action. 2020-08-11 tsepez@chromium.org Allow setting v8 flags from pdfium_test command line. 2020-08-11 tsepez@chromium.org Catch more exceptions from reentrant V8 conversions. 2020-08-11 tsepez@chromium.org Base CFWL_WidgetMgr::Item on TreeNode<> 2020-08-11 tsepez@chromium.org Remove CFWL_WidgetProperties::m_pParent. If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pdfium-autoroll Please CC pdfium-deps-rolls@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 Bug: chromium:1112206 Tbr: pdfium-deps-rolls@chromium.org Change-Id: I3d31eb899643970f9d512bed9d76ad6b456d3ca4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2353107Reviewed-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@{#797497}
-
rbpotter authored
Add warnings in chrome://settings/printing and chrome://settings/cloudPrinters for Google Cloud Print deprecation. Redirect "Manage cloud devices" link to the cloud print printers page, instead of chrome://devices, which is being removed. Bug: 1114189 Change-Id: I3d4dcdcad1d85afa07082cf1b2d3713f3b50d801 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2347320 Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Reviewed-by:
John Lee <johntlee@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#797496}
-
Ted Meyer authored
This still defaults to staying disabled, and further work to enable the vaapi video decoder will come in later CLs. gLinux machines will have new enough hardware to play h264 and vp8 using hardware acceleration. Bug: 1066176 Change-Id: Ie917d64e987507d160009eb7df0121c73bfeb716 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2208531Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Commit-Queue: Ted Meyer <tmathmeyer@chromium.org> Cr-Commit-Position: refs/heads/master@{#797495}
-
Jonathan Freed authored
Change-Id: If4d19d6ba2367f7770c4e77c8f885767171bebe3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2350148 Commit-Queue: Jonathan Freed <freedjm@chromium.org> Reviewed-by:
Dan H <harringtond@chromium.org> Reviewed-by:
Ian Wells <iwells@chromium.org> Cr-Commit-Position: refs/heads/master@{#797494}
-
Avi Drissman authored
This reverts e35a8ac4 and provides the capability of putting [New] tags into Cocoa context menus. Bug: 1114257 Change-Id: I411335701f61af47a515e498f7f09c5467fd60e2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2344944 Commit-Queue: Avi Drissman <avi@chromium.org> Reviewed-by:
Dana Fried <dfried@chromium.org> Cr-Commit-Position: refs/heads/master@{#797493}
-