Commit graph

3,766 commits

Author SHA1 Message Date
wolfbeast
baff5cefca Issue #80 - De-unify dom/filehandle 2020-05-02 08:23:06 +08:00
Matt A. Tobin
e8e7f40710 Issue #65 - Remove AppConstants from toolkit/prompts/content/tabprompts.xml
This file not only somehow escaped my pass through here but was also mocking me by using AppConstants in a preprocessed file BUT ALSO right AFTER a preprocessor directive.
2020-05-02 08:22:10 +08:00
Matt A. Tobin
fc8c7f8f85 Put Request.cpp and Response.cpp back into UNIFIED in dom/fetch due to linux linker errors
Reference:

15:03.06 ../../build/unix/gold/ld: error: /home/mattatobin/development/.obj/trunk-master/navigator-x64-gtk3/toolkit/library/../../dom/fetch/Request.o: requires dynamic R_X86_64_PC32 reloc against '_ZN7mozilla3dom9FetchBodyINS0_7RequestEED2Ev' which may overflow at runtime; recompile with -fPIC
15:03.06 ../../build/unix/gold/ld: error: /home/mattatobin/development/.obj/trunk-master/navigator-x64-gtk3/toolkit/library/../../dom/fetch/Response.o: requires dynamic R_X86_64_PC32 reloc against '_ZN7mozilla3dom9FetchBodyINS0_8ResponseEED2Ev' which may overflow at runtime; recompile with -fPIC
15:03.06 ../../build/unix/gold/ld: error: read-only segment has dynamic relocations
15:03.07 /home/mattatobin/development/.obj/trunk-master/navigator-x64-gtk3/toolkit/library/../../dom/fetch/Request.o:Request.cpp:function mozilla::dom::Request::~Request(): error: undefined reference to 'mozilla::dom::FetchBody<mozilla::dom::Request>::~FetchBody()'
15:03.07 /home/mattatobin/development/.obj/trunk-master/navigator-x64-gtk3/toolkit/library/../../dom/fetch/Response.o:Response.cpp:function mozilla::dom::Response::~Response(): error: undefined reference to 'mozilla::dom::FetchBody<mozilla::dom::Response>::~FetchBody()'
2020-05-02 08:21:57 +08:00
wolfbeast
c7d6ca06da Issue #80 - De-unify dom/fetch
Running into the same problem as with dom/canvas: derived template
classes not being happy about being non-unified. Kept unified for now
to prevent linking errors.
2020-05-02 08:21:45 +08:00
wolfbeast
0688661113 Issue #80 - De-unify dom/events 2020-05-02 08:21:42 +08:00
wolfbeast
15fb8e46d1 Issue #80 - De-unify dom/crypto 2020-05-02 08:21:38 +08:00
Matt A. Tobin
f8b2c1fed1 Fix typo in dom/animation/CSSPseudoElement.cpp
Linux filesystems tend to be case sensitive
2020-05-02 08:21:22 +08:00
wolfbeast
b3d98cc078 Issue #80 - De-unify dom/canvas 2020-05-02 08:20:03 +08:00
Matt A. Tobin
399b79ff71 Issue #80 - De-unify layout/mathml 2020-05-02 08:20:01 +08:00
Matt A. Tobin
241c3b3200 Issue #80 - De-unify layout/forms 2020-05-02 08:19:59 +08:00
wolfbeast
f6dce887e1 Issue #80 - De-unify dom/cache 2020-05-02 08:19:56 +08:00
wolfbeast
a6fc6896d4 Issue #80 - De-unify dom/archivereader 2020-05-02 08:19:54 +08:00
wolfbeast
11a44c6f37 Issue #80 - De-unify dom/animation
KeyFrameEffect and KeyFrameEffectReadOnly are still built unified as
buddies because they have some complex interdependency that couldn't
easily be resolved without linking failures.
2020-05-02 08:19:52 +08:00
Matt A. Tobin
a0d86d0267 Issue #80 - De-unify dom/messagechannel 2020-05-02 08:19:50 +08:00
Matt A. Tobin
923386c8f2 Issue #80 - De-unify dom/audiochannel 2020-05-02 08:19:48 +08:00
Matt A. Tobin
c6eb9b9076 Issue #80 - De-unify dom/notification 2020-05-02 08:19:46 +08:00
Matt A. Tobin
0a21348c8c Issue #80 - De-unify dom/url 2020-05-02 08:19:44 +08:00
Matt A. Tobin
0ad9b56a31 Issue #80 - De-unify dom/encoding 2020-05-02 08:19:42 +08:00
Matt A. Tobin
64c4dde520 Issue #80 - De-unify dom/json 2020-05-02 08:19:40 +08:00
Matt A. Tobin
2373f28d97 Issue #80 - De-unify dom/u2f 2020-05-02 08:19:38 +08:00
Matt A. Tobin
2b24fc0af4 Issue #80 - De-unify dom/power 2020-05-02 08:19:36 +08:00
Matt A. Tobin
e4ce70ac8c Issue #80 - De-unify dom/mathml 2020-05-02 08:19:34 +08:00
Matt A. Tobin
3521c15bc8 Issue #80 - De-unify dom/jsurl 2020-05-02 08:19:32 +08:00
Matt A. Tobin
0c2ea70af9 Issue #80 - De-unify dom/worklet 2020-05-02 08:19:30 +08:00
Matt A. Tobin
d0495a5a26 Issue #80 - De-unify dom/console 2020-05-02 08:19:28 +08:00
Matt A. Tobin
04c723d568 Issue #80 - De-unify dom/media/webm 2020-05-02 08:19:26 +08:00
Matt A. Tobin
4be245aede Issue #80 - De-unify dom/media/flac 2020-05-02 08:19:24 +08:00
Matt A. Tobin
3b247782e1 Issue #80 - De-unify dom/media/mp3 2020-05-02 08:19:22 +08:00
Matt A. Tobin
f09bb5b0c7 Issue #80 - De-unify dom/media/ogg 2020-05-02 08:19:20 +08:00
Matt A. Tobin
de5ee6828b Issue #80 - De-unify dom/media/encoder 2020-05-02 08:19:19 +08:00
Matt A. Tobin
4bef219675 Issue #80 - De-unify dom/media/mediasink 2020-05-02 08:19:17 +08:00
Matt A. Tobin
5df7f379c4 Issue #80 - De-unify dom/media/wave 2020-05-02 08:19:15 +08:00
Matt A. Tobin
1fb177e77a Issue #80 - De-unify dom/storage 2020-05-02 08:19:12 +08:00
Matt A. Tobin
eaf9a0cddd Issue #80 - De-unify dom/time 2020-05-02 08:19:10 +08:00
Matt A. Tobin
68fe7a9928 Issue #80 - De-unify dom/permission 2020-05-02 08:19:08 +08:00
Matt A. Tobin
bd6fbedbf6 Issue #80 - De-unify dom/broadcastchannel 2020-05-02 08:19:06 +08:00
Matt A. Tobin
9a7bb89afc Issue #80 - De-unify dom/offline 2020-05-02 08:19:04 +08:00
Matt A. Tobin
5c75628bdf Issue #80 - De-unify /layout/inspector 2020-05-02 08:19:02 +08:00
Matt A. Tobin
ae6ffa021d Issue #80 - De-unify /layout/tools/layout-debug/src 2020-05-02 08:19:01 +08:00
Matt A. Tobin
a229cbf418 Issue #80 - De-unify /layout/ipc 2020-05-02 08:18:59 +08:00
Matt A. Tobin
c01910dbae Issue #80 - De-unify /layout/build 2020-05-02 08:18:57 +08:00
wolfbeast
295944986b [Basilisk] Add app-specific moz.configure example line 2020-04-18 07:25:03 +08:00
wolfbeast
f8881af66c [Basilisk] Fix broken preferences advanced pane initialization 2020-04-18 07:22:18 +08:00
Matt A. Tobin
3d445060ae [Basilisk] Issue MoonchildProductions/UXP#1516 - Change CAN_DRAW_IN_TITLEBAR to MOZ_CAN_DRAW_IN_TITLEBAR except for AppConstants in CUI
Also updates platform commit pointer to match
2020-04-18 07:21:58 +08:00
wolfbeast
9107ed066c [Basilisk] Ensure AV1 is enabled in all builds by default. 2020-04-18 07:21:39 +08:00
Pale Moon
f0c04a4df0 [Pale-Moon] Revert "Re-enable sessionstore cache soft refresh"
By popular demand.
This reverts commit cf12c10d64769a8a84a1819f6655501cccea6b25.
2020-04-18 07:21:06 +08:00
Lootyhoof
fbf2c3a044 [Pale-Moon] Add MOZ_CAN_DRAW_IN_TITLEBAR to OS X theme 2020-04-18 07:15:46 +08:00
Matt A. Tobin
485fd40870 [Pale-Moon] Don't set the drawintitlebar attr in gPrivateBrowsingUI unless we want MOZ_CAN_DRAW_IN_TITLEBAR on macintosh 2020-04-18 07:15:31 +08:00
Matt A. Tobin
4950e7ff47 [Pale-Moon] Issue MoonchildProductions/UXP#1516 - Change CAN_DRAW_IN_TITLEBAR to MOZ_CAN_DRAW_IN_TITLEBAR and set it for Windows only
Also updates platform commit pointer to match
2020-04-18 07:15:09 +08:00
Lootyhoof
3bc5f3f49e [Pale-Moon] Issue #1773 - Improve persona styling on Mac 2020-04-18 07:14:39 +08:00