Commit graph

  • 511449e134 Issue #2557 - Remove URL Constructor(DOMString url, URL base). Moonchild 2025-01-30 19:20:18 +01:00
  • de916190fd js: check bi before using it in JSStructuredCloneWriter::writeBigInt() roytam1 2025-02-05 19:18:13 +08:00
  • bf90272692 Merge remote-tracking branch 'origin/tracking' into custom roytam1 2025-01-29 12:26:22 +08:00
  • 064d8757f5 Update eTLD list (PSL) Moonchild 2025-01-28 10:01:55 +01:00
  • 0849deeacf Issue #2688 - Don't apply auto min-sizing when flex max-sizing. Moonchild 2025-01-27 04:25:29 +01:00
  • 0590764f1f Issue #2686 - Don't rely on return value of ExecutionContext::Compile when the context may forbid running scripts Martok 2025-01-26 21:46:31 +01:00
  • 789327be17 Merge remote-tracking branch 'origin/tracking' into custom roytam1 2025-01-23 09:39:37 +08:00
  • 77728935ef Issue #2078 - Follow-up: Don't try to resolve ancestor link elements when matching for Has*DependentStyle Martok 2025-01-22 00:11:03 +01:00
  • 2e3953399a Issue #1765 - Follow-Up: For parsing calc() in non-hue component of hsl/a(), explicitly expect <percentage> values Martok 2025-01-22 00:02:37 +01:00
  • 41eb02d1e1 No issue - Turn worker runnable assertion into something harmless in debug builds FranklinDM 2024-03-29 20:32:33 +08:00
  • f67e22d3f0 Issue #2678 - addendum to rev 139e7a7a roytam1 2025-01-20 21:31:50 +08:00
  • 904406a497 Merge remote-tracking branch 'origin/tracking' into custom roytam1 2025-01-20 21:13:46 +08:00
  • 147713a6ac Issue #2681 - Expose :modal to content. Moonchild 2025-01-20 09:11:32 +01:00
  • d9b107f32f Issue #2681 - unprefix :-moz-modal-dialog Moonchild 2025-01-20 01:12:04 +01:00
  • 139e7a7ac6 Issue #2678 - Remove NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION_INHERITED Moonchild 2025-01-18 16:15:51 +01:00
  • 9464d0ed6d Issue #2678 - Remove unnecessary second QI for nsCycleCollectionISupports. Moonchild 2025-01-17 17:24:34 +01:00
  • 85f8f23a23 Issue #2678 - Make QIing to a few often-used CCed classes faster. Moonchild 2025-01-17 15:52:11 +01:00
  • 33140a9b1b Issue #2678 - Default NS_INTERFACE_TABLE_HEAD_CYCLE_COLLECTION_INHERITED to NS_ERROR_FAILURE Moonchild 2025-01-17 15:49:23 +01:00
  • c37e68d59f Issue #2678 - Use a new macro for CC isupports in some locations. Moonchild 2025-01-17 15:42:41 +01:00
  • 5d82de9eb6 Issue #2678 - Define a new macro for CC isupports. Moonchild 2025-01-17 15:16:54 +01:00
  • 33a120eb9f Issue #2678 - Clean up some uses of the table-to-map segue. Moonchild 2025-01-17 15:12:40 +01:00
  • 85aa4cb31e Issue #2678 - Optimize inherited cycle-collectible QueryInterface() implementations for nsCycleCollectionISupports; Moonchild 2025-01-17 14:54:40 +01:00
  • 38daeffb9b Issue #2678 - Avoid QIing for NoteXPCOMRoot. Moonchild 2025-01-16 23:11:37 +01:00
  • 0121aefb61 Issue #2678 - Remove now-unnecessary ClearExternalRefsForWrapperRelease. Moonchild 2025-01-16 23:01:00 +01:00
  • c9c941f321 Issue #2678 - Stop using EnsureExpandoObject in codegen code when we just want to preserver the wrapper for a DOM proxy. Moonchild 2025-01-16 22:54:23 +01:00
  • 32da3f4de4 Issue #2678 - Remove the DOM proxy expando object hashtable in xpconnect. Moonchild 2025-01-16 22:45:12 +01:00
  • 45bb4cb8b4 Issue #2678 - Switch DOMProxyHandler::EnsureExpandoObject to using normal wrapper preservation instead of RegisterDOMExpandoObject. Moonchild 2025-01-16 22:41:37 +01:00
  • 9f4fe4275c Issue #2678 - Don't use QI to canonicalize nsISupports pointers in the purple buffer. Moonchild 2025-01-16 21:56:13 +01:00
  • 14c84e22a9 Issue #2676 - Implement AbortSignal.timeout() Moonchild 2025-01-16 18:38:32 +01:00
  • 9fa4b6fd5d Issue #2676 - Implement AbortSignal.abort() Moonchild 2025-01-16 18:34:03 +01:00
  • 949e3f0ac6 Issue #2676 - Don't keep AbortController alive for AbortSignal Moonchild 2025-01-16 16:50:23 +01:00
  • 624ff30bfc [network] Don't try to use non-existing connections. Moonchild 2025-01-13 20:29:31 +01:00
  • 44f397bea2 Merge remote-tracking branch 'origin/tracking' into custom roytam1 2025-01-10 22:32:18 +08:00
  • 5ea8de0262 [DOM] Convert cleanup of FlushCurrentWord() to a ScopeExit task. Moonchild 2025-01-08 14:39:22 +01:00
  • e60e1266e9 [DOM] Slightly extend lifetime of data in Structured Clone operations. Moonchild 2025-01-08 14:15:52 +01:00
  • 024ab86be6 [network] Verify connection NPN against negotiated NPN. Moonchild 2025-01-08 10:47:40 +01:00
  • d63a56adac Issue #2673 - Part 4: Hook up the ADTS sniffer + raw AAC MIME type. Moonchild 2024-12-29 13:50:24 +01:00
  • 8f52da3288 Issue #2673 - Part 2b: Improve ADTS format sniffer's performance. Moonchild 2024-12-29 13:48:05 +01:00
  • 8f5a66b486 Issue #2673 - Part 3: Fix coding style. Moonchild 2024-12-29 13:38:10 +01:00
  • e25b285ca7 Issue #2673 - Part 2: Add ADTS format sniffer. Moonchild 2024-12-29 13:31:47 +01:00
  • 0c2130e615 Issue #2673 - Part 1: Minor ADTSDemuxer cleanup. Moonchild 2024-12-29 13:25:07 +01:00
  • e448ec4c0d [no issue] Remove duplicate FLAC MIME type define. Moonchild 2024-12-29 13:23:08 +01:00
  • e5fa99d83c Merge remote-tracking branch 'origin/tracking' into custom roytam1 2024-12-28 21:55:53 +08:00
  • 2e1c487563 Issue #2670 - Compute baseDomain when cookies are read from the database Moonchild 2024-12-22 20:27:41 +01:00
  • d935c4f54c Issue #2672 - Follow-up: Remove unused telemetry variable. Moonchild 2024-12-24 13:53:16 +01:00
  • d69e2a3779 Issue #2672 - Part 4: Prevent db access while rebuilding is underway. Moonchild 2024-12-22 16:58:11 +01:00
  • 032b0ae0d8 Issue #2672 - Part 3: Ensure thread lifetimes are in tandem. Moonchild 2024-12-22 16:57:19 +01:00
  • fe53a0bb1c Issue #2672 - Part 2: Auto-close syncConn for edge cases. Moonchild 2024-12-22 16:05:33 +01:00
  • aec27853c6 Issue #2672 - Part 1: Load nsCookieService OMT and use sync reads. Moonchild 2024-12-22 15:55:22 +01:00
  • 990b92ae63 Merge remote-tracking branch 'origin/tracking' into custom roytam1 2024-12-20 13:43:35 +08:00
  • 334de9ffcc Issue #1787 - Follow-up: remove no longer used AppClearDataObserver. Martok 2024-12-14 22:52:20 +01:00
  • d9dbae4aa9 No issue - Follow-up: fix compilation Martok 2024-12-14 23:16:31 +01:00
  • 1bdfca3920 No issue - Cloned <audio>/<video> elements should respect muted attribute. Moonchild 2024-12-05 14:16:07 +01:00
  • a29afdfafe No Issue - Fixes assembling with binutil as >= 2.41. effadce6c7 Same code exists in libav so applying the same patch there as well. Brian Smith 2023-08-04 15:10:41 -05:00
  • 1554c778f4 No Issue - Make nsCocoaWindow hold a death grip on its native window until its destructor. https://bugzilla.mozilla.org/show_bug.cgi?id=1880582 Brian Smith 2024-11-30 17:53:28 -06:00
  • e26468c8a2 nss: update nssckbi to 2.72 roytam1 2024-11-29 21:04:06 +08:00
  • c6517989ab Merge remote-tracking branch 'origin/tracking' into custom roytam1 2024-11-29 21:00:51 +08:00
  • e825209039 [NSS] Bug 1899402 - Correctly destroy bulkkey in error scenario. r=jschanck Kai Engert 2024-09-26 21:22:17 +02:00
  • 857990d172 [XPCOM] Warn about .library-ms files on Windows (treat as executable) Moonchild 2024-11-28 09:59:45 +01:00
  • 24f3a981b6 Issue #2255 - Follow-up: Check if we actually have a non-null global object. Moonchild 2024-11-27 18:27:00 +01:00
  • 01624751a1 [network] Update effective TLD names list. Moonchild 2024-11-26 22:45:53 +01:00
  • 6c6ab6de1a [js] Avoid potential crash if GC cell is no longer valid. Moonchild 2024-11-23 13:54:29 +01:00
  • 5a5577c829 [Basilisk] comment out AppsService related files in package manifest, fix mach package roytam1 2024-11-21 21:39:38 +08:00
  • 310c05b97a Merge remote-tracking branch 'origin/tracking' into custom roytam1 2024-11-21 21:09:29 +08:00
  • ff89fee91d Issue #1787 - Remove nsIAppsService, mozIApplication and mozapp data cleanup. Moonchild 2024-11-20 20:18:19 +01:00
  • ef5f052d97 Issue #2657 - Remove -moz-samplesize resize-decoding for low-vram mobiles Moonchild 2024-11-20 14:10:10 +01:00
  • 75d698133f Issue #2654 - Remove pre-allocated process manager. Moonchild 2024-11-19 13:18:31 +01:00
  • 04b285b848 Issue #2653 - Part 5: Simplify and clean up some quota code Moonchild 2024-11-18 19:15:23 +01:00
  • 53cab0f8ce Issue #2653 - Part 4: Remove isApp from quota manager and its clients Moonchild 2024-11-18 15:00:21 +01:00
  • 7f086f216c Issue #2653 - Part 3: Remove support for packaged apps from asmjscache Moonchild 2024-11-18 13:58:43 +01:00
  • 0e6fa95840 Issue #2653 - Part 2: Update tests Moonchild 2024-11-17 21:37:56 +01:00
  • 7b6e3a2d4a Issue #2653 - Part 1: Initial cleanup of AppId and isolated mozbrowser. Moonchild 2024-11-17 20:39:45 +01:00
  • a6c54d0736 No issue - Stop WebGL context forcing spew in non-debug builds. Moonchild 2024-11-15 21:45:59 +01:00
  • 60e671e956 Issue #2652 - Part2: Add "Clear DNS cache" button to about:networking Moonchild 2024-11-15 12:47:24 +01:00
  • f5ef327563 Issue #2652 - Part 1: Add a way to programmatically clear the DNS cache. Moonchild 2024-11-15 12:25:52 +01:00
  • 1f038cd026 No Issue - stop spewing useless xfo < CSP warning in non-debug builds Moonchild 2024-11-14 21:53:59 +01:00
  • 6db7856f7f Merge remote-tracking branch 'origin/tracking' into custom roytam1 2024-11-13 23:24:49 +08:00
  • 1878228db7 Issue #2305 Part 4: Check for failure when getting RegExp match result template Moonchild 2024-11-12 14:30:36 +01:00
  • a382c2aa66 Issue #2305 Part 3c: Merge repeated loops over MatchPairs Martok 2024-11-10 23:35:49 +01:00
  • 6dbe2de6db Issue #2305 Part 3b: Create .indices and .indices.groups Martok 2024-11-10 17:05:24 +01:00
  • 2d8696c4fe Issue #2305 Part 3a: Pass ResultTemplateKind through CreateRegExpMatchResult Moonchild 2024-11-09 19:17:11 +01:00
  • 845d36d582 Issue #2305 Part 2: Support .indices in match result template objects Moonchild 2024-11-09 18:51:54 +01:00
  • 47ef1701b3 Issue #2305 Part 1: Add support for hasIndices to RegExpFlags (/d) Moonchild 2024-11-08 18:22:22 +01:00
  • 4397f384a7 Merge remote-tracking branch 'origin/tracking' into custom roytam1 2024-10-31 21:48:26 +08:00
  • 9ba1057e54 Bug 1920800 - Remove oldImages from check for flushed old principal handle Karl Tomlinson 2024-10-30 13:21:33 +01:00
  • 5c0c0c02d9 Issue #2648 - Inherit the content disposition of the multipart response Moonchild 2024-10-30 09:50:08 +01:00
  • 6fe326c7bb Issue #2648 - Apply CSP to documents sent through multipart/x-mixed-replace Moonchild 2024-10-30 09:06:43 +01:00
  • 8d536c0cc7 Issue #2646 - Parse "variations" keywords. Moonchild 2024-10-29 11:16:30 +01:00
  • 8bbcb50b62 Revert "Issue #2645 - Fix type confusion for ResumeKind" Moonchild 2024-10-28 14:51:10 +01:00
  • f890f88314 Revert "Issue #2645 - Fix type confusion for ResumeKind" roytam1 2024-10-24 22:55:27 +08:00
  • 7df6fa1c80 Merge remote-tracking branch 'origin/tracking' into custom roytam1 2024-10-24 07:39:14 +08:00
  • e665b30629 Issue #2645 - Return null if getName() PC is invalid. Moonchild 2024-10-21 22:27:57 +02:00
  • 7d978ccd71 Issue #2641 - Update Fetch to adhere to the updated spec (pass refpolicy) Moonchild 2024-10-20 11:23:30 +02:00
  • f6f046930d Issue #2641 - Speculative load changes for referrerpolicy Moonchild 2024-10-20 09:35:39 +02:00
  • 19c4996881 Issue #2645 - Fix type confusion for ResumeKind Moonchild 2024-10-11 22:02:44 +02:00
  • cee682b980 PR #2643 - The border-radius Directive Should Apply to Outlines Andy 2024-10-09 12:08:46 -07:00
  • 06fe8456f7 libjpeg-turbo: disable thread local storage usage introduced in f579cc11b3, this should fix crashing in XP/2003. roytam1 2024-10-12 20:20:45 +08:00
  • 1dffd76cda Merge remote-tracking branch 'origin/tracking' into custom roytam1 2024-10-11 12:02:17 +08:00
  • 19dc62b0a2 libjpeg-turbo: update to 2.1.x rev 0734e34f6 roytam1 2024-10-11 12:01:54 +08:00
  • a1d0cf1e05 [Pale-Moon] Issue #1972 - Follow-up: include Ci with nsIWebNavigation flag. Moonchild 2024-10-05 14:27:05 +02:00