Caolan
- poke at latest crashtesting failures
- small enough list again to get non-truncated core dumps
- Development/Crashtesting - The Document Foundation Wiki
- explore msvs -analyze wrt using Ret_maybenull to see if
we could annotate SfxViewShell::Current etc to cut off at
compile time the apparent endless churn of fixing null derefs
of those. - Weekly Consultancy Call
- perf/save call
- watchdog is very noisy and perf gives big traces
- various watchdog noise reduction
- setup a repo to auto-commit watchdog profiles to
- GitHub - caolanm/profiles: Collabora Online Profiles
- “fine-grained personal access token” is handy there
- which could also workaround aws intermittent refusal to send
some emails if the svg attachment is over some arbitrary size
limit - workaround clang internal compiler crash in upstream master
- ad hoc calc testing
- debugging apparent client connect loss not detected
- SIGUSR2 dump lists all user ids even those that are no longer
in the document which is confusing- cool#8943 add info to dump to see which usersessions
are disconnected
- cool#8943 add info to dump to see which usersessions
- build reproducer test case for client disconnection glitch
- add a test for joining doc and disconnecting by caolanm · Pull Request #8958 · CollaboraOnline/online · GitHub
- ponder 100ms Timer in CallbackFlushHandler which itself is an Idle,
so an Idle with an auxiliary subTimer if the messages aren’t sent by
Idle before the 100ms Timer - change CallbackFlushHandler from Idle+Timer to PostUserEvent
- https://gerrit.libreoffice.org/c/core/+/167064
- compare logs for start up and document redraws, etc.
- RFC on dropping the requirement for rtl random to have a Pool arg
- https://gerrit.libreoffice.org/c/core/+/167067
Mike
- File linked to image is not exported to ReqIF-XHTML
** SwFlyFrameFormat::MakeGraphic is expected to create an image map!
** https://gerrit.libreoffice.org/c/core/+/51225
** Undoing (parts of) commits:
*** 1b666235f6b0b0f0b13f473bf3b639f4f5f0b12f
*** fd1cfd25b48cb4bd5c87e9cb317b37699ca3a1d6
*** be8c414567f49242164b1fdfb12764b16be355c1
*** 73139fe600fc1399ae828077981a2498cb0a0b0c
*** bb7ade140df807b6a0f12766a1365b8f8d0fd342
*** ed2ae3c3bb0a708cafc3de6a01adc9ddc43fb859
** Added code into SwAttrHandler to restore functionality inadvertently dropped in da7671e4f7482110ecd0cfbfd7dbd9e0b873c81c
** Fixed HTML export code in HTMLOutFuncs::Out_ImageMap - File linked to image is not exported to ReqIF-XHTML
** Removed the useless PortionType::Url that I restored yesterday - it caused PdfExportTest2::testSpans fail, and is generally not needed
** I’m uncertain about the simplified handling for the links in SwAttrHandler using m_nINETFMT, but let it be for now, will fix when it needs a fix
** Unit test (for text)
** 160867 – Hyperlinks of text / objects inside frames doesn't export to HTML
** https://gerrit.libreoffice.org/c/core/+/166924
** Adding image URL handling
*** sw::FlyContentPortion::Paint
*** FlyContentPortion::GetFlyFrame
*** SwFlyFrame::GetFormat
*** SwFormat::GetURL
** https://gerrit.libreoffice.org/c/core/+/166935 - File linked to image is not exported to ReqIF-XHTML
** https://gerrit.libreoffice.org/c/core/+/166948
** Backporting to Vector-7.5.9
** Reported - Font color is lost when exporting LO Draw document as WMF
** Backporting 1112a2bea0cb260fd64360b679c3f0f5c495e16e - tdf#160901 - Math rendering is wrong if Skia disabled
- My regression
** https://gerrit.libreoffice.org/c/core/+/167004 - tdf#152906 - Text adjust to contour broken in recent draw/impress
- My regression
** ImpEditEngine::IterateLineAreas must use TextRanger::GetTextRanges tdf#152906 - Text adjust to contour broken in recent draw/impress - Found the problem
- https://gerrit.libreoffice.org/c/core/+/167042
- Fixed
Tomaz
PDF Reader - Create comments / add notes – improve slide & draw commenting
- changed PDF import to use SdrPathObj for most annotations
- make any SdrObject switch to an annotation
- make it behave more like an annotation instead a proper object
PDF Reader - Accessibility view – bringing checker sidebar to Online
- Added the accessibility checker as an sidebar
- Changed with the updates so it now sends a full update when widgets are
added or removed from a container- which fixes the update problem
- Added support for link button in the jsdialog, which is used a lot in the sidebar
- Constructing the json tree takes a lot of time when the document is big (also over 30s when there are a lot of issues)
- checking why it takes so long to construct the json - which widget is a problem
Miklos
Worked on https://bugs.documentfoundation.org/show_bug.cgi?id=160833 “FILEOPEN DOCX: Mirrored positioning of circle on the margins”.