repo
stringlengths
7
64
file_url
stringlengths
81
338
file_path
stringlengths
5
257
content
stringlengths
0
32.8k
language
stringclasses
1 value
license
stringclasses
7 values
commit_sha
stringlengths
40
40
retrieved_at
stringdate
2026-01-04 15:25:31
2026-01-05 01:50:38
truncated
bool
2 classes
microsoft/playwright
https://github.com/microsoft/playwright/blob/1359b5fbf7087a8b72d7ee25ad16ff2751195300/packages/playwright-core/src/client/input.ts
packages/playwright-core/src/client/input.ts
/** * Copyright 2017 Google Inc. All rights reserved. * Modifications copyright (c) Microsoft Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.or...
typescript
Apache-2.0
1359b5fbf7087a8b72d7ee25ad16ff2751195300
2026-01-04T15:25:31.902420Z
false
microsoft/playwright
https://github.com/microsoft/playwright/blob/1359b5fbf7087a8b72d7ee25ad16ff2751195300/packages/playwright-core/src/client/localUtils.ts
packages/playwright-core/src/client/localUtils.ts
/** * Copyright (c) Microsoft Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
typescript
Apache-2.0
1359b5fbf7087a8b72d7ee25ad16ff2751195300
2026-01-04T15:25:31.902420Z
false
microsoft/playwright
https://github.com/microsoft/playwright/blob/1359b5fbf7087a8b72d7ee25ad16ff2751195300/packages/playwright-core/src/client/clientStackTrace.ts
packages/playwright-core/src/client/clientStackTrace.ts
/** * Copyright (c) Microsoft Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
typescript
Apache-2.0
1359b5fbf7087a8b72d7ee25ad16ff2751195300
2026-01-04T15:25:31.902420Z
false
microsoft/playwright
https://github.com/microsoft/playwright/blob/1359b5fbf7087a8b72d7ee25ad16ff2751195300/packages/playwright-core/src/client/artifact.ts
packages/playwright-core/src/client/artifact.ts
/** * Copyright (c) Microsoft Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
typescript
Apache-2.0
1359b5fbf7087a8b72d7ee25ad16ff2751195300
2026-01-04T15:25:31.902420Z
false
microsoft/playwright
https://github.com/microsoft/playwright/blob/1359b5fbf7087a8b72d7ee25ad16ff2751195300/packages/playwright-core/src/client/types.ts
packages/playwright-core/src/client/types.ts
/** * Copyright 2018 Google Inc. All rights reserved. * Modifications copyright (c) Microsoft Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/li...
typescript
Apache-2.0
1359b5fbf7087a8b72d7ee25ad16ff2751195300
2026-01-04T15:25:31.902420Z
false
microsoft/playwright
https://github.com/microsoft/playwright/blob/1359b5fbf7087a8b72d7ee25ad16ff2751195300/packages/playwright-core/src/client/dialog.ts
packages/playwright-core/src/client/dialog.ts
/** * Copyright (c) Microsoft Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
typescript
Apache-2.0
1359b5fbf7087a8b72d7ee25ad16ff2751195300
2026-01-04T15:25:31.902420Z
false
microsoft/playwright
https://github.com/microsoft/playwright/blob/1359b5fbf7087a8b72d7ee25ad16ff2751195300/packages/playwright-core/src/client/selectors.ts
packages/playwright-core/src/client/selectors.ts
/** * Copyright (c) Microsoft Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
typescript
Apache-2.0
1359b5fbf7087a8b72d7ee25ad16ff2751195300
2026-01-04T15:25:31.902420Z
false
microsoft/playwright
https://github.com/microsoft/playwright/blob/1359b5fbf7087a8b72d7ee25ad16ff2751195300/packages/playwright-core/src/client/fileUtils.ts
packages/playwright-core/src/client/fileUtils.ts
/** * Copyright (c) Microsoft Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
typescript
Apache-2.0
1359b5fbf7087a8b72d7ee25ad16ff2751195300
2026-01-04T15:25:31.902420Z
false
microsoft/playwright
https://github.com/microsoft/playwright/blob/1359b5fbf7087a8b72d7ee25ad16ff2751195300/packages/playwright-core/src/client/waiter.ts
packages/playwright-core/src/client/waiter.ts
/** * Copyright (c) Microsoft Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
typescript
Apache-2.0
1359b5fbf7087a8b72d7ee25ad16ff2751195300
2026-01-04T15:25:31.902420Z
false
microsoft/playwright
https://github.com/microsoft/playwright/blob/1359b5fbf7087a8b72d7ee25ad16ff2751195300/packages/playwright-core/src/client/events.ts
packages/playwright-core/src/client/events.ts
/** * Copyright 2019 Google Inc. All rights reserved. * Modifications copyright (c) Microsoft Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.or...
typescript
Apache-2.0
1359b5fbf7087a8b72d7ee25ad16ff2751195300
2026-01-04T15:25:31.902420Z
false
microsoft/playwright
https://github.com/microsoft/playwright/blob/1359b5fbf7087a8b72d7ee25ad16ff2751195300/packages/playwright-core/src/client/worker.ts
packages/playwright-core/src/client/worker.ts
/** * Copyright (c) Microsoft Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
typescript
Apache-2.0
1359b5fbf7087a8b72d7ee25ad16ff2751195300
2026-01-04T15:25:31.902420Z
false
microsoft/playwright
https://github.com/microsoft/playwright/blob/1359b5fbf7087a8b72d7ee25ad16ff2751195300/packages/playwright-core/src/client/network.ts
packages/playwright-core/src/client/network.ts
/** * Copyright (c) Microsoft Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
typescript
Apache-2.0
1359b5fbf7087a8b72d7ee25ad16ff2751195300
2026-01-04T15:25:31.902420Z
false
microsoft/playwright
https://github.com/microsoft/playwright/blob/1359b5fbf7087a8b72d7ee25ad16ff2751195300/packages/playwright-core/src/client/pageAgent.ts
packages/playwright-core/src/client/pageAgent.ts
/** * Copyright 2017 Google Inc. All rights reserved. * Modifications copyright (c) Microsoft Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.or...
typescript
Apache-2.0
1359b5fbf7087a8b72d7ee25ad16ff2751195300
2026-01-04T15:25:31.902420Z
false
microsoft/playwright
https://github.com/microsoft/playwright/blob/1359b5fbf7087a8b72d7ee25ad16ff2751195300/packages/playwright-core/src/client/eventEmitter.ts
packages/playwright-core/src/client/eventEmitter.ts
/** * Copyright Joyent, Inc. and other Node contributors. * Modifications copyright (c) Microsoft Corporation. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, inc...
typescript
Apache-2.0
1359b5fbf7087a8b72d7ee25ad16ff2751195300
2026-01-04T15:25:31.902420Z
false
microsoft/playwright
https://github.com/microsoft/playwright/blob/1359b5fbf7087a8b72d7ee25ad16ff2751195300/packages/playwright-core/src/protocol/validatorPrimitives.ts
packages/playwright-core/src/protocol/validatorPrimitives.ts
/** * Copyright (c) Microsoft Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
typescript
Apache-2.0
1359b5fbf7087a8b72d7ee25ad16ff2751195300
2026-01-04T15:25:31.902420Z
false
microsoft/playwright
https://github.com/microsoft/playwright/blob/1359b5fbf7087a8b72d7ee25ad16ff2751195300/packages/playwright-core/src/protocol/serializers.ts
packages/playwright-core/src/protocol/serializers.ts
/** * Copyright (c) Microsoft Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
typescript
Apache-2.0
1359b5fbf7087a8b72d7ee25ad16ff2751195300
2026-01-04T15:25:31.902420Z
false
microsoft/playwright
https://github.com/microsoft/playwright/blob/1359b5fbf7087a8b72d7ee25ad16ff2751195300/packages/playwright-core/src/protocol/validator.ts
packages/playwright-core/src/protocol/validator.ts
/** * Copyright (c) Microsoft Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
typescript
Apache-2.0
1359b5fbf7087a8b72d7ee25ad16ff2751195300
2026-01-04T15:25:31.902420Z
true
microsoft/playwright
https://github.com/microsoft/playwright/blob/1359b5fbf7087a8b72d7ee25ad16ff2751195300/packages/playwright-core/types/types.d.ts
packages/playwright-core/types/types.d.ts
// This file is generated by /utils/generate_types/index.js /** * Copyright (c) Microsoft Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/license...
typescript
Apache-2.0
1359b5fbf7087a8b72d7ee25ad16ff2751195300
2026-01-04T15:25:31.902420Z
true
microsoft/playwright
https://github.com/microsoft/playwright/blob/1359b5fbf7087a8b72d7ee25ad16ff2751195300/packages/playwright-core/types/structs.d.ts
packages/playwright-core/types/structs.d.ts
/** * Copyright (c) Microsoft Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
typescript
Apache-2.0
1359b5fbf7087a8b72d7ee25ad16ff2751195300
2026-01-04T15:25:31.902420Z
false
microsoft/playwright
https://github.com/microsoft/playwright/blob/1359b5fbf7087a8b72d7ee25ad16ff2751195300/packages/playwright-core/types/protocol.d.ts
packages/playwright-core/types/protocol.d.ts
// This is generated from /utils/protocol-types-generator/index.js type binary = string; export namespace Protocol { export namespace Accessibility { /** * Unique accessibility node identifier. */ export type AXNodeId = string; /** * Enum of possible property types. */ export type ...
typescript
Apache-2.0
1359b5fbf7087a8b72d7ee25ad16ff2751195300
2026-01-04T15:25:31.902420Z
true
microsoft/playwright
https://github.com/microsoft/playwright/blob/1359b5fbf7087a8b72d7ee25ad16ff2751195300/packages/html-reporter/vite.config.ts
packages/html-reporter/vite.config.ts
/** * Copyright (c) Microsoft Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
typescript
Apache-2.0
1359b5fbf7087a8b72d7ee25ad16ff2751195300
2026-01-04T15:25:31.902420Z
false
microsoft/playwright
https://github.com/microsoft/playwright/blob/1359b5fbf7087a8b72d7ee25ad16ff2751195300/packages/html-reporter/bundle.ts
packages/html-reporter/bundle.ts
/** * Copyright (c) Microsoft Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
typescript
Apache-2.0
1359b5fbf7087a8b72d7ee25ad16ff2751195300
2026-01-04T15:25:31.902420Z
false
microsoft/playwright
https://github.com/microsoft/playwright/blob/1359b5fbf7087a8b72d7ee25ad16ff2751195300/packages/html-reporter/src/statusIcon.tsx
packages/html-reporter/src/statusIcon.tsx
/* Copyright (c) Microsoft Corporation. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in...
typescript
Apache-2.0
1359b5fbf7087a8b72d7ee25ad16ff2751195300
2026-01-04T15:25:31.902420Z
false
microsoft/playwright
https://github.com/microsoft/playwright/blob/1359b5fbf7087a8b72d7ee25ad16ff2751195300/packages/html-reporter/src/metadataView.tsx
packages/html-reporter/src/metadataView.tsx
/* Copyright (c) Microsoft Corporation. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in...
typescript
Apache-2.0
1359b5fbf7087a8b72d7ee25ad16ff2751195300
2026-01-04T15:25:31.902420Z
false
microsoft/playwright
https://github.com/microsoft/playwright/blob/1359b5fbf7087a8b72d7ee25ad16ff2751195300/packages/html-reporter/src/testFileView.tsx
packages/html-reporter/src/testFileView.tsx
/* Copyright (c) Microsoft Corporation. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in...
typescript
Apache-2.0
1359b5fbf7087a8b72d7ee25ad16ff2751195300
2026-01-04T15:25:31.902420Z
false
microsoft/playwright
https://github.com/microsoft/playwright/blob/1359b5fbf7087a8b72d7ee25ad16ff2751195300/packages/html-reporter/src/types.d.ts
packages/html-reporter/src/types.d.ts
/** * Copyright (c) Microsoft Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
typescript
Apache-2.0
1359b5fbf7087a8b72d7ee25ad16ff2751195300
2026-01-04T15:25:31.902420Z
false
microsoft/playwright
https://github.com/microsoft/playwright/blob/1359b5fbf7087a8b72d7ee25ad16ff2751195300/packages/html-reporter/src/testFilesView.tsx
packages/html-reporter/src/testFilesView.tsx
/* Copyright (c) Microsoft Corporation. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in...
typescript
Apache-2.0
1359b5fbf7087a8b72d7ee25ad16ff2751195300
2026-01-04T15:25:31.902420Z
false
microsoft/playwright
https://github.com/microsoft/playwright/blob/1359b5fbf7087a8b72d7ee25ad16ff2751195300/packages/html-reporter/src/chip.tsx
packages/html-reporter/src/chip.tsx
/* Copyright (c) Microsoft Corporation. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in...
typescript
Apache-2.0
1359b5fbf7087a8b72d7ee25ad16ff2751195300
2026-01-04T15:25:31.902420Z
false
microsoft/playwright
https://github.com/microsoft/playwright/blob/1359b5fbf7087a8b72d7ee25ad16ff2751195300/packages/html-reporter/src/testErrorView.tsx
packages/html-reporter/src/testErrorView.tsx
/* Copyright (c) Microsoft Corporation. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in...
typescript
Apache-2.0
1359b5fbf7087a8b72d7ee25ad16ff2751195300
2026-01-04T15:25:31.902420Z
false
microsoft/playwright
https://github.com/microsoft/playwright/blob/1359b5fbf7087a8b72d7ee25ad16ff2751195300/packages/html-reporter/src/utils.ts
packages/html-reporter/src/utils.ts
/* Copyright (c) Microsoft Corporation. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in...
typescript
Apache-2.0
1359b5fbf7087a8b72d7ee25ad16ff2751195300
2026-01-04T15:25:31.902420Z
false
microsoft/playwright
https://github.com/microsoft/playwright/blob/1359b5fbf7087a8b72d7ee25ad16ff2751195300/packages/html-reporter/src/images.ts
packages/html-reporter/src/images.ts
/* Copyright (c) Microsoft Corporation. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in...
typescript
Apache-2.0
1359b5fbf7087a8b72d7ee25ad16ff2751195300
2026-01-04T15:25:31.902420Z
true
microsoft/playwright
https://github.com/microsoft/playwright/blob/1359b5fbf7087a8b72d7ee25ad16ff2751195300/packages/html-reporter/src/headerView.tsx
packages/html-reporter/src/headerView.tsx
/* Copyright (c) Microsoft Corporation. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in...
typescript
Apache-2.0
1359b5fbf7087a8b72d7ee25ad16ff2751195300
2026-01-04T15:25:31.902420Z
false
microsoft/playwright
https://github.com/microsoft/playwright/blob/1359b5fbf7087a8b72d7ee25ad16ff2751195300/packages/html-reporter/src/loadedReport.ts
packages/html-reporter/src/loadedReport.ts
/** * Copyright (c) Microsoft Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or...
typescript
Apache-2.0
1359b5fbf7087a8b72d7ee25ad16ff2751195300
2026-01-04T15:25:31.902420Z
false
microsoft/playwright
https://github.com/microsoft/playwright/blob/1359b5fbf7087a8b72d7ee25ad16ff2751195300/packages/html-reporter/src/filter.ts
packages/html-reporter/src/filter.ts
/* Copyright (c) Microsoft Corporation. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in...
typescript
Apache-2.0
1359b5fbf7087a8b72d7ee25ad16ff2751195300
2026-01-04T15:25:31.902420Z
false
microsoft/playwright
https://github.com/microsoft/playwright/blob/1359b5fbf7087a8b72d7ee25ad16ff2751195300/packages/html-reporter/src/links.tsx
packages/html-reporter/src/links.tsx
/* Copyright (c) Microsoft Corporation. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in...
typescript
Apache-2.0
1359b5fbf7087a8b72d7ee25ad16ff2751195300
2026-01-04T15:25:31.902420Z
false
microsoft/playwright
https://github.com/microsoft/playwright/blob/1359b5fbf7087a8b72d7ee25ad16ff2751195300/packages/html-reporter/src/testCaseView.tsx
packages/html-reporter/src/testCaseView.tsx
/* Copyright (c) Microsoft Corporation. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in...
typescript
Apache-2.0
1359b5fbf7087a8b72d7ee25ad16ff2751195300
2026-01-04T15:25:31.902420Z
false
microsoft/playwright
https://github.com/microsoft/playwright/blob/1359b5fbf7087a8b72d7ee25ad16ff2751195300/packages/html-reporter/src/index.tsx
packages/html-reporter/src/index.tsx
/** * Copyright (c) Microsoft Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or...
typescript
Apache-2.0
1359b5fbf7087a8b72d7ee25ad16ff2751195300
2026-01-04T15:25:31.902420Z
false
microsoft/playwright
https://github.com/microsoft/playwright/blob/1359b5fbf7087a8b72d7ee25ad16ff2751195300/packages/html-reporter/src/speedboard.tsx
packages/html-reporter/src/speedboard.tsx
/** * Copyright (c) Microsoft Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
typescript
Apache-2.0
1359b5fbf7087a8b72d7ee25ad16ff2751195300
2026-01-04T15:25:31.902420Z
false
microsoft/playwright
https://github.com/microsoft/playwright/blob/1359b5fbf7087a8b72d7ee25ad16ff2751195300/packages/html-reporter/src/expandable.tsx
packages/html-reporter/src/expandable.tsx
/** * Copyright (c) Microsoft Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
typescript
Apache-2.0
1359b5fbf7087a8b72d7ee25ad16ff2751195300
2026-01-04T15:25:31.902420Z
false
microsoft/playwright
https://github.com/microsoft/playwright/blob/1359b5fbf7087a8b72d7ee25ad16ff2751195300/packages/html-reporter/src/labels.tsx
packages/html-reporter/src/labels.tsx
/** * Copyright (c) Microsoft Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
typescript
Apache-2.0
1359b5fbf7087a8b72d7ee25ad16ff2751195300
2026-01-04T15:25:31.902420Z
false
microsoft/playwright
https://github.com/microsoft/playwright/blob/1359b5fbf7087a8b72d7ee25ad16ff2751195300/packages/html-reporter/src/testResultView.tsx
packages/html-reporter/src/testResultView.tsx
/* Copyright (c) Microsoft Corporation. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in...
typescript
Apache-2.0
1359b5fbf7087a8b72d7ee25ad16ff2751195300
2026-01-04T15:25:31.902420Z
false
microsoft/playwright
https://github.com/microsoft/playwright/blob/1359b5fbf7087a8b72d7ee25ad16ff2751195300/packages/html-reporter/src/tabbedPane.tsx
packages/html-reporter/src/tabbedPane.tsx
/** * Copyright (c) Microsoft Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or...
typescript
Apache-2.0
1359b5fbf7087a8b72d7ee25ad16ff2751195300
2026-01-04T15:25:31.902420Z
false
microsoft/playwright
https://github.com/microsoft/playwright/blob/1359b5fbf7087a8b72d7ee25ad16ff2751195300/packages/html-reporter/src/reportView.tsx
packages/html-reporter/src/reportView.tsx
/* Copyright (c) Microsoft Corporation. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in...
typescript
Apache-2.0
1359b5fbf7087a8b72d7ee25ad16ff2751195300
2026-01-04T15:25:31.902420Z
false
microsoft/playwright
https://github.com/microsoft/playwright/blob/1359b5fbf7087a8b72d7ee25ad16ff2751195300/packages/html-reporter/src/treeItem.tsx
packages/html-reporter/src/treeItem.tsx
/* Copyright (c) Microsoft Corporation. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in...
typescript
Apache-2.0
1359b5fbf7087a8b72d7ee25ad16ff2751195300
2026-01-04T15:25:31.902420Z
false
microsoft/playwright
https://github.com/microsoft/playwright/blob/1359b5fbf7087a8b72d7ee25ad16ff2751195300/packages/html-reporter/src/icons.tsx
packages/html-reporter/src/icons.tsx
/* Copyright (c) Microsoft Corporation. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in...
typescript
Apache-2.0
1359b5fbf7087a8b72d7ee25ad16ff2751195300
2026-01-04T15:25:31.902420Z
false
microsoft/playwright
https://github.com/microsoft/playwright/blob/1359b5fbf7087a8b72d7ee25ad16ff2751195300/packages/html-reporter/src/vite-env.d.ts
packages/html-reporter/src/vite-env.d.ts
/// <reference types="vite/client" />
typescript
Apache-2.0
1359b5fbf7087a8b72d7ee25ad16ff2751195300
2026-01-04T15:25:31.902420Z
false
microsoft/playwright
https://github.com/microsoft/playwright/blob/1359b5fbf7087a8b72d7ee25ad16ff2751195300/packages/html-reporter/src/copyToClipboard.tsx
packages/html-reporter/src/copyToClipboard.tsx
/** * Copyright (c) Microsoft Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or...
typescript
Apache-2.0
1359b5fbf7087a8b72d7ee25ad16ff2751195300
2026-01-04T15:25:31.902420Z
false
microsoft/playwright
https://github.com/microsoft/playwright/blob/1359b5fbf7087a8b72d7ee25ad16ff2751195300/packages/playwright-browser-chromium/index.d.ts
packages/playwright-browser-chromium/index.d.ts
/** * Copyright (c) Microsoft Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
typescript
Apache-2.0
1359b5fbf7087a8b72d7ee25ad16ff2751195300
2026-01-04T15:25:31.902420Z
false
microsoft/playwright
https://github.com/microsoft/playwright/blob/1359b5fbf7087a8b72d7ee25ad16ff2751195300/packages/playwright-browser-webkit/index.d.ts
packages/playwright-browser-webkit/index.d.ts
/** * Copyright (c) Microsoft Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
typescript
Apache-2.0
1359b5fbf7087a8b72d7ee25ad16ff2751195300
2026-01-04T15:25:31.902420Z
false
microsoft/playwright
https://github.com/microsoft/playwright/blob/1359b5fbf7087a8b72d7ee25ad16ff2751195300/packages/playwright-browser-firefox/index.d.ts
packages/playwright-browser-firefox/index.d.ts
/** * Copyright (c) Microsoft Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
typescript
Apache-2.0
1359b5fbf7087a8b72d7ee25ad16ff2751195300
2026-01-04T15:25:31.902420Z
false
microsoft/playwright
https://github.com/microsoft/playwright/blob/1359b5fbf7087a8b72d7ee25ad16ff2751195300/packages/playwright-chromium/index.d.ts
packages/playwright-chromium/index.d.ts
/** * Copyright (c) Microsoft Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
typescript
Apache-2.0
1359b5fbf7087a8b72d7ee25ad16ff2751195300
2026-01-04T15:25:31.902420Z
false
microsoft/playwright
https://github.com/microsoft/playwright/blob/1359b5fbf7087a8b72d7ee25ad16ff2751195300/packages/playwright-ct-react/index.d.ts
packages/playwright-ct-react/index.d.ts
/** * Copyright (c) Microsoft Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
typescript
Apache-2.0
1359b5fbf7087a8b72d7ee25ad16ff2751195300
2026-01-04T15:25:31.902420Z
false
microsoft/playwright
https://github.com/microsoft/playwright/blob/1359b5fbf7087a8b72d7ee25ad16ff2751195300/packages/playwright-ct-react/register.d.ts
packages/playwright-ct-react/register.d.ts
/** * Copyright (c) Microsoft Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
typescript
Apache-2.0
1359b5fbf7087a8b72d7ee25ad16ff2751195300
2026-01-04T15:25:31.902420Z
false
microsoft/playwright
https://github.com/microsoft/playwright/blob/1359b5fbf7087a8b72d7ee25ad16ff2751195300/packages/playwright-ct-react/hooks.d.ts
packages/playwright-ct-react/hooks.d.ts
/** * Copyright (c) Microsoft Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
typescript
Apache-2.0
1359b5fbf7087a8b72d7ee25ad16ff2751195300
2026-01-04T15:25:31.902420Z
false
microsoft/playwright
https://github.com/microsoft/playwright/blob/1359b5fbf7087a8b72d7ee25ad16ff2751195300/packages/trace-viewer/vite.sw.config.ts
packages/trace-viewer/vite.sw.config.ts
/** * Copyright (c) Microsoft Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
typescript
Apache-2.0
1359b5fbf7087a8b72d7ee25ad16ff2751195300
2026-01-04T15:25:31.902420Z
false
microsoft/playwright
https://github.com/microsoft/playwright/blob/1359b5fbf7087a8b72d7ee25ad16ff2751195300/packages/trace-viewer/vite.config.ts
packages/trace-viewer/vite.config.ts
/** * Copyright (c) Microsoft Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
typescript
Apache-2.0
1359b5fbf7087a8b72d7ee25ad16ff2751195300
2026-01-04T15:25:31.902420Z
false
microsoft/playwright
https://github.com/microsoft/playwright/blob/1359b5fbf7087a8b72d7ee25ad16ff2751195300/packages/trace-viewer/bundle.ts
packages/trace-viewer/bundle.ts
/** * Copyright (c) Microsoft Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
typescript
Apache-2.0
1359b5fbf7087a8b72d7ee25ad16ff2751195300
2026-01-04T15:25:31.902420Z
false
microsoft/playwright
https://github.com/microsoft/playwright/blob/1359b5fbf7087a8b72d7ee25ad16ff2751195300/packages/trace-viewer/src/sw-main.ts
packages/trace-viewer/src/sw-main.ts
/** * Copyright (c) Microsoft Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or...
typescript
Apache-2.0
1359b5fbf7087a8b72d7ee25ad16ff2751195300
2026-01-04T15:25:31.902420Z
false
microsoft/playwright
https://github.com/microsoft/playwright/blob/1359b5fbf7087a8b72d7ee25ad16ff2751195300/packages/trace-viewer/src/uiMode.tsx
packages/trace-viewer/src/uiMode.tsx
/** * Copyright (c) Microsoft Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or...
typescript
Apache-2.0
1359b5fbf7087a8b72d7ee25ad16ff2751195300
2026-01-04T15:25:31.902420Z
false
microsoft/playwright
https://github.com/microsoft/playwright/blob/1359b5fbf7087a8b72d7ee25ad16ff2751195300/packages/trace-viewer/src/index.tsx
packages/trace-viewer/src/index.tsx
/** * Copyright (c) Microsoft Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or...
typescript
Apache-2.0
1359b5fbf7087a8b72d7ee25ad16ff2751195300
2026-01-04T15:25:31.902420Z
false
microsoft/playwright
https://github.com/microsoft/playwright/blob/1359b5fbf7087a8b72d7ee25ad16ff2751195300/packages/trace-viewer/src/vite-env.d.ts
packages/trace-viewer/src/vite-env.d.ts
/// <reference types="vite/client" /> declare const __APP_VERSION__: string;
typescript
Apache-2.0
1359b5fbf7087a8b72d7ee25ad16ff2751195300
2026-01-04T15:25:31.902420Z
false
microsoft/playwright
https://github.com/microsoft/playwright/blob/1359b5fbf7087a8b72d7ee25ad16ff2751195300/packages/trace-viewer/src/third_party/devtools.ts
packages/trace-viewer/src/third_party/devtools.ts
// Copyright 2014 The Chromium Authors. All rights reserved. // Modifications copyright (c) Microsoft Corporation. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // * Redistributions of source code must ret...
typescript
Apache-2.0
1359b5fbf7087a8b72d7ee25ad16ff2751195300
2026-01-04T15:25:31.902420Z
false
microsoft/playwright
https://github.com/microsoft/playwright/blob/1359b5fbf7087a8b72d7ee25ad16ff2751195300/packages/trace-viewer/src/sw/progress.ts
packages/trace-viewer/src/sw/progress.ts
/** * Copyright (c) Microsoft Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or...
typescript
Apache-2.0
1359b5fbf7087a8b72d7ee25ad16ff2751195300
2026-01-04T15:25:31.902420Z
false
microsoft/playwright
https://github.com/microsoft/playwright/blob/1359b5fbf7087a8b72d7ee25ad16ff2751195300/packages/trace-viewer/src/sw/traceLoaderBackends.ts
packages/trace-viewer/src/sw/traceLoaderBackends.ts
/** * Copyright (c) Microsoft Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or...
typescript
Apache-2.0
1359b5fbf7087a8b72d7ee25ad16ff2751195300
2026-01-04T15:25:31.902420Z
false
microsoft/playwright
https://github.com/microsoft/playwright/blob/1359b5fbf7087a8b72d7ee25ad16ff2751195300/packages/trace-viewer/src/sw/main.ts
packages/trace-viewer/src/sw/main.ts
/** * Copyright (c) Microsoft Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or...
typescript
Apache-2.0
1359b5fbf7087a8b72d7ee25ad16ff2751195300
2026-01-04T15:25:31.902420Z
false
microsoft/playwright
https://github.com/microsoft/playwright/blob/1359b5fbf7087a8b72d7ee25ad16ff2751195300/packages/trace-viewer/src/ui/testUtils.ts
packages/trace-viewer/src/ui/testUtils.ts
/** * Copyright (c) Microsoft Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or...
typescript
Apache-2.0
1359b5fbf7087a8b72d7ee25ad16ff2751195300
2026-01-04T15:25:31.902420Z
false
microsoft/playwright
https://github.com/microsoft/playwright/blob/1359b5fbf7087a8b72d7ee25ad16ff2751195300/packages/trace-viewer/src/ui/metadataView.tsx
packages/trace-viewer/src/ui/metadataView.tsx
/* Copyright (c) Microsoft Corporation. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in...
typescript
Apache-2.0
1359b5fbf7087a8b72d7ee25ad16ff2751195300
2026-01-04T15:25:31.902420Z
false
microsoft/playwright
https://github.com/microsoft/playwright/blob/1359b5fbf7087a8b72d7ee25ad16ff2751195300/packages/trace-viewer/src/ui/defaultSettingsView.tsx
packages/trace-viewer/src/ui/defaultSettingsView.tsx
/** * Copyright (c) Microsoft Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or...
typescript
Apache-2.0
1359b5fbf7087a8b72d7ee25ad16ff2751195300
2026-01-04T15:25:31.902420Z
false
microsoft/playwright
https://github.com/microsoft/playwright/blob/1359b5fbf7087a8b72d7ee25ad16ff2751195300/packages/trace-viewer/src/ui/inspectorTab.tsx
packages/trace-viewer/src/ui/inspectorTab.tsx
/** * Copyright (c) Microsoft Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or...
typescript
Apache-2.0
1359b5fbf7087a8b72d7ee25ad16ff2751195300
2026-01-04T15:25:31.902420Z
false
microsoft/playwright
https://github.com/microsoft/playwright/blob/1359b5fbf7087a8b72d7ee25ad16ff2751195300/packages/trace-viewer/src/ui/networkFilters.tsx
packages/trace-viewer/src/ui/networkFilters.tsx
/** * Copyright (c) Microsoft Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
typescript
Apache-2.0
1359b5fbf7087a8b72d7ee25ad16ff2751195300
2026-01-04T15:25:31.902420Z
false
microsoft/playwright
https://github.com/microsoft/playwright/blob/1359b5fbf7087a8b72d7ee25ad16ff2751195300/packages/trace-viewer/src/ui/networkTab.tsx
packages/trace-viewer/src/ui/networkTab.tsx
/** * Copyright (c) Microsoft Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or...
typescript
Apache-2.0
1359b5fbf7087a8b72d7ee25ad16ff2751195300
2026-01-04T15:25:31.902420Z
false
microsoft/playwright
https://github.com/microsoft/playwright/blob/1359b5fbf7087a8b72d7ee25ad16ff2751195300/packages/trace-viewer/src/ui/uiModeTestListView.tsx
packages/trace-viewer/src/ui/uiModeTestListView.tsx
/** * Copyright (c) Microsoft Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or...
typescript
Apache-2.0
1359b5fbf7087a8b72d7ee25ad16ff2751195300
2026-01-04T15:25:31.902420Z
false
microsoft/playwright
https://github.com/microsoft/playwright/blob/1359b5fbf7087a8b72d7ee25ad16ff2751195300/packages/trace-viewer/src/ui/workbench.tsx
packages/trace-viewer/src/ui/workbench.tsx
/* Copyright (c) Microsoft Corporation. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in...
typescript
Apache-2.0
1359b5fbf7087a8b72d7ee25ad16ff2751195300
2026-01-04T15:25:31.902420Z
false
microsoft/playwright
https://github.com/microsoft/playwright/blob/1359b5fbf7087a8b72d7ee25ad16ff2751195300/packages/trace-viewer/src/ui/settingsView.tsx
packages/trace-viewer/src/ui/settingsView.tsx
/** * Copyright (c) Microsoft Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or...
typescript
Apache-2.0
1359b5fbf7087a8b72d7ee25ad16ff2751195300
2026-01-04T15:25:31.902420Z
false
microsoft/playwright
https://github.com/microsoft/playwright/blob/1359b5fbf7087a8b72d7ee25ad16ff2751195300/packages/trace-viewer/src/ui/timeline.tsx
packages/trace-viewer/src/ui/timeline.tsx
/** * Copyright (c) Microsoft Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or...
typescript
Apache-2.0
1359b5fbf7087a8b72d7ee25ad16ff2751195300
2026-01-04T15:25:31.902420Z
false
microsoft/playwright
https://github.com/microsoft/playwright/blob/1359b5fbf7087a8b72d7ee25ad16ff2751195300/packages/trace-viewer/src/ui/uiModeView.tsx
packages/trace-viewer/src/ui/uiModeView.tsx
/** * Copyright (c) Microsoft Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or...
typescript
Apache-2.0
1359b5fbf7087a8b72d7ee25ad16ff2751195300
2026-01-04T15:25:31.902420Z
false
microsoft/playwright
https://github.com/microsoft/playwright/blob/1359b5fbf7087a8b72d7ee25ad16ff2751195300/packages/trace-viewer/src/ui/stackTrace.tsx
packages/trace-viewer/src/ui/stackTrace.tsx
/** * Copyright (c) Microsoft Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or...
typescript
Apache-2.0
1359b5fbf7087a8b72d7ee25ad16ff2751195300
2026-01-04T15:25:31.902420Z
false
microsoft/playwright
https://github.com/microsoft/playwright/blob/1359b5fbf7087a8b72d7ee25ad16ff2751195300/packages/trace-viewer/src/ui/liveWorkbenchLoader.tsx
packages/trace-viewer/src/ui/liveWorkbenchLoader.tsx
/* Copyright (c) Microsoft Corporation. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in...
typescript
Apache-2.0
1359b5fbf7087a8b72d7ee25ad16ff2751195300
2026-01-04T15:25:31.902420Z
false
microsoft/playwright
https://github.com/microsoft/playwright/blob/1359b5fbf7087a8b72d7ee25ad16ff2751195300/packages/trace-viewer/src/ui/snapshotTab.tsx
packages/trace-viewer/src/ui/snapshotTab.tsx
/** * Copyright (c) Microsoft Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or...
typescript
Apache-2.0
1359b5fbf7087a8b72d7ee25ad16ff2751195300
2026-01-04T15:25:31.902420Z
false
microsoft/playwright
https://github.com/microsoft/playwright/blob/1359b5fbf7087a8b72d7ee25ad16ff2751195300/packages/trace-viewer/src/ui/tag.tsx
packages/trace-viewer/src/ui/tag.tsx
/** * Copyright (c) Microsoft Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
typescript
Apache-2.0
1359b5fbf7087a8b72d7ee25ad16ff2751195300
2026-01-04T15:25:31.902420Z
false
microsoft/playwright
https://github.com/microsoft/playwright/blob/1359b5fbf7087a8b72d7ee25ad16ff2751195300/packages/trace-viewer/src/ui/consoleTab.tsx
packages/trace-viewer/src/ui/consoleTab.tsx
/** * Copyright (c) Microsoft Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or...
typescript
Apache-2.0
1359b5fbf7087a8b72d7ee25ad16ff2751195300
2026-01-04T15:25:31.902420Z
false
microsoft/playwright
https://github.com/microsoft/playwright/blob/1359b5fbf7087a8b72d7ee25ad16ff2751195300/packages/trace-viewer/src/ui/clickPointer.tsx
packages/trace-viewer/src/ui/clickPointer.tsx
/** * Copyright (c) Microsoft Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
typescript
Apache-2.0
1359b5fbf7087a8b72d7ee25ad16ff2751195300
2026-01-04T15:25:31.902420Z
false
microsoft/playwright
https://github.com/microsoft/playwright/blob/1359b5fbf7087a8b72d7ee25ad16ff2751195300/packages/trace-viewer/src/ui/errorsTab.tsx
packages/trace-viewer/src/ui/errorsTab.tsx
/** * Copyright (c) Microsoft Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or...
typescript
Apache-2.0
1359b5fbf7087a8b72d7ee25ad16ff2751195300
2026-01-04T15:25:31.902420Z
false
microsoft/playwright
https://github.com/microsoft/playwright/blob/1359b5fbf7087a8b72d7ee25ad16ff2751195300/packages/trace-viewer/src/ui/actionList.tsx
packages/trace-viewer/src/ui/actionList.tsx
/* Copyright (c) Microsoft Corporation. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in...
typescript
Apache-2.0
1359b5fbf7087a8b72d7ee25ad16ff2751195300
2026-01-04T15:25:31.902420Z
false
microsoft/playwright
https://github.com/microsoft/playwright/blob/1359b5fbf7087a8b72d7ee25ad16ff2751195300/packages/trace-viewer/src/ui/codegen.ts
packages/trace-viewer/src/ui/codegen.ts
/** * Copyright (c) Microsoft Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
typescript
Apache-2.0
1359b5fbf7087a8b72d7ee25ad16ff2751195300
2026-01-04T15:25:31.902420Z
false
microsoft/playwright
https://github.com/microsoft/playwright/blob/1359b5fbf7087a8b72d7ee25ad16ff2751195300/packages/trace-viewer/src/ui/workbenchLoader.tsx
packages/trace-viewer/src/ui/workbenchLoader.tsx
/* Copyright (c) Microsoft Corporation. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in...
typescript
Apache-2.0
1359b5fbf7087a8b72d7ee25ad16ff2751195300
2026-01-04T15:25:31.902420Z
false
microsoft/playwright
https://github.com/microsoft/playwright/blob/1359b5fbf7087a8b72d7ee25ad16ff2751195300/packages/trace-viewer/src/ui/networkResourceDetails.tsx
packages/trace-viewer/src/ui/networkResourceDetails.tsx
/** * Copyright (c) Microsoft Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or...
typescript
Apache-2.0
1359b5fbf7087a8b72d7ee25ad16ff2751195300
2026-01-04T15:25:31.902420Z
false
microsoft/playwright
https://github.com/microsoft/playwright/blob/1359b5fbf7087a8b72d7ee25ad16ff2751195300/packages/trace-viewer/src/ui/sourceTab.tsx
packages/trace-viewer/src/ui/sourceTab.tsx
/** * Copyright (c) Microsoft Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or...
typescript
Apache-2.0
1359b5fbf7087a8b72d7ee25ad16ff2751195300
2026-01-04T15:25:31.902420Z
false
microsoft/playwright
https://github.com/microsoft/playwright/blob/1359b5fbf7087a8b72d7ee25ad16ff2751195300/packages/trace-viewer/src/ui/logTab.tsx
packages/trace-viewer/src/ui/logTab.tsx
/** * Copyright (c) Microsoft Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or...
typescript
Apache-2.0
1359b5fbf7087a8b72d7ee25ad16ff2751195300
2026-01-04T15:25:31.902420Z
false
microsoft/playwright
https://github.com/microsoft/playwright/blob/1359b5fbf7087a8b72d7ee25ad16ff2751195300/packages/trace-viewer/src/ui/placeholderPanel.tsx
packages/trace-viewer/src/ui/placeholderPanel.tsx
/** * Copyright (c) Microsoft Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or...
typescript
Apache-2.0
1359b5fbf7087a8b72d7ee25ad16ff2751195300
2026-01-04T15:25:31.902420Z
false
microsoft/playwright
https://github.com/microsoft/playwright/blob/1359b5fbf7087a8b72d7ee25ad16ff2751195300/packages/trace-viewer/src/ui/traceModelContext.tsx
packages/trace-viewer/src/ui/traceModelContext.tsx
/* Copyright (c) Microsoft Corporation. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in...
typescript
Apache-2.0
1359b5fbf7087a8b72d7ee25ad16ff2751195300
2026-01-04T15:25:31.902420Z
false
microsoft/playwright
https://github.com/microsoft/playwright/blob/1359b5fbf7087a8b72d7ee25ad16ff2751195300/packages/trace-viewer/src/ui/browserFrame.tsx
packages/trace-viewer/src/ui/browserFrame.tsx
/** * Copyright (c) Microsoft Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or...
typescript
Apache-2.0
1359b5fbf7087a8b72d7ee25ad16ff2751195300
2026-01-04T15:25:31.902420Z
false
microsoft/playwright
https://github.com/microsoft/playwright/blob/1359b5fbf7087a8b72d7ee25ad16ff2751195300/packages/trace-viewer/src/ui/copyToClipboard.tsx
packages/trace-viewer/src/ui/copyToClipboard.tsx
/** * Copyright (c) Microsoft Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or...
typescript
Apache-2.0
1359b5fbf7087a8b72d7ee25ad16ff2751195300
2026-01-04T15:25:31.902420Z
false
microsoft/playwright
https://github.com/microsoft/playwright/blob/1359b5fbf7087a8b72d7ee25ad16ff2751195300/packages/trace-viewer/src/ui/filmStrip.tsx
packages/trace-viewer/src/ui/filmStrip.tsx
/* Copyright (c) Microsoft Corporation. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in...
typescript
Apache-2.0
1359b5fbf7087a8b72d7ee25ad16ff2751195300
2026-01-04T15:25:31.902420Z
false
microsoft/playwright
https://github.com/microsoft/playwright/blob/1359b5fbf7087a8b72d7ee25ad16ff2751195300/packages/trace-viewer/src/ui/attachmentsTab.tsx
packages/trace-viewer/src/ui/attachmentsTab.tsx
/** * Copyright (c) Microsoft Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or...
typescript
Apache-2.0
1359b5fbf7087a8b72d7ee25ad16ff2751195300
2026-01-04T15:25:31.902420Z
false
microsoft/playwright
https://github.com/microsoft/playwright/blob/1359b5fbf7087a8b72d7ee25ad16ff2751195300/packages/trace-viewer/src/ui/uiModeFiltersView.tsx
packages/trace-viewer/src/ui/uiModeFiltersView.tsx
/** * Copyright (c) Microsoft Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or...
typescript
Apache-2.0
1359b5fbf7087a8b72d7ee25ad16ff2751195300
2026-01-04T15:25:31.902420Z
false
microsoft/playwright
https://github.com/microsoft/playwright/blob/1359b5fbf7087a8b72d7ee25ad16ff2751195300/packages/trace-viewer/src/ui/geometry.ts
packages/trace-viewer/src/ui/geometry.ts
/* Copyright (c) Microsoft Corporation. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in...
typescript
Apache-2.0
1359b5fbf7087a8b72d7ee25ad16ff2751195300
2026-01-04T15:25:31.902420Z
false
microsoft/playwright
https://github.com/microsoft/playwright/blob/1359b5fbf7087a8b72d7ee25ad16ff2751195300/packages/trace-viewer/src/ui/annotationsTab.tsx
packages/trace-viewer/src/ui/annotationsTab.tsx
/** * Copyright (c) Microsoft Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or...
typescript
Apache-2.0
1359b5fbf7087a8b72d7ee25ad16ff2751195300
2026-01-04T15:25:31.902420Z
false
microsoft/playwright
https://github.com/microsoft/playwright/blob/1359b5fbf7087a8b72d7ee25ad16ff2751195300/packages/trace-viewer/src/ui/uiModeTraceView.tsx
packages/trace-viewer/src/ui/uiModeTraceView.tsx
/** * Copyright (c) Microsoft Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or...
typescript
Apache-2.0
1359b5fbf7087a8b72d7ee25ad16ff2751195300
2026-01-04T15:25:31.902420Z
false
microsoft/playwright
https://github.com/microsoft/playwright/blob/1359b5fbf7087a8b72d7ee25ad16ff2751195300/packages/trace-viewer/src/ui/callTab.tsx
packages/trace-viewer/src/ui/callTab.tsx
/** * Copyright (c) Microsoft Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or...
typescript
Apache-2.0
1359b5fbf7087a8b72d7ee25ad16ff2751195300
2026-01-04T15:25:31.902420Z
false