Commit graph

78 commits

Author SHA1 Message Date
janekptacijarabaci
dee826b7ee Bug 1329032 - Extend loadURIWithOptions by a triggeringPrincipal (without an hard e10s) 2019-02-15 23:54:30 +08:00
janekptacijarabaci
1f262f0d2b moebius#90: CSS - implement text-justify property 2019-02-15 23:54:04 +08:00
janekptacijarabaci
6885700c5b moebius#158: The Performance Resource Timing (added support for "workerStart")
https://github.com/MoonchildProductions/moebius/pull/158
2019-02-15 23:53:25 +08:00
janekptacijarabaci
ff4c810e26 [DevTools] Storage - style clean up - a check of the variable to see if it exists (an empty line)
Issue #102
2019-02-15 23:53:03 +08:00
janekptacijarabaci
ae2fd72616 [DevTools] Storage - style clean up - a check of the variable to see if it exists
Issue #102
2019-02-15 23:53:01 +08:00
janekptacijarabaci
b1dccb759a [DevTools] Storage inspector throws an error when use arrow keys
Issue #102
2019-02-15 23:52:58 +08:00
janekptacijarabaci
37c73e0634 moebius#56: Fix: DataTransfer - Pasting image from clipboard fails in some cases
https://github.com/MoonchildProductions/moebius/pull/56
2019-02-15 23:48:56 +08:00
janekptacijarabaci
568b0dd9e5 [DevTools] Fix warnings: "Property contained reference to invalid variable"
Issue #121
2019-02-15 23:48:51 +08:00
janekptacijarabaci
83b729c6a1 [PALEMOON] [DevTools] Added support of the appmenu for DevTools menuitems (follow up)
Issue #96
Issue #102
2019-02-15 23:42:43 +08:00
janekptacijarabaci
c166a0abd4 [PALEMOON] [DevTools] Added support of the appmenu for DevTools menuitems (follow up)
Issue #96
Issue #102
2019-02-15 23:41:46 +08:00
NTD
f0d4b2476b [DEVTOOLS] Resolve issues with dynamically created devtools menu items vs hardcoded vs overlay
Follow up to 1a36001
2019-02-15 23:41:45 +08:00
janekptacijarabaci
dee9b7b41d Style clean up 2019-02-15 23:41:42 +08:00
janekptacijarabaci
e5b9c090ba Use preprocessing instead of AppConstants.jsm 2019-02-15 23:41:40 +08:00
janekptacijarabaci
1661445308 CustomizableUI.jsm can't be used for Pale Moon - setting conditions
Issue #97
2019-02-15 23:41:39 +08:00
janekptacijarabaci
e5c504fca6 Added support of the appmenu for DevTools menuitems (optional)
Issue #96
2019-02-15 23:41:23 +08:00
janekptacijarabaci
93944a63e9 Remove unused variables (DevTools) in browser.js
Issue #95
2019-02-15 23:41:21 +08:00
janekptacijarabaci
01247d33ff Fix some comment in devtools-browser.js 2019-02-15 23:41:20 +08:00
janekptacijarabaci
c9cb57f881 Removing the unused variable 2019-02-15 23:40:30 +08:00
janekptacijarabaci
359afc3ad5 Part 5: Update devtools to follow displayName change
Issue #87
2019-02-15 23:38:50 +08:00
janekptacijarabaci
6e997648ba Handle RegExp correctly in devtools
Issue #77
2019-02-15 23:38:35 +08:00
janekptacijarabaci
0e7a16c088 Bug 755821: Function() should use the parser's argument parsing code 2019-02-15 23:38:10 +08:00
Tom Ritter
af7e635176 Bug 1442127 - Allow function call times to occur at the same time in 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
2019-02-15 23:37:31 +08:00
Tom Ritter
ed176bb836 Bug 1430173 - Update tests for 2ms timers. r=baku, a=RyanVM
MozReview-Commit-ID: 6xhQ71a5rDU

--HG--
extra : transplant_source : %C2%D3%A7It%0Cg%92h%BB%3A%95%A2%0D.%86%B9C%9B%2B
2019-02-15 23:37:22 +08:00
janekptacijarabaci
5149d56104 JS - Object - "TypeError: setting a property that has only a getter" without mentioning file and property name 2019-02-15 23:36:24 +08:00
janekptacijarabaci
b8bbffacbe DOMContentLoaded and load does not work properly if "devtools.webconsole.persistlog == true" - is getting higher
Issue #52
2019-02-15 23:36:00 +08:00
janekptacijarabaci
da48941d63 Added a button to refresh the Storage Inspector display
Issue #45
2019-02-15 23:35:37 +08:00
janekptacijarabaci
d0c4a6bdf1 Copy as cURL (PATCH)
Issue #44
2019-02-15 23:35:35 +08:00
janekptacijarabaci
2786ef0259 [minor fix] DevTools - inspector.properties (fix typo) 2019-02-15 23:35:34 +08:00
janekptacijarabaci
1c0e05bca2 moebius#346: Storage Inspector should trim port from hosts for cookies
Issue #31
https://github.com/MoonchildProductions/moebius/pull/346
2019-02-15 23:35:32 +08:00
janekptacijarabaci
b95939dd3c Bug 1302989: Make storage inspector work with file:// when # is in the URL
Issue #31
2019-02-15 23:35:31 +08:00
wolfbeast
b23857f77b Fix build system translation errors.
Follow-up to 11a8a39f6d2e057d51559c52c1bf0ba74bbfe189
2019-02-15 23:35:25 +08:00
wolfbeast
49ceae702e Remove testing-only UI components for e10s
This removes front-end tools only applicable for testing e10s (open non-e10s window, etc.)
This resolves #37
2019-02-15 23:35:22 +08:00
janekptacijarabaci
ed8a17ae7d moebius#93: DevTools: Network - DOMContentLoaded and load
Issue #31
Improvements: #34
https://github.com/MoonchildProductions/moebius/pull/93
2019-02-15 23:35:20 +08:00
janekptacijarabaci
558c645ef6 moebius#350: Don't display storage-sidebar after deleting all cookies
Issue #31
https://github.com/MoonchildProductions/moebius/pull/350
2019-02-15 23:35:19 +08:00
janekptacijarabaci
8a1405d8b9 moebius#342: Columns are not sorted correctly (Natural Sort algorithm)
Issue #31
https://github.com/MoonchildProductions/moebius/pull/342
2019-02-15 23:35:17 +08:00
janekptacijarabaci
6d865bfda3 moebius#339: Make it possible to add cookies, local and session storage entries
Issue #31
https://github.com/MoonchildProductions/moebius/pull/339
2019-02-15 23:35:16 +08:00
janekptacijarabaci
e688e88257 moebius#337: Added option to remove all session cookies for a specific domain
Issue #31
https://github.com/MoonchildProductions/moebius/pull/337
2019-02-15 23:35:14 +08:00
janekptacijarabaci
555cdbdacb Bug 1321820: Storage Inspector fails with dom.caches.enabled=false
Issue #31
2019-02-15 23:35:13 +08:00
janekptacijarabaci
5d33400c5b Bug 1334252: Find IDB storage for host more directly
Issue #31
2019-02-15 23:35:11 +08:00
janekptacijarabaci
1ea18fdaf7 Bug 1320362: Move indexedDb storage type in the storage inspector into a new column
Issue #31
2019-02-15 23:35:10 +08:00
janekptacijarabaci
d0ef0781ff Bug 1276339: Storage inspector doesn't work on chrome:// pages and web extensions
Issue #31
2019-02-15 23:35:08 +08:00
janekptacijarabaci
a5b4f6e003 Bug 1146194: Multiple cookies with the same name not shown
Issue #31
2019-02-15 23:35:07 +08:00
janekptacijarabaci
db0b581760 Fix nit 2019-02-15 23:34:57 +08:00
janekptacijarabaci
358146630a Show the Status Line (e.g. "HTTP/2.0 200 OK") in raw headers (response)
https://github.com/MoonchildProductions/moebius/pull/323
2019-02-15 23:34:55 +08:00
janekptacijarabaci
27538800b5 Properly pass postData into new tab
https://github.com/MoonchildProductions/moebius/pull/352
2019-02-15 23:34:54 +08:00
janekptacijarabaci
4f34dc2b96 [minor fix] DevTools - Throws an error ("String contains an invalid character")
https://github.com/MoonchildProductions/moebius/pull/162
2019-02-15 23:34:52 +08:00
janekptacijarabaci
fadd7deef2 Fix "help cmd" and "cmd refresh" in the Developer Toolbar
https://github.com/MoonchildProductions/moebius/pull/348
2019-02-15 23:34:51 +08:00
janekptacijarabaci
e7a9064f98 Checking NS_BINDING_ABORTED to avoid dispatching navigate event
https://github.com/MoonchildProductions/moebius/pull/302
2019-02-15 23:34:49 +08:00
janekptacijarabaci
28ab3c0e0d Restore source-editor commands controller for scratchpad & styleeditor menus
https://github.com/MoonchildProductions/moebius/pull/290
2019-02-15 23:34:47 +08:00
janekptacijarabaci
3d03678642 Add support for -browserconsole (the command line)
https://github.com/MoonchildProductions/moebius/pull/257
2019-02-15 23:34:46 +08:00