mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-23 08:00:20 +00:00
f1395a2c38
Some checks are pending
CI / Lagom (false, FUZZ, ubuntu-22.04, Linux, Clang) (push) Waiting to run
CI / Lagom (false, NO_FUZZ, macos-14, macOS, Clang) (push) Waiting to run
CI / Lagom (false, NO_FUZZ, ubuntu-22.04, Linux, GNU) (push) Waiting to run
CI / Lagom (true, NO_FUZZ, ubuntu-22.04, Linux, Clang) (push) Waiting to run
Package the js repl as a binary artifact / build-and-package (macos-14, macOS, macOS-universal2) (push) Waiting to run
Package the js repl as a binary artifact / build-and-package (ubuntu-22.04, Linux, Linux-x86_64) (push) Waiting to run
Run test262 and test-wasm / run_and_update_results (push) Waiting to run
Lint Code / lint (push) Waiting to run
Push notes / build (push) Waiting to run
When we want to inject a CSS counter for a line, we need to be sure to handle if we had previously opened a styled span for the current source substring. For example, if we see a new line in the middle of a comment, we will have previously opened the following tag: <span class="comment"> So when injecting a new line and the <span class="line"> element (for CSS counters), we need to close the previous span and insert a newly opened tag to continue using the style. |
||
---|---|---|
.. | ||
Application.cpp | ||
Application.h | ||
Attribute.cpp | ||
Attribute.h | ||
ChromeProcess.cpp | ||
ChromeProcess.h | ||
CMakeLists.txt | ||
CookieJar.cpp | ||
CookieJar.h | ||
Database.cpp | ||
Database.h | ||
Forward.h | ||
InspectorClient.cpp | ||
InspectorClient.h | ||
Native.css | ||
Options.h | ||
Process.cpp | ||
Process.h | ||
ProcessHandle.cpp | ||
ProcessHandle.h | ||
ProcessManager.cpp | ||
ProcessManager.h | ||
ProcessType.h | ||
RequestServerAdapter.cpp | ||
RequestServerAdapter.h | ||
SearchEngine.cpp | ||
SearchEngine.h | ||
SourceHighlighter.cpp | ||
SourceHighlighter.h | ||
UIProcessClient.ipc | ||
UIProcessServer.ipc | ||
URL.cpp | ||
URL.h | ||
UserAgent.cpp | ||
UserAgent.h | ||
ViewImplementation.cpp | ||
ViewImplementation.h | ||
WebContentClient.cpp | ||
WebContentClient.h | ||
WebSocketClientAdapter.cpp | ||
WebSocketClientAdapter.h |