Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Split the content viewer marking function in CCUncollectable out, | wolfbeast | 2018-11-14 | -16/+23 |
| | | | | | | so a document-based marking function can be used separately. Tag #871 | |||
* | Ensure user input suppression works correctly even after document.open. | wolfbeast | 2018-11-02 | -5/+10 |
| | ||||
* | Bug 1466991 - Part 2: Reparent nodes when they start being in the XBL scope. | wolfbeast | 2018-09-11 | -0/+49 |
| | ||||
* | Bug 1466991 - Part 1: Factor out ShouldUseXBLScope. | wolfbeast | 2018-09-11 | -1/+17 |
| | ||||
* | Fix build bustage in cbfef7fcdb853916ff04015f6ee2d4b86f424a08 | wolfbeast | 2018-09-11 | -2/+4 |
| | | | | | - imageDetails.format() needs a cast to SurfaceFormat - style nit: wrap long lines. | |||
* | Release mapped surface memory on size check failure to plug a leak. | wolfbeast | 2018-09-11 | -0/+2 |
| | ||||
* | Move surface data checking to a separate function to make it less "totally nuts" | wolfbeast | 2018-09-11 | -12/+47 |
| | ||||
* | Bug 1357432 (#750) | Moonchild | 2018-09-05 | -0/+23 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Part 1. Move IsLocalRefURL to nsContentUtils to reuse this function. (port-rewrite) `IsLocalRefURL` is originally designed to be used by URLValue only. Since we need this function in SVGUseElement::LookupHref too, move it to nsContentUtils as a util function. * Revert "Part 1. Move IsLocalRefURL to nsContentUtils to reuse this function. (port-rewrite)" This reverts commit 19f010c62022e269f99066a8d90e3522fe31adaf. * Part 1. Duplicate IsLocalRefURL to nsContentUtils to reuse this function. `IsLocalRefURL` is originally designed to be used by URLValue only. Since we need this function in SVGUseElement::LookupHref too, duplicate it to nsContentUtils as a util function. This is a duplication because CSSValue uses stringbuffers and not nsStrings. While Bug 1356060 - "Just use nsString in URLValueData" converts this use from stringbuffer to nsString, it builds on a bunch of vartype refactoring (nsString vs. nsAString, etc.) which is too much of a headache to deal with just to deduplicate this simple function. * Part 2. Implement nsSVGEffects::GetBaseURLForLocalRef to export local-ref-url-resolving logic. ResolveURLUsingLocalRef is designed to be internally used by nsSVGEffects::Get-{SVGEffect}-URI functions. Since we also need it in SVGUseElement::LookupHref, make it public in nsSVGEffects. * Part 3. Resolve local-ref in SVGUseElement::LookupHref by nsSVGEffects::GetBaseURLForLocalRef. * Part 4. Reftest for using local-ref as xlink:href value. | |||
* | Remove all C++ telemetry autotimers | wolfbeast | 2018-09-04 | -2/+0 |
| | ||||
* | Remove all C++ Telemetry Accumulation calls. | wolfbeast | 2018-09-03 | -161/+1 |
| | | | | | This creates a number of stubs and leaves some surrounding code that may be irrelevant (eg. recorded time stamps, status variables). Stub resolution/removal should be a follow-up to this. | |||
* | Issue #686: Un-deprecate the Application Cache API | SpockMan02 | 2018-08-05 | -1/+0 |
| | ||||
* | Merge pull request #642 from janekptacijarabaci/dom_element_toggleAttribute_1 | Moonchild | 2018-07-17 | -0/+38 |
|\ | | | | | Add support for Element.toggleAttribute() | |||
| * | DOM - Element - add support for Element.toggleAttribute() | janekptacijarabaci | 2018-07-10 | -0/+38 |
| | | ||||
* | | Bug 1346501. Remove mFrameCreateCalled from nsImageLoadingContent, it is now ↵ | janekptacijarabaci | 2018-07-12 | -9/+1 |
| | | | | | | | | unused | |||
* | | Bug 1346501. Don't mark every image as visible when a frame is created for it | janekptacijarabaci | 2018-07-12 | -11/+25 |
|/ | ||||
* | Bug 604026 - Sync event loops in workers should be created only if ↵ | janekptacijarabaci | 2018-07-05 | -5/+5 |
| | | | | compatible with the worker shutdown status | |||
* | Merge pull request #567 from SpockMan02/moz-mac-lion-theme | Moonchild | 2018-06-30 | -0/+2 |
|\ | | | | | Undo Mozilla Bug 1302937; Reinstate -moz-mac-lion-theme media query | |||
| * | Undo Mozilla Bug 1302937; Reinstate -moz-mac-lion-theme media query | SpockMan02 | 2018-06-27 | -0/+2 |
| | | ||||
* | | Convert the button rect to device coordinates correctly instead of casting ↵ | wolfbeast | 2018-06-28 | -1/+3 |
| | | | | | | | | | | | | CSS coordinates. This should the correct fix for #559 | |||
* | | Stabilize and align Intersection Observers | wolfbeast | 2018-06-27 | -64/+111 |
|/ | | | | | | | - Fixes several crashes - Aligns the feature with the W3C WD spec Tag #249 | |||
* | Prevent various location-based hazards. | wolfbeast | 2018-06-24 | -0/+20 |
| | ||||
* | nsIContentPolicy: Numbers should not be omitted in nsIContentPolicyBase.idl, ↵ | janekptacijarabaci | 2018-06-18 | -12/+13 |
| | | | | rewrite uuid | |||
* | nsIContentPolicy: Their order (in nsIContentPolicyBase.idl) must be retained ↵ | janekptacijarabaci | 2018-06-18 | -1/+1 |
| | | | | in nsContentBlocker.cpp | |||
* | Rewrite uuid for ContentPolicy | janekptacijarabaci | 2018-06-17 | -3/+3 |
| | ||||
* | Fix typo in nsContentPolicyUtils.h | janekptacijarabaci | 2018-06-17 | -1/+1 |
| | ||||
* | Bug 1398229 - Save-link-as feature should use the loading principal - ↵ | janekptacijarabaci | 2018-06-17 | -1/+7 |
| | | | | implementation of nsIContentPolicy.TYPE_SAVE_AS_DOWNLOAD | |||
* | Bug 1464784 - Hold a strong ref to the document in callers of ↵ | Boris Zbarsky | 2018-06-07 | -10/+10 |
| | | | | ConvertNodesOrStringsIntoNode. r=smaug, a=abillings | |||
* | Refactor structured clone JSAPI to prevent mismatched scopes. | wolfbeast | 2018-06-07 | -3/+4 |
| | | | | Roll-up of bugs 1442722, 1455071, 1433642, 1456604 and 1458320. | |||
* | Bug 1452576 - Improve StructuredCloneHolder for fuzzy tests, r=decoder ↵ | Andrea Marchesini | 2018-06-07 | -16/+18 |
| | | | | | | | a=jcristau --HG-- extra : rebase_source : eb2bc60ffcac9afd44da7a2f5c99913829cd4753 | |||
* | Remove support and tests for HSTS priming from the tree. Fixes #384 | Gaming4JC | 2018-05-26 | -51/+2 |
| | ||||
* | Remove the jprof profiler. | wolfbeast | 2018-05-23 | -109/+0 |
| | | | | This resolves #377. | |||
* | Remove other gonk widget conditionals and unused files. | wolfbeast | 2018-05-13 | -5/+0 |
| | | | | Tag #288. | |||
* | Remove MOZ_WIDGET_GONK [1/2] | wolfbeast | 2018-05-12 | -20/+11 |
| | | | | Tag #288 | |||
* | Remove MOZ_B2G leftovers and some dead B2G-only components. | wolfbeast | 2018-05-12 | -141/+0 |
| | ||||
* | moebius#231: Consider blocking top level window data: URIs (tests) | janekptacijarabaci | 2018-05-06 | -3/+8 |
| | | | | https://github.com/MoonchildProductions/moebius/pull/231 | |||
* | Merge pull request #309 from janekptacijarabaci/build_warnings_4 | Moonchild | 2018-05-01 | -1/+1 |
|\ | | | | | Build - throws a warning "interface 'nsISelectionPrivate' is scriptable but derives from non-scriptable 'nsISelection'" | |||
| * | Bug 1216885 - Make nsISelectionPrivate not inherit from nsISelection | janekptacijarabaci | 2018-04-30 | -1/+1 |
| | | ||||
* | | 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 |
| | | | | | | | | hard e10s) | |||
* | | Bug 1182569: Update tests when converting docshell loads to use AynscOpen2 | janekptacijarabaci | 2018-04-30 | -1/+0 |
| | | ||||
* | | Bug 1182569 - Skip security check for plugins using newstream attribute | janekptacijarabaci | 2018-04-30 | -1/+1 |
|/ | ||||
* | Merge pull request #296 from janekptacijarabaci/js_dom_animationcancel_1 | Moonchild | 2018-04-29 | -0/+2 |
|\ | | | | | DOM - implement animationcancel event | |||
| * | moebius#89: DOM - implement animationcancel event | janekptacijarabaci | 2018-03-14 | -0/+1 |
| | | | | | | | | Issue #55 | |||
| * | Bug 1264125: Fire transitioncancel event when a transition is canceled - ↵ | janekptacijarabaci | 2018-03-14 | -0/+1 |
| | | | | | | | | | | | | | | | | | | part 1 (in the description) Issue #55 part 1 - Add transitioncancel event handler part 2 - Add ontransitioncancel EventHandler to WebIDL part 3 - Add member of active time to ComputedTiming | |||
* | | Merge pull request #295 from janekptacijarabaci/_native_52ESR_events_auxclick_1 | Moonchild | 2018-04-29 | -0/+1 |
|\ \ | | | | | | | UI Events - implement auxclick | |||
| * | | Implement auxclick | janekptacijarabaci | 2018-02-04 | -0/+1 |
| | | | | | | | | | | | | | | | | | | Bug(s): https://bugzilla.mozilla.org/show_bug.cgi?id=1304044 (native in moebius) | |||
* | | | moebius#161: The Performance Resource Timing (make timestamps be relative to ↵ | janekptacijarabaci | 2018-04-29 | -108/+161 |
| | | | | | | | | | | | | | | | | | | startTime) https://github.com/MoonchildProductions/moebius/pull/161 | |||
* | | | Bug 1321261 - partially - "using namespace mozilla" | janekptacijarabaci | 2018-04-29 | -5/+8 |
| | | | | | | | | | | | | https://hg.mozilla.org/mozilla-central/diff/9ad9c6b4c8d6/dom/base/nsDOMNavigationTiming.cpp | |||
* | | | Bug 1322966 - Cleanup performance.cpp | janekptacijarabaci | 2018-04-29 | -18/+2 |
| | | | | | | | | | | | | https://hg.mozilla.org/mozilla-central/rev/0ad76084c4c3 | |||
* | | | moebius#138: Optimize operations on root of deeply-nested frame tree | janekptacijarabaci | 2018-04-24 | -2/+41 |
| | | | | | | | | | | | | https://github.com/MoonchildProductions/moebius/pull/138 |