• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

facebook / react / 14051

Builds Branch Commit Type Ran Committer Via Coverage
14051 master Fiber: Fix reconciling after null (#8202) Before, this code was bailing out after encoutering a null child because it thought it was out of old children. Seen when reconciling [null, <span />, <Image />] with [null, <span />, <Image />] in XUISel... push 04 Nov 2016 07:02AM UTC web-flow travis-ci pending completion   set done
14050 master Fiber: Fix reconciling after null Before, this code was bailing out after encoutering a null child because it thought it was out of old children. Seen when reconciling [null, <span />, <Image />] with [null, <span />, <Image />] in XUISelector. Pull #8202 04 Nov 2016 06:58AM UTC web-flow travis-ci pending completion   set done
14049 master Remove recursion from handleErrors Changed the algorithm of handleErrors a bit to ensure that boundaries are not revisited once they are acknowledged. This passes all the error boundary tests and all the incremental tests; however, it's causing ... Pull #8193 04 Nov 2016 06:14AM UTC web-flow travis-ci pending completion   set done
14045 master Migrate over a few more SVG properties to the warning list Pull #7311 04 Nov 2016 02:29AM UTC web-flow travis-ci pending completion   set done
14044 master Only trigger number input value attribute updates on blur Pull #7359 04 Nov 2016 02:27AM UTC web-flow travis-ci pending completion   set done
14042 master Make error boundaries use Task Priority I have all but one error fixed. Not sure how tricky the last one is, but I'm cautiously optimistic. Pushing to show my current progress. Pull #8193 04 Nov 2016 01:18AM UTC web-flow travis-ci pending completion   set done
14041 master Move Safari onClick hack into ReactDOMComponent (#8189) This is already where we trap non-bubbling events. We also already branch on the tag type so we know if it is interactive or not. This will let us get rid of the didPutListener and willD... push 04 Nov 2016 01:14AM UTC web-flow travis-ci pending completion   set done
14038 master Remove placeholder/textarea check, use contentToUse instead Pull #8020 03 Nov 2016 11:13PM UTC Brandon Dail travis-ci pending completion   set done
14035 master Implement Task priority Task priority is similar to Synchronous priority. Both are flushed in the current tick. Synchronous priority is flushed immediately (e.g. sync work triggered by setState will flush before setState exits), where as Task is ... Pull #8193 03 Nov 2016 09:26PM UTC web-flow travis-ci pending completion   set done
14033 master Update passing tests push 03 Nov 2016 02:49PM UTC gaearon travis-ci pending completion   set done
14032 master Improve performance converting props.children into string Pull #8195 03 Nov 2016 09:14AM UTC web-flow travis-ci pending completion   set done
14031 master UpdateQueue fixes - Incorrect comparison when computing hasUpdate - isReplace should be a property of the node, not the queue Pull #8194 03 Nov 2016 06:37AM UTC web-flow travis-ci pending completion   set done
14030 master Implement Task priority Task priority is similar to Synchronous priority. Both are flushed in the current tick. Synchronous priority is flushed immediately (e.g. sync work triggered by setState will flush before setState exits), where as Task is ... Pull #8193 03 Nov 2016 06:34AM UTC web-flow travis-ci pending completion   set done
14029 master Check for event listener in props instead of bank This just reads events from the props instead of storing them in a listener back. I had to rewrite a bunch of tests to cover this model. I removed the tests that just test the adding and removing... Pull #8192 03 Nov 2016 06:18AM UTC web-flow travis-ci pending completion   set done
14027 master Track if SelectEventPlugin is attached on a per document basis This gets rid of the global flag on if something has listened to onSelect and instead reads the isListening map if all the events are covered. This is required if we want to attach ev... Pull #8190 03 Nov 2016 06:13AM UTC web-flow travis-ci pending completion   set done
  • ← Previous
  • 1
  • 2
  • …
  • 343
  • 344
  • 345
  • 346
  • 347
  • 348
  • 349
  • 350
  • 351
  • …
  • 388
  • 389
  • Next →
  • Back to Repo
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc