summaryrefslogtreecommitdiffstats
path: root/devtools
Commit message (Collapse)AuthorAgeLines
* 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
|
* Add support for the function `name` property.wolfbeast2018-03-20-37/+51
|\ | | | | | | | | | | This resolves #78. Merged remote-tracking branch 'janek/js_function_name_1'
| * Part 5: Update devtools to follow displayName changejanekptacijarabaci2018-03-19-37/+51
| | | | | | | | Issue #87
* | Handle RegExp correctly in devtoolsjanekptacijarabaci2018-03-19-5/+0
|/ | | | Issue #77
* Bug 755821: Function() should use the parser's argument parsing codejanekptacijarabaci2018-03-16-14/+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
* Bug 1430173 - Update tests for 2ms timers. r=baku, a=RyanVMTom Ritter2018-03-14-2/+3
| | | | | | | MozReview-Commit-ID: 6xhQ71a5rDU --HG-- extra : transplant_source : %C2%D3%A7It%0Cg%92h%BB%3A%95%A2%0D.%86%B9C%9B%2B
* JS - Object - "TypeError: setting a property that has only a getter" without ↵janekptacijarabaci2018-03-12-1/+1
| | | | mentioning file and property name
* DOMContentLoaded and load does not work properly if ↵janekptacijarabaci2018-03-05-9/+20
| | | | | | "devtools.webconsole.persistlog == true" - is getting higher Issue #52
* Merge pull request #47 from janekptacijarabaci/devtools_storage_refresh_1Moonchild2018-03-05-2/+23
|\ | | | | Added a button to refresh the Storage Inspector display
| * Added a button to refresh the Storage Inspector displayjanekptacijarabaci2018-03-04-2/+23
| | | | | | | | Issue #45
* | Merge pull request #46 from janekptacijarabaci/devtools_network_curl_1Moonchild2018-03-05-6/+24
|\ \ | | | | | | Copy as cURL (PATCH)
| * | Copy as cURL (PATCH)janekptacijarabaci2018-03-04-6/+24
| |/ | | | | | | Issue #44
* | Merge pull request #48 from janekptacijarabaci/devtools_inspector_typo_1Moonchild2018-03-05-1/+1
|\ \ | |/ |/| Fix typo in a comment
| * [minor fix] DevTools - inspector.properties (fix typo)janekptacijarabaci2018-03-03-1/+1
| |
* | Merge pull request #40 from janekptacijarabaci/devtools_import-from-moebius_3Moonchild2018-03-04-84/+307
|\ \ | | | | | | Port across devtools enhancements - 3
| * | moebius#346: Storage Inspector should trim port from hosts for cookiesjanekptacijarabaci2018-03-04-4/+40
| | | | | | | | | | | | | | | Issue #31 https://github.com/MoonchildProductions/moebius/pull/346
| * | Bug 1302989: Make storage inspector work with file:// when # is in the URLjanekptacijarabaci2018-03-04-84/+271
| | | | | | | | | | | | Issue #31
* | | Fix build system translation errors.wolfbeast2018-03-04-1/+1
|/ / | | | | | | Follow-up to 11a8a39f6d2e057d51559c52c1bf0ba74bbfe189
* / Remove testing-only UI components for e10swolfbeast2018-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 loadjanekptacijarabaci2018-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 cookiesjanekptacijarabaci2018-03-02-32/+46
| | | | | Issue #31 https://github.com/MoonchildProductions/moebius/pull/350
* moebius#342: Columns are not sorted correctly (Natural Sort algorithm)janekptacijarabaci2018-03-02-35/+187
| | | | | Issue #31 https://github.com/MoonchildProductions/moebius/pull/342
* moebius#339: Make it possible to add cookies, local and session storage entriesjanekptacijarabaci2018-03-02-43/+309
| | | | | Issue #31 https://github.com/MoonchildProductions/moebius/pull/339
* moebius#337: Added option to remove all session cookies for a specific domainjanekptacijarabaci2018-03-02-34/+186
| | | | | Issue #31 https://github.com/MoonchildProductions/moebius/pull/337
* Bug 1321820: Storage Inspector fails with dom.caches.enabled=falsejanekptacijarabaci2018-03-02-7/+57
| | | | Issue #31
* Bug 1334252: Find IDB storage for host more directlyjanekptacijarabaci2018-03-02-57/+52
| | | | Issue #31
* Bug 1320362: Move indexedDb storage type in the storage inspector into a new ↵janekptacijarabaci2018-03-02-6/+51
| | | | | | column Issue #31
* Bug 1276339: Storage inspector doesn't work on chrome:// pages and web ↵janekptacijarabaci2018-03-02-129/+361
| | | | | | extensions Issue #31
* Bug 1146194: Multiple cookies with the same name not shownjanekptacijarabaci2018-03-02-169/+829
| | | | Issue #31
* Merge pull request #34 from janekptacijarabaci/devtools_import-from-moebius_1Moonchild2018-03-02-456/+1313
|\ | | | | Port across devtools enhancements
| * Fix nitjanekptacijarabaci2018-03-01-1/+1
| |
| * Show the Status Line (e.g. "HTTP/2.0 200 OK") in raw headers (response)janekptacijarabaci2018-03-01-2/+13
| | | | | | | | https://github.com/MoonchildProductions/moebius/pull/323
| * Properly pass postData into new tabjanekptacijarabaci2018-03-01-2/+43
| | | | | | | | https://github.com/MoonchildProductions/moebius/pull/352