summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Add configure variable verificationMatt A. Tobin2018-02-07-0/+102
|
* Use $(DEPTH) instead of hard coding relative depth in locales makefile.inMatt A. Tobin2018-02-06-5/+5
|
* Issue #11 - Catch package-manifest.in upMatt A. Tobin2018-02-06-2/+1
|
* Merge pull request #10 from trav90/media-workMoonchild2018-02-06-806/+2760
|\ | | | | Update FFmpeg code to n3.2-65-gee56777
| * Update FFmpeg code to n3.2-65-gee56777trav902018-02-04-806/+2760
| |
* | Merge pull request #13 from MoonchildProductions/ported-upstreamMoonchild2018-02-06-17068/+84015
|\ \ | | | | | | Ported upstream
| * | Update NSS to 3.32.1-RTMwolfbeast2018-02-06-16821/+83185
| | |
| * | Update NSPR to 4.16wolfbeast2018-02-06-247/+811
| | |
| * | CSP should only check host (not including path) when performing frame ↵wolfbeast2018-02-06-0/+19
| | | | | | | | | | | | | | | | | | ancestors checks. This has been explicitly stated in the CSP-3 spec.
* | | Merge branch 'ported-upstream'wolfbeast2018-02-06-57/+338
|\| |
| * | Always initialize nursery data structures even if size is smaller than one ↵wolfbeast2018-02-05-7/+7
| | | | | | | | | | | | chunk.
| * | Move FUZZING definition from toolkit to js.wolfbeast2018-02-05-24/+24
| | |
| * | Fix off-by-one in Vector::insert.wolfbeast2018-02-05-2/+54
| | |
| * | Reject opening intents with file data schemes.wolfbeast2018-02-05-0/+6
| | |
| * | Split double MoveOperands that conflict with floats.wolfbeast2018-02-05-1/+203
| | |
| * | Check for too large allocation size in BasicPlanarYCbCrImage::CopyData (DiD)wolfbeast2018-02-05-1/+8
| | |
| * | Avoid drag-and-drop of javascript: URIswolfbeast2018-02-05-21/+34
| | |
| * | Merge branch 'master' into ported-upstreamwolfbeast2018-02-05-2122/+413
| |\ \ | |/ / |/| |
* | | Don't use AppConstants in Services.jsmMatt A. Tobin2018-02-05-18/+19
| | |
* | | Merge branch 'branding-work'Matt A. Tobin2018-02-05-2104/+394
|\ \ \
| * | | Part 2Matt A. Tobin2018-02-05-1/+1
| | | |
| * | | De-firefox many thingsMatt A. Tobin2018-02-05-90/+90
| | | |
| * | | Official Vendor and Pale Moon special caseMatt A. Tobin2018-02-05-0/+35
| | | |
| * | | Update brandingMatt A. Tobin2018-02-05-90/+263
| | | |
| * | | Use app.releaseNotesURL preference instead of a hardcoded URL in the ↵Matt A. Tobin2018-02-05-1/+5
| | | | | | | | | | | | | | | | Basilisk about box
| * | | Remove extra brandingMatt A. Tobin2018-02-05-1922/+0
| | | |
| | * | Take forms out of the RSS reader feed.wolfbeast2018-02-05-1/+2
| |/ / |/| |
* | | Add correct licensing statement in the source root.wolfbeast2018-02-05-371/+7
|/ /
* | Merge branch 'ported-moebius'wolfbeast2018-02-04-7/+217
|\ \
| * | Change "darkwindowframe" calculation on Win 8 to UWP formula.wolfbeast2018-02-04-2/+4
| | | | | | | | | | | | #31 point 6
| * | Add -moz-windows-accent-color-is-darkwolfbeast2018-02-04-0/+37
| | | | | | | | | | | | #31 point 4
| * | Split out the check for accent color luminance.wolfbeast2018-02-04-8/+20
| | |
| * | Make the '-moz-windows-accent-color-applies' media query live to Windows 10 ↵wolfbeast2018-02-04-0/+3
| | | | | | | | | | | | settings changes.
| * | Add -moz-win-accentcolor(text)wolfbeast2018-02-04-5/+126
| | | | | | | | | | | | #31 points 1 and 2
| * | Add `@media(-moz-windows-accent-color-applies)`wolfbeast2018-02-04-0/+35
| |/ | | | | | | #31 point 3
* | Merge branch 'master' into configurebuild-workMatt A. Tobin2018-02-04-8717/+4748
|\|
| * Merge pull request #7 from janekptacijarabaci/devtools_inspector_cssColor4_1Moonchild2018-02-04-32/+90
| |\ | | | | | | Support for css-color-4 (finish)
| | * Support for css-color-4 (finish)janekptacijarabaci2018-02-02-32/+90
| | | | | | | | | | | | Issue #4
| * | Merge pull request #6 from ↵Moonchild2018-02-04-3/+241
| |\ \ | | | | | | | | | | | | | | | | janekptacijarabaci/devtools_inspector_copyFullCSSPath_1 Add a "copy full CSS path" option to the inspector's menu
| | * | Add a "copy full CSS path" option to the inspector's menujanekptacijarabaci2018-02-02-3/+241
| | |/ | | | | | | | | | Issue #3
| * | Merge pull request #5 from janekptacijarabaci/devtools_inspector_markupView_1Moonchild2018-02-04-1/+20
| |\ \ | | | | | | | | Markup View: show an ellipsis character in collapsed nodes
| | * | Markup View: show an ellipsis character in collapsed nodesjanekptacijarabaci2018-02-02-1/+20
| | |/ | | | | | | | | | Issue #2
| * | Merge pull request #9 from trav90/buildsystem-workMoonchild2018-02-04-10/+7
| |\ \ | | | | | | | | Require at least GCC 4.9
| | * | Remove checks for GCC < 4.9trav902018-02-04-5/+2
| | | |
| | * | Require at least GCC 4.9 to buildtrav902018-02-04-5/+5
| |/ /
| * | Merge branch 'ported-moebius'wolfbeast2018-02-04-8658/+4345
| |\ \
| | * | Use int instead of uint for vector dimension cap.wolfbeast2018-02-04-1/+1
| | | |
| | * | Disable built-in extensions.wolfbeast2018-02-04-5/+5
| | | |
| | * | Update SQLite to 3.19.3.wolfbeast2018-02-04-2608/+4159
| | | |
| | * | Devtools gcli commands - fix the help.wolfbeast2018-02-04-4/+4
| | | |