Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Issue %3005 - Follow-up: Specify the location for aboutRights.xhtml in the ↵ | Matt A. Tobin | 2021-11-21 |
| | | | | jar manifest | ||
* | No Issue - Fix Linux build for recent changes to cairo | Jeremy Andrews | 2021-11-21 |
| | |||
* | Issue %3039 - Don't try to pass a dash array of > 16 elements to ExtCreatePen. | Moonchild | 2021-11-20 |
| | | | | | | | | | According to MSDN documentation, the count of the style array passed to ExtCreatePen is limited to 16. When we call ExtCreatePen with cStyle=17 or more, it simply returns an error and the cairo surface used for printing is getting into an error state, after which nothing further gets printed. Instead of erroring out, this code change returns an unsupported status so that cairo will provide fallback handling for it. | ||
* | Issue %3039 - Reapply bug 624198 fix that got lost in an upstream update. | David Major | 2021-11-20 |
| | |||
* | Issue %3039 - Increase the MAX_FONT_SIZE limit applied in cairo_ft_font to match | Moonchild | 2021-11-20 |
| | | | | | | the gfxFont size limit. Also adds synching comments just to be sure. | ||
* | Issue %3039 - Add closure point to bounds calculation. | Moonchild | 2021-11-20 |
| | | | | | | | This addition of a closure point (explicitly completing the closed shape) isn't strictly needed in our current cairo version as it works perfectly fine without, but if our clipping extents code changes then this might cause problems if the extra point isn't added (in case of 0-length paths). | ||
* | Issue %3039 - Extend cairo API with an explicit font_get_hint_metrics function. | Moonchild | 2021-11-20 |
| | | | | | | This extension allows us to get font hint metrics without having to create and destroy cairo font options structs. Since this is used in loops, this will improve performance, especially in documents which have many text segments. | ||
* | Issue %3005 - Move view/ to layout/ | Matt A. Tobin | 2021-11-19 |
| | |||
* | Issue 3039 - Remove support for building without DirectWrite. | Moonchild | 2021-11-19 |
| | |||
* | Resolve conflicts | Matt A. Tobin | 2021-11-19 |
|\ | |||
| * | Issue %3005 - correct relative path in toolkit/moz.configure | Moonchild | 2021-11-19 |
| | | |||
* | | Issue %3005 - Update init.configure for fallback to system/moz.configure | Matt A. Tobin | 2021-11-19 |
|/ | | | | | - This removes the completely incorrect moz.configure from toolkit - Pale Moon and Basilisk should EITHER update the path on their application moz.configure file or just delete it because there is nothing in there anyway | ||
* | Issue %3005 - Move toolkit/modules to modules/ | Matt A. Tobin | 2021-11-19 |
| | | | | - Also builds libmar from modules/ | ||
* | Issue %3005 - Move modules/libpref to components/preferences | Matt A. Tobin | 2021-11-19 |
| | | | | - greprefs is now in system/ | ||
* | Issue %3005 - Move toolkit/library to system/evil | Matt A. Tobin | 2021-11-19 |
| | |||
* | Issue %3005 - Move toolkit mozbuild and mozconfigure to system/ | Matt A. Tobin | 2021-11-19 |
| | | | | - This leaves temporary files that include the files at the new location until applications are updated | ||
* | Issue %3005 - Move modules/libjar to components/jar | Matt A. Tobin | 2021-11-19 |
| | | | | - Also merges the sub component zipwriter | ||
* | Issue %3003 - Move cairo up one level | Matt A. Tobin | 2021-11-19 |
| | | | | | - This also rewrites the moz.build file to be not insane from years of script manipulation - This also eliminates the remaining mac/uikit quartz shit as well as the BeOS junk. | ||
* | Issue %3003 - Move libpixman to its own directory | Matt A. Tobin | 2021-11-19 |
| | |||
* | Merge branch 'remove_d3d9-work' | Matt A. Tobin | 2021-11-19 |
|\ | |||
| * | Issue %3037 - Part 4: Silence warnings spewed from lack of d3d9 and other ↵ | Matt A. Tobin | 2021-11-19 |
| | | | | | | | | such warnings in libcairo and libpixman | ||
| * | Issue %3037 - Part 3: Remove the Direct3D9 compositor. | Moonchild | 2021-11-18 |
| | | |||
| * | Issue %3037 - Part 2: Remove D3d9 layer compositor references and fallback. | Moonchild | 2021-11-18 |
| | | |||
| * | Issue %3037 - Part 1: Ignore the values for D3D9 preferences, forcing them to | Moonchild | 2021-11-18 |
| | | | | | | | | their current default, in preparation for the removal. | ||
* | | Issue %3038 - Update libpixman | Matt A. Tobin | 2021-11-19 |
| | | |||
* | | Issue %3005 - Update moz.build files in components/gservice/ and toolkit/xre | Jeremy Andrews | 2021-11-18 |
|/ | |||
* | Issue %3035 - Fix double -> float warning in gfxUtils. | Moonchild | 2021-11-16 |
| | |||
* | Clobber | Matt A. Tobin | 2021-11-14 |
| | |||
* | Issue %3005 - Move uriloader/base to components/uriloader | Matt A. Tobin | 2021-11-14 |
| | |||
* | Issue %3005 - Move uriloader/exthandler to dom/ | Matt A. Tobin | 2021-11-14 |
| | |||
* | Issue %3005 - Move uriloader/prefetch to docshell/ | Matt A. Tobin | 2021-11-14 |
| | |||
* | Issue %3005 - Move js/ductork/* to components/js* | Matt A. Tobin | 2021-11-14 |
| | |||
* | Issue %3005 - Move storage/ to components/ | Matt A. Tobin | 2021-11-14 |
| | | | | Also fix deprot | ||
* | Issue %3005 - Move chrome/ to components/registry | Matt A. Tobin | 2021-11-14 |
| | |||
* | Issue %3005 - Move startupcache to components/scache | Matt A. Tobin | 2021-11-14 |
| | |||
* | Issue %3005 - Put nsCharsetSource.h with components/htmlparser | Matt A. Tobin | 2021-11-14 |
| | |||
* | Issue %3005 - Move parser/xml to components/xmlparser | Matt A. Tobin | 2021-11-14 |
| | |||
* | Issue %3005 - Move parser/html to components/htmlfive | Matt A. Tobin | 2021-11-14 |
| | |||
* | Issue %3005 - Move parser/htmlparser to components/ | Matt A. Tobin | 2021-11-14 |
| | | | | Also fixes deprot | ||
* | Issue %3005 - Move rdf/ to components/ | Matt A. Tobin | 2021-11-14 |
| | |||
* | Issue %3005 - Move xpfe/components/windowds to components/ | Matt A. Tobin | 2021-11-14 |
| | |||
* | Issue %3005 - Follow-up: Actually build the directory component correctly | Matt A. Tobin | 2021-11-14 |
| | |||
* | Issue %3005 - Move xpfe/components/directory to components/ | Matt A. Tobin | 2021-11-14 |
| | |||
* | Issue %3005 - Move xpfe/appshell to components/ | Matt A. Tobin | 2021-11-14 |
| | |||
* | Issue %3005 - Move toolkit/components to components/ | Matt A. Tobin | 2021-11-14 |
| | |||
* | Issue %3003 - Move jsesc to libs/ | Matt A. Tobin | 2021-11-14 |
| | |||
* | No Issue - Remove the quitter testing extension | Matt A. Tobin | 2021-11-14 |
| | | | | I am sick of looking at you | ||
* | Issue %3005 - Prep: Move toolkit/system/(gnome|*proxy) to ↵ | Matt A. Tobin | 2021-11-14 |
| | | | | | | toolkit/components/(gservice|proxy) Also kills tests | ||
* | Issue %3005 - Prep: Move toolkit/system/gnome to toolkit/components/gservice | Matt A. Tobin | 2021-11-13 |
| | |||
* | Issue %3005 - Prep: Move global content to toolkit/components/global | Matt A. Tobin | 2021-11-13 |
| | | | | We are leaving license.html in its normal place because of app config for now. |