Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 09/30/2024 in all areas

  1. Not tested by me: https://greasyfork.org/en/scripts/454587-youtube-always-loop-playlists
    3 points
  2. When using the TURBOLAUNCHER script, you are automatically using the "long", full version of the VORAPIS V3 userscript. The TURBOLAUNCHER script is a launcher which processes and launches the actual VORAPIS V3 userscript. The advantage is for example the processing which is first done before finally loading the complete script for execution in the browser. That's why @UCyborg could execute the replaceALL command before then using this modified version of the userscript locally. So in the end, you are always using the script Vorapis.user.js, only in different variants depending on the code inside the launcher script. Another advantage is that you are always using the most recent version of the VORAPIS V3 userscript without the need to manually modify it. As long as the browser or the userscript have not been fixed, the modified TURBOLAUNCHER 2.1.0.0 userscript is currently the best option for using the VORAPIS V3 frontend in UXP browsers in terms of the already reported issues.
    3 points
  3. Tried your XP skin , very bright for me , all is white and acid blue , it distracts from the pages , it's eye fatiguing , sorry my opinion , folks love bright colours these days (I guess) , but you're a cool skin modder anyways. What I noticed - if I I simply replace en_skin and skin (without adding the actual XP skin) - the browser will load faster , and the skin is still dark , like I want it to be (I'm on a dark theme) , even though I do not like the original 360 style . So , thanks ! I'm not sure why this is happening . Less compression ?
    3 points
  4. Yep! But this toggle button does not work on playlists in New Moon 28 when using the VORAPIS V3 frontend. At least not for me. Whether it works in the original YT interface, I can't say as this modern interface is totally unusable on my Windows XP computer.
    2 points
  5. Surely it simply leads to the same MILE LONG script? turbo_launcher.gcc.url = "https://vorapis.pages.dev/product/v3/game_service/patcher/get_latest_client"; ...https://vorapis.pages.dev/product/v3/game_service/client/online_instance/1727286007541/Vorapis.user.js Ben.
    2 points
  6. Supermium with GDI versus DirectWrite is still very bright compared to 360 13.5.1030.
    2 points
  7. Here I'm giving the best 7300 GT driver NVIDIA GeForce 307.90 WHQL Those are of exceptional quality and tested by Microsoft.
    2 points
  8. It's not enough , you need to patch chrome.exe , resources.pak and chrome_elf.dll too. This is what I dug up from my memory . chrome.exe has : http://www.360.cn (2 times , at least , depending on the version) . And some other IPs (inverted , the chinese devs are getting smarter , lol) . And like you said , I don't remember everything what I patched too, I didn't make records , it was kinda on the fly, but I think you will find the rest by yourself. chrome_elf.dll has : (don't remeber , sorry, on the fly patching again, perhaps will remember later) resources.pak has (from what I remember): https://ext.chrome.360.cn https://ext.se.360.cn https://skin.chrome.360.cn http://chrome.360.cn/themes http://warn.se.360.cn (this one is 100% to leak your data). Also , plenty of Gurgle, github telemetry addresses to report "bugs". Again , I'm sure you will find the rest by yourself, with your persistence . And maybe this is why it still connects looking for a new skin and reports to that IP (even after the editing of options.zip) EDIT: Don't forget , the main file chrome.dll has quite a few of inverted IPs too. EDIT 2 : I'm talking about the repacked version . Yes ! None of those were removed by the "talented" russian hackers/packers, who were supposed to "remove telemetry" . Oh , and the chinese DNS , I wrote about earlier, is still there , checked again.
    2 points
  9. Even the Bypass by abbodi doesn't work anymore?
    1 point
  10. Oops, in Firefox, I forgot to disable Improve YouTube! extension, that's where it came from. @NotHereToPlayGames and others Mind trying if this works via Greasemonkey without video player crapping out with an error after 40 seconds or resetting sooner? // ==UserScript== // @name Project VORAPIS TURBOLAUNCHER // @namespace //www.github.com/VORAPIS // @version 2.1.0.0 // @description V3 is the alternative solution to a fast and responsive YouTube frontend which combines performance with beauty, bringing back Google's best web layout. // @author eov3cv@hotmail.com // @include /.*:\/\/.*\.youtube\.com\/.*/ // @include /.*:\/\/www\.googleapis\.com\/youtube\/.*/ // @include /.*:\/\/youtube\.clients6\.google\.com\/.*/ // @include /.*:\/\/content-youtube\.googleapis\.com\/.*/ // @include /.*:\/\/myactivity\.google\.com\/.*/ // @include /.*:\/\/storage\.googleapis\.com\/.*/ // @exclude /.*:\/\/.*\.youtube\.com\/embed\/.*/ // @exclude /.*:\/\/studio\.youtube\.com\/.*/ // @exclude /.*:\/\/consent\.youtube.com\/.*/ // @exclude /.*:\/\/.*\.youtube.com\/oembed.*/ // @exclude /.*:\/\/.*\.youtube.com\/api\/.*/ // @exclude /.*:\/\/.*.youtube.com\/subscribe_embed.*/ // @exclude /.*:\/\/.*\.youtube.com\/s\/.*/ // @exclude /.*:\/\/.*\.youtube\.com\/img\/.*/ // @exclude /.*:\/\/img\.youtube\.com\/.*/ // @icon https://www.google.com/s2/favicons?sz=64&domain=youtube.com // @grant none // @run-at document-start // ==/UserScript== //Project VORAPIS (V3) License & Disclaimer // //Copyright (c) 2024 VORAPIS (eov3cv@hotmail.com) // //All rights reserved. // //DISCLAIMER // //Project VORAPIS (short. V3) is a JavaScript application developed to run as a userscript/extension on www.youtube.com, aiming to recreate the experience of using YouTube as it was in 2013-2014. //It is important to note: // //1. This project is not funded, endorsed, or affiliated with Google LLC, YouTube, or any of their subsidiaries. V3 is developed independently and operates within the Terms of Service (TOS) of the utilized Google and YouTube services, including but not limited to "My Activity", "InnerTube", and "YouTube Data API v3". // //2. The developer(s) of V3 claim rights only to the original code that powers this library. No claim is made to any CSS, HTML, JavaScript, or other assets owned by Google, YouTube, or their subsidiaries. This includes a modified version of the 2014 Google/YouTube HTML5 player, adapted for compatibility with today's APIs. The modification efforts are acknowledged, but proprietary rights to the original player remain with Google/YouTube. // //LICENSE TERMS // //The V3 project is provided "as is" for personal, non-commercial use, free of charge, with the following conditions: // //- Sale or any form of commercial exploitation of V3 is strictly prohibited. //- Users are not allowed to claim V3 or any of its parts as their own work. //- The developer(s) of V3 offer no warranties or guarantees regarding the software's functionality, performance, or its compliance with any legal standards. // //LIMITATION OF LIABILITY // //Under no circumstances shall the developer(s) of V3 be liable for any direct, indirect, incidental, special, or consequential damages resulting from the use of or inability to use the project, including but not limited to reliance on any information obtained through the project; or any failure of performance. // //COPYRIGHT NOTICE // //Copyright (c) 2024 Project VORAPIS. All rights reserved. // //By downloading, accessing, or using V3, you acknowledge that you have read, understood, and agree to comply with the terms and conditions outlined in this license and disclaimer. //page script void function () { window["trusted_policy"] = window["trustedTypes"] ? (window["trustedTypes"].createPolicy("VOR_TRUSTED_USELESS_POLICY", { createHTML: function (a) { return a; } })) : { createHTML: function (a) { return a; } }; window["PatcherJSC_TURBO_RUNNING"] = true; var turbo_launcher = {}; turbo_launcher.gcc = {}; turbo_launcher.gcc.url = "https://vorapis.pages.dev/product/v3/game_service/patcher/get_latest_client"; turbo_launcher.gcc.update = function () { return fetch(turbo_launcher.gcc.url + "?t=" + (new Date()).getTime()).then(function (r) { return r.text(); }).then(function (r) { return r; }); }; turbo_launcher.vss = {}; turbo_launcher.vss.req = function (u) { return fetch(u).then(function (r) { return r.text(); }).then(function (r) { return r.replaceAll("strict-origin-when-cross-origin", ""); }); }; turbo_launcher.vss.get = function () { var ls = window.localStorage; if (!ls) { return console.error("LocalStorage error!"); } var info = ls.getItem("VLTURBO_INFO"); var data = ls.getItem("VLTURBO_DATA"); var imp = false; if (data) { imp = true; var s = document.createElement("script"); s.innerHTML = window["trusted_policy"].createHTML(data); document.documentElement.appendChild(s); } else { window.stop(); } return turbo_launcher.gcc.update().then(function (cver) { if (info != cver) { return turbo_launcher.vss.req(cver).then(function (cvss) { ls.setItem("VLTURBO_DATA", cvss); if (!imp) { window.location.reload(); } }); } ls.setItem("VLTURBO_INFO", cver); }); }; turbo_launcher.main = function () { turbo_launcher.vss.get(); }; turbo_launcher.main(); }(); I added replaceAll call to patch the script and get rid of strict-origin-when-cross-origin occurrences (breaking search box autocomplete and video dislike count). The original version is 2.0.9.9 and that part of the code just does "return r;" A workaround 'till either party either fixes the browser or the script. Probably local storage for www.youtube.com should be cleared in developer's tools under Storage tab in case the launcher was used before as the old script might still be in there. Edit: Sorry, edited million times, should be OK now.
    1 point
  11. "Kaspersky AV software uninstalls itself and mounts UltraAV in its place" "Kaspersky replaced with UltraAV in the US" https://software.informer.com/Stories/kaspersky-replaced-with-ultraav-in-the-us.html My ancient version of Kaspersky still updates OK: Update on 12Apr2025: the 3 screenshots here were deleted, but can be seen at http://web.archive.org/web/20250412184845/https://msfn.org/board/topic/184730-antimalware-firewall-and-other-security-programs-for-windows-xp-working-in-2023-and-hopefully-beyond/page/80/
    1 point
  12. I never got the remaining time displayed on the video player. How would that normally work? Usually, I only get the time already elapsed and the total time. I should mention that I am never signed in to my Google Account when playing YT videos in New Moon 28. Edit: I found a working script to retrofit the remaining time on the video player in New Moon 28: https://greasyfork.org/en/scripts/19120-youtube-remaining-time
    1 point
  13. @roytam1 Well I don't get it, but I opened the issue in UXP repo with the list of values that throw TypeError so it's not forgotten if they get around to tackling it sometime. @AstroSkipper I know about updateURL, it was just for testing. I put the VORAPIS script inside the old Palefill extension so the latter loaded it for YouTube, that seems to work well. But the question remains what's wrong with Greasemonkey. Oh and I don't get remaining time displayed (the one counting down) on the video player in Pale Moon.
    1 point
  14. Due to my hardware specs, I can't run 1080p videos on my Windows XP computer, neither in browsers nor in external players. My comment refers to medium qualities up to 480p. But I also use this extension or a script version of h264ify to ensure avoiding unwanted codecs. And I disabled too demanding codecs via prefs.
    1 point
  15. just did a quick search, strict-origin-when-cross-origin should be supported even in vanilla 52esr, but changing them may require patches from 67 and 68: https://bugzilla.mozilla.org/show_bug.cgi?id=1530076 https://bugzilla.mozilla.org/show_bug.cgi?id=1544131
    1 point
  16. What a bunch of useless w*****s! @NotHereToPlayGames You can save yourself the trouble and wasted time and download the patched VORAPIS V3 user script from my drive if you'll bother with it (I won't keep it updated though), basically the only difference compared to original linked at https://vorapis.pages.dev/product/v3/game_service/patcher/get_latest_client is that I removed referrerPolicy and mode parameters from fetch calls wherever they're set to strict-origin-when-cross-origin and cors respectively. They're supposed to be default behaviors of fetch anyway and UXP doesn't understand strict-origin-when-cross-origin. cors for mode appears to be OK. The player works, search box suggestions work and dislike count works as well! As at least some of us know, the latter comes from 3rd party Return YouTube Dislike.
    1 point
  17. You didn't follow the discussion. The search box issue only appears when using the VORAPIS V3 frontend and not the original YT interface.
    1 point
  18. I am sure someone will figure some other way to get the updates ported sooner or later. I wouldn't worry too much
    1 point
  19. you may need to update your K-Meleon: http://kmeleonbrowser.org/forum/read.php?22,151512,158054#msg-158054
    1 point
  20. Screenshots won't do it real justice due the compression, about win7, yes, no way to tweak it to display normal fonts, Vista can be tweaked though.
    1 point
  21. This is how the fonts look like on my old Siemens XP laptop with a very low screen resolution 1366x768 (it can't go more). Driver nVidia 346.26. Take a note, the website automatically switches me to the Dutch website https://www.dpd.com/nl/nl/ because I am from Holland.
    1 point
  22. It may fail to start due to the broken dependencies. Did you disable any other services?
    1 point
  23. 1 point
  24. Kind of makes one wonder whether the browser itself has bugs of the same "quality".
    1 point
  25. I'm on Vista without any updates and not gonna "upgrade".
    1 point
  26. I can give you a free advice , yes I'm in a good mood today and I still think we can be friends , esp. being from the same generation . Why won't you compare the original files with your modded files from the same version , of course {using any HEX propramme} and publish the results here ? As simple as that.
    1 point
  27. 1 - I'm sorry, I didn't see where you said about the other files needed to be fixed too. Perhaps I missed something , but you were talking about options and chrome.dll only. 2 - I didn't document it too , but if you think we need a guide , you're welcome to create one and be it's leader . I will publish my own findings there or you can just copy them from here and mention me. I will definitely add on if I remember or find something new. Though, I think 360chrome is not very popular. BTW , do you know how to restore Aero ? I'm tired of that ugly and flat win8/10 skin.
    1 point
  28. What do you mean by "my view" , huh ? I already asked you (very politely) to stop discusssing me , my views , my ego , etc. I even thought (for a second) you will finally let go and stop . About the "russian" browser : I'm stating the facts , that I proved , BTW. People need to know the truth and what to expect from that russian version , where is says they "removed telemetry" (false advertising) . Let's say someone is going to use this browser for storing sensitive data , they need to know what they're dealing with . If I discover (again) something that russians didn't remove (on purpose or not) , I will publish it here : this is what this topic is for and it's NOT against the forum rules ! And you , go ahead and report me again , let's see what the moderators think about your strange behaviour.
    1 point
  29. Told ya , use betas . They are far more stable. I have no crashes. Oh , and I see you want to be on the safe side and not use the russian loader , in that case you can add any flag to the shortcut , as simple as that.
    1 point
  30. @NoNameNeeded , still it doesn't explain why I have everything in English (even when I'm on the repack version) . I tried it , just out of curiosity , all is in English , except the gugle.ru search (which they forced , but I quickly fixed it). BTW , I think youtube may use your IP to detect the location and set the language , no ? Perhaps it has something to do with the IP ? Also , as I wrote before , I do not have this line "accept languages" at all . Because of the flag , perhaps.
    1 point
  31. 1st post of this thread should always have pointer to latest release, or you may check my software blog.
    1 point
  32. New NewMoon 27 Build! 32bit https://o.rths.ml/palemoon/palemoon-27.9.7.win32-git-20201003-e1c4d9e76-xpmod.7z 32bit SSE https://o.rths.ml/palemoon/palemoon-27.9.7.win32-git-20201003-e1c4d9e76-xpmod-sse.7z 32bit noSSE https://o.rths.ml/palemoon/palemoon-27.9.7.win32-git-20201003-e1c4d9e76-xpmod-ia32.7z 64bit https://o.rths.ml/palemoon/palemoon-27.9.7.win64-git-20201003-e1c4d9e76-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 1077318 - call out to C++ for ARMv6 sub-word atomics. r=luke (2810c3f93) - Bug 1142593 - factor atomics into the platform layer. r=waldo (f5088b2af) - Bug 1173642 - Import unimplemented ARM64 Ion components. r=efaust (2567975a1) - Bug 1170107 part 1 - Call GetProperty/CallProperty from the interpreter and Baseline. r=bhackett (fe45a446a) - Bug 1170107 part 2 - Don't allocate a wrapper object for (pure) primitive.foo operations. r=bhackett (8793d7d2d) - Bug 1152079 - Remove Purify support files. r=froydnj (69836c373) - Bug 1152079 - Remove references to deleted Purify files from moz.build. r=bustage (ebd68a5fa) - Bug 1126089 - Assert we don't Destroy nsFrameLoader in destructor (r=smaug) (c0894ed2b) - Bug 1250871 - only send messages to child scripts when the docShell is still around. r=smaug (ac2562f55) - Bug 1168750 - SharedStubs: (part3) Make split between baseline only and shared stubs, r=jandem (21c89cffe) - Bug 1168750 - SharedStubs: (part4) Track for which engine a stub needs to get compiled, r=jandem (a36eb943b) - Bug 1168753 - SharedStubs: Simplification to push BaselineFrame* in stubs, r=jandem (4a26b318d) - pointer style (e20a50c7e) - Bug 1169391 - Use a ReservedRooted class for optimized Rooted use in vm/Interpreter.cpp, r=terrence (1b80a857d) - Bug 1182865 - Relax assertion on the allowed class for home objects, r=efaust (33009a9fe) - Bug 1154391 - Update import declarations to current ES6 spec r=shu (ad7042d54) - Bug 1154391 - Update parsing of export declarations to match current ES6 spec r=shu (4b509d9ec) - Bug 1169171 - Split PNK_DELETE into several different kinds for each of the syntactically distinct modes of |delete| operation, depending upon the syntax of the operand. r=efaust (5667265fc) - Bug 1169511 - Split PNK_TYPEOF into one kind for application to names one kind for application to other expressions. r=efaust (91a1086d8) - pointer style (0546201d8) - Bug 1163851 - Remove the remaining two tests of |pc->parsingForInit|, replacing them with yet another argument provided by the caller. r=efaust (919903e1e) - Bug 1163851 - |pc->parsingForInit| is dead. Long live |InHandling|! r=efaust (bf35fb405) - Bug 1167030 - Suppress MSVC warning C4661 in js/src. r=luke (1d28ed1d2) - Bug 1167845 - Rejigger {in,de}crement/assignment parsing to vet targets primarily through a single Parser::isValidSimpleAssignmentTarget method, so that this method can also be called outside the parser. r=efaust (87484d3fc) - Bug 1166950 - Introduce a new FunctionKind for class-constructors. r=efaust (e9dd197e1) - Bug 1166950 - Make generator methods constructors. r=efaust (e076cacd6) - Bug 1167845 - Rename ParseHandler::isName to ParseHandler::maybeName. r=efaust (1e090741b) - Bug 1141865 - Part 3: Parse new.target, add Reflect support, and tests. (r=jorendorff, r=shu) (9e0282870) - Bug 1139759 - Self-host %TypedArray%.prototype.copyWithin. r=till (8beea5f7c) - pointer style (0da72f30a) - Bug 1139769 - Add TypedArrayBuffer, TypedArrayByteOffset, and TypedArrayElementShift intrinsics to safely get the relevant information for a typed array. r=till (b5847a441) - pointer style (5486dd33d) - Bug 1139769 - Self-host %TypedArray%.prototype.subarray. r=t (b10c55e93) - pointer style (335ab6c87) - Bug 1140752 - Land code to self-host %TypedArray%.prototype.set, but don't enable it yet, pending perf-testing. This shouldn't make any changes to the build, except in terms of adding more code to it and affecting binary layout. r=jandem, also much feedback from till that effectively amounts to a review as well (98050308d) - Bug 1144692: Fix --disable-ion builds; r=h4writer (3be32046c) - Bug 1148970 - Check for possibly incomplete type sets when double checking the correctness of argument type set information, r=jandem. (934130c2e) - bug 1171125 - Fix nsStackWalk to build for iOS. r=froydnj (c076c4d22) - Bug 1119980 - Use 'snprintf' instead of 'sprintf' to avoid a warning on Lollipop-based builds. r=froydnj (a000af66c) - Bug 1146597 - Avoid unnecessary calls to maybeSweep under hasUnanalyzedPreliminaryObjects, r=jandem. (335ba3fc3) - Bug 1162134 - IonMonkey MIPS: Fix build failure on MIPS (js/src/jit/CodeGenerator.cpp:6740:28: error: `obj' was not declared in this scope). r=bhackett (56824379b) - Bug 1160884 followup - Add testcase. r=me (5495ad016) - Bug 1141865 - Part 4: Remove LCallDirectEvalV in anticipation of register pressure with new.target in eval frames. (r=jandem) (cbb706356) - Bug 1162242 - Part 1: Remove instances of #ifdef PR_LOGGING. r=froydnj PR_LOGGING is now always defined, we can remove #ifdefs checking for it. (878131a4a) - revert pointer style for patch (a263375f1) - Bug 1144097. Fix yet another is<ScopeObject>() assert. r=shu (96d516117) - Bug 1145282. Reverse the sense of IsValidTerminatingScope and rename it to IsSyntacticScope. r=luke (3681fc831) - Bug 1149897 - PerformanceStatsService data is not monotonic. r=jandem (927639ac6) - Bug 1142457 - Compute stopwatch durations per thread on MacOS X. r=jandem, r=areinald (a52c388be) (e1c4d9e76)
    1 point
  33. http://blog.livedoor.jp/blackwingcat/archives/1995576.html stated that you can extract files and run setup.cmd for installation. and automatic tool for this is available at: http://blog.livedoor.jp/blackwingcat/archives/1995327.html
    1 point
  34. Well, that function is not in that copy of ole32. Someone else complained to me about it. The standard extended kernel v3.0e English (not the gameguard version) has this function in ole32 and works good with roytam's browsers. But I remember that the extended kernel installer has many options, some of which have to do with ole32.
    1 point
  35. maybe you can install new extended kernel from blackwingcat?
    1 point
  36. CoGetInterceptorFromTypeInfo() calls exist in vanilla Firefox52, so maybe something else is going wrong. EDIT: tested with Win2000 JP with extended kernel 2.8jG and it works here.
    1 point
  37. the download server is up again, and feel free to mirror thingies on the server.
    1 point
  38. no clue whats happening here, I'll try to reproduce it if possible. and my family is preparing for renovating the flat we're living, and have to move out from it for few months. While having $dayjob, and started packing up thingies, there is not enough time for bugfixing. and hopefully it won't interrupt download service for long time.
    1 point
  39. New NewMoon 27 Build! 32bit https://o.rths.ml/palemoon/palemoon-27.9.7.win32-git-20200926-a291744c7-xpmod.7z 32bit SSE https://o.rths.ml/palemoon/palemoon-27.9.7.win32-git-20200926-a291744c7-xpmod-sse.7z 32bit noSSE https://o.rths.ml/palemoon/palemoon-27.9.7.win32-git-20200926-a291744c7-xpmod-ia32.7z 64bit https://o.rths.ml/palemoon/palemoon-27.9.7.win64-git-20200926-a291744c7-xpmod.7z source repo: https://github.com/roytam1/palemoon27 repo changes since my last build: - import changes from `dev' branch of rmottola/Arctic-Fox, and fix --enable-shared-js: - Bug 1164338 - Move styles markers to be generated in DoProcessRestyles rather than when the Flush_Style queue is flushed. r=smaug,heycam (b8f62d25a) - pointer style (c8d305ae5) - Bug 1150783 - Use a special JitFrame to record when LazyLink stubs are on the stack. r=h4writer (999a5d8dd) - Bug 1050500: Add SpiderMonkey API for reporting JavaScript entry points. r=shu (86b990918) - Bug 1050500 followup: Annotate js.cpp "Exit()" method as "override". rs=ehsan (023d67749) - Bug 1050500 - Add callee information to Javascript timeline markers. r=smaug (a5c078bc0) - Bug 1050500 - add fields to ProfileTimelineStackFrame; r=smaug (7852af842) - Bug 944164 - Move a bunch of file-related stuff onto an os.file object, creating aliases from the old names, r=jorendorff (a746506c0) - Bug 1167860 - Make sure unboxed expandos are traced during minor GCs if the original unboxed object is converted to a native, r=terrence. (40552cef4) - Bug 1168667 - Immediately convert unboxed objects to natives in PreventExtensions, and convert unboxed arrays as well as unboxed plain objects when required, r=jandem. (34e1c1267) - Bug 1172150 - Remove bogus assert. (r=bz) (1138519fa) - Bug 1165794 - Correctly handle getter/setters like methods everywhere. r=efaust (69a5cef61) - Bug 1164778 - Make |super.prop| work inside heavyweight arrow functions. (r=shu) (2eaffe30d) - Bug 1168750 - SharedStubs: (part2) Rename registers used by baseline stubs for use with shared stubs, r=jandem (db8080b41) - pointer style (ae0ef8c24) - fix spaces (0b5a0f55d) - Bug 1168864 - Use mayResolve hook for addprop stubs. r=bhackett (14f89c938) - Bug 1166678 - Optimize Array.prototype.slice in Ion, r=jandem. (978215128) - Bug 1169611 - Rewrite IonBuilder::getPropTryConstant to not require a singleton result. r=bhackett (22c6137ea) - Bug 1169611 part 2 - Unbox getprop/getelem inputs based on Baseline feedback. r=bhackett (dd3d50088) - Bug 1148009; [webvr] Move gfx vr code to gfx/vr; r=jrmuizel (d3e0a12c7) - Bug 1148009; [webvr] Split out gfxVROculus from gfxVR, refactor VRHMDManager; r=jrmuizel (393030b10) - Bug 1148009; [webvr] Add Quaternion class to Moz2D; r=jrmuizel (85165c87c) - Bug 1144674; Implement HAL support for ROTATION_VECTOR and GAME_ROTATION_VECTOR sensors; r=snorp (482211f00) - Bug 1148009; Add support for Cardboard (and other rotation-sensor based VR) in Firefox for Android; r=jrmuizel (d3f78e657) - Bug 1157835: Remove the MSVC_ENABLE_PGO flag from the build system. r=glandium (a5cc2bb8f) - Bug 1170534 - Remove Visual Event Tracer. r=dougt (720c1bbc3) - Bug 1169967 - Add a forward declare for MIRGenerator. r=nbp (81c6d0492) - Bug 1154435 - [nsDumpUtil] Refine nsDumpUtils::OpenTempFile to make this function more flexible. r=dhylands (ca1e07244) - Bug 1154435 - [nsGZFileWriter] Add one more mode for writing a GZFile (Create/Append). r=froydnj (d0cc62270) - Bug 1165456 - Start converting name-resolution code to act upon kinds, not arities. r=shu (1162554f4) - fix let (3ad7122ea) - Bug 1165456 - Handle a bunch of simple known-arity kinds, by kind, when resolving nested function names. r=shu (82da03c43) - Bug 1165456 - Perform name resolution on more nodes by kind, not arity. r=shu (214062efa) - Bug 1165456 - Perform name resolution on additional nodes by kind. r=shu (c13147c9e) - Bug 1165456 - More name-resolution conversion for arrays and (tagged) template literals. r=shu (f0cd596e8) - Bug 1165456 - Extra bits of name-resolution conversion. r=shu (51d1045d7) - Bug 1165456 - Final bits of name-resolution by kind. r=shu (57fca554e) - Bug 1165456 - Remove dead code performing name resolution by arity. r=shu (b03db072a) - pointer style (ab86d2ca7) - Bug 1149510 - Initialize the MachineState with safe-bad pointers. r=jandem (7d35b51c9) - Bug 1149510 - Don't try to read the result object when doing in-place debug mode bailout in a for-of loop. (r=jandem) (40c1e23a7) - Bug 1156115 - Apply Bug 1135629 changes to the non-ion jit. r=nbp (332a21041) - pointer style (fab908ba9) - Bug 1155468 - Fix Register::GetName typedef issue with clang. r=jandem (5c7758d85) - Bug 1176633 - Add more Operand constructors to the none backend. r=nbp (1557fe119) - Bug 1160672 - Part 1/2 - Import VIXL 1.5-1.6. r=jbramley (c84218fec) - Bug 1160672 - Part 2/2 - Add Mozilla VIXL modifications. r=dougc (1fd1c7443) - Bug 1160672 - Follow-up - Add missing </p> tag. no_r=me (f783f0793) - Bug 1160672 - Follow-up - Comment out unlanded header on a CLOSED TREE. no_r=me (f65a68eed) - Bug 1166037 - Import ARM64 Baseline changes. r=djvj (5ddb53015) - Bug 1166527 - Import ARM64 Architecture and Assembler. r=nbp (999380926) - Bug 1077014 - MacroAssembler API. r=h4writer (78f470fa5) - Bug 1077014 - ARM assembler support for for-effect atomics. r=mjrosenb (a78d1f786) - Bug 1077014 - MacroAssembler API, for MIPS. r=rankov (d22cb063c) - Bug 1077014 - optimize atomics for effect. r=h4writer (5a0bf089c) - Bug 1170758 - Make non-debug GraphSpewer constructor explicit. r=nbp (2b7c1a90b) - Bug 1176631 - Predeclare TempAllocator for non-ion platforms. r=nbp (73cd914a7) (a291744c7)
    1 point
×
×
  • Create New...