Revīziju vēsture

Autors SHA1 Ziņojums Datums
  Linus Groh dc44effd44 LibWeb: Move cross-origin AOs from Bindings/ to HTML/CrossOrigin/ 2 gadi atpakaļ
  Linus Groh 6055b0e850 LibWeb: Remove no-op impl() methods from the WEB_PLATFORM_OBJECT macro 2 gadi atpakaļ
  Andreas Kling 497ead37bc LibWeb: Make DOMException GC-allocated 2 gadi atpakaļ
  Andreas Kling 0e47754ac8 LibWeb: Make LocationObject a PlatformObject 2 gadi atpakaļ
  Andreas Kling ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 gadi atpakaļ
  Andreas Kling 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 gadi atpakaļ
  Linus Groh 72730422bb LibJS: Remove Shape::global_object() and Object::global_object() 2 gadi atpakaļ
  Linus Groh b345a0acca LibJS+LibWeb: Reduce use of GlobalObject as an intermediary 2 gadi atpakaļ
  Linus Groh e3895e6c80 LibJS: Pass Realm to define_native_{accessor,function}() 2 gadi atpakaļ
  Linus Groh b465f46e00 LibJS: Remove GlobalObject parameter from native functions 2 gadi atpakaļ
  Linus Groh f8fb985b05 LibWeb: Replace GlobalObject with VM in CrossOrigin AOs [Part 2/4] 2 gadi atpakaļ
  Linus Groh a022e548b8 LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19] 2 gadi atpakaļ
  Linus Groh f6c4a0f5d0 LibJS: Replace GlobalObject with VM in PrototypeObject AOs [Part 3/19] 2 gadi atpakaļ
  Linus Groh 999da617c5 LibJS: Remove GlobalObject from VM::this_value() 2 gadi atpakaļ
  Linus Groh f3117d46dc LibJS: Remove GlobalObject from VM::throw_completion() 3 gadi atpakaļ
  Linus Groh 5dd5896588 LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions 3 gadi atpakaļ
  Linus Groh ecd163bdf1 LibJS+LibWeb: Replace GlobalObject with Realm in object constructors 3 gadi atpakaļ
  Igor Pissolati a387b822a0 LibWeb: Add basic constructor/prototype to exotic objects 3 gadi atpakaļ
  Lenny Maiorani c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 gadi atpakaļ
  Linus Groh 1422bd45eb LibWeb: Move Window from DOM directory & namespace to HTML 3 gadi atpakaļ
  Linus Groh fe52ee2f8e LibWeb: Implement the remaining LocationObject internal methods 3 gadi atpakaļ
  Linus Groh 26d29e9220 LibWeb: Implement LocationObject URL part getters closer to spec 3 gadi atpakaļ
  Linus Groh 7fb9f431ea LibWeb: Add LocationObject::url() 3 gadi atpakaļ
  Linus Groh da8525279e LibWeb: Add LocationObject::relevant_document() 3 gadi atpakaļ
  Linus Groh 986bd2e271 LibWeb: Add spec comments to LocationObject 3 gadi atpakaļ
  Timothy Flynn 585e420707 LibWeb: Convert the Location object to ThrowCompletionOr 3 gadi atpakaļ
  Idan Horowitz 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function 3 gadi atpakaļ
  Idan Horowitz 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros 3 gadi atpakaļ
  Linus Groh 4d8912a92b LibJS: Convert to_string() to ThrowCompletionOr 3 gadi atpakaļ
  Idan Horowitz 4bd089616e LibWeb: Implement window.location's stringifier 3 gadi atpakaļ