summaryrefslogtreecommitdiffstats
path: root/devtools/client
Commit message (Collapse)AuthorAgeLines
* Stop using hard-coded URL for "get more devtools"wolfbeast2019-02-16-1/+2
|
* backport mozbug 1334776 - CVE-2017-7797 Header name interning leaks across ↵Gaming4JC2018-09-25-23/+23
| | | | | | | | | | | | | | | 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."
* DevTools - display newlines in some console messagesjanekptacijarabaci2018-07-09-1/+1
| | | | Issue #614
* Fix typos in comments - memory.propertiesjanekptacijarabaci2018-07-07-5/+5
|
* Fix typo in a comment - performance.dtdjanekptacijarabaci2018-07-01-1/+1
|
* Fix typos in comments - animationinspector.propertiesjanekptacijarabaci2018-06-29-2/+2
|
* Use MOZ_AUSTRALIS to define common shared Australis featuresMatt A. Tobin2018-06-28-6/+6
|
* Replace Firefox with "the browser" in webide.properties.JustOff2018-06-25-1/+1
|
* Add extra `Firefox` -> `browser` changes in `webide.properties`JustOff2018-06-18-1/+1
|
* Correct the browser and platform names in `devtools\client`JustOff2018-06-18-23/+39
|
* Added Ci.nsIContentPolicy.TYPE_SAVEAS_DOWNLOAD to next filesjanekptacijarabaci2018-06-17-1/+2
|
* Fix typos in comments - scratchpad.propertiesjanekptacijarabaci2018-06-15-4/+4
|
* Remove Social API.Ascrod2018-05-30-4/+0
|
* Remove support and tests for HSTS priming from the tree. Fixes #384Gaming4JC2018-05-26-6/+0
|
* Revert "Remove the Social API"Moonchild2018-05-25-0/+4
|
* Remove the Social APIAscrod2018-05-24-4/+0
|
* Don't linkify data: or javascript: URLs in the web console.wolfbeast2018-05-15-1/+1
|
* Merge pull request #339 from janekptacijarabaci/devtools_browserconsole_bodies_1Moonchild2018-05-08-1/+1
|\ | | | | DevTools - fix a comment in webConsole.dtd (Web Console and Browser Console)
| * [follow up] DevTools - fix a comment in webConsole.dtd (Web Console and ↵janekptacijarabaci2018-05-08-1/+1
| | | | | | | | | | | | Browser Console - not in the context menu) Issue #102 and #337
| * DevTools - fix a comment in webConsole.dtd (Web Console and Browser Console)janekptacijarabaci2018-05-07-1/+1
| | | | | | | | Issue #102
* | Merge pull request #337 from janekptacijarabaci/devtools_browserconsole_bodies_1Moonchild2018-05-07-8/+48
|\| | | | | [regression] DevTools - Web and Browser console - Added "Log request and response bodies" preference
| * [regression] DevTools - Web and Browser console - Added "Log request and ↵janekptacijarabaci2018-05-07-8/+48
| | | | | | | | | | | | response bodies" preference Issue #102
* | moebius#231: Consider blocking top level window data: URIs (tests)janekptacijarabaci2018-05-06-3/+6
|/ | | | https://github.com/MoonchildProductions/moebius/pull/231
* Building with "--enable-debug" - fix some warningsjanekptacijarabaci2018-05-02-2/+3
| | | | | https://github.com/MoonchildProductions/moebius/pull/146 https://github.com/MoonchildProductions/Pale-Moon/pull/1400
* Bug 1329032 - Extend loadURIWithOptions by a triggeringPrincipal (without an ↵janekptacijarabaci2018-04-30-2/+6
| | | | hard e10s)
* Merge pull request #280 from ↵Moonchild2018-04-28-18/+24
|\ | | | | | | | | janekptacijarabaci/devtools_storage_style-clean-up_1 [DevTools] Storage - style clean up - a check of the variable to see if it exists
| * [DevTools] Storage - style clean up - a check of the variable to see if it ↵janekptacijarabaci2018-04-28-0/+1
| | | | | | | | | | | | exists (an empty line) Issue #102
| * [DevTools] Storage - style clean up - a check of the variable to see if it ↵janekptacijarabaci2018-04-28-18/+23
| | | | | | | | | | | | exists Issue #102
* | [DevTools] Storage inspector throws an error when use arrow keysjanekptacijarabaci2018-04-28-1/+8
|/ | | | Issue #102
* Merge pull request #225 from janekptacijarabaci/data-transfer_1Moonchild2018-04-22-23/+11
|\ | | | | moebius#56: DataTransfer - Pasting image from clipboard fails in some cases
| * moebius#56: Fix: DataTransfer - Pasting image from clipboard fails in some casesjanekptacijarabaci2018-04-20-23/+11
| | | | | | | | https://github.com/MoonchildProductions/moebius/pull/56
* | [DevTools] Fix warnings: "Property contained reference to invalid variable"janekptacijarabaci2018-04-22-0/+2
|/ | | | Issue #121
* [PALEMOON] [DevTools] Added support of the appmenu for DevTools menuitems ↵janekptacijarabaci2018-04-12-11/+13
| | | | | | | (follow up) Issue #96 Issue #102
* Merge pull request #109 from janekptacijarabaci/devtools_appmenu_2New Tobin Paradigm2018-04-08-20/+87
|\ | | | | [PALEMOON] [DevTools] Added support of the appmenu for DevTools menuitems (follow up)
| * [PALEMOON] [DevTools] Added support of the appmenu for DevTools menuitems ↵janekptacijarabaci2018-04-08-20/+87
| | | | | | | | | | | | | | (follow up) Issue #96 Issue #102
* | [DEVTOOLS] Resolve issues with dynamically created devtools menu items vs ↵Matt A. Tobin2018-04-08-17/+23
|/ | | | | | hardcoded vs overlay Follow up to 1a36001
* Merge pull request #101 from janekptacijarabaci/devtools_CustomizableUI_2New Tobin Paradigm2018-04-08-2/+27
|\ | | | | CustomizableUI.jsm can't be used for Pale Moon - setting conditions
| * Style clean upjanekptacijarabaci2018-04-08-1/+1
| |
| * Use preprocessing instead of AppConstants.jsmjanekptacijarabaci2018-04-08-17/+27
| |
| * CustomizableUI.jsm can't be used for Pale Moon - setting conditionsjanekptacijarabaci2018-04-08-2/+17
| | | | | | | | Issue #97
* | Merge pull request #100 from janekptacijarabaci/devtools_appmenu_1New Tobin Paradigm2018-04-08-6/+64
|\ \ | | | | | | Added support of the appmenu for DevTools menuitems (optional)
| * | Added support of the appmenu for DevTools menuitems (optional)janekptacijarabaci2018-04-08-6/+64
| |/ | | | | | | Issue #96
* | Merge pull request #99 from janekptacijarabaci/devtools_browser_cleanUp_1New Tobin Paradigm2018-04-07-0/+6
|\ \ | | | | | | Remove unused variables (DevTools) in browser.js
| * | Remove unused variables (DevTools) in browser.jsjanekptacijarabaci2018-04-08-0/+6
| |/ | | | | | | Issue #95
* / Fix some comment in devtools-browser.jsjanekptacijarabaci2018-04-08-1/+1
|/
* Removing the unused variablejanekptacijarabaci2018-04-02-1/+0
|
* Part 5: Update devtools to follow displayName changejanekptacijarabaci2018-03-19-5/+5
| | | | Issue #87
* Bug 755821: Function() should use the parser's argument parsing codejanekptacijarabaci2018-03-16-3/+2
|
* Bug 1442127 - Allow function call times to occur at the same time in ↵Tom Ritter2018-03-14-1/+1
| | | | | | | | | | browser_profiling-canvas.js for ESR branch. r=baku, a=test-only MozReview-Commit-ID: Fev1JqBwJYO --HG-- extra : transplant_source : %ADG%83%28%3B%94f%98%EAO%80%08%8A%DFs%D4%24C9%A8 extra : histedit_source : 4859a7fdd7b324e0c0231feb4e13437f836bdb9c
* JS - Object - "TypeError: setting a property that has only a getter" without ↵janekptacijarabaci2018-03-12-1/+1
| | | | mentioning file and property name