summaryrefslogtreecommitdiff
path: root/devtools
Commit message (Collapse)AuthorAge
* Issue %3029 - Part 3: Remove Telemetry from Push and devtools.Moonchild2021-10-31
|
* Issue %3028 - Part 2: Remove config and blatant (but not all) mentions of ↵Matt A. Tobin2021-10-26
| | | | XULRunner
* Issue MoonchildProductions/Pale-Moon%2004 - Stop using DIST_SUBDIRMatt A. Tobin2021-10-21
|
* Issue %3025 - Part 1: HYPE_ICEWEASEL and MOZ_AUSTRALISMatt A. Tobin2021-10-21
|
* Issue %3020 - Part 3: Remove /dom/system/android and dependent modules, as wellMoonchild2021-10-14
| | | | as robocop.
* Issue mcp-graveyard/UXP%1751 -- Remove XP_MACOSX conditionals from the rest ↵Moonchild2021-05-06
| | | | | | | of the tree. This also removes some PP abuse and takes file entries out of PP when no longer needed without XP_MACOSX conditionals.
* Issue mcp-graveyard/UXP%1705 - Part 4: Add scrollbar-width CSS keyword to ↵Moonchild2021-01-06
| | | | | | | CSS parser. This should be all parts needed to add a brand new enum keyword including getting the computed style from it...
* Revert "Issue mcp-graveyard/UXP%1686 - Align a keybinding definition with ↵Moonchild2020-12-20
| | | | | | the others" This reverts commit 85dc118aaca8446cbe33671446ac23147daec44c.
* Issue mcp-graveyard/UXP%1686 - Align a keybinding definition with the othersAlessio Vanni2020-11-18
|
* Issue mcp-graveyard/UXP%1673 - Part 4: Unprefix -moz-tab-size.athenian2002020-10-28
| | | | 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
|\
| * Merge branch 'master' of https://github.com/MoonchildProductions/UXP into ↵athenian2002020-10-18
| |\ | | | | | | | | | caret_color
| * | Issue mcp-graveyard/UXP%1668 - Part 1: Implement support for caret-color ↵athenian2002020-10-18
| | | | | | | | | | | | | | | | | | | | | | | | property. 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 mcp-graveyard/UXP%1671 - Unprefix ::-moz-selectionMoonchild2020-10-20
| |/ |/| | | | | | | | | | | | | 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
| | | | | | | | Tag mcp-graveyard/UXP%1666
* | Issue mcp-graveyard/UXP%1656 - Part 8: Devtools and misc.Moonchild2020-09-24
| |
* | Issue mcp-graveyard/UXP%1656 - Part 6: Clean up the build filesMoonchild2020-09-23
| |
* | Issue mcp-graveyard/UXP%1656 - Part 4: Manual cleanupMoonchild2020-09-23
| |
* | Issue mcp-graveyard/UXP%1656 - Part 4: Tackle *.idl, *.css, *.ipdlh, ↵Moonchild2020-09-23
| | | | | | | | *.webidl, *.cc
* | Issue mcp-graveyard/UXP%1656 - Part 3: Nuke more vim config lines in the tree.Moonchild2020-09-23
| | | | | | | | Another S&R run with some smarter matching.
* | Issue mcp-graveyard/UXP%1656 - Part 2: Unmangle some unfortunate UTF-8 victims.Moonchild2020-09-23
| | | | | | | | The poor fellows got lost in an ASCII-interpretation of the world.
* | Issue mcp-graveyard/UXP%1656 - Part 1: Nuke most vim config lines in the tree.Moonchild2020-09-23
|/ | | | | | 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
| | | | | This reverts commit ed88b99849156004c04e4a0c87ea9b2360ef19b6, reversing changes made to c4b0715baaffc541670fd1158557aa7e61e521d3.
* [devtools] Port various upstream fixesMoonchild2020-05-06
|
* Bug 1355351 - Make pseudo-elements return the correct style via getComputedStyleMatt A. Tobin2020-04-17
| | | | | | | | | * 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 mcp-graveyard/UXP%1375
* Issue mcp-graveyard/UXP%1280 - Stop requesting HPKP state from within devtools.wolfbeast2020-03-30
|
* [devtools] Properly escape method arguments for curl.wolfbeast2020-03-19
|
* Follow-up to 4e2e9be6a - Move HeapSnapshot DevTools-only Modules back to ↵Matt A. Tobin2020-02-23
| | | | | | | | DevTools I am so done with this. Resolves %316
* Reclassify heapsnapshot and nsJSInspector as not part of devtoolsMatt A. Tobin2020-02-22
| | | | This resolves Issue mcp-graveyard/UXP%316
* Issue mcp-graveyard/UXP%1356 - Remove -moz-user-input disabled to improve ↵athenian2002020-01-16
| | | | event handling.
* Issue mcp-graveyard/UXP%1328 - Part 2: Change tests that require Courier New ↵wolfbeast2019-12-18
| | | | explicitly.
* Issue mcp-graveyard/UXP%1289 - Part 3: Update tests.wolfbeast2019-11-14
|
* Issue mcp-graveyard/UXP%1257 - Part 3: Remove/update tests.wolfbeast2019-10-27
| | | | | | | 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 mcp-graveyard/UXP%1230 - Part 2: Align devtools to the changes in css-gridGaming4JC2019-09-28
| | | | | Ref: 1398537 part 4 - [css-multicol] Implement percentages for 'column-gap' (automated update of devtools).
* Issue mcp-graveyard/UXP%1124: Remove Firefox Developer Edition code.wolfbeast2019-08-14
| | | | Removes all occurrences of MOZ_DEV_EDITION code and some helpers.
* Enable the JSON View tool by default.wolfbeast2019-08-13
| | | | Follow-up to issue %1138.
* Issue mcp-graveyard/UXP%1138 - Part 4: fix JSON Viewer save functionalityyami2019-08-01
| | | | | | 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 mcp-graveyard/UXP%1138 - Part 3: avoid quirks mode in JSON Vieweryami2019-07-30
| | | | Mozilla Bug 1368899
* Issue mcp-graveyard/UXP%1138 - Part 2: JSON Viewer should ignore BOMyami2019-07-30
| | | | Mozilla Bug 1395313
* Issue mcp-graveyard/UXP%1138 - Part 1: refactor the JSON Viewer stream converteryami2019-07-30
| | | | Mozilla Bug 1367894
* 104442 - Part 5: Add another testcase for devtools and note.Gaming4JC2019-07-18
|
* 104442 - Part 4: Update stub.Gaming4JC2019-07-18
|
* 104442 - Part 3: Add test input for mocha test.Gaming4JC2019-07-18
|
* 104442 - Part 2: Add a testcase for devtools and note.Gaming4JC2019-07-18
|
* 1283712 - Part 11.4: Fix assignmentGaming4JC2019-07-18
|
* 1283712 - Part 11.3: Add mocha test.Gaming4JC2019-07-18
|
* 1283712 - Part 11.2: Update stub.Gaming4JC2019-07-18
|
* 1283712 - Part 11.1: Show notes in devtools console.Gaming4JC2019-07-18
|
* Remove WebIDE devtools component.wolfbeast2019-07-13
| | | | This resolves %1123
* Issue mcp-graveyard/UXP%1053 - Drop support Android and remove Fennec - Part ↵Matt A. Tobin2019-04-23
| | | | 1b: Remove MOZ_FENNEC