Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | [network] SocketTransport2 cleanup | Moonchild | 2022-02-10 |
| | |||
* | [Image] Image cleanup | Randell Jesup | 2022-02-10 |
| | |||
* | [network] Improve thread-safety of cache entry handling. | Moonchild | 2022-02-09 |
| | |||
* | No Issue - Remove Mozilla Experiments support from the Add-ons Manager | Matt A. Tobin | 2022-02-09 |
| | |||
* | No Issue - Break overly long tooltips into multiple lines. | Moonchild | 2022-02-07 |
| | | | | | | | | | | A very very old bug and annoyance: tooltips with very long content without spaces (e.g. long URLs or gibberish data) would just cut off and leave an un-styled right border going over the widget's constrained space. Because of an additional bug (still unsolved), this was never properly addressed because solutions attempted didn't work. The workaround for the secondary bug allows for word-break to now work and this primary problem to be resolved. | ||
* | Issue %3060 - Resolve remaining RELEASE_OR_BETA conditionals. | Moonchild | 2022-02-04 |
| | |||
* | Issue %3057 - Part 9: Adjust all callsites for no longer using GetNativePath | Moonchild | 2022-02-03 |
| | | | | Depending on context, various solutions were used. | ||
* | Revert "Issue %3057 - Part 6: Revert some of the previous changes for new ↵ | Moonchild | 2022-02-03 |
| | | | | | | approach." This reverts commit 7ea51a998297cfd8b7d11ed7b717fd4ecb9ef061. | ||
* | Issue %3005 - Follow-up: Fix logalloc mozbuild path | Matt A. Tobin | 2022-02-02 |
| | |||
* | Issue %3057 - Part 6: Revert some of the previous changes for new approach. | Moonchild | 2022-02-02 |
| | |||
* | Issue %3057 - Part 5: Stop using GetNativePath in graphics on Windows. | Moonchild | 2022-02-01 |
| | |||
* | Issue %3057 - Part 4: Stop using GetNativePath in nsAppRunner on Windows. | Moonchild | 2022-02-01 |
| | |||
* | Issue %3057 - Part 1: Stop using GetNativePath in hunspell. | Moonchild | 2022-01-31 |
| | |||
* | No Issue - Remove libs/psshparser. | Jeremy Andrews | 2022-01-27 |
| | | | | Apparently this is no longer needed now that gmp-clearkey is gone. | ||
* | [Packager] Use $(TOOLCHAIN_PREFIX) for cp command on SunOS. | Jeremy Andrews | 2022-01-27 |
| | | | | The default cp command doesn't support -v for verbose output, so use gcp instead. | ||
* | [Packager] Remove extraneous flags from PKG_ARCHIVER_CMD on unix | Matt A. Tobin | 2022-01-26 |
| | |||
* | [Packager] Fix MOZ_SHARED_MOZGLUE | Matt A. Tobin | 2022-01-26 |
| | |||
* | [Packager] Make locale and skin .PHONY | Matt A. Tobin | 2022-01-25 |
| | |||
* | [Packager] Land current draft and fix conflicts | Matt A. Tobin | 2022-01-25 |
| | |||
* | Issue %3053 - Part 6: Add format detection to unwrap_full_update.pl | Moonchild | 2022-01-23 |
| | |||
* | Issue %3053 - Part 5: Update mar file generation scripts for use of xz. | Moonchild | 2022-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. | ||
* | Issue %3053 - Part 4: add xz-embedded decompression support to the updater. | Moonchild | 2022-01-20 |
| | | | | | Changes to the libmar host utilities (mar) are backwards compatible with the previous versions of mar. | ||
* | [network] Add non-overrideable default MIME types for js, jsm and json. | Moonchild | 2022-01-19 |
| | | | | | This ensures the browser always recognizes these file type extensions appropriately, even if not otherwise registered in the system. | ||
* | [interface] Make Windows non-ePopupLevelTop popups respect owner z-order | Moonchild | 2022-01-14 |
| | |||
* | [interface] Hold a self-reference in nsDataObj. | Moonchild | 2022-01-13 |
| | |||
* | [interface] Don't block size mode changes. | Moonchild | 2022-01-13 |
| | |||
* | [win system] Update the list of delayed-loaded dlls | Moonchild | 2022-01-13 |
| | | | | | Primarily for those who custom-install and somehow mess up directory permissions exposing themselves to dll injection attacks. | ||
* | No Issue - Update paths in system/locales/Makefile.in | Matt A. Tobin | 2022-01-13 |
| | |||
* | No Issue - Restore use of classic.jar | Matt A. Tobin | 2022-01-12 |
| | | | | * Also fixes devtools jar manifest paths for internal layout consistency | ||
* | Issue %3030 - Sync-UI: Move content from browser to weave | Matt A. Tobin | 2022-01-12 |
| | |||
* | No Issue - Reunite nsAboutRedirector with its interface in the necko about ↵ | Matt A. Tobin | 2022-01-12 |
| | | | | protocol | ||
* | Issue MoonchildProductions/GRE%3030 - Sync-UI: Centralize the code and ↵ | Matt A. Tobin | 2022-01-11 |
| | | | | | | locales for the weave component * The chrome paths save for syncBrand.dtd have NOT been changed yet. | ||
* | Issue %3051 - Neuter the user-facing controls for e10s | Moonchild | 2022-01-11 |
| | | | | | This should prevent people using a massive footgun that would blow off their entire legs. Requires appropriate FE changes. | ||
* | Issue %3005 - Move editor to system/ | Matt A. Tobin | 2022-01-10 |
| | |||
* | Merge branch 'master' into Remove-GMP | Moonchild | 2022-01-09 |
|\ | |||
| * | Bug 1419704 - Remove nsIGlobalHistory2 and docshell's nsDownloadHistory as ↵ | Matt A. Tobin | 2022-01-09 |
| | | | | | | | | | | | | | | | | | | they are redundant(ly busted). * Since gecko/22 the actual impl for nsIGlobalHistory has been removed and without it nsDownloadHistory in docshell will not function. As well as, Mozilla only be sheer luck was able to rely on the places impl for nsIDownloadHistory overriding docshell's. Obviously this is fuckin moronic as hell and as demonstrated with moving things around it in its broken state became dominate. * The difference between our port and what Mozilla is doing is that we are not gonna remove the interface for nsIDownloadHistory nor the observer topic as there are consumers of them. | ||
* | | Merge branch 'master' into Remove-GMP | Moonchild | 2022-01-07 |
|\| | |||
| * | No Issue - Stop duplicating TokenElevationType. | Moonchild | 2022-01-03 |
| | | | | | | | | | | Since we always build with a platform SDK that supports UAC Elevation types, this kind of duplication is unnecessary. | ||
* | | Issue %3015 - Part 3: Remove GMP code from addons, crash handler and tests. | Moonchild | 2022-01-03 |
| | | |||
* | | Issue %3015 - Part 2: Remove XREChildData. | Moonchild | 2022-01-02 |
| | | | | | | | | | | | | Since we no longer have to deal with passing arbitrary data structures to plugins when not dealing with GMP/EME/CDMs (for auth keys and what not), this is no longer needed. | ||
* | | Issue %3015 - Part 1: Remove GMP support code. | Moonchild | 2022-01-02 |
|/ | |||
* | No Issue - Hardcode XAI.platformVersion to 52.9.0 and add XAI.greVersion as ↵ | Matt A. Tobin | 2022-01-01 |
| | | | | the actual version | ||
* | No Issue - Replace MC_BASILISK with MOZ_AUSTRALIS | Matt A. Tobin | 2021-12-31 |
| | |||
* | No Issue - Remove consideration for Basilisk MOZ_PKG_VERSION | Matt A. Tobin | 2021-12-31 |
| | |||
* | Issue %1314 - Part 16: Remove WebRTC remainders. | Moonchild | 2021-12-25 |
| | | | | | Stuff still left in the tree directly mentioning WebRTC are comments or copyright notices, primarily. | ||
* | [system] Update embedded emoji font to Twemoji 13.1 (TM 0.6.0) | Moonchild | 2021-12-22 |
| | |||
* | Issue %3005 - Move devtools back to source root | Moonchild | 2021-12-21 |
| | | | | | | Devtools has a shit ton of hardcoded paths in itself that requires it to be in the tree root. It can't be moved trivially without changing hundreds of paths in the devtools modules. | ||
* | [Docshell] Implement reload flood guard | Moonchild | 2021-12-09 |
| | |||
* | [Docshell] Close ContentViewer properly if initialization fails. | Olli Pettay | 2021-12-08 |
| | |||
* | Issue %3005 - Move dom/exthandler to system/network/ | Moonchild | 2021-12-08 |
| | | | | | | This was mistakingly put under dom/ while it deals with network/protocol handling and should therefore be in network. While there cleaned up network's moz.build a little. |