| Commit message (Expand) | Author | Age | Lines |
... | |
* | Remove gfxCrashReporterUtils leftover. | wolfbeast | 2018-05-20 | -3/+0 |
* | Remove gfxCrashReporterUtils. | wolfbeast | 2018-05-20 | -14/+0 |
* | [MSE] Add a missing comma in validBoxes | trav90 | 2018-05-18 | -1/+1 |
* | Check for infinite value in txFormatNumberFunctionCall. | wolfbeast | 2018-05-15 | -0/+6 |
* | Use a temporary in Animation::Tick() | wolfbeast | 2018-05-15 | -2/+4 |
* | Remove other gonk widget conditionals and unused files. | wolfbeast | 2018-05-13 | -25921/+6 |
* | Remove missed MOZ_WIDGET_GONK ifdef | wolfbeast | 2018-05-13 | -4/+0 |
* | Remove MOZ_WIDGET_GONK [2/2] | wolfbeast | 2018-05-13 | -246/+9 |
* | Remove MOZ_WIDGET_GONK [1/2] | wolfbeast | 2018-05-12 | -480/+33 |
* | Remove MOZ_B2G leftovers and some dead B2G-only components. | wolfbeast | 2018-05-12 | -3950/+5 |
* | Remove Gonk build directories | wolfbeast | 2018-05-12 | -78799/+0 |
* | Bug 1426129 - Hold CamerasChild via promoting "this" to a RefPtr. r=pehrsons,... | Paul Adenot | 2018-05-10 | -3/+23 |
* | Add UTF-8 as a default fallback encoding for unknown encodings | janekptacijarabaci | 2018-05-09 | -2/+1 |
* | moebius#231: Consider blocking top level window data: URIs (tests) - bug 264588 | janekptacijarabaci | 2018-05-06 | -1/+2 |
* | moebius#231: Consider blocking top level window data: URIs (tests) | janekptacijarabaci | 2018-05-06 | -6/+41 |
* | Merge branch 'intl-ICU-emoji-work' | wolfbeast | 2018-05-04 | -61/+4 |
|\ |
|
| * | Issue #325 Part 7: Remove non-Intl legacy code paths from IndexedDB. | wolfbeast | 2018-05-04 | -58/+1 |
| * | Adjust tests for android-enabled Intl. | wolfbeast | 2018-05-03 | -3/+3 |
* | | Merge pull request #323 from MoonchildProductions/nuke-sandbox | Moonchild | 2018-05-04 | -795/+0 |
|\ \
| |/
|/| |
|
| * | Remove nsPluginTag::InitSandboxLevel | wolfbeast | 2018-05-03 | -9/+0 |
| * | Remove sandbox ductwork conditional code. | wolfbeast | 2018-05-03 | -174/+1 |
| * | Remove GMP sandbox code. | wolfbeast | 2018-05-02 | -199/+0 |
| * | Remove content process sandbox code. | wolfbeast | 2018-05-02 | -414/+0 |
* | | Merge pull request #322 from trav90/ffmpeg-work | Moonchild | 2018-05-03 | -5/+13352 |
|\ \
| |/
|/| |
|
| * | Add support for libavcodec 58/FFmpeg 4.0 | trav90 | 2018-04-28 | -5/+20 |
| * | Import FFmpeg 4.0 header files | trav90 | 2018-04-28 | -0/+13332 |
* | | Merge pull request #309 from janekptacijarabaci/build_warnings_4 | Moonchild | 2018-05-01 | -1/+1 |
|\ \ |
|
| * | | Bug 1216885 - Make nsISelectionPrivate not inherit from nsISelection | janekptacijarabaci | 2018-04-30 | -1/+1 |
* | | | Bug 1359204 - Do not query nested URI within CheckChannel in ContentSecurityM... | janekptacijarabaci | 2018-04-30 | -7/+0 |
* | | | Bug 1341754: Provide a valid triggeringPrincipal when calling SetURI in Location | janekptacijarabaci | 2018-04-30 | -2/+7 |
* | | | Bug 1329032 - Extend loadURIWithOptions by a triggeringPrincipal (without an ... | janekptacijarabaci | 2018-04-30 | -1/+5 |
* | | | Bug 1182569: Update tests when converting docshell loads to use AynscOpen2 | janekptacijarabaci | 2018-04-30 | -5/+18 |
* | | | Bug 1182569 - Skip security check for plugins using newstream attribute | janekptacijarabaci | 2018-04-30 | -12/+15 |
* | | | Bug 1182569: Update ContentSecurityManager to handle docshell loads | janekptacijarabaci | 2018-04-30 | -17/+64 |
* | | | Bug 1182569: Use AsyncOpen2 for docshell loads | janekptacijarabaci | 2018-04-30 | -32/+17 |
|/ / |
|
* | | Merge pull request #296 from janekptacijarabaci/js_dom_animationcancel_1 | Moonchild | 2018-04-29 | -315/+1138 |
|\ \ |
|
| * | | Bug 1264125: Fire transitioncancel event when a transition is canceled (added... | janekptacijarabaci | 2018-03-14 | -284/+612 |
| * | | Bug 1202333: AnimationEvent elapsedTime should reflect playbackRate (added te... | janekptacijarabaci | 2018-03-14 | -14/+453 |
| * | | moebius#89: DOM - implement animationcancel event | janekptacijarabaci | 2018-03-14 | -4/+19 |
| * | | Bug 1264125: Queue CSS related event when setting null target effect | janekptacijarabaci | 2018-03-14 | -2/+4 |
| * | | Bug 1264125: Call the queueing events when canceling transition via Style or ... | janekptacijarabaci | 2018-03-14 | -0/+33 |
| * | | Revert - Bug 1324985: Disable firing the transitionrun and transitionstart on... | janekptacijarabaci | 2018-03-14 | -4/+4 |
| * | | Bug 1264125: Fire transitioncancel event when a transition is canceled - part... | janekptacijarabaci | 2018-03-14 | -10/+16 |
* | | | Merge pull request #295 from janekptacijarabaci/_native_52ESR_events_auxclick_1 | Moonchild | 2018-04-29 | -26/+194 |
|\ \ \ |
|
| * | | | Implement auxclick | janekptacijarabaci | 2018-02-04 | -26/+194 |
* | | | | Merge pull request #294 from janekptacijarabaci/js_dom_performance-resource-t... | Moonchild | 2018-04-29 | -309/+768 |
|\ \ \ \ |
|
| * | | | | moebius#161: The Performance Resource Timing (make timestamps be relative to ... | janekptacijarabaci | 2018-04-29 | -154/+514 |
| * | | | | Bug 1321261 - partially - "using namespace mozilla" | janekptacijarabaci | 2018-04-29 | -5/+8 |
| * | | | | Bug 1322292 - Some fixes for the Performance API in workers - part 3 - TimeSt... | janekptacijarabaci | 2018-04-29 | -9/+9 |
| * | | | | Bug 1322292 - Some fixes for the Performance API in workers - part 2 - Get ri... | janekptacijarabaci | 2018-04-29 | -40/+11 |