Commit Graph

  • 4c48f1fc24 [react-native] Fix misleading crash when view config is not found (#30970) javache 2024-09-16 09:58:00 -07:00
  • a8693bec36 fix: add Error prefix to Error objects names (#30969) hoxyq 2024-09-16 09:51:18 -07:00
  • 26855e4680 [react-native] Fix misleading crash when view config is not found (#30970) Pieter De Baets 2024-09-16 17:51:00 +01:00
  • 9f4e4611ea fix: add Error prefix to Error objects names (#30969) Ruslan Lesiutin 2024-09-16 17:43:40 +01:00
  • 07973576bd [Fiber] Log Component Renders to Custom Performance Track (#30967) sebmarkbage 2024-09-16 08:53:04 -07:00
  • 4c73996cfd [Fiber] Log Component Renders to Custom Performance Track (#30967) sebmarkbage 2024-09-16 08:53:02 -07:00
  • f2df5694f2 [Fiber] Log Component Renders to Custom Performance Track (#30967) Sebastian Markbåge 2024-09-16 11:45:50 -04:00
  • a2e2949b98 [Fiber] Move Profiler onPostCommit processing of passive effect durations to plain passive effect (#30966) sebmarkbage 2024-09-16 08:17:45 -07:00
  • be5e283e53 Add enableComponentPerformanceTrack Flag (#30960) sebmarkbage 2024-09-16 08:17:42 -07:00
  • ee1a403a30 [Fiber] Move Profiler onPostCommit processing of passive effect durations to plain passive effect (#30966) Sebastian Markbåge 2024-09-16 11:10:05 -04:00
  • 0eab377a96 Add enableComponentPerformanceTrack Flag (#30960) Sebastian Markbåge 2024-09-16 11:09:40 -04:00
  • 2875993c07 fix[rdt/fiber/renderer.js]: getCurrentFiber can be injected as null (#30968) hoxyq 2024-09-16 06:54:58 -07:00
  • 8cf64620c7 fix[rdt/fiber/renderer.js]: getCurrentFiber can be injected as null (#30968) Ruslan Lesiutin 2024-09-16 14:47:57 +01:00
  • a53353a14d [Flight] Start initial work immediately (#30961) gnoff 2024-09-14 09:32:59 -07:00
  • fc5ef50da8 [Flight] Start initial work immediately (#30961) Josh Story 2024-09-14 09:26:01 -07:00
  • 36ded714ec Fix nodeName to UPPERCASE in insertStylesheetIntoRoot (#28255) gnoff 2024-09-14 08:25:42 -07:00
  • b75cc078c5 Fix nodeName to UPPERCASE in insertStylesheetIntoRoot (#28255) 春希与子晴 2024-09-14 23:18:27 +08:00
  • baaa97f36b [Fiber] Profiler - Use two separate functions instead of branch by flag (#30957) sebmarkbage 2024-09-13 18:59:00 -07:00
  • a2485b7960 [Fiber] Profiler - Use two separate functions instead of branch by flag (#30957) sebmarkbage 2024-09-13 18:58:53 -07:00
  • 3d95c43b89 [Fiber] Profiler - Use two separate functions instead of branch by flag (#30957) Sebastian Markbåge 2024-09-13 21:51:52 -04:00
  • c8d8c3ea5e [Flight] properly track pendingChunks when changing environment names (#30958) gnoff 2024-09-13 16:02:52 -07:00
  • 6774caa379 [Flight] properly track pendingChunks when changing environment names (#30958) Josh Story 2024-09-13 15:55:42 -07:00
  • 0252a0b7cb [Flight] Respect async flag in client manifest (#30959) sebmarkbage 2024-09-13 13:40:38 -07:00
  • d65fb06955 fix: restore selection should consider the window of the container (#30951) josephsavona 2024-09-13 13:36:35 -07:00
  • 5deb78223a [Flight] Respect async flag in client manifest (#30959) Hendrik Liebau 2024-09-13 22:33:05 +02:00
  • d9c4920e8b fix: restore selection should consider the window of the container (#30951) ling1726 2024-09-13 22:29:40 +02:00
  • 9d3ed27e04 Call cleanup of insertion effects when hidden (#30954) rickhanlonii 2024-09-13 13:25:39 -07:00
  • b42180d84a Call cleanup of insertion effects when hidden (#30954) rickhanlonii 2024-09-13 13:25:38 -07:00
  • d3d4d3a46b Call cleanup of insertion effects when hidden (#30954) Jan Kassens 2024-09-13 13:18:14 -07:00
  • 633a0fe536 [compiler] Factor out function effects from reference effects Mike Vitousek 2024-09-13 12:38:17 -07:00
  • 037b2e3088 [Fiber] Set profiler values to doubles (#30942) sebmarkbage 2024-09-13 09:33:56 -07:00
  • 03205d9bd9 [Fiber] Set profiler values to doubles (#30942) sebmarkbage 2024-09-13 09:33:56 -07:00
  • 94e4acaa14 [Fiber] Set profiler values to doubles (#30942) Sebastian Markbåge 2024-09-13 12:27:00 -04:00
  • 206df66e70 [compiler][rewrite] PropagateScopeDeps hir rewrite Mofei Zhang 2024-09-12 16:59:40 -04:00
  • 5ac4034e14 [compiler] Fork fixtures for enablePropagateDepsInHIR Mofei Zhang 2024-09-12 16:59:40 -04:00
  • f6dcce5199 [compiler][ez] Add entrypoints to ssa fixtures Mofei Zhang 2024-09-12 16:59:39 -04:00
  • dff50825c6 [Flight] Track owner/stack where the Flight Client reads as the root (#30933) Sebastian Markbåge 2024-09-12 17:19:34 -04:00
  • 89b445709d Enable lazy context propagation (#30935) Sebastian Markbåge 2024-09-12 13:01:56 -04:00
  • 94e652d505 disable enableSiblingPrerendering in experimental channel (#30952) Josh Story 2024-09-12 09:33:20 -07:00
  • fadd1eee06 [Fizz] Add resumeAndPrerender to Static Rendering (#30950) sebmarkbage 2024-09-12 07:58:29 -07:00
  • 473522093d [Fizz] Add resumeAndPrerender to Static Rendering (#30950) Sebastian Markbåge 2024-09-12 10:51:01 -04:00
  • bb6b86ed59 refactor[react-devtools]: initialize renderer interface early (#30946) Ruslan Lesiutin 2024-09-12 13:59:29 +01:00
  • ed8cad438e Start prerendering Suspense retries immediately (#30934) acdlite 2024-09-11 08:49:16 -07:00
  • f9e2396524 Start prerendering Suspense retries immediately (#30934) acdlite 2024-09-11 08:49:11 -07:00
  • c63274417d [Fizz] Use RequestInstance constructor for resuming (#30947) sebmarkbage 2024-09-11 08:43:01 -07:00
  • d6cb4e7713 Start prerendering Suspense retries immediately (#30934) Andrew Clark 2024-09-11 11:41:54 -04:00
  • 1bb056363c [Fizz] Use RequestInstance constructor for resuming (#30947) Sebastian Markbåge 2024-09-11 11:35:01 -04:00
  • 344bc8128b refactor[Agent/Store]: Store to send messages only after Agent is initialized (#30945) Ruslan Lesiutin 2024-09-11 15:10:13 +01:00
  • bac33d1f82 [Flight] Unwrap lazy before reading the value (#30938) Sebastian Markbåge 2024-09-10 19:42:19 -04:00
  • b8a98add1f [Fiber] Don't call performance.now() twice in a row (#30936) sebmarkbage 2024-09-10 13:54:18 -07:00
  • 9b5d5c32af [Fiber] Don't call performance.now() twice in a row (#30936) sebmarkbage 2024-09-10 13:54:16 -07:00
  • a5a7f1063e [Fiber] Don't call performance.now() twice in a row (#30936) Sebastian Markbåge 2024-09-10 16:46:35 -04:00
  • bf9385a46c Prerender during same pass if blocked anyway (#30879) acdlite 2024-09-10 10:30:55 -07:00
  • c56b0edd51 Prerender during same pass if blocked anyway (#30879) acdlite 2024-09-10 10:30:51 -07:00
  • 66cf2cfc8a Prerender during same pass if blocked anyway (#30879) Andrew Clark 2024-09-10 13:23:32 -04:00
  • d724ba96ff [compiler] Validate type configs for hooks/non-hooks Joe Savona 2024-09-05 15:24:43 -07:00
  • 3dfd5d9efb refactor[RendererInterface]: expose onErrorOrWarning and getComponentStack (#30931) Ruslan Lesiutin 2024-09-10 15:59:40 +01:00
  • 63cefa2957 [DevTools] Implement getComponentStack and onErrorOrWarning for replayed Flight logs (#30930) Sebastian Markbåge 2024-09-10 10:37:29 -04:00
  • 4d30e52d65 [DevTools] Use Unicode Atom Symbol instead of Atom Emoji (#30832) sebmarkbage 2024-09-09 21:16:50 -07:00
  • d160aa0fbb [DevTools] Use Unicode Atom Symbol instead of Atom Emoji (#30832) Sebastian Markbåge 2024-09-10 00:09:42 -04:00
  • 6066b8e8e6 [Flight] Reset currentOwnerInDEV (#30929) Sebastian Markbåge 2024-09-09 22:07:35 -04:00
  • ac9d8c34e7 Update on "[compiler][wip] Inline single return JSX for known function components" gh/josephsavona/56/head Joe Savona 2024-09-09 17:16:53 -07:00
  • c1c5280b6d [compiler][wip] Inline single return JSX for known function components gh/josephsavona/56/orig Joe Savona 2024-09-09 17:16:53 -07:00
  • 80b1ef5827 Update on "[compiler][wip] Inline single return JSX for known function components" Joe Savona 2024-09-09 17:11:14 -07:00
  • 49825c0ffc [Flight] Add react-stack-bottom-frame to console replaying (#30926) Sebastian Markbåge 2024-09-09 19:52:05 -04:00
  • 0dbacf2041 [DevTools] Improve Layering Between Console and Renderer (#30925) Sebastian Markbåge 2024-09-09 15:33:30 -04:00
  • fa3cf509a9 [DevTools] Add Map for Server Component Logs (#30905) Sebastian Markbåge 2024-09-09 15:12:28 -04:00
  • f4b3a1fea2 [DevTools] Delete fiberToFiberInstanceMap (#30900) Sebastian Markbåge 2024-09-09 15:12:13 -04:00
  • 2283d7204c [Flight] Inject Client Into DevTools (#30910) Sebastian Markbåge 2024-09-09 15:11:57 -04:00
  • 3cac8cd5a9 [DevTools] Add Flight Renderer (#30906) Sebastian Markbåge 2024-09-09 15:11:34 -04:00
  • e07235b980 [DevTools] Refactor Error / Warning Count Tracking (#30899) Sebastian Markbåge 2024-09-09 15:10:04 -04:00
  • 12971be8e9 [flow] Upgrade Flow to 0.245.2 (#30919) SamChou19815 2024-09-09 08:51:21 -07:00
  • e210d08180 [flow] Upgrade Flow to 0.245.2 (#30919) Sam Zhou 2024-09-09 08:41:44 -07:00
  • 984ea11d14 [DevTools] Separate RDT Fusebox into single-panel entry points (#30708) Alex Hunt 2024-09-09 13:12:49 +01:00
  • 0d850f25c3 [compiler] Fixture to show current behavior of nested function declarations gh/mvitousek/31/orig Mike Vitousek 2024-09-08 18:00:03 -07:00
  • dd2f5eecd1 [compiler] Fixture to show current behavior of nested function declarations gh/mvitousek/31/head Mike Vitousek 2024-09-08 17:59:59 -07:00
  • dee5558626 [compiler] Factor out function effects from reference effects gh/mvitousek/30/orig Mike Vitousek 2024-09-08 16:24:37 -07:00
  • 00121a4fce [compiler] Factor out function effects from reference effects gh/mvitousek/30/head gh/mvitousek/30/base Mike Vitousek 2024-09-08 16:24:33 -07:00
  • 14a132b7a7 [compiler][WIP] Factor out function effects from reference effects gh/mvitousek/26/orig Mike Vitousek 2024-09-08 16:05:45 -07:00
  • d5df7df7b7 Update on "[compiler][WIP] Factor out function effects from reference effects" gh/mvitousek/26/head Mike Vitousek 2024-09-08 16:05:44 -07:00
  • a8fc4b1ef8 [compiler][playground] Fix displayed naming of outlined functions gh/mvitousek/31/base Mike Vitousek 2024-09-07 17:50:19 -07:00
  • a54a2282c2 [compiler] Allow ref access in useImperativeHandle gh/mvitousek/28/orig Mike Vitousek 2024-09-07 17:49:50 -07:00
  • 454d329cd1 [compiler] Allow ref access in useImperativeHandle gh/mvitousek/28/head Mike Vitousek 2024-09-07 17:49:47 -07:00
  • d6249ba824 [compiler] Improve handling of refs Mike Vitousek 2024-09-07 17:49:45 -07:00
  • 4ebea589db Update on "[compiler] Improve handling of refs" gh/mvitousek/28/base Mike Vitousek 2024-09-07 17:49:45 -07:00
  • cd1cb37dbd Update base for Update on "[compiler] Improve handling of refs" Mike Vitousek 2024-09-07 17:49:44 -07:00
  • e1d6d0eada [compiler] Fix issue where second argument of all functions was considered to be a ref Mike Vitousek 2024-09-07 17:49:43 -07:00
  • 432b90df3e [compiler][WIP] Factor out function effects from reference effects Mike Vitousek 2024-09-07 17:30:52 -07:00
  • 5a4c902d95 [compiler] Allow ref access in useImperativeHandle gh/mvitousek/24/orig Mike Vitousek 2024-09-06 20:48:23 -07:00
  • ef8291b6cf [compiler] Allow ref access in useImperativeHandle gh/mvitousek/24/head Mike Vitousek 2024-09-06 20:48:19 -07:00
  • 014c3b9322 [compiler] Improve handling of refs Mike Vitousek 2024-09-06 20:48:18 -07:00
  • 06058d3434 Update on "[compiler] Improve handling of refs" gh/mvitousek/24/base Mike Vitousek 2024-09-06 20:48:18 -07:00
  • 99cba2b041 [DevTools] Build Updater List from the Commit instead of Map (#30897) Sebastian Markbåge 2024-09-06 21:59:09 -04:00
  • 6292398241 [DevTools] Simplify Context Change Tracking in Profiler (#30896) Sebastian Markbåge 2024-09-06 21:58:20 -04:00
  • baf47462d6 [DevTools] Remove use of .alternate in root and recordProfilingDurations (#30895) Sebastian Markbåge 2024-09-06 21:46:09 -04:00
  • d76a5651f4 [DevTools] Handle reordered contexts in Profiler (#30887) Sebastian Markbåge 2024-09-06 21:45:52 -04:00
  • bdba7db534 [compiler] Improve handling of refs Mike Vitousek 2024-09-06 18:06:10 -07:00
  • 2461c490ad Update on "[compiler][wip] Inline single return JSX for known function components" Joe Savona 2024-09-06 16:51:02 -07:00
  • c634df49f0 [compiler][wip] Inline single return JSX for known function components Joe Savona 2024-09-06 16:09:11 -07:00
  • 15892717ea Fix useMemoCache with setState in render josephsavona 2024-09-06 14:40:39 -07:00