[webkit-changes] [WebKit/WebKit] b1fd85: Use strongly typed identifiers for IDBObjectStore

2024-09-04 Thread Rupin Mittal
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: b1fd85148bfa59caad8ef20286edb36e73256a42 https://github.com/WebKit/WebKit/commit/b1fd85148bfa59caad8ef20286edb36e73256a42 Author: Rupin Mittal Date: 2024-09-04 (Wed, 04 Sep 2024) Changed paths: M

[webkit-changes] [WebKit/WebKit] cd981f: Add error-checking for no arguments, empty options...

2024-09-09 Thread Rupin Mittal
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: cd981fa847062f9a7164e2643c3d90b5a257286d https://github.com/WebKit/WebKit/commit/cd981fa847062f9a7164e2643c3d90b5a257286d Author: Rupin Mittal Date: 2024-09-09 (Mon, 09 Sep 2024) 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] ca7fae: Re-sync web-platform-tests/cookie-store from upstr...

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

[webkit-changes] [WebKit/WebKit] da6bdd: Add CookieStoreManagerEnabled feature flag

2024-08-16 Thread Rupin Mittal
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: da6bddd2e4c193b8e6aa8064ebc233d05382ec39 https://github.com/WebKit/WebKit/commit/da6bddd2e4c193b8e6aa8064ebc233d05382ec39 Author: Rupin Mittal Date: 2024-08-16 (Fri, 16 Aug 2024) Changed paths: M

[webkit-changes] [WebKit/WebKit] c1a5c6: Implement CookieStoreManager for the CookieStore API

2024-08-18 Thread Rupin Mittal
Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: c1a5c61946b9f75678be873346223d40f774f814 https://github.com/WebKit/WebKit/commit/c1a5c61946b9f75678be873346223d40f774f814 Author: Rupin Mittal Date: 2024-08-18 (Sun, 18 Aug 2024) 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