[FX] bangbang023: 07-01-30 [Trunk/Win32](O2/GAL)


Recommended Posts

There is also some tab issues with the latest nightly.

1. Middle click doesn't always work (mostly not here on Neowin)

2. Can't close tabs (or at least I can't)

but I do have TBP installed so that could be the reason.. going to do a new profile and see if that fixes it. will report back here.

Edit: yep, TBP's messes the tabs up in the latest nightlys.. so be ware. Disabling does seem fix it for now.

2nd Edit: sorry found more info.

After installing the build from 23rd, my settings in tab browser preferences got trashed. Works fine after you reset it, just a friendly warning.

Mossop

Edited by IceDogg

bangbang, I know this is a bit OT, but...

If you had some extra time, would you be able to help me out a bit in getting FF to compile on my machine? The only reason I ask is because I've tried a few different guides, but still get some errors. I could post to the mozilla build mailing list, but I've uusally not gotten responses when trying to ask mozilla people questions, but I'll probably still try just in case.

I ask you because obviously you know a bit about building it, since you've been doing it for so long. I want to try and put some memory leak checking code in, which I can do, but not until it compiles obviously.

If you could, I'd appreciate it. But I know you're pretty busy, so I'd understand if you couldn't.

bangbang, I know this is a bit OT, but...

If you had some extra time, would you be able to help me out a bit in getting FF to compile on my machine?  The only reason I ask is because I've tried a few different guides, but still get some errors.  I could post to the mozilla build mailing list, but I've uusally not gotten responses when trying to ask mozilla people questions, but I'll probably still try just in case. 

I ask you because obviously you know a bit about building it, since you've been doing it for so long.  I want to try and put some memory leak checking code in, which I can do, but not until it compiles obviously.

If you could, I'd appreciate it.  But I know you're pretty busy, so I'd understand if you couldn't.

585526506[/snapback]

vcv.. I can't help you with your problem but I can give you words of encouragement.

Keep up the good work (Y), and for those who keep saying that you're bashing FireFox purposely... shame on them.

For people who don't know what I talking about, vcv had recently posted a thread about Firefox's memoery leak problem... https://www.neowin.net/forum/index.php?showtopic=288645

If you have any comments about the Fx memory leak problem, please DO NOT post here, post in the thread that I linked above.

whats the errors you're getting and what mozconfig setup are you using?

585529651[/snapback]

. $topsrcdir/browser/config/mozconfig

GLIB_PREFIX=c:/src/cpp/firefox/vc71
LIBIDL_PREFIX=c:/src/cpp/firefox/vc71

export MOZ_FIREFOX=1
export MOZ_OPTIMIZE_LDFLAGS="-opt:ref,icf,nowin98"

mk_add_options MOZ_FIREFOX=1
mk_add_options MOZ_OPTIMIZE_LDFLAGS="-opt:ref,icf,nowin98"

mk_add_options MOZ_CO_PROJECT=browser
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/objbin

ac_add_options --enable-crypto
ac_add_options --disable-tests
ac_add_options --disable-debug
ac_add_options --disable-mailnews
ac_add_options --disable-composer
ac_add_options --enable-optimize="-Oxs -G7 -arch:SSE"
ac_add_options --disable-ldap
ac_add_options --enable-extensions=cookie,xml-rpc,xmlextras,p3p,pref,transformiix,universalchardet,typeaheadfind,webservices,inspector,venkman
ac_add_options --disable-profilesharing
ac_add_options --disable-accessibility
ac_add_options --disable-activex
ac_add_options --disable-activex-scripting
ac_add_options --disable-installer
ac_add_options --disable-pedantic

ac_add_options --enable-leaky

Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.

cl : Command line warning D4002 : ignoring unknown option '-print-file-name=include'
cl : Command line error D2003 : missing source filename
/cygdrive/c/src/cpp/firefox/mozilla/build/cygwin-wrapper cl -o mkdepend.exe -mno-cygwin -DXP_WIN32 -XP_WIN -DWIN32 -D_WIN32 -DNO_X11 -O2p -Ob2 -GALTF7 -arch:SSE -DINCLUDEDIR=\"/usr/include\" -DOBJSUFFIX=\".o\" -DPREINCDIR=\"\" ?host_cppsetup.o host_ifparser.o host_include.o host_main.o host_parse.o host_pr.o

Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
cl : Command line warning D4002 : ignoring unknown option '-mno-cygwin'
cl : Command line warning D4024 : unrecognized source file type 'host_cppsetup.o', object file assumed
cl : Command line warning D4024 : unrecognized source file type 'host_ifparser.o', object file assumed
cl : Command line warning D4024 : unrecognized source file type 'host_include.o', object file assumed
cl : Command line warning D4024 : unrecognized source file type 'host_main.o', object file assumed
cl : Command line warning D4024 : unrecognized source file type 'host_parse.o',object file assumed
cl : Command line warning D4024 : unrecognized source file type 'host_pr.o', object file assumed

Microsoft (R) Incremental Linker Version 7.10.3077
Copyright (C) Microsoft Corporation. ?All rights reserved.
/out:host_cppsetup.exe
/out:mkdepend.exe
/ltcg
host_cppsetup.o
host_ifparser.o
host_include.o
host_main.o
host_parse.o
host_pr.o
LINK : fatal error LNK1181: cannot open input file 'host_cppsetup.o'
make[3]: *** [mkdepend.exe] Error 2
make[3]: Leaving directory `/cygdrive/c/src/cpp/firefox/mozilla/objbin/config/mkdepend'
make[2]: *** [export] Error 2
make[2]: Leaving directory `/cygdrive/c/src/cpp/firefox/mozilla/objbin/config'
make[1]: *** [default] Error 2
make[1]: Leaving directory `/cygdrive/c/src/cpp/firefox/mozilla/objbin'
make: *** [build] Error 2

I deleted the objdir and tried distclean at the suggested of someone at mozillazine.org, to no avail.

this happens at the very beginning of building? try to follow these directions to a T:

http://gemal.dk/mozilla/build.html

585529726[/snapback]

After about a minute or two of it running various checks, it happens.

The only problem with those instructions is that it uses gcc. I'll try it, but I really wanted to use MSVC :(

@echo off

set GLIB_PREFIX=C:\src\cpp\firefox\vc71
set LIBIDL_PREFIX=C:\src\cpp\firefox\vc71
set MOZ_TOOLS=C:\src\cpp\firefox\moztools
set MOZ_SRC=C:\src\cpp\firefox

call "C:\program files\microsoft visual studio .net 2003\common7\tools\vsvars32.bat"
set PATH=%PATH%;%MOZ_SRC%\mozilla\mingw\bin;C:\src\cpp\firefox\vc71\bin;%MOZ_TOOLS%\bin;%GLIB_PREFIX%\bin;%LIBIDL_PREFIX%\bin
set HOME=c:\src\cpp\firefox
set CVSROOT=:pserver:[email protected]:/cvsroot

c:\src\cpp\firefox\mozilla is the root folder for the source

c:\src\cpp\firefox\moztools has the moztools needed for msvc and windows

c:\src\cpp\firefox\vc71 contains the custom glib and libidl libraries for msvc

set PATH=%PATH%;%MOZ_SRC%\mozilla\mingw\bin;C:\src\cpp\firefox\vc71\bin;%MOZ_TOOLS%\bin;%GLIB_PREFIX%\bin;%LIBIDL_PREFIX%\bin

that line is messed up. you shouldn't have to reference mingw and you have no reference to cygwin. Here's my mozset. Simply edit out my paths and put in yours but don't change the order:

@echo off

set MOZ_TOOLS=J:\mozilla\moztools

set GLIB_PREFIX=J:\mozilla\w32build\vc7

set LIBIDL_PREFIX=J:\mozilla\w32build\vc7

set MOZ_SRC=J:\mozilla

call c:\"program files"\"microsoft visual studio .net 2003"\common7\tools\vsvars32.bat

set PATH=%PATH%;j:\mozilla\cygwin\bin;%GLIB_PREFIX%\bin;%LIBIDL_PREFIX%\bin;%MOZ_TOOLS%\bin

set HOME=J:\mozilla

set CVSROOT=:pserver:[email protected]:/cvsroot

also, put the quotes around "microsoft visual studio .net 2003" in that path.

man ive had a long day and I can't think right now. Um, I'll try to think it over but right now I'm jyst too out of it to think clearly. You may want to ask over mozillazine in the mean time. Sorry, but it's been a long day for me.

might want to note about the options menu bugs

585532536[/snapback]

oh sheezie i didn't even notice the new dialog was added in.

# #283595 [Firefox-Options landing]-Privacy > Password > Set Master Password does not work in new prefs [Win]

# #283596 [Firefox-Options landing]-"Load Images from originating website only" pref not working in new options dialog [Win]

# #283600 [Firefox-Options landing]-Can't open Find as you Type/Find Toolbar [Win]

# #283601 [Firefox-Options landing]-Privacy > Cache > "Clear Cache Now" not greyed out after clicking [Win]

# #283603 [Firefox-Options landing]-The "tab"-icon in Options is the same as download-icon [Win]

# #283604 [Firefox-Options landing]-Edit Languages in new prefs window does not display 2nd and next items correctly [Win]

# #283607 [Firefox-Options landing]-Advanced > Security > Verification > Response Signer pulldown wrong size [Win]

# #283608 [Firefox-Options landing]-Downloads > Download Folder directory can't be changed. [Win]

# #283610 [Firefox-Options landing]-"Select new tabs opened from links" setting works the otherway around in new prefs [Win]

# #283613 [Firefox-Options landing]-windows do not exit on pressing the escape button. [Win]

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Does anyone here know if these updates are integrated into the UUP dump isos?
    • Motrix Next 3.9.4 by Razvan Serea Motrix Next is a modern, open-source cross-platform download manager built as the official next-generation successor to the original Motrix project. It has been completely rewritten using Tauri 2, Vue 3, TypeScript, and Rust, while still relying on the powerful Aria2 download engine for high-speed multi-protocol transfers. The app supports HTTP, HTTPS, FTP, BitTorrent, ED2K and magnet links, offering advanced features like multi-connection acceleration, task scheduling, bandwidth control, and batch download management. With a significantly reduced install size (around 20MB), it focuses on being lightweight, fast, and resource-efficient compared to traditional Electron-based download tools. Designed for Windows, macOS, and Linux, Motrix Next delivers a clean, modern UI inspired by Material Design 3 principles, with smooth animations and a minimal workflow. It improves usability through better download organization, system tray integration, and enhanced torrent handling including selective file downloads and tracker management. Motrix Next features: Multi-protocol downloads — HTTP, FTP, BitTorrent, Magnet, .torrent, ED2K, and Metalink tasks BitTorrent — Selective file download, DHT, peer exchange, encryption controls, metadata caching, GeoIP peer flags, and tracker probing Browser extension integration — Embedded Extension API with independent authentication, download confirmation, smart auto-submit, filename hints, referer/cookie forwarding, and real-time controls (Chrome Web Store · Edge Add-ons) Safe filename handling — Content-Disposition, RFC 2047, non-UTF-8, percent-encoded, and extensionless URL resolution with path traversal sanitization Download organization — Favorite and recent folders, optional file-type categorization, stale-record cleanup, and completed history backed by SQLite Concurrent downloads — Independent controls for active tasks, HTTP connections per server, segments per file, and BT peer limits Speed control — Global and per-task upload/download limits with day-of-week and time-of-day scheduling System integration — Tray operation, optional tray speed display, macOS Dock badge/progress, protocol handlers for magnet://, thunder://, and motrixnext:// Lightweight mode — Destroys the WebView on minimize-to-tray while Rust keeps the engine, task monitor, notifications, history, and extension routing alive Notifications and power options — Native task start/complete/failure notifications, keep-awake during downloads, and optional shutdown after completion Network controls — Scoped proxy support for downloads, app updates, and tracker updates, plus system proxy detection Auto-update channels — Stable, Beta, and Latest Across Channels policies with separate download and install phases Diagnostics — Structured logs, exportable diagnostic ZIPs, database integrity checks, automatic DB rebuild, and Linux GPU rendering fallback Personalization — Light/dark/system theme, 10 color schemes, 26 languages, and first-launch system language detection Motrix Next 3.9.4 changelog: Motrix Next 3.9.4 promotes the 3.9.4 beta cycle to stable. This release refreshes bundled engine binaries, improves task detail readability and copy actions, expands link handling for magnet and ED2K workflows, polishes responsive navigation and text wrapping, updates browser extension documentation, and refines network preference controls. New Features Task Detail copy actions — Added copyable values for task metadata and reusable render functions for long text fields. Magnet and ED2K lifecycle support — Added task lifecycle handling for magnet and ED2K links. History cleanup for deleted tasks — Deleted tasks can now remove matching history records. User-Agent management — Added user-agent management and improved related network preference controls. Browser extension documentation — Added the Firefox Add-ons link for the Motrix Next extension. Improvements Engine binaries — Updated bundled binaries for supported architectures. Task Detail readability — Long task names, URLs, tracker values, and copyable metadata now render more clearly. Deletion messaging — Refined localized task deletion text for clarity and consistency. Text wrapping — Improved URI input wrapping and task name multiline display. Navigation layout — Improved sub-navigation responsiveness. Disk allocation default — Changed the default file allocation method to trunc. Proxy controls — Improved proxy button styling in network preferences. Download: Motrix Next 64-bit | ARM64 | macOS ~20.0 MB (Open Source) Links: Website | macOS / Linux | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • NVIDIA officially supports Ubuntu, as linked above with the GeForce NOW Hands on I did in collaboration with Paul Hill.
    • TO be clear I am not running linux today, however I keep thinking about it. And I want to make sure there are minimal obstacles if I decide to make that switch in the coming months.
    • Yes, I actually glossed over the Linux part from the OP. You could always go for a 9070 XT and if you really want to play Ray Traced games in the future, GeForce Now is pretty damn good on Linux https://www.neowin.net/news/nvidias-native-geforce-now-app-for-linux-bridges-the-gaming-gap-hands-on/
  • Recent Achievements

    • Proficient
      Eric Biran went up a rank
      Proficient
    • Dedicated
      Conjor earned a badge
      Dedicated
    • Week One Done
      Windows Guy earned a badge
      Week One Done
    • Dedicated
      Mark Spruce earned a badge
      Dedicated
    • Collaborator
      conkir earned a badge
      Collaborator
  • Popular Contributors

    1. 1
      +primortal
      479
    2. 2
      PsYcHoKiLLa
      250
    3. 3
      Steven P.
      72
    4. 4
      +Edouard
      69
    5. 5
      FloatingFatMan
      67
  • Tell a friend

    Love Neowin? Tell a friend!