Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
| * | [DevTools] Storage - style clean up - a check of the variable to see if it ↵ | janekptacijarabaci | 2018-04-28 | -18/+23 | |
| | | | | | | | | | | | | exists Issue #102 | ||||
* | | [DevTools] Storage inspector throws an error when use arrow keys | janekptacijarabaci | 2018-04-28 | -1/+8 | |
|/ | | | | Issue #102 | ||||
* | Merge pull request #225 from janekptacijarabaci/data-transfer_1 | Moonchild | 2018-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 cases | janekptacijarabaci | 2018-04-20 | -23/+11 | |
| | | | | | | | | https://github.com/MoonchildProductions/moebius/pull/56 | ||||
* | | [DevTools] Fix warnings: "Property contained reference to invalid variable" | janekptacijarabaci | 2018-04-22 | -0/+2 | |
|/ | | | | Issue #121 | ||||
* | [PALEMOON] [DevTools] Added support of the appmenu for DevTools menuitems ↵ | janekptacijarabaci | 2018-04-12 | -11/+13 | |
| | | | | | | | (follow up) Issue #96 Issue #102 | ||||
* | Merge pull request #109 from janekptacijarabaci/devtools_appmenu_2 | New Tobin Paradigm | 2018-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 ↵ | janekptacijarabaci | 2018-04-08 | -20/+87 | |
| | | | | | | | | | | | | | | (follow up) Issue #96 Issue #102 | ||||
* | | [DEVTOOLS] Resolve issues with dynamically created devtools menu items vs ↵ | Matt A. Tobin | 2018-04-08 | -17/+23 | |
|/ | | | | | | hardcoded vs overlay Follow up to 1a36001 | ||||
* | Merge pull request #101 from janekptacijarabaci/devtools_CustomizableUI_2 | New Tobin Paradigm | 2018-04-08 | -2/+27 | |
|\ | | | | | CustomizableUI.jsm can't be used for Pale Moon - setting conditions | ||||
| * | Style clean up | janekptacijarabaci | 2018-04-08 | -1/+1 | |
| | | |||||
| * | Use preprocessing instead of AppConstants.jsm | janekptacijarabaci | 2018-04-08 | -17/+27 | |
| | | |||||
| * | CustomizableUI.jsm can't be used for Pale Moon - setting conditions | janekptacijarabaci | 2018-04-08 | -2/+17 | |
| | | | | | | | | Issue #97 | ||||
* | | Merge pull request #100 from janekptacijarabaci/devtools_appmenu_1 | New Tobin Paradigm | 2018-04-08 | -6/+64 | |
|\ \ | | | | | | | Added support of the appmenu for DevTools menuitems (optional) | ||||
| * | | Added support of the appmenu for DevTools menuitems (optional) | janekptacijarabaci | 2018-04-08 | -6/+64 | |
| |/ | | | | | | | Issue #96 | ||||
* | | Merge pull request #99 from janekptacijarabaci/devtools_browser_cleanUp_1 | New Tobin Paradigm | 2018-04-07 | -0/+6 | |
|\ \ | | | | | | | Remove unused variables (DevTools) in browser.js | ||||
| * | | Remove unused variables (DevTools) in browser.js | janekptacijarabaci | 2018-04-08 | -0/+6 | |
| |/ | | | | | | | Issue #95 | ||||
* / | Fix some comment in devtools-browser.js | janekptacijarabaci | 2018-04-08 | -1/+1 | |
|/ | |||||
* | Removing the unused variable | janekptacijarabaci | 2018-04-02 | -1/+0 | |
| | |||||
* | Part 5: Update devtools to follow displayName change | janekptacijarabaci | 2018-03-19 | -5/+5 | |
| | | | | Issue #87 | ||||
* | Bug 755821: Function() should use the parser's argument parsing code | janekptacijarabaci | 2018-03-16 | -3/+2 | |
| | |||||
* | Bug 1442127 - Allow function call times to occur at the same time in ↵ | Tom Ritter | 2018-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 ↵ | janekptacijarabaci | 2018-03-12 | -1/+1 | |
| | | | | mentioning file and property name | ||||
* | DOMContentLoaded and load does not work properly if ↵ | janekptacijarabaci | 2018-03-05 | -9/+20 | |
| | | | | | | "devtools.webconsole.persistlog == true" - is getting higher Issue #52 | ||||
* | Merge pull request #47 from janekptacijarabaci/devtools_storage_refresh_1 | Moonchild | 2018-03-05 | -2/+23 | |
|\ | | | | | Added a button to refresh the Storage Inspector display | ||||
| * | Added a button to refresh the Storage Inspector display | janekptacijarabaci | 2018-03-04 | -2/+23 | |
| | | | | | | | | Issue #45 | ||||
* | | Merge pull request #46 from janekptacijarabaci/devtools_network_curl_1 | Moonchild | 2018-03-05 | -6/+24 | |
|\ \ | | | | | | | Copy as cURL (PATCH) | ||||
| * | | Copy as cURL (PATCH) | janekptacijarabaci | 2018-03-04 | -6/+24 | |
| |/ | | | | | | | Issue #44 | ||||
* | | Merge pull request #48 from janekptacijarabaci/devtools_inspector_typo_1 | Moonchild | 2018-03-05 | -1/+1 | |
|\ \ | |/ |/| | Fix typo in a comment | ||||
| * | [minor fix] DevTools - inspector.properties (fix typo) | janekptacijarabaci | 2018-03-03 | -1/+1 | |
| | | |||||
* | | moebius#346: Storage Inspector should trim port from hosts for cookies | janekptacijarabaci | 2018-03-04 | -0/+31 | |
| | | | | | | | | | | Issue #31 https://github.com/MoonchildProductions/moebius/pull/346 | ||||
* | | Bug 1302989: Make storage inspector work with file:// when # is in the URL | janekptacijarabaci | 2018-03-04 | -32/+173 | |
| | | | | | | | | Issue #31 | ||||
* | | Remove testing-only UI components for e10s | wolfbeast | 2018-03-03 | -4/+3 | |
|/ | | | | | This removes front-end tools only applicable for testing e10s (open non-e10s window, etc.) This resolves #37 | ||||
* | moebius#93: DevTools: Network - DOMContentLoaded and load | janekptacijarabaci | 2018-03-03 | -4/+132 | |
| | | | | | | Issue #31 Improvements: #34 https://github.com/MoonchildProductions/moebius/pull/93 | ||||
* | moebius#350: Don't display storage-sidebar after deleting all cookies | janekptacijarabaci | 2018-03-02 | -32/+46 | |
| | | | | | Issue #31 https://github.com/MoonchildProductions/moebius/pull/350 | ||||
* | moebius#342: Columns are not sorted correctly (Natural Sort algorithm) | janekptacijarabaci | 2018-03-02 | -28/+169 | |
| | | | | | Issue #31 https://github.com/MoonchildProductions/moebius/pull/342 | ||||
* | moebius#339: Make it possible to add cookies, local and session storage entries | janekptacijarabaci | 2018-03-02 | -43/+270 | |
| | | | | | Issue #31 https://github.com/MoonchildProductions/moebius/pull/339 | ||||
* | moebius#337: Added option to remove all session cookies for a specific domain | janekptacijarabaci | 2018-03-02 | -33/+156 | |
| | | | | | Issue #31 https://github.com/MoonchildProductions/moebius/pull/337 | ||||
* | Bug 1321820: Storage Inspector fails with dom.caches.enabled=false | janekptacijarabaci | 2018-03-02 | -7/+52 | |
| | | | | Issue #31 | ||||
* | Bug 1320362: Move indexedDb storage type in the storage inspector into a new ↵ | janekptacijarabaci | 2018-03-02 | -1/+37 | |
| | | | | | | column Issue #31 | ||||
* | Bug 1276339: Storage inspector doesn't work on chrome:// pages and web ↵ | janekptacijarabaci | 2018-03-02 | -37/+139 | |
| | | | | | | extensions Issue #31 | ||||
* | Bug 1146194: Multiple cookies with the same name not shown | janekptacijarabaci | 2018-03-02 | -58/+553 | |
| | | | | Issue #31 | ||||
* | Show the Status Line (e.g. "HTTP/2.0 200 OK") in raw headers (response) | janekptacijarabaci | 2018-03-01 | -2/+13 | |
| | | | | https://github.com/MoonchildProductions/moebius/pull/323 | ||||
* | Properly pass postData into new tab | janekptacijarabaci | 2018-03-01 | -2/+43 | |
| | | | | https://github.com/MoonchildProductions/moebius/pull/352 | ||||
* | [minor fix] DevTools - Throws an error ("String contains an invalid character") | janekptacijarabaci | 2018-03-01 | -1/+1 | |
| | | | | https://github.com/MoonchildProductions/moebius/pull/162 | ||||
* | Restore source-editor commands controller for scratchpad & styleeditor menus | janekptacijarabaci | 2018-03-01 | -0/+114 | |
| | | | | https://github.com/MoonchildProductions/moebius/pull/290 | ||||
* | Add support for -browserconsole (the command line) | janekptacijarabaci | 2018-03-01 | -2/+2 | |
| | | | | https://github.com/MoonchildProductions/moebius/pull/257 | ||||
* | DevTools - network - Copy as cURL (POST) | janekptacijarabaci | 2018-03-01 | -2/+20 | |
| | | | | https://github.com/MoonchildProductions/moebius/pull/167 | ||||
* | DevTools - style editor - StyleSheetsActor should use the parent tabActor to ↵ | janekptacijarabaci | 2018-03-01 | -34/+115 | |
| | | | | | | retrieve the list of windows and react to new/removed windows https://github.com/MoonchildProductions/moebius/pull/124 | ||||
* | DevTools - network - implement the secureConnectionStart property for the ↵ | janekptacijarabaci | 2018-03-01 | -2/+32 | |
| | | | | | | | PerformanceTiming https://github.com/MoonchildProductions/moebius/pull/116 ("/testing" and "/toolkit" in in the previous commit) |