Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Issue #576 - Remove IdentityService and ContextualIdentityService | Matt A. Tobin | 2020-04-24 | -3112/+0 |
| | ||||
* | Issue #65 - Remove AppConstants from toolkit/prompts/content/tabprompts.xml | Matt A. Tobin | 2020-04-24 | -15/+13 |
| | | | | 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. | |||
* | Put Request.cpp and Response.cpp back into UNIFIED in dom/fetch due to linux ↵ | Matt A. Tobin | 2020-04-24 | -2/+2 |
| | | | | | | | | | | | | 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()' | |||
* | Issue #80 - De-unify dom/fetch | wolfbeast | 2020-04-24 | -5/+20 |
| | | | | | | 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. | |||
* | Issue #80 - De-unify dom/events | wolfbeast | 2020-04-24 | -7/+10 |
| | ||||
* | Issue #80 - De-unify dom/crypto | wolfbeast | 2020-04-24 | -1/+5 |
| | ||||
* | Fix typo in dom/animation/CSSPseudoElement.cpp | Matt A. Tobin | 2020-04-24 | -1/+1 |
| | | | | Linux filesystems tend to be case sensitive | |||
* | Issue #80 - De-unify dom/canvas | wolfbeast | 2020-04-24 | -4/+49 |
| | ||||
* | Make application moz.configure file optional and set application/xulrunner ↵ | Matt A. Tobin | 2020-04-24 | -16/+27 |
| | | | | as the default platform build_app | |||
* | Issue #80 - De-unify layout/mathml | Matt A. Tobin | 2020-04-24 | -2/+3 |
| | ||||
* | Issue #80 - De-unify layout/forms | Matt A. Tobin | 2020-04-24 | -1/+5 |
| | ||||
* | Issue #80 - De-unify dom/cache | wolfbeast | 2020-04-24 | -1/+12 |
| | ||||
* | Issue #80 - De-unify dom/archivereader | wolfbeast | 2020-04-24 | -1/+4 |
| | ||||
* | Issue #80 - De-unify dom/animation | wolfbeast | 2020-04-24 | -2/+15 |
| | | | | | | KeyFrameEffect and KeyFrameEffectReadOnly are still built unified as buddies because they have some complex interdependency that couldn't easily be resolved without linking failures. | |||
* | Issue #80 - De-unify dom/messagechannel | Matt A. Tobin | 2020-04-24 | -4/+2 |
| | ||||
* | Issue #80 - De-unify dom/audiochannel | Matt A. Tobin | 2020-04-24 | -4/+2 |
| | ||||
* | Issue #80 - De-unify dom/notification | Matt A. Tobin | 2020-04-24 | -4/+3 |
| | ||||
* | Issue #80 - De-unify dom/url | Matt A. Tobin | 2020-04-24 | -4/+2 |
| | ||||
* | Issue #80 - De-unify dom/encoding | Matt A. Tobin | 2020-04-24 | -4/+3 |
| | ||||
* | Issue #80 - De-unify dom/json | Matt A. Tobin | 2020-04-24 | -9/+3 |
| | ||||
* | Issue #80 - De-unify dom/u2f | Matt A. Tobin | 2020-04-24 | -1/+1 |
| | ||||
* | Issue #80 - De-unify dom/power | Matt A. Tobin | 2020-04-24 | -1/+1 |
| | ||||
* | Issue #80 - De-unify dom/mathml | Matt A. Tobin | 2020-04-24 | -4/+3 |
| | ||||
* | Issue #80 - De-unify dom/jsurl | Matt A. Tobin | 2020-04-24 | -1/+1 |
| | ||||
* | Issue #80 - De-unify dom/worklet | Matt A. Tobin | 2020-04-24 | -1/+1 |
| | ||||
* | Issue #80 - De-unify dom/console | Matt A. Tobin | 2020-04-24 | -1/+1 |
| | ||||
* | Issue #80 - De-unify dom/media/webm | Matt A. Tobin | 2020-04-24 | -3/+5 |
| | ||||
* | Issue #80 - De-unify dom/media/flac | Matt A. Tobin | 2020-04-24 | -9/+11 |
| | ||||
* | Issue #80 - De-unify dom/media/mp3 | Matt A. Tobin | 2020-04-24 | -1/+1 |
| | ||||
* | Issue #80 - De-unify dom/media/ogg | Matt A. Tobin | 2020-04-24 | -1/+2 |
| | ||||
* | Issue #80 - De-unify dom/media/encoder | Matt A. Tobin | 2020-04-24 | -2/+6 |
| | ||||
* | Issue #80 - De-unify dom/media/mediasink | Matt A. Tobin | 2020-04-24 | -1/+5 |
| | ||||
* | Issue #80 - De-unify dom/media/wave | Matt A. Tobin | 2020-04-24 | -1/+1 |
| | ||||
* | Issue #80 - De-unify dom/storage | Matt A. Tobin | 2020-04-24 | -7/+9 |
| | ||||
* | Issue #80 - De-unify dom/time | Matt A. Tobin | 2020-04-24 | -4/+2 |
| | ||||
* | Issue #80 - De-unify dom/permission | Matt A. Tobin | 2020-04-24 | -1/+3 |
| | ||||
* | Issue #80 - De-unify dom/broadcastchannel | Matt A. Tobin | 2020-04-24 | -7/+3 |
| | ||||
* | Issue #80 - De-unify dom/offline | Matt A. Tobin | 2020-04-24 | -9/+4 |
| | ||||
* | Issue #80 - De-unify /layout/inspector | Matt A. Tobin | 2020-04-24 | -2/+2 |
| | ||||
* | Issue #80 - De-unify /layout/tools/layout-debug/src | Matt A. Tobin | 2020-04-24 | -1/+1 |
| | ||||
* | Issue #80 - De-unify /layout/ipc | Matt A. Tobin | 2020-04-24 | -4/+1 |
| | ||||
* | Issue #80 - De-unify /layout/build | Matt A. Tobin | 2020-04-24 | -1/+3 |
| | ||||
* | [docs] Update coding style cf. discussion with Tobin. | wolfbeast | 2020-04-24 | -10/+4 |
| | ||||
* | Issue #251 - Move MOZ_AV1 back to ac configure for everyone to use. | wolfbeast | 2020-04-24 | -14/+16 |
| | ||||
* | Issue #1516 - Part 1: Add a global build define to determine if the client ↵ | Matt A. Tobin | 2020-04-24 | -5/+19 |
| | | | | can draw in the titlebar and update consumers of the local define | |||
* | Issue #1517 - Enable high-resolution DOM timestamps on trunk | wolfbeast | 2020-04-16 | -2/+1 |
| | | | | | At the very least we should enable these short term, with the potential removal of it pending. | |||
* | Fix additional deprot in dom/base | wolfbeast | 2020-04-14 | -0/+4 |
| | ||||
* | Revert 1320408 part 15: Make addDataProperty static | wolfbeast | 2020-04-14 | -21/+21 |
| | ||||
* | Issue #80 - De-unify dom/base and fix deprot. | wolfbeast | 2020-04-14 | -2/+35 |
| | ||||
* | Fix deprot in /layout | wolfbeast | 2020-04-14 | -0/+1 |
| |