Gaming4JC
f7154d573b
Bug 1309147 - Part 5: Eliminate performance cliff when accessing CEReactions code.
...
Tag UXP Issue #1344
2020-01-31 07:35:50 +08:00
Gaming4JC
cc71e21e02
Bug 1309147 - Part 4: Add CEReactions for CustomElementRegistry.
...
Tag UXP Issue #1344
2020-01-31 07:35:47 +08:00
Gaming4JC
303037d0fc
Bug 1309147 - Part 3: Implement the support for CEReactions in Codegen.
...
Tag UXP Issue #1344
2020-01-31 07:35:44 +08:00
Gaming4JC
0b774c0ec4
Bug 1309147 - Part 2: Add the name of 'this' value's JSObject* for codegen to generate CEReaction code.
...
Tag UXP Issue #1344
2020-01-31 07:35:41 +08:00
Gaming4JC
39fcec342d
Bug 1309147 - Part 1: Implement the support for CEReactions in WebIDL parser.
...
Tag UXP Issue #1344
2020-01-31 07:35:38 +08:00
Gaming4JC
932dde0dfe
Bug 1350960 - Release CustomElementReactionsStack in TabGroup thread when DocGroup is going away.
...
Note: In UXP we use non-Quantum thread checking implementation here.
Tag UXP Issue #1344
2020-01-31 07:35:35 +08:00
Gaming4JC
a176a0e5f2
Bug 1351979 - Change CustomElementRegistry::Define code to properly propagate out JS exceptions;
...
Tag UXP Issue #1344
2020-01-31 07:35:32 +08:00
Gaming4JC
bde53294f8
Bug 1347446 - Move custom element reactions stack to DocGroup.
...
Tag UXP Issue #1344
2020-01-31 07:35:29 +08:00
Gaming4JC
62678b52de
Bug 1341693 - Don't need to check GetDocShell() when creating CustomElementRegistry;
...
Tag UXP Issue #1344
2020-01-31 07:35:26 +08:00
Gaming4JC
a91f703945
Bug 1309184 - Implement upgrade reaction for custom element reactions.
...
Tag UXP Issue #1344
2020-01-31 07:35:23 +08:00
Gaming4JC
d76a336cd0
Bug 1274159 - Part 4: Add test cases for HTMLConstructor;
...
Tag UXP Issue #1344
2020-01-31 07:35:20 +08:00
Gaming4JC
af9931215b
Bug 1274159 - Part 3-2: Update web-platform-test expected result;
...
Tag UXP Issue #1344
2020-01-31 07:35:17 +08:00
Gaming4JC
978d53832c
Bug 1274159 - Part 3-1: Add HTMLConstructor to HTMLElement and its subclass;
...
Tag UXP Issue #1344
2020-01-31 07:35:14 +08:00
Gaming4JC
ed08e1aced
Bug 1274159 - Part 2-2: Support HTMLConstructor WebIDL extended attribute for custom elements;
...
Tag UXP Issue #1344
2020-01-31 07:35:10 +08:00
Gaming4JC
64e957cc9b
Bug 1274159 - Part 2-1: Include the name of relevant interface in nsHTMLTagList.h;
...
Tag UXP Issue #1344
2020-01-31 07:35:08 +08:00
Gaming4JC
516fe49cb2
Bug 1274159 - Part 1: Support looking up definitions by using constructor as a key;
...
Tag UXP Issue #1344
2020-01-31 07:35:05 +08:00
Gaming4JC
a2e1955dc6
Bug 1271549 - Remove details and summary preference.
...
Tag UXP Issue #1344
2020-01-31 07:35:02 +08:00
Gaming4JC
e8e20e994d
Bug 1276438 part 3. Align the .body setter with the spec a bit better.
...
There are two changes here:
1) We allow setting .body even if the root element is not an <html:html>. This is what the spec says to do, and what we used to do before the changes in bug
366200. No tests for this yet, pending https://github.com/whatwg/html/issues/3403 getting resolved.
2) We use GetBody(), not GetBodyElement(), to look for an existing thing to replace. This matters if there are <frameset>s involved.
Tag UXP Issue #1344
Tag UXP Issue #252
2020-01-31 07:34:59 +08:00
Gaming4JC
c939244e89
Bug 1276438 part 2. Move the implementation of the .body setter from nsHTMLDocument to nsIDocument.
...
Tag UXP Issue #1344
Tag UXP Issue #252
2020-01-31 07:34:56 +08:00
Gaming4JC
0ef352d74b
Bug 1276438 part 1. Move the implementation of the .body getter from nsHTMLDocument to nsIDocument.
...
Tag UXP Issue #1344
Tag UXP Issue #252
2020-01-31 07:34:53 +08:00
athenian200
0fbfd09291
Fix whitespace.
2020-01-31 07:34:08 +08:00
athenian200
bd714bc690
Issue #1349 - Stop 2xx FTP responses from causing browser to hang.
...
LIST and RETR still appear to work as intended on ftp:// URLs after my changes. I wasn't able to test STOR because the browser doesn't appear to support FTP uploads at this time (although our FTP implementation appears perfectly capable of doing an FTP upload.)
If I understood the issue correctly, though, what we're doing is ensuring that we receive a preliminary 100 response from the FTP server for a given action before jumping to the 200 code describing what we do if the action was completed. Even though it makes no logical sense for a server to say an action was completed before it was initiated, someone could write a really annoying FTP server that takes advantage of this fact to crash the browser if they wanted.
2020-01-31 07:34:06 +08:00
wolfbeast
0d69766fb3
No issue - Always use jemalloc allocator for storage memory when
...
MOZ_MEMORY is defined (which is defined by enabling jemalloc in config)
2020-01-24 09:36:37 +08:00
Kai Engert
a8daf97de0
Issue #1338 - Follow-up: Also cache the most recent PBKDF1 hash
...
This rewrites the caching mechanism to apply to both PBKDF1 and PBKDF2
2020-01-24 09:36:33 +08:00
wolfbeast
25ae10aaec
Issue #1342 - Remove support for system libevent
2020-01-24 09:36:30 +08:00
wolfbeast
b33c6e6dbf
Issue #1366 - Fix build bustage from erroneously removing 2 function implementations.
2020-01-24 09:36:26 +08:00
wolfbeast
305537e8d6
Issue #1354 - Fix typo
2020-01-24 09:29:06 +08:00
wolfbeast
9d76eb5791
Issue #1354 - Clear the current context when MakeCurrent() fails.
2020-01-24 09:29:04 +08:00
Gaming4JC
8d600c51ed
Issue #1366 - Completely remove showModalDialog
2020-01-24 09:28:42 +08:00
wolfbeast
abb2afe2a7
Issue #1338 - Bump NSS version
...
Our NSS version is closer to the currently-released .1, so bump version
to that.
Note: we still have some additional patches to the in-tree version in
place so this isn't a 100% match to the RTM one.
2020-01-24 09:28:39 +08:00
Matt A. Tobin
45cb58760b
Issue #1358 - Default to SSL/TLS when using the Account Wizard
2020-01-24 09:28:12 +08:00
Matt A. Tobin
2aca38b372
Issue #1359 - Pointlessly rename greprefs.. again.
2020-01-24 09:28:10 +08:00
JustOff
6f165b3446
[Pale-Moon] Issue #1708- Update UA override for GitHub
2020-01-24 09:27:18 +08:00
Matt A. Tobin
145a3c62e0
[Pale-Moon] Issue MoonchildProductions/UXP#1359 - Pointlessly rename greprefs.. again.
2020-01-24 09:26:52 +08:00
Matt A. Tobin
ffabfb276b
[Basilisk] Issue MoonchildProductions/UXP#1359 - Pointlessly rename greprefs.. again.
2020-01-24 09:24:27 +08:00
wolfbeast
00d1bac44d
Issue #1362 - Revert "Implement regular expression lookbehind"
...
This reverts commit fa473930f424bf17a9e545b601c84dd2e61364e3.
2020-01-24 09:10:50 +08:00
wolfbeast
7d2350c859
Issue #1362 - Revert "Update js/src/builtin/TestingFunctions.cpp for
...
regex lookbehind changes"
This reverts commit e79607a7a694dc2d48d65697b48138fa585145c9.
2020-01-24 09:10:47 +08:00
wolfbeast
e2647e4529
Minor update to the html5 parser component doc
2020-01-24 09:10:44 +08:00
wolfbeast
c8f73fb28e
No issue - Fix unsafe http methods on HTTP/2 with TLSv1.3 0RTT.
2020-01-24 09:10:40 +08:00
wolfbeast
a448ed3c0c
Add component documentation for the HTML5 parser.
2020-01-24 09:10:37 +08:00
Pale Moon
8e404a2761
Revert "Block Noveau NV96 mesa driver layers acceleration."
...
This reverts commit b7841e5cf6dd6dc17eacc24b7dc1c215fda2a031.
2020-01-17 09:23:23 +08:00
JustOff
ad32641c0b
Issue #1706 - Improve copying from the location bar, stop encoding parentheses explicitly
2020-01-17 09:23:12 +08:00
Matt A. Tobin
df37b6046c
Update readme instructions for how to use the java html5 parser codegen makefile
2020-01-17 09:20:08 +08:00
Matt A. Tobin
4baeeaa8ec
Regenerate nsHtml5*.cpp files from java htmlparser sources
2020-01-17 09:19:56 +08:00
Matt A. Tobin
0add893f66
Update the html5 parser java codegen makefile to clean up snapshot javasrc
2020-01-17 09:19:53 +08:00
Matt A. Tobin
eeaf636ec7
Update gitignore to no longer track snapshot javasrc for the html5 parser
2020-01-17 09:19:51 +08:00
Matt A. Tobin
e490bc29d0
Remove obsolete javasrc snapshot
2020-01-17 09:19:48 +08:00
Matt A. Tobin
93a01a5d01
Update java htmlparser copyright on code to be translated to cpp
2020-01-17 09:19:46 +08:00
Matt A. Tobin
3338198f76
Fix an issue with the html5 tokenizer and tree builder (java htmlparser)
2020-01-17 09:19:44 +08:00
Matt A. Tobin
7938a0ac1b
Bug 1562033
...
Adjust tokenization of U+0000 (java htmlparser)
2020-01-17 09:19:42 +08:00