summaryrefslogtreecommitdiff
path: root/toolkit
Commit message (Collapse)AuthorAge
* Revert "Reinstate static initializers for CC-able objects."Pale Moon2016-03-31
| | | | This reverts commit 0914637e0eb33101b4d8ca481e945ac92777b19d.
* Merge branch 'DOM3-key-events'Pale Moon2016-03-25
|\
| * Merge branch 'master' into DOM3-key-eventsPale Moon2016-03-13
| |\
| * | Handle command keys with keydown instead of keypress in tables/cells ↵Pale Moon2016-02-27
| | | | | | | | | | | | (including session restore, etc.)
| * | Switch keydown/keypress handling during autoscroll to properly trap [Esc] ↵Pale Moon2016-02-27
| | | | | | | | | | | | command key.
| * | Fix some internals affected by the key event handling changePale Moon2016-02-27
| | |
| * | Change some obvious testsPale Moon2016-02-27
| | |
* | | Reinstate static initializers for CC-able objects.Pale Moon2016-03-14
| |/ |/|
* | Bump max icon size for search engine icons to 32 KB to cater to more common ↵Pale Moon2016-02-28
|/ | | | | | use of HiDPI icons. This resolves issue #377
* Merge pull request #372 from chaoskagami/jsdown-api26-shimMoonchild2016-02-20
|\ | | | | Resolve issue #369
| * Should resolve #369 and restore API compat. Also better error checking.chaoskagami2016-02-19
| |
* | x64: Fix ambiguous logic sequence in nsWindowsDllInterceptor.hPale Moon2016-02-11
| |
* | Update license for included self-hosted ES6 codePale Moon2016-02-08
|/
* This partially implements shims for the Downloads API as of Firefoxchaoskagami2016-02-05
| | | | | | | | | | | | | | | | | | | | | | 26. It does not implement them via ported code, since I deemed that impossible. In most instances the code will behave similarly enough to work but does have a few caveats. I've attempted to document as well as possible to allow the documentation generator to work right and pick up on added functions. Caveat quicklist: - Downloads.ALL will be resolved as Downloads.PUBLIC by getList. I can't fix this without importing all sorts of nasty newer stuff. Sorry. - Downloads.createDownload and Downloads.simpleDownload now accept strings as well as the usual nsIFile/nsURI input. This is required for API compatibility. It won't break anything still using API 25 style input. - These are shims, not a port of the newer API. There's a lot of corner cases and deliberately unimplemented functionality.
* Revert "Merge pull request #335 from chaoskagami/master"Pale Moon2016-02-03
| | | | | This reverts commit 3deff110b075a9b29d86a2bf28574e629e73f455, reversing changes made to 4cda4e3bd10d2b5d49b2c1cff8c26f99d9f4b367.
* Import some changes from mozilla to Download.jsm in attempt to be compatible ↵chaoskagami2016-01-31
| | | | with newer mozilla API
* Use security.dialog_enable_delay for content handlers.Pale Moon2016-01-29
|
* Revert "Bug 263049. Hack nsTypeAheadFind to search XMLPrettyPrinter's ↵Pale Moon2016-01-08
| | | | | | pretty-printed DOM when the root node has an XBL binding." This reverts commit 5113fce5b856327b38f948c620630d9e0c84d8c1.
* Bug 263049. Hack nsTypeAheadFind to search XMLPrettyPrinter's pretty-printed ↵Robert O'Callahan2016-01-07
| | | | DOM when the root node has an XBL binding.
* Clarify notes shown on about:memory when the expected system malloc() is ↵Pale Moon2016-01-05
| | | | used for goanna instead of jemalloc.
* Merge branch 'Code_Cleanup'Pale Moon2016-01-04
|\
| * Merge branch 'master' into Code_CleanupPale Moon2016-01-03
| |\
| * | Clean-up missed identity module related things.S. Nordin2016-01-02
| | |
| * | Remove identity toolkit, and prefs.S. Nordin2016-01-02
| | | | | | | | | | | | TODO: Remove the DOM interface.
| * | Merge branch 'master' into Code_CleanupPale Moon2015-12-18
| |\ \
| * | | Hardcode check in nsUserInfo::GetDomain to __linux__trav902015-12-17
| | | |
* | | | Merge pull request #288 from Axiomatic-/PulseAudio-workMoonchild2016-01-04
|\ \ \ \ | |_|_|/ |/| | | Enable PulseAudio with libcubeb by default.
| * | | Enable PulseAudio with libcubeb by default.S. Nordin2016-01-03
| | | | | | | | | | | | | | | | | | | | | | | | This fixes the issues brought up in the pull request: Remove configure changes that enabled GStreamer. Carry down MOZ_PULSEAUDIO_CFLAGS.
| * | | Revert "Enable PulseAudio with libcubeb by default."S. Nordin2016-01-03
| | | | | | | | | | | | | | | | This reverts commit fcb44d26a1ed89a4844fc4f04b2ac07e93d0df8b.
| * | | Enable PulseAudio with libcubeb by default.S. Nordin2016-01-03
| | | |
* | | | Bug 1100219S. Nordin2015-12-31
| | | | | | | | | | | | | | | | Avoid lots of unnecessary string copying in ProtocolParser.
* | | | Bug 1084193S. Nordin2015-12-30
| | | | | | | | | | | | | | | | | | | | Remove get_content_type_from_mime_type(), and replace calls to it with calls to g_content_type_from_mime_type().
* | | | Tab close buttons: tighten the X on light backgrounds.Pale Moon2015-12-27
| | | |
* | | | Update tab close buttons once more: slightly widen stroke of Xes and ↵Pale Moon2015-12-27
| | | | | | | | | | | | | | | | properly export transparency directly from SVG
* | | | Compensate for incorrect background color choice of black for transparent in ↵Pale Moon2015-12-27
| | | | | | | | | | | | | | | | | | | | | | | | Inkscape. This improves antialiasing on edges just a little.
* | | | Update tabbed browser tab close buttons (normal&inverted)Pale Moon2015-12-27
|/ / /
* | | Remove WebVTT parser library.Pale Moon2015-12-19
| | | | | | | | | | | | This fixes issue #271
* | | Make sure code for download display name is formatted consistentlyAntonius322015-12-18
| |/ |/|
* | Crop extended display name for in-progress downloads at the endAntonius322015-12-18
| |
* | Add a site indicator to in-progress downloadsAntonius322015-12-17
|/
* Update license.htmlPale Moon2015-12-13
|
* Merge branch 'master' into ES6-promisesPale Moon2015-12-09
|\
| * Change the --disable-startupcache flag name to ↵trav902015-12-06
| | | | | | | | --disable-precompiled-startupcache
| * Allow the startup cache to be disabled with a dedicated flagtrav902015-12-05
| |
| * [!] Cleanup of dead GNOMEVFS code.S. Nordin2015-12-03
| | | | | | | | Ideally GConf should be cleaned up in the future.
* | Update about:license for added codePale Moon2015-12-02
|/
* Merge pull request #241 from binoc-software/Code_CleanupMoonchild2015-12-01
|\ | | | | Pull request to resolve Issue #178 - Kill the maintenance service with fire!
| * [Issue #178] Part 3a - Kill the maintenance service with fire! - Slow Burn - ↵Matt A. Tobin2015-11-30
| | | | | | | | updater.cpp (clean up)
| * [Issue #178] Part 3 - Kill the maintenance service with fire! - Slow Burn - ↵Matt A. Tobin2015-11-29
| | | | | | | | updater.cpp
| * [Issue #178] Part 2a - Kill the maintenance service with fire! - Slow Burn - ↵Matt A. Tobin2015-11-28
| | | | | | | | nsUpdateService.js (Clean up left over pref const)