summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Bug 338865 - Scriptable XPIDL iface inheriting from noscript iface should ↵janekptacijarabaci2018-04-30-1/+1
| | | | throw error
* Bug 1216885 - Make nsISelectionPrivate not inherit from nsISelectionjanekptacijarabaci2018-04-30-3/+4
|
* Merge pull request #300 from janekptacijarabaci/build_warnings_3New Tobin Paradigm2018-04-30-1/+1
|\ | | | | [PALEMOON] Fix a build warning for autocomplete.css
| * The preprocessor will be used for content/browser/autocomplete.xmljanekptacijarabaci2018-04-30-1/+1
| | | | | | | | https://github.com/MoonchildProductions/UXP/pull/300#issuecomment-385325335
| * Fix a build warning for autocomplete.css a autocomplete.xmljanekptacijarabaci2018-04-30-2/+2
| |
* | Merge pull request #301 from janekptacijarabaci/html_input_datetime_4Moonchild2018-04-30-3/+127
|\ \ | | | | | | [regression] [follow up] Error: No such property on self-hosted object: "Intl_getDisplayNames"
| * | Fix typo in variables in datetimepopup.xmljanekptacijarabaci2018-04-30-2/+2
| | | | | | | | | | | | Issue #162
| * | [regression] [follow up] Error: No such property on self-hosted object: ↵janekptacijarabaci2018-04-30-1/+125
| |/ | | | | | | | | | | "Intl_getDisplayNames" Issue #162 and #264
* | [PALEMOON] Issue #283 - Pale Moon Shell Service is not invoking defalt ↵Matt A. Tobin2018-04-30-15/+41
| | | | | | | | client check on start
* | [*AM] Expand the list for excluding internally used IDs from being sent to AUSMatt A. Tobin2018-04-29-4/+22
| |
* | Reconfigure Pale Moon to short-circuit some undesired services/features.wolfbeast2018-04-30-6/+8
| |
* | Merge pull request #297 from janekptacijarabaci/css_text-justify_1Moonchild2018-04-29-9/+312
|\ \ | | | | | | CSS - implement text-justify property
| * | moebius#90: CSS - implement text-justify propertyjanekptacijarabaci2018-04-01-9/+312
| | |
* | | Merge pull request #296 from janekptacijarabaci/js_dom_animationcancel_1Moonchild2018-04-29-459/+1529
|\ \ \ | | | | | | | | DOM - implement animationcancel event
| * | | Bug 1264125: Fire transitioncancel event when a transition is canceled ↵janekptacijarabaci2018-03-14-287/+679
| | | | | | | | | | | | | | | | | | | | | | | | (added tests + style clean up) Issue #55
| * | | Bug 1202333: AnimationEvent elapsedTime should reflect playbackRate (added ↵janekptacijarabaci2018-03-14-24/+469
| | | | | | | | | | | | | | | | | | | | | | | | tests) Issue #55
| * | | moebius#89: DOM - implement animationcancel eventjanekptacijarabaci2018-03-14-73/+99
| | | | | | | | | | | | | | | | Issue #55
| * | | Bug 1264125: Queue CSS related event when setting null target effectjanekptacijarabaci2018-03-14-15/+49
| | | | | | | | | | | | | | | | Issue #55
| * | | Bug 1264125: Call the queueing events when canceling transition via Style or ↵janekptacijarabaci2018-03-14-7/+53
| | | | | | | | | | | | | | | | | | | | | | | | Script Issue #55
| * | | Bug 1264125: Queue transitioncancel when animation status is idlejanekptacijarabaci2018-03-14-31/+45
| | | | | | | | | | | | | | | | Issue #55
| * | | Revert - Bug 1324985: Disable firing the transitionrun and transitionstart ↵janekptacijarabaci2018-03-14-25/+111
| | | | | | | | | | | | | | | | | | | | | | | | on Aurora 52 Issue #55
| * | | Bug 1264125: Fire transitioncancel event when a transition is canceled - ↵janekptacijarabaci2018-03-14-10/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | Bug 1202333: AnimationEvent elapsedTime should reflect playbackRate (without ↵janekptacijarabaci2018-03-14-73/+93
| | | | | | | | | | | | | | | | | | | | | | | | tests) Issue #55
* | | | Merge pull request #287 from SpockMan02/patch-1Moonchild2018-04-29-1/+1
|\ \ \ \ | | | | | | | | | | Issue #286 - Incorrect filepath
| * | | | Issue #286 - Incorrect filepathSpockMan022018-04-28-1/+1
| | | | |
* | | | | Merge pull request #295 from janekptacijarabaci/_native_52ESR_events_auxclick_1Moonchild2018-04-29-27/+201
|\ \ \ \ \ | | | | | | | | | | | | UI Events - implement auxclick
| * | | | | Implement auxclickjanekptacijarabaci2018-02-04-27/+201
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug(s): https://bugzilla.mozilla.org/show_bug.cgi?id=1304044 (native in moebius)
* | | | | | Create a 1px overlap between tab center and start/end backgrounds.wolfbeast2018-04-29-2/+3
| |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | This visual overlap prevents gaps due to rounding of pixel borders when rounded tab "borders" are exactly flush. This resolves #268.
* | | | | Merge pull request #294 from ↵Moonchild2018-04-29-310/+825
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | janekptacijarabaci/js_dom_performance-resource-timing_2 moebius#161: The Performance Resource Timing (make timestamps be relative to startTime)
| * | | | | moebius#161: The Performance Resource Timing (make timestamps be relative to ↵janekptacijarabaci2018-04-29-154/+520
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | startTime) https://github.com/MoonchildProductions/moebius/pull/161
| * | | | | Bug 1321261 - partially - "using namespace mozilla"janekptacijarabaci2018-04-29-5/+8
| | | | | | | | | | | | | | | | | | | | | | | | https://hg.mozilla.org/mozilla-central/diff/9ad9c6b4c8d6/dom/base/nsDOMNavigationTiming.cpp
| * | | | | Bug 1322292 - Some fixes for the Performance API in workers - part 3 - ↵janekptacijarabaci2018-04-29-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | TimeStampToDOMHighRes() in workerPrivate https://hg.mozilla.org/mozilla-central/rev/b827e4d0dc73
| * | | | | Bug 1322292 - Some fixes for the Performance API in workers - part 2 - Get ↵janekptacijarabaci2018-04-29-40/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rid of NowBaseTimeStamp() https://hg.mozilla.org/mozilla-central/rev/301231f4165a
| * | | | | Bug 1322292 - Some fixes for the Performance API in workers - part 1 - ↵janekptacijarabaci2018-04-29-23/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Centralized Performance.now() https://hg.mozilla.org/mozilla-central/rev/291a68ca4825
| * | | | | Bug 1313420 - Implement Performance.timeOrigin - part 4 - testsjanekptacijarabaci2018-04-29-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | https://hg.mozilla.org/mozilla-central/rev/49305a317143
| * | | | | Bug 1313420 - Implement Performance.timeOrigin - part 3 - testsjanekptacijarabaci2018-04-29-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | https://hg.mozilla.org/mozilla-central/rev/0f869d4c93ef
| * | | | | Bug 1313420 - Implement Performance.timeOrigin - part 2 - testsjanekptacijarabaci2018-04-29-19/+86
| | | | | | | | | | | | | | | | | | | | | | | | https://hg.mozilla.org/mozilla-central/rev/c22f17e0db9d
| * | | | | Bug 1313420 - Implement Performance.timeOrigin - part 1janekptacijarabaci2018-04-29-1/+117
| | | | | | | | | | | | | | | | | | | | | | | | https://hg.mozilla.org/mozilla-central/rev/cf0f72f0b0be
| * | | | | Bug 1323941 - navigationStart should not be exposed to workers as timing ↵janekptacijarabaci2018-04-29-40/+71
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | attribute https://hg.mozilla.org/mozilla-central/rev/6be7eb833b11
| * | | | | Bug 1322966 - Cleanup performance.cppjanekptacijarabaci2018-04-29-47/+9
| | | | | | | | | | | | | | | | | | | | | | | | https://hg.mozilla.org/mozilla-central/rev/0ad76084c4c3
| * | | | | Bug 1317297 - nextHopProtocol is an empty string for local fetchjanekptacijarabaci2018-04-29-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | https://hg.mozilla.org/mozilla-central/rev/9e5cd2bf4d66
* | | | | | Merge pull request #293 from ↵Moonchild2018-04-29-70/+746
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | janekptacijarabaci/js_dom_performance-resource-timing_1 moebius#158: The Performance Resource Timing (added support for "workerStart")
| * | | | | moebius#158: The Performance Resource Timing (added support for "workerStart")janekptacijarabaci2018-04-29-70/+746
| | | | | | | | | | | | | | | | | | | | | | | | https://github.com/MoonchildProductions/moebius/pull/158
| * | | | | Merge branch 'master' of https://github.com/MoonchildProductions/UXP into ↵janekptacijarabaci2018-04-29-152094/+42715
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | js_dom_performance-resource-timing_1
* | | | | | | Merge pull request #292 from janekptacijarabaci/js_dom_performance-observer_1Moonchild2018-04-29-150/+107
|\| | | | | | | | | | | | | | | | | | | | moebius#157: The Performance Observer (improvements)
| * | | | | | moebius#157: The Performance Observer (improvements)janekptacijarabaci2018-04-22-150/+107
| | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/MoonchildProductions/moebius/pull/157
* | | | | | | Bug 1453127 - Do not use iterators in MediaStreamTrack when removing ↵Bryce Van Dyk2018-04-29-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | listeners. r=pehrsons a=lizzard --HG-- extra : source : 6b3aaee40f7507e240da08d6e073cff3c53971f4 extra : intermediate-source : 59e50af7afe19f827dd687ea097d5ba551ab0b1d
* | | | | | | Bug 1452619 - Implement mozilla::IsAsciiAlpha. r=froydnj, a=lizzardJeff Walden2018-04-29-1/+168
| | | | | | |
* | | | | | | Bug 1411415.wolfbeast2018-04-29-33/+91
| | | | | | |
* | | | | | | Move --enable-tests out of Python configure and flip the default.wolfbeast2018-04-29-32/+40
| | | | | | |