list.winehq.org
Sign In Sign Up
Manage this list Sign In Sign Up

Keyboard Shortcuts

Thread View

  • j: Next unread message
  • k: Previous unread message
  • j a: Jump to all threads
  • j l: Jump to MailingList overview

Wine-GitLab

Threads by month
  • ----- 2026 -----
  • March
  • February
  • January
  • ----- 2025 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2024 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2023 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2022 -----
  • December
  • November
  • October
  • September
  • August
  • July
wine-gitlab@list.winehq.org

November 2024

  • 2 participants
  • 854 discussions
[PATCH v2 0/1] MR6926: winex11: Don't tell win32 about offscreen window position.
by Rémi Bernon Nov. 29, 2024

Nov. 29, 2024
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57472 Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57474 -- v2: winex11: Don't update Win32 window position for offscreen windows. https://gitlab.winehq.org/wine/wine/-/merge_requests/6926
1 2
0 0
[PATCH 0/1] MR6928: mscoree: Update Wine Mono to 9.4.0.
by Esme Povirk (@madewokherd) Nov. 29, 2024

Nov. 29, 2024
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/6928
3 2
0 0
[PATCH v5 0/4] MR6927: mshtml: Implement proper prototype chain for documents.
by Gabriel Ivăncescu Nov. 29, 2024

Nov. 29, 2024
-- v5: mshtml: Don't expose some props from document prototype depending on mode. mshtml: Expose the right props from document fragments. mshtml: Use DocumentPrototype as the document's prototype for modes prior mshtml: Move HTMLDocument prototype props to the Document prototype. https://gitlab.winehq.org/wine/wine/-/merge_requests/6927
2 5
0 0
Re: [PATCH v4 0/4] MR6927: mshtml: Implement proper prototype chain for documents.
by Jacek Caban (@jacek) Nov. 29, 2024

Nov. 29, 2024
On Fri Nov 29 17:14:34 2024 +0000, Gabriel Ivăncescu wrote: > This seems to give me test failures about not finding "title" element, > only on wine. I assume we lack something to automatically put a title if > missing. What should I do? Ah, that's one of those parser differences with Gecko. Let's leave it as you did for now then. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6927#note_89251
1 0
0 0
Re: [PATCH v4 0/4] MR6927: mshtml: Implement proper prototype chain for documents.
by Gabriel Ivăncescu Nov. 29, 2024

Nov. 29, 2024
On Fri Nov 29 17:00:58 2024 +0000, Jacek Caban wrote: > Let's try to avoid adding more strings here. You could change > `test_docfrag` to use `set_body_html` and then use the existing `doc_blank`/`doc_blank_ie9`. This seems to give me test failures about not finding "title" element, only on wine. I assume we lack something to automatically put a title if missing. What should I do? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6927#note_89250
1 0
0 0
Re: [PATCH v4 0/4] MR6927: mshtml: Implement proper prototype chain for documents.
by Jacek Caban (@jacek) Nov. 29, 2024

Nov. 29, 2024
Jacek Caban (@jacek) commented about dlls/mshtml/tests/dom.c: > static const char emptydiv_str[] = > "<html><head><title>emptydiv test</title></head>" > "<body><div id=\"divid\"></div></body></html>"; > +static const char emptydiv_ie9_str[] = > + "<html><head><meta http-equiv=\"x-ua-compatible\" content=\"IE=9\"/><title>emptydiv test</title></head>" > + "<body><div id=\"divid\"></div></body></html>"; Let's try to avoid adding more strings here. You could change `test_docfrag` to use `set_body_html` and then use the existing `doc_blank`/`doc_blank_ie9`. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6927#note_89249
1 0
0 0
Re: [PATCH v4 0/4] MR6927: mshtml: Implement proper prototype chain for documents.
by Jacek Caban (@jacek) Nov. 29, 2024

Nov. 29, 2024
Jacek Caban (@jacek) commented about dlls/mshtml/mshtml_private.h: > > /* Used by objects that want to delay their compat mode initialization until actually needed */ > HTMLInnerWindow *(*get_script_global)(DispatchEx*); > + dispex_static_data_t *(*get_dispex_data)(DispatchEx*); Could we just extend `get_script_global` instead? Other than document objects, it's used only for windows anyways. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6927#note_89248
1 0
0 0
Re: [PATCH v4 0/4] MR6927: mshtml: Implement proper prototype chain for documents.
by Gabriel Ivăncescu Nov. 29, 2024

Nov. 29, 2024
Sorry for the noise, I fixed temporary regression in patch 3 till patch 4. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6927#note_89247
1 0
0 0
[PATCH v3 0/4] MR6927: mshtml: Implement proper prototype chain for documents.
by Gabriel Ivăncescu Nov. 29, 2024

Nov. 29, 2024
-- v3: mshtml: Don't expose some props from document prototype depending on mode. mshtml: Expose the right props from document fragments. mshtml: Use DocumentPrototype as the document's prototype for modes prior mshtml: Move HTMLDocument prototype props to the Document prototype. https://gitlab.winehq.org/wine/wine/-/merge_requests/6927
1 4
0 0
[PATCH v2 0/4] MR6927: mshtml: Implement proper prototype chain for documents.
by Gabriel Ivăncescu Nov. 29, 2024

Nov. 29, 2024
-- v2: mshtml: Don't expose some props from document prototype depending on mode. mshtml: Expose the right props from document fragments. mshtml: Use DocumentPrototype as the document's prototype for modes prior mshtml: Move HTMLDocument prototype props to the Document prototype. https://gitlab.winehq.org/wine/wine/-/merge_requests/6927
1 4
0 0
  • ← Newer
  • 1
  • ...
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • ...
  • 86
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.
Hosted in Mailman3.com