wolfbeast
81b341a9b3
Clean up a number of unused variables.
...
Tag #21 .
2018-09-29 23:20:36 +02:00
Moonchild
b92dbaf6a1
Merge pull request #791 from g4jc/session_supercookie
...
Issue #792 - backport mozbug 1334776 - CVE-2017-7797 Header name interning leaks across origins
2018-09-27 00:59:51 +02:00
Matt A. Tobin
a549e0c4a3
Build nsJSInspector regardless of devtools
2018-09-26 17:49:21 -04:00
Gaming4JC
c5c9445e3a
backport mozbug 1334776 - CVE-2017-7797 Header name interning leaks across origins
...
Potential attack: session supercookie.
[Moz Notes](https://bugzilla.mozilla.org/show_bug.cgi?id=1334776#c5 ):
"The problem is that for unknown header names we store the first one we see and then later we case-insensitively match against that name *globally*. That means you can track if a user agent has already seen a certain header name used (by using a different casing and observing whether it gets normalized). This would allow you to see if a user has used a sensitive service that uses custom header names, or allows you to track a user across sites, by teaching the browser about a certain header case once and then observing if different casings get normalized to that.
What we should do instead is only store the casing for a header name for each header list and not globally. That way it only leaks where it's expected (and necessary) to leak."
[Moz fix note](https://bugzilla.mozilla.org/show_bug.cgi?id=1334776#c8 ):
"nsHttpAtom now holds the old nsHttpAtom and a string that is case sensitive (only for not standard headers).
So nsHttpAtom holds a pointer to a header name. (header names are store on a static structure). This is how it used to be. I left that part the same but added a nsCString which holds a string that was used to resoled the header name. So when we parse headers we call ResolveHeader with a char*. If it is a new header name the char* will be stored in a HttpHeapAtom, nsHttpAtom::_val will point to HttpHeapAtom::value and the same strings will be stored in mLocalCaseSensitiveHeader. For the first resolve request they will be the same but for the following maybe not. At the end this nsHttpAtom will be stored in nsHttpHeaderArray. For all operation we will used the old char* except when we are returning it to a script using VisitHeaders."
2018-09-25 23:03:28 -04:00
wolfbeast
ab961aeb54
Remove all C++ Telemetry Accumulation calls.
...
This creates a number of stubs and leaves some surrounding code that may be irrelevant (eg. recorded time stamps, status variables).
Stub resolution/removal should be a follow-up to this.
2018-09-03 10:11:38 +02:00
wolfbeast
1425f020c4
Remove support for TLS session caches in TLSServerSocket.
...
This resolves #738
2018-09-01 23:45:10 +02:00
janekptacijarabaci
a1b9326fb6
DevTools - display newlines in some console messages
...
Issue #614
2018-07-09 18:20:19 +02:00
janekptacijarabaci
f3c0ab1ea0
Fix typos in comments - memory.properties
2018-07-07 19:22:57 +02:00
janekptacijarabaci
4a5b5f0aed
Fix typo in a comment - performance.dtd
2018-07-01 20:13:38 +02:00
janekptacijarabaci
eb2f77f1a5
Fix typos in comments - animationinspector.properties
2018-06-29 09:56:12 +02:00
Matt A. Tobin
ddea471099
Use MOZ_AUSTRALIS to define common shared Australis features
2018-06-28 13:20:53 -04:00
Moonchild
5a559eb6c9
Merge pull request #545 from janekptacijarabaci/devtools_eyedropper_slow_1
...
DevTools - Eyedropper Tool - Used "createImageBitmap(canvas.toBlob())" instead of "createImageBitmap(ctx.getImageData())"
2018-06-25 16:26:13 +02:00
JustOff
2c85822add
Replace Firefox with "the browser" in webide.properties.
2018-06-25 16:10:19 +03:00
janekptacijarabaci
0d89d668e4
DevTools - Eyedropper Tool - Used "createImageBitmap(canvas.toBlob())" instead of "createImageBitmap(ctx.getImageData())"
...
Issue #544
2018-06-24 20:33:07 +02:00
JustOff
9a19018b37
Add extra Firefox -> browser changes in webide.properties
2018-06-18 19:18:52 +03:00
JustOff
2ab4d666fb
Correct the browser and platform names in devtools\client
2018-06-18 18:51:16 +03:00
janekptacijarabaci
6e567403cb
Added Ci.nsIContentPolicy.TYPE_SAVEAS_DOWNLOAD to next files
2018-06-17 14:20:50 +02:00
janekptacijarabaci
bcaa292a2a
Fix typos in comments - scratchpad.properties
2018-06-15 20:17:43 +02:00
Ascrod
5f89c3da66
Remove Social API.
2018-05-30 17:45:05 -04:00
Gaming4JC
bd85173562
Remove support and tests for HSTS priming from the tree. Fixes #384
2018-05-26 15:42:45 -04:00
Moonchild
72bab89cf6
Revert "Remove the Social API"
2018-05-25 20:45:48 +00:00
Ascrod
3a9d1b5351
Remove the Social API
2018-05-24 16:29:56 -04:00
wolfbeast
c9d1a79bd0
Don't linkify data: or javascript: URLs in the web console.
2018-05-15 21:52:48 +02:00
wolfbeast
1124fb525b
Remove other gonk widget conditionals and unused files.
...
Tag #288 .
2018-05-13 22:46:04 +02:00
Moonchild
aa662adcfc
Merge pull request #339 from janekptacijarabaci/devtools_browserconsole_bodies_1
...
DevTools - fix a comment in webConsole.dtd (Web Console and Browser Console)
2018-05-08 15:51:04 +02:00
janekptacijarabaci
eac16a5e59
[follow up] DevTools - fix a comment in webConsole.dtd (Web Console and Browser Console - not in the context menu)
...
Issue #102 and #337
2018-05-08 06:41:28 +02:00
janekptacijarabaci
2772ce4d2a
DevTools - fix a comment in webConsole.dtd (Web Console and Browser Console)
...
Issue #102
2018-05-07 11:40:08 +02:00
Moonchild
43208a5308
Merge pull request #337 from janekptacijarabaci/devtools_browserconsole_bodies_1
...
[regression] DevTools - Web and Browser console - Added "Log request and response bodies" preference
2018-05-07 11:39:29 +02:00
janekptacijarabaci
1b0c4bf462
[regression] DevTools - Web and Browser console - Added "Log request and response bodies" preference
...
Issue #102
2018-05-07 07:23:21 +02:00
janekptacijarabaci
4b7a2c677a
moebius#231: Consider blocking top level window data: URIs (tests)
...
https://github.com/MoonchildProductions/moebius/pull/231
2018-05-06 14:31:20 +02:00
Moonchild
7ea87f571b
Merge pull request #319 from janekptacijarabaci/debug_warning_1
...
moebius#146: Building with "--enable-debug" - fix some warnings
2018-05-02 23:42:32 +02:00
Moonchild
04c8f8f8bc
Merge pull request #320 from janekptacijarabaci/instanceof_negations_1
...
palemoon#1173: Fix unsafe "instanceof" negations
2018-05-02 16:23:14 +02:00
janekptacijarabaci
3dfd1412e4
Building with "--enable-debug" - fix some warnings
...
https://github.com/MoonchildProductions/moebius/pull/146
https://github.com/MoonchildProductions/Pale-Moon/pull/1400
2018-05-02 07:08:14 +02:00
janekptacijarabaci
3442ae7718
Fix unsafe "instanceof" negations
...
https://github.com/MoonchildProductions/Pale-Moon/pull/1173
2018-05-02 06:57:57 +02:00
Matt A. Tobin
dc43d59ae3
Issue #316 - Always build heapsnapshot regardless of the rest of the devtools for now
2018-05-01 15:53:52 -04:00
janekptacijarabaci
74858918fa
Bug 1329032 - Extend loadURIWithOptions by a triggeringPrincipal (without an hard e10s)
2018-04-30 22:57:23 +02:00
Moonchild
8c146ab24a
Merge pull request #297 from janekptacijarabaci/css_text-justify_1
...
CSS - implement text-justify property
2018-04-29 18:52:17 +02:00
janekptacijarabaci
e040ed9250
moebius#158: The Performance Resource Timing (added support for "workerStart")
...
https://github.com/MoonchildProductions/moebius/pull/158
2018-04-29 11:49:50 +02:00
Moonchild
bddefd4211
Merge pull request #280 from janekptacijarabaci/devtools_storage_style-clean-up_1
...
[DevTools] Storage - style clean up - a check of the variable to see if it exists
2018-04-28 16:19:14 +02:00
janekptacijarabaci
8f65db7541
[DevTools] Storage - style clean up - a check of the variable to see if it exists (an empty line)
...
Issue #102
2018-04-28 12:53:10 +02:00
janekptacijarabaci
775b1b825f
[DevTools] Storage - style clean up - a check of the variable to see if it exists
...
Issue #102
2018-04-28 12:27:35 +02:00
janekptacijarabaci
2d7d421391
[DevTools] Storage inspector throws an error when use arrow keys
...
Issue #102
2018-04-28 12:23:00 +02:00
Moonchild
c74754d238
Merge pull request #225 from janekptacijarabaci/data-transfer_1
...
moebius#56: DataTransfer - Pasting image from clipboard fails in some cases
2018-04-22 10:13:13 +02:00
janekptacijarabaci
752af49b6e
[DevTools] Fix warnings: "Property contained reference to invalid variable"
...
Issue #121
2018-04-22 02:34:33 +02:00
janekptacijarabaci
4549256c2b
moebius#56: Fix: DataTransfer - Pasting image from clipboard fails in some cases
...
https://github.com/MoonchildProductions/moebius/pull/56
2018-04-20 22:54:26 +02:00
janekptacijarabaci
912ac7e228
[PALEMOON] [DevTools] Added support of the appmenu for DevTools menuitems (follow up)
...
Issue #96
Issue #102
2018-04-12 15:49:28 +02:00
New Tobin Paradigm
7156604f1c
Merge pull request #109 from janekptacijarabaci/devtools_appmenu_2
...
[PALEMOON] [DevTools] Added support of the appmenu for DevTools menuitems (follow up)
2018-04-08 19:48:59 -04:00
Matt A. Tobin
be78355e83
[DEVTOOLS] Resolve issues with dynamically created devtools menu items vs hardcoded vs overlay
...
Follow up to 1a36001
2018-04-08 19:48:21 -04:00
janekptacijarabaci
9a94a94cff
[PALEMOON] [DevTools] Added support of the appmenu for DevTools menuitems (follow up)
...
Issue #96
Issue #102
2018-04-08 21:55:44 +02:00
New Tobin Paradigm
2e7c6320a8
Merge pull request #101 from janekptacijarabaci/devtools_CustomizableUI_2
...
CustomizableUI.jsm can't be used for Pale Moon - setting conditions
2018-04-08 14:06:12 -04:00