summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
* Issue #325 Part 10: Remove non-Intl conditionals from installer files.wolfbeast2018-05-04-6/+1
* Issue #325 Part 9: Remove non-Intl legacy code paths from nsNumberControlFrame.wolfbeast2018-05-04-4/+0
* Issue #325 Part 8: Remove non-Intl legacy code paths from nsChromeRegistry.wolfbeast2018-05-04-12/+0
* Issue #325 Part 7: Remove non-Intl legacy code paths from IndexedDB.wolfbeast2018-05-04-58/+1
* Issue #325 Part 6: Remove non-Intl legacy code paths from line-breaker code.wolfbeast2018-05-04-2/+0
* Issue #325 Part 5: Remove non-Intl legacy code paths from js.wolfbeast2018-05-04-632/+17
* Issue #325 Part 4: Remove obsolete and archaic Unicode normalization implemen...wolfbeast2018-05-04-6035/+69
* Issue #325 Part 3: Remove support for using legacy Gecko normalization in gfx...wolfbeast2018-05-04-34/+6
* Issue #325 Part 2: Build ICUUtils unconditionally.wolfbeast2018-05-04-16/+2
* Issue #325 Part 1: Remove the legacy non-IDNA2008 code path from nsIDNService.wolfbeast2018-05-04-3209/+3
* Remove the option to build without INTL/ICUwolfbeast2018-05-04-27/+6
* Adjust tests for android-enabled Intl.wolfbeast2018-05-03-3/+3
* Unconditionally switch on the INTL API on all platforms.wolfbeast2018-05-03-8/+1
* Merge pull request #322 from trav90/ffmpeg-workMoonchild2018-05-03-5/+13352
|\
| * Add support for libavcodec 58/FFmpeg 4.0trav902018-04-28-5/+20
| * Import FFmpeg 4.0 header filestrav902018-04-28-0/+13332
* | Merge pull request #318 from janekptacijarabaci/pm_places_keyword_1Moonchild2018-05-02-9/+12
|\ \
| * | [PALEMOON] [frontend vs backend] Places - use "let" instead of "var" for the ...janekptacijarabaci2018-05-02-1/+1
| * | [PALEMOON] [frontend vs backend] Places - Fix: "Keyword" reset (to an empty v...janekptacijarabaci2018-05-02-9/+12
* | | Merge pull request #319 from janekptacijarabaci/debug_warning_1Moonchild2018-05-02-10/+10
|\ \ \
| * | | Building with "--enable-debug" - fix some warningsjanekptacijarabaci2018-05-02-10/+10
| |/ /
* | | Merge pull request #320 from janekptacijarabaci/instanceof_negations_1Moonchild2018-05-02-28/+19
|\ \ \
| * | | Fix unsafe "instanceof" negationsjanekptacijarabaci2018-05-02-28/+19
| |/ /
* | | [TychoAM] Do not allow Jetpack extensions to install if Jetpack isn't actuall...Matt A. Tobin2018-05-01-23/+43
* | | Un-depercate synchronous search initializationMatt A. Tobin2018-05-01-9/+0
* | | [TychoAM] Make the Add-ons Manager conditionally devtools freeMatt A. Tobin2018-05-01-0/+27
* | | Issue #316 - Always build heapsnapshot regardless of the rest of the devtools...Matt A. Tobin2018-05-01-16/+18
|/ /
* | Only set and show the dual-guid indicators when dual-guid has been builtMatt A. Tobin2018-05-01-5/+18
* | [PALEMOON] Update error number for webextensions to match the platformMatt A. Tobin2018-05-01-3/+3
* | Merge pull request #313 from JustOff/PR_fullscreen_fix_basicMoonchild2018-05-01-139/+82
|\ \
| * | [PALEMOON] Align the application with the updated fullscreen APIJustOff2018-05-01-8/+4
| * | [PALEMOON] Use CSS transition instead of JS animation for hiding toolbox in f...JustOff2018-05-01-89/+62
| * | [PALEMOON] Added padding to toolbar autohideJustOff2018-05-01-32/+18
| * | [PALEMOON] fullscr-toggler element needs to be hidden in DOM fullscreenJustOff2018-05-01-21/+9
|/ /
* | Merge pull request #309 from janekptacijarabaci/build_warnings_4Moonchild2018-05-01-4/+5
|\ \
| * | Bug 338865 - Scriptable XPIDL iface inheriting from noscript iface should thr...janekptacijarabaci2018-04-30-1/+1
| * | Bug 1216885 - Make nsISelectionPrivate not inherit from nsISelectionjanekptacijarabaci2018-04-30-3/+4
* | | Merge pull request #307 from janekptacijarabaci/pm_nsBrowserGlue_1Moonchild2018-05-01-31/+24
|\ \ \
| * | | [PALEMOON] Added gBrandBundle lazy getter and use gBrowserBundle in nsBrowser...janekptacijarabaci2018-04-30-31/+24
* | | | Merge pull request #306 from JustOff/PR_owner_triggeringPrincipalMoonchild2018-05-01-15/+23
|\ \ \ \
| * | | | [PALEMOON] Replace serializing `nsISHEntry.owner` with `nsISHEntry.triggering...JustOff2018-04-30-11/+19
| * | | | [PALEMOON] Replace `owner` with `triggeringPrincipal` to match the updated UX...JustOff2018-04-30-4/+4
| |/ / /
* | | | Merge pull request #312 from janekptacijarabaci/pm_feeds_1Moonchild2018-05-01-1/+1
|\ \ \ \
| * | | | [PALEMOON] Fix feeds - "Subscribe to this page..."janekptacijarabaci2018-05-01-1/+1
| |/ / /
* | | | Merge pull request #311 from janekptacijarabaci/security_blocking_data_2Moonchild2018-05-01-197/+584
|\ \ \ \ | |/ / / |/| | |
| * | | Bug 1344706 - Do not reuse originPrincipal as triggeringPrincipal within util...janekptacijarabaci2018-05-01-11/+25
| * | | Bug 1333726 - use serializeToString instead of non-existant serializePrincipaljanekptacijarabaci2018-05-01-1/+1
| * | | Bug 1331686 - Pass correct triggeringPrincipal for tabs openen through ctrl-c...janekptacijarabaci2018-05-01-6/+32
| * | | Bug 1332595 - remove useless click handlingjanekptacijarabaci2018-05-01-49/+3
| * | | Bug 1348801: Teach TriggeringPrincipal about OA when opening link in private ...janekptacijarabaci2018-04-30-0/+13