Commit graph

3,485 commits

Author SHA1 Message Date
Matt A. Tobin
dd6048d3ec Issue #1053 - Remove android support from ipc except for ipc/chromium
This does not include android in the imported chromium code as specific research needs done on defines and logic.
2020-02-27 07:31:20 +08:00
Matt A. Tobin
a890ecd06f Issue #1053 - Remove android support from mozglue
Yes, I checked for unsaved files this time...
2020-02-27 07:31:18 +08:00
Matt A. Tobin
bb8b180863 Issue #1053 - Remove android support from netwerk/protocol/http/nsHttpHandler.cpp 2020-02-27 07:31:16 +08:00
Matt A. Tobin
93a435ae22 Issue #1053 - Remove android support from netwerk 2020-02-27 07:31:14 +08:00
Matt A. Tobin
659e10b6dd Issue #1053 - Remove android support from storage/mozStorageConnection.cpp 2020-02-27 07:31:12 +08:00
Matt A. Tobin
8e0b45eb4a Issue #1053 - Remove android support from uriloader 2020-02-27 07:31:10 +08:00
Matt A. Tobin
a0b7617ca0 Issue #1053 - Remove android support from xpcom/threads/nsThread.cpp
Forgot to save..
2020-02-27 07:31:07 +08:00
Matt A. Tobin
26403f20ac Issue #1053 - Remove android support from XPCOM 2020-02-27 07:31:05 +08:00
Matt A. Tobin
68d64c0c58 Remove redundant moz.build from db/ 2020-02-27 07:31:03 +08:00
Matt A. Tobin
95d5dcd8c5 Reclassify heapsnapshot and nsJSInspector as not part of devtools
This resolves Issue #316
2020-02-27 07:31:01 +08:00
Pale Moon
28e0b0cd57 [Pale-Moon] Minor corrections in module info 2020-02-22 07:07:19 +08:00
wolfbeast
86930daef4 Set module default identification properly. 2020-02-22 07:05:29 +08:00
wolfbeast
33ac2fa219 Remove gtest reference to non-existing path of removed component 2020-02-22 07:05:27 +08:00
wolfbeast
62a46687d6 [gfx] Put Skia-specific CTOR init behind Skia-conditional. 2020-02-22 07:05:25 +08:00
wolfbeast
beed2a817e Issue #316 - Make sure MOZ_DEVTOOLS_SERVER is passed down to js. 2020-02-21 09:45:13 +08:00
Matt A. Tobin
ca23a636cf [Pale-Moon] Issue MoonchildProductions/UXP#1457 - Remove redundant MOZ_FOLD_LIBS from confvars
It was moved to ac configure at some point
2020-02-21 07:17:05 +08:00
Matt A. Tobin
9656b3fc7d [Pale-Moon] Issue MoonchildProductions/UXP#1457 - Update package-manifest 2020-02-21 07:16:39 +08:00
Matt A. Tobin
c3bfe4b063 [Pale-Moon] Issue MoonchildProductions/UXP#1454 - Update app.update.url to include MOZ_PKG_SPECIAL 2020-02-21 07:16:07 +08:00
Matt A. Tobin
0f6f86f698 [Basilisk] Issue MoonchildProductions/UXP#1457 - Update package-manifest 2020-02-21 07:11:43 +08:00
Matt A. Tobin
49ea8c2f2d Issue #1053 - Remove android support from NPAPI 2020-02-21 07:05:45 +08:00
Matt A. Tobin
516bf07de1 Issue #1053 - Remove conditional android code from widget/ 2020-02-21 07:05:43 +08:00
Matt A. Tobin
27b8966a39 Issue #1053 - Remove Android Widget Toolkit specific files 2020-02-21 07:05:41 +08:00
Matt A. Tobin
f526c2fbb5 Issue #439 - Remove tests from widget/ 2020-02-21 07:05:39 +08:00
wolfbeast
10e1c09fec Issue #316 - Be more gentle with the CC and nursery. 2020-02-21 07:05:20 +08:00
wolfbeast
5b49170b58 Issue #316 - Pre-process Performance.webidl 2020-02-21 07:05:18 +08:00
wolfbeast
1e553d0e73 Issue #316 - Make the memory GC performance object conditional (WIP)
This was only added for GCubench and likely interfering with building
without devtools-server.
2020-02-21 07:05:16 +08:00
Matt A. Tobin
639a4913b3 Issue #1457 - Unfold sqlite3 from nss 2020-02-21 07:04:58 +08:00
wolfbeast
92d49e3b00 Issue #1383 - Remove "Copy raw data to clipboard" button
This resolves #1383
2020-02-21 07:04:56 +08:00
Matt A. Tobin
11efe7888c Issue #1454 - Add MOZ_PKG_SPECIAL to UpdateUtils 2020-02-21 07:04:54 +08:00
Matt A. Tobin
44da82db2a Issue #1320 - Stop appending cpu arch to the end of %BUILD_TARGET% on Windows in UpdateUtils.jsm 2020-02-18 07:15:11 +08:00
win7-7
e8bb5560f7 Issue #1355 - Make nsTableCellFrame::GetColIndex/GetRowIndex faster
We can devirtualize it, remove some branches.
2020-02-18 07:15:09 +08:00
Pale Moon
bcbf8e8983 [Pale-Moon] Make getCellProperties a bit more robust. 2020-02-15 07:33:02 +08:00
athenian200
f5acafc727 [Pale-Moon] Issue MoonchildProductions/UXP#516 - Fix obsolete self-reference in palemoon/components/places/PlacesUIUtils.jsm. 2020-02-15 07:32:45 +08:00
athenian200
b6b33a6b2a [Pale-Moon] Remove excess whitespace. 2020-02-15 07:32:26 +08:00
athenian200
fcab070621 [Pale-Moon] Issue MoonchildProductions/UXP#516 - Remove named function syntax from palemoon/components/sync. 2020-02-15 07:30:49 +08:00
athenian200
4fa4016eb6 [Pale-Moon] Issue MoonchildProductions/UXP#516 - Remove named function syntax from palemoon/components/shell. 2020-02-15 07:30:36 +08:00
athenian200
8018d9393e [Pale-Moon] Issue MoonchildProductions/UXP#516 - Remove named function syntax from palemoon/components/sessionstore. 2020-02-15 07:30:20 +08:00
athenian200
9e97918159 [Pale-Moon] Issue MoonchildProductions/UXP#516 - Remove named function syntax from palemoon/components/search. 2020-02-15 07:30:03 +08:00
athenian200
0764896876 [Pale-Moon] Issue MoonchildProductions/UXP#516 - Remove named function syntax from palemoon/components/preferences. 2020-02-15 07:29:49 +08:00
athenian200
e6be1fd9c3 [Pale-Moon] Issue MoonchildProductions/UXP#516 - Remove named function syntax from palemoon/components/places. 2020-02-15 07:29:29 +08:00
athenian200
85de6bf035 [Pale-Moon] Issue MoonchildProductions/UXP#516 - Remove named function syntax from palemoon/components/pageinfo. 2020-02-15 07:29:04 +08:00
athenian200
3d1be0ea0f [Pale-Moon] Issue MoonchildProductions/UXP#516 - Remove named function syntax from palemoon/components/newtab. 2020-02-15 07:28:46 +08:00
athenian200
f5a1756738 [Pale-Moon] Issue MoonchildProductions/UXP#516 - Remove named function syntax from palemoon/components/fuel. 2020-02-15 07:28:31 +08:00
athenian200
c7bcbe215d [Pale-Moon] Issue MoonchildProductions/UXP#516 - Remove named function syntax from palemoon/components/feeds. 2020-02-15 07:28:14 +08:00
athenian200
dd6ed2537f [Pale-Moon] Issue MoonchildProductions/UXP#516 - Remove named function syntax from palemoon/components/downloads. 2020-02-15 07:27:55 +08:00
athenian200
2ffeaf901d [Pale-Moon] Issue MoonchildProductions/UXP#516 - Remove named function syntax from palemoon/components. 2020-02-15 07:27:24 +08:00
athenian200
95492157f1 [Pale-Moon] Issue MoonchildProductions/UXP#516 - Remove named function syntax from palemoon/modules. 2020-02-15 07:27:07 +08:00
athenian200
addf7b2fb1 [Pale-Moon] Issue MoonchildProductions/UXP#516 - Remove named function syntax from palemoon/base. 2020-02-15 07:26:27 +08:00
wolfbeast
bcbdf11c25 [CSS] Only emit non-GC chrome wrapped XUL box warnings in debug builds. 2020-02-15 07:03:46 +08:00
wolfbeast
113362d3b3 Issue #1441 - Guard appomni/greomni with UXP_CUSTOM_OMNI env var.
This adds an addition to the environment set up for child processes
(plugin container) so that it may still be able to pass the omni
parameters there as-needed.
2020-02-15 07:03:45 +08:00