summaryrefslogtreecommitdiffstats
path: root/devtools
Commit message (Collapse)AuthorAgeLines
...
| * DevTools - Eyedropper Tool - Used "createImageBitmap(canvas.toBlob())" ↵janekptacijarabaci2018-06-24-14/+16
| | | | | | | | | | | | instead of "createImageBitmap(ctx.getImageData())" Issue #544
* | Replace Firefox with "the browser" in webide.properties.JustOff2018-06-25-1/+1
|/
* Add extra `Firefox` -> `browser` changes in `webide.properties`JustOff2018-06-18-1/+1
|
* Correct the browser and platform names in `devtools\client`JustOff2018-06-18-23/+39
|
* Added Ci.nsIContentPolicy.TYPE_SAVEAS_DOWNLOAD to next filesjanekptacijarabaci2018-06-17-1/+2
|
* Fix typos in comments - scratchpad.propertiesjanekptacijarabaci2018-06-15-4/+4
|
* Remove Social API.Ascrod2018-05-30-4/+0
|
* Remove support and tests for HSTS priming from the tree. Fixes #384Gaming4JC2018-05-26-6/+0
|
* Revert "Remove the Social API"Moonchild2018-05-25-0/+4
|
* Remove the Social APIAscrod2018-05-24-4/+0
|
* Don't linkify data: or javascript: URLs in the web console.wolfbeast2018-05-15-1/+1
|
* Remove other gonk widget conditionals and unused files.wolfbeast2018-05-13-12/+1
| | | | Tag #288.
* Merge pull request #339 from janekptacijarabaci/devtools_browserconsole_bodies_1Moonchild2018-05-08-1/+1
|\ | | | | DevTools - fix a comment in webConsole.dtd (Web Console and Browser Console)
| * [follow up] DevTools - fix a comment in webConsole.dtd (Web Console and ↵janekptacijarabaci2018-05-08-1/+1
| | | | | | | | | | | | Browser Console - not in the context menu) Issue #102 and #337
| * DevTools - fix a comment in webConsole.dtd (Web Console and Browser Console)janekptacijarabaci2018-05-07-1/+1
| | | | | | | | Issue #102
* | Merge pull request #337 from janekptacijarabaci/devtools_browserconsole_bodies_1Moonchild2018-05-07-8/+48
|\| | | | | [regression] DevTools - Web and Browser console - Added "Log request and response bodies" preference
| * [regression] DevTools - Web and Browser console - Added "Log request and ↵janekptacijarabaci2018-05-07-8/+48
| | | | | | | | | | | | response bodies" preference Issue #102
* | moebius#231: Consider blocking top level window data: URIs (tests)janekptacijarabaci2018-05-06-3/+6
|/ | | | https://github.com/MoonchildProductions/moebius/pull/231
* Merge pull request #319 from janekptacijarabaci/debug_warning_1Moonchild2018-05-02-2/+3
|\ | | | | moebius#146: Building with "--enable-debug" - fix some warnings
| * Building with "--enable-debug" - fix some warningsjanekptacijarabaci2018-05-02-2/+3
| | | | | | | | | | https://github.com/MoonchildProductions/moebius/pull/146 https://github.com/MoonchildProductions/Pale-Moon/pull/1400
* | Merge pull request #320 from janekptacijarabaci/instanceof_negations_1Moonchild2018-05-02-2/+2
|\ \ | | | | | | palemoon#1173: Fix unsafe "instanceof" negations
| * | Fix unsafe "instanceof" negationsjanekptacijarabaci2018-05-02-2/+2
| |/ | | | | | | https://github.com/MoonchildProductions/Pale-Moon/pull/1173
* / Issue #316 - Always build heapsnapshot regardless of the rest of the ↵Matt A. Tobin2018-05-01-14/+17
|/ | | | devtools for now
* Bug 1329032 - Extend loadURIWithOptions by a triggeringPrincipal (without an ↵janekptacijarabaci2018-04-30-2/+6
| | | | hard e10s)
* Merge pull request #297 from janekptacijarabaci/css_text-justify_1Moonchild2018-04-29-0/+21
|\ | | | | CSS - implement text-justify property
| * moebius#90: CSS - implement text-justify propertyjanekptacijarabaci2018-04-01-0/+21
| |
* | moebius#158: The Performance Resource Timing (added support for "workerStart")janekptacijarabaci2018-04-29-3/+3
| | | | | | | | https://github.com/MoonchildProductions/moebius/pull/158
* | Merge pull request #280 from ↵Moonchild2018-04-28-18/+24
|\ \ | | | | | | | | | | | | janekptacijarabaci/devtools_storage_style-clean-up_1 [DevTools] Storage - style clean up - a check of the variable to see if it exists
| * | [DevTools] Storage - style clean up - a check of the variable to see if it ↵janekptacijarabaci2018-04-28-0/+1
| | | | | | | | | | | | | | | | | | exists (an empty line) Issue #102
| * | [DevTools] Storage - style clean up - a check of the variable to see if it ↵janekptacijarabaci2018-04-28-18/+23
| | | | | | | | | | | | | | | | | | exists Issue #102
* | | [DevTools] Storage inspector throws an error when use arrow keysjanekptacijarabaci2018-04-28-1/+8
|/ / | | | | | | Issue #102
* | 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