summaryrefslogtreecommitdiffstats
path: root/devtools
Commit message (Collapse)AuthorAgeLines
* Issue #1705 - Part 4: Add scrollbar-width CSS keyword to CSS parser.Moonchild2021-01-06-0/+1
| | | | | This should be all parts needed to add a brand new enum keyword including getting the computed style from it...
* Revert "Issue #1686 - Align a keybinding definition with the others"Moonchild2020-12-20-1/+1
| | | | This reverts commit 85dc118aaca8446cbe33671446ac23147daec44c.
* Issue #1686 - Align a keybinding definition with the othersAlessio Vanni2020-11-18-1/+1
|
* Issue #1673 - Part 4: Unprefix -moz-tab-size.athenian2002020-10-28-2/+19
| | | | While we do fail a couple of tests, the other mainstream browsers also fail them and I think our implementation of tab-size is good enough to be unprefixed at this point. Having this patch also makes testing easier.
* Merge branch 'master' of https://github.com/MoonchildProductions/UXPMoonchild2020-10-20-0/+23
|\
| * Merge branch 'master' of https://github.com/MoonchildProductions/UXP into ↵athenian2002020-10-18-1664/+2
| |\ | | | | | | | | | caret_color
| * | Issue #1668 - Part 1: Implement support for caret-color property.athenian2002020-10-18-0/+23
| | | | | | | | | | | | | | | | | | This CSS property allows input carets (that blinking input cursor you see in text fields), to be given a custom color. This was implemented in Firefox 53, and it was such a minor feature that no one ever missed it, but I don't see any harm in implementing this. https://bugzilla.mozilla.org/show_bug.cgi?id=1063162
* | | Issue #1671 - Unprefix ::-moz-selectionMoonchild2020-10-20-3/+4
| |/ |/| | | | | | | | | | | | | 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.
* | [devtools] Teach devtools about overflow-wrap: anywhereMoonchild2020-10-03-0/+2
| | | | | | | | Tag #1666
* | Issue #1656 - Part 8: Devtools and misc.Moonchild2020-09-24-630/+0
| |
* | Issue #1656 - Part 6: Clean up the build filesMoonchild2020-09-23-167/+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 3: Nuke more vim config lines in the tree.Moonchild2020-09-23-1/+0
| | | | | | | | Another S&R run with some smarter matching.
* | 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-861/+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/+3
| | | | | 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-2/+3
|
* [devtools] Properly escape method arguments for curl.wolfbeast2020-03-19-13/+25
|
* Follow-up to 4e2e9be6a - Move HeapSnapshot DevTools-only Modules back to ↵Matt A. Tobin2020-02-23-0/+2355
| | | | | | | | DevTools I am so done with this. Resolves #316
* Reclassify heapsnapshot and nsJSInspector as not part of devtoolsMatt A. Tobin2020-02-22-18084/+5
| | | | This resolves Issue #316
* Issue #1356 - Remove -moz-user-input disabled to improve event handling.athenian2002020-01-16-3/+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-5/+10
|
* 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 #1230 - Part 2: Align devtools to the changes in css-gridGaming4JC2019-09-28-2/+4
| | | | | Ref: 1398537 part 4 - [css-multicol] Implement percentages for 'column-gap' (automated update of devtools).
* 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
|
* 104442 - Part 2: Add a testcase for devtools and note.Gaming4JC2019-07-18-0/+18
|
* 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-4/+87
|
* Remove WebIDE devtools component.wolfbeast2019-07-13-13807/+0
| | | | This resolves #1123
* Issue #1053 - Drop support Android and remove Fennec - Part 1b: Remove ↵Matt A. Tobin2019-04-23-7/+2
| | | | MOZ_FENNEC
* Handle URL token in a closer way to the CSS3 specJustOff2019-04-20-2/+22
|
* Pref try/catch block fixup. Tag #991.Ascrod2019-04-13-2/+2
|
* Issue #991 Part 3: DevtoolsAscrod2019-04-13-41/+12
|
* Merge branch 'master' into 816wolfbeast2019-04-05-163/+30
|\
| * Merge pull request #834 from g4jc/remove_contextidMoonchild2019-03-25-142/+26
| |\ | | | | | | Issue #756 - Remove Contextual Identity
| | * Issue #756 - Remove Contextual Identity from DevToolsGaming4JC2019-03-18-142/+26
| | |