Commit History

Author SHA1 Message Date
  Andreas Kling ce2894c95b LibWeb: Restart the cursor blink cycle whenever the user edits content 4 years ago
  Andreas Kling 3c9dcec442 LibWeb: Merge Document::layout() and Document::update_layout() 4 years ago
  Andreas Kling 1eee6716e0 LibWeb: Attach DOM::Document to its frame before parsing 4 years ago
  Andreas Kling 9d442ba606 LibWeb: Store layout box model metrics as floats 4 years ago
  Andreas Kling 15e35b0d71 LibWeb: Layout viewport rect was lagging behind when resizing 4 years ago
  Andreas Kling 5aeab9878e LibWeb: Rename LayoutNode classes and move them into Layout namespace 4 years ago
  Andreas Kling 81add73955 LibWeb: Make Frame point weakly to Page 4 years ago
  Tom 75f61fe3d9 AK: Make RefPtr, NonnullRefPtr, WeakPtr thread safe 4 years ago
  Andreas Kling c67b45aa1f LibWeb: Forget frame selection when changing documents 4 years ago
  Linus Groh 216ccaf805 LibWeb: Handle PageClient::page_did_change_title() in Frame::set_document() 4 years ago
  Andreas Kling 51dbea3a0e LibWeb: Use RefPtrs more in getElementById() and getElementsByName() 4 years ago
  Rewi Haar 521e730df1 LibWeb: Calculate selection based on glyph centers 4 years ago
  Andreas Kling 56c3748dcc LibWeb: Rename PageView => InProcessWebView 5 years ago
  Andreas Kling 9bdd8ec3f3 LibWeb: Don't paint a text cursor in unfocused frames 5 years ago
  Andreas Kling 6b4a7d1ee3 LibWeb: Add "focused frame" concept, one focused Frame per Page 5 years ago
  Andreas Kling 1c7faa8965 LibWeb: Move text selection serialization from PageView to Frame 5 years ago
  Andreas Kling 2c679d0c8b LibWeb: Add a blinking text cursor :^) 5 years ago
  Andreas Kling ef711f501e LibWeb: Move the Page/Frame/EventHandler classes into Page/ 5 years ago