Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Add UTF-8 as a default fallback encoding for unknown encodings | janekptacijarabaci | 2018-05-09 | -4/+5 |
| | | | | Issue #315 | |||
* | Merge pull request #337 from janekptacijarabaci/devtools_browserconsole_bodies_1 | Moonchild | 2018-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 ↵ | janekptacijarabaci | 2018-05-07 | -8/+48 |
| | | | | | | | | | | | | response bodies" preference Issue #102 | |||
* | | Merge pull request #335 from janekptacijarabaci/security_blocking_data_3 | Moonchild | 2018-05-06 | -84/+159 |
|\ \ | | | | | | | moebius#231: Consider blocking top level window data: URIs (tests) | |||
| * | | moebius#231: Consider blocking top level window data: URIs (tests) - bug 264588 | janekptacijarabaci | 2018-05-06 | -1/+2 |
| | | | | | | | | | | | | | | | https://github.com/MoonchildProductions/moebius/pull/231/files https://bugzilla.mozilla.org/show_bug.cgi?id=1264588 | |||
| * | | moebius#231: Consider blocking top level window data: URIs (tests) | janekptacijarabaci | 2018-05-06 | -83/+157 |
| |/ | | | | | | | https://github.com/MoonchildProductions/moebius/pull/231 | |||
* | | Merge pull request #334 from JustOff/PR_fullscreen_warning | Moonchild | 2018-05-06 | -308/+17 |
|\ \ | | | | | | | [PALEMOON] Replace the fullscreen permission dialog with a warning and update the permission management | |||
| * | | [PALEMOON] Remove fullscreen and pointer-lock from permission managing | JustOff | 2018-05-06 | -158/+2 |
| | | | ||||
| * | | [PALEMOON] Replace fullscreen permission dialog with a warning | JustOff | 2018-05-06 | -148/+13 |
| | | | ||||
| * | | [PALEMOON] Update fullscreen activation event to match UXP | JustOff | 2018-05-06 | -2/+2 |
|/ / | ||||
* | | Use application specific application.ini | Matt A. Tobin | 2018-05-05 | -73/+115 |
| | | ||||
* | | Rename VisualElementsManifest for Basilisk unofficial branding | Matt A. Tobin | 2018-05-05 | -0/+0 |
|/ | ||||
* | Merge pull request #333 from janekptacijarabaci/notifications_settings_2 | Moonchild | 2018-05-05 | -2/+2 |
|\ | | | | | [follow up] moebius#154: Notifications - user settings - the immediate duration of the alert (fix for "New layout of XUL Notifications") | |||
| * | [follow up] moebius#154: Notifications - user settings - the immediate ↵ | janekptacijarabaci | 2018-05-05 | -2/+2 |
|/ | | | | | | | duration of the alert https://github.com/MoonchildProductions/moebius/pull/154 https://github.com/MoonchildProductions/UXP/pull/132 | |||
* | Merge pull request #332 from trav90/master | Moonchild | 2018-05-05 | -1/+0 |
|\ | | | | | Remove nameprep.c from moz.build | |||
| * | Remove nameprep.c from moz.build | trav90 | 2018-05-04 | -1/+0 |
|/ | | | | Follow up to e6d4a8daf3497986d55bd4b4cfd85b11bc5684d1 | |||
* | Merge pull request #330 from JustOff/PR_PMkit_empty_getElementById | Moonchild | 2018-05-04 | -1/+1 |
|\ | | | | | [PMkit] Fix Empty string passed to getElementById() warning in buttons.js | |||
| * | [PMkit] Fix Empty string passed to getElementById() warning in buttons.js | JustOff | 2018-05-04 | -1/+1 |
| | | ||||
* | | Merge branch 'intl-ICU-emoji-work' | wolfbeast | 2018-05-04 | -15226/+295 |
|\ \ | ||||
| * | | Issue #325 Part 15: Remove ENABLE_INTL_API and EXPOSE_INTL_API flags. | wolfbeast | 2018-05-04 | -18/+2 |
| | | | ||||
| * | | Make InitRuntimeNumberState's return type reflect its infallible nature. | wolfbeast | 2018-05-04 | -9/+3 |
| | | | ||||
| * | | Issue #325 Part 14: Remove EXPOSE_INTL_API conditionals. | wolfbeast | 2018-05-04 | -395/+5 |
| | | | ||||
| * | | Issue #325 Part 13: Remove Mozilla implementation of the bidi engine ↵ | wolfbeast | 2018-05-04 | -3010/+182 |
| | | | | | | | | | | | | completely and use ICU. | |||
| * | | Issue #325 Part 12: Manually edit Unicode property tables. | wolfbeast | 2018-05-04 | -1754/+1 |
| | | | | | | | | | | | | | | | | | | Although this is generated code, the #ifdefs in it are blockers. !! Do not regenerate these files until the script has been updated !! See #326. | |||
| * | | Issue #325 Part 11: Fix up build files. | wolfbeast | 2018-05-04 | -3/+2 |
| | | | ||||
| * | | Issue #325 Part 10: Remove non-Intl conditionals from installer files. | wolfbeast | 2018-05-04 | -6/+1 |
| | | | ||||
| * | | Issue #325 Part 9: Remove non-Intl legacy code paths from nsNumberControlFrame. | wolfbeast | 2018-05-04 | -4/+0 |
| | | | ||||
| * | | Issue #325 Part 8: Remove non-Intl legacy code paths from nsChromeRegistry. | wolfbeast | 2018-05-04 | -12/+0 |
| | | | ||||
| * | | Issue #325 Part 7: Remove non-Intl legacy code paths from IndexedDB. | wolfbeast | 2018-05-04 | -58/+1 |
| | | | ||||
| * | | Issue #325 Part 6: Remove non-Intl legacy code paths from line-breaker code. | wolfbeast | 2018-05-04 | -2/+0 |
| | | | ||||
| * | | Issue #325 Part 5: Remove non-Intl legacy code paths from js. | wolfbeast | 2018-05-04 | -632/+17 |
| | | | ||||
| * | | Issue #325 Part 4: Remove obsolete and archaic Unicode normalization ↵ | wolfbeast | 2018-05-04 | -6035/+69 |
| | | | | | | | | | | | | implementation. | |||
| * | | Issue #325 Part 3: Remove support for using legacy Gecko normalization in ↵ | wolfbeast | 2018-05-04 | -34/+6 |
| | | | | | | | | | | | | gfxHarfBuzzShaper. | |||
| * | | Issue #325 Part 2: Build ICUUtils unconditionally. | wolfbeast | 2018-05-04 | -16/+2 |
| | | | ||||
| * | | Issue #325 Part 1: Remove the legacy non-IDNA2008 code path from nsIDNService. | wolfbeast | 2018-05-04 | -3209/+3 |
| | | | ||||
| * | | Remove the option to build without INTL/ICU | wolfbeast | 2018-05-04 | -27/+6 |
| | | | | | | | | | | | | This resolves #324. | |||
| * | | Adjust tests for android-enabled Intl. | wolfbeast | 2018-05-03 | -3/+3 |
| | | | ||||
| * | | Unconditionally switch on the INTL API on all platforms. | wolfbeast | 2018-05-03 | -8/+1 |
| | | | ||||
* | | | Merge pull request #327 from JustOff/PR_grep_invalid_option | Moonchild | 2018-05-04 | -1/+5 |
|\ \ \ | | | | | | | | | Fix regex escaping in old-configure and js/src/old-configure | |||
| * | | | Fix regex escaping in old-configure and js/src/old-configure | JustOff | 2018-05-04 | -1/+5 |
| | |/ | |/| | ||||
* | | | Merge pull request #329 from JustOff/PR_fullscreen_animation | New Tobin Paradigm | 2018-05-04 | -1/+2 |
|\ \ \ | |/ / |/| | | Delay and shorten animation of transition to the full-screen | |||
| * | | Delay and shorten animation of transition to the full-screen | JustOff | 2018-05-04 | -1/+2 |
|/ / | ||||
* | | Merge pull request #323 from MoonchildProductions/nuke-sandbox | Moonchild | 2018-05-04 | -91231/+9 |
|\ \ | |/ |/| | Nuke sandbox | |||
| * | Remove unused sanbox l10n strings (about:support) | wolfbeast | 2018-05-03 | -8/+0 |
| | | ||||
| * | Remove nsPluginTag::InitSandboxLevel | wolfbeast | 2018-05-03 | -9/+0 |
| | | ||||
| * | Remove unused XREShellData | wolfbeast | 2018-05-03 | -33/+5 |
| | | ||||
| * | Nuke the sandbox | wolfbeast | 2018-05-03 | -87958/+0 |
| | | ||||
| * | Remove sandbox ductwork conditional code. | wolfbeast | 2018-05-03 | -916/+5 |
| | | ||||
| * | Remove GMP sandbox code. | wolfbeast | 2018-05-02 | -497/+0 |
| | | ||||
| * | Remove content process sandbox code. | wolfbeast | 2018-05-02 | -1812/+1 |
| | |