| Commit message (Collapse) | Author | Age | Lines |
|
|
|
| |
Issue #121
|
|
|
|
|
|
| |
allDownloadsViewOverlay.js
Issue #121
|
|\ |
|
| |\
| | |
| | | |
moebius#173: Fix up "about:" page
|
| | |
| | |
| | |
| | | |
https://github.com/MoonchildProductions/moebius/issues/173
|
| | |
| | |
| | |
| | | |
https://github.com/MoonchildProductions/moebius/issues/173
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| | |
- `--enable-official-branding` implies `MC_OFFICIAL` (no need to specifically set it)
- `--enable-official-vendor` can be used to set `MC_OFFICIAL` on builds without `--enable-official-branding` that should still be considered official release versions.
- `MC_OFFICIAL` implies `--enable-release`, meaning `DEVELOPER_OPTIONS` isn't set
- `MC_OFFICIAL` makes `nsXULAppInfo.getIsOfficial` return `true`
- `MC_OFFICIAL` makes `AppConstants.MOZILLA_OFFICIAL` (for compatibility in extensions) and `AppConstants.MC_OFFICIAL` return `true`
- Optional, for the time being: `MOZILLA_OFFICIAL` is still present in some places in case someone wants to build a Mozilla-alike official application and has the rights and necessary keys to use Mozilla-official third-party services. This must always be combined with `MC_OFFICIAL` to have a sane combination of defines. This may be removed in the future.
|
|\ \
| | |
| | | |
moebius#76: JS - DOM - Selection API - crashes
|
| |/
| |
| |
| | |
https://github.com/MoonchildProductions/moebius/pull/76
|
|\ \
| | |
| | | |
moebius#126: [very minor fix] Fix: Gecko vs Goanna in a comment in NSSCertDBTrustDomain.cpp
|
| |/
| |
| |
| | |
https://github.com/MoonchildProductions/moebius/pull/126
|
|\ \
| | |
| | | |
moebius#255: [minor fix] toolkit/themes/linux/global/jar.mn - style clean up (the columns alignment)
|
| |/
| |
| |
| |
| |
| | |
(the columns alignment)
https://github.com/MoonchildProductions/moebius/pull/255
|
|\ \
| | |
| | | |
HTML - implement the labels attribute (added a test)
|
| |/
| |
| |
| | |
https://github.com/MoonchildProductions/UXP/commit/6be9e507077bfdd2b8c82c203cf70f010ecce086#commitcomment-28047433
|
|\ \
| |/
|/| |
Make JS callers of ios.newChannel call ios.newChannel2 in browser/
|
| | |
|
|\ \
| | |
| | | |
Fix: Developer Toolbar (the command: "cookie"; themes)
|
| | |
| | |
| | |
| | | |
Issue #102
|
| |/
| |
| |
| | |
Issue #102
|
|/ |
|
|\
| |
| |
| |
| | |
janekptacijarabaci/_native_52ESR_xulWidgets_menulist_editable_1
Editable menulist loosing editable attribute gets focus stuck (menulist.xml)
|
| |
| |
| |
| |
| |
| | |
Bug(s):
https://bugzilla.mozilla.org/show_bug.cgi?id=1142224
(native in moebius)
|
|\ \
| | |
| | | |
Fix: Findbar broken
|
| | |
| | |
| | |
| | | |
Issue #138
|
| | |
| | |
| | |
| | |
| | |
| | | |
exist in browser.js
Issue #138
|
| | |
| | |
| | |
| | | |
Issue #138
|
|\ \ \
| |/ /
|/| |
| | |
| | | |
janekptacijarabaci/pm_contentMenu_saveImageURL_2_cleanUp
Style clean up: saveImageURL() in nsContextMenu.js
|
|/ /
| |
| |
| | |
Tag #139
|
|\ \
| | |
| | | |
Fix: "DEPRECATION WARNING: saveImageURL should be passed the private state of the containing window" in nsContextMenu.js
|
| | |
| | |
| | |
| | |
| | |
| | | |
the in nsContextMenu.js
Issue #121
|
|\ \ \
| | | |
| | | | |
moebius#57: about:support - "Copy text to clipboard": "Places Database" - "Verify" (results)
|
| | | |
| | | |
| | | |
| | | | |
https://github.com/MoonchildProductions/moebius/pull/57
|
|\ \ \ \
| | | | |
| | | | | |
Improve GTK3 support
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
This fixes a crash with GTK3 builds used with a window manager that does not support _NET_WM_MOVERESIZE.
|
| | | | |
| | | | |
| | | | |
| | | | | |
WidgetCache
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
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.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
theming_engine
This works around a GTK bug that led to the default engine being used instead for the first draw.
|
| | | | |
| | | | |
| | | | |
| | | | | |
also add border/padding/margin
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
in hover and not a separator
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
-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.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
-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.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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.
|
| | | | |
| | | | |
| | | | |
| | | | | |
tree view
|