[webkit-changes] [WebKit/WebKit] 2ecb71: Implement the Cookie Store API get/set/delete func...

2023-09-16 Thread Rupin Mittal
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 2ecb71d1b38b5f41d1c2cfd7baf45972e01c76d7 https://github.com/WebKit/WebKit/commit/2ecb71d1b38b5f41d1c2cfd7baf45972e01c76d7 Author: Rupin Mittal Date: 2023-09-16 (Sat, 16 Sep 2023) Changed paths: M

[webkit-changes] [WebKit/WebKit] 27bb6f: Add IDL files and empty implementation to support ...

2023-08-24 Thread Rupin Mittal
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 27bb6fc299f4133ec433d4fb49a3adeaf5cf9e87 https://github.com/WebKit/WebKit/commit/27bb6fc299f4133ec433d4fb49a3adeaf5cf9e87 Author: Rupin Mittal Date: 2023-08-24 (Thu, 24 Aug 2023) Changed paths: M

[webkit-changes] [WebKit/WebKit] 5e29d9: Add the change event for the Cookie Store API

2023-08-12 Thread Rupin Mittal
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 5e29d991fbf6dd8193d81b5fd706b2224ed7caf2 https://github.com/WebKit/WebKit/commit/5e29d991fbf6dd8193d81b5fd706b2224ed7caf2 Author: Rupin Mittal Date: 2023-08-12 (Sat, 12 Aug 2023) Changed paths: M

[webkit-changes] [WebKit/WebKit] 0fb388: Add IDL files and implementation of CookieChangeEvent

2023-08-09 Thread Rupin Mittal
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 0fb388663dbd3ffced8adfc4c1bb722aebf44d30 https://github.com/WebKit/WebKit/commit/0fb388663dbd3ffced8adfc4c1bb722aebf44d30 Author: Rupin Mittal Date: 2023-08-09 (Wed, 09 Aug 2023) Changed paths: M

[webkit-changes] [WebKit/WebKit] 08f56b: Add CookieChangeListener base class and make WebCo...

2023-08-03 Thread Rupin Mittal
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 08f56b30694ca5a973f159ad51c86a6b294fcbce https://github.com/WebKit/WebKit/commit/08f56b30694ca5a973f159ad51c86a6b294fcbce Author: Rupin Mittal Date: 2023-08-03 (Thu, 03 Aug 2023) Changed paths: M

[webkit-changes] [WebKit/WebKit] d7472f: Check that the size of a cookie's path is not too ...

2023-07-28 Thread Rupin Mittal
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: d7472f0d81e69ab8c62df926720430d69fdba732 https://github.com/WebKit/WebKit/commit/d7472f0d81e69ab8c62df926720430d69fdba732 Author: Rupin Mittal Date: 2023-07-28 (Fri, 28 Jul 2023) Changed paths: M

[webkit-changes] [WebKit/WebKit] 58f6a2: Properly handle errors in the cookie's domain when...

2023-07-26 Thread Rupin Mittal
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 58f6a2dd0bf84e0bba186126c6474a0ff1064353 https://github.com/WebKit/WebKit/commit/58f6a2dd0bf84e0bba186126c6474a0ff1064353 Author: Rupin Mittal Date: 2023-07-26 (Wed, 26 Jul 2023) Changed paths: M

[webkit-changes] [WebKit/WebKit] d52eb0: Properly handle a '/' in the cookie's path when se...

2023-07-26 Thread Rupin Mittal
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: d52eb029fa40b2be7f7a8275c2e5fccf962a2e7d https://github.com/WebKit/WebKit/commit/d52eb029fa40b2be7f7a8275c2e5fccf962a2e7d Author: Rupin Mittal Date: 2023-07-26 (Wed, 26 Jul 2023) Changed paths: M

[webkit-changes] [WebKit/WebKit] 0fd5d6: Add support for the extended attributes of Cookies...

2023-07-19 Thread Rupin Mittal
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 0fd5d68a2b262b5899042bed3223e53c94f413cd https://github.com/WebKit/WebKit/commit/0fd5d68a2b262b5899042bed3223e53c94f413cd Author: Rupin Mittal Date: 2023-07-19 (Wed, 19 Jul 2023) Changed paths: M

[webkit-changes] [WebKit/WebKit] 70923b: Implement the getAll function in the Cookie Store API

2023-07-18 Thread Rupin Mittal
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 70923b0491297aa141f7dd6ea55206d417e6b30d https://github.com/WebKit/WebKit/commit/70923b0491297aa141f7dd6ea55206d417e6b30d Author: Rupin Mittal Date: 2023-07-18 (Tue, 18 Jul 2023) Changed paths: M

[webkit-changes] [WebKit/WebKit] 525b38: Implement the delete function in the Cookie Store API

2023-07-14 Thread Rupin Mittal
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 525b38fe412e28097b9c30af5d549d13bd19899c https://github.com/WebKit/WebKit/commit/525b38fe412e28097b9c30af5d549d13bd19899c Author: Rupin Mittal Date: 2023-07-14 (Fri, 14 Jul 2023) Changed paths: M

[webkit-changes] [WebKit/WebKit] 7d9ead: Implement the set function in the Cookie Store API

2023-07-14 Thread Rupin Mittal
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 7d9eadacc38058d8875e9b9fd7f093d617a8e409 https://github.com/WebKit/WebKit/commit/7d9eadacc38058d8875e9b9fd7f093d617a8e409 Author: Rupin Mittal Date: 2023-07-14 (Fri, 14 Jul 2023) Changed paths: M

[webkit-changes] [WebKit/WebKit] 9c1b15: Add more error handling in the get(name) function ...

2023-07-12 Thread Rupin Mittal
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 9c1b157f42a10fb8078e54f048f6250dc1f74b24 https://github.com/WebKit/WebKit/commit/9c1b157f42a10fb8078e54f048f6250dc1f74b24 Author: Rupin Mittal Date: 2023-07-12 (Wed, 12 Jul 2023) Changed paths: M

[webkit-changes] [WebKit/WebKit] 9ae242: Implement the get(name) function in Cookie Store API

2023-07-11 Thread Rupin Mittal
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 9ae242a9a2f095eed7c17d453874a733bd57ce92 https://github.com/WebKit/WebKit/commit/9ae242a9a2f095eed7c17d453874a733bd57ce92 Author: Rupin Mittal Date: 2023-07-11 (Tue, 11 Jul 2023) Changed paths: M

[webkit-changes] [WebKit/WebKit] 6178f6: Add IDL files and empty implementation for Cookie ...

2023-06-30 Thread Rupin Mittal
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 6178f6321703c1007f79e9beeef8d27f8da9eec2 https://github.com/WebKit/WebKit/commit/6178f6321703c1007f79e9beeef8d27f8da9eec2 Author: Rupin Mittal Date: 2023-06-30 (Fri, 30 Jun 2023) Changed paths: M

[webkit-changes] [WebKit/WebKit] d32859: Add myself (Rupin Mittal) as a committer

2023-06-28 Thread Rupin Mittal
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: d32859e714715a7e2a3ce8d6ae1665d1b2ef2c72 https://github.com/WebKit/WebKit/commit/d32859e714715a7e2a3ce8d6ae1665d1b2ef2c72 Author: Rupin Mittal Date: 2023-06-28 (Wed, 28 Jun 2023) Changed paths: M

[webkit-changes] [WebKit/WebKit] d725cb: Add a new email for Rupin Mittal to contributors.json

2022-09-16 Thread Rupin Mittal
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: d725cbd9692926baf17bf56ed46a385a7113d32d https://github.com/WebKit/WebKit/commit/d725cbd9692926baf17bf56ed46a385a7113d32d Author: Rupin Mittal Date: 2022-09-16 (Fri, 16 Sep 2022) Changed paths: M