Historique des commits

Auteur SHA1 Message Date
  Andreas Kling f8dd3e14ba LibWeb: Rename CSS::StyleResolver => StyleComputer il y a 3 ans
  Andreas Kling 1ca33598da LibWeb: Give DOM::Document some default style properties il y a 3 ans
  Luke Wilde d47e431d54 LibWeb: Add getElementsByTagNameNS and add support for * in non-NS il y a 3 ans
  Andreas Kling e649144a90 LibWeb: Replace ScriptExecutionContext::interpreter() with realm() il y a 3 ans
  Andreas Kling 5fbd0c5ea0 LibWeb: Add DOM::Document::is_active() il y a 3 ans
  Sam Atkins 3f31f109b5 LibWeb: Speed up computed style calculation il y a 3 ans
  Idan Horowitz d6cfa34667 AK: Make URL::m_port an Optional<u16>, Expose raw port getter il y a 3 ans
  Idan Horowitz 4629f2e4ad LibWeb: Add the Web::URL namespace and move URLEncoder to it il y a 3 ans
  Luke Wilde 678dd2d180 LibWeb: Expose the location object via Document.location il y a 3 ans
  Luke Wilde 1927600852 LibWeb: Add the History object and stub pushState and replaceState il y a 3 ans
  Luke Wilde 3eca8cb243 LibWeb: Add Document::is_fully_active il y a 3 ans
  Andreas Kling 5c905acf1d LibWeb: Add naive support for the Document.referrer attribute il y a 3 ans
  Andreas Kling e1fb8bef09 LibWeb: Rename Document::complete_url() => parse_url() il y a 3 ans
  Andreas Kling c759055c08 LibWeb: Implement "Document has a style sheet that is blocking scripts" il y a 3 ans
  Andreas Kling e91edcaa28 LibWeb: Rename InitialContainingBlockBox => InitialContainingBlock il y a 3 ans
  Andreas Kling dfa9dcca98 LibWeb+Browser: Remove unnecessary InProcessWebView.h includes il y a 4 ans
  Alexander d528c9c2ee LibWeb: Don't print JavaScript syntax error hints il y a 4 ans
  Idan Horowitz 795786387b LibJS: Remove the NativeProperty mechanism from LibJS il y a 4 ans
  Luke a826df773e LibWeb: Make WrapperGenerator generate nullable wrapper types il y a 4 ans
  Idan Horowitz 2f60508ae0 LibWeb: Hook on_call_stack_emptied after m_interpreter was initialized il y a 4 ans
  Adam Hodgen 4affe052b8 LibWeb: Add JSON serialization method to DOM::Node il y a 4 ans
  Andreas Kling ba9d5c4d54 LibJS: Rename Function => FunctionObject il y a 4 ans
  Ali Mohammad Pur fd72597999 LibWeb: Make ExceptionOr capable of holding all error types in the spec il y a 4 ans
  Paul Irwin 5eb65286b6 LibWeb: Support :active pseudo-class for hyperlinks, :focus possibly il y a 4 ans
  Andreas Kling ee3a73ddbb AK: Rename downcast<T> => verify_cast<T> il y a 4 ans
  Idan Horowitz de9fa6622a LibJS: Add the FinalizationRegistry built-in object il y a 4 ans
  Idan Horowitz 6913f06b6f LibJS: Store and maintain an "execution generation" counter il y a 4 ans
  Ali Mohammad Pur 51c2c69357 AK+Everywhere: Disallow constructing Functions from incompatible types il y a 4 ans
  Max Wipfli bc8d16ad28 Everywhere: Replace ctype.h to avoid narrowing conversions il y a 4 ans
  Andreas Kling 4190fd2199 LibWeb: Rename Web::Frame to Web::BrowsingContext il y a 4 ans