Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #136 from trav90/gtk-work | New Tobin Paradigm | 2018-04-13 |
|\ | | | | | Improve GTK3 support | ||
| * | [GTK3] Set alpha component appropriately in operator over for -moz-field | trav90 | 2018-04-11 |
| | | |||
| * | Fix GTK3 build bustage | trav90 | 2018-04-06 |
| | | |||
| * | [GTK3] Ignore double-click on WM without _NET_WM_MOVERESIZE support | trav90 | 2018-04-06 |
| | | | | | | | | This fixes a crash with GTK3 builds used with a window manager that does not support _NET_WM_MOVERESIZE. | ||
| * | [GTK3] Get styles for menu label, button text and combobox text colors from ↵ | trav90 | 2018-04-06 |
| | | | | | | | | WidgetCache | ||
| * | [GTK3] Don't invalidate style content for missing widgets | trav90 | 2018-04-06 |
| | | |||
| * | [GTK3] Invalidate widget style contexts after their ancestors are set | trav90 | 2018-04-06 |
| | | | | | | | | Although this is only known to affect buttons with builtin child widgets, it is difficult to audit all GTK widgets for similar situations, and so the same defense is applied to all widgets. | ||
| * | [GTK3] Force a style resolution on context creation to set GTK 3.4 ↵ | trav90 | 2018-04-06 |
| | | | | | | | | | | | | theming_engine This works around a GTK bug that led to the default engine being used instead for the first draw. | ||
| * | [GTK3] For Gtk > 3.20 determine scale trough size from trough CSS node and ↵ | trav90 | 2018-04-06 |
| | | | | | | | | also add border/padding/margin | ||
| * | [GTK3] Consider also margin when determine range widget slider size | trav90 | 2018-04-06 |
| | | |||
| * | [GTK3] With GTK versions < 3.8 draw menuitem background and frame only when ↵ | trav90 | 2018-04-06 |
| | | | | | | | | in hover and not a separator | ||
| * | [GTK3] Implement pre-3.20 MOZ_GTK_PROGRESS_CHUNK in WidgetStyleCache | trav90 | 2018-04-06 |
| | | |||
| * | [GTK3] Adjust textarea style contexts for GTK 3.20 theming ABI changes | trav90 | 2018-04-06 |
| | | |||
| * | [GTK3] Consider textview root node background in addition to text node for ↵ | trav90 | 2018-04-06 |
| | | | | | | | | | | | | -moz-appearance:textfield-multiline This is necessary for GTK versions > 3.18 because windows no longer clear their backgrounds since https://git.gnome.org/browse/gtk+/commit/?id=580ea227a6bb19ad6c6d4766b3a36dbad24583f3 and Ambiance for 3.20 has a transparent background for the "text" window. | ||
| * | [GTK3] Consider textview root node background in addition to text node for ↵ | trav90 | 2018-04-06 |
| | | | | | | | | | | | | -moz-field This is necessary for GTK versions > 3.18 because windows no longer clear their backgrounds since https://git.gnome.org/browse/gtk+/commit/?id=580ea227a6bb19ad6c6d4766b3a36dbad24583f3 and Ambiance for 3.20 has a transparent background for the "text" window. | ||
| * | [GTK3] Introduce MOZ_GTK_TEXT_VIEW_TEXT and move MOZ_GTK_RESIZER to ↵ | trav90 | 2018-04-06 |
| | | | | | | | | | | | | | | WidgetStyleCache The style context for MOZ_GTK_TEXT_VIEW is now created by copying from the widget instead of caching a widget and using its context. No rendering changes are expected, unless themes are animating GtkTextView backgrounds. | ||
| * | [GTK3] Use WidgetCache to get colors at nsLookAndFeelfor menuitems, text and ↵ | trav90 | 2018-04-06 |
| | | | | | | | | tree view | ||
| * | [GTK3] Use WidgetCache to get colors at nsLookAndFeel for GtkButton, ↵ | trav90 | 2018-04-06 |
| | | | | | | | | GtkWindow, GtkScrollBar | ||
| * | [GTK3] Use WidgetCache to get colors at nsLookAndFeel | trav90 | 2018-04-06 |
| | | |||
| * | [GTK3] Adjust menuitem padding and check/radio indicator position for ↵ | trav90 | 2018-04-05 |
| | | | | | | | | changes in GTK 3.20 | ||
| * | [GTK3] Rename subtract_margin and rectangle_inset to Inset* and swap ↵ | trav90 | 2018-04-05 |
| | | | | | | | | InsetByMargin parameters for consistency. | ||
| * | [GTK] Rename radio/check menuitem and indicator as used with ClaimStyleContext. | trav90 | 2018-04-05 |
| | | | | | | | | The same name is retained for moz_gtk_widget_paint(), which is now more consistent. | ||
| * | [GTK3] Use menuitem padding between menuitem and check indicator. | trav90 | 2018-04-05 |
| | | |||
| * | [GTK3] Draw only background and frame of separator menuitems in GTK versions ↵ | trav90 | 2018-04-05 |
| | | | | | | | | | | | | > 3.20 In GTK 3.20, gtk_menu_item_draw() just draws the root widget gadget, depending on the theme to style menu items with CSS name "separator" appropriately. | ||
| * | [GTK3] Draw separator menuitem background and frame behind separator in menu | trav90 | 2018-04-05 |
| | | |||
| * | [GTK3] Draw menuitem background even when not in hover | trav90 | 2018-04-05 |
| | | |||
* | | Merge pull request #137 from janekptacijarabaci/pm_viewSource_1 | New Tobin Paradigm | 2018-04-13 |
|\ \ | | | | | | | Fix: Using "View Source" from Browser Console; Added support for "view_source.editor.external" | ||
| * | | Fix: Using "View Source" from Browser Console | janekptacijarabaci | 2018-04-13 |
|/ / | | | | | | | Issue #121 | ||
* | | Merge pull request #134 from janekptacijarabaci/places_error_1 | New Tobin Paradigm | 2018-04-12 |
|\ \ | | | | | | | Places - fix: throws an error: 0x80004005 (NS_ERROR_FAILURE) [nsIEditor.transactionManager] | ||
| * | | Places - throws an error: 0x80004005 (NS_ERROR_FAILURE) ↵ | janekptacijarabaci | 2018-02-13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [nsIEditor.transactionManager] Steps to reproduce: 1) The main menu: "Tools" - "Options" - "Privacy" - "History": [x] "Remember my browsing and download history" 2) The main menu: "History" - "Clear Recent History...": "Today"/"Everything" - "Browsing & Download History" - "OK" 3) Go to: "https://www.palemoon.org/" 4) The main menu: "History" - "Show All History" 5) Clicking right mouse button on an item "https://www.palemoon.org" in "History", clicking on "Delete This Page". 6) Clicking on "History": Throws an error in Browser Console: NS_ERROR_FAILURE: Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIEditor.transactionManager] editBookmarkOverlay.js:341 | ||
* | | | Merge pull request #132 from janekptacijarabaci/notifications_settings_1 | New Tobin Paradigm | 2018-04-12 |
|\ \ \ | | | | | | | | | moebius#154: Notifications - user settings - the immediate duration of the alert | ||
| * | | | moebius#154: Notifications - user settings - the immediate duration of the alert | janekptacijarabaci | 2018-04-12 |
| | | | | | | | | | | | | | | | | https://github.com/MoonchildProductions/moebius/pull/154 | ||
* | | | | [PALEMOON] Update handle-xul-text-link to deal with json source data | Matt A. Tobin | 2018-04-12 |
| | | | | |||
* | | | | Merge pull request #128 from janekptacijarabaci/pm_icons_2_followUp_basilisk | New Tobin Paradigm | 2018-04-12 |
|\ \ \ \ | | | | | | | | | | | Remove an unused (web)extensions icon in jar.mn | ||
| * | | | | Remove an unused (web)extensions icon | janekptacijarabaci | 2018-04-12 |
| |/ / / | | | | | | | | | | | | | Follow up: #122 | ||
* | | | | [PALEMOON] Remove the migrator | Matt A. Tobin | 2018-04-12 |
| | | | | |||
* | | | | Password Mananger has migration capabilities for only Basilisk | Matt A. Tobin | 2018-04-12 |
| | | | | |||
* | | | | Revert "Restore Dict.jsm" | Matt A. Tobin | 2018-04-12 |
| | | | | |||
* | | | | Fix loops in Dict.jsm | Matt A. Tobin | 2018-04-12 |
| | | | | | | | | | | | | | | | | SyntaxError: missing ] after element list | ||
* | | | | Restore Dict.jsm | Matt A. Tobin | 2018-04-12 |
| | | | | |||
* | | | | Add missing l10n string | Matt A. Tobin | 2018-04-12 |
| | | | | |||
* | | | | Maybe fix SyntaxError: non-generator method definitions may not contain ↵ | Matt A. Tobin | 2018-04-12 |
|/ / / | | | | | | | | | | yield in MigrationUtils.jsm | ||
* | | | Merge pull request #126 from ↵ | New Tobin Paradigm | 2018-04-12 |
|\ \ \ | | | | | | | | | | | | | | | | | janekptacijarabaci/js_X-Content-Type-Options_nosniff_json_1 Align XCTO: nosniff allowed script MIME types with the spec | ||
| * | | | Bug 1288768 - Better error reporting for network errors in workers | janekptacijarabaci | 2018-04-04 |
| | | | | |||
| * | | | Bug 1288768 - Better error reporting for network errors in workers | janekptacijarabaci | 2018-04-04 |
| | | | | |||
| * | | | Bug 1431095 - Change Content-Type-Options: nosniff allowed script MIME types ↵ | janekptacijarabaci | 2018-04-03 |
| | | | | | | | | | | | | | | | | to match the spec | ||
* | | | | Merge pull request #127 from janekptacijarabaci/devtools_appmenu_3 | New Tobin Paradigm | 2018-04-12 |
|\ \ \ \ | | | | | | | | | | | [PALEMOON] [DevTools] Added support of the appmenu for DevTools menuitems (follow up) | ||
| * | | | | [PALEMOON] [DevTools] Added support of the appmenu for DevTools menuitems ↵ | janekptacijarabaci | 2018-04-12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (follow up) Issue #96 Issue #102 | ||
* | | | | | Merge pull request #124 from janekptacijarabaci/pm_about-plugins_1 | New Tobin Paradigm | 2018-04-12 |
|\ \ \ \ \ | | | | | | | | | | | | | about:plugins - fix "addMessageListener is not a function" (e10s off - revert bug 1068087 - partially) | ||
| * | | | | | [PALEMOON] about:plugins - fix "addMessageListener is not a function" (e10s ↵ | janekptacijarabaci | 2018-04-12 |
| | | | | | | | | | | | | | | | | | | | | | | | | off - revert bug 1068087 - partially) |