Histórico de Commits

Autor SHA1 Mensagem Data
  Andrew Kaster 6047f1adcb LibJS: Ensure JS::Date has a key function and its vtable is in LibJS há 1 ano atrás
  Andreas Kling 3c74dc9f4d LibJS: Segregate GC-allocated objects by type há 1 ano atrás
  Timothy Flynn f31540e419 LibJS: Implement time zone identifier AOs centrally within Date há 1 ano atrás
  Timothy Flynn ddaba88340 LibJS: Convert Date-related equations into proper AOs há 1 ano atrás
  Om Prakaash 7c66c5f12d LibJS: Replace a DeprecatedString with String há 2 anos atrás
  Timothy Flynn 1c1b902a6a LibJS+LibWeb: Move headers around to allow including Value from Cell há 2 anos atrás
  Timothy Flynn b0a4df76de LibJS: Define Date constants such that translation units don't copy them há 2 anos atrás
  Linus Groh 790b21c8b5 LibJS: Convert Date::create() to NonnullGCPtr há 2 anos atrás
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString há 2 anos atrás
  Timothy Flynn 5e5cdb2d28 LibJS: Remove the now-unused LocalTZA AO há 2 anos atrás
  Timothy Flynn 019211bcb4 LibJS: Consolidate sources of system time zone to one location in Date há 2 anos atrás
  Andreas Kling 35c9aa7c05 LibJS: Hide all the constructors! há 2 anos atrás
  Linus Groh 56b2ae5ac0 LibJS: Replace GlobalObject with VM in remaining AOs [Part 19/19] há 2 anos atrás
  Linus Groh b99cc7d050 LibJS+LibWeb: Replace GlobalObject with Realm in create() functions há 2 anos atrás
  Linus Groh c6f7214a60 LibJS: Replace magic nanosecond numbers with constants há 3 anos atrás
  Linus Groh f7c9bd0760 LibJS: Convert remaining Date AOs using JS::Value as in/output to double há 3 anos atrás
  Linus Groh 4dd9102f5e LibJS: Move Hours/Minutes/Seconds/ms constants out of the Date class há 3 anos atrás
  Lenny Maiorani d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
  Timothy Flynn 6efbafa6e0 Everywhere: Update copyrights with my new serenityos.org e-mail :^) há 3 anos atrás
  Timothy Flynn 11d7c7ebbd LibJS: Move time conversion constants to the Date header há 3 anos atrás
  Timothy Flynn 34a1dd4257 LibJS: Remove Core::DateTime logic from the Date object :^) há 3 anos atrás
  Timothy Flynn d83ce7dd0b LibJS: Re-implement the Date constructor / prototype for spec compliance há 3 anos atrás
  Timothy Flynn d93713b874 LibJS: Implement the LocalTime, UTC, and TimeWithinDay AOs há 3 anos atrás
  Timothy Flynn 8987deb984 LibJS: Partially implement the LocalTZA AO há 3 anos atrás
  Linus Groh aa2b85c697 LibJS: Use AK::NaN<double> in Date::date_value() to fix build error há 3 anos atrás
  Linus Groh 038d354b5d LibJS: Remove Object::value_of() há 3 anos atrás
  Timothy Flynn baf3f3bd6e LibJS: Implement Date's Week Day AO há 3 anos atrás
  Timothy Flynn e56be34148 LibJS: Implement Date's TimeClip AO há 3 anos atrás
  Linus Groh 1dc32fed8f LibJS: Adjust approximated result in year_from_time() if necessary há 3 anos atrás
  Andreas Kling 0c63f0bf73 LibJS: Parse date strings like "Wed Apr 17 23:08:53 +0000 2019" há 3 anos atrás