mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-29 13:46:31 +00:00
LibWeb: Sort the forwarding header
This commit is contained in:
parent
3c5819a6d2
commit
5ed702e211
Notes:
github-actions[bot]
2024-10-17 20:36:06 +00:00
Author: https://github.com/trflynn89
Commit: 5ed702e211
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1835
Reviewed-by: https://github.com/ADKaster ✅
1 changed files with 36 additions and 29 deletions
|
@ -14,15 +14,16 @@ namespace Web {
|
||||||
class DragAndDropEventHandler;
|
class DragAndDropEventHandler;
|
||||||
class EditEventHandler;
|
class EditEventHandler;
|
||||||
class EventHandler;
|
class EventHandler;
|
||||||
enum class InvalidateDisplayList;
|
|
||||||
class LoadRequest;
|
class LoadRequest;
|
||||||
class Page;
|
class Page;
|
||||||
class PageClient;
|
class PageClient;
|
||||||
class PaintContext;
|
class PaintContext;
|
||||||
class Resource;
|
class Resource;
|
||||||
class ResourceLoader;
|
class ResourceLoader;
|
||||||
enum class TraversalDecision;
|
|
||||||
class XMLDocumentBuilder;
|
class XMLDocumentBuilder;
|
||||||
|
|
||||||
|
enum class InvalidateDisplayList;
|
||||||
|
enum class TraversalDecision;
|
||||||
}
|
}
|
||||||
|
|
||||||
namespace Web::Painting {
|
namespace Web::Painting {
|
||||||
|
@ -46,6 +47,7 @@ class KeyframeEffect;
|
||||||
namespace Web::ARIA {
|
namespace Web::ARIA {
|
||||||
class AriaData;
|
class AriaData;
|
||||||
class ARIAMixin;
|
class ARIAMixin;
|
||||||
|
|
||||||
enum class StateAndProperties;
|
enum class StateAndProperties;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -102,6 +104,11 @@ class BackgroundRepeatStyleValue;
|
||||||
class BackgroundSizeStyleValue;
|
class BackgroundSizeStyleValue;
|
||||||
class BasicShapeStyleValue;
|
class BasicShapeStyleValue;
|
||||||
class BorderRadiusStyleValue;
|
class BorderRadiusStyleValue;
|
||||||
|
class Clip;
|
||||||
|
class ConicGradientStyleValue;
|
||||||
|
class ContentStyleValue;
|
||||||
|
class CounterDefinitionsStyleValue;
|
||||||
|
class CounterStyleValue;
|
||||||
class CSSAnimation;
|
class CSSAnimation;
|
||||||
class CSSColorValue;
|
class CSSColorValue;
|
||||||
class CSSConditionRule;
|
class CSSConditionRule;
|
||||||
|
@ -126,14 +133,8 @@ class CSSRuleList;
|
||||||
class CSSStyleDeclaration;
|
class CSSStyleDeclaration;
|
||||||
class CSSStyleRule;
|
class CSSStyleRule;
|
||||||
class CSSStyleSheet;
|
class CSSStyleSheet;
|
||||||
struct CSSStyleSheetInit;
|
|
||||||
class CSSStyleValue;
|
class CSSStyleValue;
|
||||||
class CSSSupportsRule;
|
class CSSSupportsRule;
|
||||||
class Clip;
|
|
||||||
class ConicGradientStyleValue;
|
|
||||||
class ContentStyleValue;
|
|
||||||
class CounterStyleValue;
|
|
||||||
class CounterDefinitionsStyleValue;
|
|
||||||
class CustomIdentStyleValue;
|
class CustomIdentStyleValue;
|
||||||
class Display;
|
class Display;
|
||||||
class DisplayStyleValue;
|
class DisplayStyleValue;
|
||||||
|
@ -204,7 +205,6 @@ class StringStyleValue;
|
||||||
class StyleComputer;
|
class StyleComputer;
|
||||||
class StyleProperties;
|
class StyleProperties;
|
||||||
class StyleSheet;
|
class StyleSheet;
|
||||||
struct StyleSheetIdentifier;
|
|
||||||
class StyleSheetList;
|
class StyleSheetList;
|
||||||
class StyleValueList;
|
class StyleValueList;
|
||||||
class Supports;
|
class Supports;
|
||||||
|
@ -216,8 +216,8 @@ class TimeStyleValue;
|
||||||
class Transformation;
|
class Transformation;
|
||||||
class TransformationStyleValue;
|
class TransformationStyleValue;
|
||||||
class TransitionStyleValue;
|
class TransitionStyleValue;
|
||||||
class URLStyleValue;
|
|
||||||
class UnresolvedStyleValue;
|
class UnresolvedStyleValue;
|
||||||
|
class URLStyleValue;
|
||||||
class VisualViewport;
|
class VisualViewport;
|
||||||
|
|
||||||
enum class Keyword;
|
enum class Keyword;
|
||||||
|
@ -225,18 +225,21 @@ enum class MediaFeatureID;
|
||||||
enum class PropertyID;
|
enum class PropertyID;
|
||||||
|
|
||||||
struct BackgroundLayerData;
|
struct BackgroundLayerData;
|
||||||
|
struct CSSStyleSheetInit;
|
||||||
|
struct StyleSheetIdentifier;
|
||||||
}
|
}
|
||||||
|
|
||||||
namespace Web::CSS::Parser {
|
namespace Web::CSS::Parser {
|
||||||
struct AtRule;
|
|
||||||
class ComponentValue;
|
class ComponentValue;
|
||||||
struct Declaration;
|
|
||||||
struct Function;
|
|
||||||
class Parser;
|
class Parser;
|
||||||
struct QualifiedRule;
|
|
||||||
struct SimpleBlock;
|
|
||||||
class Token;
|
class Token;
|
||||||
class Tokenizer;
|
class Tokenizer;
|
||||||
|
|
||||||
|
struct AtRule;
|
||||||
|
struct Declaration;
|
||||||
|
struct Function;
|
||||||
|
struct QualifiedRule;
|
||||||
|
struct SimpleBlock;
|
||||||
}
|
}
|
||||||
|
|
||||||
namespace Web::DOM {
|
namespace Web::DOM {
|
||||||
|
@ -276,8 +279,8 @@ class NodeList;
|
||||||
class ParentNode;
|
class ParentNode;
|
||||||
class Position;
|
class Position;
|
||||||
class ProcessingInstruction;
|
class ProcessingInstruction;
|
||||||
class Range;
|
|
||||||
class RadioNodeList;
|
class RadioNodeList;
|
||||||
|
class Range;
|
||||||
class RegisteredObserver;
|
class RegisteredObserver;
|
||||||
class ShadowRoot;
|
class ShadowRoot;
|
||||||
class StaticNodeList;
|
class StaticNodeList;
|
||||||
|
@ -297,10 +300,11 @@ class XMLSerializer;
|
||||||
}
|
}
|
||||||
|
|
||||||
namespace Web::Encoding {
|
namespace Web::Encoding {
|
||||||
struct TextDecodeOptions;
|
|
||||||
class TextDecoder;
|
class TextDecoder;
|
||||||
struct TextDecoderOptions;
|
|
||||||
class TextEncoder;
|
class TextEncoder;
|
||||||
|
|
||||||
|
struct TextDecodeOptions;
|
||||||
|
struct TextDecoderOptions;
|
||||||
struct TextEncoderEncodeIntoResult;
|
struct TextEncoderEncodeIntoResult;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -331,8 +335,8 @@ class ConnectionTimingInfo;
|
||||||
class FetchAlgorithms;
|
class FetchAlgorithms;
|
||||||
class FetchController;
|
class FetchController;
|
||||||
class FetchParams;
|
class FetchParams;
|
||||||
class FetchTimingInfo;
|
|
||||||
class FetchRecord;
|
class FetchRecord;
|
||||||
|
class FetchTimingInfo;
|
||||||
class HeaderList;
|
class HeaderList;
|
||||||
class IncrementalReadLoopReadRequest;
|
class IncrementalReadLoopReadRequest;
|
||||||
class Request;
|
class Request;
|
||||||
|
@ -350,16 +354,17 @@ class FileList;
|
||||||
|
|
||||||
namespace Web::Geometry {
|
namespace Web::Geometry {
|
||||||
class DOMMatrix;
|
class DOMMatrix;
|
||||||
struct DOMMatrix2DInit;
|
|
||||||
struct DOMMatrixInit;
|
|
||||||
class DOMMatrixReadOnly;
|
class DOMMatrixReadOnly;
|
||||||
class DOMPoint;
|
class DOMPoint;
|
||||||
struct DOMPointInit;
|
|
||||||
class DOMPointReadOnly;
|
class DOMPointReadOnly;
|
||||||
class DOMQuad;
|
class DOMQuad;
|
||||||
class DOMRect;
|
class DOMRect;
|
||||||
class DOMRectList;
|
class DOMRectList;
|
||||||
class DOMRectReadOnly;
|
class DOMRectReadOnly;
|
||||||
|
|
||||||
|
struct DOMMatrix2DInit;
|
||||||
|
struct DOMMatrixInit;
|
||||||
|
struct DOMPointInit;
|
||||||
}
|
}
|
||||||
|
|
||||||
namespace Web::HTML {
|
namespace Web::HTML {
|
||||||
|
@ -386,7 +391,6 @@ class DOMStringMap;
|
||||||
class DragDataStore;
|
class DragDataStore;
|
||||||
class DragEvent;
|
class DragEvent;
|
||||||
class ElementInternals;
|
class ElementInternals;
|
||||||
struct EmbedderPolicy;
|
|
||||||
class ErrorEvent;
|
class ErrorEvent;
|
||||||
class EventHandler;
|
class EventHandler;
|
||||||
class EventLoop;
|
class EventLoop;
|
||||||
|
@ -497,6 +501,7 @@ class PromiseRejectionEvent;
|
||||||
class SelectedFile;
|
class SelectedFile;
|
||||||
class ServiceWorkerContainer;
|
class ServiceWorkerContainer;
|
||||||
class ServiceWorkerRegistration;
|
class ServiceWorkerRegistration;
|
||||||
|
class SessionHistoryEntry;
|
||||||
class SharedResourceRequest;
|
class SharedResourceRequest;
|
||||||
class Storage;
|
class Storage;
|
||||||
class SubmitEvent;
|
class SubmitEvent;
|
||||||
|
@ -509,7 +514,6 @@ class Timer;
|
||||||
class TimeRanges;
|
class TimeRanges;
|
||||||
class ToggleEvent;
|
class ToggleEvent;
|
||||||
class TrackEvent;
|
class TrackEvent;
|
||||||
struct TransferDataHolder;
|
|
||||||
class TraversableNavigable;
|
class TraversableNavigable;
|
||||||
class UserActivation;
|
class UserActivation;
|
||||||
class ValidityState;
|
class ValidityState;
|
||||||
|
@ -530,18 +534,19 @@ enum class AllowMultipleFiles;
|
||||||
enum class MediaSeekMode;
|
enum class MediaSeekMode;
|
||||||
enum class SandboxingFlagSet;
|
enum class SandboxingFlagSet;
|
||||||
|
|
||||||
struct OpenerPolicy;
|
struct EmbedderPolicy;
|
||||||
struct OpenerPolicyEnforcementResult;
|
|
||||||
struct Environment;
|
struct Environment;
|
||||||
struct EnvironmentSettingsObject;
|
struct EnvironmentSettingsObject;
|
||||||
struct NavigationParams;
|
struct NavigationParams;
|
||||||
|
struct OpenerPolicy;
|
||||||
|
struct OpenerPolicyEnforcementResult;
|
||||||
struct PolicyContainer;
|
struct PolicyContainer;
|
||||||
struct POSTResource;
|
struct POSTResource;
|
||||||
struct ScrollOptions;
|
struct ScrollOptions;
|
||||||
struct ScrollToOptions;
|
struct ScrollToOptions;
|
||||||
struct SerializedFormData;
|
struct SerializedFormData;
|
||||||
class SessionHistoryEntry;
|
|
||||||
struct ToggleTaskTracker;
|
struct ToggleTaskTracker;
|
||||||
|
struct TransferDataHolder;
|
||||||
}
|
}
|
||||||
|
|
||||||
namespace Web::HighResolutionTime {
|
namespace Web::HighResolutionTime {
|
||||||
|
@ -562,6 +567,7 @@ class Internals;
|
||||||
namespace Web::IntersectionObserver {
|
namespace Web::IntersectionObserver {
|
||||||
class IntersectionObserver;
|
class IntersectionObserver;
|
||||||
class IntersectionObserverEntry;
|
class IntersectionObserverEntry;
|
||||||
|
|
||||||
struct IntersectionObserverRegistration;
|
struct IntersectionObserverRegistration;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -575,8 +581,8 @@ class CheckBox;
|
||||||
class FlexFormattingContext;
|
class FlexFormattingContext;
|
||||||
class FormattingContext;
|
class FormattingContext;
|
||||||
class ImageBox;
|
class ImageBox;
|
||||||
class InlineNode;
|
|
||||||
class InlineFormattingContext;
|
class InlineFormattingContext;
|
||||||
|
class InlineNode;
|
||||||
class Label;
|
class Label;
|
||||||
class LabelableNode;
|
class LabelableNode;
|
||||||
class LineBox;
|
class LineBox;
|
||||||
|
@ -641,6 +647,7 @@ namespace Web::PerformanceTimeline {
|
||||||
class PerformanceEntry;
|
class PerformanceEntry;
|
||||||
class PerformanceObserver;
|
class PerformanceObserver;
|
||||||
class PerformanceObserverEntryList;
|
class PerformanceObserverEntryList;
|
||||||
|
|
||||||
struct PerformanceObserverInit;
|
struct PerformanceObserverInit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -758,7 +765,6 @@ class Table;
|
||||||
namespace Web::WebAudio {
|
namespace Web::WebAudio {
|
||||||
class AudioBuffer;
|
class AudioBuffer;
|
||||||
class AudioBufferSourceNode;
|
class AudioBufferSourceNode;
|
||||||
class AudioDestinationNode;
|
|
||||||
class AudioContext;
|
class AudioContext;
|
||||||
class AudioDestinationNode;
|
class AudioDestinationNode;
|
||||||
class AudioNode;
|
class AudioNode;
|
||||||
|
@ -818,5 +824,6 @@ class ProgressEvent;
|
||||||
class XMLHttpRequest;
|
class XMLHttpRequest;
|
||||||
class XMLHttpRequestEventTarget;
|
class XMLHttpRequestEventTarget;
|
||||||
class XMLHttpRequestUpload;
|
class XMLHttpRequestUpload;
|
||||||
|
|
||||||
struct FormDataEntry;
|
struct FormDataEntry;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue