Commit Graph

  • 25bfa287f6 [Experiment] Add feature flag for more aggressive memory clean-up of deleted fiber trees (#21039) Benoit Girard 2021-03-22 21:54:53 -07:00
  • 7c4e6aae3e Oops, it's 2021 already Dan Abramov 2021-03-22 22:50:37 +00:00
  • 8fe7810e70 Remove already completed comment (#21054) Sebastian Markbåge 2021-03-22 18:41:22 -04:00
  • cc1a46dfd2 React 17.0.2 Changelog (#21052) Dan Abramov 2021-03-22 21:57:59 +00:00
  • a5c3baeecd Fix a broken link Dan Abramov 2021-03-22 21:04:13 +00:00
  • 6c3202b1e1 [Fizz] Use identifierPrefix to avoid conflicts within the same response (#21037) Sebastian Markbåge 2021-03-22 16:10:57 -04:00
  • 12adaffef7 Remove scheduler sampling profiler shared array buffer (#20840) v17.0.2 17.0.2 Brian Vaughn 2021-02-18 11:21:52 -05:00
  • b2bbee7ba3 Disable (unstable) scheduler sampling profiler for OSS builds (#20832) Brian Vaughn 2021-02-18 11:06:53 -05:00
  • 8cc6ff2488 fix: use SharedArrayBuffer only when cross-origin isolation is enabled (#20831) Toru Kobayashi 2021-02-18 06:43:25 +09:00
  • dcdf8de7e1 Remove discrete lanes and priorities (#21040) Andrew Clark 2021-03-22 11:51:40 -05:00
  • ca99ae97b4 Replace some flushExpired callsites (#20975) Ricky 2021-03-22 12:44:19 -04:00
  • 1fafac0028 Use SyncLane for discrete event hydration (#21038) Andrew Clark 2021-03-22 11:05:43 -05:00
  • 6d3ecb70dc Remove unstable_changedBits (#20953) Andrew Clark 2021-03-19 17:36:51 -05:00
  • 754e307284 Delete immediateQueueCallbackNode (#20980) Andrew Clark 2021-03-19 17:36:23 -05:00
  • be5a2e231a Land enableSyncMicrotasks (#20979) Andrew Clark 2021-03-19 17:28:41 -05:00
  • f6bc9c8243 [Fizz] Expose maxBoundarySize as an option (#21029) Sebastian Markbåge 2021-03-19 12:41:25 -04:00
  • 7d06b80af6 Fixed primitive hook badge colors for light theme (#21034) Brian Vaughn 2021-03-19 09:52:59 -04:00
  • 154b85213a [Fizz] Expose a method to explicitly start writing to a Node stream (#21028) Sebastian Markbåge 2021-03-18 15:43:40 -04:00
  • cf485e6f6b [Fizz] Expose a method to abort a pending request (#21027) Sebastian Markbåge 2021-03-18 12:46:15 -04:00
  • 3fb11eed9a React Native: Touch Instrumentation Interface (#21024) Timothy Yung 2021-03-17 13:46:43 -07:00
  • 119736b1c2 [FB-only] Show which hooks (indices) changed when profiling (#20998) Brian Vaughn 2021-03-17 12:28:21 -04:00
  • bf11788bf0 DevTools Profiler: Add commit and post-commit durations to UI (#20984) Brian Vaughn 2021-03-17 12:27:37 -04:00
  • 825c3021f0 Don't delete trailing mismatches during hydration at the root (#21021) Sebastian Markbåge 2021-03-17 11:18:42 -04:00
  • 1d1e49cfa4 [Fizz] Assign an ID to the first DOM element in a fallback or insert a dummy (and testing infra) (#21020) Sebastian Markbåge 2021-03-16 17:05:52 -04:00
  • 533aed8de6 Speed up DevTools local build script (#21018) Brian Vaughn 2021-03-16 14:02:24 -04:00
  • 466b26c926 Store commit durations on HostRoot for DevTools access (#20983) Brian Vaughn 2021-03-16 13:53:15 -04:00
  • 89acfa639b Fix native event batching in concurrent mode (#21010) Ricky 2021-03-16 13:15:00 -04:00
  • 0203b6567c chore: update react-reconciler README (#21016) susiwen8 2021-03-16 19:37:34 +08:00
  • c9f6d0a3a8 Sync ReactNativeTypes from React Native (#21015) Timothy Yung 2021-03-15 23:48:59 -07:00
  • f8979e0e28 Revert 'Fabric-compatible implementation of feature' and have Fabric noop when setJSResponder is called for now (#21009) Joshua Gross 2021-03-15 12:22:26 -07:00
  • b9c4a01f71 Allow the streaming config to decide how to precompute or compute chunks (#21008) Sebastian Markbåge 2021-03-15 13:36:23 -04:00
  • 00d4f95c2a Document prerequisites for download-experimental-build (#21005) Sebastian Silbermann 2021-03-15 14:48:44 +01:00
  • c06d245fc7 Update devtools-extensions build script to reflect changes in local b… (#21004) Hector Rincon 2021-03-15 06:46:46 -07:00
  • f227e7f26b Clean up unused functions from SSR (#20995) Sebastian Markbåge 2021-03-13 10:23:06 -05:00
  • 14e4fd1ff2 [Fizz] Move DOM/Native format configs to their respective packages (#20994) Sebastian Markbåge 2021-03-13 09:54:59 -05:00
  • f2b6bf7c86 [Fizz] Destroy the stream with an error if the root throws (#20992) Sebastian Markbåge 2021-03-12 18:21:02 -05:00
  • 10cc400184 Basic Fizz Architecture (#20970) Sebastian Markbåge 2021-03-11 15:01:41 -05:00
  • bd245c1bab Ensure sync-xhr is allowed before reload and profile (#20879) Chris Dobson 2021-03-11 15:31:57 +00:00
  • b7e6310669 Stop tracking roots with pending discrete updates (#20978) Andrew Clark 2021-03-11 01:29:29 -06:00
  • 860f673a7a Remove Blocking Mode (again) (#20974) Ricky 2021-03-10 18:34:35 -05:00
  • acde654698 Unify InputDiscreteLane with SyncLane (#20968) Ricky 2021-03-10 17:36:13 -05:00
  • 6556e2a874 Cleaned up unused PassiveUnmountPendingDev DEV flag (#20973) Brian Vaughn 2021-03-10 17:09:24 -05:00
  • 60182d64ca Cleanup tests using runWithPriority. (#20958) Ricky 2021-03-10 12:44:25 -05:00
  • ec372faefe Remove DevTools dependency on Scheduler runWithPriority (#20967) Brian Vaughn 2021-03-10 08:52:19 -05:00
  • e4d4b7074d Land enableNativeEventPriorityInference (#20955) Ricky 2021-03-09 23:59:02 -05:00
  • 5d1d1679bf Remove scheduler priority from hydration (#20957) Ricky 2021-03-09 17:25:23 -05:00
  • 73e900b0e7 Land enableDiscreteEventMicroTasks (#20954) Ricky 2021-03-08 16:43:44 -05:00
  • a3f30fed29 Trigger Build Rick Hanlon 2021-03-08 14:28:58 -07:00
  • 41e62e7719 Remove runWithPriority internally Rick Hanlon 2021-03-08 11:05:12 -07:00
  • 431e76e2db Switch callsites over to update lane priority Rick Hanlon 2021-03-08 10:46:45 -07:00
  • e89d74ee67 Remove decoupleUpdatePriorityFromScheduler Rick Hanlon 2021-03-08 09:16:30 -07:00
  • 5fe091c778 Swap log with cbrt for commit bar height (#20952) Brian Vaughn 2021-03-08 14:02:09 -05:00
  • ca15606d81 chore(build): Ensure experimental builds exists on windows (#20933) Sebastian Silbermann 2021-03-08 18:35:27 +01:00
  • e7d2a558ad DevTools flushes updated passive warning/error info after delay (#20931) Brian Vaughn 2021-03-08 11:33:14 -05:00
  • cb88572227 Improve DevTools Profiler commit-selector UX (#20943) Brian Vaughn 2021-03-08 11:09:55 -05:00
  • d74559746c Use update lane priority to set pending updates on roots (#20918) Ricky 2021-03-07 18:43:29 -05:00
  • f04bcb8139 [Bugfix] Reset subtreeFlags in resetWorkInProgress (#20948) Andrew Clark 2021-03-07 11:20:01 -06:00
  • c7b4497988 [Experiment] Lazily propagate context changes (#20890) Andrew Clark 2021-03-07 00:56:53 -06:00
  • 258b375a41 Move context comparison to consumer Andrew Clark 2021-02-25 16:42:11 -06:00
  • 7df65725ba Split getComponentName into getComponentNameFromFiber and getComponentNameFromType (#20940) Brian Vaughn 2021-03-05 16:02:02 -05:00
  • ee43263572 Revert "Remove blocking mode and blocking root (#20888)" (#20916) Andrew Clark 2021-03-02 14:51:18 -06:00
  • de0ee76dbd Add unstable_strictModeLevel to test renderer (#20914) Andrew Clark 2021-03-02 12:41:57 -06:00
  • d857f9e4d0 Land enableSetImmediate feature flag (#20906) Dan Abramov 2021-03-01 18:34:12 +00:00
  • 553440bd15 Remove blocking mode and blocking root (#20888) Ricky 2021-02-28 01:14:54 -05:00
  • 38f392ceda typo fix for the word 'Psuedo' (#20894) Bowen 2021-02-27 08:11:28 +11:00
  • 0cf9fc10ba Fix React Native flow types (#20889) Ricky 2021-02-26 00:00:32 -05:00
  • 2e8bbcb54e Fix react-devtools-scheduling-profiler tests on main (#20885) Ricky 2021-02-25 19:10:25 -05:00
  • c581cdd480 Schedule sync updates in microtask (#20872) Ricky 2021-02-25 17:25:25 -05:00
  • 90bde6505e Add SuspenseList to react-is (#20874) Brian Vaughn 2021-02-25 16:22:33 -05:00
  • 8336f19aa8 Update React Native types (#20883) Rubén Norte 2021-02-25 21:10:17 +00:00
  • 9209c30ff9 Add StrictMode level prop and createRoot unstable_strictModeLevel option (#20849) Brian Vaughn 2021-02-24 16:14:14 -05:00
  • 4190a34588 Update scheduling profiler Webpack config (#20867) Brian Vaughn 2021-02-23 12:15:36 -05:00
  • e5f6b91d29 Add Lane labels to scheduling profiler marks (#20808) Brian Vaughn 2021-02-23 11:31:29 -05:00
  • c62986cfd8 Add additional messaging for RulesOfHooks lint error (#20692) Anthony Garritano 2021-02-22 19:17:13 -05:00
  • 78d2f2d301 Fabric-compatible implementation of JSReponder feature (#20768) Valentin Shergin 2021-02-22 15:50:03 -06:00
  • cfd8c1bd43 DevTools: Restore inspect-element bridge optimizations (#20789) Brian Vaughn 2021-02-22 14:04:20 -05:00
  • 4d28eca97e Land enableNonInterruptingNormalPri (#20859) Ricky 2021-02-22 12:56:54 -05:00
  • 8af27aeedb Remove scheduler sampling profiler shared array buffer (#20840) Brian Vaughn 2021-02-18 11:21:52 -05:00
  • af3d52611d Disable (unstable) scheduler sampling profiler for OSS builds (#20832) Brian Vaughn 2021-02-18 11:06:53 -05:00
  • 8fa0ccca00 fix: use SharedArrayBuffer only when cross-origin isolation is enabled (#20831) Toru Kobayashi 2021-02-18 06:43:25 +09:00
  • 0991647921 Use setImmediate when available over MessageChannel (#20834) Dan Abramov 2021-02-17 21:00:42 +00:00
  • e2fd460cca Bailout in sync task if work is not sync (#20813) Andrew Clark 2021-02-16 14:38:11 -06:00
  • 9e8f3c8955 [CI] Use constant commit sha (#20828) Andrew Clark 2021-02-16 10:31:24 -06:00
  • 6f8843837c [CI] Publish to release channels sequentially (#20827) Andrew Clark 2021-02-16 00:04:13 -06:00
  • 1a74726246 Add supportsMicrotasks to the host config (#20809) Andrew Clark 2021-02-12 15:13:49 -06:00
  • 696e736be1 Warn if static flag is accidentally cleared (#20807) Andrew Clark 2021-02-11 16:20:46 -06:00
  • 483358c38f Omit TransitionHydrationLane from TransitionLanes (#20802) Andrew Clark 2021-02-11 00:07:19 -06:00
  • 78ec97d34a Fix typo (#20466) inokawa 2021-02-11 13:35:41 +09:00
  • 4c5275fec7 Fix typo in comment for react-devtools-shared (#20459) Matt Wood 2021-02-10 22:35:24 -06:00
  • 67e8419823 Request to update email (#20533) Max Donchenko 2021-02-11 06:34:07 +02:00
  • 6cdc35972d fix comments of markUpdateLaneFromFiberToRoot (#20546) neroneroffy 2021-02-11 12:26:26 +08:00
  • 47dd9f4413 Remove fakeCallbackNode (#20799) Andrew Clark 2021-02-10 22:03:50 -06:00
  • 114ab52953 Make remaining empty lanes Transition lanes (#20793) Andrew Clark 2021-02-10 18:25:33 -06:00
  • d3d2451a08 Use a single lane per priority level (#20791) Andrew Clark 2021-02-10 18:09:35 -06:00
  • b593a6f778 CI job to check that forks are in sync (#20795) Andrew Clark 2021-02-10 18:09:20 -06:00
  • 9e9be6c6b3 Parallelize Flow in CI (#20794) Andrew Clark 2021-02-10 17:54:58 -06:00
  • eee874ce6e Cross-fork lint: Support named export declaration (#20784) Andrew Clark 2021-02-10 13:01:52 -06:00
  • 3b870b1e09 Lane enableTransitionEntanglement flag (#20775) Andrew Clark 2021-02-10 02:25:39 -06:00
  • d1845ad0ff Default updates should not interrupt transitions (#20771) Andrew Clark 2021-02-10 02:00:24 -06:00
  • 3499c343ab Apply #20778 to new fork, too (#20782) Andrew Clark 2021-02-10 01:21:46 -06:00