| Commit message (Expand) | Author | Age | Lines |
* | Merge branch 'ported-upstream' | wolfbeast | 2018-02-06 | -57/+338 |
|\ |
|
| * | Always initialize nursery data structures even if size is smaller than one ch... | wolfbeast | 2018-02-05 | -7/+7 |
| * | Move FUZZING definition from toolkit to js. | wolfbeast | 2018-02-05 | -24/+24 |
| * | Fix off-by-one in Vector::insert. | wolfbeast | 2018-02-05 | -2/+54 |
| * | Reject opening intents with file data schemes. | wolfbeast | 2018-02-05 | -0/+6 |
| * | Split double MoveOperands that conflict with floats. | wolfbeast | 2018-02-05 | -1/+203 |
| * | Check for too large allocation size in BasicPlanarYCbCrImage::CopyData (DiD) | wolfbeast | 2018-02-05 | -1/+8 |
| * | Avoid drag-and-drop of javascript: URIs | wolfbeast | 2018-02-05 | -21/+34 |
| * | Merge branch 'master' into ported-upstream | wolfbeast | 2018-02-05 | -2122/+413 |
| |\
| |/
|/| |
|
* | | Don't use AppConstants in Services.jsm | Matt A. Tobin | 2018-02-05 | -18/+19 |
* | | Merge branch 'branding-work' | Matt A. Tobin | 2018-02-05 | -2104/+394 |
|\ \ |
|
| * | | Part 2 | Matt A. Tobin | 2018-02-05 | -1/+1 |
| * | | De-firefox many things | Matt A. Tobin | 2018-02-05 | -90/+90 |
| * | | Official Vendor and Pale Moon special case | Matt A. Tobin | 2018-02-05 | -0/+35 |
| * | | Update branding | Matt A. Tobin | 2018-02-05 | -90/+263 |
| * | | Use app.releaseNotesURL preference instead of a hardcoded URL in the Basilisk... | Matt A. Tobin | 2018-02-05 | -1/+5 |
| * | | Remove extra branding | Matt A. Tobin | 2018-02-05 | -1922/+0 |
| | * | Take forms out of the RSS reader feed. | wolfbeast | 2018-02-05 | -1/+2 |
| |/
|/| |
|
* | | Add correct licensing statement in the source root. | wolfbeast | 2018-02-05 | -371/+7 |
|/ |
|
* | Merge branch 'ported-moebius' | wolfbeast | 2018-02-04 | -7/+217 |
|\ |
|
| * | Change "darkwindowframe" calculation on Win 8 to UWP formula. | wolfbeast | 2018-02-04 | -2/+4 |
| * | Add -moz-windows-accent-color-is-dark | wolfbeast | 2018-02-04 | -0/+37 |
| * | Split out the check for accent color luminance. | wolfbeast | 2018-02-04 | -8/+20 |
| * | Make the '-moz-windows-accent-color-applies' media query live to Windows 10 s... | wolfbeast | 2018-02-04 | -0/+3 |
| * | Add -moz-win-accentcolor(text) | wolfbeast | 2018-02-04 | -5/+126 |
| * | Add `@media(-moz-windows-accent-color-applies)` | wolfbeast | 2018-02-04 | -0/+35 |
* | | Merge branch 'master' into configurebuild-work | Matt A. Tobin | 2018-02-04 | -8717/+4748 |
|\| |
|
| * | Merge pull request #7 from janekptacijarabaci/devtools_inspector_cssColor4_1 | Moonchild | 2018-02-04 | -32/+90 |
| |\ |
|
| | * | Support for css-color-4 (finish) | janekptacijarabaci | 2018-02-02 | -32/+90 |
| * | | Merge pull request #6 from janekptacijarabaci/devtools_inspector_copyFullCSSP... | Moonchild | 2018-02-04 | -3/+241 |
| |\ \ |
|
| | * | | Add a "copy full CSS path" option to the inspector's menu | janekptacijarabaci | 2018-02-02 | -3/+241 |
| | |/ |
|
| * | | Merge pull request #5 from janekptacijarabaci/devtools_inspector_markupView_1 | Moonchild | 2018-02-04 | -1/+20 |
| |\ \ |
|
| | * | | Markup View: show an ellipsis character in collapsed nodes | janekptacijarabaci | 2018-02-02 | -1/+20 |
| | |/ |
|
| * | | Merge pull request #9 from trav90/buildsystem-work | Moonchild | 2018-02-04 | -10/+7 |
| |\ \ |
|
| | * | | Remove checks for GCC < 4.9 | trav90 | 2018-02-04 | -5/+2 |
| | * | | Require at least GCC 4.9 to build | trav90 | 2018-02-04 | -5/+5 |
| |/ / |
|
| * | | Merge branch 'ported-moebius' | wolfbeast | 2018-02-04 | -8658/+4345 |
| |\ \ |
|
| | * | | Use int instead of uint for vector dimension cap. | wolfbeast | 2018-02-04 | -1/+1 |
| | * | | Disable built-in extensions. | wolfbeast | 2018-02-04 | -5/+5 |
| | * | | Update SQLite to 3.19.3. | wolfbeast | 2018-02-04 | -2608/+4159 |
| | * | | Devtools gcli commands - fix the help. | wolfbeast | 2018-02-04 | -4/+4 |
| | * | | Update graphite2 lib to 1.3.10 | wolfbeast | 2018-02-04 | -1799/+32 |
| | * | | Remove undesired pre-set bookmarks. | wolfbeast | 2018-02-04 | -27/+2 |
| | * | | Remove Mozilla partner-affiliate searchplugins | wolfbeast | 2018-02-04 | -4213/+142 |
| | * | | Update exe manifest (drop Vista support) | wolfbeast | 2018-02-04 | -1/+0 |
| |/ / |
|
| * | | Don't cache vector images in the surface cache if they are too large. | wolfbeast | 2018-02-04 | -1/+10 |
| * | | Only create a single display transform for SVG frames with single child trans... | wolfbeast | 2018-02-03 | -13/+36 |
* | | | Merge branch 'master' into configurebuild-work | Matt A. Tobin | 2018-02-03 | -2051/+12 |
|\| | |
|
| * | | Merge branch 'ported-moebius' | wolfbeast | 2018-02-03 | -2050/+11 |
| |\ \ |
|
| | * | | Remove unused compileBarriers() | wolfbeast | 2018-02-03 | -2/+0 |