Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Merge branch 'master' into Sync-weave | wolfbeast | 2018-12-17 | -28605/+51154 |
|\ | ||||
| * | Merge branch 'master' of https://github.com/MoonchildProductions/UXP | wolfbeast | 2018-12-17 | -17857/+0 |
| |\ | ||||
| | * | Merge pull request #911 from trav90/code-cleanup | Moonchild | 2018-12-16 | -17857/+0 |
| | |\ | | | | | | | | | Remove AndroidMediaDecoder | |||
| | | * | Remove omx-plugin 3rd party libs | trav90 | 2018-12-16 | -16012/+0 |
| | | | | ||||
| | | * | Remove OMX related options from configure | trav90 | 2018-12-16 | -54/+0 |
| | | | | ||||
| | | * | Remove AndroidMediaDecoder and friends | trav90 | 2018-12-16 | -1791/+0 |
| | | | | | | | | | | | | | | | | They are no longer supported and don't work with newer Android versions anyway. | |||
| * | | | Stub out FxA context menu functions. | wolfbeast | 2018-12-17 | -80/+2 |
| |/ / | | | | | | | | | | Tag #812 | |||
| * | | Stop including a dummy dll on Windows for broken old versions of WebSense. | wolfbeast | 2018-12-16 | -53/+0 |
| | | | | | | | | | | | | | | | WebSense has moved to an extension solution instead of dll injection, so this dummy dll (for blocking injection) is no longer necessary. | |||
| * | | Merge branch 'master' of https://github.com/MoonchildProductions/UXP | wolfbeast | 2018-12-16 | -2240/+3430 |
| |\| | ||||
| | * | Update HSTS preload list | trav90 | 2018-12-15 | -2240/+3430 |
| | | | | | | | | | | | | Tag #447 | |||
| * | | Issue #910 part 3. Throw SyntaxError from Location::SetProtocol on URI parse ↵ | wolfbeast | 2018-12-16 | -1/+4 |
| | | | | | | | | | | | | failures. | |||
| * | | Issue #910 part 2. Strip ':' and anything following it from the string ↵ | wolfbeast | 2018-12-16 | -1/+8 |
| | | | | | | | | | | | | passed to the location.protocol setter. | |||
| * | | Issue #910 part 1. Don't navigate when location.protocol is set to anything ↵ | wolfbeast | 2018-12-16 | -0/+17 |
| |/ | | | | | | | other than http or https. | |||
| * | Clobber for NSPR+NSS update | wolfbeast | 2018-12-15 | -1/+1 |
| | | ||||
| * | Update NSS to 3.41 | wolfbeast | 2018-12-15 | -8329/+47266 |
| | | ||||
| * | Update NSPR to 4.20 | wolfbeast | 2018-12-15 | -14/+198 |
| | | ||||
| * | Make HTMLOptionsCollection::mSelect into a strong reference. | wolfbeast | 2018-12-14 | -59/+8 |
| | | | | | | | | The cycle collector makes weak references like this obsolete. | |||
| * | Do not report resource-timing subdocument loads triggered by that subdocument. | wolfbeast | 2018-12-14 | -12/+108 |
| | | ||||
| * | Prevent double free in mar_sign.c | wolfbeast | 2018-12-13 | -0/+1 |
| | | ||||
| * | Avoid overflow in nsPNGEncoder::WriteCallback. | wolfbeast | 2018-12-13 | -13/+40 |
| | | ||||
| * | Bump Goanna version for layout code changes. | wolfbeast | 2018-12-13 | -1/+1 |
| | | ||||
| * | Clear CanvasShutdownObserver::mCanvas when the canvas goes away. | wolfbeast | 2018-12-13 | -2/+11 |
| | | | | | | | | | | | | | | | | | | This is fallout from Bug 1167235 - Use a fast method of double buffering for canvas. It is possible for the CanvasRenderingContext2D to be destroyed while we're in the middle of the call to nsObserverService::NotifyObservers() for shutdown. This leaves the shutdown observer with a dangling pointer to the canvas, so this patch explicitly clears the pointer when the context goes away. | |||
| * | Avoid useless FrameNeedsReflow call. | wolfbeast | 2018-12-13 | -0/+3 |
| | | ||||
| * | Restrict ExtractLinearSum to find non-wrapping results. | wolfbeast | 2018-12-13 | -1/+1 |
| | | ||||
| * | Root parameter dictionaries in AesTask::Init(). | wolfbeast | 2018-12-13 | -3/+3 |
| | | ||||
| * | Use canonical function in TypeNewScript::rollbackPartiallyInitializedObjects. | wolfbeast | 2018-12-13 | -7/+26 |
| | | ||||
| * | Merge pull request #898 from MoonchildProductions/Sync-weave | Moonchild | 2018-12-12 | -17649/+5749 |
| |\ | | | | | | | Remove FxA Phase 1 | |||
| * | | Fix mistakingly flagged instructions. | wolfbeast | 2018-12-12 | -1/+1 |
| | | | | | | | | | | | | This enables optimizations which were wrongly inhibited before by this typo. | |||
| * | | Clear weak pointers in FT2 font list shutdown observers. | wolfbeast | 2018-12-12 | -6/+12 |
| | | | ||||
| * | | Clear weak pointers in VTT shutdown observers. | wolfbeast | 2018-12-11 | -3/+14 |
| | | | ||||
| * | | Update Dropbox UAO | wolfbeast | 2018-12-11 | -1/+1 |
| | | | ||||
* | | | Stub out FxA context menu functions. | wolfbeast | 2018-12-17 | -80/+2 |
| |/ |/| | | | | | Tag #812 | |||
* | | Merge branch 'master' into Sync-weave | wolfbeast | 2018-12-10 | -5134/+1071 |
|\| | ||||
| * | Merge pull request #902 from trav90/media-work | Moonchild | 2018-12-09 | -823/+21 |
| |\ | | | | | | | Remove the old MP3Parser and reorganize remaining MP3 code | |||
| | * | Add missing #include | trav90 | 2018-12-08 | -0/+1 |
| | | | ||||
| | * | Move the MP3 code to it's own directory | trav90 | 2018-12-08 | -4/+18 |
| | | | ||||
| | * | Remove separate MP3 name space | trav90 | 2018-12-08 | -7/+2 |
| | | | | | | | | | | | | It is no longer needed. | |||
| | * | Remove the old MP3FrameParser | trav90 | 2018-12-08 | -812/+0 |
| | | | | | | | | | | | | All former users of the old MP3 parsing code are gone, so we can now just remove the parser itself as well. | |||
| * | | Merge pull request #901 from trav90/code-cleanup | Moonchild | 2018-12-09 | -386/+1 |
| |\ \ | | | | | | | | | Remove unused files from media gtests | |||
| | * | | Remove files and comments related to MP4Reader | trav90 | 2018-12-08 | -222/+1 |
| | | | | | | | | | | | | | | | | The MP4Reader no longer exists in the tree. | |||
| | * | | Remove Rust files from media gtests | trav90 | 2018-12-08 | -164/+0 |
| | |/ | ||||
| * | | Merge pull request #903 from trav90/issue900 | Moonchild | 2018-12-09 | -6/+34 |
| |\ \ | | |/ | |/| | Only disallow lazy frame construction for direct children of display:… | |||
| | * | Only disallow lazy frame construction for direct children of display: ↵ | trav90 | 2018-12-09 | -6/+34 |
| |/ | | | | | | | contents elements | |||
| * | Fix incorrect preference reference in feed reader. | wolfbeast | 2018-12-07 | -1/+1 |
| | | ||||
| * | Add an option to process favicons. | wolfbeast | 2018-12-06 | -1/+31 |
| | | | | | | | | | | This optimizes the size for UI display and strips animations. Default disabled. This resolves #899. | |||
| * | Stop feeding a Firefox compat mode to AMO. | wolfbeast | 2018-12-06 | -13/+5 |
| | | | | | | | | | | Since AMO has removed all "legacy" extensions, they do not offer anything compatible with us any longer. We send the native UA to them from now on to always have it respond with "Only with Firefox". | |||
| * | Merge pull request #897 from trav90/telemetry-cleanup | Moonchild | 2018-12-03 | -25/+0 |
| |\ | | | | | | | Remove MediaTelemetryConstants | |||
| | * | Remove MediaTelemetryConstants | trav90 | 2018-12-02 | -25/+0 |
| | | | ||||
| * | | Merge pull request #896 from trav90/media-work | Moonchild | 2018-12-03 | -0/+6 |
| |\ \ | | | | | | | | | Clear HAVE_LINUX_PERF_EVENT_H defines in ffvpx config before setting … | |||
| | * | | Clear HAVE_LINUX_PERF_EVENT_H defines in ffvpx config before setting them ↵ | trav90 | 2018-12-01 | -0/+6 |
| | |/ | | | | | | | | | | for lib use |