| Commit message (Expand) | Author | Age | Lines |
... | |
| * | Issue #1690 - Part 2: Update MacOS Blocklist support from 10.13 to 11.0. | Brian Smith | 2020-12-01 | -20/+54 |
| * | Issue #1690 - Part 1: Fix MacOS version detection above 10.15. | Brian Smith | 2020-11-23 | -93/+97 |
* | | Issue #1624 - Exclude function scopes from Ion compilation. | Moonchild | 2020-11-30 | -1/+8 |
* | | Revert "Issue #1691 - Part 1: Provide a way of associating a private value wi... | Moonchild | 2020-11-28 | -129/+43 |
* | | Issue #1691 - Part 1: Provide a way of associating a private value with a script | Moonchild | 2020-11-27 | -43/+129 |
* | | Issue #1684 - Move global user-agent override to networking component. | Moonchild | 2020-11-27 | -13/+15 |
|/ |
|
* | Issue #1676 - Follow-up: Put js/src (including vm), jit, and wasm back into u... | Matt A. Tobin | 2020-11-20 | -27/+38 |
* | [webrtc] Only init WebRtcAec callbacks once | Moonchild | 2020-11-19 | -17/+21 |
* | Merge pull request 'Align a keybinding definition with the others' (#1687) fr... | Moonchild | 2020-11-19 | -1/+1 |
|\ |
|
| * | Issue #1686 - Align a keybinding definition with the others | Alessio Vanni | 2020-11-18 | -1/+1 |
* | | [sfnt] Fix heap buffer overflow. | Werner Lemberg | 2020-11-19 | -7/+7 |
* | | [dom] Remove attributes from descendants when setting sanitized style. | Henri Sivonen | 2020-11-19 | -0/+19 |
* | | [http] Use a copy of nsHttpConnectionInfo. | Moonchild | 2020-11-19 | -7/+8 |
* | | Merge pull request 'Resolve various issues on Big Sur' (#1685) from dbsoft/UX... | Moonchild | 2020-11-19 | -615/+328 |
|\ \ |
|
| * | | Issue #1667 - Part 3: Fix OpenGL load and runtime issues on Big Sur | Brian Smith | 2020-11-17 | -7/+40 |
| * | | Issue #1667 - Part 2: Add MacOS 11.0 Big Sur widget compatibility | Brian Smith | 2020-11-16 | -609/+286 |
| * | | Issue #1667 - Part 1: Define _pthread_self if it is not already defined in je... | Brian Smith | 2020-11-16 | -0/+3 |
* | | | [xpcom] Don't use realloc for shrinking nsTArrays when allowRealloc is false. | Moonchild | 2020-11-19 | -5/+21 |
* | | | [parser] Make the refcount of nsHtml5OwningUTF16Buffer atomic. | Henri Sivonen | 2020-11-18 | -1/+1 |
* | | | [xpcom] Fix GetWindowsFolder storage | David Major | 2020-11-18 | -2/+2 |
* | | | [gfx][Skia] Hold mutex while accessing shared SkImage data. | Moonchild | 2020-11-18 | -17/+54 |
| |/
|/| |
|
* | | Merge pull request 'Get rid of HPKP pinning mode leftovers' (#1680) from ades... | Matt A. Tobin | 2020-11-16 | -42/+14 |
|\ \ |
|
| * | | Issue #1280 - Follow-up: Get rid of HPKP pinning mode. | adesh | 2020-11-10 | -42/+14 |
* | | | Issue #251 - Move chrome packaging options to ac configure | Matt A. Tobin | 2020-11-16 | -34/+86 |
| |/
|/| |
|
* | | [UA] Change default compatibility mode version to 68.0 | Moonchild | 2020-11-16 | -1/+1 |
* | | Revert "Issue #1684 - Remove global UA override preference and supporting code." | Moonchild | 2020-11-15 | -1/+34 |
* | | Issue #1684 - Remove global UA override preference and supporting code. | Moonchild | 2020-11-15 | -34/+1 |
* | | Revert "[toolkit] Add optimized UI code format option" | Moonchild | 2020-11-15 | -14/+3 |
* | | [toolkit] Add optimized UI code format option | Moonchild | 2020-11-14 | -3/+14 |
* | | [packager] Optimize archive accesses. | Moonchild | 2020-11-14 | -30/+107 |
* | | Issue #1683 - Update libjar module. | Moonchild | 2020-11-13 | -13/+101 |
* | | Issue #1683 - Update Brotli lib to 1.0.9 | Moonchild | 2020-11-13 | -2404/+3966 |
* | | [libjar] Fix inflation logic. | Moonchild | 2020-11-13 | -1/+1 |
* | | Issue #1682 - Remove vibrator DOM interface and support code. | Moonchild | 2020-11-13 | -967/+4 |
* | | Issue #1391 - Disable DOM Filesystem/dirpicker APIs by default. | Moonchild | 2020-11-13 | -2/+2 |
* | | Issue #1679 - Part 2: Some small issues to address buildability. | Moonchild | 2020-11-12 | -3/+4 |
|/ |
|
* | Issue #1679 - Part 1: First pass account for some of the refactoring differen... | Matt A. Tobin | 2020-11-09 | -8/+15 |
* | Bug 1466909 - Use AddLvalueReference for UniquePtr's operator*(). | Matt A. Tobin | 2020-11-09 | -1/+1 |
* | Bug 1328948 - Add is(), as() to Cell. | Matt A. Tobin | 2020-11-09 | -0/+18 |
* | Issue #1677 - Part 7: Add unicode/uniset.h to check_spidermonkey_style.py for... | Matt A. Tobin | 2020-11-09 | -0/+1 |
* | Issue #1677 - Part 6: Implement NativeRegExpMacroAssembler for new regexp imp... | Matt A. Tobin | 2020-11-09 | -13/+1572 |
* | Issue #1677 - Part 5: "Simplify" regexp re-import process (and re-import from... | Matt A. Tobin | 2020-11-09 | -512/+706 |
* | Issue #1677 - Part 4: Implement shim for regexp | Matt A. Tobin | 2020-11-09 | -222/+2445 |
* | Issue #1677 - Part 3: Create shim definitions for V8-specific code in new reg... | Matt A. Tobin | 2020-11-09 | -0/+1748 |
* | Issue #1677 - Part 2: Add build files | Matt A. Tobin | 2020-11-04 | -0/+47 |
* | Issue #1677 - Part 1: Import new V8 regexp code with Mozilla's header modific... | Matt A. Tobin | 2020-11-04 | -0/+16698 |
* | Merge branch 'jsbuild-work' | Matt A. Tobin | 2020-11-04 | -571/+770 |
|\ |
|
| * | Issue #1676 - Part 21: Use js-cxxflags.mozbuild in testing code and js shell | Matt A. Tobin | 2020-11-04 | -21/+6 |
| * | Issue #1676 - Part 20: Split vtune sources out of js/src/moz.build | Matt A. Tobin | 2020-11-04 | -7/+19 |
| * | Issue #1676 - Part 19: Split ctypes sources out of js/src/moz.build | Matt A. Tobin | 2020-11-04 | -16/+29 |