Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 04/07/2023 in all areas

  1. Notice: while upstream updated harfbuzz to latest release (7.1.0), I can't do this because it breaks compiling in VC2015. instead, I'll try to update it to 3.2.0 for the moment.
    3 points
  2. New build of post-deprecated Serpent/moebius for XP! * Notice: This repo will not be built on regular schedule, and changes are experimental as usual. ** Current moebius patch level should be on par with 52.9, but some security patches can not be applied/ported due to source milestone differences between versions. Test binary: Win32 http://o.rthost.win/basilisk/basilisk55-win32-git-20230408-90aa2da97-xpmod.7z Win64 http://o.rthost.win/basilisk/basilisk55-win64-git-20230408-90aa2da97-xpmod.7z repo: https://github.com/roytam1/basilisk55 Repo changes: - import from UXP: No Issue - Fix drawing in titlebar on Mac when building with the Big Sur 11.0 SDK. On Intel we build with the 10.12 SDK so this problem is avoided. Also Pale Moon no longer supports drawing in the titlebar in the front end. However Basilisk does and built for ARM the tabs were cut off by the native titlebar. This uses the new APIs introduced in SDK 10.10 and 11.0 to draw in the titlebar. (2625cb0b) (6f6086e1e) - import from UXP: Issue #2181 - Add sys/auxv.h to system-headers (607df679) (7d88b91e3) - import from UXP: Issue #2184 - Increase mozjemalloc page cache size from 1 MiB to 16 MiB. (d8cd769c) (15568ece6) - import from UXP: Issue #62 - Follow-up: Fix debug build bustage with shared Spidermonkey. (af72806b) (8690b0779) - import from UXP: Issue #2155 - Follow-up: Reorder super-property evaluation order per latest spec change (74032644) (b70cbbdf4) - import from UXP: Issue #2173 - Fix exporting array and object binding patterns (0b2e8c48) (883f2ebe1) - import from UXP: Issue #2173 - Add a new PNK_ARGUMENTS node type for call argument lists (924140d4) (aa7e25184) - import from UXP: Issue #2173 - Add a new PNK_PROPERTYNAME to hold location information about property access name (fa1193b8) (f9e429c4f) - import from UXP: Issue #2173 - Store the info about the existence of the default case into the switch ParseNode (36b5a562) (7e5e4918d) - import from UXP: Issue #2173 - Fix return value of MUST_MATCH_TOKEN* macros in Parser methods which returns bool (c02e109b) (48571aa05) - import from UXP: Issue #2173 - Add accessors to ListNode (9c17ec05) (5f06ea872) - import from UXP: Issue #2173 - Add accessors to TernaryNode (4726d96f) (6cd3774da) - import from UXP: Issue #2173 - Add accessors to BinaryNode and subclasses (662419c5) (0f372d2fe) - ported from UXP: Issue #2173 - Add accessors to UnaryNode and subclasses (68a407c9) (014867919) - ported from UXP: Issue #2173 - Add accessors to NameNode, CodeNode, RegExpLiteral, and add NumericLiteral (ba730c48) (4b0f0e687) - import from UXP: Issue #2173 - Add accessors to NullaryNode and change LoopControlStatement arity to PN_LOOP (a49f4d04) (8791207a5) - import from UXP: Issue #2173 - Add accessors to LexicalScopeNode (3bd300e2) (f3f51ebb0) - import from UXP: Issue #2173 - Add TryNode (d4103253) (35c239c0d) - import from UXP: Issue #2173 - Fix remaining ParseNode* in FullParseHandler methods signature (287a2ad2) (6c0008690) - import from UXP: Issue #2173 - Remove unused case/code from function node ops (f21340f1) (cb01c6f90) - ported from UXP: Issue #2173 - Separate CodeNode into FunctionNode and ModuleNode (0dac7918) (f98526a86) - import from UXP: Issue #2173 - Allow constant folding to see inside functions when using the module pattern (661b1c53) (42d6d570a) - ported from UXP: Issue #2173 - Introduce FunctionNode::syntaxKind instead of JSOPs (0132ae21) (260bbc54c) - import from UXP: Issue #1863 - Update freetype2 to 2.13.0. (8a54b4f3) (ffb926317) - import from UXP: PR #2189 - Follow-up: Fix build bustage with GCC 9 related to checkExportedNamesForDeclaration (7c9215f9) (bd30f5bfd) - import from UXP: No Issue - Fix FreeBSD build failure with WebRTC enabled. (3c3456cc) (a6fbd148a) - ported from UXP: Issue #2191 - Remove as much old fontconfig support as needed for Harfbuzz update. (b5d5963a) (170771a8a) - import from UXP: Issue #2191 - Make ScaledFont::SetCairoScaledFont virtual so it can be accessed from outside Moz2D. (c54e2502) (7b8614d7f) - import from UXP: Issue #2191 - Get rid of gfxFontconfigUtils.h since gfxFontconfigFontBase is unnecessary. (a35ce5e5) (644697bc7) - import from UXP: Issue #2191 - Remove redundant CairoScaledFont accessor from gfxFont subclasses. (b721b625) (9e3bea9d8) - ported from UXP: Issue #2191 - Require implementation of gfxFont::GetScaledFont and remove unnecessary gfxPlatform::GetScaledFontForFont. (0f7750cd) (8a5e88041) - ported from UXP: Issue #2191 - Remove virtual from gfxFont::GetCairoScaledFont. (44b74873) (cd4c972e1) - import from UXP: Issue #2191 - Follow-up: Add missing mozilla::gfx in gfxFcPlatformFontList.cpp (d9e7c07e) (b5e596fb7) - import from `custom` branch of UXP: update harfbuzz to 2.8.2 (58116e6c) (5d1c07c75) - update harfbuzz to 3.2.0 (90aa2da97)
    1 point
  3. New build of BOC/UXP for XP! Test binary: MailNews Win32 https://o.rthost.win/boc-uxp/mailnews.win32-20230408-de147fa3-uxp-b5e969b8a-xpmod.7z BNavigator Win32 https://o.rthost.win/boc-uxp/bnavigator.win32-20230408-de147fa3-uxp-b5e969b8a-xpmod.7z source repo (excluding UXP): https://github.com/roytam1/boc-uxp/tree/custom * Notice: the profile prefix (i.e. parent folder names) are also changed since 2020-08-15 build, you may rename their names before using new binaries when updating from builds before 2020-08-15. -- New build of HBL-UXP for XP! Test binary: IceDove-UXP(mail) https://o.rthost.win/hbl-uxp/icedove.win32-20230408-id-656ea98-uxp-b5e969b8a-xpmod.7z IceApe-UXP(suite) https://o.rthost.win/hbl-uxp/iceape.win32-20230408-id-656ea98-ia-93af9a0-uxp-b5e969b8a-xpmod.7z source repo (excluding UXP): https://github.com/roytam1/icedove-uxp/tree/winbuild https://github.com/roytam1/iceape-uxp/tree/winbuild for UXP changes please see above.
    1 point
  4. That is interesting, but I think there's much better topic to talk about modern Chromium-based browser for Windows XP.
    1 point
  5. This site (MSFN) is relevant. The moderator (Tripredacus) is suggesting that you start a new topic/thread. Since you are referring to programs that span two main categories (one category is Win10, the second category is Win7), then perhaps the "general" category is a good place to start a new topic? You should see a "Start new topic" button at the top of any page when you are logged in.
    1 point
  6. In China, many extensions we couldn't to use, thanks for the GFW...
    1 point
  7. Greetings, msfntor. Your question is more difficult than it may seem - "answers" may appear to "take sides" because there are two "sides" to your question. Most MSFN members (myself included) are not going to want to "take sides" in answering your enquiry. I kind of see "both sides" - and to me, both sides are "correct" and both sides are also "incorrect". How can BOTH be true? Reminds me of an old Latin poem - "Ode et Amo - I hate her and I love her, You ask how can that be, I don't know, But it is so, And I'm in agony." On one side, MSFN is a "technical board" where like-minded members migrate towards and become members to share technical tidbits - you fit among that subset of society. "Birds of a feather flock together", so to speak. This is the "general" section of this forum - most "topical" forums have these, a section where topics that do not pertain to the "central premise" of the forum's existence does permit "non-topical" discourse. All forum owners have the ownership-right to include such a "general" section - or to not include such a "general" section. MSFN's owner has chosen to include such a "general" section. MSFN's owner has the ownership-right to remove the "general" section if the owner so chooses. On the other side, like-minded members may not fully agree with the owner's decision to include a "general" section or have their own thoughts on how frequent that "general" section may or may not be. The "general" section here at MSFN is (by far, if I may add) a LOT more "frequent" than most topical forum's "general" section. Does that offset the owner's ownership-right of chosing to include such a section? Does that warrant frequent chime-ins from the masses to attempt to decrease that frequency? Should these attempts be seen as micromanaging the "general" section? If there were "rules" regarding this frequency, shouldn't the rest of us trust the moderation of this forum and conclude to ourselves that "high frequency" posters would be banned for violating some MSFN "fair use" unwritten rule? To me, and I am not taking sides here because I see both sides, but to me, the simple fact that the "general" section has not been removed coupled with the simple fact that frequent posters are not banned, tells me that there is no wrong-doing here. So post away, my friend, this is the "general" section and it is not for any of us to micromanage - I do remind though that the forum owner can opt to remove the "general" section (I feel that may be extreme, but nor is that "my" decision to make). But I will also add that I do LOCALLY "micromanage" MSFN. My Proxomitron config has a "keyword" filter whereby I can "hide from view" (out of sight, out of mind) any topics here that I don't want to see (Start Is Back, XP firewalls, XP anti-virus, extended kernels, Windows 7, "general" topics that go awry, et cetera). It is not my right to micromanage them from being posted. That's my two cents, agree or disagree, that's what makes the world go round
    1 point
  8. Aye, seems that wasn't the scope of XP's File types GUI either, it's a separate thing that was added to default programs editing GUI, but then they made dumbed down version and put it in Settings app. They also make sure you go through that UI to set defaults as certain manual changes in user side (HKEY_CURRENT_USER) of the registry are invalidated as the entries specifying user defaults are protected by some hash value, which has to be correct for entry to be considered valid. At least I assume that's how it is when you have multiple programs for the same file type. Admittedly, I never studied those registry entries deeply. There's also the concept of having registered applications (HKEY_LOCAL_MACHINE\SOFTWARE\RegisteredApplications) and while not necessary to use to be able to open some file from Explorer, it makes those applications visible from default programs editing GUI. Perhaps this is relevant when it comes to new behaviors since Windows 8 when it comes to associating programs with file types. I remember there was something written by MS about random programs hijacking file associations and they wanted to make sure settings that user explicitly consciously selects apply. Though there are cases where the effect is the opposite.
    1 point
  9. Scripts that load comments aren't included in the head tag. That's technical explanation from what I can see from inspecting, but "why is that" is the question for people running the site.
    1 point
  10. https://www.dropbox.com/s/bwtlmyoebk4j0hc/360ChromePortable_13.5.1030_rebuild_6_ungoogled.zip?dl=1 https://www.dropbox.com/s/sn3s4ra40gby6cp/360ChromePortable_13.5.1030_rebuild_6.zip?dl=1
    1 point
  11. yeah, in shared mode it actually puts more extra codes and bindings into separated DLL. static linking is indeed smaller with the cost of more memory and time in linking.
    1 point
  12. New regular/weekly KM-Goanna release: https://o.rthost.win/kmeleon/KM76.4.7-Goanna-20230401.7z Changelog: Out-of-tree changes: * update Goanna3 to git 03c3a2ab87...09c7525bc8: - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 448064 - Add crashtest. (d7e9a3f9bb) - Minor cleanup (cbab3e1ede) - Bug 1222829: Remove URIChecker. r=mcmanus (74c16ae58c) - Bug 1220682 - Clear exceptions on single-arg init. r=bz # Please enter the commit message for your changes. Lines starting (4736e0fb57) - Bug 1229237 (part 1) - Make nsIWidget::{Create,CreateChildren}() take a LayoutDeviceIntRect. r=botond. (992ec123ff) - Bug 1229237 (part 2) - Make nsIWidget::DrawWindowUnderlay() take a LayoutDeviceIntRect. r=botond. (ad4f13440d) - Bug 1229237 (part 3) - Make nsIWidget::Invalidate() take a LayoutDeviceIntRect. r=botond. (19f10846a3) - Bug 1229237 (part 4) - Make ThemeGeometry::mRect a LayoutDeviceIntRect. r=botond. (5f17f6be14) - Bug 1228125 (part 1) - Remove nsIWidget::GetBoundsUntyped(). r=botond. (5e4d0811e7) - Bug 1228125 (part 2) - Remove nsIWidget::GetScreenBoundsUntyped(). r=botond. (3ac4b3271b) - Bug 1228125 (part 3) - Remove nsIWidget::GetClientBoundsUntyped(). r=botond. (7163a1a6e6) - Bug 1229237 (part 5) - Make Update{Opaque,WindowDragging}Region() take a LayoutDeviceIntRegion. r=botond. (907aafd4c0) - missing bit Bug 1229237 (part 1) (c160f227b3) - missing bit Bug 1229237 (part 1) (edc4237028) - Bug 1215959 - (GeckoCaret2) update experimental prefs, r=snorp (df3a19e142) - Bug 1168881 - Enabling AccessibleCarets crashes Firefox when trying to input text, r=tylin (abbd401672) - Bug 1215959 - (GeckoCaret2) Remove experimental bits added to Touch/Selection carets, r=tylin (291385ad0e) - Bug 1219236 - Part 1: Flush throttle styles for all descendant sub documents and *root* document itself. r=roc (b6c4d4c815) - Bug 1153130 - Prevent FireFox crashes when pointer events are enabled. r=smaug (a7093fae15) - Bug 1226041 - Remove mFirstPaint hack for JPZC when the C++ APZ is enabled. r=kats (6af6102f1f) - Bug 1223228 - Remove unused nsFrameManagerBase::mStyleSet. r=dholbert (9145f9cb38) - Bug 1189353 - Change NS_ macro prefix to MOZ_ in AccessibleCaretEventHub. r=mtseng (820920546e) - Bug 1210315 - Use preference to control whether to use long tap injector. r=roc (00ee7e8874) - Bug 1206545 - Store nsIPresShell pointer in constructor instead of Init(). r=roc (6a9f8216f7) - Bug 1194063 - Update link to point to the diagram directly. r=mtseng (3d627f37da) - Bug 1225701 - Update comments in AccessibleCaret files. r=mtseng (fe1d296655) - Bug 1211365 - Remove NS_IMPL_STATE_UTILITIES. r=mtseng (79713764b9) - Bug 1211365 - Make deleted functions in class State public. r=mtseng (da2df347b3) - Bug 1211365 - Delete wheel event handling. r=mtseng (7bacb7e8f5) - Bug 1200194 - Tweak formatting and debug logging. r=roc (148a22ce3c) - Bug 1082425 - Commit composition string before changing focus by long tap. r=masayuki (1452e46511) - Bug 1196176 - No need to test mLastUpdateCaretMode. r=mtseng (fc93c83698) - Bug 1196176 - Hide carets for mouse down reason. r=mtseng (3c13762b86) - Bug 1209841 - Merge test_selectioncarets2.py into test_selectioncarets.py. r=automatedtester (35575914b9) - Bug 1209841 - Simplify functions related to select word. r=automatedtester (56bf6052e1) - Bug 1209841 - Send synthesized mouse long tap to gecko. r=automatedtester (e83509d49b) - Bug 1210315 - Inline selectors in carets tests. r=automatedtester (cebad9b688) - Bug 1163490 - Remove SpecialPowers from marionette carets test. r=jgriffin (fd1e4b6442) - Bug 1210315 - Use pref utilities in test_selectioncarets.py. r=automatedtester (09efee2a80) - Bug 1207934 - Add marionette test for appearance changing. r=automatedtester (6e1c5aea60) - Bug 1210315 - Use pref utilities in test_touchcaret.py. r=automatedtester (a17a92808e) - Bug 1200364 - Fix AccessibleCaret jumps when dragging. r=roc (66c36347f7) - Bug 1203074: Move caret to end of textual input field before sending keys (1a8cf55bd7) - Bug 1164233 - Enlarge the timeout margin from 1.5x to 3x. r=mtseng (188b17550d) - Bug 1196176 - Fix CaretStateChanged not dispatch on empty content. r=mtseng (5d6930c1e1) - Bug 1196176 - Do not fire extra CaretStateChanged event when typing. r=mtseng (93f4ccdc97) - Bug 1211365 - Add test case for scrolling in selection mode. r=mtseng (bfd69f4337) - Bug 1212732 - Update caret in cursor mode on scroll-end if it was logically visible. r=roc (07ddba2c15) - Bug 1215959 - (GeckoCaret2) Upgrade Core and AccessibleCaret, r=smaug (fe388a4b37) - Bug 1216857 - Notify selection dialog to update its position if carets are logically visible. r=TYLin (e759cbe5cd) - Bug 1215798 nsContentIterator::Init(nsIDOMRange*) should not skip empty start node when mPre is true r=smaug (013857d99d) - Bug 1215816 nsContentIterator::Init(nsIDOMRange*) should not include end node if it's an empty element and the end offset is 0 when mPre is true r=smaug (5276c84afb) (d64e96b4a0) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1132213 - Remove newChannel2 and asyncFetch2 calls in the "jsdownloads" folder. r=paolo (15afbc22f6) - Bug 1223437 - Use channel.asyncOpen2 in toolkit/components/jsdownloads/test/unit (r=sicking) (62de0552b6) - Bug 1225641 - Change default security flags within NetUtil.newChannel (r=sicking) (f04a8d6a1d) - Bug 1224467 - Add a preference for controlling whether oneCRL blocklists are updated via AMO. Also add a test. r=keeler,mossop (06c4ce13f9) - Bug 1170760 part 1. Introduce a PromiseCapability struct. r=baku,efaust (068615a4cd) - Bug 1170760 part 2. Pass in the 'this' value to Promise static methods. r=peterv (170fd5de55) - Bug 1170760 part 3. Add an @@species getter on Promise. r=peterv (182a90f4ee) - Bug 1170760 part 4. Change Promise::Constructor to run in the Xray compartment when new Promise happens over Xrays. r=peterv (ac9bf8968b) - Bug 1170760 part 5. Implement NewPromiseCapability which can either return a PromiseCapability as in the spec, or one that has a native promise and maybe resolve/reject functions if the consumer asked for them. r=baku,efaust (6c74f4ebdf) - Bug 1170760 part 6. Fix GetDependentPromise to deal with a situation when someone called then() and passed it the resolve/reject functions that come from a promise's constructor. r=baku (fa6504ca29) - Bug 1170760 part 7. Add subclassing support to Promise::Race. r=baku,efaust (d43c0782d6) - Bug 1170760 part 8. Add subclassing support to Promise::All. r=baku,efaust (37d8577256) - Bug 1170760 part 9. Stop using Promise::Resolve in the bindings for PromiseDebugging. r=baku (3c3073d0fa) - Bug 1170760 part 10. Add subclassing support to Promise::Resolve. r=baku,efaust (22a5f2b385) - Bug 1170760 part 11. Add subclassing support to Promise::Reject. r=baku,efaust (c696a0a9fe) - Bug 1170760 part 12. Rip out the promise-resolved-with-promise fast path. r=baku (a1815842e2) - Bug 1170760 part 13. Add subclassing support to Promise::Then/Catch. r=baku,efaust (3fd8f2502d) (09c7525bc8) * 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
    1 point
  13. New NewMoon 27 Build! 32bit https://o.rthost.win/palemoon/palemoon-27.10.0.win32-git-20230401-09c7525bc8-xpmod.7z 32bit SSE https://o.rthost.win/palemoon/palemoon-27.10.0.win32-git-20230401-09c7525bc8-xpmod-sse.7z 32bit noSSE https://o.rthost.win/palemoon/palemoon-27.10.0.win32-git-20230401-09c7525bc8-xpmod-ia32.7z 64bit https://o.rthost.win/palemoon/palemoon-27.10.0.win64-git-20230401-09c7525bc8-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 448064 - Add crashtest. (d7e9a3f9bb) - Minor cleanup (cbab3e1ede) - Bug 1222829: Remove URIChecker. r=mcmanus (74c16ae58c) - Bug 1220682 - Clear exceptions on single-arg init. r=bz # Please enter the commit message for your changes. Lines starting (4736e0fb57) - Bug 1229237 (part 1) - Make nsIWidget::{Create,CreateChildren}() take a LayoutDeviceIntRect. r=botond. (992ec123ff) - Bug 1229237 (part 2) - Make nsIWidget::DrawWindowUnderlay() take a LayoutDeviceIntRect. r=botond. (ad4f13440d) - Bug 1229237 (part 3) - Make nsIWidget::Invalidate() take a LayoutDeviceIntRect. r=botond. (19f10846a3) - Bug 1229237 (part 4) - Make ThemeGeometry::mRect a LayoutDeviceIntRect. r=botond. (5f17f6be14) - Bug 1228125 (part 1) - Remove nsIWidget::GetBoundsUntyped(). r=botond. (5e4d0811e7) - Bug 1228125 (part 2) - Remove nsIWidget::GetScreenBoundsUntyped(). r=botond. (3ac4b3271b) - Bug 1228125 (part 3) - Remove nsIWidget::GetClientBoundsUntyped(). r=botond. (7163a1a6e6) - Bug 1229237 (part 5) - Make Update{Opaque,WindowDragging}Region() take a LayoutDeviceIntRegion. r=botond. (907aafd4c0) - missing bit Bug 1229237 (part 1) (c160f227b3) - missing bit Bug 1229237 (part 1) (edc4237028) - Bug 1215959 - (GeckoCaret2) update experimental prefs, r=snorp (df3a19e142) - Bug 1168881 - Enabling AccessibleCarets crashes Firefox when trying to input text, r=tylin (abbd401672) - Bug 1215959 - (GeckoCaret2) Remove experimental bits added to Touch/Selection carets, r=tylin (291385ad0e) - Bug 1219236 - Part 1: Flush throttle styles for all descendant sub documents and *root* document itself. r=roc (b6c4d4c815) - Bug 1153130 - Prevent FireFox crashes when pointer events are enabled. r=smaug (a7093fae15) - Bug 1226041 - Remove mFirstPaint hack for JPZC when the C++ APZ is enabled. r=kats (6af6102f1f) - Bug 1223228 - Remove unused nsFrameManagerBase::mStyleSet. r=dholbert (9145f9cb38) - Bug 1189353 - Change NS_ macro prefix to MOZ_ in AccessibleCaretEventHub. r=mtseng (820920546e) - Bug 1210315 - Use preference to control whether to use long tap injector. r=roc (00ee7e8874) - Bug 1206545 - Store nsIPresShell pointer in constructor instead of Init(). r=roc (6a9f8216f7) - Bug 1194063 - Update link to point to the diagram directly. r=mtseng (3d627f37da) - Bug 1225701 - Update comments in AccessibleCaret files. r=mtseng (fe1d296655) - Bug 1211365 - Remove NS_IMPL_STATE_UTILITIES. r=mtseng (79713764b9) - Bug 1211365 - Make deleted functions in class State public. r=mtseng (da2df347b3) - Bug 1211365 - Delete wheel event handling. r=mtseng (7bacb7e8f5) - Bug 1200194 - Tweak formatting and debug logging. r=roc (148a22ce3c) - Bug 1082425 - Commit composition string before changing focus by long tap. r=masayuki (1452e46511) - Bug 1196176 - No need to test mLastUpdateCaretMode. r=mtseng (fc93c83698) - Bug 1196176 - Hide carets for mouse down reason. r=mtseng (3c13762b86) - Bug 1209841 - Merge test_selectioncarets2.py into test_selectioncarets.py. r=automatedtester (35575914b9) - Bug 1209841 - Simplify functions related to select word. r=automatedtester (56bf6052e1) - Bug 1209841 - Send synthesized mouse long tap to gecko. r=automatedtester (e83509d49b) - Bug 1210315 - Inline selectors in carets tests. r=automatedtester (cebad9b688) - Bug 1163490 - Remove SpecialPowers from marionette carets test. r=jgriffin (fd1e4b6442) - Bug 1210315 - Use pref utilities in test_selectioncarets.py. r=automatedtester (09efee2a80) - Bug 1207934 - Add marionette test for appearance changing. r=automatedtester (6e1c5aea60) - Bug 1210315 - Use pref utilities in test_touchcaret.py. r=automatedtester (a17a92808e) - Bug 1200364 - Fix AccessibleCaret jumps when dragging. r=roc (66c36347f7) - Bug 1203074: Move caret to end of textual input field before sending keys (1a8cf55bd7) - Bug 1164233 - Enlarge the timeout margin from 1.5x to 3x. r=mtseng (188b17550d) - Bug 1196176 - Fix CaretStateChanged not dispatch on empty content. r=mtseng (5d6930c1e1) - Bug 1196176 - Do not fire extra CaretStateChanged event when typing. r=mtseng (93f4ccdc97) - Bug 1211365 - Add test case for scrolling in selection mode. r=mtseng (bfd69f4337) - Bug 1212732 - Update caret in cursor mode on scroll-end if it was logically visible. r=roc (07ddba2c15) - Bug 1215959 - (GeckoCaret2) Upgrade Core and AccessibleCaret, r=smaug (fe388a4b37) - Bug 1216857 - Notify selection dialog to update its position if carets are logically visible. r=TYLin (e759cbe5cd) - Bug 1215798 nsContentIterator::Init(nsIDOMRange*) should not skip empty start node when mPre is true r=smaug (013857d99d) - Bug 1215816 nsContentIterator::Init(nsIDOMRange*) should not include end node if it's an empty element and the end offset is 0 when mPre is true r=smaug (5276c84afb) (d64e96b4a0) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1132213 - Remove newChannel2 and asyncFetch2 calls in the "jsdownloads" folder. r=paolo (15afbc22f6) - Bug 1223437 - Use channel.asyncOpen2 in toolkit/components/jsdownloads/test/unit (r=sicking) (62de0552b6) - Bug 1225641 - Change default security flags within NetUtil.newChannel (r=sicking) (f04a8d6a1d) - Bug 1224467 - Add a preference for controlling whether oneCRL blocklists are updated via AMO. Also add a test. r=keeler,mossop (06c4ce13f9) - Bug 1170760 part 1. Introduce a PromiseCapability struct. r=baku,efaust (068615a4cd) - Bug 1170760 part 2. Pass in the 'this' value to Promise static methods. r=peterv (170fd5de55) - Bug 1170760 part 3. Add an @@species getter on Promise. r=peterv (182a90f4ee) - Bug 1170760 part 4. Change Promise::Constructor to run in the Xray compartment when new Promise happens over Xrays. r=peterv (ac9bf8968b) - Bug 1170760 part 5. Implement NewPromiseCapability which can either return a PromiseCapability as in the spec, or one that has a native promise and maybe resolve/reject functions if the consumer asked for them. r=baku,efaust (6c74f4ebdf) - Bug 1170760 part 6. Fix GetDependentPromise to deal with a situation when someone called then() and passed it the resolve/reject functions that come from a promise's constructor. r=baku (fa6504ca29) - Bug 1170760 part 7. Add subclassing support to Promise::Race. r=baku,efaust (d43c0782d6) - Bug 1170760 part 8. Add subclassing support to Promise::All. r=baku,efaust (37d8577256) - Bug 1170760 part 9. Stop using Promise::Resolve in the bindings for PromiseDebugging. r=baku (3c3073d0fa) - Bug 1170760 part 10. Add subclassing support to Promise::Resolve. r=baku,efaust (22a5f2b385) - Bug 1170760 part 11. Add subclassing support to Promise::Reject. r=baku,efaust (c696a0a9fe) - Bug 1170760 part 12. Rip out the promise-resolved-with-promise fast path. r=baku (a1815842e2) - Bug 1170760 part 13. Add subclassing support to Promise::Then/Catch. r=baku,efaust (3fd8f2502d) (09c7525bc8)
    1 point
  14. There's a tutorial that allegedly lets you run 16-bit apps on 64- bit. I don't know if it works but there are some comments below that say it does.
    1 point
  15. Win8PE SE Downloads Page Download Server w8pese.cwcodes.net Win8PE SE Home Page and project index Make and boot from a Win8PE_SE ISO file Tutorials, How To's and Guides by Steve, RMPrepUSB. Win8PE SE project is based on PE4 environment and will use a Windows 8 (SP0) x86 or x64 DVD. It is better (recommended) to have the DVD copied in a folder on your hard drive. Win8PE SE is Based on the experienced organisation and reliability of Win7PE SE. It comes as a base with only a minimal of applications. Take pleasure to personalize it and to add your components and applications. Link to TechNet Evaluation Center Previous Versions and choose Windows 8 enterprise Or direct link to Windows 8 enterprise evaluation for developers Some advantages of Windows 8 and Win8PE SE: Windows 8 Increased hardware compatibility. Support of UEFI Unified Extensible Firmware Interface and high-speed SSD hard disk. Native support of USB3.0 ... Win8PESE uses the very good Ex7ForW8 (Windows 7 explorer.exe for Windows 8). Thank you Tihiy for this nice work Transparency is enabled on the Aero theme. For the shell loader, You can choose between the great PEShell swapper and the famous Chinese Pecmd. In PostConfig script, you have the ability to create Win8PE SE image in another folder. This will keep the Target folder untouched. With the following advantages: The small green button on scripts remains always operational. No problem on editing hives. Really usefull, you can add, edit, customize the target. Simply recreate the new target image and Iso Only disadvantage, it requires more space on hdd. Win8PESE share scripts with Win7pese and and the great Gena PE1 project A big thanks to the precursors on Win7PESE: Yahoouk's and JFX's. Besides JFX continued help on numerous critical PE3 building cases and on PE4 as with WoW64 (running 32bit programs in a 64bit environment) and other... : Thank you for your help. We are happy to see you around. With a big thank you to all those who have supported and help improve this Win7 base Lancelot, 2aCD, Galapo, Homes32 and ALL other Thank you very much also to sp_star with his good works, beautiful inspiration source A huge thanks to Galapo for the new domain w8pese.cwcodes.net Without forgetting Lancelot with the new Macro Library and his great support Thank you in advance to those who help to improve it. Have fun.
    1 point
×
×
  • Create New...