wolfbeast
eb32b5d7e4
Pref the use of unboxed plain objects in JS and disable by default.
...
This should be all that's needed for #1017 , but verification of
impact is definitely desired.
2019-03-23 06:44:08 +08:00
Olli Pettay
d82c60d3d8
Remove harmless assertions by using IgnoredErrorResult.
2019-03-23 06:44:06 +08:00
Lootyhoof
e3b3cc12d2
Don't modify toolbox-after-color in lwthemes
2019-03-23 06:43:40 +08:00
Lootyhoof
20cc8b92e4
Draw a border when hiding the tab bar
2019-03-23 06:43:38 +08:00
JustOff
dff04053af
Handle the special case of a flex frame being the absolute containing block correctly from the CSS align code
2019-03-16 07:06:10 +08:00
JustOff
7dfbe3cf9e
[PALEMOON] Add SSUAO override for firefox.com (native mode)
2019-03-16 07:06:06 +08:00
adeshkp
888d5e5395
Fix warnings about unreachable code in cubeb
2019-03-16 07:04:14 +08:00
adeshkp
f922e8ae0e
Remove a couple of unused variables
2019-03-16 07:04:13 +08:00
adeshkp
5193311ea5
Fix order of member variables in a couple of initializer lists
2019-03-16 07:04:11 +08:00
adeshkp
5d35d7f5ac
Fix a warning about method override
2019-03-16 07:04:09 +08:00
JustOff
a86de13c47
Use meaningful error message in URLSearchParams::Constructor
2019-03-16 07:03:45 +08:00
JustOff
0b794697e3
Align IDL record to C++ conversion with the spec when Symbol-named properties are involved
2019-03-16 07:03:43 +08:00
JustOff
1729192b5d
Construct URLSearchParams from record<>
2019-03-16 07:03:40 +08:00
JustOff
5fc488fe61
Construct URLSearchParams from sequence or from string
2019-03-16 07:03:39 +08:00
JustOff
5755645f0d
Implement the spec provision for handling repeated keys in records by updating the existing value
2019-03-16 07:03:37 +08:00
JustOff
8547419267
Actually change the key type of a record, and its corresponding conversion behavior, depending on what the IDL says
2019-03-16 07:03:35 +08:00
JustOff
7233825bfe
Rename MozMap.h to Record.h
2019-03-16 07:03:33 +08:00
JustOff
e234612456
Add ConvertJSValueTo*String functions that just take a value and hand out a string, without extra complications
2019-03-16 07:03:32 +08:00
JustOff
6196fdda47
Rename the MozMap C++ type to "record" and give it a template parameter for the key type
2019-03-16 07:03:30 +08:00
JustOff
d9eeac26ef
Rename "MozMap" to "record" in our IDL parser and IDL files
2019-03-16 07:03:27 +08:00
JustOff
f953e2ad26
Split up PrimitiveOrStringType into PrimitiveType and StringType in the Web IDL parser
2019-03-16 07:03:24 +08:00
JustOff
69cc954889
Change JS to MozMap conversion to more closely follow the record<> spec
2019-03-16 07:03:22 +08:00
JustOff
17d23ee848
Add some tests for distinguishability of unions
2019-03-16 07:03:20 +08:00
JustOff
740f68378f
Disallow mozmap-typed constants
2019-03-16 07:03:17 +08:00
JustOff
bc82c959ec
Fix up some minor issues with default value handling in codegen
2019-03-16 07:03:15 +08:00
JustOff
4faee1f41a
Change the MozMap API and data storage to more what we want record<> to look like
2019-03-16 07:03:12 +08:00
JustOff
c4115c8ad5
Add a ClearElementAt API to nsTArray
2019-03-16 07:03:10 +08:00
JustOff
a3f38ee838
Support string default values for unions containing USVString
2019-03-16 07:03:07 +08:00
wolfbeast
f8d473c3c9
Remove unused SSL errorReporting prefs
...
Resolves #1003 .
2019-03-16 07:02:44 +08:00
wolfbeast
0f800717bf
[Palemoon] Disable Microsoft Family Safety support (Windows 8.1).
...
This is basically a https MitM setup that is unwanted for Pale Moon.
Resolves #1000 .
2019-03-16 07:02:42 +08:00
wolfbeast
da3763b0a7
Part 2: Add tests
...
Tag #993 .
2019-03-16 07:02:15 +08:00
wolfbeast
9bcb7ab2a5
Remove various hard-coded Accept: headers
...
Since we're now handling this in the network back-end, there's no
need for this anymore.
Tag #993 .
2019-03-16 07:02:13 +08:00
wolfbeast
c8412ad501
Part 1: network component changes.
2019-03-16 07:02:11 +08:00
wolfbeast
59ee48bfb0
Prevent loading of document subresources over FTP.
2019-03-16 07:01:31 +08:00
wolfbeast
05bd0fabdf
[Basilisk] Add SSUAO for WhatsApp Web.
...
See https://forum.palemoon.org/viewtopic.php?f=61&t=21457
2019-03-16 07:01:29 +08:00
Matt A. Tobin
fbac3d3bce
Don't include nsDownloadManagerUI if the Communicator version is used
...
Maintain backwards compatibility with MOZ_SUITE
2019-03-09 10:22:42 +08:00
Matt A. Tobin
3b0f343401
Revert "Don't include nsDownloadManagerUI if the Communicator version is used"
...
This reverts commit 853fe00ba0cb91d564031706ef82038e9a4619ed.
2019-03-09 10:22:40 +08:00
Matt A. Tobin
1f7a299e91
[PALEMOON] Fix updatesSeparator id mismatch
2019-03-09 10:22:38 +08:00
Matt A. Tobin
3133535495
Don't include nsDownloadManagerUI if the Communicator version is used
...
Maintain backwards compatibility with MOZ_SUITE
2019-03-09 10:22:35 +08:00
wolfbeast
0fc8fedbd8
Remove e10s code from browser widget.
...
In case there are still callers to it (likely from the FE),
`isRemoteBrowser` is stubbed to always return false for now.
Tag #953 .
2019-03-09 10:22:33 +08:00
wolfbeast
02269d2ae3
Adjust Pale Moon™ wordmark for better contrast
2019-03-09 10:22:13 +08:00
wolfbeast
4db4774c93
Tweak the about box styling some more and clean up styles.
2019-03-09 10:22:11 +08:00
wolfbeast
eaebddafa3
Tweak the about box layout a bit.
...
- Put the Licensing link in the center
- Strengthen the "fog" background for the credits text for readability
- Add CSS animation to fade it in.
2019-03-09 10:22:08 +08:00
wolfbeast
9e1d7a55fc
Fix dynamic addition of build date.
2019-03-09 10:22:05 +08:00
wolfbeast
9fdca8dca9
Update about box design.
...
Tag #963 .
2019-03-09 10:22:01 +08:00
wolfbeast
d980adc4da
Replace about box backdrop.
2019-03-09 10:21:59 +08:00
wolfbeast
e1651482f5
Remove updater gunk from the about box.
2019-03-09 10:21:56 +08:00
wolfbeast
d68b5ee06d
Remove texture layout endian-ness check for Moz2D.
...
This resolves #986 .
This removes endian-based inversion of texture layout aliases when
represented as uint32. This inversion was incorrect and would cause
unknown texture formats as a result on big-endian machines (PPC64).
2019-03-09 10:21:33 +08:00
wolfbeast
c1ab5c552c
[Basilisk] Add Netflix SSUAO to work around blocking behavior for
...
EME DRM-enforcement for later Firefox versions.
2019-03-09 10:21:30 +08:00
wolfbeast
3fb083d84c
Add hover state arrow images.
...
This fixes #981
2019-03-09 10:21:27 +08:00