Jump to content

Recommended Posts

1 hour ago, j7n said:

My "webappsstore.sqlite" in New Moon is 150 MB. When I view it with a text editor, I see it full of JavaScript and keywords apparently related to advertising from Shopify and similar domains. This is a ridiculous amount of data. Can I see in the browser to whom this data belongs to, and clear it without deleting this file in its entirety?

Install the extension SQLite Manager 0.8.3.1 from the Classic Add-ons Archive! This extension can manage sqlite files such as your webappsstore.sqlite inside New Moon. BTW, my file is only about 12 MB.

Edited by AstroSkipper
Correction
Link to comment
Share on other sites


1 hour ago, AstroSkipper said:
1 hour ago, j7n said:

My "webappsstore.sqlite" in New Moon is 150 MB. When I view it with a text editor, I see it full of JavaScript and keywords apparently related to advertising from Shopify and similar domains. This is a ridiculous amount of data. Can I see in the browser to whom this data belongs to, and clear it without deleting this file in its entirety?

Install the extension SQLite Manager 0.8.3.1 from the Classic Add-ons Archive! This extension can manage sqlite files such as your webappsstore.sqlite inside New Moon. BTW, my file is only about 12 MB.

With SQLite Manager 0.8.3.1, you can view all entries, add new ones, edit or delete old ones. My webappsstore.sqlite files in different profiles are of different sizes from 96 KB up to 12 MB.

Edited by AstroSkipper
Link to comment
Share on other sites

It is obviously a result of one or a few sites storing oversized "cookies", possibly to sneak some advertising in. SQLite Manager lists 19801 entries inside the table webappstore2.

After an exercise of reading backwards, on the first page I recognize entries for hdtracks (possibly a culprit), softonic, pristineorganics, reddit, msfn, wikipedia, google, deezer (suspect), imgur (suspect), rateyourmusic, gtaforums, facebook. Looks like it may hold useful settings and logins that I need to keep, or I would need to log in to every place again, and likely don't remember the passwords.

Any way to sort this table "by size" to narrow down the bloat?

Link to comment
Share on other sites

Thanks, I don't know SQL wizardry. Last time I touched it was almost ten years ago.

Looks like the biggest consumers are various Wiki sites: Wikipedia, Wiktionary, Fandom, Wikinews. Each language domain has an entry between 1 and 3 megs. Wikipedia has become noticeably slower over the years with the same basic Monobook style and visual editing turned off. On talk pages they discuss how pages for some popular subjects need to be shortened, and on an old PC it is clear why.

Screenshot_2024-03-29_03-38-32.png

Link to comment
Share on other sites

On 3/28/2024 at 8:08 AM, PPeti66x said:

@ClassicNick

Works on all previous versions. This is nothing web-specific or browser-specific. The new version simply does not accepts/processes the Alt+CharCode input from the keyboard (which works in near all Windows applications). This should be accepted in any editable text field (address bar, form fields,...). Probably the new  WinTextEventDispatcherListener patch is the guilty introduced in the mentioned version.

yeah it looks like so, I reported to upstream (i.e. AF) to see if there is something missed.

Link to comment
Share on other sites

2 hours ago, j7n said:

It is obviously a result of one or a few sites storing oversized "cookies", possibly to sneak some advertising in. SQLite Manager lists 19801 entries inside the table webappstore2.

After an exercise of reading backwards, on the first page I recognize entries for hdtracks (possibly a culprit), softonic, pristineorganics, reddit, msfn, wikipedia, google, deezer (suspect), imgur (suspect), rateyourmusic, gtaforums, facebook. Looks like it may hold useful settings and logins that I need to keep, or I would need to log in to every place again, and likely don't remember the passwords.

Is this where the "Offline Web Content and User Data" shown when you go to Tools / Preferences / Advanced is stored?

I think logins and passwords are stored in a different table, but I'm not sure.

Link to comment
Share on other sites

The list in that dialog box is empty for me. I have seen something there in the past, but not now. When I looked through the entries using SQLite Manager, I saw my username in a few of them.

In Opera 12, I don't see anything from Wikipedia in persistent storage. Other wikis have 500-700 kB. Perhaps it considers the browser too old to use. Its global quota looks to be 10 MB for all sites together.

Link to comment
Share on other sites

Is git clone https://repo.palemoon.org/MoonchildProductions/UXP.git or any work for you? Cause get 

error: RPC failed; curl 18 transfer closed with outstanding read data remaining
error: 9859 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output
 

Link to comment
Share on other sites

New NewMoon 27 Build!

32bit https://o.rthost.win/palemoon/palemoon-27.10.0.win32-git-20240330-345f2b82de-xpmod.7z
32bit SSE https://o.rthost.win/palemoon/palemoon-27.10.0.win32-git-20240330-345f2b82de-xpmod-sse.7z
32bit noSSE https://o.rthost.win/palemoon/palemoon-27.10.0.win32-git-20240330-345f2b82de-xpmod-ia32.7z

64bit https://o.rthost.win/palemoon/palemoon-27.10.0.win64-git-20240330-345f2b82de-xpmod.7z

source repo: https://github.com/roytam1/palemoon27

repo changes since my last build:
- import changes from `dev' branch of rmottola/Arctic-Fox:
 - Bug 1256545: avoid compiler warning for pointer truncation when checking low bits r=bwc (d16c97ba81)
 - Bug 1255655 - Const-ify and shrink octet_weight. r=hurley. (d5b4c89e87)
 - Bug 1216837: add explicit error checks for packet length in srtp r=mcmanus rs=jesup (ce11d6694e)
 - Bug 1248565 - Let child processes have its own MOZ_LOG_FILE. r=erahm (a242c8fa08)
 - Bug 1256558 - Change MUST_CONVERT to avoid C4311 in VS2015; r=khuey (81b1f997f6)
 - Bug 580313 - Use deque instead of manual queue im nsPrefetchService. r=smaug (023e0115e8)
 - Bug 580313 - New resource hints for link. r=smaug (3c7949ab9a)
 - Bug 1253593 - Fix applicationCache.onchecking notification on e10s. r=jduell (debb998b9d)
 - Bug 1234177 - check to see if mFunctions.append returned error. r=bholley (0dc9d44233)
 - Bug 1183754, part 1 - Get rid of aligned spacing for XPCWrappedNative fields. r=bholley (dfb09ad1a4)
 - Bug 1183754, part 2 - Remove clearing of the next chunk. r=bholley (78e8c4d7cb)
 - Bug 1183754, part 3 - Use a UniquePtr for XPCWrappedNativeChunk::mNextChunk. r=bholley (26d816ff0c)
 - Bug 1183754, part 4 - Eliminate XPCWrappedNativeTearOffChunk. r=bholley (0f50e6c9ff)
 - Bug 1252154: Delay allocation metadata collection for inline typed objects. r=sfink (9f3cea8d76)
 - Bug 1250195: In TypedObject.from, decide that the input is typed only if it's an array type; r=pnkfelix (2ceb08c793)
 - Bug 1250842 - Fix initialization of script source object when modules are compiled off main thread r=shu (ca3f9b900e)
 - Bug 1257053 - Only make use of error stashing (via PossibleError) when it is necessary; r=jorendorff (f3744899c4)
 - Bug 1253847 - Do not count the skipped EOL inside template literal. r=jorendorff (f63926bb2d)
 - Bug 1221378: Don't collect allocation metadata when lazily creating standard prototypes. r=fitzgen (667e752baf)
 - Bug 1249469 - Allow any script to execute when resolving constructors. (r=jimb) (474fae3645)
 - Bug 1221378: SpiderMonkey: Assert against re-entrant constructor resolution. r=fitzgen (15619325de)
 - Bug 1249469 - Followup: missing #include on a CLOSED TREE. (3c62bbbb31)
 - Bug 1248412 - inlineIsTypedArrayHelper: Check for TypedArray and Proxy classes when we allow wrapped TypedArray. r=Waldo (1bcaba804b)
 - Bug 1250307 - Add the by: "bucket" breakdown option; r=jimb (8ca32dc781)
 - Bug 1221378: Add JSCLASS_DELAY_METADATA_CALLBACK flag to UnboxedPlainObject. r=jandem (7e0eb0be01)
 - Bug 1064543 - Don't emit FilterTypeSet if it wouldn't remove any types. r=h4writer (d1a1a4e127)
 - Bug 1242462 - Add a newline when calling TypeSet::print from a debugger. r=jandem (2e4c07aaf3)
 - Bug 1247140 - Use mozilla::BinarySearch{,If} for more manual binary searches in SpiderMonkey. r=jandem (b948fe7f60)
 - Bug 1249193 - Fix Debugger.Frame.this to work correctly if we're still in the script's prologue. r=shu (0f17a78c1a)
 - Bug 1249193 part 2 - Fix DebugScopeProxy to return correct this-value if we're still in the prologue. r=shu (5e17bdb2c9)
 - Bug 1187450 - avoid leaking cstr in SPSProfiler::allocProfileString. r=jorendorff (96964744b2)
 - Bug 1251790 - Add help for "interface objects", r=terrence (9a5d8cc3fa)
 - Bug 944164 - Implement proper redirection with ref counted underlying files, r=terrence (f4182fff75)
 - Bug 1248352 - Allow shell option parsing code to handle help text containing blank lines r=jandem (d7f2814665)
 - Bug 1249954 - Handle OOM in SingleStepCallback. r=terrence (460f323729)
 - Bug 1257223 - Fix os.file.redirect(null), r=jonco (2ca40fd839) (304ef93493)
- import changes from `dev' branch of rmottola/Arctic-Fox:
 - Bug 1256424. Get rid of ThreadsafeAutoSafeJSContext. r=bholley (445aa7dd4b)
 - Bug 1256424 followup to actually address the review comments (d085cf1900)
 - Bug 1003432: Expose CustomEvent in Worker. r=smaug (3b143dc6e4)
 - Bug 1256414 - Hide MozSettingsEvent from the Web; r=khuey (52fe18e823)
 - Bug 1257038: Remove the worker descriptor for WorkerLocation. r=bz (2b9721e4fe)
 - Bug 1257039: Remove the worker descriptor for FileReaderSync. r=bz (cc33ce76e6)
 - Bug 1257355: Remove the worker descriptor for WorkerNavigator. r=bz (067f1fc9ea)
 - Bug 1257480 - null check for GetOrCreateGlobalScope() in WorkerDebuggerGlobalScope, r=khuey (0d3d640fc0)
 - Make split-profile run jprof in the directory with the jprof-log. No bug. (58f5060e39)
 - Bug 1250333 - do not create accessibles for trailing BRs, r=davidb, roc (d8e1193adc)
 - Bug 1251712 - propagate a context flag for alerts, r=davdib (d5ef6167ea)
 - Bug 1251752 - logging: add tree specific methods, r=yzen (f974c207ca)
 - Bug 1251218 - add special TreeWalker constructor for children creation, r=marcoz (74f939b93e)
 - Bug 1251337 - TreeWalker doesn't have to check ARIA owned children for each DOM state, r=yzen (19d83af7e1)
 - Bug 1249730 - make TreeWalker bi-directional, r=yzen (a229a591e1)
 - Bug 1249730 - make TreeWalker bi-directional, r=yzen (5acc1155b1)
 - Bug 1251743 - ARIA owns reallocation may insert a child at wrong index, r=yzen (d95065109b)
 - Bug 1249253 - content removal processing can wrongly remove ARIA owned children, r=yzen (45df52f4c9)
 - Bug 1254989 - extend TreeWalker::Next to accept a stopper node, r=yzen (c5dfbbdc96)
 - Bug 1249730 - make TreeWalker bi-directional, follow up fix, r=yzen (747504b5ec)
 - Bug 1196652 - OriginSuffix is shown in about:serviceworker on b2g. r=ferjm (f21d534755)
 - Bug 1224570 - [Service Workers Panel] Service Workers panel fails to show registered service workers after restart. r=fabrice (7d7e95db4c)
 - Bug 1169674 - Use originNoSuffix for permission event. r=fabrice, f=bholley (8f389cb0c7)
 - Bug 1207499 - Part 1: Remove use of expression closure from b2g/. r=sicking (42b96cbfdf)
 - Bug 1207499 - Part 2: Remove use of expression closure from chrome/. r=bsmedberg (7abb390349)
 - Bug 1207499 - Part 3: Remove use of expression closure from docshell/. r=bz (aee60733a9)
 - Bug 1207499 - Part 5: Remove use of expression closure from modules/. r=mwu (6c29c775fe)
 - Bug 1147562 - Update remaining callsites of newChannel before landing the shim in netwerk/ (r=jduell) (2d37fab088)
 - Bug 1207499 - Part 6: Remove use of expression closure from netwerk/. r=jduell (2881b3450f)
 - Bug 1207499 - Part 7: Remove use of expression closure from parser/.  r=jst (2519fb1fff)
 - Bug 1207499 - Part 8: Remove use of expression closure from security/. r=keeler (de33d27e8f)
 - Bug 1207499 - Part 12: Remove use of expression closure from widget/. r=roc (0e7fd889d9)
 - Bug 1207499 - Part 13: Remove use of expression closure from xpcom/. r=froydnj (f95a4eefde)
 - Bug 1249219 - Part 1: Define NonOwningAnimationTarget. r=birtles (c13d77b5d9)
 - Bug 1249219 - Part 2: Remove struct PseudoElementHashKey. r=birtles (f8ff47d484)
 - Bug 1249219 - Part 3: Replace Pair<Element*, CSSPseudoElementType> with NonOwningAnimationTarget. r=birtles (68a1a5e149)
 - Bug 1218620 - Allow opacity animation running on compositor even if the frame has any restricted transforms. r=birtles (0f26c81fb0)
 - Bug 1254419 - Move GetPropertyState alongside GetFrames; r=hiro (046dbce30e)
 - Bug 1246320 part 0 - Whitespace fixes; r=whitespace-only (eda3e8b8ae)
 - Bug 1247531 - Annotate intentional switch fallthrough to suppress -Wimplicit-fallthrough warning in dom/animations/. r=dholbert (fbdff98c25)
 - Bug 1246320 part 1 - Add AnimationUtils::GetCurrentRealmDocument; r=bz (53c52acbe7)
 - Bug 1246320 part 2 - Pass document to ParseEasing; r=hiro (269325c142)
 - Bug 1246320 part 3 - Rework KeyframeEffect(ReadOnly) constructor helpers; r=hiro (e0c58fbe49)
 - Bug 1246320 part 4 - Pass a document to TimingParams; r=hiro (f9ef7bc956)
 - Bug 1246320 part 5 - Simplify KeyframeEffect(ReadOnly) Constructor overloads further; r=hiro (ec932de9a7)
 - Bug 1254419 - Rename getPropertyState() to getProperties(); r=heycam, r=bz (4ab86c889d)
 - Bug 1254419 - Fix zero-length segment handling; r=heycam (a638e5bbd7)
 - Bug 1254419 - Fill in values sequence in getProperties(); r=heycam (c7c233f5ce)
 - Bug 1254419 - Return animation property information from getProperties() even if the property is overridden; r=hiro (55537b4445)
 - Bug 1254419 - Add values member to AnimationPropertyDetails; r=heycam, r=bz (3ea6c1fb7f)
 - Bug 1254419 - Add tests for getProperties(); r=heycam (ff9999286d)
 - Bug 1254419 - Make always-set members of AnimationProperty(Value)Details required; r=bz (07ef47d79a)
 - Bug 1254419 - Throw if we fail to allocate memory for a values array in getProperties(); r=bz (51ae5d9f99) (7127a02a35)
- import changes from `dev' branch of rmottola/Arctic-Fox:
 - Bug 1003204: Removed CommonUtils.exceptionStr() in toolkit/ r=gfritzsche (d1c2efa08f)
 - Bug 1243936 - Convert remaining callsites within devtools/ and toolkit/ to use channel.open2() (54f398eb47)
 - Bug 1187270 - Add Telemetry session ID to crash annotations, r=gfritzsche (6c08170c5a)
 - Bug 1249219 - Part 4: Use NonOwningAnimationTarget as the returned value of some animation target getters. r=birtles (df788abe39)
 - Bug 1249219 - Part 5: Add a wrapper of AnimationAdded/Changed/Removed. r=birtles (58cf3a3ce2)
 - Bug 1249219 - Part 6: Support pseudo elements in Animation Mutation Observer. r=heycam (d10c901821)
 - Bug 1249219 - Part 7: Test. r=birtles (e2b78422be)
 - add back some utils of Bug 751291  used in tests (8fd2cc847f)
 - Bug 1253470 - Part 1: Produce console warnings for invalid duration. r=birtles (a0491eeab4)
 - Bug 1253470 - Part 2: Produce console warnings for invalid iterationStart. r=birtles (6a910650c9)
 - Bug 1253470 - Part 3: Produce console warnings for invalid iterations. r=birtles (e3210e754e)
 - Bug 1253470 - Part 4: Produce console warnings for invalid easing. r=birtles (fc1868b3c0)
 - Bug 1245748 - Move ComputedTiming to a separate file; r=heycam (22a76e4f03)
 - Bug 1245748 - Rename Keyframe-related IDL types to match changes to Web Animations spec; r=heycam, r=bz (e79338bafd)
 - Bug 1245748 - Update handling of 'composite' dictionary members to match changes to the spec; r=heycam, r=bz (d9cc71cde8)
 - Bug 1245748 - Define the Keyframe type for storing specified keyframes; r=heycam (a429e2bf46)
 - Bug 1245748 - Add missing includes to TimingParams.{cpp,h}; r=heycam (3e1e121c6f)
 - Bug 1245748 - Move keyframe handling code to a separate KeyframeUtils class; r=heycam (e359f26244)
 - Bug 1245748 - Add KeyframeUtils::GetKeyframesFromObject; r=heycam (eda69445d7)
 - Bug 1245748 - Add nsStyleContext parameter to StyleAnimationValue::ComputeValue(s); r=heycam (2c22b9926c)
 - Bug 1245748 - Add a variant of StyleAnimationValue::ComputeValues that takes an nsCSSValue; r=heycam (12386559dd)
 - Bug 1245748 - Split PropertyPriorityComparator into a separate (reusable) class; r=heycam (132394bf45)
 - Bug 1245748 - Add PropertyPriorityIterator; r=heycam (bfef46fd12)
 - Bug 1245748 - Add GetAnimationPropertiesFromKeyframes; r=heycam (4681ac8407)
 - Bug 1245748 - Add ApplyDistributeSpacing for Keyframe objects; r=heycam (9c0bc885c9)
 - Bug 1245748 - Use Keyframe-based utility functions when constructing KeyframeEffect(ReadOnly); r=heycam (e0b7460548)
 - Bug 1229859 - Introduce new import-globals-from eslint rule to import globals from other modules; r=Mossop (10075a136c) (9ae14fcec8)
- import changes from mozilla:
 - Bug 1137561 part.6 Store some strings which may be inputted by the key with some modifier state before dispatching keydown event r=m_kato (3b5b23d624d3)
 - Bug 1137561 part.7 Rename whole members added by the previous patch r=m_kato (a0d6c46f07ba)
 - Bug 1137561 part.8 Implement WinTextEventDispatcherListener::WillDispatchKeyboardEvent() r=m_kato (5119dfa69d30)
 - Bug 1137561 part.9 NativeKey should dispatch keypress events after removing following char messages if there are two or more characters to be inputted r=m_kato (2c1f6fd7016c) (345f2b82de)

Link to comment
Share on other sites

New regular/weekly KM-Goanna release:
https://o.rthost.win/kmeleon/KM76.5.1-Goanna-20240330.7z

Changelog:

Out-of-tree changes:
* update Goanna3 to git c8732098b3...345f2b82de:
- import changes from `dev' branch of rmottola/Arctic-Fox:
 - Bug 1256545: avoid compiler warning for pointer truncation when checking low bits r=bwc (d16c97ba81)
 - Bug 1255655 - Const-ify and shrink octet_weight. r=hurley. (d5b4c89e87)
 - Bug 1216837: add explicit error checks for packet length in srtp r=mcmanus rs=jesup (ce11d6694e)
 - Bug 1248565 - Let child processes have its own MOZ_LOG_FILE. r=erahm (a242c8fa08)
 - Bug 1256558 - Change MUST_CONVERT to avoid C4311 in VS2015; r=khuey (81b1f997f6)
 - Bug 580313 - Use deque instead of manual queue im nsPrefetchService. r=smaug (023e0115e8)
 - Bug 580313 - New resource hints for link. r=smaug (3c7949ab9a)
 - Bug 1253593 - Fix applicationCache.onchecking notification on e10s. r=jduell (debb998b9d)
 - Bug 1234177 - check to see if mFunctions.append returned error. r=bholley (0dc9d44233)
 - Bug 1183754, part 1 - Get rid of aligned spacing for XPCWrappedNative fields. r=bholley (dfb09ad1a4)
 - Bug 1183754, part 2 - Remove clearing of the next chunk. r=bholley (78e8c4d7cb)
 - Bug 1183754, part 3 - Use a UniquePtr for XPCWrappedNativeChunk::mNextChunk. r=bholley (26d816ff0c)
 - Bug 1183754, part 4 - Eliminate XPCWrappedNativeTearOffChunk. r=bholley (0f50e6c9ff)
 - Bug 1252154: Delay allocation metadata collection for inline typed objects. r=sfink (9f3cea8d76)
 - Bug 1250195: In TypedObject.from, decide that the input is typed only if it's an array type; r=pnkfelix (2ceb08c793)
 - Bug 1250842 - Fix initialization of script source object when modules are compiled off main thread r=shu (ca3f9b900e)
 - Bug 1257053 - Only make use of error stashing (via PossibleError) when it is necessary; r=jorendorff (f3744899c4)
 - Bug 1253847 - Do not count the skipped EOL inside template literal. r=jorendorff (f63926bb2d)
 - Bug 1221378: Don't collect allocation metadata when lazily creating standard prototypes. r=fitzgen (667e752baf)
 - Bug 1249469 - Allow any script to execute when resolving constructors. (r=jimb) (474fae3645)
 - Bug 1221378: SpiderMonkey: Assert against re-entrant constructor resolution. r=fitzgen (15619325de)
 - Bug 1249469 - Followup: missing #include on a CLOSED TREE. (3c62bbbb31)
 - Bug 1248412 - inlineIsTypedArrayHelper: Check for TypedArray and Proxy classes when we allow wrapped TypedArray. r=Waldo (1bcaba804b)
 - Bug 1250307 - Add the by: "bucket" breakdown option; r=jimb (8ca32dc781)
 - Bug 1221378: Add JSCLASS_DELAY_METADATA_CALLBACK flag to UnboxedPlainObject. r=jandem (7e0eb0be01)
 - Bug 1064543 - Don't emit FilterTypeSet if it wouldn't remove any types. r=h4writer (d1a1a4e127)
 - Bug 1242462 - Add a newline when calling TypeSet::print from a debugger. r=jandem (2e4c07aaf3)
 - Bug 1247140 - Use mozilla::BinarySearch{,If} for more manual binary searches in SpiderMonkey. r=jandem (b948fe7f60)
 - Bug 1249193 - Fix Debugger.Frame.this to work correctly if we're still in the script's prologue. r=shu (0f17a78c1a)
 - Bug 1249193 part 2 - Fix DebugScopeProxy to return correct this-value if we're still in the prologue. r=shu (5e17bdb2c9)
 - Bug 1187450 - avoid leaking cstr in SPSProfiler::allocProfileString. r=jorendorff (96964744b2)
 - Bug 1251790 - Add help for "interface objects", r=terrence (9a5d8cc3fa)
 - Bug 944164 - Implement proper redirection with ref counted underlying files, r=terrence (f4182fff75)
 - Bug 1248352 - Allow shell option parsing code to handle help text containing blank lines r=jandem (d7f2814665)
 - Bug 1249954 - Handle OOM in SingleStepCallback. r=terrence (460f323729)
 - Bug 1257223 - Fix os.file.redirect(null), r=jonco (2ca40fd839) (304ef93493)
- import changes from `dev' branch of rmottola/Arctic-Fox:
 - Bug 1256424. Get rid of ThreadsafeAutoSafeJSContext. r=bholley (445aa7dd4b)
 - Bug 1256424 followup to actually address the review comments (d085cf1900)
 - Bug 1003432: Expose CustomEvent in Worker. r=smaug (3b143dc6e4)
 - Bug 1256414 - Hide MozSettingsEvent from the Web; r=khuey (52fe18e823)
 - Bug 1257038: Remove the worker descriptor for WorkerLocation. r=bz (2b9721e4fe)
 - Bug 1257039: Remove the worker descriptor for FileReaderSync. r=bz (cc33ce76e6)
 - Bug 1257355: Remove the worker descriptor for WorkerNavigator. r=bz (067f1fc9ea)
 - Bug 1257480 - null check for GetOrCreateGlobalScope() in WorkerDebuggerGlobalScope, r=khuey (0d3d640fc0)
 - Make split-profile run jprof in the directory with the jprof-log. No bug. (58f5060e39)
 - Bug 1250333 - do not create accessibles for trailing BRs, r=davidb, roc (d8e1193adc)
 - Bug 1251712 - propagate a context flag for alerts, r=davdib (d5ef6167ea)
 - Bug 1251752 - logging: add tree specific methods, r=yzen (f974c207ca)
 - Bug 1251218 - add special TreeWalker constructor for children creation, r=marcoz (74f939b93e)
 - Bug 1251337 - TreeWalker doesn't have to check ARIA owned children for each DOM state, r=yzen (19d83af7e1)
 - Bug 1249730 - make TreeWalker bi-directional, r=yzen (a229a591e1)
 - Bug 1249730 - make TreeWalker bi-directional, r=yzen (5acc1155b1)
 - Bug 1251743 - ARIA owns reallocation may insert a child at wrong index, r=yzen (d95065109b)
 - Bug 1249253 - content removal processing can wrongly remove ARIA owned children, r=yzen (45df52f4c9)
 - Bug 1254989 - extend TreeWalker::Next to accept a stopper node, r=yzen (c5dfbbdc96)
 - Bug 1249730 - make TreeWalker bi-directional, follow up fix, r=yzen (747504b5ec)
 - Bug 1196652 - OriginSuffix is shown in about:serviceworker on b2g. r=ferjm (f21d534755)
 - Bug 1224570 - [Service Workers Panel] Service Workers panel fails to show registered service workers after restart. r=fabrice (7d7e95db4c)
 - Bug 1169674 - Use originNoSuffix for permission event. r=fabrice, f=bholley (8f389cb0c7)
 - Bug 1207499 - Part 1: Remove use of expression closure from b2g/. r=sicking (42b96cbfdf)
 - Bug 1207499 - Part 2: Remove use of expression closure from chrome/. r=bsmedberg (7abb390349)
 - Bug 1207499 - Part 3: Remove use of expression closure from docshell/. r=bz (aee60733a9)
 - Bug 1207499 - Part 5: Remove use of expression closure from modules/. r=mwu (6c29c775fe)
 - Bug 1147562 - Update remaining callsites of newChannel before landing the shim in netwerk/ (r=jduell) (2d37fab088)
 - Bug 1207499 - Part 6: Remove use of expression closure from netwerk/. r=jduell (2881b3450f)
 - Bug 1207499 - Part 7: Remove use of expression closure from parser/.  r=jst (2519fb1fff)
 - Bug 1207499 - Part 8: Remove use of expression closure from security/. r=keeler (de33d27e8f)
 - Bug 1207499 - Part 12: Remove use of expression closure from widget/. r=roc (0e7fd889d9)
 - Bug 1207499 - Part 13: Remove use of expression closure from xpcom/. r=froydnj (f95a4eefde)
 - Bug 1249219 - Part 1: Define NonOwningAnimationTarget. r=birtles (c13d77b5d9)
 - Bug 1249219 - Part 2: Remove struct PseudoElementHashKey. r=birtles (f8ff47d484)
 - Bug 1249219 - Part 3: Replace Pair<Element*, CSSPseudoElementType> with NonOwningAnimationTarget. r=birtles (68a1a5e149)
 - Bug 1218620 - Allow opacity animation running on compositor even if the frame has any restricted transforms. r=birtles (0f26c81fb0)
 - Bug 1254419 - Move GetPropertyState alongside GetFrames; r=hiro (046dbce30e)
 - Bug 1246320 part 0 - Whitespace fixes; r=whitespace-only (eda3e8b8ae)
 - Bug 1247531 - Annotate intentional switch fallthrough to suppress -Wimplicit-fallthrough warning in dom/animations/. r=dholbert (fbdff98c25)
 - Bug 1246320 part 1 - Add AnimationUtils::GetCurrentRealmDocument; r=bz (53c52acbe7)
 - Bug 1246320 part 2 - Pass document to ParseEasing; r=hiro (269325c142)
 - Bug 1246320 part 3 - Rework KeyframeEffect(ReadOnly) constructor helpers; r=hiro (e0c58fbe49)
 - Bug 1246320 part 4 - Pass a document to TimingParams; r=hiro (f9ef7bc956)
 - Bug 1246320 part 5 - Simplify KeyframeEffect(ReadOnly) Constructor overloads further; r=hiro (ec932de9a7)
 - Bug 1254419 - Rename getPropertyState() to getProperties(); r=heycam, r=bz (4ab86c889d)
 - Bug 1254419 - Fix zero-length segment handling; r=heycam (a638e5bbd7)
 - Bug 1254419 - Fill in values sequence in getProperties(); r=heycam (c7c233f5ce)
 - Bug 1254419 - Return animation property information from getProperties() even if the property is overridden; r=hiro (55537b4445)
 - Bug 1254419 - Add values member to AnimationPropertyDetails; r=heycam, r=bz (3ea6c1fb7f)
 - Bug 1254419 - Add tests for getProperties(); r=heycam (ff9999286d)
 - Bug 1254419 - Make always-set members of AnimationProperty(Value)Details required; r=bz (07ef47d79a)
 - Bug 1254419 - Throw if we fail to allocate memory for a values array in getProperties(); r=bz (51ae5d9f99) (7127a02a35)
- import changes from `dev' branch of rmottola/Arctic-Fox:
 - Bug 1003204: Removed CommonUtils.exceptionStr() in toolkit/ r=gfritzsche (d1c2efa08f)
 - Bug 1243936 - Convert remaining callsites within devtools/ and toolkit/ to use channel.open2() (54f398eb47)
 - Bug 1187270 - Add Telemetry session ID to crash annotations, r=gfritzsche (6c08170c5a)
 - Bug 1249219 - Part 4: Use NonOwningAnimationTarget as the returned value of some animation target getters. r=birtles (df788abe39)
 - Bug 1249219 - Part 5: Add a wrapper of AnimationAdded/Changed/Removed. r=birtles (58cf3a3ce2)
 - Bug 1249219 - Part 6: Support pseudo elements in Animation Mutation Observer. r=heycam (d10c901821)
 - Bug 1249219 - Part 7: Test. r=birtles (e2b78422be)
 - add back some utils of Bug 751291  used in tests (8fd2cc847f)
 - Bug 1253470 - Part 1: Produce console warnings for invalid duration. r=birtles (a0491eeab4)
 - Bug 1253470 - Part 2: Produce console warnings for invalid iterationStart. r=birtles (6a910650c9)
 - Bug 1253470 - Part 3: Produce console warnings for invalid iterations. r=birtles (e3210e754e)
 - Bug 1253470 - Part 4: Produce console warnings for invalid easing. r=birtles (fc1868b3c0)
 - Bug 1245748 - Move ComputedTiming to a separate file; r=heycam (22a76e4f03)
 - Bug 1245748 - Rename Keyframe-related IDL types to match changes to Web Animations spec; r=heycam, r=bz (e79338bafd)
 - Bug 1245748 - Update handling of 'composite' dictionary members to match changes to the spec; r=heycam, r=bz (d9cc71cde8)
 - Bug 1245748 - Define the Keyframe type for storing specified keyframes; r=heycam (a429e2bf46)
 - Bug 1245748 - Add missing includes to TimingParams.{cpp,h}; r=heycam (3e1e121c6f)
 - Bug 1245748 - Move keyframe handling code to a separate KeyframeUtils class; r=heycam (e359f26244)
 - Bug 1245748 - Add KeyframeUtils::GetKeyframesFromObject; r=heycam (eda69445d7)
 - Bug 1245748 - Add nsStyleContext parameter to StyleAnimationValue::ComputeValue(s); r=heycam (2c22b9926c)
 - Bug 1245748 - Add a variant of StyleAnimationValue::ComputeValues that takes an nsCSSValue; r=heycam (12386559dd)
 - Bug 1245748 - Split PropertyPriorityComparator into a separate (reusable) class; r=heycam (132394bf45)
 - Bug 1245748 - Add PropertyPriorityIterator; r=heycam (bfef46fd12)
 - Bug 1245748 - Add GetAnimationPropertiesFromKeyframes; r=heycam (4681ac8407)
 - Bug 1245748 - Add ApplyDistributeSpacing for Keyframe objects; r=heycam (9c0bc885c9)
 - Bug 1245748 - Use Keyframe-based utility functions when constructing KeyframeEffect(ReadOnly); r=heycam (e0b7460548)
 - Bug 1229859 - Introduce new import-globals-from eslint rule to import globals from other modules; r=Mossop (10075a136c) (9ae14fcec8)
- import changes from mozilla:
 - Bug 1137561 part.6 Store some strings which may be inputted by the key with some modifier state before dispatching keydown event r=m_kato (3b5b23d624d3)
 - Bug 1137561 part.7 Rename whole members added by the previous patch r=m_kato (a0d6c46f07ba)
 - Bug 1137561 part.8 Implement WinTextEventDispatcherListener::WillDispatchKeyboardEvent() r=m_kato (5119dfa69d30)
 - Bug 1137561 part.9 NativeKey should dispatch keypress events after removing following char messages if there are two or more characters to be inputted r=m_kato (2c1f6fd7016c) (345f2b82de)

* Notice: the changelog above may not always applicable to XULRunner code which K-Meleon uses.

A goanna3 source tree that has kmeleon adaption patch applied is available here: https://github.com/roytam1/palemoon27/tree/kmeleon76

Link to comment
Share on other sites

2 hours ago, PPeti66x said:

@roytam1

Thanks!

latest dev build included upstream's fix for this, just too late for today's release.

it should be fixed in next build.

Link to comment
Share on other sites

From what I gather reading this page, Wikipedia collects all/most JavaScript ever downloaded from them into the storage database so that it doesn't need to be downloaded again. With more features accessed, the size of it grows. And it is stored separately for every wiki/language cos presumably they each can have different versions. My English MediaWikiModuleStore:enwiki is 3 MB. SQLite Manager hangs trying to display that row, but it can be exported to a text editor.

They think it is a good thing, and only disucss how not throw errors when a quota is exceeded. No matter how big disks get, software always expands to fill them.

https://phabricator.wikimedia.org/T66721

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   1 member

×
×
  • Create New...