Commit Graph

  • d98161874c [Flare] Ensure DOM inspection is Flare compatible Dominic Gannaway 2019-05-22 22:41:17 +01:00
  • d66c8f2d9d Update sizebot to match name of CircleCI build job (#15714) Andrew Clark 2019-05-22 16:12:14 -07:00
  • 5c2124fc76 [Fresh] Initial Babel plugin implementation (#15711) Dan Abramov 2019-05-22 23:11:09 +01:00
  • 101901dc2d Remove redundant test run (#15713) Andrew Clark 2019-05-22 13:50:43 -07:00
  • 1c0bdb710d Always run yarn after restoring modules cache (#15712) Andrew Clark 2019-05-22 13:33:33 -07:00
  • b9ebc37c5b Fix Flow (#15710) Dominic Gannaway 2019-05-22 21:04:28 +01:00
  • a25a793fe9 [Flare] update getEventCurrentTarget to use fiber tree (#15708) Dominic Gannaway 2019-05-22 19:59:00 +01:00
  • b5dff62faf [Flare] Account for fixed elements in getAbsoluteBoundingClientRect (#15707) Dominic Gannaway 2019-05-22 19:54:08 +01:00
  • f3109ad8a7 Parallelize CircleCI jobs using workflows (#15704) Andrew Clark 2019-05-22 11:14:14 -07:00
  • eaaeb439b4 Fixed a missing remove-event-listener in ProfilerStore Brian Vaughn 2019-05-22 10:52:15 -07:00
  • b556f7444d Profiler properly handles unmounted roots Brian Vaughn 2019-05-22 10:19:26 -07:00
  • b4a3ef9fb2 Merge pull request #279 from bvaughn/profiling-architecture-eager-data-push Brian Vaughn 2019-05-22 10:00:52 -07:00
  • 962865e5bf Add datetime to the profiling export filename Brian Vaughn 2019-05-22 09:57:10 -07:00
  • fbd82385d2 Fixed a state cleanup issue if Profiler data is cleared Brian Vaughn 2019-05-22 09:04:55 -07:00
  • d1344768b2 Changed export code to (hopefully) support larger exports Brian Vaughn 2019-05-22 08:41:57 -07:00
  • ec44eb1e4c Tweaked did-not-render text color to be slightly dimmer Brian Vaughn 2019-05-22 08:32:10 -07:00
  • a03c3b5d14 Bumped Profiler exported data version Brian Vaughn 2019-05-22 08:22:33 -07:00
  • d09299bf85 Cleaned up some tests Brian Vaughn 2019-05-22 08:05:34 -07:00
  • 99b6a44beb Updated event subscriptions and getters to use new ProfilerStore Brian Vaughn 2019-05-22 07:40:41 -07:00
  • 2d4bb01c01 Moved profiling data to ProfilerContext to fix re-import bug Brian Vaughn 2019-05-22 07:28:26 -07:00
  • 95bd6c8f63 Added export to web shell and removed 'downloads' API permission Brian Vaughn 2019-05-22 06:46:42 -07:00
  • 36d51f4eb6 Added root selector UI to Profiler Brian Vaughn 2019-05-22 06:40:04 -07:00
  • c6de014a9a Massively overhauled profiling data architecture Brian Vaughn 2019-05-22 06:05:25 -07:00
  • f50f9ba5db Fix ReactFiberNewContext spelling (#15692) Maksim Markelov 2019-05-22 13:24:31 +03:00
  • e180f656f3 Flare: change flushDiscreteUpdates invariant to warning (#15702) Dominic Gannaway 2019-05-22 01:09:34 +01:00
  • 7829d8cf99 Fix missing return pointer assignment (#15700) Andrew Clark 2019-05-21 16:56:52 -07:00
  • d7afe23f14 Rename "loading" to "busy" in SuspenseConfig API (#15699) Sebastian Markbåge 2019-05-21 14:29:41 -07:00
  • ef4ac42f88 [Flare] Update interactiveUpdates flushing heuristics (#15687) Dominic Gannaway 2019-05-21 22:03:45 +01:00
  • 6d4f85b611 [Fresh] Set up infra for runtime and Babel plugin (#15698) Dan Abramov 2019-05-21 21:54:10 +01:00
  • 121acae090 Flare: simplify dispatchEvent discrete argument (#15694) Dominic Gannaway 2019-05-21 16:06:17 +01:00
  • a398cbd5a7 Flare: update invalid accessor warnings + add no-ops (#15693) Dominic Gannaway 2019-05-21 14:12:19 +01:00
  • 9c9ea94852 flush only on exiting outermost act() (#15682) Sunil Pai 2019-05-21 10:41:24 +01:00
  • 7ce9f4859c Renamed Store importedProfilingData -> profilingData Brian Vaughn 2019-05-20 10:45:16 -07:00
  • f1561e9e17 Merge pull request #274 from bvaughn/commit-priority-level Brian Vaughn 2019-05-20 09:56:58 -07:00
  • d440380719 Upgraded to canary with priority level info Brian Vaughn 2019-05-20 09:54:07 -07:00
  • 53de5b69cc Updated test snapshot Brian Vaughn 2019-05-20 09:42:37 -07:00
  • 16a81feb72 Moved priority level constants into rendeer interface Brian Vaughn 2019-05-16 14:51:58 -07:00
  • 9a6a19456f Show commit priority levels in Profiler UI Brian Vaughn 2019-05-15 15:36:14 -07:00
  • 50b50c26f6 Inform DevTools of commit priority level (#15664) Brian Vaughn 2019-05-20 08:37:25 -07:00
  • 0bd9b5d006 [Fresh] Support re-rendering lazy() without losing state (#15686) Dan Abramov 2019-05-20 15:47:27 +01:00
  • ec38def44f [Fresh] Don't traverse remounted trees (#15685) Dan Abramov 2019-05-20 14:55:01 +01:00
  • 5731e522d4 [Fresh] Support lazy() and add Suspense tests (#15681) Dan Abramov 2019-05-20 14:11:18 +01:00
  • 31487dd82e [Fresh] Set up initial scaffolding (#15619) Dan Abramov 2019-05-18 01:38:13 +01:00
  • 146fd2ad3d Fixed snapshot diff Brian Vaughn 2019-05-17 07:54:07 -07:00
  • 629e500fe2 Merge pull request #275 from lucasecdb/fix/undefined-chartnode Brian Vaughn 2019-05-17 07:52:07 -07:00
  • 1e025edb9a Fix undefined chart node when switching commits in profiler Lucas Cordeiro 2019-05-17 09:35:10 -03:00
  • 9c6de716d0 Add withSuspenseConfig API (#15593) Sebastian Markbåge 2019-05-16 16:51:18 -07:00
  • 1160b37691 Event API: Add responder allowMultipleHostChildren flag (#15646) Dominic Gannaway 2019-05-16 19:03:38 +01:00
  • 95e06ac3d0 Event API: isTargetWithinEventResponderScope on unmounted event components (#15672) Dominic Gannaway 2019-05-16 18:59:59 +01:00
  • d278a3ff8b act() - s / flushPassiveEffects / Scheduler.unstable_flushWithoutYielding (#15591) Sunil Pai 2019-05-16 17:12:36 +01:00
  • aad5a264d2 Event API: ensure calculateResponderRegion accounts for page offset (#15671) Dominic Gannaway 2019-05-16 17:09:41 +01:00
  • bb89b4eacc Bail out of updates in offscreen trees (#15666) Dan Abramov 2019-05-16 11:12:05 +01:00
  • 4bf88ddeca Fix <embed> not triggering onLoad (#15614) Andrew Cherniavskii 2019-05-16 11:05:20 +02:00
  • f961050a37 Always flushPassiveEffects before rendering Andrew Clark 2019-05-15 18:11:44 -07:00
  • b899819e77 Use dynamic flag in test renderer in www (#15662) Andrew Clark 2019-05-15 14:55:50 -07:00
  • f10a6b379c Improve scanning Profiler chart for deep renders Brian Vaughn 2019-05-15 14:15:14 -07:00
  • d34b457ce2 Feature flag to revert #15650 (#15659) Andrew Clark 2019-05-15 13:38:06 -07:00
  • 668fbd651b Fix serial passive effects (#15650) Andrew Clark 2019-05-14 18:08:10 -07:00
  • b0657fde6a Event API: ensure getFocusableElementsInScope handles suspended trees (#15651) Dominic Gannaway 2019-05-15 01:08:30 +01:00
  • 8af90c8972 Add test for nested avoided boundaries (#15636) Sebastian Markbåge 2019-05-14 14:41:45 -07:00
  • 6fd2e72b5e Minor nits Brian Vaughn 2019-05-14 11:01:41 -07:00
  • af19e2eb2f Event API: adds pointerType to Focus events (#15645) Dominic Gannaway 2019-05-14 15:59:36 +01:00
  • 76e569992b Cleanup profile export/import data types, add export/import test Ivan Babak 2019-04-30 03:16:52 -07:00
  • cc24d0ea56 Invariant that throws when committing wrong tree (#15517) Andrew Clark 2019-05-13 16:15:50 -07:00
  • 83fc258f29 Remove <ConcurrentMode /> (#15532) Andrew Clark 2019-05-13 16:10:00 -07:00
  • 283ce53204 Add ReactDOM.unstable_createSyncRoot (#15504) Andrew Clark 2019-05-13 15:30:03 -07:00
  • 1723c5d316 Changed "Unknown" fallback displayName to "Anonymous". Added memo/forwardRef labels to Profiler charts. Brian Vaughn 2019-05-13 15:26:14 -07:00
  • 6b4c758338 CSS tweaks Brian Vaughn 2019-05-13 14:51:56 -07:00
  • 862f499fac Add Batched Mode (#15502) Andrew Clark 2019-05-13 14:30:39 -07:00
  • e2746ffd0e Merge branch 'enhancement/display-change' of https://github.com/submetu/react-devtools-experimental into submetu-enhancement/display-change Brian Vaughn 2019-05-13 14:12:27 -07:00
  • 982eb84a13 Merge pull request #271 from tux-tn/master Brian Vaughn 2019-05-13 14:10:21 -07:00
  • d9a0c42652 Bumped Profiler export version (since self durations are now included) Brian Vaughn 2019-05-13 14:04:53 -07:00
  • cf99c3ee6c Moved calculation of self duration to the backend/renderer Brian Vaughn 2019-05-13 10:13:29 -07:00
  • 74706b0c86 updates snapshots Subhan 2019-05-13 19:00:11 +02:00
  • ec89ae88b6 Changes display of ForwardRef and Memo components Subhan 2019-05-13 18:57:24 +02:00
  • fec74f99da Event API: ensure preventDefault works for nested targets (#15633) Dominic Gannaway 2019-05-13 13:45:48 +01:00
  • ad94f9ef08 Replaced adm-zip with node-archiver Sarhan Aissi 2019-05-13 03:55:05 +01:00
  • ffef7ffc57 Merge pull request #268 from frankcalise/master Brian Vaughn 2019-05-12 07:43:19 -07:00
  • faea8ed6a9 Delete package-lock.json Brian Vaughn 2019-05-12 07:43:07 -07:00
  • 285568825b Fixed build chrome not working on Windows due to rm command not existing Frank Calise 2019-05-12 10:12:17 -04:00
  • edfedf3ae9 Fork ReactSharedInternals for UMD builds (#15617) Andrew Clark 2019-05-10 13:51:39 -07:00
  • 39ef609e7c Update test to fix CI Andrew Clark 2019-05-10 11:12:24 -07:00
  • 5b6eb55e1c Remove scheduler from React package dependencies (#15616) Andrew Clark 2019-05-10 11:01:04 -07:00
  • 0803d22479 Don't consider "Never" expiration as part of most recent event time (#15606) Sebastian Markbåge 2019-05-10 10:53:20 -07:00
  • b74f3f507a Added basic tests for InspectedElementContext Brian Vaughn 2019-05-10 09:13:54 -07:00
  • 61ab40c15c Test utils actSuspense -> actAsync Brian Vaughn 2019-05-10 08:27:14 -07:00
  • 8536995b11 Merge pull request #264 from bvaughn/filter-owners-list Brian Vaughn 2019-05-10 08:10:24 -07:00
  • ac0022bf4a Added more tree context tests Brian Vaughn 2019-05-10 08:07:27 -07:00
  • 90f54d77f3 Event API: add follow up event unwind test (#15612) Dominic Gannaway 2019-05-10 13:36:54 +01:00
  • 91a044e31f Event API: add key modifiers to Press events (#15611) Dominic Gannaway 2019-05-10 13:32:11 +01:00
  • 7aaef6f41f reverting the rename Sunil Pai 2019-05-10 12:18:40 +01:00
  • 6243d19b9c pretty, witty, fine Sunil Pai 2019-05-10 12:16:43 +01:00
  • ae3b98f5ad rewrite test act helpers based on react/#15591 Sunil Pai 2019-05-10 12:13:14 +01:00
  • 7160f6f584 Fixed owners stack direction and added current element to stack Brian Vaughn 2019-05-09 18:11:17 -07:00
  • 427f0f63c1 Added TreeContext tests Brian Vaughn 2019-05-09 15:52:50 -07:00
  • 5daf9b626f Fixed test describe name Brian Vaughn 2019-05-09 14:31:48 -07:00
  • b6c135c165 Added Jest tests for OwnersListContext Brian Vaughn 2019-05-09 14:21:22 -07:00
  • 564a223368 Fetch owners list from renderer (using suspense) Brian Vaughn 2019-05-09 11:47:22 -07:00
  • 3d8b836e22 Event API: ensure we pop context for event system fibers (#15599) Dominic Gannaway 2019-05-09 17:01:18 +01:00
  • e33e32db04 Event API: normalize event timeStamp property to be in event system (#15598) Dominic Gannaway 2019-05-09 16:05:25 +01:00