Leaderboard
Popular Content
Showing content with the highest reputation on 05/22/2021 in Posts
-
New regular/weekly KM-Goanna release: https://o.rthost.win/kmeleon/KM76.4.3-Goanna-20210522.7z Changelog: Out-of-tree changes: * update Goanna3 to git 963b86a51...1e24b22ef: - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1166504 - Make nsMultiplexInputStream cloneable. r=bkelly,froydnj (e3410f3a9) - Bug 1161240 - Make sure that NS_CloneInputStream correctly deals with null input; r=froydnj (b8afd03ec) - Bug 1059081 - Fix non-unified bustage. a=bustage (135927526) - Bug 1059081 - More non-unified bustage fixage. (d8fd4ad65) - Bug 1059081 - Add a threadsafe wrapper for persistent nsMultiplexStream queues. r=nfroyd (1060af97f) - Bug 1163029 - Use NamedDecl::getName instead of expensive NamedDecl::getNameAsString. r=ehsan (97a8a32a6) - Bug 1156084 - Disallow AddRef() and Release() calls on the return value of methods returning XPCOM objects; r=jrmuizel (96f6567c8) (8aa25c2df) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1163861 - Pass window IDs in nsILoadInfo (r=ckerschb) (4cd150a88) - fix of extra of Bug 1137287 - Part 2: (69fbdfbe0) - Bug 1159280 - TSan: data race netwerk/protocol/websocket/WebSocketChannel.cpp:3156 WebSocketChannel::Close, r=mcmanus (306796e71) - resources in browser, not global (f55b0a903) - Bug 1163268 - Remove UI options for recording with memory and jit optimizations. r=vp (56e82c90a) - Bug 1163384 - Add 'devtools-toolbarbutton' class to performance tool buttons to make them correct themed on Linux. r=jsantell (c3ce44795) - Bug 1141313 - Reenable several disabled performance tool tests that are now resolved. r=vp (3585f6bc1) - Bug 1146239 - Show the recording as loading in the performance sidebar after it has stopped; r=jsantell (4ee8200ea) - Bug 1146239 - Show the recording as loading in the performance details pane after it has stopped; r=jsantell (137a5f810) - Bug 1160313 - Remove temporary retro-mode for performance tools. r=vp (0131c940d) - Bug 1164281 - Make a new pref devtools.performance.ui.experimental enabled on nightly to show experimental options. r=vp (1a3f90404) - Bug 1162583 - Disable realtime rendering in performance tools when e10s is not on. r=vp (8f138f0dc) (8ed22681d) - remove nsINetUtil_ESR_38, fixup and import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1150366 - Remove duplicate d3.js. r=jsantell (71f991da6) - Bug 1175352 - Refactor LoadInfo arguments to be more self contained (r=bent) (3f7d08164) - Bug 1181533 - Add nsCRTGlue.h and prtime.h includes to nsDownloadManager.cpp to fix --disable-safe-browsing build bustage. r=froydnj (af338edf1) - Bug 905127 - Part 1 - Make some functions from nsNetUtil not inline. r=jduell Bug 905127 - Part 2 - remove unnecessary nsNetUtil.h includes r=jduell Bug 905127 - Make some functions from nsNetUtil not inline. r=jduell (bc47d5b3a) - Bug 1117650 - Part 1: Move all CORS tests into dom/security/test. r=sicking (6f727387c) - Bug 1117650 - Part 2: Move all MixedContent tests into dom/security/test. r=tanvi (73f273829) - Bug 1004703 - ignore 'unsafe-inline' if nonce- or hash-source specifed - tests (r=sstamm) (ebf411159) - Bug 921493 - CSP: test whitelisting of scheme-relative sources (r=dveditz) (f0618b189) - Bug 1139569 - Optimize update function for element editors in markup view;r=mratcliffe (c60d38dca) - Partil of Bug 1139644 - Make markupview use sdk timers instead of individual timers for each window;r=pbrosset (8bc1a4d66) - Bug 1146568 - Avoid unsafe CPOW usage warnings in browser_markupview_tag_edit_08.js; r=bgrins Making use of the devtools test frame-script to set the test node's attributes instead of using a CPOW. (61d7eed64) - Bug 1146568 - Avoid unsafe CPOW usage in markupview tests, in assertAttributes helper; r=bgrins (efc492d5d) - Bug 858038 - Allow moving elements in the markupview by drag/drop; r=pbrosset (51d79c15c) - Bug 1139644 - Flash only relevant attributes in markup view when changed;r=pbrosset (29807fa46) - Bug 1147128 - Make sure attribute shows up in markup view after removing and setting to the previous value;r=mratcliffe (1947f7417) - Bug 1147325 - Clear box model timer on markup view destroy. r=pbrosset Prevents 'this._inspector.toolbox is null' spam in mochitest-dt (1d6808b4a) - Bug 921102 - 1 - Linkify URIs in the inspector; r=tromey, miker This first part adds a parser for node attributes which, given some node information and an attribute name, generates a small AST-like array of objects that tells which parts of the attribute (if any) are links, and what they link to. Using this, the markup-view generates the right HTML structure to display these parts as links. This part 1 doesn't yet allow users to follow these links. (c500e270e) - Bug 1139667 - CSP tests for fetch(). r=ckirschb (df030457f) - Bug 1086999 - CSP: Asterisk (*) wildcard should not allow blob:, data:, or filesystem: when matching source expressions - tests (r=sstamm) (dee0f2239) - Bug 1117650 - Part 3: Move all CSP tests into dom/security/test. r=sstamm (29c95475c) - Bug 1146566 - 1 - Use devtools common frame-script in markupview tests and add helper; r=bgrins (b10e42468) - Bug 1146566 - 2 - Avoid using CPOWs in test browser_markupview_tag_edit_03.js; r=bgrins This change updates the browser_markupview_tag_edit_03.js test by making use of the getDomElementInfo message listener to retrieve information about the tested nodes without having to go through CPOWs. (07f0ee3ff) - Bug 1036324 - Adds option to walker.parents() to not traverse DocShellTreeItems of different types (24123a5d2) - Bug 921102 - 2 - Markup-view tests for attribute links; r=miker (f6da81799) - Bug 901250 - Add scroll into view menu item for the inspector. r=bgrins (bfc7518b1) - Bug 994055 - Part 1: Add a toggle sidebar panel button to the inspector. r=miker This adds a new icon, next to the searchbox (like in the debugger) to expand or collapse the sidebar panel in the inspector. The state is *not* persisted yet when the toolbox is closed. The button is hidden when the toolbox host switches to 'side'. (87730e20a) - Bug 994055 - Part 2: Add tests for the inspector sidebar toggle button. r=miker (2872c3fbd) - Bug 921102 - 3 - Open/copy markup-view attribute links; r=bgrins This part adds contextual menu items that become enabled when the user right clicks on an attribute that has a link. Depending on the nature of the link, a new tab will be opened or a node selected. The user can also choose to copy the link in the clipboard. (9b93485f6) - Bug 921102 - 4 - Tests for the open/copy links on markup-view attributes; r=bgrins (861ba51f6) (1e24b22ef) * 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/kmeleon762 points
-
New NewMoon 27 Build! 32bit https://o.rthost.win/palemoon/palemoon-27.10.0.win32-git-20210522-1e24b22ef-xpmod.7z 32bit SSE https://o.rthost.win/palemoon/palemoon-27.10.0.win32-git-20210522-1e24b22ef-xpmod-sse.7z 32bit noSSE https://o.rthost.win/palemoon/palemoon-27.10.0.win32-git-20210522-1e24b22ef-xpmod-ia32.7z 64bit https://o.rthost.win/palemoon/palemoon-27.10.0.win64-git-20210522-1e24b22ef-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 1166504 - Make nsMultiplexInputStream cloneable. r=bkelly,froydnj (e3410f3a9) - Bug 1161240 - Make sure that NS_CloneInputStream correctly deals with null input; r=froydnj (b8afd03ec) - Bug 1059081 - Fix non-unified bustage. a=bustage (135927526) - Bug 1059081 - More non-unified bustage fixage. (d8fd4ad65) - Bug 1059081 - Add a threadsafe wrapper for persistent nsMultiplexStream queues. r=nfroyd (1060af97f) - Bug 1163029 - Use NamedDecl::getName instead of expensive NamedDecl::getNameAsString. r=ehsan (97a8a32a6) - Bug 1156084 - Disallow AddRef() and Release() calls on the return value of methods returning XPCOM objects; r=jrmuizel (96f6567c8) (8aa25c2df) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1163861 - Pass window IDs in nsILoadInfo (r=ckerschb) (4cd150a88) - fix of extra of Bug 1137287 - Part 2: (69fbdfbe0) - Bug 1159280 - TSan: data race netwerk/protocol/websocket/WebSocketChannel.cpp:3156 WebSocketChannel::Close, r=mcmanus (306796e71) - resources in browser, not global (f55b0a903) - Bug 1163268 - Remove UI options for recording with memory and jit optimizations. r=vp (56e82c90a) - Bug 1163384 - Add 'devtools-toolbarbutton' class to performance tool buttons to make them correct themed on Linux. r=jsantell (c3ce44795) - Bug 1141313 - Reenable several disabled performance tool tests that are now resolved. r=vp (3585f6bc1) - Bug 1146239 - Show the recording as loading in the performance sidebar after it has stopped; r=jsantell (4ee8200ea) - Bug 1146239 - Show the recording as loading in the performance details pane after it has stopped; r=jsantell (137a5f810) - Bug 1160313 - Remove temporary retro-mode for performance tools. r=vp (0131c940d) - Bug 1164281 - Make a new pref devtools.performance.ui.experimental enabled on nightly to show experimental options. r=vp (1a3f90404) - Bug 1162583 - Disable realtime rendering in performance tools when e10s is not on. r=vp (8f138f0dc) (8ed22681d) - remove nsINetUtil_ESR_38, fixup and import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1150366 - Remove duplicate d3.js. r=jsantell (71f991da6) - Bug 1175352 - Refactor LoadInfo arguments to be more self contained (r=bent) (3f7d08164) - Bug 1181533 - Add nsCRTGlue.h and prtime.h includes to nsDownloadManager.cpp to fix --disable-safe-browsing build bustage. r=froydnj (af338edf1) - Bug 905127 - Part 1 - Make some functions from nsNetUtil not inline. r=jduell Bug 905127 - Part 2 - remove unnecessary nsNetUtil.h includes r=jduell Bug 905127 - Make some functions from nsNetUtil not inline. r=jduell (bc47d5b3a) - Bug 1117650 - Part 1: Move all CORS tests into dom/security/test. r=sicking (6f727387c) - Bug 1117650 - Part 2: Move all MixedContent tests into dom/security/test. r=tanvi (73f273829) - Bug 1004703 - ignore 'unsafe-inline' if nonce- or hash-source specifed - tests (r=sstamm) (ebf411159) - Bug 921493 - CSP: test whitelisting of scheme-relative sources (r=dveditz) (f0618b189) - Bug 1139569 - Optimize update function for element editors in markup view;r=mratcliffe (c60d38dca) - Partil of Bug 1139644 - Make markupview use sdk timers instead of individual timers for each window;r=pbrosset (8bc1a4d66) - Bug 1146568 - Avoid unsafe CPOW usage warnings in browser_markupview_tag_edit_08.js; r=bgrins Making use of the devtools test frame-script to set the test node's attributes instead of using a CPOW. (61d7eed64) - Bug 1146568 - Avoid unsafe CPOW usage in markupview tests, in assertAttributes helper; r=bgrins (efc492d5d) - Bug 858038 - Allow moving elements in the markupview by drag/drop; r=pbrosset (51d79c15c) - Bug 1139644 - Flash only relevant attributes in markup view when changed;r=pbrosset (29807fa46) - Bug 1147128 - Make sure attribute shows up in markup view after removing and setting to the previous value;r=mratcliffe (1947f7417) - Bug 1147325 - Clear box model timer on markup view destroy. r=pbrosset Prevents 'this._inspector.toolbox is null' spam in mochitest-dt (1d6808b4a) - Bug 921102 - 1 - Linkify URIs in the inspector; r=tromey, miker This first part adds a parser for node attributes which, given some node information and an attribute name, generates a small AST-like array of objects that tells which parts of the attribute (if any) are links, and what they link to. Using this, the markup-view generates the right HTML structure to display these parts as links. This part 1 doesn't yet allow users to follow these links. (c500e270e) - Bug 1139667 - CSP tests for fetch(). r=ckirschb (df030457f) - Bug 1086999 - CSP: Asterisk (*) wildcard should not allow blob:, data:, or filesystem: when matching source expressions - tests (r=sstamm) (dee0f2239) - Bug 1117650 - Part 3: Move all CSP tests into dom/security/test. r=sstamm (29c95475c) - Bug 1146566 - 1 - Use devtools common frame-script in markupview tests and add helper; r=bgrins (b10e42468) - Bug 1146566 - 2 - Avoid using CPOWs in test browser_markupview_tag_edit_03.js; r=bgrins This change updates the browser_markupview_tag_edit_03.js test by making use of the getDomElementInfo message listener to retrieve information about the tested nodes without having to go through CPOWs. (07f0ee3ff) - Bug 1036324 - Adds option to walker.parents() to not traverse DocShellTreeItems of different types (24123a5d2) - Bug 921102 - 2 - Markup-view tests for attribute links; r=miker (f6da81799) - Bug 901250 - Add scroll into view menu item for the inspector. r=bgrins (bfc7518b1) - Bug 994055 - Part 1: Add a toggle sidebar panel button to the inspector. r=miker This adds a new icon, next to the searchbox (like in the debugger) to expand or collapse the sidebar panel in the inspector. The state is *not* persisted yet when the toolbox is closed. The button is hidden when the toolbox host switches to 'side'. (87730e20a) - Bug 994055 - Part 2: Add tests for the inspector sidebar toggle button. r=miker (2872c3fbd) - Bug 921102 - 3 - Open/copy markup-view attribute links; r=bgrins This part adds contextual menu items that become enabled when the user right clicks on an attribute that has a link. Depending on the nature of the link, a new tab will be opened or a node selected. The user can also choose to copy the link in the clipboard. (9b93485f6) - Bug 921102 - 4 - Tests for the open/copy links on markup-view attributes; r=bgrins (861ba51f6) (1e24b22ef)2 points
-
YouTubers should generally take Google’s browser advice, which does not include any version of Internet Explorer (although IE 11 is still usable AFAIK): https://support.google.com/youtube/answer/175292?hl=en We had a thread about IE9’s inability to playYouTube videos in 2018/2019, and XP diehards did suggest installing Chrome Frame: https://msfn.org/board/topic/177749-ie9-doesnt-play-youtube-videos-anymore/?do=findComment&comment=1160023 Google ended support for Chrome Frame on February 25, 2014 and recommended uninstalling it. I believe it depended on FlashPlayer, which is now officially EOL (but there has been discussion in the XP forum about how to continue using it if one is truly determined). Those running Vista x64 with extended kernel can most easily satisfy YouTube’s requirements by using Chrome. Recent versions of Firefox require certain Windows 7 files to play h.264 videos, but win32 has also taken care of that with his mfplatsetup. Even for YouTubers running vanilla Vista or XP, better options than Internet Explorer are readily available (but will become more scarce whenever YouTube deprecates Polymer v1). Getting back to IE9, the most significant tweak that is possible is Enabling TLS 1.1/1.2 support in Vista’s Internet Explorer 9. You would get a lot less “Internet Explorer cannot display the webpage” errors if you implemented that, but you shouldn’t expect too much from this 10-year-old browser.1 point
-
Yes! It is actually quite EASY to inoculate the telemetry in 360Chrome! It is a huge SHAME that so many people would rather just sit on the sidelines and compain about the telemetry as opposed to taking TINY steps to get rid of it.1 point
-
Don't get me started on that one! I believe in personal accountability and you CAN RETIRE if you live your life properly! Don't buy a home that takes you thirty years to pay off (I paid off mine in THREE! - the bank pre-approved me for a $350,000 mortgage, I bought a $67,000 three-bedroom one-bath while driving a paid-off 18yr old car rusting out from under me). Don't live in vain so much so that you trade cars in every three to four years because you want to be seen in something "new". Don't buy a brand new vehicle and put yourself under a 6-year auto loan at the age of 62 then complain that you can't retire at 64 because Social Security won't pay for your auto loan and your 30-year mortgage. Don't complain at 64 that you "can't live off of Social Security" when you lived life in such a manner that you are still paying for a 30-year mortgage when you bought your house 50 years ago. Don't complain at 64 that the Social Security cost-of-living adjustment was 1.30% when the inflation rate is 1.25%. Or that two years before the COLA was 2.80% when the inflation rate was 2.49%. That is UPSIDE DOWN and WILL BE the reason why the NEXT GENERATION has no Social Security because you broke the bank.1 point
-
I tested the HxD and modified the chrome.dll (Only that file) by searching ".cn", ".360" (among others) and some IP adresses in it (few ones that start with "101.", "106." "123." "210.") and then replacing them with dots (2E = dot = .). Then I tested the browser for an hour (opening google, duckduckgo, gmail and youtube) with TcpLogView (to see which connections the browser made) and to my surprise none of the chinesse ip addresses appeared!1 point
-
@Wunderbar98: I also have too many computers. Windows XP is just another working option on this odd Pentium 3. SHA-1 certificates didn't kill it! Keepvid was once highly recommended on Windows 98, and it could download as tiny 3gp video. But probably 3 years ago, there was an unfortuneate re-design of the site and it stopped working on Windows 98. Good to see them back, with a new web domain too. But here is something groundbreaking for users of old computers, even much older than Windows 98! The Frogfind search engine! Unbelievable! This has the efficency of Lynx but in a graphical browser! Frogfind Developer Video: https://yewtu.be/watch?v=c_v2_vTogS81 point
-
New build of Serpent/UXP for XP! Test binary: Win32 https://o.rthost.win/basilisk/basilisk52-g4.8.win32-git-20210424-d9177d1-uxp-5e705bd50-xpmod.7z Win64 https://o.rthost.win/basilisk/basilisk52-g4.8.win64-git-20210424-d9177d1-uxp-5e705bd50-xpmod.7z source code that is comparable to my current working tree is available here: https://github.com/roytam1/UXP/commits/custom IA32 Win32 https://o.rthost.win/basilisk/basilisk52-g4.8.win32-git-20210424-d9177d1-uxp-5e705bd50-xpmod-ia32.7z source code that is comparable to my current working tree is available here: https://github.com/roytam1/UXP/commits/ia32 NM28XP build: Win32 https://o.rthost.win/palemoon/palemoon-28.10.3a1.win32-git-20210424-24e3839cb-uxp-5e705bd50-xpmod.7z Win32 SSE https://o.rthost.win/palemoon/palemoon-28.10.3a1.win32-git-20210424-24e3839cb-uxp-5e705bd50-xpmod-sse.7z Win64 https://o.rthost.win/palemoon/palemoon-28.10.3a1.win64-git-20210424-24e3839cb-uxp-5e705bd50-xpmod.7z Official UXP changes since my last build: - Issue #1761 - Enable use of Tauthon instead of Python 2.7 at build (264b79b31) - Merge pull request 'Allow use of Tauthon instead of Python 2.7' (#1762) from OlCe1/UXP:tauthon-build-support into master (6f50c402b) - [DOM] Add missing IDL definitions for CSP .nonce attributes. (cf3b5cb6c) - [WebGL] Bind framebuffer before DrawBuffers/ReadBuffer selection. (88a34442a) - [Network] Solve type mismatch in AllowPort(). (5e705bd50) Official Basilisk changes since my last build: - Back-end branch pointer update. (d9177d1) Official Pale-Moon changes since my last build: - Back-end branch pointer update (unstable 2021-04-02) (2144e49f2) - [SSUAO] Feed Twitter a native UA so it'll stop blocking. (4f00b1269) - Blocklist update (ef31a26d2) - Issue #1866 - Add controls for preferred color scheme. (01642a99f) - Issue #1701 - Allow Open All in Tabs for containers with only one child URI (f82bb7594) - Issue #1816 - Warn before opening many URI nodes in tabs (55c31710a) - Merge pull request 'Warn before opening many URI nodes in tabs' (#1869) from FranklinDM/Pale-Moon:issue-1816-work into master (7a9159ee8) - Merge pull request 'Allow Open All in Tabs for containers with only one child URI' (#1868) from FranklinDM/Pale-Moon:issue-1701-work into master (24e3839cb) My changes since my last build: - Skipped "Blocklist update (ef31a26d2)" - partly imported from bk55: - import changes from tenfourfox: - #642: M1699835 (modified) - #642: update eTLDs (3348d8960)1 point