summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| * | 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
* | | Add support for CSP v3 "worker-src" directivewolfbeast2018-03-03-47/+469
| | |
* | | Don't enforce arbitrary TLS profile.wolfbeast2018-03-03-1/+1
| | | | | | | | | | | | This prevents people from being unable to visit websites based on "best practice" assumptions.
* | | Correct toolkit search component moz.buildMatt A. Tobin2018-03-02-2/+5
|/ /
* | Merge pull request #34 from janekptacijarabaci/devtools_import-from-moebius_1Moonchild2018-03-02-513/+1746
|\ \ | | | | | | Port across devtools enhancements
| * | Rewrite the comment, use maxResolutionMsjanekptacijarabaci2018-03-02-2/+4
| | |
| * | Rounding to 1msjanekptacijarabaci2018-03-01-2/+4
| | |
| * | 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
| * | [minor fix] DevTools - Throws an error ("String contains an invalid character")janekptacijarabaci2018-03-01-1/+1
| | | | | | | | | | | | https://github.com/MoonchildProductions/moebius/pull/162
| * | Fix "help cmd" and "cmd refresh" in the Developer Toolbarjanekptacijarabaci2018-03-01-8/+9
| | | | | | | | | | | | https://github.com/MoonchildProductions/moebius/pull/348
| * | Checking NS_BINDING_ABORTED to avoid dispatching navigate eventjanekptacijarabaci2018-03-01-1/+5
| | | | | | | | | | | | https://github.com/MoonchildProductions/moebius/pull/302
| * | Restore source-editor commands controller for scratchpad & styleeditor menusjanekptacijarabaci2018-03-01-0/+114
| | | | | | | | | | | | https://github.com/MoonchildProductions/moebius/pull/290
| * | Add support for -browserconsole (the command line)janekptacijarabaci2018-03-01-2/+2
| | | | | | | | | | | | https://github.com/MoonchildProductions/moebius/pull/257
| * | DevTools - network - Copy as cURL (POST)janekptacijarabaci2018-03-01-2/+20
| | | | | | | | | | | | https://github.com/MoonchildProductions/moebius/pull/167
| * | DevTools - gcli - screenshot - the vertical modejanekptacijarabaci2018-03-01-0/+6
| | | | | | | | | | | | https://github.com/MoonchildProductions/moebius/pull/166
| * | DevTools - style editor - StyleSheetsActor should use the parent tabActor to ↵janekptacijarabaci2018-03-01-65/+212
| | | | | | | | | | | | | | | | | | 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 ↵janekptacijarabaci2018-03-01-13/+263
| | | | | | | | | | | | | | | | | | | | | PerformanceTiming https://github.com/MoonchildProductions/moebius/pull/116 ("/testing" and "/toolkit" in in the previous commit)
| * | DevTools - network - security (improvements)janekptacijarabaci2018-03-01-15/+258
| | | | | | | | | | | | | | | | | | https://github.com/MoonchildProductions/moebius/pull/113 https://github.com/MoonchildProductions/moebius/pull/118 https://github.com/MoonchildProductions/moebius/pull/127
| * | DevTools - Browser Console - restore sessions (follow up)janekptacijarabaci2018-03-01-0/+1
| | | | | | | | | | | | https://github.com/MoonchildProductions/moebius/pull/112
| * | DevTools - Browser Console - restore sessionsjanekptacijarabaci2018-03-01-46/+135
| | | | | | | | | | | | https://github.com/MoonchildProductions/moebius/pull/112
| * | Bug 1168376: Show transferred size in request summary instead of ↵janekptacijarabaci2018-02-28-70/+177
| | | | | | | | | | | | | | | | | | | | | decompressed size https://github.com/MoonchildProductions/moebius/pull/93 - without: DOMContentLoaded and load
| * | basilisk -jsdebugger - Import Console.jsm before calling console.[something]janekptacijarabaci2018-02-28-0/+2
| | | | | | | | | | | | https://github.com/MoonchildProductions/moebius/pull/250
| * | Basilisk - the cmd line - help (the columns alignment, error improvements) - ↵janekptacijarabaci2018-02-28-1/+1
| | | | | | | | | | | | | | | | | | follow up https://github.com/MoonchildProductions/moebius/pull/58
| * | DevTools - Scratchpad - fix an old bug (Shift+Alt+R / Reload and Run) - ↵janekptacijarabaci2018-02-28-1/+1
| | | | | | | | | | | | | | | | | | follow up (Ctrl+Alt+R does not work) https://github.com/MoonchildProductions/moebius/pull/50
| * | Bug 1309194: Implement summary info in Net Panel Toolbar; Bug 1317205: CSS ↵janekptacijarabaci2018-02-28-240/+333
| | | | | | | | | | | | | | | | | | improvement for summary button Required for: https://github.com/MoonchildProductions/moebius/pull/93
| * | DevTools - inspector - data URL source links and their tooltips are unreadablejanekptacijarabaci2018-02-28-14/+44
| | | | | | | | | | | | https://github.com/MoonchildProductions/moebius/pull/95
| * | [partial fix] DevTools - network - proxy - throws an errors (remoteAddress)janekptacijarabaci2018-02-28-2/+18
| | | | | | | | | | | | https://github.com/MoonchildProductions/moebius/pull/63
| * | Basilisk - the cmd line - help (the columns alignment, error improvements)janekptacijarabaci2018-02-28-32/+38
| | | | | | | | | | | | https://github.com/MoonchildProductions/moebius/pull/58
| * | DevTools - gcli commands - cookiejanekptacijarabaci2018-02-28-9/+13
| | | | | | | | | | | | https://github.com/MoonchildProductions/moebius/pull/55
| * | DevTools - Inspector - tooltip get element width/height wrong when browser ↵janekptacijarabaci2018-02-28-4/+50
| | | | | | | | | | | | | | | | | | zoomed https://github.com/MoonchildProductions/moebius/pull/54
* | | Remove MOZ_MULETMatt A. Tobin2018-03-01-26/+1
| | |
* | | Use MOZ_FENNEC and MOZ_XULRUNNER instead of checking MOZ_BUILD_APP in most ↵Matt A. Tobin2018-03-01-30/+31
| | | | | | | | | | | | places
* | | Sync Pale Moon codeMatt A. Tobin2018-03-01-26/+74
| | |
* | | Update 7zSFXMatt A. Tobin2018-03-01-1/+1
| | |
* | | Update configure variable verificationMatt A. Tobin2018-02-28-23/+42
|/ /
* | Remove non-functional nsDragAndDrop due to refactoringMatt A. Tobin2018-02-27-605/+0
| |
* | Merge branch 'EME-work'wolfbeast2018-02-24-60/+167
|\ \
| * \ Merge branch 'master' into EME-workMatt A. Tobin2018-02-24-17/+12
| |\ \ | |/ / |/| |
* | | WebRTC should be an enable bool in ac configure but enabled in BasiliskMatt A. Tobin2018-02-24-5/+6
| | |
* | | Developer Tools client should be a disable bool in ac configureMatt A. Tobin2018-02-24-12/+6
| | |
| * | Fix up leftover merge conflicts.wolfbeast2018-02-24-16/+3
| | | | | | | | | | | | Tag #26
| * | Remove unnecessary front-end features and pres when not building EME.wolfbeast2018-02-24-11/+28
| | | | | | | | | | | | Tag #26.
| * | Don't build EME-specific subroutines without EME.wolfbeast2018-02-24-2/+90
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Checks for restricted or encrypted content - Dispatching 'encrypted' events - Dispatching 'key needed' events - HTML Media Element media keys system - EME telemetry - HTML Media Element EME API This is the main bulk for #26, isolating EME-specific code.
| * | Don't include MediaKeySystemAccess without EME.wolfbeast2018-02-24-0/+20
| | | | | | | | | | | | | | | | | | This also removes checks for EME content in documents. This removes practical use of EME by no longer having a keying system. (no-op) tag #26
| * | Don't build GMP-clearkey when not building EME.wolfbeast2018-02-24-1/+7
| | |
| * | Move --enable-eme out of mozconfigurewolfbeast2018-02-24-45/+34
|/ /
* | Merge branch 'TLS-1.3'wolfbeast2018-02-24-16468/+35049
|\ \