| Commit message (Collapse) | Author | Age |
| |
|
| |
|
| |
|
|\ |
|
| |\
| | |
| | | |
JS - DOM - node - implement DOM4 methods: prepend(), append(), before(), after() and replaceWith() (partially)
|
| | |
| | |
| | |
| | | |
and replaceWith() - tests
|
| | | |
|
| | |
| | |
| | |
| | | |
and replaceWith() + Bug 1301777 (CVE-2016-9067)
|
| | |
| | |
| | |
| | | |
nsINode::ReplaceOrInsertBefore
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Before this change, if a certificate's issuer DN did not have an organization component,
nsIX509Cert.issuerOrganization would fall back to using the issuer common name.
This was never a good idea, because this gave misleading information to consumers of
this interface. Furthermore, it appears that all consumers of this interface already do such
a fallback (for display purposes) when they've determined that it's a reasonable thing to do.
|
|/ /
| |
| |
| | |
This resolves #1412.
|
| |
| |
| |
| |
| |
| |
| |
| | |
Previous behavior: if an entry was in the previously-used list, and there would be an error connecting to or processing the host, it would adopt it using the previous status, with a new minimum required max age TTL.
New behavior: if an entry is in the previously-used list, and there is an error connecting to or processing the host, it will be dropped from the preload list.
The old behavior would allow entries to persist on the HSTS preload list when they drop off the 'net. Considering domain churn, it would cause issues for new owners for having a persisted HSTS entry preloaded in the browser.
Bonus: it keeps our HSTS preload list lean.
|
|/
|
|
| |
Tag #62.
|
|\
| |
| | |
Launch command: palemoon "-migration" and "-migration -p" (follow up)
|
| | |
|
| | |
|
| |
| |
| |
| | |
This resolves the second assert mentioned in #1401.
|
|\ \
| | |
| | | |
[build, suggestion] Building with "--enable-debug" - fix one of assertion failures
|
| |/ |
|
|\ \
| | |
| | | |
[build, suggestion] Building with "--enable-debug" - fix some warnings
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
JavaScript strict warning:
resource://gre/modules/devtools/sourceeditor/autocomplete.js, line 191:
SyntaxError: private is a reserved identifier
+ Lines:
192,193,194,201,216,227,228,230,231,232,267,271,272,280,285,286,292,296,302,303,309,310,311,315
https://bugzilla.mozilla.org/show_bug.cgi?id=1206463
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
JavaScript strict warning: resource://gre/modules/devtools/tern/def.js,
line 80:
TypeError: variable re redeclares argument
JavaScript strict warning: resource://gre/modules/devtools/tern/def.js,
line 190:
TypeError: variable name redeclares argument
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
JavaScript strict warning:
resource://gre/modules/devtools/qrcode/decoder/index.js, line 978:
SyntaxError: redefining eval is deprecated
JavaScript strict warning:
resource://gre/modules/devtools/qrcode/decoder/index.js, line 22:
ReferenceError: assignment to undeclared variable GridSampler
JavaScript strict warning:
resource://gre/modules/devtools/qrcode/decoder/index.js, line 836:
ReferenceError: assignment to undeclared variable DataMask
JavaScript strict warning:
resource://gre/modules/devtools/qrcode/decoder/index.js, line 1306:
ReferenceError: assignment to undeclared variable Decoder
https://bugzilla.mozilla.org/show_bug.cgi?id=1152836 (partially)
https://bugzilla.mozilla.org/show_bug.cgi?id=1202902 (partially)
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
JavaScript strict warning:
resource://gre/modules/commonjs/sdk/lang/weak-set.js, line 9:
SyntaxError: 'use strict' statement won't be enforced as a directive
because it isn't in directive prologue position
|
| | |
| | |
| | |
| | |
| | |
| | | |
JavaScript strict warning:
resource://gre/modules/commonjs/dev/volcan.js, line 141:
TypeError: variable event redeclares argument
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
JavaScript strict warning: resource://gre/components/nsINIProcessor.js,
line 147:
etc.
SyntaxError: octal literals and octal escape sequences are deprecated
https://bugzilla.mozilla.org/show_bug.cgi?id=1248252
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
JavaScript strict warning: resource://gre/components/FeedWriter.js, line
636:
TypeError: variable result redeclares argument
https://github.com/MoonchildProductions/Pale-Moon/pull/1207
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
JavaScript strict warning: resource://gre/components/FeedProcessor.js,
line 53:
TypeError: variable base redeclares argument
JavaScript strict warning: resource://gre/components/FeedProcessor.js,
line 887:
TypeError: variable uri redeclares argument
https://bugzilla.mozilla.org/show_bug.cgi?id=1245649
|
| | |
| | |
| | |
| | |
| | |
| | | |
WARNING: Image width or height is non-positive: file
[drive]:\[path]\layout\base\nsLayoutUtils.cpp, line 6045
https://bugzilla.mozilla.org/show_bug.cgi?id=1317464
|
| | |
| | |
| | |
| | |
| | |
| | | |
WARNING: getting z level of unregistered window: file
[drive]:\[path]\xpfe\appshel\nsWindowMediator.cpp, line 591
https://bugzilla.mozilla.org/show_bug.cgi?id=1307212
|
| |/
|/| |
|
|\ \
| |/
|/| |
window.onerror catches JSON.parse error in Promise fulfillment (follow up)
|
| | |
|
| |
| |
| |
| | |
This is no longer in the spec.
|
|\ \
| | |
| | | |
Eagerly perform tail dispatch for a given task queue when shutting it down
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | | |
Status bar (s4e) code cleanup
|
| | | | |
|
| | | | |
|
| | |/
| |/| |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Display "not supported" error when trying to install WebExtension
Needs a rewrite follow-up
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
This works around build bustage in win64.
|
| | | | |
|
| |_|/
|/| |
| | |
| | | |
Import a clean copy to the tree.
|
| | |
| | |
| | |
| | | |
Found with SA.
|
| | |
| | |
| | |
| | | |
Found with SA.
|
| | | |
|