-
Merge pull request #6307 from cbrwizard/getEventCharCode_unit_tests
jimfb committedgetEventCharCode unit tests
-
Merge pull request #6313 from jimfb/script-integrity-attribute
zpao committedRemoved script security attributes, since fb.me isn't setting the proper headers.
-
Removed script security attributes, since fb.me isn't setting the pro…
jimfb committed with jim…per headers.
-
[website] Fix jump on the header
vjeux committedAlgolia adds two inline styles ```css position: relative; vertical-align: top; ``` to the element once the script inserted at the end of the page runs which super slightly moves the header. The fix is to always apply those two rules this way it doesn't jump. I did not notice it on my machine because it doesn't move when custom fonts are not being used. Test Plan: - Open two tabs: reactjs.com and localhost:4000/react - Click around on reactjs.com to prime the cache with the fonts - Switch tabs and click around on localhost (but do not force refresh!) - Now you get custom fonts loaded locally and it doesn't jump when you change tabs
-
Merge pull request #6303 from qerub/use-loose-envify
zpao committedUse loose-envify instead of envify
-
Use loose-envify instead of envify
qerub committedThis reduces the number of transitive dependencies and decreases the build time (by ~6% on my machine).
-
Merge pull request #6309 from victor-homyakov/patch-1
zpao committedFree memory allocated by testElement after usage
-
Free memory allocated by testElement after usage
victor-homyakov committedIE11 reports `testElement` as detached DOM node consuming memory. It is captured in closure of `setInnerHTML` function and could be safely cleared after feature test.
-
Merge pull request #6301 from gaearon/remove-dead-export
gaearon committedRemove unused export from DOMChildrenOperations
-
Merge pull request #6289 from gaearon/strip-circular-refs
gaearon committedStrip complex values from ReactPerf.printDOM() output
-
Try disabling coverage on master to prevent Travis crashes
gaearon committedWe suspect that memory overhead caused by coverage might be the reason Travis fails on master. No guarantees it will work but worth a try.
-
Merge pull request #6287 from gaearon/rename-perf-methods
gaearon committedRename ReactPerf methods to match the upcoming ReactPerf revamp
-
Merge pull request #6286 from gaearon/opaque-perf-measurements
gaearon committedMake ReactPerf.getLastMeasurements() opaque
-
Make ReactPerf measurements opaque
gaearon committedWe intend to change the measurement format significantly in #6046. In order to introduce the new ReactPerf during 15.x release cycle, we are making the measurement structure opaque-ish in 15.0.
-
gaearon committed
-
Merge pull request #6276 from gaearon/fix-custom-components
gaearon committedSkip all special props when setting attributes on web components
-
gaearon committed
-
gaearon committed
-
gaearon committed
-
Merge pull request #6274 from facebook/revert-6226-PR-5202
gaearon committedRevert "Bug fix for issue 5202"
-
Revert "Bug fix for issue 5202"
gaearon committed -
Merge pull request #6270 from rofrischmann/unitless-css-property
jimfb committedadded several new unitless properties