Historique des commits

Auteur SHA1 Message Date
  Kenneth Myhra a3661fd7f2 LibWeb: Let queue_global_task() take a JS::HeapFunction il y a 1 an
  Aliaksandr Kalenik 890da021c4 LibWeb: Abort ongoing navigation before firing next navigation event il y a 1 an
  Andreas Kling 53d0dd4a2e LibJS+LibWeb: Use new Cell::Visitor helpers to avoid manual iteration il y a 1 an
  Matthew Olsson 31341b280a LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR() il y a 1 an
  Shannon Booth 70e2f51674 LibWeb: Prefer GCPtr<T> over Optional<NonnullGCPtr<T>> il y a 1 an
  Aliaksandr Kalenik 39f74d3437 LibWeb: Bring HistoryHandlingBehavior up to date with the specification il y a 1 an
  Aliaksandr Kalenik ce325a9912 LibWeb: Add SessionHistoryEntry::document() il y a 1 an
  Aliaksandr Kalenik b590d1b48b LibWeb: Transform SessionHistoryEntry from a struct to a class il y a 1 an
  Shannon Booth e800605ad3 AK+LibURL: Move AK::URL into a new URL library il y a 1 an
  Andreas Kling c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes il y a 1 an
  Shannon Booth 9ce8189f21 Everywhere: Use unqualified AK::URL il y a 1 an
  Andrew Kaster 1358fe85b0 LibWeb: Add option to TemporaryExecutionContext to prepare for callbacks il y a 1 an
  Andrew Kaster 19e802d09c LibWeb: Remove invalid assertion in API method tracker promotion AO il y a 1 an
  Andrew Kaster 3441b37de5 LibWeb: Store Promise::wait_for_all state in a JS-heap allocated object il y a 1 an
  Andrew Kaster 346eb02659 LibWeb: Remove last substantial FIXMEs from Navigation API il y a 1 an
  Andrew Kaster 52a9a8146b LibWeb: Remove old FIXMEs about not setting up the navigation API's NHEs il y a 1 an
  Andrew Kaster 6c1944ee61 LibWeb: Flesh out apply the history step to setup the navigation API il y a 1 an
  Andrew Kaster a8091c009b LibWeb: Add assorted AOs related to populating the navigation API's SHEs il y a 1 an
  Shannon Booth 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString il y a 1 an
  Andreas Kling bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks il y a 1 an
  Andrew Kaster 0f8ae12d44 LibWeb: Implement fire a download request navigate event il y a 1 an
  Andrew Kaster 67bc3629a9 LibWeb: Implement fire a push/replace/reload navigate event il y a 1 an
  Andrew Kaster 5549371b52 LibWeb: Implement fire a traverse navigate event on Navigation il y a 1 an
  Andrew Kaster 3935105d0a LibWeb: Implement the inner navigate event firing algorithm il y a 1 an
  Andrew Kaster 0650edc7d7 LibWeb: Implement Navigation AOs that are called during event firing il y a 1 an
  Andrew Kaster f296382e1a LibWeb: Implement inform the navigation api about aborting navigation il y a 1 an
  Shannon Booth 41928c2902 LibWeb: Port DOMException interface from DeprecatedString to String il y a 1 an
  Andrew Kaster cf1f14f58c LibWeb: Make to_history_handling_behavior conversion helper public il y a 1 an
  Andrew Kaster b1f06e42ce LibWeb: Implement navigation.{traverseTo, back, forward} il y a 1 an
  Andrew Kaster 798a1b2751 LibWeb: Implement navigation.reload() il y a 1 an