summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Issue %3058 - Try to deal with bad website scripting loading/unloading modules.Moonchild2022-01-30
| | | | | | | Apparently Bing does rapid-fire loading/unloading of module scripts that causes our attempts at resolving and initializing them to end up with null fetched modules. Returning null is probably a better way to handle this than crashing on ms->ModuleRecord().
* No issue - Remove some no longer used configure flags from old.configureMoonchild2022-01-28
|
* No Issue - Remove libs/psshparser.Jeremy Andrews2022-01-27
| | | | Apparently this is no longer needed now that gmp-clearkey is gone.
* [Packager] Use $(TOOLCHAIN_PREFIX) for cp command on SunOS.Jeremy Andrews2022-01-27
| | | | The default cp command doesn't support -v for verbose output, so use gcp instead.
* No Issue - Binaries without a module.rc should use GRE as their productMatt A. Tobin2022-01-26
|
* No Issue - Fix common application.ini(.h) for MOZ_APP_BASENAME and ↵Matt A. Tobin2022-01-26
| | | | | | MOZ_APP_VENDOR for MCP and BinOC So parts of the build system are STILL intolerant to spaces unlike previously indicated so handle this more gracefully than in the past and forget about this minor annoyance.
* [Packager] Remove extraneous flags from PKG_ARCHIVER_CMD on unixMatt A. Tobin2022-01-26
|
* [Packager] Fix MOZ_SHARED_MOZGLUEMatt A. Tobin2022-01-26
|
* [Packager] Make locale and skin .PHONYMatt A. Tobin2022-01-25
|
* Issue %3054 - Re-land updated sfx post-grepackagerMatt A. Tobin2022-01-25
|
* [Packager] Land current draft and fix conflictsMatt A. Tobin2022-01-25
|
* Issue %3054 - Update 7zSD.sfx binary for GREMoonchild2022-01-25
|
* Issue %3053 - Part 6: Add format detection to unwrap_full_update.plMoonchild2022-01-23
|
* Issue %3053 - Part 5: Update mar file generation scripts for use of xz.Moonchild2022-01-21
| | | | | | | | | - Update scripts to support both lzma and bzip2 - Update python script to support lzma - Add a configure switch to use the old bzip2 format (default=xz) - Update test scripts to support lzma to be thorough This all requires xz to be available in the path on the build system.
* No issue - Dataum enhanced.Moonchild2022-01-21
|
* Merge branch 'master' of https://repo.palemoon.org/MoonchildProductions/GREMoonchild2022-01-20
|\
| * No Issue - Always build libmar and deps so that update packaging always ↵Matt A. Tobin2022-01-20
| | | | | | | | works regardless of if the updater is built or not
* | Issue %3053 - Part 4: add xz-embedded decompression support to the updater.Moonchild2022-01-20
|/ | | | | Changes to the libmar host utilities (mar) are backwards compatible with the previous versions of mar.
* Issue %3053 - Part 3: xz-embedded build config changesMoonchild2022-01-20
|
* Revert "Issue %3053 - Part 2: Update xz-embedded."Moonchild2022-01-20
| | | | | This reverts commit f58e1624b71e60483fb03c55392d07ae8958b696. Keeping the update script fix for rapid re-applying of the update later on.
* Issue %3053 - Part 2: Update xz-embedded.Moonchild2022-01-20
| | | | | Update to upstream 3f438e15109229bb14ab45f285f4bff5412a9542 (2021-09-19) Previous version was from 2015(!)
* Issue %3053 - Part 1: Restore xz-embedded to the tree.Moonchild2022-01-20
| | | | Build it with the installer.
* [network] Add non-overrideable default MIME types for js, jsm and json.Moonchild2022-01-19
| | | | | This ensures the browser always recognizes these file type extensions appropriately, even if not otherwise registered in the system.
* Final fixes for tzdata update scripts.. BETTER BE ANYWAYMatt A. Tobin2022-01-18
|
* ICU Github blobs need ?raw=trueMatt A. Tobin2022-01-18
|
* ICU tzdata != IANA tzdata anymoreMatt A. Tobin2022-01-18
|
* Finish updating tzdata scriptsMatt A. Tobin2022-01-18
|
* Attempt to fix update-tzdata.sh pathsMatt A. Tobin2022-01-18
|
* Issue %3050 - Follow-up: extend attribution mapping to resize and cornerMoonchild2022-01-15
| | | | | | controls to allow themes to respond to scrollbar-width. Also clean up the comments and whitespace a bit.
* Merge branch 'FF96sec'Moonchild2022-01-14
|\
| * [NSS] check for missing signedData field and bump versionMoonchild2022-01-14
| |
| * [DOM IndexedDB] Increase intermediate byte storage maximum capacity.Moonchild2022-01-14
| |
| * [DOM media] Handle truncated ADTS and MP3 resources.Paul Adenot2022-01-14
| |
| * [devtools] Escape backtick charactersMoonchild2022-01-14
| |
| * [interface] Make Windows non-ePopupLevelTop popups respect owner z-orderMoonchild2022-01-14
| |
| * Bug 1650214 - Cancel progress timer when shutting down FileReaderYaron Tausky2022-01-13
| | | | | | | | | | | | Not canceling the timer when run in a worker could lead to the timer firing after the primary worker runnable finished running, leading to an assertion failure in cycle collector code.
| * [interface] Hold a self-reference in nsDataObj.Moonchild2022-01-13
| |
| * [DOM] Stop treating XSLT meta refresh as a special snowflake thing.Moonchild2022-01-13
| | | | | | | | | | It's just not healthy. It'll get delusions of self-importance and go rogue. Next thing you know it'll start identifying as other elements.
| * [interface] Don't block size mode changes.Moonchild2022-01-13
| |
| * [win system] Update the list of delayed-loaded dllsMoonchild2022-01-13
| | | | | | | | | | Primarily for those who custom-install and somehow mess up directory permissions exposing themselves to dll injection attacks.
| * [js] Add dynamic check for valid serialized lengthSteve Fink2022-01-13
| |
* | No Issue - Dataum is good.Matt A. Tobin2022-01-14
| |
* | No Issue - Update mach langpack with -vMatt A. Tobin2022-01-13
|/
* No Issue - Update paths in system/locales/Makefile.inMatt A. Tobin2022-01-13
|
* No Issue - Don't build the layout recorder unless debugMatt A. Tobin2022-01-12
|
* No Issue - Restore use of classic.jarMatt A. Tobin2022-01-12
| | | | * Also fixes devtools jar manifest paths for internal layout consistency
* No Issue - Remove deprecation warning from AppConstants but leave a comment ↵Matt A. Tobin2022-01-12
| | | | at the top.
* Revert "No Issue - Remove AppConstants usage from devtools"Matt A. Tobin2022-01-12
| | | | This reverts commit ae88355a19cfa3a2c18744818d43823462939333.
* Issue %3030 - Move skin from browser to weaveMatt A. Tobin2022-01-12
|
* Issue %3030 - Sync-UI: Move locale from browser to weaveMatt A. Tobin2022-01-12
|