1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-11 10:18:15 +09:00
ladybird/Userland/Libraries/LibWeb/Cookie
Lenny Maiorani 97bd13264a Everywhere: Make use of container version of all_of
Problem:
- New `all_of` implementation takes the entire container so the user
  does not need to pass explicit begin/end iterators. This is unused
  except is in tests.

Solution:
- Make use of the new and more user-friendly version where possible.
2021-08-03 10:46:43 +02:00
..
Cookie.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
ParsedCookie.cpp Everywhere: Make use of container version of all_of 2021-08-03 10:46:43 +02:00
ParsedCookie.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00