Historique des commits

Auteur SHA1 Message Date
  Linus Groh f7c9bd0760 LibJS: Convert remaining Date AOs using JS::Value as in/output to double il y a 3 ans
  Linus Groh 4dd9102f5e LibJS: Move Hours/Minutes/Seconds/ms constants out of the Date class il y a 3 ans
  Lenny Maiorani d00b79568f Libraries: Use default constructors/destructors in LibJS il y a 3 ans
  Timothy Flynn 6efbafa6e0 Everywhere: Update copyrights with my new serenityos.org e-mail :^) il y a 3 ans
  Timothy Flynn 11d7c7ebbd LibJS: Move time conversion constants to the Date header il y a 3 ans
  Timothy Flynn 34a1dd4257 LibJS: Remove Core::DateTime logic from the Date object :^) il y a 3 ans
  Timothy Flynn d83ce7dd0b LibJS: Re-implement the Date constructor / prototype for spec compliance il y a 3 ans
  Timothy Flynn d93713b874 LibJS: Implement the LocalTime, UTC, and TimeWithinDay AOs il y a 3 ans
  Timothy Flynn 8987deb984 LibJS: Partially implement the LocalTZA AO il y a 3 ans
  Linus Groh aa2b85c697 LibJS: Use AK::NaN<double> in Date::date_value() to fix build error il y a 3 ans
  Linus Groh 038d354b5d LibJS: Remove Object::value_of() il y a 3 ans
  Timothy Flynn baf3f3bd6e LibJS: Implement Date's Week Day AO il y a 3 ans
  Timothy Flynn e56be34148 LibJS: Implement Date's TimeClip AO il y a 3 ans
  Linus Groh 1dc32fed8f LibJS: Adjust approximated result in year_from_time() if necessary il y a 3 ans
  Andreas Kling 0c63f0bf73 LibJS: Parse date strings like "Wed Apr 17 23:08:53 +0000 2019" il y a 3 ans
  Linus Groh 5512ff79f0 LibJS: Implement a bunch of time value related Date AOs il y a 4 ans
  Idan Horowitz b816037739 LibJS: Add the ToTemporalInstant Abstract Operation & its requirements il y a 4 ans
  Linus Groh 674f3d0347 LibJS: Pad abs(year) < 1000 with zeros in Date.prototype.toString() il y a 4 ans
  Idan Horowitz f65cb63aab LibJS: Check dates are below the `time_clip` threshold il y a 4 ans
  Idan Horowitz 46214f0657 LibJS: Store Date milliseconds as signed to support negative offsets il y a 4 ans
  Idan Horowitz 44926b3f80 LibJS: Ignore arguments in Date's constructor when called as a function il y a 4 ans
  Idan Horowitz 96ee5e36ed LibJS: Replace the broken and unused Date::year getter il y a 4 ans
  Linus Groh ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers il y a 4 ans
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. il y a 4 ans
  Andreas Kling 0069020e6c WindowServer+LibGUI: Rename WindowType::MenuApplet => Applet il y a 4 ans
  Petróczi Zoltán ca49f96b78 LibJS Date: Added "Invalid Date". il y a 4 ans
  tuqqu 43f0c92bcd LibJS: Add Date methods: setHours, setMinutes, setSeconds, setMilliseconds il y a 4 ans
  Andreas Kling 093331df06 LibJS: Add Date.prototype.toGMTString() il y a 4 ans
  Andreas Kling 13d7c09125 Libraries: Move to Userland/Libraries/ il y a 4 ans