Re: [blink-dev] Re: Intent to Deprecate and Remove Web SQL

2024-03-11 Thread Hans Meyer
erence, I looked > into what it would take and came up with this ~18K LOC patch > <https://github.com/chromium/chromium/compare/main...bershanskiy:chromium:flag-web-sql-access> > (and > I'm not done writing tests for it yet!). > > Sincerely, > Anton. > On Saturday,

Re: [blink-dev] Re: Intent to Deprecate and Remove Web SQL

2024-03-09 Thread Hans Meyer
the user will > need to start up browser and load every profile with your extension after > you publish the extension update but before Chrome 124 is installed. In > fact, it is a known issue that when Chrome changes profile data format and > deprecates migration code, some profiles

Re: [blink-dev] Re: Intent to Deprecate and Remove Web SQL

2024-03-08 Thread Hans Meyer
schema to a web-native > storage of your choice. > > Sincerely, > Anton. > > > On Thursday, March 7, 2024 at 10:43:39 PM UTC+2 Hans Meyer wrote: > >> Thanks for the explanation Panos. That makes sense. >> >> OK so... please forgive me folks. I know this is a crazy

Re: [blink-dev] Re: Intent to Deprecate and Remove Web SQL

2024-03-08 Thread Hans Meyer
ork and (2) larger revision > which will use the new datastore and SQLite polyfil with existing WebSQL > call sites. After this, you won't have any time pressure and will be able > to work on refactoring code like converting WebSQL schema to a web-native > storage of your choice. > > Sin

Re: [blink-dev] Re: Intent to Deprecate and Remove Web SQL

2024-03-07 Thread Hans Meyer
ely unavailable to users. > > Granted this is not very obvious, but it has worked reasonably well in > practice. > > Thanks, > Panos > > On Sun, Mar 3, 2024 at 11:35 AM Hans Meyer wrote: > >> Fair enough Anton. Admittedly a bit of wishful thinking on my part. >&

Re: [blink-dev] Re: Intent to Deprecate and Remove Web SQL

2024-03-04 Thread Hans Meyer
frontend/+/5335172> > > The change will arrive in Chrome Canary next week. WebSQL flag is also > considered to be expired > <https://issuetracker.google.com/issues/325834723> (no longer available > and will be removed from source code soon). > > Sincerely, > Ant

Re: [blink-dev] Re: Intent to Deprecate and Remove Web SQL

2024-03-03 Thread Hans Meyer
Hi Ayu, Can you clarify... are you saying the deprecation trial does NOT extend to Chrome 124? I would not have expected that given that the trial's expiration date has been communicated consistently as *May 28, 2024*. Thanks, Hans On Friday, February 23, 2024 at 11:15:46 AM UTC-7 Ayu Ishii

Re: [blink-dev] Re: Intent to Deprecate and Remove Web SQL

2023-06-29 Thread Hans Meyer
M117-123 - Deprecation trial What does this mean in terms of when trial registration will be available at https://developer.chrome.com/origintrials/#/trials/active ? I'm the author of an extension that's currently using Web SQL Database. I'd like to take advantage of the deprecation trial