summaryrefslogtreecommitdiffstats
path: root/devtools/client
Commit message (Collapse)AuthorAgeLines
* Issue #1671 - Unprefix ::-moz-selectionMoonchild2020-10-20-3/+3
| | | | | | | | This actually keeps both pseudo-elements for now, since the prefixed version is still used internally, but we need the unprefixed version for web compat. Note: while unprefixing a non-spec-compliant pseudo here, it's exactly in line with what other browsers do. Nobody is following the spec here and at least we'll be doing what everyone else is with our unprefixed version.
* Issue #1656 - Part 8: Devtools and misc.Moonchild2020-09-24-579/+0
|
* Issue #1656 - Part 6: Clean up the build filesMoonchild2020-09-23-113/+0
|
* Issue #1656 - Part 4: Manual cleanupMoonchild2020-09-23-5/+0
|
* Issue #1656 - Part 4: Tackle *.idl, *.css, *.ipdlh, *.webidl, *.ccMoonchild2020-09-23-1/+0
|
* Issue #1656 - Part 2: Unmangle some unfortunate UTF-8 victims.Moonchild2020-09-23-1/+1
| | | | The poor fellows got lost in an ASCII-interpretation of the world.
* Issue #1656 - Part 1: Nuke most vim config lines in the tree.Moonchild2020-09-23-824/+1
| | | | | | Since these are just interpreted comments, there's 0 impact on actual code. This removes all lines that match /* vim: set(.*)tw=80: */ with S&R -- there are a few others scattered around which will be removed manually in a second part.
* Revert "Merge pull request #1357 from athenian200/form-disabled-issue"athenian2002020-05-20-0/+1
| | | | | This reverts commit ed88b99849156004c04e4a0c87ea9b2360ef19b6, reversing changes made to c4b0715baaffc541670fd1158557aa7e61e521d3.
* [devtools] Port various upstream fixesMoonchild2020-05-06-3/+9
|
* Bug 1355351 - Make pseudo-elements return the correct style via getComputedStyleMatt A. Tobin2020-04-17-2/+2
| | | | | | | | | * Add a node property to access the ::before and ::after pseudo-elements * Look for the frame for ::before and ::after pseudos * Clean up pseudo-element props * Simplify nsLayoutUtils callers, and make child iterators notice display: contents pseudos Tag #1375
* Issue #1280 - Stop requesting HPKP state from within devtools.wolfbeast2020-03-30-1/+1
|
* [devtools] Properly escape method arguments for curl.wolfbeast2020-03-19-13/+25
|
* Issue #1356 - Remove -moz-user-input disabled to improve event handling.athenian2002020-01-16-1/+0
|
* Issue #1328 - Part 2: Change tests that require Courier New explicitly.wolfbeast2019-12-18-1/+1
|
* Issue #1289 - Part 3: Update tests.wolfbeast2019-11-14-0/+4
|
* Issue #1257 - Part 3: Remove/update tests.wolfbeast2019-10-27-30/+28
| | | | | | | This removes a ton of tests that are no longer relevant with (un)watch removed (e.g. testing stability/bugs in the watchpoint system itself which has never been the most stable), and updates others that would previously rely on watch/unwatch, so that they don't unexpectedly fail.
* Issue #1124: Remove Firefox Developer Edition code.wolfbeast2019-08-14-7/+1
| | | | Removes all occurrences of MOZ_DEV_EDITION code and some helpers.
* Enable the JSON View tool by default.wolfbeast2019-08-13-6/+1
| | | | Follow-up to issue #1138.
* Issue #1138 - Part 4: fix JSON Viewer save functionalityyami2019-08-01-4/+1
| | | | | | Saving JSON from the viewer was broken, because the message passed to the `saveToFile` function contained unneeded data. This bug was introduced by 23e68227a2e3f3946fa4fd5589f338e6b36a6e56.
* Issue #1138 - Part 3: avoid quirks mode in JSON Vieweryami2019-07-30-127/+146
| | | | Mozilla Bug 1368899
* Issue #1138 - Part 2: JSON Viewer should ignore BOMyami2019-07-30-10/+12
| | | | Mozilla Bug 1395313
* Issue #1138 - Part 1: refactor the JSON Viewer stream converteryami2019-07-30-194/+153
| | | | Mozilla Bug 1367894
* 104442 - Part 5: Add another testcase for devtools and note.Gaming4JC2019-07-18-0/+18
|
* 104442 - Part 4: Update stub.Gaming4JC2019-07-18-0/+87
|
* 104442 - Part 3: Add test input for mocha test.Gaming4JC2019-07-18-0/+4
|
* 1283712 - Part 11.4: Fix assignmentGaming4JC2019-07-18-1/+1
|
* 1283712 - Part 11.3: Add mocha test.Gaming4JC2019-07-18-0/+96
|
* 1283712 - Part 11.2: Update stub.Gaming4JC2019-07-18-77/+97
|
* 1283712 - Part 11.1: Show notes in devtools console.Gaming4JC2019-07-18-2/+48
|
* Remove WebIDE devtools component.wolfbeast2019-07-13-13807/+0
| | | | This resolves #1123
* Pref try/catch block fixup. Tag #991.Ascrod2019-04-13-2/+2
|
* Issue #991 Part 3: DevtoolsAscrod2019-04-13-28/+10
|
* Merge branch 'master' into 816wolfbeast2019-04-05-131/+28
|\
| * Merge pull request #834 from g4jc/remove_contextidMoonchild2019-03-25-130/+25
| |\ | | | | | | Issue #756 - Remove Contextual Identity
| | * Issue #756 - Remove Contextual Identity from DevToolsGaming4JC2019-03-18-130/+25
| | |
| * | Escape '!' to '\041' in posix strings ($'...')Brian Grinstead2019-03-23-0/+1
| |/
| * Stop using hard-coded URL for "get more devtools"wolfbeast2019-02-16-1/+2
| |
* | Stage 1-4: Update testsTooru Fujisawa2019-02-03-2/+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
|