Граф коммитов

17938 Коммитов

Автор SHA1 Сообщение Дата
Anandraj a65c7af600
Adding the new jsiinspector shared module to the nuget package exported to office (#203) 2019-12-09 17:49:16 -08:00
React-Native Bot 0782a6eaff Applying package update to 0.60.0-microsoft.29 ***NO_CI*** 2019-12-10 01:21:44 +00:00
HeyImChris 9bd79f3b08
redo broken dependencies for the publish targets that sdx-platform needs to succeed (#206) 2019-12-09 17:04:22 -08:00
Brian Zhao e4ffca2714 Add 0.59-stable branch to PR build trigger (#202) (#204) 2019-12-06 10:40:07 -08:00
React-Native Bot 8048a04dba Applying package update to 0.60.0-microsoft.28 ***NO_CI*** 2019-12-06 17:33:54 +00:00
Brian Zhao c214b0ba32 Add 0.59-stable branch to PR build trigger (#202) 2019-12-06 09:19:31 -08:00
React-Native Bot 95c7e0fd92 Applying package update to 0.60.0-microsoft.27 ***NO_CI*** 2019-12-05 23:39:33 +00:00
Brian Zhao 39ce8a726d
Use $buildNumber$ token for NuGet (#198)
* Use Nuget token for versions

* Use NuGet v4.6.4+

* Add buildProps during Android PR
2019-12-05 15:24:19 -08:00
React-Native Bot 99e819f636 Applying package update to 0.60.0-microsoft.26 ***NO_CI*** 2019-12-05 18:04:12 +00:00
Anandraj b6790b6d5f Adding the new jsiinspector shared module to the nuget package exported to office (#200) 2019-12-05 09:48:22 -08:00
React-Native Bot d9a25c2d04 Applying package update to 0.60.0-microsoft.25 ***NO_CI*** 2019-12-02 17:43:23 +00:00
Tom Underhill e4db078ce4 Removed geolocation targets from nuspec as they are not longer in the repo. Added <repository type="git" url="$repoUri$" commit="$commitId$" /> which is needed to record the relevent meta data about the publish. Removed an obsolete comment. (#197) 2019-12-02 09:28:08 -08:00
React-Native Bot eab20d4588 Applying package update to 0.60.0-microsoft.24 ***NO_CI*** 2019-12-01 22:50:04 +00:00
Tom Underhill fe9ccbcbcf
Tomun/fixflow (#196)
* Fixed Flow, Lint, and Jest tests.  Fixed broken macOS scroll key events.

* Added ADO tests for jest, flow, lint, format-check

* Rename yml file

* Added displayName's to the yml steps

* More flow fixes.  macos specific files were being skipped in .flowconfig

* Renamed e to event and event to nativeEvent

* Fix lint errors
2019-12-01 14:35:18 -08:00
Andrew Coates 3707a293fa
Stop beachball from publishing internally (#195) 2019-11-25 09:18:44 -08:00
React-Native Bot 66f182eec3 Applying package update to 0.60.0-microsoft.23 ***NO_CI*** 2019-11-21 00:26:38 +00:00
HeyImChris 4d057af9c9
Revert an RTL change we made that FB fixed at a lower level, making this obsolete. This file now aligns with what FB has in their repo (#194) 2019-11-20 16:07:38 -08:00
React-Native Bot 5302400415 Applying package update to 0.60.0-microsoft.22 ***NO_CI*** 2019-11-20 17:43:44 +00:00
Brian Zhao a330e8a598 Change projectRoot for internal yarn migration (#193) 2019-11-20 09:29:02 -08:00
React-Native Bot 2ab4c5b2dd Applying package update to 0.60.0-microsoft.21 ***NO_CI*** 2019-11-19 21:24:39 +00:00
Andrew Coates 6190bbcfe7
Remove deleted file from cmake build def (#192)
* Remove deleted file from cmake build def

* Removing various creds that cause issues internally

* Revert "Removing various creds that cause issues internally"

This reverts commit 29af942a67.

* Supress creds for internal scanning
2019-11-19 13:09:46 -08:00
React-Native Bot c164770cda Applying package update to 0.60.0-microsoft.20 ***NO_CI*** 2019-11-12 01:49:28 +00:00
HeyImChris dac509cd76
Add a mac test plan to improve our confidence in fixes going into RN moving forward. Check for safe memory usage and concurrency problems (#190) 2019-11-11 17:34:21 -08:00
React-Native Bot c610b2e93c Applying package update to 0.60.0-microsoft.19 ***NO_CI*** 2019-11-12 01:29:42 +00:00
HeyImChris b917a64fea
Enable mac yml tests (#189) 2019-11-11 17:15:26 -08:00
React-Native Bot 03e2b99745 Applying package update to 0.60.0-microsoft.18 ***NO_CI*** 2019-11-12 01:01:05 +00:00
Zihan Chen (MSFT) 1694a6fa8b Preparing work for adding JSI and TurboModule to ReactCommon in Microsoft/react-native-windows (#191)
* Fix include

* Remove warning in x64

* Update TurboModule.cpp

* Update CI loop to use node 10
2019-11-12 00:39:27 +00:00
React-Native Bot 55c5835fe5 Applying package update to 0.60.0-microsoft.17 ***NO_CI*** 2019-11-07 20:48:25 +00:00
HeyImChris ea7767a211 Add memory management and concurrency tests plans to our fork of Reac… (#186)
* Add memory management and concurrency tests plans to our fork of React Native

* temporarily disable a few more tests that are failing for us

* reenable tests that are building/testing again

* Build break fix: when running parallized xctestplan builds, non-deterministic errors can occur in the header maps of RCTText.  Fix by forward declaring @protocols in headers, and #import the necessary headers in the .m files that need them.

* ASAN testing revealed that RCTMessageThread can be deleted before the RunLoop has executed a block during shutdown, which results in this->m_shutdown being deferenced to deallocated memory.  Capture a shared_ptr to this instead of a raw `this` in the lambdas.
2019-11-07 12:33:24 -08:00
React-Native Bot 925a76d684 Applying package update to 0.60.0-microsoft.16 ***NO_CI*** 2019-11-06 04:19:09 +00:00
Nick Gerleman 9bba27f2b8
Remove bytecodeFileName and scriptVersion/bundleVersion parameters (#187)
bytecodeFileName is used excusively by ChakraExecutor in
react-native-windows, and diverges us from upstream. Remove these
parameters, using a new mechanism in react-native-windows.
2019-11-05 20:03:51 -08:00
React-Native Bot 3c4fb8565a Applying package update to 0.60.0-microsoft.15 ***NO_CI*** 2019-11-01 22:29:04 +00:00
Yichen Yao bce68a390e
Remove RuntimeHolder and ScriptStore. (#185)
ScriptStore and RuntimeHolder are currently only used by Microsoft/react-native-windows. This PR removes them from this repository.
2019-11-01 15:14:10 -07:00
React-Native Bot 37cb19c8c4 Applying package update to 0.60.0-microsoft.14 ***NO_CI*** 2019-10-31 17:45:33 +00:00
HeyImChris 7c119ba8fc Console.assert doesn't exist in the simulator, so this will always re… (#184)
* console.assert doesn't exist in the simulator, so this will always redbox unless the debugger is attached (in which case it runs through chrome which has all the console methods already defined)

* a more proper fix is to check that console has the assert property
2019-10-31 10:29:46 -07:00
React-Native Bot 4e1e54177a Applying package update to 0.60.0-microsoft.13 ***NO_CI*** 2019-10-26 01:43:45 +00:00
HeyImChris 0c567f65be align with ios here and copy these to the same location on mac (#182) 2019-10-25 18:28:35 -07:00
React-Native Bot b5e80390a8 Applying package update to 0.60.0-microsoft.12 ***NO_CI*** 2019-10-25 19:42:12 +00:00
HeyImChris 932a2b80c7 Copy over ios/mac header files that polyester references to fix the 0.60 merg… (#181)
* copy over header files that polyester references to fix the 0.60 merge into sdx-platform

* remove unnecessary header inclusions

* copy these files over in a separate copy headers. Having them in the same copy headers causes duplicate symbol problems when building

* Mac VM environment error requires we disable mac integration tests to unblock the 60 merge progress

* Add support for debug/release builds and on iOS, run tests only for iOS debug for now. disable them for Mac debug/release
2019-10-25 12:26:06 -07:00
React-Native Bot 291a1a2909 Applying package update to 0.60.0-microsoft.11 ***NO_CI*** 2019-10-23 19:24:55 +00:00
REDMOND\acoates 484b8439b3 fix publish 2019-10-23 12:08:50 -07:00
React-Native Bot 1f2edb5ce0 Applying package update to 0.60.0-microsoft.10 ***NO_CI*** 2019-10-23 18:44:38 +00:00
REDMOND\acoates d7cf27236a Publish fix 2019-10-23 11:28:33 -07:00
REDMOND\acoates 41baf57bbf Fix publish 2019-10-23 11:05:54 -07:00
Andrew Coates ba1b2e9a93
Add support for registering custom fonts by family+weight (#179)
* Add support for registering custom fonts by family+weight
2019-10-21 16:46:44 -07:00
Andrew Coates 4af7d60daf
Add back jseConfigParams changes (#178)
* Add back jseConfigParams changes

* Expose method to add custom font directly using Typeface arg
2019-10-21 12:56:35 -07:00
React-Native Bot b50dcb1adb Applying package update to 0.60.0-microsoft.8 ***NO_CI*** 2019-10-17 21:55:59 +00:00
BarinderGrewal ae3428e723 Adding metro-config dependency (#176)
* Adding metro-config dependency

* Updating metro-config version
2019-10-17 09:43:15 -07:00
React-Native Bot 147d308659 Applying package update to 0.60.0-microsoft.7 ***NO_CI*** 2019-10-15 21:23:00 +00:00
HeyImChris adf59b9c49 RCTBackedTextInputViewProtocol and RCTBackedTextInputDelegate weren't getting built into the RCTTextLibrary, which is necessary for Polyester (#174) 2019-10-15 14:07:12 -07:00