* 48b41af 2017-02-02 | Fix SSUAO & Navigator::GetUserAgent() regression (uplift) (HEAD -> v27.1.0, tag: 27.1.0_Release, upstream/27.1_RelBranch, origin/v27.1.0, origin/b27.1, b27.1) [JustOff]
* edb1bbb 2017-02-01 | Make sure we're working in the compartment of the objects we're working with. [Pale Moon]
* 920bad4 2017-02-01 | Validate length in SubstringTuple. [Pale Moon]
* 64e683f 2017-02-01 | Scope local presshell variable in less error-prone way. [Pale Moon]
* 4b9c265 2017-02-01 | Check if we actually have a script in IonBuilder::createThisScriptedSingleton. [Pale Moon]
* 61a9721 2017-02-01 | nsAttrAndChildArray::GrowBy() must check the return value of mozilla::CeilingLog2 [Pale Moon]
* ebd9938 2017-02-01 | Trigger a read barrier when creating new reference to a compartment's lazy functions. [Pale Moon]
* 2cafd4c 2017-02-01 | Take file protocol handler service directly in indexedDB. [Pale Moon]
* fae407f 2017-02-01 | Check arguments length in ICCallStubCompiler::guardFunApply. [Pale Moon]
* ee8dc80 2017-02-01 | Bug 1325344. [Pale Moon]
* 7a0c528 2017-02-01 | Bug 1285960. [Pale Moon]
* f0f4389 2017-02-01 | WebSocketImpl::mSecure should be initialized in the CTOR. [Pale Moon]
* 4d47933 2017-02-01 | Use CheckedInt in size calculation. [Pale Moon]
* b6dde67 2017-02-01 | Provide better file name suggestions when exporting certs. [Pale Moon]
* ce05803 2017-02-01 | Update IDN blacklist. [Pale Moon]
* a7bb7e5 2017-02-01 | Don't mark GC things owned by another runtime. [Pale Moon]
* cf9ce53 2017-02-01 | XSLT: Make sure the eval context stack is cleaned up on failure. [Pale Moon]
* 3c782a5 2017-02-01 | Ensure onload blocker is added once mScriptGlobalObject is set. [Pale Moon]
* 3fe0e76 2017-02-01 | Unify window handling across ICs. [Pale Moon]
* 5536783 2017-01-30 | Go naked onto Facebook! ;) [Pale Moon]
* d755156 2017-01-30 | CORS: A "data:" URL = the same-origin [janekptacijarabaci]
* ad3d291 2017-01-23 | Update license for FFmpeg code use. (uplift) [Pale Moon]
* 8074574 2017-01-20 | [ffmpeg] Initialize PDM before attempting to use it [trav90]
* fb5cf1c 2017-01-20 | Bump version to release. [Pale Moon]
* 06b5f30 2017-01-20 | Only allow quicktime mimetype on Linux [trav90]
* 5e29ce1 2017-01-20 | [mp4] Skip four bytes when we hit a zero length box [trav90]
* 795134d 2017-01-20 | Allow video/quicktime mimetype [trav90]
* 58b7d83 2017-01-20 | [mp4] Don't support video codecs inside audio mime types [trav90]
* cc5e0e2 2017-01-20 | Make MP4Decoder::CanHandleMediaType() check all codecs are supported by a PDM before reporting support [trav90]
* ba857e0 2017-01-20 | [mp4] Adjust parsing logic [trav90]
* c12d25f 2017-01-20 | operator() Use perfect forwarding to avoid redundant copy [trav90]
* 2da383c 2017-01-20 | Make mozilla::Function support pointer to member function [trav90]
* 3f4452d 2017-01-20 | Disambiguate mozilla::dom::Function from mozilla::Function [trav90]
* e62f526 2017-01-20 | Add tests for mozilla::Function [trav90]
* 86f7122 2017-01-20 | Add a type-erased callable wrapper, mozilla::Function, to MFBT [trav90]
*   5adfb55 2017-01-19 | Merge pull request #845 from Lootyhoof/downloads-indicator [Moonchild]
|\  
| * 17a928e 2017-01-18 | Remove redundant downloads indicator styling [Lootyhoof]
* | 303bed4 2017-01-19 | Restore incorrectly-removed zero check for non-default UVS offset. [Pale Moon]
|/  
* e18c2bc 2017-01-17 | Update README.md [Moonchild]
* 149798e 2017-01-17 | Update readme. [Pale Moon]
*   725da3c 2017-01-16 | Merge pull request #834 from trav90/kill-gstreamer-dead [Moonchild]
|\  
| * 3e0ed59 2017-01-14 | Set GStreamer pref to "false" by default [trav90]
* |   df9b224 2017-01-16 | Merge pull request #843 from trav90/MP3Demuxer-work [Moonchild]
|\ \  
| * | 8cbf760 2017-01-16 | Revert "Dispatch AudioSink notifications asynchronously" (trav90/MP3Demuxer-work) [trav90]
|/ /  
* |   5848dca 2017-01-16 | Merge pull request #842 from JustOff/PR_getTrashDir [Moonchild]
|\ \  
| * | 8b4c264 2017-01-16 | Catch the error when trying to remove the trash directory when it contains a file that is locked [JustOff]
|/ /  
* |   cb37faf 2017-01-16 | Merge pull request #833 from trav90/MP3Demuxer-work [Moonchild]
|\ \  
| * | fbf6c13 2017-01-16 | [mp3] Add blocking read to ensure complete frame reads [trav90]
| * | 20afc7a 2017-01-13 | Add explicit namespace references to keep compiler happy in gtest [trav90]
| * | 1318a2a 2017-01-13 | Change duration of MP3 file used by mochitests [trav90]
| * | ae9e33c 2017-01-13 | Revert "Never use GStreamer to decode webm" [trav90]
| * | 1b88d22 2017-01-13 | Implement canPlayType for new MP3Decoder [trav90]
| * | e15aeff 2017-01-13 | Never use GStreamer to decode webm [trav90]
| * | b572b59 2017-01-13 | Use new MP3Demuxer when possible [trav90]
| * | bc2484c 2017-01-13 | Add some explicit namespace references to keep compiler happy [trav90]
| * | fdf2310 2017-01-13 | [mp3] Return 0 for incomplete ID3 header size [trav90]
| * | 9e6d784 2017-01-13 | [mp3] Decrease buffer size when scanning for next frame [trav90]
| * | 39abc00 2017-01-13 | Add MP3 decoder and integrate with MP3 demuxer [trav90]
| * | 652f49e 2017-01-13 | Fix MP3 decoding with early version of LibAV [trav90]
| * | 72dd3cf 2017-01-13 | [mp3] Properly read channels count [trav90]
| * | cf7cf0d 2017-01-13 | Extend MP3 demuxer gtest to include a test file for large ID3v2 tags [trav90]
| * | cf19380 2017-01-13 | Prevent potential overflows of the input buffer pointer when skipping large ID3 headers [trav90]
| * | aaa0e9c 2017-01-13 | Successfully skip ID3 tags stretching beyond the current input buffer [trav90]
| * | 761780d 2017-01-13 | Fix comment typos [trav90]
| * | 0551166 2017-01-13 | Abort frame parsing if no valid audio stream is found [trav90]
| * | 03cd3c7 2017-01-13 | Increase strictness of ID3 header detection [trav90]
| * | faa3437 2017-01-13 | Use getter to access MediaRawData mData and mSize member in MP3Demuxer [trav90]
| * | 99f1814 2017-01-13 | Add MP3 track demuxer seek tests [trav90]
| * | fd3bb37 2017-01-13 | Add MP3 demuxer tests for stream resources with unknown lengths [trav90]
| * | 2d77bce 2017-01-13 | Add tests for MP3 track demuxer [trav90]
| * | 38a7b8f 2017-01-13 | Reset MP3 frame parser on track demuxer reset [trav90]
| * | 80a0114 2017-01-13 | Fix MP3 demuxer initialization for resources with unknown content lengths [trav90]
| * | c3d51a6 2017-01-13 | Remove extra { [trav90]
| * | 9d465c2 2017-01-13 | Rebase MP3 demuxer on MediaDataDemuxer interface [trav90]
| * | 4bb841f 2017-01-13 | Add MP3 track demuxer [trav90]
| |/  
* | af23abb 2017-01-15 | Don't write HSTS site state to file if HSTS has been user-disabled. [Pale Moon]
* |   d36ef61 2017-01-15 | Merge pull request #837 from trav90/issue836 [Moonchild]
|\ \  
| * | 79810a2 2017-01-15 | Add bracket for sed 4.3 compliance [trav90]
* | |   eab61c5 2017-01-15 | Merge pull request #832 from trav90/fix-test-bustage [Moonchild]
|\ \ \  
| * | | 0bf6803 2017-01-13 | Fix bustage when building tests (trav90/fix-test-bustage) [trav90]
| | |/  
| |/|   
* | |   6972832 2017-01-15 | Merge pull request #838 from trav90/issue831 [Moonchild]
|\ \ \  
| |_|/  
|/| |   
| * | da61452 2017-01-15 | Revert "Properly handle MP4 time offset in MoofParser" [trav90]
| * | 5cb1883 2017-01-15 | Revert "MP4 dts must use the same timeline as pts" [trav90]
|/ /  
* | 9bc65e2 2017-01-14 | Reinstate network.stricttransportsecurity.enabled HSTS switch. [Pale Moon]
* |   93f3458 2017-01-13 | Merge pull request #828 from janekptacijarabaci/xbl_principal [Moonchild]
|\ \  
| * | f0ac55f 2017-01-13 | [windows] The XBL scope/principal vs. document.domain - throws an error [janekptacijarabaci]
| |/  
* |   2c6add3 2017-01-13 | Merge pull request #829 from JustOff/PR_urlbarBindings [Moonchild]
|\ \  
| |/  
|/|   
| * d10b70a 2017-01-13 | Fix "TypeError: aUrl is undefined" when open new window [JustOff]
|/  
* 4812dd2 2017-01-13 | Version bump (tag: 27.1.0b2, origin/v27.1.0b2, v27.1.0b2) [Pale Moon]
* 49e671c 2017-01-13 | Improve legibility and general appeal of unstable branding about box. [Pale Moon]
* e47de28 2017-01-12 | Make privacy preferences a tabbed category. [Pale Moon]
* 414543d 2017-01-12 | Add soundcloud SSUAO [Pale Moon]
* f9fbae4 2017-01-12 | Fix CallArgs usage. [Pale Moon]
*   8800312 2017-01-12 | Merge pull request #822 from janekptacijarabaci/permissions_plugins_improvements [Moonchild]
|\  
| * 658ba8f 2017-01-12 | Permissions: Plugins improvements (+ style clean up), skips the same permString [janekptacijarabaci]
| * fef9ea0 2017-01-11 | Permissions: Plugins improvements (+ style clean up), fix typo [janekptacijarabaci]
| * f78eb68 2017-01-11 | Permissions: Plugins improvements (+ style clean up), fix typo [janekptacijarabaci]
| * de1d2a2 2017-01-11 | Permissions: Plugins improvements (+ style clean up) [janekptacijarabaci]
|/  
*   b7d947b 2017-01-10 | Merge pull request #820 from JustOff/PR_PMkit-commonjs [Moonchild]
|\  
| * 94ab648 2017-01-10 | Update the resource URI for PMkit [JustOff]
| * 31ccc8a 2017-01-10 | Update corresponding moz.build files [JustOff]
| * 45d0da7 2017-01-10 | Move jetpack tree to commonjs [JustOff]
|/  
*   6b4c830 2017-01-10 | Merge pull request #819 from JustOff/PR_aboutDialog [Moonchild]
|\  
| * fca3f1c 2017-01-10 | Set release notes URL in About dialog based on channel [JustOff]
* |   2ec5b7f 2017-01-10 | Merge pull request #818 from JustOff/PR_sdk-ui-button [Moonchild]
|\ \  
| |/  
|/|   
| * 3af6de6 2017-01-09 | More accurate way to handle location of 'ui/buttons' in toolbars [JustOff]
|/  
* cf1020b 2017-01-09 | Fix typo in branding [Pale Moon]
* fe8b1e6 2017-01-09 | Update Youtube SSUAO [Pale Moon]
* 235b8bc 2017-01-09 | Update unstable branding + config [Pale Moon]
* bac9a12 2017-01-08 | Add a user control mechanism to deny clipboard cut/copy. [Pale Moon]
* f84783a 2017-01-08 | Fix test catch for let in versionless HTML script tags. [Pale Moon]
*   afc8d87 2017-01-08 | Merge pull request #815 from JustOff/PR_DownloadsCommon [Moonchild]
|\  
| * 6220f20 2017-01-08 | Add stateOfDownload() to DownloadsCommon.jsm [JustOff]
* |   644ab29 2017-01-08 | Merge pull request #814 from janekptacijarabaci/permissions_plugins_followUp [Moonchild]
|\ \  
| * | aa50f74 2017-01-08 | Permissions - Plugins (follow up) [janekptacijarabaci]
* | |   a808177 2017-01-08 | Merge pull request #811 from JustOff/PR_sdk-ui-button [Moonchild]
|\ \ \  
| * | | 4dff2ce 2017-01-07 | Allow access to 'sdk/ui/buttons' via require('sdk/ui') [JustOff]
* | | | 88ec154 2017-01-08 | Make the let keyword versionless. [Pale Moon]
* | | | dedafb6 2017-01-08 | Remove support for let (x=y) { } blocks. [Pale Moon]
* | | | 484d145 2017-01-08 | Remove let blocks in js tests [Pale Moon]
* | | | 0504f1e 2017-01-08 | Remove support for non-standard let expressions, part 3: Fix parser code issue. [Pale Moon]
* | | | 1bf331f 2017-01-08 | Remove support for non-standard let expressions, part 2: tests. [Pale Moon]
* | | | 9db1722 2017-01-08 | Remove support for non-standard let expressions, part 1: code. [Pale Moon]
* | | | eba9f16 2017-01-08 | Remove non-standard let blocks and legacy generators in toolkit. [Pale Moon]
| |_|/  
|/| |   
* | | 58ee0ca 2017-01-07 | Enable FTS3 Tokenizer in SQLite for FossaMail use. [Pale Moon]
|/ /  
* | f3e0b7c 2017-01-07 | Update about:rights [Pale Moon]
|/  
*   cc86f67 2017-01-06 | Merge pull request #810 from trav90/master [Moonchild]
|\  
| * 52a3f07 2017-01-06 | Set execute attributes on .sh files in tree [trav90]
* |   df61cea 2017-01-06 | Merge pull request #808 from JustOff/PR_sdk-ui-button [Moonchild]
|\ \  
| * | 251efbe 2017-01-06 | moz.build update [JustOff]
| * | 486fed6 2017-01-05 | PMkit shim for 'sdk/ui/button' [JustOff]
* | |   e1beef5 2017-01-06 | Merge pull request #807 from janekptacijarabaci/permissions_notifications_followUp_2 [Moonchild]
|\ \ \  
| |/ /  
|/| |   
| * | bc83fee 2017-01-06 | Permissions: Notifications (+ follow up) - style clean up [janekptacijarabaci]
| * | ef3d312 2017-01-06 | Permissions: Notifications (+ follow up) - a comparison of differences [janekptacijarabaci]
| * | 90c0b0d 2017-01-05 | Permissions: Notifications (+ follow up) (fixed merge conflict) [janekptacijarabaci]
* | | 94a7032 2017-01-05 | Remove printing the VS ad with configure. We don't support this experiment. [Pale Moon]
|/ /  
* |   0bc9954 2017-01-05 | Merge pull request #801 from janekptacijarabaci/permissions_plugins_second [Moonchild]
|\ \  
| |/  
|/|   
| * ff2cc11 2016-12-31 | Permissions: Plugins (the second part) [janekptacijarabaci]
* |   345aa57 2017-01-03 | Merge pull request #805 from trav90/media-pref-work [Moonchild]
|\ \  
| * | 0136abe 2017-01-02 | Restore "media.fragmented-mp4.enabled" pref to mobile.js (trav90/media-pref-work) [trav90]
| * | 52ee1b1 2017-01-02 | Revert renaming of "media.fragmented-mp4.enabled" pref [trav90]
| * | 2a78e4c 2017-01-02 | Make "media.ffmpeg.enabled" pref actually disable FFmpeg when set to false [trav90]
| * | 83fc635 2017-01-01 | Add test/error if building FFmpeg support without FMP4 support (trav90/media-work) [trav90]
| * | f01a365 2017-01-01 | Put platform specific media pref caches behind #ifdef's [trav90]
| * | d3cd1fe 2017-01-01 | Remove "fragmented-mp4" from media prefs [trav90]
* | |   f1ae30b 2017-01-03 | Merge pull request #806 from JustOff/PR_allow_pmkit [Moonchild]
|\ \ \  
| * | | 0defb76 2017-01-03 | Allow PMkit add-ons created with JPM [JustOff]
|/ / /  
* | | e0de8ab 2016-11-30 | Enable Firefox UA Compatibility mode by default (official+unstable). [Pale Moon]
* | |   c6fa35d 2017-01-02 | Merge branch 'master' of https://github.com/MoonchildProductions/Pale-Moon [Pale Moon]
|\ \ \  
| * \ \   2ca95d7 2017-01-02 | Merge pull request #804 from trav90/ffmpeg-work [Moonchild]
| |\ \ \  
| | |/ /  
| |/| |   
| | * | d997784 2017-01-01 | Update code comment [trav90]
| | * | bb5c096 2017-01-01 | [ffmpeg] Request YUVJ420P format explicitly [trav90]
| | * | 81dd2df 2017-01-01 | [ffmpeg] Add support for YUV444P pixel format in FFmpeg [trav90]
| |/ /  
* | | fe4797d 2017-01-02 | Remove Windows Metro/WinRT code. [Pale Moon]
|/ /  
* |   c2e68c5 2016-12-31 | Merge pull request #802 from trav90/ffmpeg-work [Moonchild]
|\ \  
| |/  
|/|   
| * 579c409 2016-12-31 | Silence another useless "error" message in libstagefright [trav90]
| * a7b852f 2016-12-31 | Don't use all CPUs available when decoding with FFmpeg [trav90]
| * 8a22471 2016-12-31 | Do not create extra threads when decoding small videos with FFmpeg [trav90]
|/  
*   e688fd9 2016-12-31 | Merge pull request #799 from trav90/mse-linux [Moonchild]
|\  
| * 1e5d4c3 2016-12-30 | Enable MSE + MP4 by default on Linux (trav90/mse-linux) [trav90]
* |   043ff48 2016-12-31 | Merge pull request #798 from trav90/enable-ffmpeg [Moonchild]
|\ \  
| * | 134acb2 2016-12-30 | Enable FFmpeg by default if available (trav90/enable-ffmpeg) [trav90]
| * | cf1a228 2016-12-30 | Remove "media.fragmented-mp4.exposed" pref [trav90]
| |/  
* |   049c3e2 2016-12-31 | Merge pull request #797 from trav90/ffmpeg-work [Moonchild]
|\ \  
| * | 3db73ba 2016-12-30 | Fix build bustage [trav90]
| * | f3415c3 2016-12-30 | Don't assume AVFrame has a constant size [trav90]
| * | e647955 2016-12-30 | Don't use libav to decode VP9 [trav90]
| * | d804e8c 2016-12-30 | Block libav versions below 54.35.1 [trav90]
| |/  
* |   fe02ee7 2016-12-31 | Merge pull request #800 from MoonchildProductions/revert-795-PR_allow_pmkit [Moonchild]
|\ \  
| |/  
|/|   
| * 1a11595 2016-12-31 | Revert "Allow PMkit add-ons created with JPM" [Moonchild]
|/  
*   82b9b5d 2016-12-30 | Merge pull request #794 from trav90/ffmpeg-work [Moonchild]
|\  
| * 238e406 2016-12-27 | Tweak compiler flags for FFmpeg headers [trav90]
| * 509f009 2016-12-27 | Accept libavcodec 57.100+ [trav90]
| * f54c972 2016-12-27 | Add support for libavcodec 57 [trav90]
| * b2a29e6 2016-12-27 | Add FFmpeg n2.9 headers [trav90]
| * 05bc22f 2016-12-27 | Remove now unused AVFormat headers [trav90]
| * 2c6db5d 2016-12-27 | Remove unneeded AVFormat functions [trav90]
| * f9be394 2016-12-27 | Provide finer granularity on which FFmpeg symbols are to be loaded [trav90]
* |   d5abadf 2016-12-30 | Merge pull request #795 from JustOff/PR_allow_pmkit [Moonchild]
|\ \  
| * | 0a9704e 2016-12-30 | Use strict declaration [JustOff]
| * | ffbc7c7 2016-12-30 | Allow PMkit add-ons created with JPM [JustOff]
* | |   eb50d8c 2016-12-30 | Merge branch 'master' of https://github.com/MoonchildProductions/Pale-Moon [Pale Moon]
|\ \ \  
| |/ /  
| * |   607e00a 2016-12-27 | Merge pull request #791 from JustOff/PR_TabSelect [Moonchild]
| |\ \  
| | * | 6e8c971 2016-12-27 | Update Events/TabSelect to the current API spec [JustOff]
| | |/  
| * |   921a99b 2016-12-27 | Merge pull request #792 from janekptacijarabaci/devtools_storage_css [Moonchild]
| |\ \  
| | * | 2664772 2016-12-27 | DevTools - Storage - theme refresh [janekptacijarabaci]
| | |/  
| * |   a550289 2016-12-27 | Merge pull request #790 from trav90/media-backend-work [Moonchild]
| |\ \  
| | * | ef840b8 2016-12-27 | Change "error" in MPEG4Extractor into verbose only [trav90]
| | |/  
| * |   3c499b8 2016-12-27 | Merge pull request #789 from JustOff/PR_sdk-toolkit-loader [Moonchild]
| |\ \  
| | |/  
| |/|   
| | * 71c3ef1 2016-12-26 | Apply #1309351 [JustOff]
| | * 7ff4c70 2016-12-26 | Use forEach instead of for-of (separate lexical scopes for for-of iterations require FF51 core) [JustOff]
| | * acf4511 2016-12-26 | Rewrite DefaultMap in ES5 (without 'class') [JustOff]
| | * 4da5ce9 2016-12-26 | Apply #1309350 [JustOff]
| | * 7884daa 2016-12-26 | Fix path to Console.jsm [JustOff]
| | * 6ea55a9 2016-12-26 | Roll back #1196975 [JustOff]
| | * 12897d3 2016-12-26 | Import from Firefox trunk as of 160608 (after #1170258) [JustOff]
| |/  
| *   d905f76 2016-12-26 | Merge pull request #787 from JustOff/PR_sdk-context-menu2 [Moonchild]
| |\  
| | * 5a75c23 2016-12-26 | Resolve conflicts with #788 Part II [JustOff]
| | * 808fa8f 2016-12-26 | Resolve conflicts with #788 [JustOff]
| | *   4af85e8 2016-12-26 | Merge branch 'master' into PR_sdk-context-menu2 [Moonchild]
| | |\  
| | |/  
| |/|   
| * |   90169cf 2016-12-26 | Merge pull request #788 from MoonchildProductions/revert-785-PR_sdk-tabs [Moonchild]
| |\ \  
| | * | 1b0440c 2016-12-26 | Revert "Remove e10s code from 'sdk/tabs'" (upstream/revert-785-PR_sdk-tabs) [Moonchild]
| |/ /  
| | * 1ca4647 2016-12-25 | Remove 'sdk/context-menu@2' [JustOff]
| |/  
| *   d167e37 2016-12-25 | Merge pull request #786 from janekptacijarabaci/css_maxWidth [Moonchild]
| |\  
| | * 8b3e92a 2016-12-25 | CSS: Percentage max-width does not seem to affect contributions to intrinsic min-width [janekptacijarabaci]
| * |   4823645 2016-12-25 | Merge pull request #785 from JustOff/PR_sdk-tabs [Moonchild]
| |\ \  
| | |/  
| |/|   
| | * f4c6c36 2016-12-23 | Remove e10s code from 'sdk/tabs' [JustOff]
| |/  
| *   83926b7 2016-12-23 | Merge pull request #784 from JustOff/PR_sdk-context-menu [Moonchild]
| |\  
| | * 1a626a8 2016-12-23 | Remove bad e10s code from 'sdk/context-menu' (rollback bug#1060138) [JustOff]
| | * 46be05f 2016-12-23 | Roll back #778 and #780 [JustOff]
| * |   f99ec4c 2016-12-22 | Merge pull request #783 from JustOff/PR_sdk-context-menu [Moonchild]
| |\ \  
| | |/  
| | * dd5d85a 2016-12-22 | Fix stupid misprint [JustOff]
| | * 86adafd 2016-12-22 | More safe way to avoid TypeError in 'sdk/context-menu' [JustOff]
| | * fd96ba6 2016-12-22 | Avoid TypeError in 'sdk/context-menu' caused by bad e10s code [JustOff]
* | | 6bf8d89 2016-12-30 | Fix a typo in vm/TypeInference.cpp [Pale Moon]
* | | 0464276 2016-12-25 | Put FB UA overrides back to 38.9 [Pale Moon]
|/ /  
* |   3ad44b7 2016-12-19 | Merge pull request #782 from JustOff/PR_Devtools [Moonchild]
|\ \  
| * | 1f76af7 2016-12-19 | Revive Browser Debugger [JustOff]
* | |   9a7015a 2016-12-19 | Merge branch 'clipboardhandling-html5' [Pale Moon]
|\ \ \  
| * | | b7ba8fb 2016-12-19 | Tests [Pale Moon]
| * | | 66bb875 2016-12-19 | Update clipboard command controllers to match cut/copy action spec. [Pale Moon]
| * | | 385d59f 2016-12-19 | Allow document.execCommand('copy'/'cut') in user-generated event handlers. [Pale Moon]
| * | | 36c1d20 2016-12-19 | Enable clipboard menu commands correctly in (X)HTML documents. [Pale Moon]
| * | | 2f11c98 2016-12-19 | Bug 1162952 - Return true from document.queryCommandEnabled('cut'/'copy') when in privileged or user-initiated code. [Pale Moon]
|/ / /  
* | | 0662ffc 2016-12-19 | Allow x64 installations on Windows Vista again. [Pale Moon]
* | |   3ab3ec1 2016-12-18 | Merge pull request #780 from JustOff/PR_sdk-context-menu [Moonchild]
|\ \ \  
| | |/  
| |/|   
| * | a5d28c8 2016-12-18 | Failure to get type and content-disposition off the image is non-fatal [JustOff]
* | |   2bd5116 2016-12-18 | Merge pull request #781 from JustOff/PR_sdk-widget [Moonchild]
|\ \ \  
| * | | 9307e33 2016-12-18 | Don't try to insert widget after status4evar gripper [JustOff]
* | | | ce8f378 2016-12-18 | Update README.md [Moonchild]
* | | |   50e7d53 2016-12-18 | Merge pull request #774 from janekptacijarabaci/devtools_debugger_breakpoints_fromTheContextMenu [Moonchild]
|\ \ \ \  
| * | | | 5abfcdd 2016-12-17 | DevTools - Debugger - Breakpoints - add from the context menu [janekptacijarabaci]
* | | | |   93c96aa 2016-12-18 | Merge pull request #778 from JustOff/PR_sdk-context-menu [Moonchild]
|\ \ \ \ \  
| | |_|/ /  
| |/| | |   
| * | | | 54d4005 2016-12-18 | Revive 'sdk/context-menu' [JustOff]
| | |_|/  
| |/| |   
* | | |   eed7299 2016-12-18 | Merge pull request #777 from JustOff/PR_sdk-widget [Moonchild]
|\ \ \ \  
| | |_|/  
| |/| |   
| * | | dc82ee3 2016-12-17 | Revive 'sdk/widget' [JustOff]
| |/ /  
* | |   8a4b2ac 2016-12-18 | Merge pull request #776 from JustOff/PR_tab-firefox [Moonchild]
|\ \ \  
| |_|/  
|/| |   
| * | 8a47463 2016-12-17 | Fix memory leak in 'sdk/tabs' [JustOff]
| |/  
* |   e50bec2 2016-12-16 | Merge pull request #764 from janekptacijarabaci/permissions_plugins_basic [Moonchild]
|\ \  
| * | 692ddc1 2016-12-09 | Permissions: Plugins (a basic part) - style clean up [janekptacijarabaci]
| * | 210950a 2016-12-09 | Permissions: Plugins (a basic part) [janekptacijarabaci]
| |/  
* | 13cb4f3 2016-12-15 | Fix crash in SetReferrerWithPolicy, add null check the triggeringPrincipal. [Thomas Nguyen]
* |   c93fb24 2016-12-15 | Merge pull request #772 from trav90/ffmpeg-work [Moonchild]
|\ \  
| * | ca3e8ba 2016-12-14 | Reduce threads used in FFmpeg video decoder [trav90]
| * | 57abc3d 2016-12-14 | Have specialized AVCodecContext initialization [trav90]
| * | 9ceb795 2016-12-14 | Let FFmpeg manage its own memory allocation [trav90]
| * | 191bcf4 2016-12-14 | Align FFmpeg library names for logging purposes [trav90]
| * | d6a9cec 2016-12-14 | Don't rely on library name to determine version of libavcodec [trav90]
* | |   518e1fd 2016-12-15 | Merge pull request #771 from janekptacijarabaci/devtools_debugger_prettyPrint_upgrade [Moonchild]
|\ \ \  
| * | | 150769d 2016-12-14 | DevTools - Debugger / Scratchpad - Pretty Print - throws an errors (fix typo) [janekptacijarabaci]
| * | | d820af3 2016-12-14 | DevTools - Debugger / Scratchpad - Pretty Print - throws an errors [janekptacijarabaci]
* | | |   475447f 2016-12-14 | Merge pull request #770 from janekptacijarabaci/devtools_sourceMap_notFound [Moonchild]
|\ \ \ \  
| |_|/ /  
|/| | |   
| * | | 733820d 2016-12-14 | DevTools - Debugger - Source Map (if not found) + the maximum content size limit [janekptacijarabaci]
| * | | 89cd5b2 2016-12-14 | DevTools - Debugger - Source Map (if not found) [janekptacijarabaci]
| |/ /  
* | | dc84bd3 2016-12-13 | Limit editor's editability to the correct subtree. [Pale Moon]
* | | f7fd24b 2016-12-13 | Bug 1312609. [Timothy Nikkel]
* | | bde0d51 2016-12-13 | Expose wrappees that may be used through a wrapper. [Terrence Cole]
* | | 628e384 2016-12-13 | Make ArrayBufferInputStream copy its input buffer. [Pale Moon]
* | | 8c9df02 2016-12-13 | Bug 1315435. [Pale Moon]
* | | f8ccf74 2016-12-13 | Bug 1317805. [Olli Pettay]
* | | 959ddec 2016-12-13 | Fix buffer logic in http chunked decoder. [Pale Moon]
* | | 58fdc88 2016-12-13 | Check CSP for marquee event handlers. [Pale Moon]
* | | c505291 2016-12-13 | Bug 1287912. [Peter Van der Beken]
* | | 57b4663 2016-12-13 | Add JSAutoCompartment to GetNPObjectWrapper. [Pale Moon]
* | | d023841 2016-12-13 | Handle failing node adoption properly. [Pale Moon]
|/ /  
* |   3ce4979 2016-12-13 | Merge pull request #768 from janekptacijarabaci/minorFix_aboutSupport_updates [Moonchild]
|\ \  
| * | 6574816 2016-12-12 | [regression] Minor fix: Only list the updater's update history in about:support if it's actually built [janekptacijarabaci]
* | | ff08ba8 2016-12-12 | Stop all scripts in a compartment when "stop script" is used. [Pale Moon]
|/ /  
* |   5883caa 2016-12-12 | Merge pull request #767 from trav90/HSTS-preload-update [Moonchild]
|\ \  
| * | a05e119 2016-12-12 | Update HSTS preload list [trav90]
|/ /  
* | 573fb8b 2016-12-11 | Blocklist update: Add HD5450 cards to Direct2D feature blocking on Win 7. [Pale Moon]
* | 7a8c7c5 2016-12-10 | Update Goanna version [Pale Moon]
* |   156002d 2016-12-09 | Merge pull request #763 from trav90/ffvpx-work [Moonchild]
|\ \  
| * | 40e40d8 2016-12-08 | Fix VP9 decoding with recent version of libav. [trav90]
| * | 31644f2 2016-12-07 | Disable ffvpx with libav0.8 and earlier [trav90]
| * | 497e05c 2016-12-07 | Allow VP8/VP9 decoding via FFmpeg [trav90]
| * | 4212da2 2016-12-07 | Parse raw data to identify single frames before decoding [trav90]
* | |   aba1076 2016-12-09 | Merge pull request #765 from janekptacijarabaci/statusBar_advancedShowWarning [Moonchild]
|\ \ \  
| * | | 0fb6496 2016-12-09 | Status Bar: Advanced (show the warning) [janekptacijarabaci]
| | |/  
| |/|   
* | | 857d723 2016-12-09 | Regression fix: improve ClearType font rendering for smaller-size core web fonts. [Pale Moon]
* | |   8dac196 2016-12-09 | Merge pull request #762 from JustOff/PR_translators [Moonchild]
|\ \ \  
| |/ /  
|/| |   
| * | e9ad666 2016-12-08 | show list of translators in the language pack detail [JustOff]
|/ /  
* | 3075754 2016-12-08 | Stop allowing the saving of off-line data by default (prompt user). [Pale Moon]
* | 2f43af4 2016-12-08 | Improve A/V sync part 2: Report actual number of frames written, and use it for ReleaseBuffer. [Pale Moon]
* | 446e728 2016-12-08 | Improve A/V sync part 1: Account for stream and device latency. [Pale Moon]
|/  
*   35368fd 2016-12-07 | Merge pull request #755 from JustOff/master [Moonchild]
|\  
| * bb2401b 2016-12-07 | MOZ_LANGPACK_EID branding fix [JustOff]
| *   1b24a10 2016-12-07 | Merge pull request #1 from MoonchildProductions/master [JustOff]
| |\  
* | | e9f9eb0 2016-12-07 | Remove timer adjustments previously done when sleeping. [Pale Moon]
* | | 1642a39 2016-12-07 | Improve cross-compartment wrapper handling when managing tabs. [Pale Moon]
| |/  
|/|   
* | f0a4cf3 2016-12-07 | MediaCache: Add safety check to Close() [Pale Moon]
* | 024d92e 2016-12-07 | OS X: Fix macro redefinition/overload issue in jemalloc [Pale Moon]
* | 7ca7cab 2016-12-07 | jemalloc: make chunksize handle native sizes on x64 [Pale Moon]
* | 81e74bd 2016-12-07 | x64: prevent shift size mismatch in jemalloc. [Pale Moon]
* | 61fe051 2016-12-06 | Update preferences with refactored location bar suggestion options. [Pale Moon]
* |   3a7a617 2016-12-06 | Merge branch 'master' of https://github.com/MoonchildProductions/Pale-Moon [Pale Moon]
|\ \  
| * \   1e00d4a 2016-12-06 | Merge pull request #743 from JustOff/master [Moonchild]
| |\ \  
| | |/  
| | * 2ad82fc 2016-12-05 | resize indicator according #741 [JustOff]
| | * fc16b11 2016-12-05 | tooltips update [JustOff]
| | * 25667c1 2016-12-05 | tab->space typo [JustOff]
| | * 93df000 2016-12-04 | Revamp extension target indicators for tooltip support (alternative) [JustOff]
| * |   65eef5c 2016-12-06 | Merge pull request #752 from trav90/media-backend-work [Moonchild]
| |\ \  
| | * | 618a162 2016-12-06 | Change waiting time value in BufferingWait test [trav90]
| | * | 671d8f2 2016-12-06 | Update webref results [trav90]
| | * | cc46a90 2016-12-06 | Use FFmpeg for media mochitests [trav90]
| * | |   a9dc4c1 2016-12-06 | Merge pull request #750 from trav90/ffmpeg-work [Moonchild]
| |\ \ \  
| | * | | 64925d5 2016-12-04 | Properly assign the decoded sample duration [trav90]
| | * | | 5afd37c 2016-12-04 | Properly set the keyframe flag [trav90]
| | * | | 33f8219 2016-12-04 | Use LibAV/FFmpeg logic to detect invalid pts [trav90]
| | * | | 619ae74 2016-12-04 | Fix pts calculation in FFmpeg video decoder [trav90]
| | * | | ff75086 2016-12-04 | Have FFMpegDecoderModule properly return if a codec is supported [trav90]
| | |/ /  
| * | |   9a87953 2016-12-06 | Merge pull request #751 from janekptacijarabaci/devtools_storage_2 [Moonchild]
| |\ \ \  
| | |/ /  
| |/| |   
| | * | 6bc01f7 2016-12-06 | DevTools - Storage - throws an error (fixed merge conflict) [janekptacijarabaci]
| |/ /  
* | | 1da5352 2016-12-06 | Revert "Stop flooding the error console with usually-irrelevant CSS "errors"." [Pale Moon]
|/ /  
* | 6e62e22 2016-12-05 | Disable unicode-ranges on anything but Windows. [Pale Moon]
* |   74bb52f 2016-12-05 | Merge pull request #737 from trav90/ffmpeg-work [Moonchild]
|\ \  
| * | 9c38c9d 2016-12-02 | Revert "Use demuxed dimensions to determine picture size and offset" [trav90]
| * | 2652cf0 2016-12-01 | Use demuxed dimensions to determine picture size and offset [trav90]
| * | 18dbacc 2016-12-01 | Delete codec context upon initialization failure [trav90]
| * | 17cb30c 2016-12-01 | Always request 16 bits audio for libavcodec 53 [trav90]
| * | 6521998 2016-11-29 | Support YUV420J pixel format [trav90]
* | |   15f007e 2016-12-05 | Merge pull request #748 from trav90/media-backend-work [Moonchild]
|\ \ \  
| * | | 897c5eb 2016-12-05 | Add assignment operators to mozilla::Pair [trav90]
| * | | 090c1e1 2016-12-05 | Allow copying of mozilla::Pair objects [trav90]
| * | | 474e822 2016-12-05 | Add an equivalent of std::make_pair for mozilla::Pair [trav90]
* | | |   f1f7f17 2016-12-05 | Merge pull request #745 from janekptacijarabaci/minorFix_browser [Moonchild]
|\ \ \ \  
| * | | | 3096756 2016-12-04 | Minor fix: Some sites - throws an errors [janekptacijarabaci]
* | | | |   46e0295 2016-12-05 | Merge pull request #736 from janekptacijarabaci/devtools_telemetry_del [Moonchild]
|\ \ \ \ \  
| * | | | | 4ef972c 2016-12-02 | DevTools - Telemetry - remove [janekptacijarabaci]
| |/ / / /  
* | | | |   5855dbe 2016-12-05 | Merge pull request #735 from janekptacijarabaci/minorFix_about_telemetry [Moonchild]
|\ \ \ \ \  
| * | | | | 4317a930 2016-12-02 | Minor fix - about:telemetry - throws an error [janekptacijarabaci]
| |/ / / /  
* | | | |   2e65242 2016-12-05 | Merge pull request #734 from janekptacijarabaci/devtools_canvasDebugger [Moonchild]
|\ \ \ \ \  
| * | | | | b6047e1 2016-12-02 | DevTools - Canvas Debugger - throws an error [janekptacijarabaci]
| |/ / / /  
* | | | |   a6c2637 2016-12-05 | Merge pull request #733 from janekptacijarabaci/devtools_webAudio [Moonchild]
|\ \ \ \ \  
| |_|/ / /  
|/| | | |   
| * | | | bd0c2d3 2016-12-02 | DevTools - Web Audio - throws a warning [janekptacijarabaci]
| |/ / /  
* | | | fcb79b5 2016-12-04 | Version bump [Pale Moon]
* | | | afc3035 2016-12-04 | Fix DOM storage writes to tabs in restored sessions. [Pale Moon]
| |_|/  
|/| |   
* | | fa2c469 2016-12-03 | Re-apply Pale Moon net error page styling. (regression fix) [Pale Moon]
* | | b47a314 2016-12-03 | Align overrides/appstrings.properties with /docshell neterror. [Pale Moon]
* | | dffdeac 2015-08-12 | Make sure that a block element following left float clears it when it can't fit next to it. (2009 BMO bug) [Pale Moon]
* | | 3f6a0a4 2016-12-01 | Crash fix: SVG+SMIL animation timing crash (DiD). [Pale Moon]
* | |   2b8195c 2016-12-01 | Merge branch 'master' of https://github.com/MoonchildProductions/Pale-Moon [Pale Moon]
|\ \ \  
| * \ \   a5a0c31 2016-12-01 | Merge pull request #729 from janekptacijarabaci/minorFix_historyUpdates_buildID_null [Moonchild]
| |\ \ \  
| | * | | 376e961 2016-11-30 | [Suggestion] Minor fix: about:support - Show Update History (BuildID == null) [janekptacijarabaci]
| | |/ /  
| * | |   409f849 2016-12-01 | Merge pull request #730 from Lootyhoof/about-config-work [Moonchild]
| |\ \ \  
| | |/ /  
| |/| |   
| | * | 0019ace 2016-11-30 | Ensure config.css is preprocessed [Lootyhoof]
| | * | dfe2116 2016-11-30 | Restore classic about:config styling [Lootyhoof]
| |/ /  
* | | 7149018 2016-12-01 | Fallback to ASCII if AutoConfig UTF-8 conversion fails. [Mike Kaply]
* | | de66f7e 2016-12-01 | Update firefox appcompat version in XPI installer. [Pale Moon]
|/ /  
* |   5e91e6d 2016-11-29 | Merge pull request #727 from trav90/media-backend-work [Moonchild]
|\ \  
| |/  
|/|   
| * 5f91aa4 2016-11-29 | Use getter to access MediaRawData mData and mSize member in WMFVideoMFTManager [trav90]
|/  
*   5f2dc42 2016-11-29 | Merge pull request #726 from trav90/ffmpeg-work [Moonchild]
|\  
| * 1bc994a 2016-11-28 | Remove dependency on libavformat [trav90]
| * f5ee6ef 2016-11-28 | Fix FFmpeg shutdown crash should decoder not be initialised [trav90]
| * 2f8ab95 2016-11-28 | Prevent potential null deref when flushing FFmpeg decoder [trav90]
| * aa48247 2016-11-27 | Request S16 audio for libav 0.8 and earlier [trav90]
| * a88a003 2016-11-27 | Work around bug in some versions of LibAV [trav90]
| * f760cc8 2016-11-27 | Add method to determine which version of libavcodec is available [trav90]
| * 62a39f9 2016-11-27 | Fix image alignment allocation [trav90]
| * 1a2c58e 2016-11-27 | Fix pts calculations in older LibAV versions [trav90]
| * a6c752d 2016-11-27 | Use libavformat-ffmpeg.so.56 if available [trav90]
| * fa50eb3 2016-11-27 | Check whether H264Converter created its decoder successfully [trav90]
* |   167c14e 2016-11-29 | Merge pull request #724 from janekptacijarabaci/minorFix_devtools_responsivedesign [Moonchild]
|\ \  
| * | 9a72487 2016-11-28 | Minor fix: DevTools - Responsive Design - throws an errors [janekptacijarabaci]
* | |   b216b3f 2016-11-29 | Merge branch 'master' of https://github.com/MoonchildProductions/Pale-Moon [Pale Moon]
|\ \ \  
| |/ /  
| * |   00bb8e2 2016-11-28 | Merge pull request #722 from trav90/configure-work [Moonchild]
| |\ \  
| | |/  
| |/|   
| | * 0b6d4c6 2016-11-27 | Make the "-disable-precompiled-startupcache" option actually work [trav90]
| * |   bd13e2d 2016-11-27 | Merge pull request #721 from trav90/enable-MediaFormatReader [Moonchild]
| |\ \  
| | * | 5268f3f 2016-11-27 | Enable MediaFormatReader in MP4Decoder & MediaSourceReader [trav90]
| | |/  
| * |   1440a67 2016-11-27 | Merge pull request #710 from AOSC-Dev/master [Moonchild]
| |\ \  
| | * | 8df4420 2016-11-27 | aboutDialog: do not capitalize bit [Mingcong Bai]
| | * | 6f3b358 2016-11-27 | aboutDialog: generalize to bits [Mingcong Bai]
| | * | cc06e7e 2016-11-24 | aboutDialog: typo [Mingcong Bai]
| | * | 7cd01ee 2016-11-24 | aboutDialog: HAVE_64BIT_BUILD not HAVE_64BIT_OS [Mingcong Bai]
| | * | 8842134 2016-11-24 | aboutDialog: mroe architectural detection [Mingcong Bai]
| * | |   da52ac4 2016-11-27 | Merge pull request #720 from trav90/media-backend-work [Moonchild]
| |\ \ \  
| | |_|/  
| |/| |   
| | * | c474108 2016-11-27 | Fix build bustage in MediaData.cpp [trav90]
| | * | 9d47874 2016-11-27 | Don't use a FallibleTArray as backend for MediaRawData [trav90]
| | * | 112e89b 2016-11-27 | Use getter to access MediaRawData mData and mSize member [trav90]
| |/ /  
* | | 4c8d2eb 2016-11-29 | Correct branding typo + update unstable branding. [Pale Moon]
|/ /  
* | a60e07b 2016-11-26 | Remove icloud override; Apple isn't actually interested in providing Windows compatibility in browsers. [Pale Moon]
* | a88f4e2 2016-11-26 | Disable caching for ftp browsing sessions. [Pale Moon]
* | 9b31981 2016-11-25 | Re-apply proper branding terms to about:rights [Pale Moon]
* | d3396e3 2016-11-25 | Add SSUAO for Amazon Prime videos [Pale Moon]
* |   685b26c 2016-11-24 | Merge pull request #711 from janekptacijarabaci/statusbar_dynamic [Moonchild]
|\ \  
| * | bc4e921 2016-11-24 | Status bar: Dynamic override of the CSS [janekptacijarabaci]
* | | a0295ab 2016-11-24 | Align base statusbar colors with prefs (workaround for configurability issues) [Pale Moon]
* | | a40c87d 2016-11-24 | Work around bad netflix interface changes. [Pale Moon]
| |/  
|/|   
* |   eb0be22 2016-11-24 | Merge pull request #709 from janekptacijarabaci/minorFix_statusbar_statusText_null [Moonchild]
|\ \  
| * | bbf56dd 2016-11-24 | [Suggestion] Minor fix: Status Bar - Status Text - null [janekptacijarabaci]
| |/  
* |   56175fc 2016-11-24 | Merge pull request #707 from trav90/ffmpeg-work [Moonchild]
|\ \  
| * | 3b456b1 2016-11-23 | Fix build bustage in MPEG4Extractor header [trav90]
| * | 01e569b 2016-11-23 | Ignore non-supported entries in edit list [trav90]
| * | 244720b 2016-11-23 | MP4 dts must use the same timeline as pts [trav90]
| * | 7f2dd37 2016-11-23 | Properly handle MP4 time offset in MoofParser [trav90]
| * | eefda06 2016-11-23 | Properly handle MP4 starting offset [trav90]
| * | 7febfad 2016-11-23 | Crash fix: Disable use of stagefright::String8::clear [trav90]
| * | 289e188 2016-11-23 | Properly set dts on plain MP4 media [trav90]
* | | ea5df33 2016-11-23 | Stop requiring the app name to be "firefox" to be able to use profile reset. [Pale Moon]
|/ /  
* | fd08289 2016-11-23 | Fix linking libxul.so with binutils/GNU ld >= 2.26. [Pale Moon]
* |   9f44bb0 2016-11-23 | Merge branch 'master' of https://github.com/MoonchildProductions/Pale-Moon [Pale Moon]
|\ \  
| * \   c6cbb18 2016-11-23 | Merge pull request #703 from stevenschlansker/mac-mozconfig-release [Moonchild]
| |\ \  
| | * | 1d67dec 2016-10-19 | Update mozconfig per Tobin, switch to release branding for 27.0.0 release! [Steven Schlansker]
| | |/  
| * |   1220050 2016-11-23 | Merge pull request #706 from trav90/media-backend-work [Moonchild]
| |\ \  
| | |/  
| |/|   
| | * 93302da 2016-11-22 | Revert "Disable audio track when using combined track sourcebuffer" [trav90]
| |/  
* | f260f43 2016-11-23 | Disable full-screen status pop-up by default [Pale Moon]
* | 88c7f6d 2016-11-22 | Make sure to remove previously included bundled status bar and ruby code. [Pale Moon]
|/  
*   dfe032e 2016-11-20 | Merge pull request #691 from JustOff/master [Moonchild]
|\  
| * 7600f15 2016-11-20 | update initTilt.error [JustOff]
| * 3376756 2016-11-19 | revert back options.enableRemote.tooltip [JustOff]
| * 36d5494 2016-11-19 | revert back status4evar.status.urlbar.firefox.builtin.caption [JustOff]
| * a86ae31 2016-11-19 | Firefox -> Pale Moon [JustOff]
| * a91080b 2016-11-19 | webide windowTitle [JustOff]
| * 96b3c5b 2016-11-19 | options.selectDefaultTools.label [JustOff]
| * 835d126 2016-11-19 | options.enableRemote.tooltip [JustOff]
| * 6869298 2016-11-19 | initTilt.error [JustOff]
| * 9cdae3d 2016-11-19 | malwareBlocked.longDesc 2nd [JustOff]
| * ea705bc 2016-11-19 | malwareBlocked.longDesc [JustOff]
| * 870629c 2016-11-19 | status4evar.status.urlbar.firefox.builtin.caption [JustOff]
* |   86dad5d 2016-11-20 | Merge pull request #693 from janekptacijarabaci/minorFix_devtools_network [Moonchild]
|\ \  
| * | 4e4c851 2016-11-20 | Minor fix: Devtools - network [janekptacijarabaci]
| |/  
* |   3f17e65 2016-11-19 | Merge pull request #690 from trav90/media-backend-work [Moonchild]
|\ \  
| * | f030576 2016-11-17 | Add test for bitrate property in MediaRecorder [trav90]
| * | b56d254 2016-11-17 | Pass bitrates to track encoders for MediaRecorder [trav90]
| * | 1a64d7e 2016-11-17 | Add bits-per-second interface to MediaRecorder [trav90]
* | |   79720df 2016-11-19 | Merge pull request #688 from trav90/HSTS-preload-update [Moonchild]
|\ \ \  
| |_|/  
|/| |   
| * | 6cd4009 2016-11-18 | Update HSTS preload list [trav90]
| |/  
* |   cb89703 2016-11-19 | Merge pull request #689 from janekptacijarabaci/searchEngine_noResult [Moonchild]
|\ \  
| |/  
|/|   
| * ab4e451 2016-11-19 | Search engine: If no result, throws an error (the correct location settings) [janekptacijarabaci]
| * 256eb6c 2016-11-19 | Revert "Search engine: If no result, throws an error" [janekptacijarabaci]
| * 67d031c 2016-11-18 | Search engine: If no result, throws an error [janekptacijarabaci]
|/  
*   8da665a 2016-11-17 | Merge pull request #687 from JustOff/master [Moonchild]
|\  
| * b547c02 2016-11-17 | Update dom.properties [JustOff]
| * 8008cc9 2016-11-17 | update UseOfCaptureEventsWarning [JustOff]
| * ba1cf4f 2016-11-17 | update MozGetAsFileWarning & UseOfReleaseEventsWarning [JustOff]
| * b2977ce 2016-11-17 | Gecko -> Goanna [JustOff]
| * 144e26b 2016-11-17 | Gecko->Goanna [JustOff]
| * 4104b6e 2016-11-17 | Gecko -> Goanna [JustOff]
| * 1405b43 2016-11-17 | update redirectLoop [JustOff]
| * 5ae5b03 2016-11-17 | update aboutReader.loading [JustOff]
|/  
*   9303504 2016-11-17 | Merge branch 'mozpatches' [Pale Moon]
|\  
| * f85d5fe 2016-11-17 | Don't Ion-compile scripts with too many typesets. [Jan de Mooij]
| * c096a80 2016-11-17 | Ensure off-thread parse task's script is rooted correctly. [Jon Coppeard]
| * 79b30ca 2016-11-17 | Ensure devtools get the right event listener data. [Olli Pettay]
| * a00d13a 2016-11-17 | Add necessary braces. Follow-up to [afaa122] [Pale Moon]
| * 792b4cf 2016-11-17 | Update in-tree NSS to 3.19.5-PM [Pale Moon]
| * afaa122 2016-11-16 | Ensure expected DOM tree operations when calling insertBefore. [Olli Pettay]
| * b612ef8 2016-11-16 | Fix faulty assertion involving user-defined structured clone tags. [Steve Fink]
| * 0135268 2016-11-16 | Android: Reset site identity after entering new URL. [Pale Moon]
| * 2d85f97 2016-11-16 | Pixman: Use unsigned integer arithmetic to avoid UB. [Jeff Muizelaar]
| * d01c177 2016-11-16 | XML parser: check for overflow. [Pale Moon]
| * 28d433e 2016-11-16 | CSP: Insecure HTTP port :80 should also allow secure HTTPS port :443. [Pale Moon]
| * be43eb7 2016-11-16 | Fix an issue with update logging. [Pale Moon]
| * 2b80b9d 2016-11-16 | Bug 1299519. [Pale Moon]
* |   44d1439 2016-11-17 | Merge pull request #685 from trav90/ffmpeg-work [Moonchild]
|\ \  
| * | b5d96ee 2016-11-16 | Add missing #include for Windows [trav90]
|/ /  
* |   751c95d 2016-11-16 | Merge pull request #684 from trav90/ffmpeg-work [Moonchild]
|\ \  
| |/  
|/|   
| * be332fd 2016-11-15 | Remove sync dispatch from apple's initialization [trav90]
| * 60b158f 2016-11-15 | Move PlatformDecoderModule outside fmp4 [trav90]
|/  
*   e21b5b2 2016-11-15 | Merge pull request #680 from janekptacijarabaci/places_jsonlz4 [Moonchild]
|\  
| * 1acd7d0 2016-11-15 | Place - support jsonlz4 format for restore bookmarks [janekptacijarabaci]
* |   65c7bd4 2016-11-15 | Merge pull request #679 from trav90/ffmpeg-work [Moonchild]
|\ \  
| * | 2ace8c6 2016-11-14 | Enable MediaFormatReader by default [trav90]
| |/  
* |   8565ffe 2016-11-15 | Merge pull request #675 from janekptacijarabaci/permissions_moreValues [Moonchild]
|\ \  
| * | cb6e9bf 2016-11-14 | Permissions - more values: Load Images, Install Addons, Hide the Mouse Pointer (style clean up) [janekptacijarabaci]
| * | 2714ecf 2016-11-14 | Permissions - more values: Load Images, Install Addons, Hide the Mouse Pointer (style clean up) [janekptacijarabaci]
| * | 629aadc 2016-11-14 | Permissions - more values: Load Images, Install Addons, Hide the Mouse Pointer [janekptacijarabaci]
* | |   915822f 2016-11-15 | Merge pull request #677 from Lootyhoof/macos-theme-work [Moonchild]
|\ \ \  
| * | | 62a65af 2016-11-14 | OS X: Use static PNGs for checkmarks [Lootyhoof]
| | |/  
| |/|   
* | |   e49b8eb 2016-11-15 | Merge pull request #678 from trav90/media-backend-work [Moonchild]
|\ \ \  
| |/ /  
|/| |   
| * | bcc453a 2016-11-14 | Re-land virtual int64_t GetEvictionOfset in MP4Demuxer [trav90]
| * | f4bbb76 2016-11-14 | Remove "if (OnTaskQueue)()" from MediaFormatReader [trav90]
| * | 4b02147 2016-11-14 | MediaFormatReader: returns error if no tracks are usable [trav90]
| * | ef53033 2016-11-14 | Reject metadata promise on shutdown [trav90]
| * | 905ff56 2016-11-14 | Hook up web audio to MediaFormatReader [trav90]
| * | d1fe985 2016-11-14 | Use AsyncReadmetadata with web audio [trav90]
| * | 8d1a5a1 2016-11-13 | Update test [trav90]
| * | 0e80181 2016-11-13 | Fix mochitest [trav90]
| * | 650e125 2016-11-13 | Add gtest for checking on seconds -> microseconds -> seconds [trav90]
| * | d036acf 2016-11-13 | Round second to closest microseconds [trav90]
| * | 0ef4249 2016-11-13 | Have TimeIntervals and IntervalSet nsTArray_CopyChooser specialization [trav90]
| * | bd8d454 2016-11-13 | Use MediaLargeByteBuffer, not MediaByteBuffer [trav90]
| * | 7705b0d 2016-11-13 | Fix typo [trav90]
| * | 0f4486e 2016-11-13 | Ensure buffered range referential starts at 0 [trav90]
| * | c640c5d 2016-11-13 | Moved fallible code from MP4TrackDemuxer constructor to caller [trav90]
| * | 9023904 2016-11-13 | Do not allocate memory spanning across MP4 ftyp and moov atom [trav90]
| * | 9ab958e 2016-11-13 | Optimise most common addition to IntervalSet [trav90]
| * | f58faa6 2016-11-13 | Only rescans MP4's moof when necessary [trav90]
| * | 4e1cc04 2016-11-13 | Cache main thread buffered time range [trav90]
| * | dc533c6 2016-11-13 | Don't unnecessarily call GetBuffered() in MDSM [trav90]
| * | 39dd519 2016-11-13 | Ignore invalid MP4 tracks [trav90]
| * | 70073c0 2016-11-13 | Crash fix: always check that track demuxer was successfully created [trav90]
| * | 1f792f4 2016-11-13 | Properly recalculate next keyframe time after seeking [trav90]
| * | 56e9731 2016-11-13 | Don't reset demuxer when skipping to next keyframe [trav90]
| * | dbed3ee 2016-11-13 | Fix incorrect seconds / microseconds conversion [trav90]
| * | 3a31b98 2016-11-13 | Never do blocking read if we don't have data [trav90]
| * | da78a84 2016-11-13 | Always notify MediaSourceReader of new data on its own task queue [trav90]
| * | 577d8ab 2016-11-13 | Small reorganization of Update() & remove need for StorensRefPtrPassByPtr. [trav90]
| * | f0956f3 2016-11-13 | Fix MP4TrackDemuxer eviction offset calculations [trav90]
| * | 6a3b170 2016-11-13 | Notify mediasource sub-readers that data was evicted [trav90]
| * | 1244adb 2016-11-13 | Add MediaDecoderReader::NotifyDataRemoved method [trav90]
| * | 2c6cad9 2016-11-13 | Notify parent decoder that data was removed [trav90]
| |/  
* |   21b29b1 2016-11-14 | Merge pull request #674 from janekptacijarabaci/devtools_console [Moonchild]
|\ \  
| * | 09fcf63 2016-11-13 | DevTools - console (objects) [janekptacijarabaci]
| |/  
* |   7ed439c 2016-11-14 | Merge pull request #673 from janekptacijarabaci/devtools_gcli_console [Moonchild]
|\ \  
| * | 749c76e 2016-11-13 | DevTools - gcli commands - console [janekptacijarabaci]
| |/  
* |   afefd38 2016-11-14 | Merge pull request #676 from janekptacijarabaci/permissions_cookies_firstPartyOnly [Moonchild]
|\ \  
| |/  
|/|   
| * a230580 2016-11-14 | Permissions vs. Page Info - cookies [janekptacijarabaci]
|/  
*   54fafe0 2016-11-13 | Merge pull request #668 from trav90/media-backend-work [Moonchild]
|\  
| * c088f4b 2016-11-12 | Fix build bustage: remove extra } [trav90]
| * 922630f 2016-11-12 | Fix MSE TrackBuffer::ContainsTime [trav90]
| * f6509e1 2016-11-12 | Fix typo [trav90]
| * 79c8db4 2016-11-12 | Replace dom::TimeRanges with TimeIntervals object [trav90]
| * 0859efb 2016-11-11 | Add IntervalSet::SetFuzz method [trav90]
| * ca7e739 2016-11-11 | Add IntervalSet::Contains(Interval) method [trav90]
| * 1c3be18 2016-11-11 | Add TimeUnit infinity concept [trav90]
| * 1795057 2016-11-11 | Keep IntervalSet normalized [trav90]
| * cefe933 2016-11-11 | Rename Interval<T>::Union into ::Span [trav90]
* |   1c5c0e7 2016-11-13 | Merge pull request #669 from janekptacijarabaci/aboutLicense_buildInstructions_link [Moonchild]
|\ \  
| * | 119b8c2 2016-11-13 | Suggestion: about:licence - link to build instructions for Pale Moon [janekptacijarabaci]
* | |   dab9ee4 2016-11-13 | Merge pull request #671 from janekptacijarabaci/aboutBuildconfig_linkable [Moonchild]
|\ \ \  
| * | | 884cbd8 2016-11-13 | about:license - link to about:buildconfig [janekptacijarabaci]
| |/ /  
* | | 056b00b 2016-11-12 | Restore nglayout initial paint delay to 300 [Pale Moon]
* | | f5968d5 2016-11-12 | Correct pref comment typo (no code change) [Pale Moon]
* | | c67bd8e 2016-11-12 | Lower minimum accepted compatible versions for extensions [Pale Moon]
|/ /  
* |   b239421 2016-11-11 | Merge pull request #666 from JustOff/patch-2 [Moonchild]
|\ \  
| * | c3c79ed 2016-11-11 | Update 2nd netError.dtd [JustOff]
* | |   a09432b 2016-11-11 | Merge pull request #665 from JustOff/patch-1 [Moonchild]
|\ \ \  
| |/ /  
|/| |   
| * | b9b067d 2016-11-11 | save.recoverykey.defaultfilename: Firefox -> Pale Moon [JustOff]
|/ /  
* |   bdb5a06 2016-11-11 | Merge pull request #664 from JustOff/patch-1 [Moonchild]
|\ \  
| |/  
|/|   
| * dda5fb7 2016-11-11 | Update netError.dtd [Moonchild]
| * 410f7bd 2016-11-11 | fix missed deniedPortAccess.longDesc [JustOff]
|/  
*   b107947 2016-11-11 | Merge pull request #663 from janekptacijarabaci/minorFix_sessionRestore_warning [Moonchild]
|\  
| * aa29584 2016-11-10 | Minor fix: about:sessionrestore - throws a warnings [janekptacijarabaci]
* |   a9d36c1 2016-11-11 | Merge pull request #662 from janekptacijarabaci/minorFix_newTab_warning [Moonchild]
|\ \  
| * | b4e5533 2016-11-10 | Minor fix: about:newtab - throws a warning [janekptacijarabaci]
| |/  
* |   58e21f0 2016-11-11 | Merge pull request #661 from trav90/media-backend-work [Moonchild]
|\ \  
| |/  
|/|   
| * 37ab54e 2016-11-10 | Revert "Ensure decoders are properly shutdown" [trav90]
|/  
*   c339685 2016-11-10 | Merge pull request #660 from trav90/media-backend-work [Moonchild]
|\  
| * b7c19bd 2016-11-09 | Add missing #includes to MediaTimer.cpp [trav90]
| * 58b43f6 2016-11-09 | Fix build bustage: remove extra } [trav90]
| * 6b78f80 2016-11-09 | Fix build bustage [trav90]
| * 71be743 2016-11-09 | Don't ignore DrainComplete() on first demux [trav90]
| * 72bd914 2016-11-09 | Remove most locking in MediaFormatReader [trav90]
| * a38b1a6 2016-11-09 | Disable audio track when using combined track sourcebuffer [trav90]
| * 0db71e0 2016-11-09 | Put new MediaFormatReader behind a pref [trav90]
| * 80834eb 2016-11-09 | Add MediaFormatReader player [trav90]
* | fe0465d 2016-11-10 | Lower arbitrary AMO override to 27.9 to prevent discrepancy with our XPI installer. [Pale Moon]
* | de7a9cb 2016-11-10 | Update SSUAOs [Pale Moon]
* | 9ba0d6e 2016-11-10 | Clean up about:home stylesheet [Pale Moon]
* | 23759bd 2016-11-09 | Remove about:home snippets in locale. [Pale Moon]
* | 68fcd44 2016-11-09 | Add SSUAO for gaming.youtube.com [Pale Moon]
|/  
* dabf9a6 2016-11-09 | Remove Firefox mention from devtools locale (remote debugging) [Pale Moon]
* 69932ba 2016-11-09 | Remove "Firefox" from Sync locale strings. [Pale Moon]
*   769c0f9 2016-11-08 | Merge pull request #659 from trav90/media-backend-work [Moonchild]
|\  
| * b3e02f4 2016-11-07 | Ensure decoders are properly shutdown [trav90]
| * fd5cfd8 2016-11-07 | Crash fix: Call FillCodecInputData before dequeueOutputBuffer [trav90]
| * c48e3ff 2016-11-07 | Make OMX MediaCodecProxy async [trav90]
| * 7a7406e 2016-11-07 | Crash fix: Move OMX ConfigureMediaCodec to own thread [trav90]
| * 290615d 2016-11-07 | Remove media resource API from PlatformDecoderModule [trav90]
* | b0f93e7 2016-11-07 | Set ui.key.menuAccessKeyFocuses to "true" by default on Linux [Pale Moon]
* | f549a12 2016-11-07 | Re-implement control for tab_modal prompts to grab focus on the tab or not. [Pale Moon]
|/  
*   75eeeba 2016-11-05 | Merge pull request #657 from janekptacijarabaci/minorFix_applications [Moonchild]
|\  
| * b34890b 2016-11-05 | Minor fix: Options - Applications - throws a warning [janekptacijarabaci]
* | 49dd4c6 2016-11-05 | OTS: reduce strictness of OTF checking. [Pale Moon]
* | 9c1ab71 2016-11-05 | Stop eating space to next word with word selection/navigation. [Pale Moon]
|/  
*   686f1e9 2016-11-04 | Merge pull request #654 from trav90/media-backend-work [Moonchild]
|\  
| * 50e38fd 2016-11-04 | Use MediaPromise to read MSE TrackBuffer metadata [trav90]
| * a509706 2016-11-04 | Rename and make AsyncReadMetadata virtual [trav90]
* | ff13fd7 2016-11-04 | Rewrite "Tabs from other devices" in /browser to work with the updated sync client. [Pale Moon]
* | 840f539 2016-11-04 | Stop fxa migrator prefetch call. [Pale Moon]
* | bd51d8c 2016-11-04 | Follow-up to 5799227 to prevent js errors for the element not existing. [Pale Moon]
|/  
* b995994 2016-11-04 | Honor lightweightThemes.animation.enabled. [Pale Moon]
* f0e29e6 2016-11-04 | Make sure LWT observers/listeners are also removed from private windows. [Pale Moon]
*   f723923 2016-11-04 | Merge pull request #646 from janekptacijarabaci/permissions_loadImages [Moonchild]
|\  
| * a0c05e2 2016-11-02 | Img/Picture tag with "srcset" attribute bypass permissions [janekptacijarabaci]
* |   3111eda 2016-11-04 | Merge pull request #650 from trav90/NewRunnableMethodWithArgs-work [Moonchild]
|\ \  
| * | 53d31ae 2016-11-02 | Don't use MOZ_OVERRIDE in TestThreadUtils.cpp [trav90]
| * | a152145 2016-11-02 | Update unit tests [trav90]
| * | b3222e4 2016-11-02 | Select StorensRefPtrPassPtr for types with AddRef and Release methods [trav90]
| * | a2ba020 2016-11-02 | Add mozilla::Declval [trav90]
| * | 8e627d1 2016-11-02 | Add mozilla::AddRvalueReference [trav90]
| * | da12671 2016-11-02 | Fix for CV-qualified pointers + added tests. [trav90]
| * | 3038a59 2016-11-02 | Add variadic NS_NewRunnableMethodWithArgs with storage&passing argument type decorators [trav90]
| |/  
* | 66eeafb 2016-11-03 | Disable loading of the FxA migrator module. [Pale Moon]
* | b915284 2016-11-03 | Sync: short-circuit engine getter for add-ons to always return false, regardless of manually-set or synced pref. [Pale Moon]
* | 5799227 2016-11-03 | Disable syncing of add-ons; AMO feeds us incorrect versions otherwise. [Pale Moon]
* | 84d8514 2016-11-02 | Don't throw when IndexedDB is pref-disabled; just return null instead. [Pale Moon]
|/  
*   4f11fa2 2016-11-01 | Merge pull request #645 from janekptacijarabaci/minorFix_devtools_storage [Moonchild]
|\  
| * a834ee0 2016-11-01 | Minor fix: DevTools - Storage Inspector - throws an error [janekptacijarabaci]
* |   5007e77 2016-11-01 | Merge pull request #644 from janekptacijarabaci/minorFix_permissions_warnings [Moonchild]
|\ \  
| * | 3ed9bb3 2016-11-01 | Minor fix: Permissions - throws an warning [janekptacijarabaci]
| |/  
* |   a92f358 2016-11-01 | Merge pull request #643 from janekptacijarabaci/permissions_storage_usageInformation [Moonchild]
|\ \  
| |/  
|/|   
| * cdf1e6d 2016-11-01 | Permissions - Fix "This website is using..." [janekptacijarabaci]
|/  
* 5145cb6 2016-10-31 | Add incompatible Tab Utilities versions to the block list as a hard blocker (they break browser startup). [Pale Moon]
*   7c4bf7a 2016-10-30 | Merge pull request #633 from janekptacijarabaci/downloads_typo_styleCleanUp [Moonchild]
|\  
| * 08a3a21 2016-10-30 | Downloads - style clean up [janekptacijarabaci]
| * 656c739 2016-10-30 | Downloads - fix typo [janekptacijarabaci]
* |   2b35f74 2016-10-30 | Merge pull request #634 from trav90/media-backend-work [Moonchild]
|\ \  
| * | 5e7416d 2016-10-30 | Encrypted event should be fired once per initData [trav90]
| * | 0ce0db7 2016-10-30 | Use fallible array to store MP4 samples index in MP4Demuxer [trav90]
| * | a9014f9 2016-10-30 | Ensure we have up to date index when calculating offsets [trav90]
| * | 5a85270 2016-10-30 | Include ftyp box when parsing init segment [trav90]
| * | a78c196 2016-10-30 | Add MP4Demuxer object [trav90]
| * | b26a5ba 2016-10-30 | Extend BufferStream to work with external buffer array [trav90]
| * | 2e3fd38 2016-10-30 | Add MP4Metadata method to retrieve init segment byte range [trav90]
| * | 2736cda 2016-10-27 | Fix SharedDecoderProxy::IsWaitingMediaResources() [trav90]
| * | 124fcf6 2016-10-27 | Change MP4Reader's IsMediaSeekable() to only check with Demuxer [trav90]
| * | 1a58c0d 2016-10-27 | Use MediaRawDataWriter to access MediaRawData::mCrypto [trav90]
* | | 4532644 2016-10-30 | Remove deal E10S_TESTING_ONLY configure code [Pale Moon]
|/ /  
* | fefd74f 2016-10-29 | Stop flooding the error console with usually-irrelevant CSS "errors". [Pale Moon]
* | 8b2a15d 2016-10-28 | Remove duplicate shared prefs. [Pale Moon]
* | 436d38a 2016-10-28 | Split some release-specific prefs back out to their individual files. [Pale Moon]
* | 4d8cf4a 2016-10-28 | Remove some irrelevant shared prefs. [Pale Moon]
* | 5ada607 2016-10-28 | Fix preferences. [Pale Moon]
* | 5599ea8 2016-10-27 | Make "get more tools" URL a pref. [Pale Moon]
|/  
* 6367aa7 2016-10-27 | Fix incorrect variable re-use (nested scope). [Pale Moon]
* a2c38ea 2016-10-26 | Clamp the resolution of performance.now() calls to 10 microseconds, because otherwise we allow various timing attacks that depend on high accuracy timers. [Pale Moon]
*   b0d9f30 2016-10-25 | Merge pull request #625 from janekptacijarabaci/devtools_fixSettings_devToolbar_errorConsole_devToolsConnect (tag: 27.0.0b3r2) [Moonchild]
|\  
| * 1573ea9 2016-10-24 | DevTools - Fix settings (unused settings): DevToolbar, DevToolsConnect - style clean up [janekptacijarabaci]
| * 6458ec9 2016-10-24 | DevTools - Fix settings (unused settings): DevToolbar, DevToolsConnect - fix typo [janekptacijarabaci]
| * 64f128e 2016-10-24 | DevTools - Fix settings (unused settings): DevToolbar, ErrorConsole, DevToolsConnect [janekptacijarabaci]
* |   746d8c4 2016-10-25 | Merge pull request #626 from binoc-central/es7-includes [Moonchild]
|\ \  
| * | 692017f 2016-10-24 | Enable {Array, %TypedArray%}.prototype.includes [Matt A. Tobin]
|/ /  
* | 0d888a8 2016-10-24 | Make the (Offline) application cache work properly with http cache v2. [Pale Moon]
* | 6daa7d7 2016-10-24 | Remove pref confusion around cache v2 [Pale Moon]
* |   806e169 2016-10-22 | Merge pull request #624 from Lootyhoof/macos-theme-work [Moonchild]
|\ \  
| * | ebe8bf0 2016-10-22 | OS X: Use correct icon mappings for download status icon [Lootyhoof]
| * | a980cd4 2016-10-22 | OS X: Improve tab appearance [Lootyhoof]
| * | 40a43ed 2016-10-22 | OS X: Make bookmarks toolbar/places more OS-native [Lootyhoof]
* | | 41bc10b 2016-10-22 | Add UI front-end for MSE preferences. (tag: 27.0.0b3) [Pale Moon]
* | | 26627fa 2016-10-22 | Revert "Enable MSE+WebM VP8/VP9 out-of-the-box." This causes looping audio issues on the one website where it matters most (YouTube). [Pale Moon]
* | |   41e202e 2016-10-22 | Merge pull request #622 from trav90/media-backend-work [Moonchild]
|\ \ \  
| * | | 9c277e6 2016-10-22 | Make IntervalSet destructor virtual [trav90]
| * | | c756e95 2016-10-22 | Add Interval and IntervalSet objects [trav90]
* | | | 367c672 2016-10-22 | Enable MSE+WebM VP8/VP9 out-of-the-box. [Pale Moon]
|/ / /  
* | |   fae0e8f 2016-10-22 | Merge pull request #621 from trav90/media-backend-work [Moonchild]
|\ \ \  
| * | | d4c3dbb 2016-10-21 | Fix Windows build bustage after commit ecd4617 (part 2) [trav90]
* | | |   a8ff9bb 2016-10-22 | Merge pull request #620 from trav90/media-backend-work [Moonchild]
|\ \ \ \  
| |/ / /  
| * | | 4aebcb1 2016-10-21 | Fix Windows build bustage after commit ecd4617 [trav90]
* | | |   c7eef5d 2016-10-22 | Merge pull request #619 from trav90/media-backend-work [Moonchild]
|\ \ \ \  
| |/ / /  
| | / /   
| |/ /    
|/| |     
| * | 819d4ad 2016-10-21 | Parse all trun boxes in MP4 fragments, not just the first one [trav90]
| * | 0e149bd 2016-10-15 | Remove invalid assertion in MoofParser [trav90]
| * | ba47df1 2016-10-21 | Crash fix: Use fallible array to store MP4 samples index [trav90]
| * | f0cb969 2016-10-21 | Replace instance of stagefright::Vector with nsTArray [trav90]
| * | 504801d 2016-10-21 | Fix another typo [trav90]
| * | 44561614 2016-10-21 | Add support for the mp4v-es MPEG-4 codec [trav90]
| * | 4f26060 2016-10-21 | Fix typo [trav90]
| * | 00626b7 2016-10-21 | Make stagefright work on big-endian systems [trav90]
| * | f1e80cb 2016-10-21 | Use QTv2 header when available [trav90]
| * | 1f19422 2016-10-21 | Show audio as enabled when an audio track is present in stream [trav90]
| * | 6580ef2 2016-10-21 | Rename LargeDataBuffer and DataBuffer objects [trav90]
| * | fdb9be4 2016-10-21 | Properly handle box size marked as 0 [trav90]
| * | 12f5417 2016-10-21 | Add 'override' keyword to GetAsAudioInfo(), GetAsVideoInfo(), & Clone() on TrackInfo subclasses [trav90]
| * | 59df6fc 2016-10-21 | Add TrackInfo Clone() and copy constructors [trav90]
| * | 11ce25b 2016-10-21 | Remove static_cast on TrackInfo objects [trav90]
| * | 9de7d57 2016-10-21 | Remove unused header [trav90]
| * | 296c0d9 2016-10-21 | Use new MoofParser::HasMetadata in MP4Metadata [trav90]
| * | 017db59 2016-10-21 | Add MoofParser::HasMetadata method [trav90]
| * | 30793ea 2016-10-21 | Add ResourceStream class [trav90]
| * | 1b9f36e 2016-10-21 | Add MP4Metadata class [trav90]
| * | 4f98056 2016-10-21 | Create virtual getters [trav90]
| * | aa449da 2016-10-21 | Add TrackInfo virtual destructor so TrackInfo objects can be allocated on the stack [trav90]
| * | 3ffd88a 2016-10-21 | Remove MP4 Index's libstagefright dependency [trav90]
| * | 0d50d80 2016-10-21 | Remove mp4_demuxer::TrackType [trav90]
| * | c1a3a6c 2016-10-21 | Fix build bustage in GStreamer [trav90]
| * | 3cd383f 2016-10-21 | Simplify retrieval of HTMLVideoElement dimensions [trav90]
| * | c8c3d30 2016-10-21 | Remove redundant mHasAudio/mHasVideo member [trav90]
| * | 7142d56 2016-10-21 | Remove redundant mMediaSize member [trav90]
| * | df87d27 2016-10-21 | Use AudioInfo/VideoInfo object [trav90]
| * | 2ca606f 2016-10-21 | Fix const-ness in MediaData [trav90]
| * | 34706da 2016-10-21 | Combine MediaInfo and mp4_demuxer::TrackConfig [trav90]
| * | 4b93cc4 2016-10-21 | Do not modify provided extradata array [trav90]
| * | ecd4617 2016-10-21 | Use new MediaRawObject across the board [trav90]
| * | 5a765f5 2016-10-21 | Create new MediaRawData object type [trav90]
| * | 1317148 2016-10-21 | Fix constness and remove use of reference to refcounted ptr [trav90]
| * | f015fd9 2016-10-21 | Remove libstagefright dependencies from Crypto config [trav90]
| * | be38743 2016-10-21 | Use libstagefright only for reading metadata [trav90]
| * | 4379a95 2016-10-21 | Add MediaDataDemuxer and MediaTrackDemuxer classes [trav90]
| * | eb64e90 2016-10-21 | Add a TimeUnit object [trav90]
| |/  
* |   4cc68a0 2016-10-21 | Merge branch 'master' of https://github.com/MoonchildProductions/Pale-Moon [Pale Moon]
|\ \  
| |/  
| *   e770a9b 2016-10-20 | Merge pull request #618 from binoc-central/maint-service-acid-bath [Moonchild]
| |\  
| | * dd88f43 2016-10-19 | Issue #492 - Bathe the Windows Maintenance Service.. IN ACID - Part 4: Remove superfluous brackets in nsUpdateService.js and updater.cpp [Matt A. Tobin]
| | * e329979 2016-10-19 | Issue #492 - Bathe the Windows Maintenance Service.. IN ACID - Part 3: nsUpdateService.js, updater.cpp, nsUpdateDriver.cpp [Matt A. Tobin]
| | * 83044bb 2016-10-19 | Issue #492 - Bathe the Windows Maintenance Service.. IN ACID - Part 2: Build system, Installer/Packaging [Matt A. Tobin]
| | * 4c7fc4f 2016-10-19 | Issue #492 - Bathe the Windows Maintenance Service.. IN ACID - Part 1: Remove files [Matt A. Tobin]
| * |   58ccab3 2016-10-19 | Merge pull request #617 from binoc-central/shared-gkmedias [Moonchild]
| |\ \  
| | |/  
| |/|   
| | * 1f0c715 2016-10-19 | Do not fold gkmedias into libxul on Windows and add missing symbols [Matt A. Tobin]
| |/  
* | 65a2cc0 2016-10-21 | Unconditionally enable unicode-range CSS support (also in release builds). [Pale Moon]
|/  
* c1125d8 2016-10-18 | HSTS preload list update. [Pale Moon]
*   1eb7c2e 2016-10-17 | Merge pull request #609 from binoc-central/sidebar-cleanup [Moonchild]
|\  
| * db072e4 2016-10-17 | Clean up redundant sidebar component [Matt A. Tobin]
* |   6f57477 2016-10-17 | Merge pull request #611 from binoc-central/platform-devtools-work [Moonchild]
|\ \  
| * | 807669a 2016-10-17 | Move Mozilla DevTools to Platform - Part 11b: mozbuild forces specifying jar.mn if it is found in a directory so specify it and ifdef the entire contents [Matt A. Tobin]
| * | 53b30a5 2016-10-16 | Move Mozilla DevTools to Platform - Part 11: Final fixups [Matt A. Tobin]
| * | f5fb238 2016-10-16 | Move Mozilla DevTools to Platform - Part 10: Configure [Matt A. Tobin]
| * | 5dec5fd 2016-10-16 | Move Mozilla DevTools to Platform - Part 9d: Update Resource URIs in browser and b2g [Matt A. Tobin]
| * | a953298 2016-10-16 | Move Mozilla DevTools to Platform - Part 9c: Update Resource URIs in toolkit [Matt A. Tobin]
| * | e197eae 2016-10-16 | Move Mozilla DevTools to Platform - Part 9b: Update Resource URIs in toolkit/devtools [Matt A. Tobin]
| * | 9fdd2b2 2016-10-16 | Move Mozilla DevTools to Platform - Part 9: Update Resource URIs in toolkit/devtools [Matt A. Tobin]
| * | 5281c5c 2016-10-16 | Move Mozilla DevTools to Platform - Part 8: Update css pp include paths [Matt A. Tobin]
| * | c73f730 2016-10-16 | Move Mozilla DevTools to Platform - Part 7: Update Chrome URIs in toolkit/themes/ [Matt A. Tobin]
| * | 5c513d3 2016-10-16 | Move Mozilla DevTools to Platform - Part 6: Update Chrome URIs in toolkit/devtools [Matt A. Tobin]
| * | 0ab9c26 2016-10-16 | Move Mozilla DevTools to Platform - Part 5: Move themes to platform [Matt A. Tobin]
| * | 1068e86 2016-10-16 | Move Mozilla DevTools to Platform - Part 4: Move devtools prefs to gre [Matt A. Tobin]
| * | 81805ce 2016-10-16 | Move Mozilla DevTools to Platform - Part 3: Merge the browser/devtools and toolkit/devtools adjusting for directory collisions [Matt A. Tobin]
| * | 28c8da7 2016-10-16 | Move Mozilla DevTools to Platform - Part 2: mv l10n files [Matt A. Tobin]
| * | 33e756c 2016-10-16 | Move Mozilla DevTools to Platform - Part 1: Avoid name collision of one file [Matt A. Tobin]
| |/  
* |   32c3732 2016-10-17 | Merge branch 'master' of https://github.com/MoonchildProductions/Pale-Moon [Pale Moon]
|\ \  
| * \   68f05ac 2016-10-17 | Merge pull request #612 from binoc-central/shumway-cleanup [Moonchild]
| |\ \  
| | * | 388885b 2016-10-17 | Issue #581 - Remove Shumway leftovers [Matt A. Tobin]
| | |/  
| * |   fe030f4 2016-10-17 | Merge pull request #610 from binoc-central/fuel-work [Moonchild]
| |\ \  
| | * | a0577b7 2016-10-17 | Move fuel to browser/components since it is by definition a component [Matt A. Tobin]
| | |/  
| * |   373c930 2016-10-17 | Merge pull request #607 from janekptacijarabaci/minorFix_restoreTabs [Moonchild]
| |\ \  
| | |/  
| |/|   
| | * 5fc2f11 2016-10-16 | Minor fix: Menu - "History" - "Recently Closed Tabs" - "Restore All Tabs" [janekptacijarabaci]
* | | 9bcd681 2016-10-17 | Fix the fonts preferences dialog. [Pale Moon]
|/ /  
* |   6bab3e6 2016-10-16 | Merge pull request #606 from janekptacijarabaci/minorFix_places_controllers_an-error [Moonchild]
|\ \  
| |/  
|/|   
| * fc6b672 2016-10-16 | Minor fix: Places - controllers - throws an error [janekptacijarabaci]
|/  
* c252a61 2016-10-16 | Ensure CTR can't be used on Pale Moon (just in case). [Pale Moon]
*   79d9018 2016-10-15 | Merge pull request #602 from janekptacijarabaci/places_sortBy [Moonchild]
|\  
| * de1a4a9 2016-10-15 | Places: Menu "Views" - "Sort" - throws an errors [janekptacijarabaci]
* | c39cd11 2016-10-15 | Update woff2 upstream code + update script. [Pale Moon]
* | 533f8f1 2016-10-15 | Update OTS to 5.1.0 + fix missing OTS_API visibility. [Pale Moon]
* | a04ff14 2016-10-15 | Switch AMO SSUAO to Firefox 28.9 instead of 24.9. [Pale Moon]
* | bde9186 2016-10-15 | Version bump. [Pale Moon]
* |   6726824 2016-10-15 | Merge pull request #601 from janekptacijarabaci/places_bookmarks [Moonchild]
|\ \  
| * | 876d14c 2016-10-15 | Places - "gEditItemOverlay is null" when using the keyboard to cancel "Bookmark all tabs" dialog [janekptacijarabaci]
| |/  
* |   3cafe23 2016-10-15 | Merge pull request #599 from janekptacijarabaci/downloads_zonePref [Moonchild]
|\ \  
| * | a7d9128 2016-10-15 | Downloads - Internet Zone - throws an error [janekptacijarabaci]
| |/  
* |   8c437c4 2016-10-15 | Merge pull request #600 from janekptacijarabaci/minorFix_async_objectCreateVs__proto__ [Moonchild]
|\ \  
| |/  
|/|   
| * 06273e0 2016-10-15 | Minor fix: Async (Object.create vs. __proto__) [janekptacijarabaci]
|/  
* 162adf2 2016-10-14 | Sniff less, trust server data more! [Pale Moon]
*   dc7f699 2016-10-14 | Merge pull request #598 from janekptacijarabaci/minorFix_places [Moonchild]
|\  
| * 13641d7 2016-10-14 | Minor fix: Places - aOldNode is undefined (the best solution) [janekptacijarabaci]
| * 19a5280 2016-10-14 | Minor fix: Places - aOldNode is undefined (a better solution) [janekptacijarabaci]
| * 16f19d6 2016-10-14 | Minor fix: Places - aOldNode is undefined [janekptacijarabaci]
* | 18b7e10 2016-10-14 | Check type of node before using xlink:href [Pale Moon]
|/  
* 2a864e1 2016-10-14 | Move (non-)native extension indicator style to global extensions.css style sheet. [Pale Moon]
*   4570cc7 2016-10-14 | Merge pull request #597 from wsdfhjxc/extension-indicators [Moonchild]
|\  
| * 8c9b4b6 2016-10-14 | Add indicators for (non-)native extensions in Add-ons Manager [wsdfhjxc]
* | 92a906d 2016-10-13 | Fix favicon handling on hash navigation. [Pale Moon]
* | febf096 2016-10-13 | Fix link and style elements to handle onload events Part 2. [Pale Moon]
* | e0c45ce 2016-10-13 | Fix link and style elements to handle onload events. [Pale Moon]
|/  
*   252ed1b 2016-10-13 | Merge pull request #594 from janekptacijarabaci/devtools_styleEditor_minorFix [Moonchild]
|\  
| * dbf9cf0 2016-10-13 | Minor fix: DevTools - Style editor (editing CSS) [janekptacijarabaci]
|/  
* d0dbd92 2016-10-13 | Add zone information control for downloaded files. [Pale Moon]
* b30fe39 2016-10-13 | Disable update logging if given a log file path longer than MAX_PATH. [Pale Moon]
* f39a747 2016-10-13 | Revert "Remove the maintenance service (take 2)." [Pale Moon]
*   ae4c8cc 2016-10-12 | Merge pull request #590 from janekptacijarabaci/history_forgetAboutSite [Moonchild]
|\  
| * 83ddeb7 2016-10-12 | Forget About This Site command isn't working properly [janekptacijarabaci]
* | 009fdf9 2016-10-11 | Remove the maintenance service (take 2). [Pale Moon]
* |   59961b1 2016-10-11 | Merge pull request #589 from janekptacijarabaci/minorFix_session_errors [Moonchild]
|\ \  
| * | 4a98d66 2016-10-11 | Minor fix: Sessions - throws an error after run, better information on error [janekptacijarabaci]
| |/  
* |   a374567 2016-10-11 | Merge pull request #588 from janekptacijarabaci/printPreviewToolbar [Moonchild]
|\ \  
| * | fe12197 2016-10-11 | Print preview bug - The toolbar for the Print Preview window isn't available (outlook.com, mail.yahoo.com, etc.) [janekptacijarabaci]
| |/  
* | 5c62362 2016-10-11 | Revert "Remove the maintenance service." [Pale Moon]
* | fb21c6b 2016-10-11 | Remove the maintenance service. [Pale Moon]
|/  
* e826c15 2016-10-10 | Make sure the Save file picker window is attached to a live window. [Pale Moon]
* 9943c02 2016-10-10 | Enforce Firefox compatibility mode for msn.com and bing.com [Pale Moon]
* 48cd306 2016-10-09 | Stop using nsIDownloadManagerUI service in BrowserDownloadsUI() call. [Pale Moon]
* a7bf595 2016-10-09 | Remove deprecated let block in DownloadsCommon.jsm. [Pale Moon]
* 75d4d27 2016-10-09 | Remove Adobe CMap License because it's no longer applicable without pdf.js [Pale Moon]
*   e51a996 2016-10-09 | Merge pull request #583 from janekptacijarabaci/plugins_placeholderImageText [Moonchild]
|\  
| * cb897c1 2016-10-09 | Fix: Plugin placeholder image/text (ask to activate) missing [janekptacijarabaci]
* |   9628ac6 2016-10-09 | Merge pull request #582 from binoc-central/oust-pdfjs-work [Moonchild]
|\ \  
| * | 2fd8d1d 2016-10-09 | Oust PDF.js - Part 5: Remove special cases in docshell and dom as well as mozbuild backend tests [Matt A. Tobin]
* | |   145822d 2016-10-09 | Merge pull request #580 from binoc-central/oust-pdfjs-work [Moonchild]
|\ \ \  
| |/ /  
| * | 15649bc 2016-10-09 | Oust PDF.js - Part 4: Remove pdfjs from telemetry histograms.json [Matt A. Tobin]
| * | 1de42cc 2016-10-09 | Restore shumway lines in package-manifest.in [Matt A. Tobin]
| * | c165990 2016-10-09 | Oust PDF.js - Part 3: Fixup [Matt A. Tobin]
| * | 0d8c010 2016-10-09 | Oust PDF.js - Part 2: Deintegration [Matt A. Tobin]
| * | eb81df9 2016-10-09 | Oust PDF.js - Part 1: Files [Matt A. Tobin]
|/ /  
* | fb468d5 2016-10-09 | De-mozify mixed content information. [Pale Moon]
* | 2f9f897 2016-10-09 | Provide a "more information" link in the geolocation doorhanger. [Pale Moon]
* | c8557be 2016-10-09 | Fix geolocation, desktop notificiation and pointerlock prompts. [Pale Moon]
|/  
*   702b60b 2016-10-09 | Merge pull request #577 from janekptacijarabaci/places_fix [Moonchild]
|\  
| * 56f9a1d 2016-10-09 | Fix: Places "tags" and other categories -> uncaught exception (and "Most visited" works) [janekptacijarabaci]
| * da2dc2e 2016-10-09 | Places "tags" - better information on error [janekptacijarabaci]
* |   c60684b 2016-10-09 | Merge pull request #578 from janekptacijarabaci/minorFix_aboutCache [Moonchild]
|\ \  
| |/  
|/|   
| * 45eea30 2016-10-09 | Minor fix - about:cache - throws an error [janekptacijarabaci]
|/  
* 901cc62 2016-10-08 | Fix #572. [Pale Moon]
*   843a8d1 2016-10-08 | Merge pull request #576 from janekptacijarabaci/minorFix_cacheClearing (tag: 27.0.0b2) [Moonchild]
|\  
| * 72fc199 2016-10-08 | Minor fix - cache clearing - throws a errors [janekptacijarabaci]
* |   896541c 2016-10-08 | Merge pull request #575 from janekptacijarabaci/minorFix_contextMenu [Moonchild]
|\ \  
| * | 0b6ca2a 2016-10-08 | Minor fix - browser - the context menu [janekptacijarabaci]
| |/  
* |   eb2cf8e 2016-10-08 | Merge pull request #573 from janekptacijarabaci/devtools_storage_indexedDB_fixTypo [Moonchild]
|\ \  
| * | fc5b69b 2016-10-08 | DevTools - storage - indexed DB - fix typo [janekptacijarabaci]
| |/  
* |   5bace82 2016-10-08 | Merge pull request #574 from janekptacijarabaci/downloads_clear [Moonchild]
|\ \  
| |/  
|/|   
| * d9ca3dd 2016-10-08 | Fix: History - Clear Recent History... - Browsing & Download History [janekptacijarabaci]
|/  
*   fa2d7a4 2016-10-08 | Merge pull request #569 from binoc-central/kill-webapprt-work [Moonchild]
|\  
| * 0e5aeed 2016-10-07 | Exterminate WebAppRT -  Part 7: Remove lingering webapprt from mozbuild [Matt A. Tobin]
| * def6a56 2016-10-07 | Exterminate WebAppRT -  Part 6: Remove webapp support from browser [Matt A. Tobin]
| * 3b49cbe 2016-10-07 | Exterminate WebAppRT -  Part 5: Remove webapp support from dom [Matt A. Tobin]
| * 876471a 2016-10-07 | Exterminate WebAppRT -  Part 4: Remove webapps from toolkit [Matt A. Tobin]
| * aee5824 2016-10-07 | Exterminate WebAppRT -  Part 3: Remove webapprt support from toolkit/webapps/WebappOSUtils.jsm [Matt A. Tobin]
| * 50c9ec6 2016-10-07 | Exterminate WebAppRT -  Part 2: Remove webapprt support from the build system [Matt A. Tobin]
| * 53683d6 2016-10-07 | Exterminate WebAppRT -  Part 1: Remove webapprt application directory [Matt A. Tobin]
* |   e30e725 2016-10-08 | Merge pull request #571 from janekptacijarabaci/devtools_storage [Moonchild]
|\ \  
| * | 270c43f 2016-10-08 | DevTools - storage - better treatment conditions, style clean up [janekptacijarabaci]
| * | f221e7c 2016-10-08 | DevTools - storage - change the timer - for better response [janekptacijarabaci]
| * | c7965c4 2016-10-08 | DevTools - storage - removed this observer: "http-on-response-set-cookie" [janekptacijarabaci]
|/ /  
* |   97a75e5 2016-10-08 | Merge pull request #567 from janekptacijarabaci/devtools_fix_easier [Moonchild]
|\ \  
| * | d9b3808 2016-10-07 | DevTools - some fixes (easier) [janekptacijarabaci]
* | |   042e19b 2016-10-08 | Merge pull request #568 from binoc-central/ocsp-pref-work [Moonchild]
|\ \ \  
| * | | 221660b 2016-10-07 | Improve Preferences > Advanced > Certificates and assign a unique accesskey [Matt A. Tobin]
* | | |   ebafabf 2016-10-07 | Merge pull request #566 from binoc-central/ocsp-pref-work [Moonchild]
|\ \ \ \  
| |/ / /  
| | / /   
| |/ /    
|/| |     
| * | c5344d6 2016-10-07 | Fix OCSP gui preferences [Matt A. Tobin]
* | | 6208753 2016-10-07 | Revert "DevTools - some fixes" [Pale Moon]
| |/  
|/|   
* | 182b30d 2016-10-07 | Add missing devtools pref [Pale Moon]
* |   aed670e 2016-10-07 | Merge pull request #542 from Gpower2/master [Moonchild]
|\ \  
| * | 80d403d 2016-10-07 | Remove MOZ_DIRECTX_SDK_PATH [Gpower2]
| * | 8fc2916 2016-10-07 | Remove d3dcompiler_43 from build system [Gpower2]
| * | 16d18d8 2016-10-01 | Remove d3dcompiler_43 check in configure.in [Gpower2]
| * | 363b552 2016-09-29 | Add commits that just got lost during upstream merge [Gpower2]
| * | 42ba873 2016-09-28 | Remove d3dcompiler_43.dll dependency #529 [Gpower2]
| * |   2166455 2016-09-28 | Revert "Revert "DiD port: Keep strong pointers for nodes in the invalidation list of a document accessible."" [Gpower2]
| |\ \  
| * | | 1b983bf 2016-09-27 | Revert "DiD port: Keep strong pointers for nodes in the invalidation list of a document accessible." [Gpower2]
* | | |   b08521c 2016-10-07 | Merge pull request #564 from janekptacijarabaci/devtools_gcli-commands_improvements [Moonchild]
|\ \ \ \  
| * | | | b44381b 2016-10-06 | DevTools - gcli commands - minor improvements [janekptacijarabaci]
* | | | |   55ce769 2016-10-07 | Merge pull request #563 from janekptacijarabaci/devtools_fix [Moonchild]
|\ \ \ \ \  
| * | | | | f1d8b38 2016-10-07 | DevTools - some fixes [janekptacijarabaci]
| |/ / / /  
* | | | | dcfca2d 2016-10-07 | Crash fix: Return 0,0 for offsetX/Y if the document lacks a presentation. [Pale Moon]
| |_|_|/  
|/| | |   
* | | | 6767342 2016-10-07 | Fix about:credits redirection and make more safe pages content-linkable. [Pale Moon]
* | | | 23fdf8f 2016-10-07 | Make about:rights linkable from content. [Pale Moon]
* | | | 05b5630 2016-10-07 | Correct another typo [Pale Moon]
* | | |   b7c9e7f 2016-10-06 | Merge pull request #561 from binoc-central/general-configure-work [Moonchild]
|\ \ \ \  
| |/ / /  
|/| | |   
| * | | baa196c 2016-10-06 | Sync js configure with topsrcdir [Matt A. Tobin]
| * | | 13c24a2 2016-10-06 | Correct a couple of typos [Matt A. Tobin]
| * | | b72119f 2016-10-06 | Allow the status bar code to be disabled by configure but enabled by default [Matt A. Tobin]
|/ / /  
* | |   9575777 2016-10-05 | Merge pull request #559 from binoc-central/version-work [Moonchild]
|\ \ \  
| * | | 7b834b4 2016-10-05 | Remove FIREFOX_VERSION in topsrcdir configure [Matt A. Tobin]
| * | | 0ffb157 2016-10-05 | Do not use FIREFOX_VERSION in the browser and don't hardcode the GUID [Matt A. Tobin]
* | | | 0624353 2016-10-05 | Update default browser setting for later windows versions, part 2: launch the modern settings "app". [Pale Moon]
* | | | e24b122 2016-10-05 | Update default browser setting for later windows versions, part 1: Only show the protocol association window on Win 8+ [Pale Moon]
|/ / /  
* | | 94d9f1e 2016-10-05 | Change about:config styling to be a bit more spacious within in-content type styling. [Pale Moon]
* | |   07434d4 2016-10-05 | Merge pull request #558 from binoc-central/general-configure-work [Moonchild]
|\ \ \  
| * | | c12ad24 2016-10-05 | Disable accessibility by default [Matt A. Tobin]
| * | | bc1401f 2016-10-05 | Disable the sandbox by default [Matt A. Tobin]
| * | | 19e2a93 2016-10-05 | Disable tests by default [Matt A. Tobin]
| * | | 9e45d7f 2016-10-05 | Disable Parental Controls by default [Matt A. Tobin]
| * | | adbffd2 2016-10-05 | Remove conflicting Web App Runtime configure flag from topsrcdir configure [Matt A. Tobin]
* | | |   36ce9a6 2016-10-05 | Merge pull request #557 from binoc-central/devtools-configure-work [Moonchild]
|\ \ \ \  
| |/ / /  
|/| | |   
| * | | 4aaf443 2016-10-05 | Reverse the devtools configure flag and disable by default [Matt A. Tobin]
|/ / /  
* | |   4be2052 2016-10-05 | Merge pull request #556 from binoc-central/win32redist-work [Moonchild]
|\ \ \  
| * | | b674aef 2016-10-05 | Always include the OpenMP redist dll [Matt A. Tobin]
| * | | 993a7bc 2016-10-05 | Expand WIN32 redist file capabilities [Matt A. Tobin]
* | | | b18d740 2016-03-16 | Stop eroding html button padding and adjust for padding-box correctly for button content. [Pale Moon]
|/ / /  
* | | 247d7d0 2016-10-05 | Version bump. [Pale Moon]
* | | da4d192 2016-10-05 | Convert feedwriter to WebIDL and fix access to anonymous content. Also fix a few small nits/sanity checks while at it. [Pale Moon]
* | |   fd408e7 2016-10-05 | Merge branch 'master' of https://github.com/MoonchildProductions/Pale-Moon [Pale Moon]
|\ \ \  
| * \ \   7b4800f 2016-10-04 | Merge pull request #551 from Lootyhoof/aero-fix [Moonchild]
| |\ \ \  
| | * | | bc94ce2 2016-10-04 | Add tab-arrow-left-glass.png [Lootyhoof]
| |/ / /  
| * | |   df8934d 2016-10-04 | Merge pull request #550 from binoc-central/libvpx14tycho-work [Moonchild]
| |\ \ \  
| | * | | e1004b1 2016-10-04 | Update CLOBBER [Matt A. Tobin]
| | * | | 2681eea 2016-10-04 | Issue #546 - Update Tycho to libvpx 1.4 - Part 3: Clean up now unused vpx memory function mangling from XPCOMInit and bump libvpx version to 1.4.0 in configure [Matt A. Tobin]
| | * | | 9362611 2016-10-04 | Issue #546 - Update Tycho to libvpx 1.4 - Part 2: Update the build system files [Matt A. Tobin]
| | * | | f0769b8 2016-10-04 | Issue #546 - Update Tycho to libvpx 1.4 - Part 1: Update the lib [Matt A. Tobin]
| |/ / /  
* | | | 25752a3 2016-10-05 | Fix error message in about:cache due to uninitialized storage value. [Pale Moon]
|/ / /  
* | |   269f70a 2016-10-04 | Merge pull request #543 from trav90/media-backend-work [Moonchild]
|\ \ \  
| * | | 01f2671 2016-10-01 | Fix build bustage: Add missing 'virtual' & 'override' keywords [trav90]
| * | | edc35a4 2016-10-01 | Make SDM::Recreate re-use original arguments [trav90]
| * | | ed3dcd3 2016-10-01 | Merge the PlatformDecoderModule and AVCCDecoderModule [trav90]
* | | |   8f0d4df 2016-10-04 | Merge pull request #548 from trav90/gcc-work [Moonchild]
|\ \ \ \  
| * | | | 4cd89cf 2016-10-03 | Use -O1 instead of -Os for 32 bit kiss_fft lib [trav90]
| * | | | 14c0587 2016-10-03 | Use -Os optimization for kiss_fft lib (32bit GCC builds) [trav90]
|/ / / /  
* | | | aa74a08 2016-10-03 | Devtools: fix network panel. [Pale Moon]
* | | | 0cb6a1a 2016-10-03 | Devtools: fix debugger. [Pale Moon]
* | | | 3c527f6 2016-10-01 | Enable misc devtools components. (tag: 27.0.0b1) [Pale Moon]
* | | | 2c44d31 2016-10-01 | Quick hack to package vcomp120.dll [Pale Moon]
|/ / /  
* | |   5a93cc1 2016-09-28 | Merge pull request #539 from Lootyhoof/autocomplete [Moonchild]
|\ \ \  
| |_|/  
|/| |   
| * | 9326370 2016-09-28 | Use non-default autocomplete highlighting on Win8/10 [Lootyhoof]
| * | 3ff73c4 2016-09-27 | Extend non-default autocomplete shading to Win8/10 [Lootyhoof]
* | |   5167abf 2016-09-28 | Merge pull request #540 from trav90/media-backend-work [Moonchild]
|\ \ \  
| * | | c0e9d83 2016-09-27 | Fix build bustage [trav90]
| * | | a0125e4 2016-09-27 | Dispatch AudioSink notifications asynchronously [trav90]
| * | | 6500f74 2016-09-27 | Assert state machine thread for SetState [trav90]
| * | | 0a9902c 2016-09-27 | Make MDSM::StartBuffering happen on the state machine thread [trav90]
| * | | 62f4b04 2016-09-27 | Make MDSM::Shutdown happen on the state machine thread [trav90]
| |/ /  
* | | eaa2151 2016-09-28 | Fix build error caused by 9aab4b803034dbd503fe0477c596c890e6ab83d1 [Pale Moon]
|/ /  
* | 8539853 2016-09-26 | Revert "Add media queries for Linux/BSD/OSX" [Pale Moon]
* | abcf945 2016-09-26 | Don't define kVK_RightCommand on OS X 10.12 [Pale Moon]
* |   7cbf0e3 2016-09-25 | Merge pull request #537 from Lootyhoof/linux-bsd-media-work [Moonchild]
|\ \  
| * | a8b3619 2016-09-24 | Add media queries for Linux/BSD/OSX [Lootyhoof]
| |/  
* |   dd28498 2016-09-24 | Merge pull request #536 from Lootyhoof/statusbar-fix [Moonchild]
|\ \  
| |/  
|/|   
| * 368db82 2016-09-24 | Statusbar: Use skin for styling customizeToolbar.xul [Lootyhoof]
|/  
*   9e2f6f4 2016-09-23 | Merge pull request #534 from trav90/media-backend-work [Moonchild]
|\  
| * 2798144 2016-09-23 | Add missing string to decoder state list [trav90]
| * 1dc5a5f 2016-09-23 | Fix UAF in FFmpegH264Decoder [trav90]
| * b99a223 2016-09-23 | Hold a strong ref to mThread [trav90]
| * 0706c7d 2016-09-23 | Create one unified thread pool for media code and run the MDSM task queues on it [trav90]
* |   4a5c0ac 2016-09-23 | Merge pull request #532 from Lootyhoof/downloads-work [Moonchild]
|\ \  
| * | 1a7d44c 2016-09-21 | Fix indentation [Lootyhoof]
| * | 9dd6722 2016-09-21 | Provide indicator for no active downloads [Lootyhoof]
* | | 9114c89 2016-09-23 | Bump app + platform version [Pale Moon]
* | | 14fbb3b 2016-09-23 | Enforce the invariant that every display item class has a different display item type for nsDisplayFocusRing. [Timothy Nikkel]
* | | c322b6c 2016-09-23 | Propagate the mParentFrame from the nested GetInsertionPrevSibling call -- it may be a continuation. [Pale Moon]
* | | 4b4653a 2016-09-23 | Default the libffi configure to -O2 instead of -O3 [Pale Moon]
* | | 09c8be1 2016-09-23 | Remove erroneous brace [Pale Moon]
* | | 6acffa2 2016-09-23 | WebRTC: Clean up H264 STAP-A handling. [Pale Moon]
* | | fb7d9b1 2016-09-23 | Update list of known CA root hashes [Pale Moon]
| |/  
|/|   
* | 762815a 2016-09-23 | WebRTC: Move the set/unset of |cur_it| to a better place. [Pale Moon]
* | cb211a8 2016-09-23 | Track source-string position of possible prefix. [Pale Moon]
* | 334079f 2016-09-23 | Improve the js jit getter cache. [Pale Moon]
* | 6fbd0de 2016-09-22 | Only specify file type when a file is present in DataTransfer. [Pale Moon]
* | ea8b130 2016-09-22 | Add size check for large images. [Pale Moon]
* | 6a0d6fc 2016-09-22 | Fix structured cloning. [Pale Moon]
* | 4e903a6 2016-09-22 | Fix build bustage caused by 25ca96965c594585ce11ee4c2f08e3ecb51284f9 [Pale Moon]
* | f8ca2ef 2016-09-22 | WebRTC: Swap order of notifications on association failure. [Pale Moon]
* | e053c79 2016-09-22 | Fix typo in nsNodeUtils::CloneAndAdopt(). [Pale Moon]
* | 25ca969 2016-09-22 | Be more strict with PNG files with CRC errors and invalid frame sizes if building with APNG support. [Pale Moon]
* | 9aab4b8 2016-09-22 | DiD port: Keep strong pointers for nodes in the invalidation list of a document accessible. [Pale Moon]
* | 3fc0891 2016-09-22 | Add promises extension to blocklist. [Pale Moon]
* | 8a8b520 2016-09-22 | Fix regression in WebGL color attachments. [Pale Moon]
* | b0aa8aa 2016-09-22 | Don't accept HTTP/2 pseudo headers that are invalid according to RFC 7540. [Pale Moon]
|/  
* 55b6f59 2016-09-21 | Windows theme: Add a separator line between identity panel and URL of the appropriate color and fix RTL issues for verified domains (blue) [Pale Moon]
* e2d0505 2016-09-21 | CSP - Bail early if referrer directive has no valid src. [Pale Moon]
* f20b5cc 2016-09-21 | Bug 1288228 part 2: When a DOMSVGLength is CC'd, remove it from tearoff table and drop its weak ref to wrapped val. [Daniel Holbert]
* d46d088 2016-09-21 | Bug 1288228 part 1: Move cleanup code from DOMSVGLength destructor into a helper-function. [Daniel Holbert]
* 4e1c468 2016-09-21 | Crash fix: Ensure we don't remove valid Directionality maps from a textnode. [Pale Moon]
* 00d50a2 2016-09-21 | Clear the buffer we allocate for paletted image frames [Pale Moon]
* f82100f 2016-09-20 | Deal with XML parser interruptions caused by nested entities. [Peter van der Beken]
*   c8bc297 2016-09-20 | Merge pull request #531 from trav90/media-backend-work [Moonchild]
|\  
| * f23b2e9 2016-09-19 | Create an abstract base class for a track demuxer [trav90]
| * 206399a 2016-09-19 | Fix build bustage: Add missing } [trav90]
| * d7a4363 2016-09-19 | Unify FlushDecoding, ResetDecode, and ResetPlayback into a single Reset() method [trav90]
| * cd0f884 2016-09-19 | Remove the AwaitIdle call in FlushDecoding [trav90]
| * d207362 2016-09-19 | Make necessary changes to MediaQueue.h [trav90]
| * 2f827b8 2016-09-19 | Fix build bustage: Add missing bool [trav90]
| * 30813e4 2016-09-19 | Fix build bustage: Undo some Mozilla renaming [trav90]
| * f808979 2016-09-18 | Update AudioOffloadPlayer seek to use new promise-based interface [trav90]
| * cab82e2 2016-09-18 | Deliver NotifyWaitingForResourcesStatusChanged asynchronously on the state machine task queue [trav90]
| * 58d0deb 2016-09-18 | Use promises for metadata decoding [trav90]
| * 88acd09 2016-09-18 | Fire loadedmetadata before encrypted event [trav90]
| * 0c2d729 2016-09-18 | Stop synchronously dispatching MediaDecoder::DecodeError from MDSM::DecodeError [trav90]
| * 9aaa9eb 2016-09-18 | Invert the ordering of our priority queue [trav90]
| * ee2b853 2016-09-18 | Run MDSM disposal off the MediaPromise returned by initiating shutdown on the task queue [trav90]
| * b5d2aca 2016-09-18 | Switch the MDSM to a task queue [trav90]
| * 659c69f 2016-09-18 | Fix build bustage: add missing #include [trav90]
| * e7bc9d4 2016-09-18 | Remove garbage test_bug493187.html [trav90]
| * 0f2d67d 2016-09-18 | Fix up racey test_seek-1.html [trav90]
| * 7e4e709 2016-09-18 | Remove now-unused state machine scheduler freezing/thawing [trav90]
| * 0a4eaf0 2016-09-18 | Make the MediaDecoder-to-MediaDecoderStateMachine interface Promise-based [trav90]
| * b3c71e0 2016-09-17 | Move the RenderVideoFrame call to the end of SeekCompleted [trav90]
| * 2cd451a 2016-09-17 | Move some work from MDSM::Seek to MDSM::InitiateSeek [trav90]
| * 95ad442 2016-09-17 | Cleanup some comments and assertions that are no longer needed [trav90]
| * 96a7b6f 2016-09-17 | Stop updating playback position from Ogg seek and remove MediaDecoder::UpdatePlaybackPosition [trav90]
| * 4186af9 2016-09-17 | Streamline seek initiation logic and abolish manual seek cancels and retries [trav90]
| * e3ff3f1 2016-09-17 | Stop doing sync dispatch for SeekingStarted [trav90]
| * c8a8fa2 2016-09-17 | Remove silly special case for seeking to exactly the current time [trav90]
| * 1fc170f 2016-09-17 | Route queued seeks back through MDSM::Seek and eliminate MDSM::StartSeek [trav90]
| * d9d86ed 2016-09-17 | Pin MediaResource in OggReader::GetSeekRanges [trav90]
| * f766808 2016-09-17 | Implement MediaTimer [trav90]
| * 3d320d4 2016-09-17 | Allow MediaPromise dispatch to fail if the ThenValue has been disconnected [trav90]
| * 6c041ad 2016-09-17 | Stop proxying DecodeError to the decode thread [trav90]
| * 9225e40 2016-09-17 | Call OnAudioSinkError on state machine thread [trav90]
| * e4e2d79 2016-09-17 | Hoist some work onto the state machine thread and tighten down some assertions [trav90]
| * 9d37ca5 2016-09-17 | Stop manually resetting mCurrentSeekTarget in MDSM::SeekCompleted and rely on the AutoSetOnScopeExit instead [trav90]
| * ff2c463 2016-09-17 | Stop invoking StopPlayback in SetDormant [trav90]
| * a1e3181 2016-09-17 | Return samples on the state machine thread [trav90]
| * 683512e 2016-09-17 | Make DecodeError safe to run on any thread [trav90]
| * 0278d21 2016-09-17 | Make MediaTaskQueue::IsCurrentThreadIn actually do the right thing [trav90]
| * d7365a9 2016-09-17 | Introduce a 1-argument overload of ProxyMediaCall [trav90]
| * c77f56f 2016-09-17 | Don't defer reading to a closed stream [trav90]
* | 7085a33 2016-09-20 | Switch SessionStore init to Promise.jsm in toolkit, and move restore previous session command check to the actual menu code. [Pale Moon]
* | b5cb1b1 2016-09-20 | Fix regression in WebGL depth/stencil attachments (e.g. shadow maps). [Pale Moon]
* | 445dee2 2016-09-19 | Revert "Move statusbar button stylings into browser.css" [Pale Moon]
* | 2f8780d 2016-09-19 | Add additional xpinstall prefs with permissive defaults. [Pale Moon]
* |   9152e70 2016-09-19 | Merge pull request #530 from Lootyhoof/statusbar-work [Moonchild]
|\ \  
| * | 1e31244 2016-09-18 | Move statusbar button stylings into browser.css [Lootyhoof]
| * | 5e80cb3 2016-09-16 | Remove legacy.xul overlay [Lootyhoof]
| * | e2b2f90 2016-09-16 | Statusbar: Prune redundant Australis support [Lootyhoof]
* | |   712c178 2016-09-19 | Merge branch 'shared-js-work' [Pale Moon]
|\ \ \  
| * | | 185a65e 2016-09-18 | Part 2: Stop building XPCOM base/glue unified. [Pale Moon]
| * | | 1ad89c1 2016-09-18 | Part 1: Revert Bug 1125784 [Pale Moon]
|/ / /  
* | | d4a4492 2016-09-18 | Don't build WebRTC code by default. [Pale Moon]
* | | 84fdad2 2016-09-18 | Revert "Silence warnings about deprecated winsock API calls in nICEr." [Pale Moon]
* | | e5bc11b 2016-09-18 | Silence warnings about deprecated winsock API calls in nICEr. [Pale Moon]
* | |   aa37cae 2016-09-18 | Merge pull request #528 from Gpower2/master [Moonchild]
|\ \ \  
| * | | 9406502 2016-09-18 | Fix whitespaces [Gpower2]
| * | | 365da96 2016-09-18 | Fix missing download progress on taskbar (Issue #516) [Gpower2]
* | | |   2cb3065 2016-09-18 | Merge pull request #527 from Gpower2/master [Moonchild]
|\ \ \ \  
| |/ / /  
| | | /   
| |_|/    
|/| |     
| * | 9607a33 2016-09-18 | Fix WIN_VER to WINVER [Gpower2]
| * | a72703f 2016-09-17 | Change WIN_VER and _WIN32_WINNT to 0x0600 [Gpower2]
| * |   982df83 2016-09-17 | Merge remote-tracking branch 'upstream/master' [Gpower2]
| |\ \  
| * | | a62b2ec 2016-09-17 | Revert "Get new b2g.js" [Gpower2]
| * | | 515b389 2016-09-17 | Get new b2g.js [Gpower2]
| * | | 2619f2d 2016-09-17 | Fix x86 builds when WIN_VER = 0x0600 [Gpower2]
* | | |   ca713bb 2016-09-17 | Merge pull request #526 from trav90/Code_Cleanup [Moonchild]
|\ \ \ \  
| * | | | b8da692 2016-09-17 | Remove Google as a search provider (trav90/Code_Cleanup) [trav90]
| | |/ /  
| |/| |   
* | | |   9799c42 2016-09-17 | Merge branch 'msvcpar' [Pale Moon]
|\ \ \ \  
| |/ / /  
|/| | |   
| * | | f127b84 2016-09-17 | Avoid non-MSVC warnings/errors due to parallelizing #pragma's (upstream/msvcpar) [Pale Moon]
* | | |   5214789 2016-09-16 | Merge pull request #525 from MoonchildProductions/revert-524-master [Moonchild]
|\ \ \ \  
| * | | | 68d4690 2016-09-16 | Revert "Change WINVER and _WIN32_WINNT to 0x0600 where applicable for issue #515" [Moonchild]
|/ / / /  
* | | |   a5c9f00 2016-09-16 | Merge pull request #524 from Gpower2/master [Moonchild]
|\ \ \ \  
| | |/ /  
| |/| |   
| * | |   4a790ce 2016-09-16 | Merge remote-tracking branch 'upstream/master' [Gpower2]
| |\ \ \  
| | | |/  
| | |/|   
| * | | 34a4ee8 2016-09-16 | Change WIN_VER and _WIN32_WINNT to 0x0600 [Gpower2]
* | | | 2e33f04 2016-09-16 | Kill Google Safebrowsing. [Pale Moon]
| |/ /  
|/| |   
* | |   2cc07ca 2016-09-15 | Merge branch 'msvcpar' [Pale Moon]
|\ \ \  
| | |/  
| |/|   
| * | 29df21f 2016-09-14 | Parallelize canvas poisoning. [Pale Moon]
| |/  
* |   42a0637 2016-09-15 | Merge pull request #523 from binoc-central/stub-cleanup [Moonchild]
|\ \  
| |/  
|/|   
| * f8f5ada 2016-09-15 | Issue #450 - Remove the stub installer - Part 2: Browser [Matt A. Tobin]
| * fe3b0af 2016-09-15 | Issue #450 - Remove the stub installer - Part 1: Toolkit [Matt A. Tobin]
|/  
*   9fcedeb 2016-09-14 | Merge pull request #521 from stevenschlansker/jenkins-build [Moonchild]
|\  
| * 6c970de 2016-09-13 | Jenkins build script [Steven Schlansker]
* |   38b9a8e 2016-09-14 | Merge pull request #520 from stevenschlansker/mac-mozconfig [Moonchild]
|\ \  
| * | 2dcb5e9 2016-06-07 | Add a mac mozconfig starter [Steven Schlansker]
| |/  
* |   e2b5dc8 2016-09-14 | Merge pull request #519 from stevenschlansker/mac-signing [Moonchild]
|\ \  
| |/  
|/|   
| * 2755ccf 2014-09-29 | Mac v2 signing - Bug 1050944 - Get Firefox to launch and run on OSX with the new .app bundle structure, made necessary by Apple's v2 signatures. r=smichaud, r=ted, sr=bsmedberg [Stephen Pohl]
|/  
*   d79459b 2016-09-14 | Merge pull request #518 from binoc-central/branding-rebase [Moonchild]
|\  
| * 9bf703c 2016-09-13 | Clobber required for browser branding and mozbuild (backend) changes [Matt A. Tobin]
| * cb8faa5 2016-09-13 | Add Unstable branding [Matt A. Tobin]
| * 2972d9b 2016-09-13 | Clean up and Update Unofficial branding [Matt A. Tobin]
| * e502322 2016-09-13 | Clean up and Update Official branding [Matt A. Tobin]
| * fe696f9 2016-09-13 | Rename browser/branding/common -> browser/branding/shared and add identical branding files [Matt A. Tobin]
| * cbcba6b 2016-09-13 | Bug 786520 - Install things to $(DIST)/branding from moz.build instead of manual rules in Makefile.ins. r=mshal (mozbuild parts only) [Matt A. Tobin]
* | 1e55e61 2016-09-13 | Re-implement custom background color and handling of standalone images. [Pale Moon]
* | 6586827 2016-09-13 | Properly support transparent WebP images with the new decoder implementation. [Pale Moon]
* | b30d5a0 2016-09-13 | Remove unnecessary frame allocations for WebP. [Pale Moon]
* | 2caf95b 2016-09-13 | Port libjpeg-turbo 1.4.2 across from pm-r. [Pale Moon]
|/  
*   101c34d 2016-09-13 | Merge pull request #509 from Gpower2/master [Moonchild]
|\  
| *   088f5aa 2016-09-11 | Merge pull request #2 from MoonchildProductions/master [Gpower2]
| |\  
| * \   4964c2e 2016-09-11 | Merge pull request #1 from MoonchildProductions/master [Gpower2]
| |\ \  
| * | | 0629dbf 2016-09-08 | Enhancement to deal with bad fonts [Gpower2]
* | | | da34f4f 2016-09-11 | Restrict explicit DEP enabling to x86. [Pale Moon]
* | | | 5d9ae44 2016-09-11 | Remove workaround for buggy Windows XP Fax dialog. [Pale Moon]
* | | | 90fc4fa 2016-09-11 | Use all available atomic operations on Windows (including 64-bit operations on 32-bit platforms). [Pale Moon]
| |_|/  
|/| |   
* | | 47bfb2f 2016-09-11 | Remove leftover EME include dir in gtest. [Pale Moon]
* | | 9b0193a 2016-09-11 | Change default forum bookmark to https. [Pale Moon]
* | | ca8c0ac 2016-09-11 | Remove "patch" DTD file for Pale Moon menu entries and prefs. [Pale Moon]
* | | 6c25c90 2016-09-11 | Statusbar: remove download indicator from default set. [Pale Moon]
| |/  
|/|   
* |   f8b5994 2016-09-10 | Merge pull request #513 from binoc-software/pp-cleanup [Moonchild]
|\ \  
| * | 3393e51 2016-09-10 | (Take Two) Take files out of preprocessing that do not actually have preprocessing directives [Matt A. Tobin]
|/ /  
* | 8dd1986 2016-09-09 | Revert "Take files out of preprocessing that do not actually have preprocessing directives" [Pale Moon]
* | 8d7e3f3 2016-09-09 | Block status bar extensions to prevent collisions with internal status bar code. [Pale Moon]
* | e7eefeb 2016-09-09 | Make status bar license block conditional to include only when building /browser. [Pale Moon]
* |   5f0a881 2016-09-09 | Merge pull request #512 from binoc-software/pp-cleanup [Moonchild]
|\ \  
| * | 760ef63 2016-09-09 | Take files out of preprocessing that do not actually have preprocessing directives [Matt A. Tobin]
* | | f206618 2016-09-09 | Status Bar: add attribution in toolkit license. [Pale Moon]
* | | 0b9fade 2016-09-09 | Status bar: configure, brand, fix options. [Pale Moon]
|/ /  
* |   2dae690 2016-09-09 | Merge pull request #510 from binoc-software/statusbar-rebase [Moonchild]
|\ \  
| * | c72fc82 2016-09-09 | Import the Statusbar - Part 8: Package Manifest [Matt A. Tobin]
| * | 1f760c3 2016-09-09 | Import the Statusbar - Part 7: Correct the MPL block on xml/xul files [Matt A. Tobin]
| * | 5759871 2016-09-09 | Import the Statusbar - Part 6: Overlay onto browser.xul [Matt A. Tobin]
| * | 631b95c 2016-09-09 | Import the Statusbar - Part 5: Build System (includes jar manifests) [Matt A. Tobin]
| * | 0b105a4 2016-09-09 | Import the Statusbar - Part 4: Preferences (browser/app/profile/firefox.js) [Matt A. Tobin]
| * | f798564 2016-09-09 | Import the Statusbar - Part 3: Themes [Matt A. Tobin]
| * | c09e607 2016-09-09 | Import the Statusbar - Part 2: Locales [Matt A. Tobin]
| * | 6c113f7 2016-09-09 | Import the Statusbar - Part 1: Components [Matt A. Tobin]
| |/  
* | f80263c 2016-09-09 | Add ES6 extended (braced) unicode literals. [Pale Moon]
|/  
* 0b753fb 2016-09-07 | Switch to Lanczos scaling from Hamming to get a wider range of acceptable fast downscaling. Selectively use HQ when scaling factor becomes too large (less than 33.5%). [Pale Moon]
* 0ce8e89 2016-09-07 | Post-merge cleanup. [Pale Moon]
*   4767383 2016-09-07 | Merge branch 'Tycho' [Pale Moon]
|\  
| *   32e3b10 2016-09-07 | Merge branch 'TY-libwebp-work' into Tycho (upstream/Tycho) [wolfbeast]
| |\  
| | * 11c9d19 2016-09-07 | Explicitly tell servers we accept WebP. (upstream/TY-libwebp-work) [wolfbeast]
| | * fecc54e 2016-09-07 | Get rid of non functional pointer juggling and replace it with a working data conversion. [wolfbeast]
| | * 0abb271 2016-09-07 | Use new type frame allocation. [wolfbeast]
| | * c44e309 2016-09-06 | Import the rest of the file changes needed. [wolfbeast]
| | * afa5fec 2016-09-01 | Base import of Tycho-libwebp-work branch [wolfbeast]
| * | 6e85278 2016-09-07 | Color prefs: Fix some access keys' case for proper underlining. [wolfbeast]
| * | daa21da 2016-09-07 | Add UI front-end for page color override options. [wolfbeast]
| * | 40c7711 2016-09-06 | Fix SSL status ambiguity. [wolfbeast]
| * | 6a9ad97 2016-09-06 | Reduce jank on inner frame scrolling reflows. [wolfbeast]
| * | 87549c8 2016-09-06 | Change address bar shading for secure sites to something more subtle. [wolfbeast]
| * | 5af554c 2016-09-06 | Change hard-coded (!) J-PAKE server setting in Fennec to our server. [wolfbeast]
| * |   257b295 2016-09-03 | Merge pull request #505 from Lootyhoof/tycho-titlebar [Moonchild]
| |\ \  
| | * | a23709a 2016-09-02 | Adjust dark frame flip point. [Lootyhoof]
| |/ /  
| * | 74e0308 2016-09-02 | Re-implement cookie-gating. [wolfbeast]
| * | f2bbee8 2016-09-02 | Adjust identity panel styling to be more subtle and easily blended. [wolfbeast]
| * |   7cfdae7 2016-09-02 | Merge pull request #500 from Lootyhoof/tycho-titlebar [Moonchild]
| |\ \  
| | * | 051e65f 2016-09-01 | Win10: Don't let dark window frames affect inactive/lwtheme titlebar [Lootyhoof]
| |/ /  
| * | a8aa1c4 2016-09-01 | Remove XP styling for the title bar. [wolfbeast]
| |/  
| * 3d8ce1a 2016-09-01 | Base import of Tycho code (warning: huge commit) [Pale Moon]
* | b6d1c80 2016-09-06 | Tweak address bar shading for secure sites some more. [Pale Moon]
* | 0be024a 2016-09-06 | Slightly reduce address bar shading thickness for secure sites. [Pale Moon]
* | ae71c88 2016-09-04 | Add some sanity checks on XSS string matching. [Pale Moon]
* | dd573a1 2016-09-02 | Adjust identity panel styling to be more subtle and easily blended. [Pale Moon]
* |   1b15cde 2016-08-31 | Merge pull request #487 from trav90/HSTS-preload-update [Moonchild]
|\ \  
| * | be7d571 2016-08-30 | Update HSTS Preload List [trav90]
| * | b8181bf 2016-08-30 | Remove FF references in getHSTSPreloadList.js [trav90]
| * | ad6a86e 2016-08-30 | Update URL to pull updated HSTS Preload list from upstream [trav90]
|/ /  
* | 132d65e 2016-08-30 | Update security prefs for SWEET32. [Pale Moon]
* | cafb593 2016-08-30 | HSTS preload list update. [Pale Moon]
* | 94ddf50 2016-08-28 | Prevent "null" titles in bookmarks dragged from special folders. [Pale Moon]
* | ab0ce1d 2016-08-28 | Don't attempt to restore scratchpad data from a saved session when we have no manager for it. [Pale Moon]
* | 95219b1 2016-08-26 | Follow-up to fix some minor issues in gcli cookie commands. [Pale Moon]
* | 3dec08f 2016-08-26 | Fix some minor issues in gcli cookie commands. [Pale Moon]
* | 14615e4 2016-08-26 | Fix a small contextual issue in scratchpad. [Pale Moon]
* |   a91a006 2016-08-21 | Merge pull request #485 from trav90/gstreamer-work [Moonchild]
|\ \  
| * | 4433b33 2016-08-21 | Use nullptr in GStreamerFormatHelper::CanHandleMediaType [trav90]
| * | ec2148a 2016-08-21 | Check for shutdown before asking the reader for buffered data [trav90]
| * | c3160c2 2016-08-21 | Fix a crash in GStreamerReader::ElementAddedCB [trav90]
| * | 067a6a7 2016-08-21 | Add the h264parser element to GStreamer blacklist [trav90]
| * | ff628b6 2016-08-21 | Fix CanPlayType in the GStreamer backend after adding blacklist [trav90]
| * | bd881eb 2016-08-21 | Blacklist the crashy flump3dec GStreamer plugin [trav90]
|/ /  
* |   5d27839 2016-08-21 | Merge pull request #484 from trav90/gstreamer-work [Moonchild]
|\ \  
| * | 55ca1f6 2016-08-20 | Build GStreamer 0.10 support by default again [trav90]
|/ /  
* |   a5e9a31 2016-08-19 | Merge pull request #483 from trav90/gcc-work [Moonchild]
|\ \  
| * | 2c12476 2016-08-19 | Don't force Link Time Optimization with GCC 6.x [trav90]
|/ /  
* | f8bbb30 2016-08-19 | Fix build bustage when audio is completely disabled. [Pale Moon]
|/  
* e449bdb 2016-08-13 | Fix type error in String.prototype.contains alias. [Pale Moon]
* 9b927f8 2016-08-12 | Change String.prototype.contains to String.prototype.includes [Pale Moon]
* 78c102b 2016-08-11 | Fix typoes. (Tired, Tobin? ;-)) [Pale Moon]
* 22fa5f3 2016-08-11 | Omit trailing slash. [Pale Moon]
* d5e0f88 2016-08-11 | Update search engines URL to static API redirect [Pale Moon]
* b3a1ce7 2016-08-11 | Update search engines URL to APMO (and consolidate) [Pale Moon]
* 82a5f08 2016-08-11 | Remove Google as a search provider >:/ [Pale Moon]
* b913073 2016-08-11 | Bustage fix: add missing } [Pale Moon]
* be56d5c 2016-08-10 | Stop propagation before other steps. [Pale Moon]
* bf66174 2016-08-10 | Better handle incorrect ICO images. [Pale Moon]
* 4b0f5e0 2016-08-10 | Crash fix: Fix array splice implementation. [Pale Moon]
* ed0394c 2016-08-09 | Non-string Data Transfer types are only needed for chrome contexts. [Pale Moon]
* f4fcc8f 2016-08-09 | Check int for overflow. [Pale Moon]
*   3d27a7c 2016-08-09 | Merge branch 'master' of https://github.com/MoonchildProductions/Pale-Moon [Pale Moon]
|\  
| *   8f70b34 2016-08-06 | Merge pull request #475 from trav90/gcc-work [Moonchild]
| |\  
| | * 1fd9a69 2016-08-05 | Use -O1 optimization for kiss_fft lib (32bit builds) [trav90]
| |/  
* | b4475d9 2016-08-09 | Change URL decoder to be more selective. [Pale Moon]
|/  
* 1de411e 2016-07-29 | Version bump for release. [Pale Moon]
* 4ccbead 2016-07-29 | Change function check for jemalloc to nallocx [Pale Moon]
*   ba16877 2016-07-29 | Merge pull request #472 from stevenschlansker/mac-configs [Moonchild]
|\  
| * 406dcd1 2016-05-14 | simple jenkins build script [Steven Schlansker]
| * 59fb096 2016-05-14 | Add a gstreamer enabled configuration [Steven Schlansker]
| * 6b51c8e 2016-01-27 | Let's try to update the Mac mozconfig to include symbols [Steven Schlansker]
* |   3dbb6bc 2016-07-29 | Merge pull request #471 from stevenschlansker/mac-64bit [Moonchild]
|\ \  
| |/  
| * 2a9c270 2016-01-26 | Disable i386 build on Mac, and fix Make code that assumes multi-arch builds [Steven Schlansker]
* |   25015de 2016-07-29 | Merge pull request #470 from stevenschlansker/stop-unifying-test-packaging [Moonchild]
|\ \  
| * | a808ae6 2015-09-02 | bug 1201224 - stop unifying test package during mac universal builds. r=gps [Ted Mielczarek]
| |/  
* |   b56bdb5 2016-07-29 | Merge pull request #473 from MoonchildProductions/revert-468-freebsd [Moonchild]
|\ \  
| * | 59ed80a 2016-07-29 | Revert "Backport some BSD fixes" [Moonchild]
|/ /  
* | 1cc7779 2016-07-27 | Manually stringify the URL API objects. [Pale Moon]
* |   80b9895 2016-07-26 | Merge pull request #468 from jbeich/freebsd [Moonchild]
|\ \  
| * | 503219b 2016-03-24 | Bug 1233275 - Copy environment for IPC using NSPR. r=jld [Jan Beich]
| * | ede07ce 2016-06-03 | Bug 950401 - Add process logging to OS X / BSD. r=bsmedberg [Henrik Skupin]
| * | eaacbb8 2014-03-04 | Bug 975634 - Detect posix_fadvise() via configure. r=glandium [Jan Beich]
| * | cfbd714 2013-11-19 | Bug 810716 - Detect res_ninit() on DragonFly and FreeBSD. r=ted [Jan Beich]
| * | 1e24b3d 2014-01-13 | Bug 952828 - Enable PulseAudio and GStreamer on more XP_UNIX platforms by default. r=glandium [Jan Beich]
| * | e9ee4f5 2014-11-24 | Bug 1103858 - Enable FreeBSD wifi scanner on DragonFly. r=ted, r=jdm [Jan Beich]
| * | fafeae0 2014-04-02 | Bug 893397 - Add FreeBSD support for NeckoWifi. r=ted, r=jdm [J.R. Oldroyd]
| * | f6af3db 2013-08-05 | Bug 901251 - Make --disable-necko-wifi actually work on Linux. r=glandium [Jan Beich]
| * | c45f503 2013-07-17 | Bug 803480 - Enable NeckoWifi by default only on platforms where it's actually supported. r=ted [Jan Beich]
| * | e9d0a3c 2015-12-29 | Bug 1235610 - Add xpctall support for Bitrig and DragonFly. r=glandium [Jan Beich]
| * | a127668 2014-12-22 | Bug 1113374 : like done in bug 971897, use xpct{stubs,invoke}_x86_64 from linux/unix on NetBSD/amd64 r=froydnj [Thomas Klausner]
| * | 0283dee 2014-10-26 | Bug 971897: Use xpct{stubs,invoke}_x86_64 from linux/unix on OpenBSD/amd64 for consistency r=bsmedberg [Landry Breuil]
| * | 61139ba 2016-07-25 | Bug 1288984 - Copy X11 include flags for more BSDs. r=glandium [Jan Beich]
| * | aa6fb6c 2014-01-06 | Bug 875518 - Add NetBSD and DragonFly to posix-compliant OS list [Shannon Woods]
| * | f9dc065 2014-03-03 | Bug 977457 - Move _GNU_SOURCE ifdef a little up to account for cxxabi.h from libcxxrt. r=ehsan [Jan Beich]
| * | 930853d 2016-05-01 | Bug 1259537 - Unbreak libc++ build after bug 1245076. r=glandium [Jan Beich]
|/ /  
* |   f562fdd 2016-07-26 | Merge pull request #467 from trav90/mem-work [Moonchild]
|\ \  
| * | 06ac580 2016-07-25 | Disable (infinite) chunk recycling in jemalloc3 [trav90]
|/ /  
* |   5a624f9 2016-07-25 | Merge pull request #465 from trav90/gcc-work [Moonchild]
|\ \  
| * | b79f27a 2016-07-24 | Force Link Time Optimization to be used with GCC 6 [trav90]
* | |   5c21c2f 2016-07-24 | Merge pull request #464 from trav90/lib-update [Moonchild]
|\ \ \  
| * | | d23616d 2016-07-24 | Update Graphite to v1.3.9 [trav90]
* | | |   d2ed355 2016-07-24 | Merge pull request #463 from trav90/gcc-work [Moonchild]
|\ \ \ \  
| |/ / /  
|/| / /   
| |/ /    
| * | 8adedee 2016-07-24 | Revert "Include cmath instead of math.h in Collider.cpp" [trav90]
| * | 49182e3 2016-07-23 | Work around breaking optimizations performed by GCC 6 [trav90]
| * | 1985b35 2016-07-23 | Include cmath instead of math.h in Collider.cpp [trav90]
| * | 54a7e57 2016-07-23 | Don't include mozalloc.h from the cstdlib wrapper [trav90]
|/ /  
* | 64eac41 2016-07-20 | Add F-Secure's DeepGuard hooking dll to the dll blocklist. [Pale Moon]
* | 5fe2b4e 2016-07-19 | Rename file to standard convention. [Pale Moon]
* | ad2ec7b 2016-07-19 | Reinstate accidental deletion and clarify Pale Moon code licensing in S4E [Pale Moon]
* | a85efb5 2016-07-19 | Change licensing text for Status-4-Evar derived code as requested. [Pale Moon]
* | 8cf3850 2016-07-19 | Add attribution for Matthew Turnbull in AUTHORS. [Pale Moon]
* | d177d8f 2016-07-12 | Set up auto-updates for unstable channel @ 6 hours [Pale Moon]
* |   e785bb2 2016-07-10 | Merge pull request #457 from trav90/gcc-work [Moonchild]
|\ \  
| * | 96301f2 2016-07-09 | Change default MOZ_OPTIMIZE_FLAGS for GCC to -O2 [trav90]
|/ /  
* | 387c9c5 2016-07-09 | Update SQLite library to 3.13.0 [Pale Moon]
* | efb443d 2016-07-09 | Honor download= attributes when saving from the context menu. [Pale Moon]
* | 85a7d92 2016-07-07 | Version bump [Pale Moon]
* | 556dd68 2016-07-07 | Make sure we have a way to distinguish individual builds for unstable channel updates. [Pale Moon]
* | 54dcef6 2016-07-07 | Add build date to about dialog box also for "pre" versions [Pale Moon]
* | 793fe6e 2016-07-07 | Revert "Place packaged files in one location (dist/package) instead of all over dist" [Pale Moon]
* | 0afdebc 2016-07-07 | Revert "Follow-up to PR #455 to fix packaging bustage" [Pale Moon]
* | 64f900f 2016-07-07 | Follow-up to PR #455 to fix packaging bustage [Pale Moon]
* |   8f31581 2016-07-06 | Merge pull request #455 from binoc-software/package-name-work [Moonchild]
|\ \  
| * | 98ddb65 2016-07-05 | Place packaged files in one location (dist/package) instead of all over dist [Matt A. Tobin]
* | | 14d62a5 2016-07-06 | XSS filter: Hold a strong ref to the URI [Pale Moon]
|/ /  
* | 81230f1 2016-07-04 | Propagate bloodmoon [Pale Moon]
* | 614a173 2016-07-04 | Merge official beta branding into unstable [Pale Moon]
* | ce86944 2016-07-04 | Check result of getting name and message in DOMError to prevent crashes. [Pale Moon]
* | c41bb70 2016-07-03 | Make sure outer SVG frames calculate their height and width. [Pale Moon]
* |   7283bac 2016-06-30 | Merge pull request #453 from Pulfer/user-agent-overrides [Moonchild]
|\ \  
| * | 80755b8 2016-06-30 | Move base.consultant.ru UA override to another place [Andrey Bondrov]
| * | c5922e0 2016-06-30 | Drop mail.google.com user agent override from unofficial branding [Andrey Bondrov]
| * | 48e5f0f 2016-06-30 | Sync unofficial google.com UA override with the offical one (set rv to 45.9) [Andrey Bondrov]
| * | fe9364f 2016-06-30 | Drop overrides for docs.google.com [Andrey Bondrov]
| * | 2d89a01 2016-06-30 | Adjust user agent rv for base.consultant.ru [Andrey Bondrov]
| * | ce66c35 2016-06-30 | Add user agent overrides for docs.google.com and base.consultant.ru [Andrey Bondrov]
* | | fde511d 2016-06-29 | Fix an error with feed content not showing up. [Pale Moon]
* | | 356ca83 2016-06-29 | Kill leftover FF graphic [Pale Moon]
* | | 2b435e0 2016-06-28 | Split windows8WindowFrameColor.get() into separate functions for Win 8 and Win 10. [Pale Moon]
* | | a61dd52 2016-06-27 | Add unstable branding (WIP) [Pale Moon]
| |/  
|/|   
* | cb044c5 2016-06-27 | Remove child-src entries to get meaningful console errors. [Pale Moon]
* | f0fae84 2016-06-27 | Revert child-src < frame-src logic. [Pale Moon]
|/  
* 8424fbf 2016-06-26 | Change incorrect "default" colors from bug 1065998 to use the frame base color instead (intensity=0). [Pale Moon]
* 277432e 2016-06-26 | Make accent color depend on ColorPrevalence (since EnableWindowColorization is unreliable). [Pale Moon]
* 7766f2c 2016-06-25 | Tighten up registry reads for colorization colors to avoid pitfalls. [Pale Moon]
* 0ed969c 2016-06-25 | Account for Windows 10 configurations with incomplete or disabled window frame colorization setups. [Pale Moon]
* 79adaa0 2016-06-23 | Revert "Bump Firefox compatmode version to 45.9 to (hopefully) shut whiney sites that do UA sniffing up or prevent service altogether." [Pale Moon]
* 2d27966 2016-06-22 | Fix incorrect styling for newtab button. [Pale Moon]
* bd13219 2016-06-22 | Adjust dark frame flip point. WCAG states at least 7:1, T&E gave us 9.5:1 being close to what Windows itself does natively. Initial patch hints taken from Moz had 3:1 (!), but 4.7:1 was still obviously too little. [Pale Moon]
* 1ebbab5 2016-06-21 | Add Google fonts workaround by putting a SSUAO in place to avoid getting WOFF2 served incorrectly. Keep an eye on google/fonts#277 to know when this can be removed again. [Pale Moon]
* 46643c0 2016-06-19 | Add CSP 1.1 child-src directive as subordinate to frame-src. [Pale Moon]
* 981e3c5 2016-06-14 | Tighten up some checks. (tag: 26.3.0_Release, origin/v26.3.0_Release, v26.3.0_Release) [Pale Moon]
* 379fd8f 2016-06-14 | Don't reuse pixman images when not thread-safe. [Pale Moon]
* e63e83f 2016-06-14 | Ensure that frames passed to the VP8 encoder have the correct resolution. (DiD) [Pale Moon]
* 21ed290 2016-06-14 | Hold strong pointers to view managers (DiD) [Pale Moon]
* f5671a4 2016-06-14 | Fix netaddr deserialization for AF_UNSPEC and AF_LOCAL. [Pale Moon]
* 3cd59d0 2016-06-14 | Prevent leaking of editor-created element objects. [Pale Moon]
* 3bc505e 2016-06-14 | Add missing pre-barrier in Ion. [Pale Moon]
* 95ae200 2016-06-14 | Bump Firefox compatmode version to 45.9 to (hopefully) shut whiney sites that do UA sniffing up or prevent service altogether. [Pale Moon]
* 8f60bf4 2016-06-13 | Fix path typo. [Pale Moon]
* 3fd4d23 2016-06-12 | Update to PR #441 to fix red close button on dark LWTs and make the button backgrounds a bit lighter on busy themes. [Pale Moon]
* 949c729 2016-06-12 | Update to PR #441 to fix up a few styles and reinstate transition effects on caption buttons. [Pale Moon]
*   d711f11 2016-06-12 | Merge pull request #441 from Lootyhoof/theme-work [Moonchild]
|\  
| *   83c9ee8 2016-06-12 | Merge remote-tracking branch 'refs/remotes/MoonchildProductions/master' into theme-work [Lootyhoof]
| |\  
| |/  
|/|   
* | 031bba8 2016-06-10 | Add media.default_volume preference [Pale Moon]
* |   b05ad5f 2016-06-09 | Merge pull request #439 from Lootyhoof/theme-work [Moonchild]
|\ \  
* | | d983e9b 2016-06-04 | Instate a sane minimum number of entries for the places database to prevent too rapid expiration. [Pale Moon]
| | * 3cb8634 2016-06-12 | Win10: Make caption buttons more system-native [Lootyhoof]
| | * 3292a00 2016-06-12 | Don't use dark window frame title in lwtheme mode [Lootyhoof]
| |/  
| * 0db0ae1 2016-06-04 | Use correct mappings for non-selected tab close icons [Lootyhoof]
| * 0402941 2016-06-04 | Improve dark window frame text styling [Lootyhoof]
| * 4d8c6e7 2016-06-04 | Keep the window title legible on dark inactive windows [Lootyhoof]
|/  
* e8257f9 2016-05-31 | Make String .match() and .replace() spec compliant. Also includes some tests. Verified working using scratchpad. [Pale Moon]
* 7a866b5 2016-05-31 | Version bump [Pale Moon]
* 076a7d9 2016-05-30 | Change HTML5 audio controls on video/audio to be horizontal and always-visible. [Pale Moon]
*   db65525 2016-05-21 | Merge pull request #438 from Lootyhoof/theme-close-icon [Moonchild]
|\  
| * 14ab1eb 2016-05-21 | Add correct close-inverted icons [Lootyhoof]
| *   4a977b7 2016-05-21 | Merge remote-tracking branch 'refs/remotes/MoonchildProductions/master' into theme-close-icon [Lootyhoof]
| |\  
| |/  
|/|   
* |   861211d 2016-05-20 | Merge branch 'master' of https://github.com/MoonchildProductions/Pale-Moon [Pale Moon]
|\ \  
| * \   dcbec9c 2016-05-19 | Merge pull request #437 from Lootyhoof/theme-brighttext-toolbar [Moonchild]
| |\ \  
| | * | f611594 2016-05-18 | Infer from each toolbar's text color whether to use inverted icons [Lootyhoof]
| | * |   f7e6607 2016-05-18 | Merge remote-tracking branch 'refs/remotes/MoonchildProductions/master' into theme-brighttext-toolbar [Lootyhoof]
| | |\ \  
| | |/ /  
| |/| |   
| * | |   3aaff35 2016-05-18 | Merge pull request #436 from Lootyhoof/theme-close-icon [Moonchild]
| |\ \ \  
| | | |/  
| | |/|   
| | * | 121f80b 2016-05-17 | Add a global class for close icons [Lootyhoof]
| | |/  
| | *   8764024 2016-05-17 | Merge remote-tracking branch 'refs/remotes/MoonchildProductions/master' [Lootyhoof]
| | |\  
| | |/  
| |/|   
* | | d4039b1 2016-05-20 | Remove enforced IA32 arch in NSPR/NSS [Pale Moon]
|/ /  
* | ad38ab7 2016-05-17 | Windows 10 styling: more closely emulate Windows 10 caption button behavior in our chrome. [Pale Moon]
* | 0901f38 2016-05-17 | Aero style: Remove commented-out code + fix typoes, also apply transition effects to dark accented caption buttons. [Pale Moon]
* |   68498af 2016-05-17 | Merge pull request #435 from Lootyhoof/win10-titlebar-theme-work [Moonchild]
|\ \  
| |/  
|/|   
| * 21b50e2 2016-05-16 | Colorize the Win10 titlebar [Lootyhoof]
|/  
* 1f7ede7 2016-05-16 | Remove test flag [Pale Moon]
* c67f6d5 2016-05-16 | Extend window frame color detection to Windows 10, tune the contrast flip point, and correct an error in the value for a missing ColorizationColorBalance key in the registry. [Pale Moon]
*   240310d 2016-05-16 | Merge branch 'master' of https://github.com/MoonchildProductions/Pale-Moon [Pale Moon]
|\  
| *   c1f9cf9 2016-05-13 | Merge pull request #433 from trav90/debug [Moonchild]
| |\  
| | * ff6d525 2016-05-12 | Comment out undefined object in the XSS filter (fixes debug builds) [trav90]
| |/  
* | 9491cf9 2016-05-16 | Work around crashes in nsXSSUtils::DecodeHTMLEntities See Issue #385 [Pale Moon]
|/  
* 8acb937 2016-05-04 | Version bump [Pale Moon]
*   a8b0117 2016-05-04 | Merge pull request #431 from trav90/master [Moonchild]
|\  
| * 14f44ef 2016-04-28 | Build with GStreamer 1.x support by default [trav90]
* | 8574b09 2016-04-29 | Fix HTMLDocument.open's signature [Pale Moon]
* | de8cc71 2016-04-29 | Don't assume that the textnode has changed when checking whether any textnode descendants determine the directionality of a dir=auto ancestor [Pale Moon]
* | 81b4cf1 2016-04-29 | Suppress GC more aggressively when OOM. [Pale Moon]
* | 65a92f6 2016-04-26 | Potential crash fix for bogus URLs v2 [Pale Moon]
* | b9c5c1d 2016-04-25 | Revert "Potential crash fix for bogus URLs" [Pale Moon]
|/  
* 9b5af7d 2016-04-25 | Potential crash fix for bogus URLs [Pale Moon]
* c546d34 2016-04-21 | Simple workaround for -- prefixed CSS classes [Pale Moon]
*   4968fcc 2016-04-21 | Merge branch 'master' of https://github.com/MoonchildProductions/Pale-Moon [Pale Moon]
|\  
| *   3d70a9a 2016-04-20 | Merge pull request #423 from stevenschlansker/ttrueorfalse [Moonchild]
| |\  
| | * 79846ff 2016-04-19 | TTrueOrFalse looks like a typo?  Fails build. [Steven Schlansker]
| |/  
* | 187a72e 2016-04-19 | Bug 1187420. [Timothy Nikkel]
|/  
* 07e3c01 2016-04-18 | Fix color detection module, revert incorrect style changes, add style change to window title. [Pale Moon]
* 20f1164 2016-04-18 | Improve Win 8+ window frame color getter algo. [Pale Moon]
* 13d04b8 2016-04-18 | Add a detection routine for dark window frame colors in Win8+ (Issue #219) [Pale Moon]
* b023678 2016-04-18 | Split out reading from the Windows registry into its own module for re-use. [Pale Moon]
*   19988c4 2016-04-17 | Merge pull request #421 from trav90/master [Moonchild]
|\  
| * 6767cf9 2016-04-17 | Set execute attributes on .sh files in tree [trav90]
* | d166e19 2016-04-06 | nsXULPopupManager should handle keydown events for non-printable keys. [Pale Moon]
|/  
* 6c36a4f 2016-04-01 | Rewrite storage connection logic. (tag: 26.2.0_Release, tag: 26.2.0_RC3, origin/v26.2.0_Rel) [Pale Moon]
* fdad027 2016-03-31 | Add some additional size checks to the file reader API [Pale Moon]
* 117a558 2016-03-31 | Crash fix in HTML parser. [Pale Moon]
* 77f8589 2016-03-31 | Clean up nsLocation logic. [Pale Moon]
* 0d7c146 2016-03-31 | Revert "Make refcounting of Cycle-Collectable objects faster and more straightforward by removing indirect refcounting." (tag: 26.2.0_RC2) [Pale Moon]
* 5c90e43 2016-03-31 | Revert "Reinstate static initializers for CC-able objects." [Pale Moon]
* 9bbca65 2016-03-30 | Version bump. (tag: 26.2.0_RC1) [Pale Moon]
* 2835bfc 2016-03-30 | Apply some Kung Fu (Bug 1244250) [Pale Moon]
* 198b508 2016-03-30 | Crash fix in XSLT handling. [Pale Moon]
* b7621dc 2016-03-30 | Clamp seg_lvl and QIndex also in abs-value mode [Gerald Squelart]
* c9c6c3e 2016-03-30 | Follow-up to [f177427]: Hold strong references in more suspect places. (DiD) [Pale Moon]
* 19af7df 2016-03-30 | Linux: Some Intel drivers falsely report what they can support in max texture size. Work around this driver bug to prevent desktop composition issues. [Pale Moon]
* f177427 2016-03-29 | Crash fix: hold a strong reference to |root| in nsHTMLDocument::SetBody. [Pale Moon]
*   d8706b1 2016-03-28 | Merge pull request #410 from trav90/gst-work [Moonchild]
|\  
| * 3d6eac9 2016-03-28 | Enable GStreamer support by default [trav90]
|/  
* 15a5654 2016-03-27 | Update XSS and UA overrides. [Pale Moon]
*   3f2111c 2016-03-26 | Merge pull request #408 from Axiomatic-/libvorbis-work [Moonchild]
|\  
| * fd18032 2016-03-26 | libvorbis: svn r18077 -> r19464 [S]
|/  
*   773b288 2016-03-25 | Merge branch 'DOM3-key-events' [Pale Moon]
|\  
| *   917b60a 2016-03-13 | Merge branch 'master' into DOM3-key-events (upstream/DOM3-key-events) [Pale Moon]
| |\  
| * \   b54a2d4 2016-03-13 | Merge branch 'master' into DOM3-key-events [Pale Moon]
| |\ \  
| * | | 4ef0ccb 2016-02-27 | Handle command keys with keydown instead of keypress in tables/cells (including session restore, etc.) [Pale Moon]
| * | | 212c7cb 2016-02-27 | One more tweak for dropdown lists: only consume Enter when the drop-down list is actually open - otherwise let it propagate. [Pale Moon]
| * | | b0b3fde 2016-02-27 | Tweak the logic for selection lists some more. [Pale Moon]
| * | | 1c8ce3d 2016-02-27 | Prevent selection dropdowns from propagating keydown events to the parent element. [Pale Moon]
| * | |   d6bdb50 2016-02-27 | Merge branch 'master' into DOM3-key-events [Pale Moon]
| |\ \ \  
| * | | | 2e0a699 2016-02-27 | Rewrite List Control frames to deal with keydown rather than keypress events. [Pale Moon]
| * | | | f2af1a8 2016-02-27 | Switch keydown/keypress handling when using Tilt to properly trap [Esc] command key. [Pale Moon]
| * | | | a52d33a 2016-02-27 | Switch keydown/keypress handling during autoscroll to properly trap [Esc] command key. [Pale Moon]
| * | | | bf046d5 2016-02-27 | Fix some internals affected by the key event handling change [Pale Moon]
| * | | | 142a3c4 2016-02-27 | Change some obvious tests [Pale Moon]
| * | | | e8d85df 2016-02-27 | Change default key event handling on Android [Pale Moon]
| * | | | 0ab5426 2016-02-27 | Change default key event handling on Linux-Qt (do we still support Qt?) [Pale Moon]
| * | | | e948b4f 2016-02-27 | Change default key event handling on Mac-cocoa [Pale Moon]
| * | | | c350f26 2016-02-27 | Change default key event handling on Linux [Pale Moon]
| * | | | a8d7b9c 2016-02-27 | Change default key event handling on Windows [Pale Moon]
* | | | |   dc1f0fb 2016-03-25 | Merge pull request #405 from squarefractal/hsts-update-work [Moonchild]
|\ \ \ \ \  
| * | | | | 9e321cb 2016-03-21 | HSTS preload update (updated on 21-03-2016 from m-c) [squarefractal]
* | | | | |   21eb30e 2016-03-25 | Merge pull request #406 from trav90/gst-work [Moonchild]
|\ \ \ \ \ \  
| * | | | | | 2289d84 2016-03-21 | Don't treat EOS of one stream as EOS of all streams when decoding with GStreamer [trav90]
| |/ / / / /  
* | | | | | 9a88146 2016-03-25 | Update default bookmarks set [Pale Moon]
* | | | | | 4f3cbc0 2016-03-23 | Update Graphite2 library to 1.3.7+ [Pale Moon]
|/ / / / /  
* | | | |   cc5f125 2016-03-21 | Merge pull request #404 from trav90/gst-work [Moonchild]
|\ \ \ \ \  
| * | | | | 1197024 2016-03-20 | GStreamerReader::ReadMetadata()'s element config loop should break on error to avoid timeout [trav90]
| * | | | | 5f5910e 2016-03-20 | Fix -Wformat NULL sentinel warning in GStreamerReader-0.10.cpp [trav90]
| * | | | | dd214ab 2016-03-20 | Stop leaking GstIterator from holding on to PlayBin [trav90]
| * | | | | cc89bd9 2016-03-20 | Silence GStreamer compiler warnings with some versions of clang [trav90]
* | | | | |   2e7b2ea 2016-03-21 | Merge branch 'master' of https://github.com/MoonchildProductions/Pale-Moon [Pale Moon]
|\ \ \ \ \ \  
| |/ / / / /  
| * | | | |   232270e 2016-03-20 | Merge pull request #403 from trav90/gst-work [Moonchild]
| |\ \ \ \ \  
| | * | | | | efba7ba 2016-03-19 | Remove matroska seek hack from the GStreamer media backend [trav90]
| | * | | | | 8cc8921 2016-03-19 | Add some additional PR_LOG_DEBUGs for GStreamer [trav90]
| | * | | | | 11689f9 2016-03-19 | Disable pull mode over http in the ogg demuxer. [trav90]
| | * | | | | 12ebacc 2016-03-19 | Fix loading of GStreamer libs at runtime on OpenBSD [trav90]
| |/ / / / /  
* | | | | | 1cd8eb2 2016-03-21 | Update NSS to 3.19.4.2-PM [Pale Moon]
|/ / / / /  
* | | | | ca77d75 2016-03-19 | Bad UA sniffing Google still doesn't get this: [Pale Moon]
* | | | |   af47136 2016-03-19 | Merge pull request #402 from trav90/gstreamer1.x [Moonchild]
|\ \ \ \ \  
| * | | | | 326dad4 2016-03-19 | Add GStreamer 1.x support - Part 10: Add reference to gst_event_type_get_name (fix debug builds) (origin/gstreamer1) [trav90]
* | | | | |   4770dbc 2016-03-19 | Merge pull request #401 from trav90/gstreamer1.x [Moonchild]
|\ \ \ \ \ \  
| |/ / / / /  
| * | | | | 8d8eb2c 2016-03-18 | Add GStreamer 1.x support - Part 9: Re-land required gst0.10 functions [trav90]
| * | | | | 4491652 2016-03-17 | Add GStreamer 1.x support - Part 8: Fix build bustage with gst1.x [trav90]
| * | | | | 6eb39a0 2016-03-17 | Add GStreamer 1.x support - Part 7: Various gst1.x fixes [trav90]
| * | | | | 314df0c 2016-03-11 | Add GStreamer 1.x support - Part 6: Fix build bustage with gst0.10 [trav90]
| * | | | | 7131c07 2016-03-10 | Add GStreamer 1.x support - Part 5: Update build system [trav90]
| * | | | | e68e71f 2016-03-10 | Add GStreamer 1.x support - Part 4: Base commit of GStreamer 1.x code [trav90]
| * | | | | da73696 2016-03-10 | Add GStreamer 1.x support - Part 3: Add function list for GStreamer 1.x [trav90]
| * | | | | 001cc0e 2016-03-10 | Add GStreamer 1.x support - Part 2: Add GStreamerAllocator (for gst1.x) [trav90]
| * | | | | a56385e 2016-03-10 | Add GStreamer 1.x support - Part 1: Put majority of gst0.10 code in its own file [trav90]
* | | | | | c9a4f64 2016-03-19 | Crash fix for losing our cache entry while finishing up compression. [Pale Moon]
* | | | | |   7461f0a 2016-03-18 | Merge branch 'URL_API-work' [Pale Moon]
|\ \ \ \ \ \  
| * | | | | | 3fd594e 2016-03-18 | Force clobber for API changes. [Pale Moon]
| * | | | | | d64b3a3 2016-03-18 | Borrow some tests from Firefox. [Pale Moon]
| * | | | | | 04012d1 2016-03-18 | Fill in URL API stubs for workers with implementation. [Pale Moon]
| * | | | | | 8d56b8c 2016-03-18 | Implement proxied getters/setters for workers [Pale Moon]
| * | | | | |   d76dfe2 2016-03-13 | Merge branch 'master' into URL_API-work [Pale Moon]
| |\ \ \ \ \ \  
| | | |_|_|_|/  
| | |/| | | |   
| * | | | | |   6ccc92d 2016-03-13 | Merge branch 'master' into URL_API-work [Pale Moon]
| |\ \ \ \ \ \  
| | | |_|_|_|/  
| | |/| | | |   
| * | | | | | b9fdf02 2016-03-01 | Create URL API stubs for workers (todo) [Pale Moon]
| * | | | | | 448e731 2016-03-01 | Implement main URL API (funcs+constructor) [Pale Moon]
| * | | | | | f4e18f3 2016-03-01 | Update URLUtils. [Pale Moon]
* | | | | | | 3e00734 2016-03-18 | Implement a simple (Add|Remove)WeakMessageListener [Pale Moon]
| |_|_|/ / /  
|/| | | | |   
* | | | | |   eab0aa6 2016-03-17 | Merge pull request #397 from Antonius32/appmenu-button-tooltip [Moonchild]
|\ \ \ \ \ \  
| * | | | | | 9b7d1b9 2016-03-17 | Add tooltip to the Pale Moon button on Windows [Antonius32]
|/ / / / / /  
* | | | | | 2d64f6a 2016-03-16 | Don't create flow continuations when a flexbox overflows itself. [Pale Moon]
* | | | | | 15f3d16 2016-03-16 | HTML buttons can't have overflow containers. [Pale Moon]
* | | | | | 5d7e362 2016-03-16 | Fix layout of reflowed combobox without enough space (shouldn't split and add a line), and DiD BP crashfix for the same. [Pale Moon]
* | | | | |   c4d4d92 2016-03-14 | Merge pull request #394 from Antonius32/v26-aesthetics10 [Moonchild]
|\ \ \ \ \ \  
| * | | | | | 745e093 2016-03-14 | Amend comments in browser.css [Antonius32]
* | | | | | |   66aa384 2016-03-14 | Merge branch 'CC-PI' [Pale Moon]
|\ \ \ \ \ \ \  
| |/ / / / / /  
|/| | | | | |   
| * | | | | | 0914637 2016-03-14 | Reinstate static initializers for CC-able objects. [Pale Moon]
| * | | | | | ebcf789 2016-03-14 | Make refcounting of Cycle-Collectable objects faster and more straightforward by removing indirect refcounting. [Pale Moon]
|/ / / / / /  
* | | | | |   f50130a 2016-03-13 | Merge pull request #393 from Antonius32/v26-aesthetics9 [Moonchild]
|\ \ \ \ \ \  
| |_|_|/ / /  
|/| | | | |   
| * | | | | 0751fd7 2016-03-13 | Amend comments in browser.css [Antonius32]
|/ / / / /  
* | | | | 087d48d 2016-03-13 | Revert "Merge branch 'DOM-promises-work'" [Pale Moon]
| |/ / /  
|/| | |   
* | | |   a8a6cb5 2016-03-13 | Merge branch 'DOM-promises-work' [Pale Moon]
|\ \ \ \  
| * | | | d201eac 2016-03-13 | Clean up WIP code. [Pale Moon]
| * | | | a103c36 2016-03-13 | Enable DOM promises by default now we have basic functionality. TODO: .all() and .race() [Pale Moon]
| * | | | 0b6d766 2016-03-13 | Prevent compartments from being GCed out from under us. [Pale Moon]
| * | | | 6252b99 2016-03-13 | Update Promises to later spec type constructor Promise(resolve,reject) [Pale Moon]
| * | | |   e80d894 2016-03-12 | Merge branch 'DOM_IPC_webidl' into DOM-promises-work [Pale Moon]
| |\ \ \ \  
| | * | | | 3b2f3d0 2016-03-12 | Add forEach{Request,PromiseResolver} method to DOMRequestIpcHelper (upstream/DOM_IPC_webidl) [Kan-Ru Chen (陳侃如)]
| | * | | | 68dd6f4 2016-03-12 | Add Promises support to DOMRequestHelper [Fabrice Desré]
| | * | | | f7ce521 2016-03-12 | DOMRequestHelper specifies _requests as array, but should be object. [Fabrice Desré]
| | * | | | a05e7bb 2016-03-12 | Make DOMRequestHelper.destroy() tolerant to re-entrant calls [Pale Moon]
| | * | | | 4d2b248 2016-03-12 | Don't leak objects which "inherit" from DOMRequestIpcHelper when the associated window is closed. [Pale Moon]
| |/ / / /  
| * | | |   5a56f16 2016-03-12 | Merge branch 'master' into DOM-promises-work [Pale Moon]
| |\ \ \ \  
| * | | | | 2a3139f 2016-03-12 | Prevent a memory leak due to compartment mismatches. [Pale Moon]
| * | | | |   83553d7 2016-03-11 | Merge branch 'master' into DOM-promises-work [Pale Moon]
| |\ \ \ \ \  
| * | | | | | 01065d0 2016-03-11 | Update tests [Pale Moon]
| * | | | | | 4ccb6ce 2016-03-11 | Allow <undefined> to be passed to .then() and .catch() [Pale Moon]
| * | | | | | 0b53991 2016-03-11 | Remove .done() (no longer in the spec) [Pale Moon]
* | | | | | |   dd06188 2016-03-13 | Merge pull request #389 from Antonius32/v26-aesthetics8 [Moonchild]
|\ \ \ \ \ \ \  
| |_|_|/ / / /  
|/| | | | | |   
| * | | | | | 4e4bd69 2016-03-12 | Add a 1px gap between the tabs and the top edge of the screen [Antonius32]
|/ / / / / /  
* | | | | | 3e75b3c 2016-03-12 | Clobber required due to graphite lib update [Pale Moon]
| |/ / / /  
|/| | | |   
* | | | | 08c3048 2016-03-11 | ID ten tango: keep build config in sync. [Pale Moon]
|/ / / /  
* | | | 352ccd2 2016-03-11 | Update Graphite library to 1.3.6 [Pale Moon]
* | | |   32f1cec 2016-03-10 | Merge branch 'master' of https://github.com/MoonchildProductions/Pale-Moon [Pale Moon]
|\ \ \ \  
| * \ \ \   263bd70 2016-03-10 | Merge pull request #388 from Antonius32/v26-aesthetics7 [Moonchild]
| |\ \ \ \  
| | * | | | d8c3fb9 2016-03-10 | Revise code that vertically centers the Navigation toolbar buttons [Antonius32]
| |/ / / /  
* | | | | cb5619e 2016-03-10 |  Don't use -static-libstdc++ when building with stlport [Pale Moon]
|/ / / /  
* | | | 264c8d1 2016-03-10 | Add a size check on nsXSSUtils::DecodeHTMLEntities to work around issue #385 [Pale Moon]
* | | |   35f7317 2016-03-10 | Merge branch 'master' of https://github.com/MoonchildProductions/Pale-Moon [Pale Moon]
|\ \ \ \  
| * \ \ \   6ac7d2a 2016-03-10 | Merge pull request #386 from Antonius32/issues367+384-patch [Moonchild]
| |\ \ \ \  
| | * | | | c9e434f 2016-03-10 | Revert commit 1ba944a [Antonius32]
| | * | | | bc6296c 2016-03-10 | Remove transparent borders and negative margins from the tabs [Antonius32]
| |/ / / /  
* | | | | 86bd302 2016-03-10 | Add a function to trigger clearing of the reference to the element last returned from GetRootElement() [Pale Moon]
|/ / / /  
* | | | 7025520 2016-03-08 | Add note to resize-immediately pref. We should change this to a three-state in the future if mixed behavior is desired. [Pale Moon]
* | | | 1ba944a 2016-03-08 | Don't check scroll state when closing tabs in overflow mode for early exit. [Pale Moon]
* | | | 891d4c1 2016-03-08 | Fix top margin 0 (Fitts' Law) comment [Pale Moon]
* | | |   8f9a5e5 2016-03-08 | Merge pull request #383 from Antonius32/v26-aesthetics6 [Moonchild]
|\ \ \ \  
| * | | | e465cac 2016-03-06 | Simplify CSS for the tabs and the New Tab button [Antonius32]
* | | | |   54b95ee 2016-03-07 | Merge pull request #382 from AOSC-Dev/master [Moonchild]
|\ \ \ \ \  
| * | | | | ab9a79a 2016-03-06 | branding/official: use https for new-tab [Mingcong Bai]
| |/ / / /  
* | | | | 7afa97b 2016-03-07 | Android: tweak about: logo some more. [Pale Moon]
* | | | | 25db7fc 2016-03-07 | Android: update about: page [Pale Moon]
|/ / / /  
* | | |   b3f5887 2016-03-06 | Merge pull request #380 from AOSC-Dev/master [Moonchild]
|\ \ \ \  
| * | | | 3598b5c 2016-03-06 | branding/official: point new tab to http://start.palemoon.org/ [Mingcong Bai]
| * | | | 4a45e2f 2016-03-05 | branding/official: add a .desktop entry file [Mingcong Bai]
* | | | | ebbafbe 2016-03-06 | Fix up hard-coded services.mozilla.com URLs in Sync. [Pale Moon]
|/ / / /  
* | | | 677ce61 2016-03-05 | Change some hard-coded sync branding strings. [Pale Moon]
* | | | 2e66a78 2016-03-01 | More gracefully handle key/plugin events dispatched to widgets that have been destroyed. [Pale Moon]
|/ / /  
* | | b1a318b 2016-02-28 | Bump max icon size for search engine icons to 32 KB to cater to more common use of HiDPI icons. [Pale Moon]
| |/  
|/|   
* | 3f12f80 2016-02-27 | Bug 558163: move flags to makefile [Pale Moon]
|/  
* 29d5e88 2016-02-23 | Bug 558163: Silence inconsistent dll linkage warnings (by design) [Pale Moon]
* 16c2579 2016-02-23 | OS X: Fix macro redefinition/overload issue in jemalloc [Pale Moon]
* cefc4b7 2016-02-23 | x64: prevent shift size mismatch in jemalloc. [Pale Moon]
* ffa8fff 2016-02-23 | Prevent hitting system realloc() through recalloc() + due credit. [Pale Moon]
*   78eff04 2016-02-22 | Merge pull request #376 from elraro/master [Moonchild]
|\  
| * 7372364 2016-02-22 | Correctly bind null parameters in SQLiteBridge.cpp [elraro]
|/  
* 9df3bfd 2016-02-22 | Add configure option to use jemalloc-lib (jemalloc3) [Pale Moon]
* e6a25ae 2016-02-21 | Update YouTube override to offer Flash as well as HTML5 to users. [Pale Moon]
* 83212b6 2016-02-21 | Add a horizontal scroll action option for mouse wheel. [Pale Moon]
* 94794c8 2016-02-21 | Make nsCSSProps::BuildShorthandsContainingTable support -moz-appearance being a shorthand subproperty. [Cameron McCormack]
*   3e1b9a3 2016-02-20 | Merge pull request #372 from chaoskagami/jsdown-api26-shim [Moonchild]
|\  
| * 927a1f3 2016-02-19 | Should resolve #369 and restore API compat. Also better error checking. [chaoskagami]
* |   5b34257 2016-02-19 | Merge pull request #368 from stevenschlansker/mac-screensaver-fix [Moonchild]
|\ \  
| * | 97fc41d 2016-02-17 | MacWakeLockListener: actually initialize our hashtable before using it, #301 [Steven Schlansker]
| * | d8b7ea4 2016-01-13 | Try to fix Mac screensaver improvements, #301 Should this be NS_IMPL_ISUPPORTS1?  Seems to compile now, at least [Steven Schlansker]
* | |   d756344 2016-02-17 | Merge pull request #365 from Antonius32/v26-aesthetics6 [Moonchild]
|\ \ \  
| * | | 9cb9a2d 2016-02-16 | Make sure the tab scrollbox arrows are only displayed when applicable [Antonius32]
|/ / /  
* | | 967721f 2016-02-14 | Re-style about:sessionrestore. [Pale Moon]
* | | 41a51ef 2016-02-12 | Update Graphite2 lib to 1.3.5-e569e28 [Pale Moon]
* | | 6ec797e 2016-02-12 | Switch off the loading of the Promises implementation for now. [Pale Moon]
* | | 35721e0 2016-02-11 | x64: Fix ambiguous logic sequence in nsWindowsDllInterceptor.h [Pale Moon]
* | | 2a6068c 2016-02-10 | Add yahoo calendar UAO + transplant official branding ones to unofficial for convenience. [Pale Moon]
* | | 0117fdd 2016-02-09 | Adjust cookie gating to allow more exceptions for web compatibility. (tag: 26.1.0b1) [Pale Moon]
* | | cbacff3 2016-02-09 | Version bump [Pale Moon]
* | |   51ca412 2016-02-09 | Merge branch 'es6functions-work' [Pale Moon]
|\ \ \  
| * | | b77733c 2016-02-09 | Clean up code [Pale Moon]
| * | | 874e190 2016-02-08 | Update manifest for inclusion of self-hosted ES6 code. [Pale Moon]
| * | | abf7961 2016-02-08 | Update license for included self-hosted ES6 code [Pale Moon]
| * | | 197c3ba 2016-02-08 | Revert injector to 0.0.0.1 because it works better, and switch to es6-shim for self-hosted code. [Pale Moon]
|/ / /  
* | | d8de920 2016-02-07 | Reduce jank on inner frame scrolling reflows. [Pale Moon]
* | |   7304e59 2016-02-05 | Merge pull request #349 from chaoskagami/jsdown-api26-shim [Moonchild]
|\ \ \  
| | |/  
| |/|   
| * | 2a69ff9 2016-02-05 | This partially implements shims for the Downloads API as of Firefox 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. [chaoskagami]
|/ /  
* |   5d41269 2016-02-05 | Merge pull request #346 from squarefractal/hsts-update-work [Moonchild]
|\ \  
| * | 2bd517d 2016-02-05 | HSTS preload update (m-c: 1d759b1bdf8a, 2016-01-23 04:36 -0800) [squarefractal]
* | | acdd35c 2016-02-05 | Fix GCC 4.6 compatibility in nsZipArchive [Pale Moon]
|/ /  
* | 808c8bf 2016-02-04 | Preconfigure the XSS filter whitelists with known, harmless filter hits. [Pale Moon]
* | 5e83480 2016-02-04 | Allow spaces in cookie names for web compatibility. [Pale Moon]
* | 5665300 2016-02-03 | jemalloc3: enable jemalloc3's full lib when --enable-jemalloc is in use, instead of the moz-ancient one [Pale Moon]
* | e38a355 2016-02-03 | jemalloc3: make chunksize handle native sizes on x64 [Pale Moon]
* | 4ec88a4 2016-02-03 | jemalloc3: Make opt.lg_dirty_mult work as documented [Pale Moon]
* | 8f3aa2e 2016-02-03 | jemalloc3: Fix an infinite recursion bug related to a0/tsd bootstrapping. [Pale Moon]
* | 21aee96 2016-02-03 | Revert "Merge pull request #335 from chaoskagami/master" [Pale Moon]
* | 667b082 2016-02-03 | Add "Superstop" command keys (Shifted) [Pale Moon]
|/  
*   3deff11 2016-02-01 | Merge pull request #335 from chaoskagami/master [Moonchild]
|\  
| * e4255c6 2016-01-31 | Import some changes from mozilla to Download.jsm in attempt to be compatible with newer mozilla API [chaoskagami]
* | 4cda4e3 2016-02-01 | CSS gradients: prevent a potential infinite loop. [Pale Moon]
* |   bc4f953 2016-02-01 | Merge pull request #338 from trav90/NTLMv2 [Moonchild]
|\ \  
| * | 2e30596 2016-01-31 | Cleanup leftover NTLMv1 bits [trav90]
| * | e9e72a4 2016-01-30 | Add NTLMv2 support to the internal NTLM handler [trav90]
| * | 9b28920 2016-01-30 | Remove LM code from the internal NTLM handler [trav90]
|/ /  
* |   6a4ae5e 2016-01-31 | Merge pull request #317 from Antonius32/v26-aesthetics5 [Moonchild]
|\ \  
| * | ba8ef4a 2016-01-30 | Make sure the Tab bar is always transparent in full-screen mode [Antonius32]
| * | 28e0d53 2016-01-30 | Make sure mousewheel-scrolling to last tab disables scroll-down arrow [Antonius32]
| * | a6c16f0 2016-01-29 | Add a small visual gap between the tabs and the top edge of the screen [Antonius32]
| * | b88578b 2016-01-29 | Make the tab corners more distinct/clean-cut [Antonius32]
| * | 29dca8e 2016-01-29 | Set margin on the Tab bar as a whole, instead of on the items it holds [Antonius32]
| * | f0a08bd 2016-01-29 | Make sure the Navigation toolbar buttons are vertically centered [Antonius32]
* | |   6edb544 2016-01-31 | Merge pull request #332 from cbehan/patch-1 [Moonchild]
|\ \ \  
| * | | c5bb35e 2016-01-30 | Ensure matching files [Connor Behan]
| * | | 24b5507 2016-01-30 | Fix version reading with new perl [Connor Behan]
* | | |   235180e 2016-01-31 | Merge pull request #333 from cbehan/patch-2 [Moonchild]
|\ \ \ \  
| * | | | 3d55d65 2016-01-30 | Expect missing files for SDK builds [Connor Behan]
| | |_|/  
| |/| |   
* | | | 7e1c100 2016-01-31 | Remove legal notices that are applicable to NCC and not necessarily us, considering we have no link with Netscape anymore without Gecko. [Pale Moon]
* | | | 0ec0601 2016-01-31 | Update readme [Pale Moon]
|/ / /  
* | | 507500c 2016-01-30 | Update UA overrides [Pale Moon]
|/ /  
* | 1147191 2016-01-30 | Do not default JS script version to "latest". [Pale Moon]
* | 67dabf8 2016-01-30 | Don't override explicitly specified JavaScript 1.8 version with ES5 If a webmaster is explicit, they don't want the client to use something else anyway. It's the webmaster's responsibility. [Pale Moon]
|/  
*   1ed2a91 2016-01-30 | Merge pull request #314 from stevenschlansker/mac-unix-theme [Moonchild]
|\  
| * 8c6aac9 2016-01-13 | Hack workaround for zero length ArrayLength call on unixThemeStrings: [Steven Schlansker]
* |   ce6dad3 2016-01-30 | Merge pull request #318 from stevenschlansker/mac-runloop [Moonchild]
|\ \  
| * | 69089fe 2015-12-08 | Add OSXRunLoopSingleton from upstream mozilla to libcubeb I'm not sure why this goes into libcubeb, but cubeb_osx_run_loop.c definitely links against it and won't compile without it. [Steven Schlansker]
| |/  
* |   f1e4bec 2016-01-30 | Merge pull request #315 from stevenschlansker/mac-sdk [Moonchild]
|\ \  
| * | 08d8d1c 2016-01-12 | Fix Mac SDK location, and move from 10.6 to 10.8 [Steven Schlansker]
| |/  
* | d4b636b 2016-01-29 | Version bump [Pale Moon]
* | 1aac75c 2016-01-29 | Bump Goanna version (re: gradient transparency) [Pale Moon]
* | 8ef07e7 2016-01-29 | Reinstate about:config warning, now we've changed this to not say anything about warranty anymore. [Pale Moon]
* | f7c143e 2016-01-29 | Revert PRs #309 #310 and #313 [Pale Moon]
* | 0c05c89 2016-01-29 | Use security.dialog_enable_delay for content handlers. [Pale Moon]
* | f3d296a 2016-01-29 | LoadFromSourceChildren() should be queued at most once in an event cycle. [Pale Moon]
* | c63ea88 2016-01-28 | Prevent unsafe memory manipulation through a potential wild pointer when handling zip files. [Pale Moon]
* | ae1381f 2016-01-29 | Update NSS to 3.19.4.1-PM [Pale Moon]
* | 3f98df6 2016-01-28 | Fix bad typo in JS jit [Pale Moon]
* | 848e21a 2016-01-28 | Android: Always show toolbar when switching tabs. [Pale Moon]
* | 129de1e 2016-01-28 | Don't allow too large buffer allocations for WebGL [Pale Moon]
* | 457aa0d 2016-01-20 | Add a temporary UA override for Citibank (force native mode) [Pale Moon]
* | 83c1fe2 2016-01-28 | Remove POSReady sanity check. [Pale Moon]
* | 2c7e6e2 2016-01-27 | Update netflix override so it works again. [Pale Moon]
* | cdf4201 2016-01-27 | Reduce roundness on tabs on Win 8, but keep the hinting. [Pale Moon]
* | 47d5c44 2016-01-27 | Add user override for YouTube gaming [Pale Moon]
|/  
* 93a99dd 2016-01-26 | Define dom.disable_beforeunload as a pref, followup for #169 [Pale Moon]
*   7aa520b 2016-01-26 | Merge pull request #313 from Antonius32/v26-aesthetics4 [Moonchild]
|\  
| * b22f9bf 2016-01-26 | Two small corrections in browser.css [Antonius32]
|/  
* d44b092 2016-01-24 | Clarify comment even more. [Pale Moon]
* 72cdcc9 2016-01-24 | Clarify comment for linear gradient transparent stops. [Pale Moon]
*   4385ad8 2016-01-24 | Merge pull request #310 from Antonius32/v26-aesthetics2 [Moonchild]
|\  
| * 344da42 2016-01-24 | Increase width of tabs to compensate for transparent border [Antonius32]
|/  
*   d43aef5 2016-01-24 | Merge pull request #309 from Antonius32/v26-aesthetics [Moonchild]
|\  
| * fad8b25 2016-01-23 | Make sure the Navigation toolbar buttons are vertically centered [Antonius32]
| * 4f8dad2 2016-01-23 | Add a visual gap between the tabs and the top edge of the screen [Antonius32]
| * 77a9304 2016-01-23 | Make the tab corners more distinct/clean-cut [Antonius32]
|/  
* dab2fee 2016-01-22 | Adjust gradients for 'transparent' part 2: move the insertion of stops to after getting a fully enumerated and properly positioned list. [Pale Moon]
* 665ce3a 2016-01-22 | Adjust gradients for 'transparent' part 1: basic approach. [Pale Moon]
*   696df00 2016-01-21 | Merge pull request #307 from Antonius32/navbar-buttons [Moonchild]
|\  
| * cc33f87 2016-01-21 | Further improve styling of Back and Forward buttons [Antonius32]
|/  
* f6b5712 2016-01-18 | Blocklist update [Pale Moon]
*   adeead6 2016-01-16 | Merge pull request #305 from trav90/gcc-work [Moonchild]
|\  
| * 2f9473e 2016-01-16 | Silence js/Vector.h warnings with Clang only [trav90]
| * fb3c733 2016-01-16 | Use correct conditional for js/Vector.h warnings [trav90]
| * 788a7e1 2016-01-16 | Add MSVC conditional for js/Vector.h warnings [trav90]
| * fcf32f6 2016-01-15 | Disable -Wuninitialized warnings for js/Vector.h for GCC as well as Clang [trav90]
* |   0012265 2016-01-16 | Merge pull request #306 from squarefractal/hsts-update-work [Moonchild]
|\ \  
| * | bac8884 2016-01-16 | HSTS preload update (m-c: 1281d872d976, 2016-01-16 04:03 -0800) [squarefractal]
| |/  
* | 3a72567 2016-01-16 | Correct license block in Safemode DTD [Pale Moon]
|/  
*   a8bab61 2016-01-15 | Merge pull request #302 from stevenschlansker/vector-uninitialized [Moonchild]
|\  
| * f26c5a1 2016-01-13 | Disable -Wuninitialized warning for js/Vector.h, fixes #298 [Steven Schlansker]
* | b1ce2fb 2016-01-14 | Improve font rendering for Arabic text by choosing a better sans-serif default. [Pale Moon]
|/  
*   0e90069 2016-01-14 | Merge pull request #300 from stevenschlansker/inline-new [Moonchild]
|\  
| * 42e8ef6 2015-04-17 | Bug 1155393 - Port the -Wno-inline-new-delete option from configure.in to the JS configure script; r=dholbert [Ehsan Akhgari]
| * a804c5f 2014-02-12 | Bug 928808: Suppress clang warnings (in newer clang versions) about inline 'new' and 'delete'. r=glandium [Daniel Holbert]
* | aa49420 2016-01-11 | Rename security.xssfilter.destwhitelist back to security.xssfilter.whitelist (UX+publication) Also add sane (known) defaults for the browser. [Pale Moon]
* |   085049e 2016-01-11 | Merge pull request #294 from Antonius32/dom-fullscreen-sidebar-patch [Moonchild]
|\ \  
| * | 82417d3 2016-01-08 | DOM full screen mode: remember visibility state of the Sidebar [Antonius32]
* | |   92dd458 2016-01-11 | Merge pull request #296 from BruceBerry/master [Moonchild]
|\ \ \  
| * | | 3cbb0ba 2016-01-09 | support for src whitelist [BruceBerry]
| * | | 5bf7dd4 2016-01-08 | Fixed minimum length, filter out matches without special characters [BruceBerry]
* | | | a688bc5 2016-01-10 | Fix the use of percentage width/height inside html5 <button> elements. [Pale Moon]
* | | | 34b1f84 2016-01-10 | Add chase.com UA override [Pale Moon]
* | | | 901a7d6 2016-01-10 | Update some locate files with extra newlines [Pale Moon]
* | | | 7cdb2bd 2016-01-10 | Allow spaces and double quotes in cookie values. [Pale Moon]
|/ / /  
* | | 0792544 2016-01-08 | Adjust the position of the caption button cutout for maximized windows [Pale Moon]
* | | 9e6ca11 2016-01-08 | Revert "Bug 263049. Hack nsTypeAheadFind to search XMLPrettyPrinter's pretty-printed DOM when the root node has an XBL binding." [Pale Moon]
|/ /  
* |   eceb9b5 2016-01-07 | Merge pull request #292 from Antonius32/issue287-patch [Moonchild]
|\ \  
| * | 6cd3e19 2016-01-05 | Don't set tab title to "Connecting..." when loading additional content [Antonius32]
* | |   42f7482 2016-01-07 | Merge branch 'Code_Cleanup' [Pale Moon]
|\ \ \  
| * \ \   8eba422 2016-01-07 | Merge pull request #293 from adisib/Code_Cleanup (origin/Code_Cleanup) [Moonchild]
| |\ \ \  
| | * | | e8b211c 2016-01-07 | remove trailing spaces [adisib]
| | * | | 71db596 2016-01-07 | add missing semicolon [adisib]
| | * | | a8ad192 2016-01-07 | add missing space [adisib]
| |/ / /  
* | | | 5113fce 2016-01-07 | Bug 263049. Hack nsTypeAheadFind to search XMLPrettyPrinter's pretty-printed DOM when the root node has an XBL binding. [Robert O'Callahan]
| |/ /  
|/| |   
* | | 0ca15fb 2016-01-05 | Clarify notes shown on about:memory when the expected system malloc() is used for goanna instead of jemalloc. [Pale Moon]
* | |   c906aff 2016-01-05 | Merge commit '48f226818a30860148e9309453512de676c17e7e' [Pale Moon]
|\ \ \  
| * | | 48f2268 2015-12-26 | Fix the calculation of glyph extents if transforms are used inside the glyph itself. [Pale Moon]
| * | |   81c9e45 2015-12-26 | Merge pull request #279 from chaoskagami/svg-in-opentype-work [Moonchild]
| |\ \ \  
| | * | | e6b291c 2015-12-26 | Another dumb mistake. [chaoskagami]
| | * | | d4c8ad6 2015-12-26 | Fix goof made during task 2 [chaoskagami]
| | * | | bd065b6 2015-12-26 | Merged task 4 [chaoskagami]
| | * | | 270fc25 2015-12-26 | Manually merge #916048 part 1 [chaoskagami]
| | * | | 71a5fb4 2015-12-26 | Manually merge fix for #875329 [chaoskagami]
| |/ / /  
| * | |   52fb22b 2015-12-26 | Merge branch 'master' into svg-in-opentype-work [Pale Moon]
| |\ \ \  
| * | | | 0fa4e41 2015-10-18 | Handle cases where an SVG glyph has no frame or a non-SVG frame [Pale Moon]
| * | | | 54c0b10 2015-10-18 | Add more sanity checks and make SVGGlyphs/OTS understand the new table format [Pale Moon]
| * | | | b221226 2015-10-18 | Add a version sanity check [Pale Moon]
| * | | | 12e80f8 2015-10-18 | Fix OTS SVG version check (recognize version 0) [Pale Moon]
| * | | | 16d712c 2015-10-18 | Use glyph IDs instead of strings. [Pale Moon]
| * | | | 4076cc8 2015-10-18 | Remove glyphchar (not in spec) [Pale Moon]
* | | | |   bc44685 2016-01-04 | Merge branch 'Code_Cleanup' [Pale Moon]
|\ \ \ \ \  
| | |_|/ /  
| |/| | |   
| * | | | 22363f0 2016-01-03 | Remove unused identity pref [Pale Moon]
| * | | | 633220e 2016-01-03 | Remove identity component from package manifest [Pale Moon]
| * | | |   4abd3e6 2016-01-03 | Merge branch 'master' into Code_Cleanup [Pale Moon]
| |\ \ \ \  
| * \ \ \ \   a0d63ad 2016-01-03 | Merge pull request #289 from Axiomatic-/Code_Cleanup [Moonchild]
| |\ \ \ \ \  
| | * | | | | 2bb93d2 2016-01-02 | Clean-up missed identity module related things. [S. Nordin]
| | * | | | | 39e2fc4 2016-01-02 | Misc. clean-ups for the identity module. [S. Nordin]
| | * | | | | 2f4a1f9 2016-01-02 | Remove identity DOM interface. [S. Nordin]
| | * | | | | a65b313 2016-01-02 | Remove identity toolkit, and prefs. [S. Nordin]
| |/ / / / /  
| * | | | |   6203ce8 2015-12-18 | Merge branch 'master' into Code_Cleanup [Pale Moon]
| |\ \ \ \ \  
| * \ \ \ \ \   9f7c1a0 2015-12-18 | Merge pull request #263 from trav90/Code_Cleanup [Moonchild]
| |\ \ \ \ \ \  
| | * | | | | | 2030492 2015-12-17 | Remove configure checks for uname.domainname [trav90]
| | * | | | | | 66c182d 2015-12-17 | Hardcode check in nsUserInfo::GetDomain to __linux__ [trav90]
| | * | | | | | ad3d5ff 2015-12-17 | Cleanup some GCC comments in configure.in [trav90]
| | * | | | | | 3ff5b5c 2015-12-17 | Remove old autoconf test [trav90]
| | * | | | | | aa0287a 2015-12-17 | Use -fno-strict-aliasing for JS regardless of GCC version [trav90]
| |/ / / / / /  
| * | | | | |   dde12b4 2015-12-16 | Merge branch 'master' into Code_Cleanup [Pale Moon]
| |\ \ \ \ \ \  
* | \ \ \ \ \ \   51869c7 2016-01-04 | Merge pull request #288 from Axiomatic-/PulseAudio-work [Moonchild]
|\ \ \ \ \ \ \ \  
| * | | | | | | | 89d5bea 2016-01-03 | Enable PulseAudio with libcubeb by default. [S. Nordin]
| * | | | | | | | f8ed7f0 2016-01-03 | Revert "Enable PulseAudio with libcubeb by default." [S. Nordin]
| * | | | | | | | fcb44d2 2016-01-03 |  Enable PulseAudio with libcubeb by default. [S. Nordin]
* | | | | | | | | c2ec4fa 2016-01-04 | By default, only sync Bookmarks, Passwords, Prefs and Open Tabs. [Pale Moon]
| |_|_|_|/ / / /  
|/| | | | | | |   
* | | | | | | |   0eb9c11 2016-01-03 | Merge pull request #285 from Axiomatic-/allocations-optimizations [Moonchild]
|\ \ \ \ \ \ \ \  
| * | | | | | | | f06f0c7 2015-12-31 | Use proper parameters. [S. Nordin]
| * | | | | | | | 379473d 2015-12-30 | Bug 1124545 [S. Nordin]
| * | | | | | | | 11d8cd9 2015-12-30 | Bug 1100219 [S. Nordin]
| * | | | | | | | 64b5ab4 2015-12-30 | Bug 1087834 [S. Nordin]
|/ / / / / / / /  
* | | | | | | |   1802556 2015-12-31 | Merge pull request #284 from Axiomatic-/CSS-work [Moonchild]
|\ \ \ \ \ \ \ \  
| * | | | | | | | 318be40 2015-12-30 | Bug 1112501 [S. Nordin]
|/ / / / / / / /  
* | | | | | | |   4e77bd4 2015-12-30 | Merge branch 'master' of https://github.com/MoonchildProductions/Pale-Moon [Pale Moon]
|\ \ \ \ \ \ \ \  
| | |_|_|_|_|_|/  
| |/| | | | | |   
| * | | | | | |   f4549ac 2015-12-30 | Merge pull request #283 from Axiomatic-/GIO-work [Moonchild]
| |\ \ \ \ \ \ \  
| | * | | | | | | 7562738 2015-12-29 | Bug 1084193 [S. Nordin]
| |/ / / / / / /  
* | | | | | | | 5bc21d7 2015-12-30 | Update known outdated plugins. [Pale Moon]
* | | | | | | | 6dadb7d 2015-12-30 | Update blocklist for bad extensions. [Pale Moon]
* | | | | | | | ac6e4b5 2015-12-30 | Block known issues with AMD driver versions on Win 10, and block known problematic Intel HD chipsets. [Pale Moon]
|/ / / / / / /  
* | | | | | |   7bf701a 2015-12-27 | Merge pull request #282 from Antonius32/issue175-patch [Moonchild]
|\ \ \ \ \ \ \  
| * | | | | | | c370ed3 2015-12-23 | Remove duplicate comment in download.xml ("components" subtree) [Antonius32]
|/ / / / / / /  
* | | | | | | 3b041d3 2015-12-27 | Copy mono channel to L+R channels for WASAPI channel upmixing [Pale Moon]
* | | | | | | 3a0306c 2015-12-27 | Tab close buttons: tighten the X on light backgrounds. [Pale Moon]
* | | | | | | cc95269 2015-12-27 | Update tab close buttons once more: slightly widen stroke of Xes and properly export transparency directly from SVG [Pale Moon]
* | | | | | | b75350b 2015-12-27 | Compensate for incorrect background color choice of black for transparent in Inkscape. This improves antialiasing on edges just a little. [Pale Moon]
* | | | | | | 3ec1d1a 2015-12-27 | Update tabbed browser tab close buttons (normal&inverted) [Pale Moon]
| |_|_|_|_|/  
|/| | | | |   
* | | | | |   da675c9 2015-12-26 | Merge branch 'layout-work' [Pale Moon]
|\ \ \ \ \ \  
| |/ / / / /  
|/| | | | |   
| * | | | | f333ae7 2015-12-26 | Add tests for the "all" shorthand property. [Pale Moon]
| * | | | | 446aa0d 2015-12-26 | Serialize the "all" shorthand property as the empty string unless all components are inherit/initial/unset. [Pale Moon]
| * | | | | 72f3194 2015-12-26 | Add parsing for the "all" shorthand property. [Pale Moon]
| * | | | | 8af322a 2015-12-26 | Add the "all" shorthand property. [Pale Moon]
| * | | | | c067e1e 2015-12-26 | Add control pref for the "all" CSS shorthand property. [Pale Moon]
| * | | | | 39af728 2015-12-25 | Fix up 2 leftover computed values. [Pale Moon]
| * | | | | f7c7095 2015-12-25 | Part 10: Modify existing style tests to use "unset". [Pale Moon]
| * | | | | 22ceb39 2015-12-25 | Part 9: Serialize shorthand values using "unset" like those containing "inherit" or "initial". [Pale Moon]
| * | | | | a406938 2015-12-25 | Part 8: Support "unset" in computation of properties. [Pale Moon]
| * | | | | 2359835 2015-12-25 | Part 7: Treat "unset" on inherited properties like "inherit" in nsRuleNode::HasAuthorSpecifiedRules. [Pale Moon]
| * | | | | e0c2525 2015-12-25 | Part 6: Treat "unset" as "inherit" when determining rule detail for inherited style structs. [Pale Moon]
| * | | | | aa8bb05 2015-12-25 | Part 5: Support eCSSUnit_Unset in nsRuleNode.cpp's SetFactor. [Pale Moon]
| * | | | | 6560ef8 2015-12-25 | Part 4: Support eCSSUnit_Unset in nsRuleNode.cpp's SetDiscrete. [Pale Moon]
| * | | | | 169eff7 2015-12-25 | Part 3: Support eCSSUnit_Unset in nsRuleNode.cpp's SetCoord. [Pale Moon]
| * | | | | a209d0e 2015-12-25 | Part 2: Parse "unset" in property values wherever "inherit" and "initial" are allowed. [Pale Moon]
| * | | | | 25975c6 2015-12-25 | Part 1: Add new eCSSUnit_Unset unit for nsCSSValues. [Pale Moon]
| * | | | | 1f15eaa 2015-12-25 | Add control pref for CSS unset [Pale Moon]
|/ / / / /  
* | | | |   a2b3ec4 2015-12-24 | Merge pull request #276 from Antonius32/menu-icons3 [Moonchild]
|\ \ \ \ \  
| * | | | | bb9e057 2015-12-21 | Replace the History icon in the Aero theme for Windows [Antonius32]
* | | | | | e4eab7d 2015-12-23 | Add XSS filter enable/disable to Options [Pale Moon]
* | | | | | 008d273 2015-12-22 | Change the tab close button behavior when closing the window with the last tab. [Pale Moon]
* | | | | |   4910a70 2015-12-21 | Merge pull request #274 from squarefractal/hsts-update-work [Moonchild]
|\ \ \ \ \ \  
| * | | | | | f6d590f 2015-12-21 | HSTS preload update (m-c: 546ed49f5a40, 2015-12-19 04:09 -0800) [squarefractal]
|/ / / / / /  
* | | | | | 2769360 2015-12-20 | Version bump [Pale Moon]
|/ / / / /  
* | | | |   13eefb0 2015-12-19 | Merge pull request #273 from trav90/gccwork [Moonchild]
|\ \ \ \ \  
| * | | | | 685e942 2015-12-19 | Use built-in overflow-checked functions in SafeAdd and friends with supported compilers [trav90]
* | | | | |   1cf0ac6 2015-12-19 | Merge pull request #272 from Antonius32/issue175-patch [Moonchild]
|\ \ \ \ \ \  
| * | | | | | 74424d8 2015-12-19 | Don't set extended display name attributes on history downloads [Antonius32]
* | | | | | | 394832c 2015-12-19 | Make parser tree notifications spec-compliant. [Pale Moon]
| |/ / / / /  
|/| | | | |   
* | | | | | 10760be 2015-12-19 | Remove WebVTT parser library. This fixes issue #271 [Pale Moon]
|/ / / / /  
* | | | | cddedb5 2015-12-19 | Only allow sane characters for cookie names. Follow-up on commit [4d3258e] [Pale Moon]
* | | | |   16e29eb 2015-12-18 | Merge pull request #270 from Antonius32/issue175-patch [Moonchild]
|\ \ \ \ \  
| |_|_|/ /  
|/| | | |   
| * | | | 202a0a2 2015-12-18 | Make sure code for download display name is formatted consistently [Antonius32]
|/ / / /  
* | | |   df89ec7 2015-12-18 | Merge pull request #267 from Antonius32/issue43-patch6 [Moonchild]
|\ \ \ \  
| * | | | 911b962 2015-12-18 | Amend comment in controller.js [Antonius32]
* | | | |   05c78e5 2015-12-18 | Merge pull request #268 from Antonius32/menu-icons2 [Moonchild]
|\ \ \ \ \  
| |/ / / /  
|/| | | |   
| * | | | ce9293e 2015-12-18 | Make sure the "Clear Recent History" icon is included at build time [Antonius32]
|/ / / /  
* | | |   bdb20bf 2015-12-18 | Merge pull request #266 from Antonius32/issue175-patch [Moonchild]
|\ \ \ \  
| * | | | a813c93 2015-12-17 | Crop extended display name for in-progress downloads at the end [Antonius32]
|/ / / /  
* | | |   4a81a19 2015-12-17 | Merge pull request #265 from Antonius32/issue175-patch [Moonchild]
|\ \ \ \  
| * | | | 7953e07 2015-12-17 | Add a site indicator to in-progress downloads [Antonius32]
* | | | |   dc58230 2015-12-17 | Merge pull request #264 from Antonius32/issue43-patch5 [Moonchild]
|\ \ \ \ \  
| |/ / / /  
|/| | | |   
| * | | | 282d027 2015-12-17 | Tidy up comments in controller.js [Antonius32]
|/ / / /  
* | | |   0d5ecfe 2015-12-16 | Merge pull request #261 from squarefractal/hsts-update-work [Moonchild]
|\ \ \ \  
| * | | | bee0dac 2015-12-15 | HSTS preload update (m-c: eeaa9b452b65, 2015-12-12 04:08 -0800) [squarefractal]
* | | | | 36ec1b9 2015-12-16 | Disable WebVTT TextTrack support by default. [Pale Moon]
* | | | | 07f3225 2015-12-16 | Derp. Actually add sIgnoreHeaders as a bool too. [Pale Moon]
* | | | | adc88d3 2015-12-16 | Reduce pipelining aggressiveness. [Pale Moon]
* | | | | 133d190 2015-12-16 | XSS Filter: Add user control (pref) over HTTP headers. [Pale Moon]
| |_|/ /  
|/| | |   
* | | | b69c7cf 2015-12-16 | XSS Filter: log more details to the console. [Pale Moon]
* | | | 8c3354c 2015-12-16 | Update graphite2 readme [Pale Moon]
* | | |   4c8dcba 2015-12-16 | Merge pull request #260 from MoonchildProductions/revert-259-D2D-optimization-work [Moonchild]
|\ \ \ \  
| * | | | 687a14d 2015-12-16 | Revert "Use Mask with alpha to avoid allocating a surface." [Moonchild]
|/ / / /  
* | | |   e5622c7 2015-12-16 | Merge pull request #259 from Axiomatic-/D2D-optimization-work [Moonchild]
|\ \ \ \  
| * | | | fb638c6 2015-12-15 | Fix typo. [S. Nordin]
| * | | | f15c195 2015-12-14 | Use Mask with alpha to avoid allocating a surface. [S. Nordin]
| |/ / /  
* | | | f81490b 2015-12-15 | Update graphite library to 1.3.4 [Pale Moon]
* | | | e812aaa 2015-12-15 | Linux GTK: Block known-buggy image types from being thumbnailed in GDK-PixBuf. [Pale Moon]
* | | | 3caffbc 2015-12-15 | Disallow scheme sets on nsHostObjectURI. [Pale Moon]
* | | | 4d3258e 2015-12-15 | Align cookie acceptance with RFC 6265. [Pale Moon]
* | | | f50994b 2015-12-15 | Disable JasPer module in GDK-PixBuf. [Pale Moon]
* | | | 0685ffe 2015-12-15 | Better handle bad graphics driver versions. (DiD) [Pale Moon]
* | | | da71830 2015-12-15 | Add sanity check to nsDeque (DiD) [Pale Moon]
* | | | 4fcd1c5 2015-12-15 | Improve validation of data URLs. [Pale Moon]
|/ / /  
* | | 4e75b6b 2015-12-13 | Distrust VeriSign G1 Root certificates. Rationale: many certificates were issued incorrectly against this root; it no longer satisfies the CA root baseline requirements for trust. https://knowledge.symantec.com/support/ssl-certificates-support/index?page=content&id=ALERT1941&actp=LIST&viewlocale=en_US [Pale Moon]
* | | 4c271b2 2015-12-13 | ES6: Add support for Octal and Binary literals in Number() (in addition to hex) [Pale Moon]
* | | 2fb78d6 2015-12-13 | Update license.html [Pale Moon]
* | | df06175 2015-12-12 | XSS Filter: fix some typoes and enable domain exception button for Embedded objects. [Pale Moon]
* | | 6b02e50 2015-12-10 | Make max_tabs_undo and max_windows_undo not lazy. [Pale Moon]
* | | 069f3db 2015-12-10 | Disable promise debugging and remove leftover working copy check. [Pale Moon]
* | | a155cee 2015-12-10 | Padlock: Account for situations where the URL bar has been removed from the UI (either by mistake, bug, or on purpose). [Pale Moon]
* | | e6e1d4d 2015-12-09 | Clobber for multiple branch merges this day. [Pale Moon]
* | | d7d37a9 2015-12-09 | Remove locked conflict files. [Pale Moon]
* | |   6630937 2015-12-09 | Merge branch 'Code_Cleanup' [Pale Moon]
|\ \ \  
| |/ /  
| * |   7aa4862 2015-12-05 | Merge pull request #248 from trav90/Code_Cleanup [Moonchild]
| |\ \  
| | * | 820a6e5 2015-12-05 | Remove checks in JS for GCC PR39608 [trav90]
| | * | e1b3071 2015-12-04 | Remove check for HAVE_GNU_GET_LIBC_VERSION [trav90]
| | * | 773b115 2015-12-04 | Remove GCC-dehydra support [trav90]
| | * | 5e7e008 2015-12-04 | Remove checks for GCC PR39608 [trav90]
| |/ /  
* | |   765154e 2015-12-09 | Merge branch 'XSSFilt' [Pale Moon]
|\ \ \  
| * | | 12fc32a 2015-12-09 | Add sanity check and change call to console logging. [Pale Moon]
| * | |   a042472 2015-12-08 | Merge pull request #256 from BruceBerry/XSSFilt [Moonchild]
| |\ \ \  
| | * | | 70e610d 2015-12-07 | Display add domain button only for 3 vectors, use whitelist for those 3 vectors [BruceBerry]
| | * | |   1f2b383 2015-12-07 | Merge pull request #3 from MoonchildProductions/XSSFilt [BruceBerry]
| | |\ \ \  
| | |/ / /  
| |/| | |   
| * | | | cb0e94b 2015-12-07 | Add "Add Domain Exception" button to the infobar. [Pale Moon]
| * | | | 9cdbfc5 2015-12-07 | Remove leftover printf [Pale Moon]
| * | | |   eb6e035 2015-12-07 | Merge pull request #254 from BruceBerry/XSSFilt [Moonchild]
| |\ \ \ \  
| | |/ / /  
| | * | | fe1f9dc 2015-12-06 | Added whitelist support. missing UI support for now [BruceBerry]
| * | | |   4967f49 2015-12-07 | Merge pull request #253 from BruceBerry/XSSFilt [Moonchild]
| |\ \ \ \  
| | |/ / /  
| | * | | 3b0ea0c 2015-12-06 | Added a new pref security.xssfilter.blockDynamic (default: true) to control whether to also monitor DOM-Based XSS vectors. Currently it only affects external scripts [BruceBerry]
| |/ / /  
| * | | 4f14f83 2015-12-05 | Bustage fix: Fix incorrect setup of XSS filter tests [Pale Moon]
| * | | 5c35fa3 2015-12-05 | XSS filter: address some nits in locale strings and code comments. [Pale Moon]
| * | |   b964880 2015-12-04 | Merge branch 'master' into XSSFilt [Pale Moon]
| |\ \ \  
| * \ \ \   d45a6e5 2015-12-03 | Merge pull request #244 from BruceBerry/XSSFilt [Moonchild]
| |\ \ \ \  
| | * | | | 09d7eee 2015-12-03 | mDocumentBaseURI could be null and default to mDocumentURI [BruceBerry]
| |/ / / /  
| * | | | 9f9ee5a 2015-11-30 | Base commit as-ported [Riccardo Pelizzi]
* | | | |   4c74c49 2015-12-09 | Merge branch 'ES6-promises' [Pale Moon]
|\ \ \ \ \  
| * \ \ \ \   da896d7 2015-12-09 | Merge branch 'master' into ES6-promises (upstream/ES6-promises) [Pale Moon]
| |\ \ \ \ \  
| |/ / / / /  
|/| | | | |   
* | | | | |   88cf5cc 2015-12-08 | Merge pull request #249 from trav90/startupcache-work [Moonchild]
|\ \ \ \ \ \  
| * | | | | | f0f5d3e 2015-12-07 | Use correct DISABLE_BOOL name to disable precompilation of the startup cache [trav90]
| * | | | | | a3b1d60 2015-12-06 | Fix typo [trav90]
| * | | | | | a16f0e4 2015-12-06 | Change the --disable-startupcache flag name to --disable-precompiled-startupcache [trav90]
| * | | | | | 389498a 2015-12-06 | Make the --disable-startupcache flag disable precompilation only [trav90]
| * | | | | | aa5059f 2015-12-05 | Allow the startup cache to be disabled with a dedicated flag [trav90]
* | | | | | |   f8fcb5e 2015-12-07 | Merge pull request #255 from Antonius32/issue43-patch4 [Moonchild]
|\ \ \ \ \ \ \  
| * | | | | | | de66e46 2015-12-06 | A few small corrections in controller.js and treeView.js [Antonius32]
|/ / / / / / /  
* | | | | | |   7ff9041 2015-12-06 | Merge pull request #250 from squarefractal/hsts-update-work [Moonchild]
|\ \ \ \ \ \ \  
| |/ / / / / /  
|/| | | | | |   
| * | | | | | 763c2aa 2015-12-06 | HSTS preload update (m-c: ebf4ba61f32d, 2015-12-05 04:05 -0800) [squarefractal]
|/ / / / / /  
* | | | | |   d7d4aed 2015-12-05 | Merge pull request #247 from Antonius32/issue43-patch3 [Moonchild]
|\ \ \ \ \ \  
| |_|_|/ / /  
|/| | | | |   
| * | | | | 631f517 2015-12-04 | Replace the term "Parent Folder" with "Containing Folder" [Antonius32]
|/ / / / /  
* | | | |   12f7c91 2015-12-04 | Merge branch 'Code_Cleanup' [Pale Moon]
|\ \ \ \ \  
| | |_|/ /  
| |/| | |   
| * | | |   fb62544 2015-12-04 | Merge pull request #245 from Axiomatic-/Code_Cleanup [Moonchild]
| |\ \ \ \  
| | * | | | bb52005 2015-11-04 | [!] Cleanup of dead GNOMEVFS code. [S. Nordin]
* | | | | |   a1d314c 2015-12-04 | Merge pull request #246 from trav90/gccwork [Moonchild]
|\ \ \ \ \ \  
| |/ / / / /  
|/| | | | |   
| * | | | | 1c31586 2015-12-04 | Cleanup comments for old GCC versions [trav90]
| | | * | | c63a9cc 2015-12-05 | Core integration of promises + bugfixes for integration with sites that use server-side shims. [Pale Moon]
| | | * | |   097dbff 2015-12-04 | Merge branch 'master' into ES6-promises [Pale Moon]
| | | |\ \ \  
| |_|_|/ / /  
|/| | | | |   
* | | | | | d7c92c4 2015-12-04 | Update Google and Facebook UA overrides. [Pale Moon]
|/ / / / /  
* | | | |   f28fb1f 2015-12-03 | Merge pull request #243 from Antonius32/navbar-buttons4 [Moonchild]
|\ \ \ \ \  
| * | | | | 457ab6d 2015-12-03 | Make the code for the Bookmarks and History menu buttons more consistent [Antonius32]
* | | | | | 87447aa 2015-12-03 | Fix non-scaling strokes in SVG [Pale Moon]
* | | | | | c99cd1b 2015-12-03 | Update LICENSE with proper URL [Pale Moon]
|/ / / / /  
* | | | |   d6e5868 2015-12-02 | Merge branch 'master' of https://github.com/MoonchildProductions/Pale-Moon [Pale Moon]
|\ \ \ \ \  
| * \ \ \ \   1b7d1a5 2015-12-02 | Merge pull request #242 from trav90/gccwork [Moonchild]
| |\ \ \ \ \  
| | * | | | | 3dee156 2015-12-02 | Bump stdc++compat minimum supported libstdc++ version to 4.3 [trav90]
| | * | | | | c8ebfe4 2015-12-02 | Add stdc++compat check for host programs when not cross compiling [trav90]
| | * | | | | 8123324 2015-12-02 | Add stdc++-compat hack for std::string::_S_compare and std::runtime_error::runtime_error (for GCC 5.0) [trav90]
| | * | | | | 95476e4 2015-12-02 | Add stdc++-compat hack for std::__throw_out_of_range_fmt and __cxa_throw_bad_array_new_length (for GCC 4.9) [trav90]
* | | | | | | 2d69425 2015-12-02 | Make the history menu button a customizable button. (tisk tisk) [Pale Moon]
|/ / / / / /  
| | | * | | 26f5dff 2015-12-02 | Update about:license for added code [Pale Moon]
| | | * | | a394c8f 2015-12-02 | Base commit based on polypromise 0.0.0.2 [Pale Moon]
| |_|/ / /  
|/| | | |   
* | | | | 34c32c6 2015-12-02 | Version bump [Pale Moon]
* | | | |   e39a2dd 2015-12-02 | Merge branch 'Code_Cleanup' [Pale Moon]
|\ \ \ \ \  
| | |/ / /  
| |/| | |   
| * | | |   2894800 2015-12-01 | Merge pull request #241 from binoc-software/Code_Cleanup [Moonchild]
| |\ \ \ \  
| | * | | | 8725a29 2015-12-01 | [Issue #178] Part 4 - Kill the maintenance service with fire! - l10n cleanup [Matt A. Tobin]
| | * | | | e021965 2015-11-30 | [Issue #178] Part 3a - Kill the maintenance service with fire! - Slow Burn - updater.cpp (clean up) [Matt A. Tobin]
| | * | | | 9242615 2015-11-29 | [Issue #178] Part 3 - Kill the maintenance service with fire! - Slow Burn - updater.cpp [Matt A. Tobin]
| | * | | | 14f16d6 2015-11-28 | [Issue #178] Part 2a - Kill the maintenance service with fire! - Slow Burn - nsUpdateService.js (Clean up left over pref const) [Matt A. Tobin]
| | * | | | 95ae525 2015-11-27 | [Issue #178] Part 2 - Kill the maintenance service with fire! - Slow Burn - nsUpdateService.js (First Attempt) [Matt A. Tobin]
| | * | | | e31519c 2015-11-27 | [Issue #178] Part 1 - Kill the maintenance service with fire! - Quick Burn [Matt A. Tobin]
* | | | | | f24831c 2015-12-02 | Revert "Don't be wasteful when opening many tabs." [Pale Moon]
| |_|/ / /  
|/| | | |   
* | | | |   ac3f1e3 2015-12-01 | Merge pull request #240 from squarefractal/hsts-update-work [Moonchild]
|\ \ \ \ \  
| * | | | | fab5e1b 2015-11-25 | HSTS preload update (m-c: f176beca9f85, 2015-11-21 03:49 -0800) [squarefractal]
* | | | | | c186f7e 2015-11-30 | Correct libVPX 4:2:0 image format assertion [Pale Moon]
| |_|_|/ /  
|/| | | |   
* | | | |   7e7a7c8 2015-11-30 | Merge pull request #239 from trav90/search-icons [Moonchild]
|\ \ \ \ \  
| * | | | | 4b6fb5e 2015-11-29 | Update icon and use HTTPS for Yahoo search [trav90]
| * | | | | 7f36ef5 2015-11-29 | Update icon and use HTTPS for Bing search [trav90]
| * | | | | ec2f98f 2015-11-29 | Update DuckDuckGo search icon [trav90]
* | | | | | a3cd1ae 2015-11-30 | Follow-up to keep overrides compiler-friendly. [Pale Moon]
* | | | | | 3eecec5 2015-11-30 | Improve cross-compartment wrapper handling when managing tabs [Pale Moon]
* | | | | | cae752c 2015-11-29 | Don't be wasteful when opening many tabs. [Pale Moon]
|/ / / / /  
* | | | |   257232f 2015-11-29 | Merge branch 'Code_Cleanup' [Pale Moon]
|\ \ \ \ \  
| | |/ / /  
| |/| | |   
| * | | |   05e2b73 2015-11-29 | Merge pull request #238 from trav90/Code_Cleanup [Moonchild]
| |\ \ \ \  
| | |_|/ /  
| |/| | |   
| | * | | 6e18f7c 2015-11-28 | Don't check for GCC force_align_arg_pointer attribute [trav90]
| | * | | e71a8a9 2015-11-28 | Remove old GCC version checks (Part 3) [trav90]
| | * | | 528a4b6 2015-11-28 | Remove old GCC version checks (Part 2) [trav90]
| | * | | f8b2244 2015-11-28 | Remove old GCC version checks (Part 1) [trav90]
| | * | | 1e963ce 2015-11-28 | Remove ancient GCC 3.2.2 workaround for OS/2 [trav90]
| | * | | 28975b7 2015-11-28 | Bump the minimum supported GCC version for JS to 4.6 [trav90]
| |/ / /  
* | | | 2ceefe5 2015-11-29 | Add ODMR to banned port list + clarify 587 and 601 [Pale Moon]
* | | | 46aa38a 2015-11-28 | Remove the "Try again" button from network error pages where it's useless to try again. [Pale Moon]
* | | |   b8e7021 2015-11-27 | Merge pull request #237 from Antonius32/navbar-buttons3 [Moonchild]
|\ \ \ \  
| * | | | 770a613 2015-11-27 | Prevent middle-clicking drop-down menus from toggling the Sidebar [Antonius32]
|/ / / /  
* | | |   977934f 2015-11-27 | Merge pull request #236 from Antonius32/menu-icons [Moonchild]
|\ \ \ \  
| * | | | 209c975 2015-11-27 | Correct CSS for "Organize Bookmarks" icon [Antonius32]
| * | | | afb9645 2015-11-27 | Revert commit "On Aero-enabled systems, use Aero-style menu icons" [Antonius32]
|/ / / /  
* | | |   2cc7572 2015-11-27 | Merge pull request #235 from Antonius32/menu-icons [Moonchild]
|\ \ \ \  
| * | | | 46dac0e 2015-11-27 | On Aero-enabled systems, use Aero-style menu icons [Antonius32]
* | | | |   acc52ad 2015-11-27 | Merge pull request #234 from Antonius32/menu-icons [Moonchild]
|\ \ \ \ \  
| |/ / / /  
| * | | | 49d2471 2015-11-27 | Add a "Clear Recent History" icon to the History menus on Windows [Antonius32]
* | | | |   39bb51a 2015-11-26 | Merge pull request #233 from Antonius32/menu-icons [Moonchild]
|\ \ \ \ \  
| |/ / / /  
| | / / /   
| |/ / /    
|/| | |     
| * | | 248ffbe 2015-11-26 | Rearrange code in browser.css for OS X [Antonius32]
| * | | 5a190a9 2015-11-26 | Add missing icons to Bookmarks and History menus on Linux [Antonius32]
| * | | 81ebc20 2015-11-26 | Add missing icons to Bookmarks and History menus on Windows [Antonius32]
|/ / /  
* | |   239ea99 2015-11-26 | Merge pull request #232 from trav90/gccwork [Moonchild]
|\ \ \  
| * | | 982b531 2015-11-26 | Bump the minimum supported GCC version to 4.6 [trav90]
|/ / /  
* | |   771a481 2015-11-25 | Merge branch 'master' of https://github.com/MoonchildProductions/Pale-Moon [Pale Moon]
|\ \ \  
| |/ /  
| * |   4bf03e6 2015-11-24 | Merge pull request #231 from Antonius32/navbar-buttons2 [Moonchild]
| |\ \  
| | * | 1445a38 2015-11-24 | Fix issue with the styling of the History Menu button on Linux [Antonius32]
* | | | 1d0d1c7 2015-11-25 | CSP: Make sure to only grab a port as :nnnn from the origin host, not the entire string. [Pale Moon]
|/ / /  
* | | 9a3818c 2015-11-23 | Make CSP path checks more lenient in the face of improper usage (allow a range of non-path characters). [Pale Moon]
* | |   32db280 2015-11-23 | Merge pull request #228 from Antonius32/navbar-buttons2 [Moonchild]
|\ \ \  
| |/ /  
| * | e9eff68 2015-11-21 | Set "Bookmarks" label on viewBookmarksSidebar observers directly [Antonius32]
| * | b193b72 2015-11-21 | Make middle-clicking the Bookmarks Menu button toggle the Sidebar [Antonius32]
| * | 3ad70d9 2015-11-21 | Add a "History Menu button" to the Navigation toolbar [Antonius32]
* | | a0d3191 2015-11-23 | Update error page styling. [Pale Moon]
* | | 05955e0 2015-11-23 | Stop filtering about:config preferences and re-word the warning (to be enabled if/when decided) [Pale Moon]
* | |   51e4734 2015-11-22 | Merge pull request #229 from Antonius32/linux-menubar-defaults [Moonchild]
|\ \ \  
| * | | fff6215 2015-11-21 | Set ui.key.menuAccessKeyFocuses to "true" by default on Linux [Antonius32]
| |/ /  
* | | ade8f84 2015-11-21 | Stop using SPDY by default. It's being deprecated and won't offer much if any advantages in its current implementation. [Pale Moon]
* | | 1d5be6d 2015-11-21 | Don't reflow text inside combobox frames to avoid quirks resulting from text-overflow hacks to hide selection comboboxes. This fixes Issue #227 [Pale Moon]
|/ /  
* |   c4f4eab 2015-11-20 | Merge pull request #225 from Antonius32/navbar-buttons [Moonchild]
|\ \  
| * | 63b8d91 2015-11-19 | Make sure orientation-specific styling is applied properly [Antonius32]
* | | 6b5bc49 2015-11-20 | Correct typo in LICENSE for official branding. [Pale Moon]
* | |   787d63c 2015-11-19 | Merge pull request #224 from Antonius32/navbar-buttons [Moonchild]
|\ \ \  
| |/ /  
| * | 8cec960 2015-11-19 | Update browser.css [Antonius32]
* | |   271c16c 2015-11-19 | Merge pull request #223 from Antonius32/navbar-buttons [Moonchild]
|\ \ \  
| |/ /  
| * | f5cd226 2015-11-18 | Small correction in browser.css [Antonius32]
* | | 75ee09c 2015-11-19 | Crash fix: check for empty host string as well as NULL in Valid IPv6 or hostname check. [Pale Moon]
* | | 0bd7c06 2015-11-18 | Explicitly tell servers we accept WebP [Pale Moon]
* | | ae7c73d 2015-11-18 | ES6: remove the restriction on duplicate property assignments in Object Literals in strict mode. [Pale Moon]
* | |   5119962 2015-11-16 | Merge branch 'master' of https://github.com/MoonchildProductions/Pale-Moon [Pale Moon]
|\ \ \  
| * \ \   6423f01 2015-11-16 | Merge pull request #218 from Antonius32/navbar-buttons [Moonchild]
| |\ \ \  
| | |/ /  
| | * | d01ae44 2015-11-15 | Update browser.css [Antonius32]
| | * | a8cffe4 2015-11-15 | Update browser.css [Antonius32]
| | * | b18d321 2015-11-15 | Smoothen the corners of the Forward button in the default theme for Windows Aero [Antonius32]
| | * | ec14174 2015-11-15 | Remove outcommented code [Antonius32]
| | * | 9d53898 2015-11-15 | Improve styling of Navigation Toolbar buttons in the default theme for Windows [Antonius32]
| * | |   81f9313 2015-11-16 | Merge pull request #216 from Antonius32/issue43-patch2 [Moonchild]
| |\ \ \  
| | * | | 1954411 2015-11-15 | Update placesOverlay.xul to use the same keyboard shortcut on all platforms [Antonius32]
| | * | | 3b0360a 2015-11-14 | Update controller.js [Antonius32]
| | * | | 86bf7f4 2015-11-14 | Add "Open Parent Folder" item to the context menu for bookmarks search results [Antonius32]
| | |/ /  
* | | | e8a26d4 2015-11-16 | Update libpng to 1.5.24 (Issue #221) [Pale Moon]
|/ / /  
* | | 0e02461 2015-11-15 | Remove color styling on Win8+Win10, and improve toolbar appearance for Win10 so it integrates better. [Pale Moon]
|/ /  
* | c2d61c5 2015-11-13 | Blanket UA override for known Google domains to fix issues with maps, photos and sundry, because Google is unresponsive to requests/complaints/attempts at dialogue. [Pale Moon]
* | 1ab05a7 2015-11-13 | Win10 theme: Square is the new round. [Pale Moon]
* | f238529 2015-11-13 | Apply -moz-os-version:windows-win10 to Windows 10 styling. [Pale Moon]
* | eaa7dff 2015-11-12 | `addBootstrappedManifestLocation()` now understands "/path/to/file.manifest" (and "remove" too) (v2) [Ketmar Dark]
* | 758f3e8 2015-11-12 | Revert "`addBootstrappedManifestLocation()` now understands "/path/to/file.manifest" (and "remove" too)" [Ketmar Dark]
* |   3622298 2015-11-11 | Merge pull request #215 from binoc-software/libjpeg-work [Moonchild]
|\ \  
| * | 2663d3bc 2015-11-10 | [Issue #181] Part 3 - Update libjpeg-turbo to version 1.4.2 [Matt A. Tobin]
|/ /  
* | 7ecabe9 2015-11-10 | [Issue #181] Part 2 - Update libjpeg-turbo to version 1.4.x - Build files [Matt A. Tobin]
* | 1b283cf 2015-11-10 | [Issue #181] Part 1 - Update libjpeg-turbo to version 1.4.x [Matt A. Tobin]
* | fd121a6 2015-11-10 | `addBootstrappedManifestLocation()` now understands "/path/to/file.manifest" (and "remove" too) [Ketmar Dark]
* | 90e7a01 2015-11-09 | Update security patches [Pale Moon]
* | 9d1c42f 2015-11-09 | Distrust CNNIC EV intermediate [Pale Moon]
* | ff764ad 2015-11-09 | Add finer control over autoplaying media with media.autoplay.allowscripted [Pale Moon]
* | fc33a7e 2015-11-09 | Update builtin truststore [Pale Moon]
* | edd6e62 2015-11-09 | Update NSS to 3.19.4, clean up cvs/hg junk and restrict system-supplied NSS due to build issues re: Camellia-GCM otherwise. [Pale Moon]
* | 1ae979a 2015-11-09 | Update NSPR to 4.10.10 and remove hg/cvs leftovers from yore. [Pale Moon]
* | bf72b73 2015-11-08 | Clobber needed for [9a3a798] [Pale Moon]
* | 18e392c 2015-11-08 | added `responseURL` property to XMLHttpRequest [Ketmar Dark]
* | 9a3a798 2015-11-08 | Allow `attributeFilter` without `attribute` in MutationObserver [Ketmar Dark]
* | 89c97fe 2015-11-08 | Always allow IndexedDB use from chrome and the system principal, regardless of the user preference. [Pale Moon]
* |   9057117 2015-11-07 | Merge branch 'documentfragment-getelementbyid' [Pale Moon]
|\ \  
| * | 17558c2 2015-11-07 | Add getElementById to DocumentFragment [Pale Moon]
| * | cec2695 2015-11-07 | Replace SVGElement's generic QuerySelector() method with nsINode::GetElementById() [Pale Moon]
| * | 125a912 2015-11-07 | Add GetElementById to nsINode [Pale Moon]
| * | 9a007a9 2015-11-07 | Split out selector ID-matching fast path so it can be made accessible outside of FindMatchingElements. [Pale Moon]
|/ /  
* | 6485c6d 2015-11-07 | Fix perspective: [Pale Moon]
* |   50f905c 2015-11-05 | Merge branch 'master' of https://github.com/MoonchildProductions/Pale-Moon [Pale Moon]
|\ \  
| * \   bd063ff 2015-11-04 | Merge pull request #211 from Antonius32/issue43-patch1 [Moonchild]
| |\ \  
| | * | 2b1aa00 2015-11-03 | Update treeView.js [Antonius32]
| | * | bd4fb2e 2015-11-03 | Update places.dtd [Antonius32]
| | * | e87a79c 2015-11-03 | Update treeView.js [Antonius32]
| | * | 064795d 2015-11-03 | Update places.xul [Antonius32]
* | | | e5caa1a 2015-11-05 | Fix typo [Pale Moon]
|/ / /  
* | | cd3ca20 2015-11-04 | Bug 1206564 - skip copying of listeners. [Karl Tomlinson]
* | | e4b5a4e 2015-11-04 | Disable NTLMv1 by default (pref-able) and return a fixed workstation string (pref-able also) for NTLMv1 if enabled to prevent information disclosure. [Pale Moon]
* | | 536efb8 2015-11-04 | Don't assert when hitting OOM; let it fall through in a known incorrect situation. [Pale Moon]
* | | 124e977 2015-11-04 | Add size sanity checks for getting data from canvases (DiD) [Pale Moon]
* | | 1e8e8b3 2015-11-04 | Android: exit FullScreen mode if we're switching tabs. [Pale Moon]
* | | 8f44657 2015-11-04 | Crashfix for malformed JAR archives [Pale Moon]
* | | 6c29803 2015-11-04 | Bug 1195735 [Pale Moon]
* | | 47cb157 2015-11-04 | Fix line endings. [Pale Moon]
* | | 8e325a0 2015-11-04 | Split out Host/IPv6 validation and improve its checks [Pale Moon]
* | | 18b843a 2015-11-03 | Check return values from some SVG path methods. [Pale Moon]
* | | fa53424 2015-11-03 | Crashfix: Fix group used for Array.concat result. [Pale Moon]
|/ /  
* |   c097722 2015-11-03 | Merge pull request #209 from squarefractal/prevent-image-overflow-in-feeds [Moonchild]
|\ \  
| * | 20e4d63 2015-11-01 | Prevent large images from overflowing in the feed subscription UI. [squarefractal]
* | | 87a6407 2015-11-02 | Make sure brotli actually has a library to build, too :P [Pale Moon]
* | | 2ce4f11 2015-11-02 | Import brotli decompressor to the tree. [Pale Moon]
* | | 1a39045 2015-11-02 | Make the user agent more adaptive to Firefox compatibility mode. [Pale Moon]
* | | eddddde 2015-11-01 | Change default favicon image. [Pale Moon]
* | | 948a1ab 2015-11-01 | Tweak the tab close button image for light BG some more. [Pale Moon]
* | | 725dbe1 2015-11-01 | Update theming of tab close buttons (hover/click state) [Pale Moon]
|/ /  
* |   9e4a020 2015-11-01 | Correct makefile in layout. [Pale Moon]
|\ \  
| * | 9ccfc27 2015-10-27 | [Issue #100] Part 6 - Update libvpx to v1.4.x - Workaround GCC 4.9 and CLANG x86 instruction set issues [Matt A. Tobin]
| * | 457af69 2015-10-27 | Revert "[Issue #100] Part 5 - Update libvpx to v1.4.x - Workaround GCC 4.9 and CLANG x86 instruction set issues" [Matt A. Tobin]
| * | 22b3117 2015-10-26 | [Issue #100] Part 5 - Update libvpx to v1.4.x - Workaround GCC 4.9 and CLANG x86 instruction set issues [Matt A. Tobin]
| * |   f8f3309 2015-10-25 | Merge branch 'master' into libvpx14x-work [Matt A. Tobin]
| |\ \  
| * \ \   d496984 2015-10-25 | Merge branch 'master' into libvpx14x-work [Matt A. Tobin]
| |\ \ \  
| * | | | 75dbc60 2015-10-25 | [Issue #100] Part 5 - Update libvpx to v1.4.x - Disable AVX2 on Windows builds [Matt A. Tobin]
| * | | | 9c5b9f3 2015-10-25 | [Issue #100] Part 4 - Update libvpx to v1.4.x - Fix header exports in moz.build [Matt A. Tobin]
| * | | | 721a6a8 2015-10-25 | [Issue #100] Part 3 - Update libvpx to v1.4.x - Fix and cleanup makefile.in [Matt A. Tobin]
| * | | | 521e936 2015-10-24 | [Issue #100] Part 2 - Update libvpx to v1.4.x - Update makefile.in sources [Matt A. Tobin]
| * | | |   d8affbd 2015-10-23 | Merge branch 'master' into libvpx14x-work [Matt A. Tobin]
| |\ \ \ \  
| * | | | | 9f8d193 2015-10-23 | Fix MOZ_VP8/VPX in toolkit.mozbuild [Matt A. Tobin]
| * | | | | 26d1ea4 2015-10-23 | Replace MOZ_VP8(*) with MOZ_VPX(*) [Matt A. Tobin]
| * | | | | 5226ff4 2015-10-23 | Eliminate redundant MOZ_VP8_ENCODER conditional [Matt A. Tobin]
| * | | | | 545c45c 2015-10-23 | [Issue #100] Part 1 - Update libvpx to v1.4.x [Matt A. Tobin]
* | | | | | e9f2000 2015-11-01 | Fix configure.in for libvpx update. [Pale Moon]
* | | | | |   5f8ce46 2015-10-31 | Merge pull request #208 from binoc-software/libvpx14x-work-goanna [Moonchild]
|\ \ \ \ \ \  
| * | | | | | 07e535a 2015-10-31 | Clobber for libvpx [Matt A. Tobin]
| * | | | | | fdfb3ff 2015-10-31 | [Issue #100] Update libvpx to 1.4.x - v26 Superpatch (Take 2) [Matt A. Tobin]
* | | | | | |   ce24e64 2015-10-31 | Merge pull request #207 from MoonchildProductions/revert-205-libvpx14x-work-goanna [Moonchild]
|\ \ \ \ \ \ \  
| * | | | | | | 3e1ec96 2015-10-31 | Revert "Pull Request to resolve Issue #100 - Update libvpx to 1.4.x (Goanna Edition)" [Moonchild]
|/ / / / / / /  
* | | | | | |   6660b6a 2015-10-31 | Merge pull request #205 from binoc-software/libvpx14x-work-goanna [Moonchild]
|\ \ \ \ \ \ \  
| |/ / / / / /  
|/| | | | | |   
| * | | | | | a483b3c 2015-10-31 | Clobber for libvpx [Matt A. Tobin]
| * | | | | | f5b0897 2015-10-31 | [Issue #100] Update libvpx to 1.4.x - v26 Superpatch [Matt A. Tobin]
|/ / / / / /  
* | | | | | 35b2c11 2015-10-30 | Make the content area follow system colors before loading to prevent brief white flashes on black system themes. [Pale Moon]
* | | | | | 2829e9f 2015-10-26 | Change promise references in devtools to avoid name collisions with Promise in the global Chrome scope. [Pale Moon]
* | | | | |   da98ef4 2015-10-29 | Merge pull request #204 from Antonius32/patch-1 [Moonchild]
|\ \ \ \ \ \  
| * | | | | | a874ea9 2015-10-29 | Add Places context menu to AppMenu's History submenu [Antonius32]
|/ / / / / /  
* | | | | |   8c4b46c 2015-10-28 | Merge pull request #201 from Antonius32/patch-1 [Moonchild]
|\ \ \ \ \ \  
| * | | | | | c3a7f48 2015-10-28 | Add Places context menu to History menu pop-up [Antonius32]
|/ / / / / /  
* | | | | | c14261d 2015-10-26 | Status bar: Update Fullscreen video detection for IFRAME-based HTML5 players (new YouTube player, Google Drive video player, etc.) [Pale Moon]
| |_|_|/ /  
|/| | | |   
* | | | | 73a8c76 2015-10-25 | Fix mis-matched tag in google searchplugin xml [Pale Moon]
| |_|/ /  
|/| | |   
* | | |   4968f9d 2015-10-25 | Merge branch 'master' of https://github.com/MoonchildProductions/Pale-Moon [Pale Moon]
|\ \ \ \  
| * \ \ \   57a3686 2015-10-25 | Merge pull request #197 from squarefractal/hsts-update-work [Moonchild]
| |\ \ \ \  
| | * | | | 413fdd8 2015-10-25 | HSTS preload update (m-c: e19d6523ae4c, 2015-10-24 03:47 -0700) [squarefractal]
| |/ / / /  
* | | | | 8a020f1 2015-10-25 | Update Google search icon with its new preschool look. [Pale Moon]
|/ / / /  
* | | |   e3f8d48 2015-10-25 | Merge pull request #196 from squarefractal/tld-update [Moonchild]
|\ \ \ \  
| * | | | dced58a 2015-10-24 | Update the list of TLDs and domain suffixes. [squarefractal]
|/ / / /  
* | | | 0f455f9 2015-10-24 | Tidy up nsITimer IDL interface file. [Pale Moon]
| |/ /  
|/| |   
* | | a40d413 2015-10-23 | Remove nsITimer.TYPE_REPEATING_PRECISE because its non-skipping nature can cause issues after hibernating. Make it a synonym for TYPE_REPEATING_PRECISE_CAN_SKIP which is more useful. [Pale Moon]
|/ /  
* | 0c43026 2015-10-23 | Treat decimal escapes that are not octal or a capture group as a number (never include unescaped backslash). [Pale Moon]
* | 655fcde 2015-10-22 | Set latest JS version as default on "script" elements, and correct common js misdefinitions 1.8.0 -> 1.8.5 [Ketmar Dark]
* | 2c4291a 2015-10-22 | added `mozIJSSubScriptLoader::loadSubScriptWithOptions()` API [Ketmar Dark]
* | 4f62ea7 2015-10-22 | Change ID of toolkit to our own + add compatmode. [Ketmar Dark]
* | e7f3a65 2015-10-22 | Update Fennec common dialog for regex change in Commit f4e74cb7953b9aba54b86cd3e03dba8b7297cb21 [Pale Moon]
* | f4e74cb 2015-10-22 | Align String.prototypr.replace regex code with the ECMA spec, except for RegExp.$N for compatibility with the web. [Pale Moon]
* | 49ac10a 2015-10-22 | Handle redirects for drag&drop properly while avoiding CVE-2015-4519  #177 [Pale Moon]
* | c69cb4f 2015-10-17 | Split configure caching of NSPR out to its own file. [S. Nordin]
* | bfc3aa1 2015-10-21 | Block script-instantiated auto-play of video when: [Pale Moon]
* |   6737af1 2015-10-20 | Merge branch 'master' of https://github.com/MoonchildProductions/Pale-Moon [Pale Moon]
|\ \  
| * \   c9e335b 2015-10-19 | Merge pull request #191 from squarefractal/hsts-update-work [Moonchild]
| |\ \  
| | * | 518e348 2015-10-18 | HSTS preload update (m-c: adebe63f6643, 2015-10-17 04:10 -0700) [squarefractal]
* | | | b68ab60 2015-10-20 | Add Pale Moon locations to the binary search path in the SDK [Pale Moon]
|/ / /  
* | | 37b5242 2015-10-19 | Make sure navigator.product always returns "Gecko" (legacy value used by apparently ALL browsers, including IE and Safari)... [Pale Moon]
|/ /  
* | 2b796c1 2015-10-18 | Set our milestone version for Goanna to 2.0 [Pale Moon]
|/  
* 9bea1fe 2015-10-18 | Version bump [Pale Moon]
* 8261293 2015-10-16 | Update UA overrides [Pale Moon]
* 4994547 2015-10-16 | Add Ecosia as alternative search engine choice [Pale Moon]
* 5173701 2015-10-15 | Change hard-coded (!) J-PAKE server setting in Fennec to our server. [Pale Moon]
*   d38679b 2015-10-12 | Merge pull request #186 from squarefractal/hsts-update-work [Moonchild]
|\  
| * 03c0b39 2015-10-11 | HSTS preload update (m-c: 97102cdb8fe5, 2015-10-10 03:46 -0700) [squarefractal]
| * db1a650 2015-10-07 | HSTS preload update (m-c: 824f8a387d24, 2015-10-03 03:44 -0700) [squarefractal]
* |   9deb076 2015-10-08 | Merge pull request #187 from trav90/bsd-work [Moonchild]
|\ \  
| * | afcb587 2015-10-01 | Don't precompile the startup cache on BSD [trav90]
| |/  
* | ec48ccc 2015-10-07 | Implement 128-bit Camellia-GCM ciphers (ECC+RSA) [Pale Moon]
* | 966a317 2015-10-07 | Change trusted addon host for sync. [Pale Moon]
* | bc3ad6e 2015-10-07 | Change J-PAKE key server address. [Pale Moon]
* | 43d8fce 2015-10-04 | Remove GFX blacklist entry for GMA on XP [Pale Moon]
* | f8c181e 2015-10-04 | Update UA override for FaceBook [Pale Moon]
|/  
*   127431d 2015-09-27 | Merge branch 'master' of https://github.com/MoonchildProductions/Pale-Moon [Pale Moon]
|\  
| *   2815935 2015-09-27 | Merge pull request #185 from squarefractal/hsts-update-work [Moonchild]
| |\  
| | * 712018e 2015-09-27 | HSTS preload update (m-c: 25e9f587e1b9, 2015-09-26 03:40 -0700) [squarefractal]
| |/  
* | 7c17deb 2015-09-27 | Handle location hash changes properly. [Pale Moon]
|/  
* 4626ff7 2015-09-26 | Align the use of scrollbars in frames&iframes with the HTML5 spec, that states that overflow styling should not affect scrollbars in the frame. [Pale Moon]
* 9396a9d 2015-09-26 | Make sure to make (i)frame backgrounds opaque, reducing required memory (especially important for HiDPI) [Pale Moon]
* d1b7d6b 2015-09-26 | Clean up canvasrendering context and improve scaling for vector images. [Pale Moon]
* d38aaa5 2015-09-26 | Build bustage fix: Correct variable name for Commit 64c405880a2f846e4175be15aea36b3b1708cb2f [Pale Moon]
* 18ba039 2015-09-26 | Remove incorrect NS_ABORT in websockets. [Pale Moon]
* 64c4058 2015-09-26 | Perform shrinking GC in GCNow where applicable. [Pale Moon]
*   526273a 2015-09-26 | Merge branch 'master' of https://github.com/MoonchildProductions/Pale-Moon [Pale Moon]
|\  
| *   fb2d368 2015-09-26 | Merge pull request #184 from darkmusic/master [Moonchild]
| |\  
| | * 1564b2e 2015-09-25 | Fixing OS_TEST check on ARM [Thomas Johnson]
| * |   b82190e 2015-09-26 | Merge pull request #183 from trav90/gst-work [Moonchild]
| |\ \  
| | |/  
| |/|   
| | * fd23f6c 2015-09-25 | Don't leak temporary GStreamer caps [trav90]
| |/  
* | 821df3d 2015-09-25 | Improve branding of file details. [Pale Moon]
|/  
*   c07cb81 2015-09-23 | Merge branch 'html-link-elem-work' [Pale Moon]
|\  
| * 6b6ba92 2015-09-23 | Fix build issue and logic. [Pale Moon]
| * 17d52a3 2015-09-23 | Update headers [Pale Moon]
| * f90f13e 2015-09-23 | Remove UnsetAttr from Style element since it will no longer be used. [Pale Moon]
| * c31a048 2015-09-23 | Change SetAttr to AfterSetAttr in Style element [Pale Moon]
| * f643fcd 2015-09-23 | Update headers [Pale Moon]
| * e190144 2015-09-23 | Remove UnsetAttr since it will no longer be used. [Pale Moon]
| * 8ff34a0 2015-09-23 | Change SetAttr to AfterSetAttr [Pale Moon]
|/  
* de83bc9 2015-09-23 | Upstream update of libnestegg. [Pale Moon]
* 6923650 2015-09-22 | Improve size checking of conversion from Unicode to UTF-8. [Pale Moon]
* a665220 2015-09-22 | Improve size checking of changes to attributes and children on DOM nodes. [Pale Moon]
* c4326c0 2015-09-22 | Call RemoveMediaElementFromURITable before modifying mLoadingSrc, so that a future LookupMediaElementURITable won't access this element anymore. [Pale Moon]
* 379ae0a 2015-09-22 | Make nsXBLService::GetBinding deal with shutting down during binding loading. [Pale Moon]
* 032cafa 2015-09-22 | ICCv4: Adjust qcms lut inverse binary search of non monotonic TRC. Also: whitespace fixes. [Pale Moon]
* 9bc6772 2015-09-22 | Check for overflow in nsXULContentSink [Pale Moon]
* 12025a3 2015-09-22 | Check for overflow in vertex allocation. [Pale Moon]
* 6deccf8 2015-09-22 | DiD: Fix boot animation file reading. [Andrea Marchesini]
* bbe436e 2015-09-22 | Rewrite logic for window.showModalDialog() [Pale Moon]
* da6a963 2015-09-22 | Tweak some jemalloc constants. [Nicholas Nethercote]
* 543d4af 2015-09-22 | Ignore empty location strings (NS bug) [Pale Moon]
* 518e158 2015-09-21 | Swap hover/active states for tab close button. [Pale Moon]
*   b7ff9a2 2015-09-20 | Merge pull request #172 from squarefractal/patch-1 [Moonchild]
|\  
| * 79124fe 2015-09-17 | Do not commit .orig files generated by `patch`. [squarefractal]
* |   f30f85d 2015-09-20 | Merge pull request #167 from trav90/gst-work [Moonchild]
|\ \  
| * | c420616 2015-09-15 | Use autoplug-sort for older versions of GStreamer [trav90]
| * | 4a2ffd8 2015-09-15 | Fix crash when GStreamer decodes certain audio files [trav90]
| |/  
* |   782b66c 2015-09-20 | Merge pull request #174 from squarefractal/hsts-update-work [Moonchild]
|\ \  
| * | 74dec83 2015-09-20 | HSTS preload update (m-c, 6049203c2e7b, 19 Sep 2015 03:46:49 -0700) [squarefractal]
| |/  
* |   496026a 2015-09-20 | Merge pull request #173 from Axiomatic-/master [Moonchild]
|\ \  
| * | 9f3fdff 2015-09-19 | [!] Support D&D from sources using text/uri-list. [S. Nordin]
| |/  
* | a3cd08b 2015-07-22 | Fix whitespace [Pale Moon]
* | 121f9ef 2015-07-22 | Revert C++11 keyword without -Wc++0x compat [Pale Moon]
* | 317a4b9 2015-09-20 | Android: Add missing string declarations for wakelock listener. [Pale Moon]
|/  
*   1e284a3 2015-09-15 | Merge pull request #170 from squarefractal/hsts-update-work [Moonchild]
|\  
| * 87a3f3e 2015-09-15 | HSTS preload update (m-c, e5069e29fbc4, 2015-09-12 03:39 -0700) [squarefractal]
|/  
* 73242f8 2015-09-15 | Correct typo :P [Pale Moon]
* 1a63e6d 2015-09-15 | Prevent (simulated) clicks during onunload to prevent DoS caused by unload looping. (part2 for issue #169) [Pale Moon]
* 0fb0a4d 2015-09-15 | Add control pref for beforeunload events (part 1 for issue #169) [Pale Moon]
* 53df36e 2015-09-15 | Remove timer adjustments previously done when sleeping. [Pale Moon]
* d361745 2015-09-12 | Bug 1204147 - Prevent content preferences being written when they shouldn't. [Jorg K]
* a0bd6f4 2015-09-11 | Crash fix: Don't let WASAPI try to handle surround channel layouts. [Pale Moon]
* ba58c57 2015-09-11 | Remove problem reporter event listener for ruby code (reporter is N/A for integrated code) [Pale Moon]
* 4d68f3a 2015-09-11 | Statusbar: Remove specific FF async downloads API calls triggered by the application info version 26+. [Pale Moon]
* 6fc520d 2015-09-10 | Permit spec-breaking syntax in Regex character classes, allowing ranges that would be permitted per the grammar rules in the spec but not necessarily following the syntax rules. [Pale Moon]
* 0a74f82 2015-09-10 | Create a fast path for string matching instead of spinning up the Regex parser. [Pale Moon]
* 5a646f7 2015-09-10 | Bump Firefox Compatibility Mode version to 38.x [Pale Moon]
* 18a68ac 2015-09-09 | On Win10, in ToT maximized, make sure to fill the title bar height for Fitts' law [Pale Moon]
* 09f2f5c 2015-09-09 | Reduce bookmark toolbar's height [Pale Moon]
* 1204d1f 2015-09-09 | Rework default Windows theme tab styling. [Pale Moon]
*   345d8f1 2015-09-08 | Merge branch 'master' of https://github.com/MoonchildProductions/Pale-Moon [Pale Moon]
|\  
| *   972aef9 2015-09-06 | Merge pull request #161 from trav90/gst-work [Moonchild]
| |\  
| | * c4f2354 2015-09-06 | Make GStreamer backend return more accurate results for canPlayType() [trav90]
* | | bf790b1 2015-09-06 | Add app/vendor-specific UA override section and the first entry. [Pale Moon]
|/ /  
* | 0d37a3c 2015-09-06 | Crash fix: Gracefully handle bogus URIs passed to CSS style filters. [Pale Moon]
|/  
* 60d4147 2015-09-06 | Always treat Direct2D as GDI when drawing directly to the window [Pale Moon]
* c6776a3 2015-09-05 | Honor margin-left and margin-right on elements in inline layout that have 0 width and/or height Mozilla bug #709014 [Sob]
*   4fe4cbd 2015-09-05 | Merge branch 'Win10theme' [Pale Moon]
|\  
| * 0ad06ec 2015-09-05 | Also apply true-glass effects to Windows 8. [Pale Moon]
* |   bd7933a 2015-09-05 | Merge branch 'Win10theme' [Pale Moon]
|\ \  
| |/  
| * 9969d78 2015-09-05 | Apply true-glass effects for the classic menu only on capable OSes (exclude Win 8.x and Win 10) [Pale Moon]
|/  
* ca7198a 2015-09-05 | Remove telemetry-dependent test from /startupcache [Pale Moon]
* c06ec0f 2015-09-05 | Fix misc typoes [Pale Moon]
* dd9a3d6 2015-09-05 | Fix incorrect&redundant code in region expansion calculation. [Pale Moon]
* f0fa58b 2015-09-05 | Fix Webaudio doppler calculation [Pale Moon]
* 7fda7a6 2015-09-05 | Properly null-check nsHttpTransaction::RestartVerifier::Set [Pale Moon]
* 8828350 2015-09-05 | Revert "Use the modern settings dialog for default applications when prudent." [Pale Moon]
* c97df41 2015-09-05 | Revert "Fix typoes" [Pale Moon]
* 2720162 2015-09-05 | Revert "Extend "alltypes" to Windows 8.1" [Pale Moon]
* da984e4 2015-09-05 | Extend "alltypes" to Windows 8.1 1173357 - Firefox no longer provides an option to make it a default .html browser [Pale Moon]
* 3651ec7 2015-09-05 | Fix typoes [Pale Moon]
* d0b509e 2015-09-05 | Use the modern settings dialog for default applications when prudent. [Pale Moon]
* e43ac21 2015-09-04 | added "macos-x" to "-moz-os-version" [Ketmar Dark]
* b1ae9ed 2015-09-02 | added media queries for GNU/Linux and *BSD [Ketmar Dark]
* 9ee5b4d 2015-09-04 | Only list the updater's update history in about:support if it's actually built. [Pale Moon]
*   5978329 2015-09-04 | Merge branch 'Win10theme' [Pale Moon]
|\  
| * 9f38db5 2015-09-04 | Don't use rounded corners on the window edge on Win10 (other toolbars, ToT) [Pale Moon]
* |   54d42d6 2015-09-04 | Merge branch 'Win10theme' [Pale Moon]
|\ \  
| |/  
| * 1d0aa95 2015-09-04 | Dim inactive window title on Win10 [Pale Moon]
* |   4d68e70 2015-09-04 | Merge branch 'Win10theme' [Pale Moon]
|\ \  
| |/  
| * 9b913bb 2015-09-04 | More Win10 theme fixes: - Reduce appmenu button height and fix button positioning - Add outlined buttons for personas - Tweak the SVG to subpixel-blend better with personas without getting lost in busy toolbar backgrounds [Pale Moon]
* | 501ca0c 2015-09-04 | Dictionary logic: Fix case-sensitivity, rewrite the logic once more and add comments to clarify the final logic. [Pale Moon]
* |   3a6a94a 2015-09-03 | Merge branch 'Win10theme' [Pale Moon]
|\ \  
| |/  
| * d2bc0c4 2015-09-03 | Clarifying comments. [Pale Moon]
| * 1e7e83f 2015-09-03 | Part 3: Add support for dark toolbar backgrounds [Pale Moon]
| * 19e1eb1 2015-09-03 | Part 2: Draw our own buttons, background and highlights. [Pale Moon]
| * 165424b 2015-09-02 | Part 1: remove cutout and click targets for Win10 caption buttons. [Pale Moon]
* | 3c9c519 2015-09-03 | Disable battery API by default to reduce private data exposure to the web. [Pale Moon]
* | db4cf21 2015-09-02 | removed some overlooked telemetry leftovers [Ketmar Dark]
|/  
* f35ed2e 2015-09-02 | Clean up dictionary logic patch. [Pale Moon]
* 56f18ce 2015-09-02 | Fix typo potentially preventing repaints. [Pale Moon]
* ca98702 2015-09-01 | Don't use rounded corners on the window edge on Win10 [Pale Moon]
* 691f8f5 2015-09-01 | Remove foxy orange from the AppMenu button border. [Pale Moon]
*   38ac2c2 2015-08-31 | Merge branch 'dictionary-logic-work' [Pale Moon]
|\  
| * 5f78b49 2015-08-31 | Remove debug code. [Pale Moon]
| * ea15517 2015-08-31 | WIP: update and clean up fallback code [Pale Moon]
| * 5a9811b 2015-08-31 | Revert "Remove debug code" [Pale Moon]
| * ffa52fb 2015-08-31 | Remove debug code [Pale Moon]
| * 86f49ee 2015-08-31 | Fix dictionary logic once and for all. [Pale Moon]
|/  
*   165d354 2015-08-30 | Merge branch 'Code_Cleanup' [Pale Moon]
|\  
| * 020b6ea 2015-08-23 | killed telemetry, healthreports, datareports [Ketmar Dark]
* |   f78c66b 2015-08-29 | Merge branch 'Code_Cleanup' [Pale Moon]
|\ \  
| |/  
| * 6f19ea1 2015-08-29 | Remove metro part 13: Remove metro-specific installer stubs [Pale Moon]
| * f2ffa24 2015-08-29 | Remove metro part 12: Remove conditional metro environment from XRE [Pale Moon]
| * c86b381 2015-08-29 | Remove metro part11: remove Metro Win UI interfaces from widget code [Pale Moon]
| * 7ddd834 2015-08-29 | Remove metro part10: Simplify nsAppShellInit() [Pale Moon]
| * 444eb7e 2015-08-29 | Remove metro part9: Remove browser, extension and test code [Pale Moon]
| * 17e335b 2015-08-29 | Remove metro part8: Remove sync metro code. [Pale Moon]
| * b6be6df 2015-08-29 | Remove metro part7: Remove prefs and pref checks. [Pale Moon]
| * 9296490 2015-08-29 | Remove metro part6: Remove conditional renderer code [Pale Moon]
| * 10e945f 2015-08-29 | Remove metro part5: Remove library WinRT code [Pale Moon]
| * 736357b 2015-08-29 | Remove metro part4: Remove WinRT widget code [Pale Moon]
| * 6f0bd5e 2015-08-29 | Remove metro part3: Remove from installer/updater scripting [Pale Moon]
| * fb32108 2015-08-29 | Remove metro part2: Remove app init code [Pale Moon]
| * b97d562 2015-08-29 | Remove metro part1: remove configure entries [Pale Moon]
|/  
* b464b96 2015-08-28 | Fix integration for building installer part 2 (Mac/NSIS). [Pale Moon]
* b61a023 2015-08-28 | Fix integration for building installer [Pale Moon]
* b0c6645 2015-08-28 | Version bump [Pale Moon]
* 987f5e5 2015-08-20 | Hitbox.tv doesn't like the Goanna slice [Pale Moon]
* 9f74cd1 2015-08-19 | DiD & crashfix: Update timer arrays after sleep to account for time sleeping. [Pale Moon]
* e4bda7c 2015-08-19 | When checking if a document is secure, check the innermost uri. [Pale Moon]
* de30bf1 2015-08-19 | Prevent length overflow in MAR reader. [Pale Moon]
*   2a316f3 2015-08-19 | Merge branch 'Code_Cleanup' [Pale Moon]
|\  
| * 99225bc 2015-08-18 | Remove leftover confvar [Pale Moon]
| * 06a219b 2015-08-18 | Remove the social API [Pale Moon]
* | eab0ee6 2015-08-19 | Overflow nsTSubstring::ReplacePrep causes memory-safety bugs in string library. (CVE-2015-4487) Notes for open sec bug in this case: - Not critical (at most a crash) - Edge case - Extremely difficult (if at all possible) to practically exploit [Pale Moon]
* | 29df6b0 2015-08-18 | Handle self-assignment in nsTArray (similar to previous commit) [Pale Moon]
* | 7c06f1e 2015-08-18 | Handle self-assignment in StyleAnimationValue::operator=. [Daniel Holbert]
* | 2330e54 2015-08-18 | Android DiD: Don't re-init global class reference [Pale Moon]
* | 48911ca 2015-08-18 | Account for recursive use of XHR in workers. [Pale Moon]
|/  
* cc32055 2015-08-17 | Update GL texture formats from the GL registry. Also rework the way this can be updated in the future. [Pale Moon]
* fb6cc24 2015-08-17 | Correct the AMO UA override [Pale Moon]
*   6efbdda 2015-08-14 | Merge pull request #152 from trav90/glib-work [Moonchild]
|\  
| * 7432143 2015-08-13 | Linux: Fix build bustage when using jemalloc [trav90]
|/  
* c75632c 2015-08-13 | Fix EXIF endian parsing in accordance with the spec for LE tagged images. [Pale Moon]
* a972719 2015-08-13 | Actually trigger the resize adjuster for EXIF rotated images. [Pale Moon]
* e75cb13 2015-08-13 | Move status bar code to /integration, and enable all integration modules in the packager. [Pale Moon]
* 4c314af 2015-08-12 | Make sure that a table following left float clears it when it can't fit next to it. (2009 BMO bug) [Pale Moon]
*   ef4dcfa 2015-08-12 | Merge pull request #150 from trav90/glib-work [Moonchild]
|\  
| * 33708ea 2015-08-11 | Linux: Set the G_SLICE environment variable to always-malloc [trav90]
| * 6bc0cd3 2015-08-11 | Revert "Replace g_slice_set_config with G_SLICE env var (Bug 833117)" [trav90]
|/  
* 036e63e 2015-08-11 | Add support for BASE tag parsing in source view [Pale Moon]
* 7a0e8c7 2015-08-11 | Update Vcard MIME type [Pale Moon]
* 0ef8349 2015-07-31 | stop focusing pm window on opening external link ('browser.tabs.noWindowActivationOnExternal' pref) [Ketmar Dark]
* c1a5658 2015-08-07 | Add Gecko compatibility mode for the UA and enable it by default. Because, bad webdesign. [Pale Moon]
* 97d00f2 2015-08-05 | Blocklist update for ABP hardblock -> softblock [Pale Moon]
* 9fce571 2015-08-04 | Version bump [Pale Moon]
* ab148a4 2015-08-04 | Exclude beta branding from the repo [Pale Moon]
*   19a3264 2015-08-03 | Merge branch 'Goanna' [Pale Moon]
|\  
| *   e9d85b9 2015-08-03 | Merge pull request #147 from Axiomatic-/Goanna (upstream/Goanna) [Moonchild]
| |\  
| | * 21c1222 2015-08-03 | Fix typo. (Missing semi-colon.) [S. Nordin]
| | * ba0bd0b 2015-08-03 | Fix overlook in Element.webidl [S. Nordin]
* | | bea2c5b 2015-08-02 | Add support for element.matches. [S. Nordin]
* | | 6933ed5 2015-08-03 | add pm ID for ABP block. [Pale Moon]
* | | b5b3798 2015-08-03 | Revert "Add support for element.matches." [Pale Moon]
* | | 0961b15 2015-08-03 | Post-merge clobber needed [Pale Moon]
* | |   7e89145 2015-08-03 | Merge branch 'Goanna' [Pale Moon]
|\ \ \  
| |/ /  
| * |   4547e56 2015-08-03 | Merge branch 'master' into Goanna [Pale Moon]
| |\ \  
| |/ /  
|/| |   
* | | 307a2f1 2015-08-03 | Change the blocklist item information URL to our own. [Pale Moon]
* | | 36b4459 2015-08-03 | Blocklist update (Add ABP, update plugins, change Adobe URLs) [Pale Moon]
* | | 745b56a 2015-08-02 | Make the Windows 10 browser title aligned with the OS style. [Pale Moon]
| * |   dc02f17 2015-08-03 | Merge pull request #146 from Axiomatic-/Goanna [Moonchild]
| |\ \  
| | |/  
| | * 1b9c1e9 2015-08-02 | Add support for element.matches. [S. Nordin]
| |/  
| *   45069bb 2015-08-02 | Merge branch 'Goanna' of https://github.com/MoonchildProductions/Pale-Moon into Goanna [Pale Moon]
| |\  
| | *   f767b11 2015-08-02 | Merge pull request #144 from trav90/Antonius32-patch [Moonchild]
| | |\  
| | | * 3bb8127 2015-08-01 | Update places.xul to fix library bustage caused by commit 20c7622 [trav90]
| | | * 20c7622 2015-08-01 | Restore the library scope bar [Antonius32]
| * | |   f87a1fa 2015-08-02 | Merge branch 'master' into Goanna [Pale Moon]
| |\ \ \  
| |/ / /  
|/| / /   
| |/ /    
* | | 2e8c904 2015-08-02 | Fix the main window border styling on Win 10. [Pale Moon]
* | | 7e09f72 2015-08-01 | Show toolbar borders on Vista through Win 8.x, but not Win10 or later. [Pale Moon]
* | | 1e1f57a 2015-08-01 | Update SQLite 3 readme [Pale Moon]
* | |   9007379 2015-08-01 | Merge pull request #143 from squarefractal/hsts-update-work [Moonchild]
|\ \ \  
| * | | ec42acb 2015-08-01 | HSTS preload update (m-c, 48734d39c71a, 2015-08-01 03:34 -0700) [squarefractal]
* | | |   b8ac9b4 2015-08-01 | Merge pull request #141 from squarefractal/sqlite3 [Moonchild]
|\ \ \ \  
| * | | | 77f286a 2015-07-31 | Update sqlite3 to 3.8.11.1. [squarefractal]
| |/ / /  
| | * |   b37fae0 2015-08-01 | Merge branch 'master' into Goanna [Pale Moon]
| | |\ \  
| |_|/ /  
|/| | /   
| | |/    
* | |   71e7bd0 2015-08-01 | Merge branch 'conservative-image-decoding-work' [Pale Moon]
|\ \ \  
| * \ \   562717b 2015-08-01 | Merge branch 'master' into conservative-image-decoding-work [Pale Moon]
| |\ \ \  
| |/ / /  
|/| | |   
* | | | cff76f2 2015-08-01 | Internal dev version bump [Pale Moon]
| |/ /  
|/| |   
| * | 4d655be 2015-08-01 | Change the image removal function from commit f4f08ec to use TArrays instead of sucky hashtables [Pale Moon]
| * | 7c13b02 2015-08-01 | Mozilla, your hash tables suck. Going back to arrays. [Pale Moon]
| * | e26f715 2015-08-01 | Make the image visibility code also work when the image visibility analysis is not used (assume all are visible). [Pale Moon]
| * | 3fd2ac0 2015-08-01 | Try to avoid asking for an image decode if its network request finishes before painting is unsuppressed. [Pale Moon]
| * | a5e3565 2015-08-01 | Tidy up visible image frame tracking. [Pale Moon]
| * | 14dac5f 2015-08-01 | Don't assume all images are visible when creating a frame. [Pale Moon]
| * | b94d650 2015-08-01 | Use the first reflow of relevant SVG/image frames to add them to/remove them from the visible image list. [Pale Moon]
| * | f4512d3 2015-07-31 | Make AssumeAllImagesVisible usuable outside of PresShell. [Pale Moon]
| * | 29a610c 2015-07-31 | Don't expand the rect in unscrollable directions, because bad webdesign. [Pale Moon]
| * | 586908d 2015-07-31 | Split out the logic for nearly-visible images so it can be re-used. [Pale Moon]
| * | f4f08ec 2015-07-31 | Add a hashtable-aware function to properly remove the image from the list of visible images before processing/decoding [Pale Moon]
| * | 8cb9dac 2015-07-31 | Use a hashtable instead of a TArray to store (almost) visible images for quick lookup. [Pale Moon]
|/ /  
* | c764d4e 2015-07-30 | Fixed a key JS issue where defining properties on an object would wipe the object. This seems to be a common issue with "modern" libraries that use "define" and expecting the other properties on the object to be retained, resulting in "x is undefined" errors all over the place. This aligns the behavior with ES6's "Validate and apply property descriptor" pseudo-function. [Pale Moon]
* | 2bb460e 2015-07-29 | DiD: Protection against potential bugs where our SVG mPositions is out of sync with the characters in the DOM. [Pale Moon]
* |   905f5df 2015-07-28 | Merge branch 'Code_Cleanup' [Pale Moon]
|\ \  
| * | 58ccf3e 2015-07-28 | Remove reflow performance tracing, Part 2 [Pale Moon]
| * | e6d10ae 2015-07-28 | Remove reflow performance tracing, Part 1 [Pale Moon]
* | |   fcff4bb 2015-07-28 | Merge branch 'Code_Cleanup' [Pale Moon]
|\ \ \  
| |/ /  
| * | 9784556 2015-07-27 | no more "visual event tracer" [Ketmar Dark]
| * |   ccade1a 2015-07-28 | Merge branch 'master' into Code_Cleanup [Pale Moon]
| |\ \  
| |/ /  
|/| |   
* | | e2dcd2e 2015-07-23 | Findbar: Workaround for counting nodes without an ownerDocument. [Pale Moon]
* | |   e745e9c 2015-07-22 | Merge pull request #131 from squarefractal/hsts-update-work [Moonchild]
|\ \ \  
| * | | 9e80753 2015-07-21 | HSTS preload update (m-c, 762fa42058ca, 18 Jul 2015 03:35:49 -0700) [squarefractal]
| | * |   f5cbfdb 2015-07-07 | Merge branch 'master' into Code_Cleanup [Pale Moon]
| | |\ \  
| | | | * 19af8f9 2015-07-28 | Update application startup with proper error messages. [Pale Moon]
| | | | *   96bea60 2015-07-28 | Merge pull request #139 from trav90/Antonius32-patch [Moonchild]
| | | | |\  
| | | | | * 75ec283 2015-07-28 | Use default locale as fallback for add-on metadata [trav90]
| | | | |/  
| | | | * f1f925d 2015-07-21 | Revert perspective atomicity. [Pale Moon]
| | | | *   a3d1c3b 2015-07-21 | Merge branch 'master' into Goanna [Pale Moon]
| | | | |\  
| |_|_|_|/  
|/| | | |   
* | | | | 97babce 2015-07-21 | Revert perspective atomicity to fix problems with element layering. Follow-up in issue #132 [Pale Moon]
|/ / / /  
* | | | c95e658 2015-07-20 | Align 3D transform contexts with the spec. (CPed) [Pale Moon]
| | | * 1cae34b 2015-07-20 | Align 3D transform contexts with the spec. This also fixes undesired effects of incorrect use of "backface-visibility:" CSS keywords. [Pale Moon]
| | | *   dd8cd9b 2015-07-20 | Merge branch 'master' into Goanna [Pale Moon]
| | | |\  
| |_|_|/  
|/| | |   
* | | |   260e0f9 2015-07-20 | Merge branch 'master' of https://github.com/MoonchildProductions/Pale-Moon [Pale Moon]
|\ \ \ \  
| * \ \ \   c8b068c 2015-07-20 | Merge pull request #130 from Axiomatic-/LTO-work [Moonchild]
| |\ \ \ \  
| | * | | | d96c30b 2015-07-20 | Revert "[!] Fix builds with LTO, and elfhack." [S. Nordin]
| | * | | | 44f34b6 2015-06-28 | [!] Support for LTO for newer GCC versions. [S. Nordin]
| | * | | | 7048e9e 2015-06-28 | [!] Fix builds with LTO, and elfhack. [S. Nordin]
| |/ / / /  
* | | | | 15e53f2 2015-07-19 | Allow icon fonts to coexist with user-preferred text fonts. (CPed) [Pale Moon]
|/ / / /  
| | | * bc01bb1 2015-07-19 | Allow icon fonts to coexist with user-preferred text fonts. [Pale Moon]
| | | *   d333758 2015-07-19 | Merge branch 'master' into Goanna [Pale Moon]
| | | |\  
| |_|_|/  
|/| | |   
* | | | 7b9b23b 2015-07-17 | Enable experimental CSP (1.1/2.0) features to enable the use of nonces by sites by default. Still needs more testing, but likely won't give much result unless actually field-tested by out users. [Pale Moon]
* | | | 4552d2f 2015-07-17 | Disable network A/B testing [Pale Moon]
* | | | 1435e01 2015-07-17 | Version bump for RC [Pale Moon]
* | | | 99960e2 2015-07-15 | Add Slovenian locale to status bar [Pale Moon]
* | | | 03a437a 2015-07-15 | Correct newline in finddialog.properties [Pale Moon]
* | | | 8e0b114 2015-07-15 | Update and improve French locale for status bar [Pale Moon]
* | | | 6b23048 2015-07-14 | Restore updater access key strings as empty, since the keywords are still required. [Pale Moon]
* | | | ad04ad0 2015-07-12 | Version bump [Pale Moon]
* | | |   ae8c223f 2015-07-12 | Merge pull request #127 from squarefractal/hsts-update-work [Moonchild]
|\ \ \ \  
| * | | | 6266fcd 2015-07-12 | HSTS preload update (m-c, b778bcc18d6c, 2015-07-11 03:33 -0700) [squarefractal]
|/ / / /  
* | | |   507dfaf 2015-07-10 | Merge pull request #124 from squarefractal/hsts-update-work (tag: 25.6.0_beta2) [Moonchild]
|\ \ \ \  
| * | | | 729341c 2015-07-09 | HSTS preload update (m-c, 90c27081c8c8, 2015-07-04 03:30 -0700) [squarefractal]
* | | | |   da8464e 2015-07-10 | Merge pull request #123 from trav90/chrome-work [Moonchild]
|\ \ \ \ \  
| * | | | | 1c6629c 2015-07-09 | FIx whitespace issue in ManifestParser [trav90]
| * | | | | da87190 2015-07-09 | Remove extra boolean that was added in commit a6dc229 [trav90]
| * | | | | a6dc229 2015-07-08 | Allow chrome://../skin/ overrides [trav90]
| |/ / / /  
* | | | |   7b7c0fb 2015-07-10 | Merge pull request #125 from trav90/findbar-work [Moonchild]
|\ \ \ \ \  
| * | | | | 28f1d5c 2015-07-09 | Unhighlight highlighted text when closing the findbar [trav90]
* | | | | | 83c29ea 2015-07-10 | Crash guard: use a mutex to guard access to XPCOM I/O multiplexing, similar to commit [7fb4f93], to avoid race conditions when using multiplexing (e.g. on sockets). [Pale Moon]
|/ / / / /  
* | | | | e6c27f1 2015-07-10 | Bug 1151713 - Initialize the layers prefs earlier. [Nicolas Silva]
* | | | | e4f25a3 2015-07-09 | Grab the principal only when we need it in MediaDecodeTask. [Bobby Holley]
* | | | | 724c9ea 2015-07-09 | Add mathematical optimization to Elliptic Curve calculations [Pale Moon]
* | | | | e7170a3 2015-07-09 | Add Win 10 internal version identifier for -os-version support (fixing build bustage) [Pale Moon]
* | | | | 58fa441 2015-07-09 | Fix typo in commit 52a02fd [Pale Moon]
* | | | | 8adff89 2015-07-09 | Be more careful with XHR connections and responses [Pale Moon]
* | | | | 160aa2b 2015-07-09 | Fix some whitespace issues in SourceSurfaceD2D [Pale Moon]
* | | | | 03b2843 2015-07-09 | Improve internal archive handling [Pale Moon]
|/ / / /  
* | | | 52a02fd 2015-07-08 | Fix a potential crash point in D3D9 [Pale Moon]
* | | | 3388847 2015-07-07 | Update&improve Russian locale for status bar options. [Pale Moon]
| |/ /  
|/| |   
* | |   1a6e816 2015-07-07 | Merge pull request #121 from trav90/moz-os-version [Moonchild]
|\ \ \  
| * | | 6a95a00 2015-07-07 | Add additional Windows 10 CSS media query support [trav90]
| * | | 54f1ad1 2015-07-07 | Add moz-os-version support for CSS media queries (Windows) [trav90]
* | | | 17c93a3 2015-07-07 | Restrict the resource:// weirdness in workers to load from a system principal. [Ben Turner]
|/ / /  
| | * f163cb9 2015-07-13 | Improve performance of TypeOf even more: Only use Out-of-Line where necessary, otherwise fast-path it and fold where possible. [Pale Moon]
| | * 08018cf 2015-07-13 | Improve performance of TypeOf js calls [Pale Moon]
| | * e03fdaf 2015-07-13 | Revert "Implement memory write-through cache!" This causes crashes when disk cache entries are evicted, looks like a UAF on a bogus mDiskCacheEntry. [Pale Moon]
| | * dd2bb29 2015-07-10 | Comment out/remove WebP encoder lines in other build files as well. [Pale Moon]
| | * 931a43e 2015-07-10 | Comment out WebP encoder lines in nsImageModule [Pale Moon]
| | *   fd050f1 2015-07-10 | Merge pull request #126 from trav90/Goanna [Moonchild]
| | |\  
| | | * 6bafe46 2015-07-10 | Unrefactor nsTArray.h (followup to commit 591b858) [trav90]
| | |/  
| | * 88cd6b9 2015-07-09 | Ruby annotations integration module: base commit. [Pale Moon]
| | * 5731ed4 2015-07-08 | The WebP encoder's image buffer handling seems terribly broken, so disable it for now to prevent write access violation crashes. [Pale Moon]
| | * 591b858 2015-07-07 | Un-refactor changes to nsTArray [Pale Moon]
| | * 25e6818 2015-07-07 | Allow range-based for() on nsTArray part 2: Add required methods. [Pale Moon]
| | * c946aa0 2015-07-07 | Allow range-based for() on nsTArray part 1: Rename end to iend to avoid shadowing warnings. [Pale Moon]
| | *   765fc98 2015-07-06 | Merge branch 'master' into Goanna [Pale Moon]
| | |\  
| |_|/  
|/| |   
* | | b8e0d58 2015-07-06 | Fix serialization issues and add {} for potential app GUID use. Note: {} is outside of the spec but in practical use. [Pale Moon]
* | | f072ebd 2015-07-06 | Fix incorrect return values for unsafe-inline and unsafe-eval (should be quoted) [Pale Moon]
* | |   a390da2 2015-07-06 | Merge branch 'Code_Cleanup' [Pale Moon]
|\ \ \  
| |/ /  
| * |   c9a99e2 2015-07-06 | Merge pull request #118 from squarefractal/remove-snippets [Moonchild]
| |\ \  
| | * | 82ec9ff 2015-07-02 | Remove "snippetContainer" from about:home. [squarefractal]
| | * | 8b9dea6 2015-06-22 | Remove the call to load snippets. [squarefractal]
| | * | db6d601 2015-06-22 | Remove the about:home promotional snippets backend. [squarefractal]
| | * | 467b11b 2015-06-22 | Remove the snippets URL from prefs. [squarefractal]
| |/ /  
* | | d6e3726 2015-07-04 | Make CSP app-friendly and prevent contamination through data loads. [Pale Moon]
* | | 90c6e41 2015-07-04 | Make sure CSP matches are performed case-insensitive. [Pale Moon]
|/ /  
| *   f1ef4e1 2015-07-06 | Merge branch 'CSP1.1-work' into Goanna [Pale Moon]
| |\  
| | * 8b13085 2015-07-06 | Fix serialization issues and add {} for potential app GUID use. Note: {} is outside of the spec but in practical use. [Pale Moon]
| | * 9e53bb0 2015-07-06 | Fix incorrect return values for unsafe-inline and unsafe-eval (should be quoted) [Pale Moon]
| * |   83d36b5 2015-07-04 | Merge branch 'CSP1.1-work' into Goanna [Pale Moon]
| |\ \  
| | |/  
| | * e40abd7 2015-07-04 | Make CSP app-friendly and prevent contamination through data loads. [Pale Moon]
| | * 72e2cb0 2015-07-04 | Make sure CSP matches are performed case-insensitive. [Pale Moon]
| | *   7cdf6a0 2015-07-04 | Merge branch 'Goanna' into CSP1.1-work [Pale Moon]
| | |\  
| | |/  
| |/|   
| * | bc2513b 2015-07-02 | Implement memory write-through cache! This will finally make proper use of the memory cache device. [Pale Moon]
| * |   39812d0 2015-06-30 | Merge branch 'libwebp-work' into Goanna [Pale Moon]
| |\ \  
| | * | 842647d 2015-06-30 | Update libwebp to 0.4.3 (upstream/libwebp-work) [Pale Moon]
| | * | ee4c9f4 2015-06-30 | Remove unused build files and docs [Pale Moon]
| |/ /  
| * |   d8d186a 2015-06-27 | Merge branch 'master' into Goanna [Pale Moon]
| |\ \  
| |/ /  
|/| |   
* | |   a240591 2015-06-27 | Merge pull request #116 from squarefractal/hsts-update-work [Moonchild]
|\ \ \  
| * | | 042d2c4 2015-06-27 | HSTS preload update (m-c, e324d725b95d, 2015-06-27 03:33 -0700) [squarefractal]
* | | | 63b7bf9 2015-06-27 | Back out wakelocklistener patches on Linux due to segfaults when playing HTML5 video. [Pale Moon]
|/ / /  
* | | bacb1a1 2015-06-26 | Version bump [Pale Moon]
* | |   f5603eb 2015-06-26 | Merge pull request #113 from trav90/html5-work (tag: 25.6.0_beta1) [Moonchild]
|\ \ \  
| * | | 6b0f804 2015-06-25 | Fix Linux segfault caused by commit a4e5d5c [trav90]
|/ / /  
* | | 6151cce 2015-06-24 | Ignore unsafe-inline if a nonce is specified in the source (and we use it) [Pale Moon]
* | | 121760c 2015-06-23 | Remove restrictions on CSP error reporting in accordance with the specification [Pale Moon]
* | | 97295f3 2015-06-23 | Implement CSP 1.1 nonce experiment [Pale Moon]
| * |   a9aade1 2015-06-24 | Merge branch 'CSP1.1-work' into Goanna [Pale Moon]
| |\ \  
| | |/  
| | * e8eb9ae 2015-06-24 | Ignore unsafe-inline if a nonce is specified in the source (and we use it) (origin/CSP1.1-work) [Pale Moon]
| | * 41d5370 2015-06-23 | Remove restrictions on CSP error reporting in accordance with the specification [Pale Moon]
| | * 1976a7a 2015-06-23 | Implement CSP 1.1 nonce experiment [Pale Moon]
| |/  
| * 98aec0e 2015-06-23 | Tune DNS prefs some more, keeping common SSL/TLS timing in mind for server clusters/load balancers [Pale Moon]
| * 875648c 2015-06-23 | - Make DNS lookups less sticky - Fine-tune preferences for new behavior - Move DNS caching to GRE prefs [Pale Moon]
| *   b4b295d 2015-06-23 | Merge branch 'master' into Goanna [Pale Moon]
| |\  
| |/  
|/|   
* |   ad14fac 2015-06-23 | Merge pull request #112 from Axiomatic-/patch-config [Moonchild]
|\ \  
| * | 3ec079e 2015-06-22 | [!] Fix builds using --with-system-cairo. [S. Nordin]
* | | e6e0a1b 2015-06-23 | Version bump [Pale Moon]
* | |   009552c 2015-06-23 | Merge branch 'Code_Cleanup' [Pale Moon]
|\ \ \  
| |/ /  
|/| |   
| * | 8449646 2015-06-22 | Fix coding style nit in previous commit [Pale Moon]
| * | ad2ef50 2015-06-22 | Remove telemetry from devtools [squarefractal]
* | |   a0b4428 2015-06-22 | Merge pull request #111 from squarefractal/hsts-update-work [Moonchild]
|\ \ \  
| |/ /  
|/| |   
| * | b6c7612 2015-06-22 | HSTS preload update (m-c, 1a87717964fb, 20 Jun 2015 03:32:58 -0700) [squarefractal]
|/ /  
* |   933b2df 2015-06-22 | Merge branch 'master' of https://github.com/MoonchildProductions/Pale-Moon [Pale Moon]
|\ \  
| * \   4306a9d 2015-06-21 | Merge pull request #107 from Axiomatic-/patch-configs [Moonchild]
| |\ \  
| | * | 8375789 2015-06-20 | [!] Apply one of Isaac's suggested fixes. [S. Nordin]
| |/ /  
* | | a4744cd 2015-06-22 | Vertically center the text in the combobox display area when a non-default height is set for the combobox. [Pale Moon]
|/ /  
* |   a736ec4 2015-06-19 | Merge pull request #106 from Axiomatic-/Single-Word-Fix [Moonchild]
|\ \  
| * | 2abbc98 2015-06-18 | [!] Declare variable in scope so we can build. [S. Nordin]
| * | 4af72e7 2015-06-18 | [!] Small whitespace fix. [S. Nordin]
| * | 1ba5159 2015-06-18 | [!] Fix proxy issues. [S. Nordin]
* | | a67e2ab 2015-06-19 | Crash fix: add nullcheck for memory reporter. [Pale Moon]
* | | 73bf8a7 2015-06-18 | Netflix UA change that seems to work best, according to users. See also: https://forum.palemoon.org/viewtopic.php?f=3&t=8509&view=unread#p56641 [Pale Moon]
* | |   03d9e57 2015-06-18 | Merge pull request #104 from trav90/findbar-work [Moonchild]
|\ \ \  
| |/ /  
|/| |   
| * | fc07261 2015-06-16 | Display number of matches in Find bar [trav90]
|/ /  
| *   19cd144 2015-06-18 | Merge branch 'libwebp-work' into Goanna [Pale Moon]
| |\  
| | * be260c6 2015-06-18 | Add missing decode strategy parameter to calls. (origin/libwebp-work) [Pale Moon]
| | * 1ba6dd9 2015-06-18 | Revert incorrect whitespace change. [Pale Moon]
| | *   07204ba 2015-06-17 | Merge branch 'Goanna' into libwebp-work [Pale Moon]
| | |\  
| | |/  
| |/|   
| * | 8d4f814 2015-06-17 | Remove duplicate files [Pale Moon]
| | * ab0514a 2015-06-17 | Make some errors non-fatal for debug build [Pale Moon]
| | * 07552ce 2015-06-17 | Tweak system headers [Pale Moon]
| | * 3ed4ad6 2015-06-17 | Add export symbols for WebP [Pale Moon]
| | * 56b9630 2015-06-16 | Import libwebp 0.3.0 to the tree [Pale Moon]
| |/  
| * 870503e 2015-06-16 | background-repeat: space is broken because of a lack of surface. This fixes the crash, but the resulting image is incorrect. [Pale Moon]
| * 0bd423c 2015-06-15 | Fix a few incorrect URLs [Pale Moon]
| * 43b5f32 2015-06-15 | Implement CSS3 background-repeat: [space | round] [Pale Moon]
| *   cced259 2015-06-14 | Merge branch 'master' into Goanna [Pale Moon]
| |\  
| |/  
|/|   
* |   d1b3585 2015-06-14 | Merge pull request #101 from trav90/html5-work [Moonchild]
|\ \  
| * | a4e5d5c 2015-06-14 | Re-land "Add WakeLockListener on Linux" + fixes [trav90]
|/ /  
* |   5d9a719 2015-06-13 | Merge pull request #99 from Axiomatic-/Bug_1098415 [Moonchild]
|\ \  
| * | 1f0ae47 2015-06-13 | Fix DNS prefetch. [S. Nordin]
|/ /  
* | 940234a 2015-06-12 | Reinstate precompilation and packaging of scripts. Speed/size tradeoff, and the speed tradeoff has apparently been problematic for a number of users. Sorry folks, downloads will be bigger again. [Pale Moon]
* | c939f7e 2015-06-12 | Fix crash caused by bad Opus audio encoding. [Pale Moon]
* |   92e8ad8 2015-06-12 | Merge pull request #98 from trav90/html5-work [Moonchild]
|\ \  
| * | 2ad22a9 2015-06-12 | More disable screensaver Mac fixes [trav90]
| * | 243577a 2015-06-12 | Disable screensaver Mac fixes [trav90]
|/ /  
* | 085e1a6 2015-06-12 | Re-land "Disable screensaver when playing HTML5 video" + fixes [trav90]
* | bd3d021 2015-06-12 | Correct Netflix UA override [Pale Moon]
* | 4d9fe80 2015-06-11 | Fix jemalloc-mozalloc bridge + build system files for jemalloc [Pale Moon]
* |   21bb3af 2015-06-11 | Merge pull request #97 from MoonchildProductions/revert-95-html5-work [Moonchild]
|\ \  
| * | 1f01366 2015-06-11 | Revert "Disable screensaver when playing HTML5 video" [Moonchild]
|/ /  
* | 065901e 2015-06-10 | Ignore autocomplete=off by default (pref-controlled) [Pale Moon]
* | 951d7bb 2015-06-10 | Remove non-functional tests from libcubeb [Pale Moon]
* |   4d45f76 2015-06-10 | Merge pull request #95 from trav90/html5-work [Moonchild]
|\ \  
| * | 0153ff9 2015-06-09 | Add WakeLockListener on Linux (reverted from commit bad140b4bf4dda561ebc2f64b2390d974889ae29) [trav90]
| * | 9e0445a 2015-06-09 | Fix typo [trav90]
| * | ce1d497 2015-06-09 | Fix nonstandard case of loading audio in a video element [trav90]
| * | 75aed4d 2015-06-09 | Ignore HTML5 audio [trav90]
| * | 924588b 2015-06-09 | Don't allow WakeLockListener to unlock the screensaver [trav90]
| * | ef7a6cd 2015-06-09 | Add WakeLockListener on Mac [trav90]
| * | bad140b 2015-06-09 | Add WakeLockListener on Linux [trav90]
| * | f252638 2015-06-09 | Add WakeLockListener on Windows [trav90]
|/ /  
| *   340bc10 2015-06-09 | Merge branch 'master' into Goanna [Pale Moon]
| |\  
| |/  
|/|   
* |   b8136ca 2015-06-07 | Merge pull request #91 from squarefractal/hsts-update-work [Moonchild]
|\ \  
| * | c4eb012 2015-06-07 | HSTS preload update (m-c, 51f05662882c, 2015-06-06 03:26 -0700) [squarefractal]
* | | 6892ae6 2015-06-07 | Add canvas data poisoning option. [Pale Moon]
|/ /  
* | 55fe4d2 2015-06-06 | Add dictionary override pref to current logic. [Pale Moon]
* | e9504dd 2015-06-06 | Back out "Fix spellchecker dictionary logic" for breakage - needs a full rewrite. [Pale Moon]
* | 2898828 2015-06-03 | Make ImageDocument chrome-only [Pale Moon]
* | 9edbbee 2015-06-03 | Add support for ChromeOnly webidl keyword [Pale Moon]
* | 320b7ef 2015-06-03 | Remove implicit access to XUL Tree classes from content. (XULControllers, BoxObject, TreeSelection, TreeContentView, XULTemplateBuilder, XULTreeBuilder, TreeColumn(s)) [Pale Moon]
* | c5ae685 2015-06-03 | Remove implicit access to internal/XUL interfaces and classes from the global window instance. [Pale Moon]
* |   5ae69dd 2015-06-02 | Merge branch 'memory-work' [Pale Moon]
|\ \  
| * | 6d2faae 2015-06-02 | Add support for tagged anonymous memory [Pale Moon]
* | |   32d36ed 2015-06-02 | Merge branch 'memory-work' [Pale Moon]
|\ \ \  
| |/ /  
| * | e700074 2015-06-01 | Update memory reporter manager with new jemalloc measurement variables. [Pale Moon]
| * | afc951c 2015-06-01 | Update mozjemalloc; adds limited chunk recycling AOT. [Pale Moon]
| * | ff43bdd 2015-06-01 | Update build system files for jemalloc [Pale Moon]
| * | 1553c31 2015-06-01 | jemalloc upstream pull 3.2.0->3.6.0 [Pale Moon]
* | | b2c3c44 2015-06-01 | Remove quick access keys for buttons on the updater window (since it may pop up unannounced when people are typing) [Pale Moon]
|/ /  
* |   7ad8b68 2015-06-01 | Merge branch 'master' of https://github.com/MoonchildProductions/Pale-Moon [Pale Moon]
|\ \  
| * \   954d006 2015-05-31 | Merge pull request #87 from squarefractal/hsts-update-work [Moonchild]
| |\ \  
| | * | 6e12bb2 2015-05-31 | HSTS preload update (m-c, 90f12f541628, 2015-05-30 03:26 -0700) [squarefractal]
| |/ /  
* | | dbad5f6 2015-06-01 | Allow for relatively-loaded modules to be loaded into a given scope. (Issue #88) [Pale Moon]
|/ /  
* | 6898b36 2015-05-30 | Fix wrong configure syntax [Pale Moon]
* | 33bc0cc 2015-05-30 | Disable Mozilla memory allocator by default on all platforms. [Pale Moon]
* | 5f805b7 2015-05-30 | Revert Pull request #75 for general WebGL breakage. [Pale Moon]
* | 13bb44a 2015-05-29 | Update and patch libcubeb [Pale Moon]
| * cc45831 2015-05-28 | Version bump [Pale Moon]
| *   16fa1b7 2015-05-28 | Merge branch 'master' into Goanna [Pale Moon]
| |\  
| |/  
|/|   
* |   ce69810 2015-05-28 | Merge branch 'master' of https://github.com/MoonchildProductions/Pale-Moon (tag: 25.5.0_beta1) [Pale Moon]
|\ \  
| * \   a0ee186 2015-05-28 | Merge pull request #85 from squarefractal/hsts-update-work [Moonchild]
| |\ \  
| | * | 6e6dd89 2015-05-28 | HSTS preload update (m-c, 6a3ac64f86c6, 2015-05-23 03:32 -0700) [squarefractal]
| |/ /  
* | | 5c724f9 2015-05-28 | Version bump [Pale Moon]
* | | 4eb80bb 2015-05-28 | Fix spellchecker dictionary logic [Pale Moon]
|/ /  
| * aaaf2d1 2015-05-27 | Fix PDFJS [Pale Moon]
| * 1c32255 2015-05-27 | Wholesale switch remaining code to Goanna [Pale Moon]
| * 1539e28 2015-05-27 | Switch Fennec to Goanna [Pale Moon]
| * 69d07a4 2015-05-27 | Convert XRE ProcessType calls (1) [Pale Moon]
| * 787a818 2015-05-26 | Switch build system scripts to Goanna [Pale Moon]
| * 068f0c7 2015-05-26 | Switch browser front-end to Goanna [Pale Moon]
| * e934568 2015-05-26 | Switch b2g to Goanna - simple S&R here, will probably be deleted anyway [Pale Moon]
| * 0bdad27 2015-05-26 | Switch add-on SDK to Goanna (comments/ID) [Pale Moon]
| * 124de65 2015-05-26 | Switch accessibility to Goanna [Pale Moon]
|/  
* 3f4253f 2015-05-26 | Crash fix for losing our cache entry while finishing up compression. [Pale Moon]
*   be681e1 2015-05-23 | Merge branch 'nspr-nss' [Pale Moon]
|\  
| * 6da0c58 2015-05-23 | Distrust China Internet Network Information Center EV root [Pale Moon]
| * 66dfc9f 2015-05-20 | Re-apply after NSS pull: Refuse DHE keys less than 1024 key bits (Logjam) [Pale Moon]
| * 1f82928 2015-05-23 | Update tags, add PM patch files [Pale Moon]
| * b130911 2015-05-22 | Base commit NSPR 4.10.8 + NSS 3.19.0.0-RTM + CNNIC/IPV6-DNS patches [Pale Moon]
* | 2994be1 2015-05-23 | Bump compat override versions for continued UA sniffing websites. [Pale Moon]
|/  
* 5f7ecc5 2015-05-22 | Fix up build script to remove irrelevant link and give instructions at the end of building. [Pale Moon]
*   7c81b0f 2015-05-22 | Merge pull request #83 from squarefractal/devtools-ua-fix [Moonchild]
|\  
| * 031b993 2015-05-22 | Remove IE detection also. [squarefractal]
| * 7500391 2015-05-22 | Partial fix for UA sniffing insanity in the browser. [squarefractal]
* | 549dd7c 2015-05-22 | Update padlock code: - Add mixed-mode shading, reorganize pref values more logically - Clean up CSS - Clean up padlock logic a little [Pale Moon]
|/  
* fecc34e 2015-05-22 | Fix incorrect transparency in 256x256 frame of document icon. [Pale Moon]
*   bec63dd 2015-05-21 | Merge pull request #82 from squarefractal/hsts-update-work [Moonchild]
|\  
| * 9309970 2015-05-21 | HSTS preload update (m-c, 36ca5101582f, 2015-05-16 03:30 -0700) [squarefractal]
* | 1609395 2015-05-21 | Save and restore mIterGenCnt. Keep it consistent with mIter. [Pale Moon]
* | a30eba9 2015-05-21 | Add some sanity checks in XML parser [Pale Moon]
* | 403c1b0 2015-05-21 | Add nullcheck to nsPluginInstanceOwner::GetDocument (and fix some line endings) [Pale Moon]
* | 8a095dc 2015-05-21 | Don't use unnecessary logging in release builds. [Pale Moon]
|/  
* 37ec67b 2015-05-20 | Refuse DHE keys less than 1024 key bits (Logjam) [Pale Moon]
* 2587645 2015-05-20 | Run the updater from the install directory instead of copying it. [Pale Moon]
* affa1c8 2015-05-20 | Add a runtime check before the downcast in SetCapitalization. [Pale Moon]
* 3126df4 2015-05-19 | Reorganize how pushed floats are handled in layout flow [Pale Moon]
* 7020093 2015-05-19 | Fix aboutdialog scripting for prerelease builds [Pale Moon]
* 99f542d 2015-05-15 | Move paintlock event delay to greprefs, and adjust it for 2015's heavier sites. [Pale Moon]
*   ddf74c1 2015-05-15 | Merge pull request #81 from trav90/geolocation [Moonchild]
|\  
| * dcfa8e2 2015-05-14 | navigator.geolocation should never be null [trav90]
* | 5cf24f0 2015-05-14 | Change the after-upgrade page loaded to the release notes. (and hope people actually DO read them this time) [Pale Moon]
|/  
*   2f34248 2015-05-14 | Merge branch 'master' of https://github.com/MoonchildProductions/Pale-Moon [Pale Moon]
|\  
| *   d485dec 2015-05-14 | Merge pull request #78 from Axiomatic-/master [Moonchild]
| |\  
| | * a7971cf 2015-05-13 | [!] Fix support for builds using newer freetype. [S. Nordin]
| * |   9c15ae6 2015-05-14 | Merge pull request #79 from idunham/musl [Moonchild]
| |\ \  
| | |/  
| |/|   
| | * c065b28 2015-05-12 | execinfo.h is glibc specific. [Isaac Dunham]
| | * 1f31aa5 2015-05-12 | Fix --with-system-pixman builds. [Isaac Dunham]
| |/  
* | 74b32e8 2015-05-14 | Update SQLite to 3.8.10.1 (2015-05-09) [Pale Moon]
|/  
*   560778f 2015-05-13 | Merge branch 'libpng-work' (issue #77) [Pale Moon]
|\  
| * 16e727c 2015-05-13 | Update MOZCHANGES (origin/libpng-work) [Pale Moon]
| * dc51f0f 2015-05-13 | Update APNG patch file [Pale Moon]
| * a940fda 2015-05-13 | Update libpng 1.5.16 -> 1.5.22 from upstream + merge APNG patch [Pale Moon]
|/  
* 0a67242 2015-05-12 | Short-circuit the sync promo box. [Pale Moon]
* 9321b7f 2015-05-12 | Reorganize the AppMenu (give equal ease for windowed and tabbed browsing, deprioritize Sync) [Pale Moon]
*   ba8f37f 2015-05-12 | Merge pull request #76 from binoc-software/BINOC_OUTBOUND [Moonchild]
|\  
| * 62a1fc4 2015-05-12 | Fix toolkit update service so that the same version as the current application will not be offered as a valid update [Matt A. Tobin]
|/  
* 69acf3b 2015-05-12 | Version bump (new cycle) [Pale Moon]
* 0bc77c7 2015-05-11 | Blocklist update [Pale Moon]
* 6dbb574 2015-05-02 | Status bar Czech translation. [Sob]
*   86adf74 2015-05-10 | Merge pull request #75 from InternalError503/patch-1 [Moonchild]
|\  
| * 5381f28 2015-05-10 | Bug 1062355 - Crash in d3dcompiler, nested-functions-should-not-crash.html test of WebGL Conformance Test [Toady]
|/  
*   50d798c 2015-05-10 | Merge pull request #74 from squarefractal/hsts-update-work [Moonchild]
|\  
| * 9446af2 2015-05-09 | HSTS preload update (m-c, ea65f069a946, 2015-05-09 03:31 -0700) [squarefractal]
|/  
*   913c970 2015-05-09 | Merge pull request #73 from InternalError503/patch-1 [Moonchild]
|\  
| * 140d088 2015-05-10 | Bug 1131965 Crash during WebGL Conformance Tests - /conformance/glsl/bugs/undefined-index-should-not-crash.html [Toady]
|/  
* 2290fad 2015-05-09 | Fix crash in audio resampler (partially revert commit c1731f5). Should be re-examined in the future due to mix of signed/unsigned in original code [Pale Moon]
* 2910c4a 2015-05-09 | Fix incorrect cache trashing and locks [Pale Moon]
* 6391d93 2015-05-07 | Allow -moz-appearance:none overrides on combo boxes to hide the drop-down arrow. [Pale Moon]
*   68dbf63 2015-05-06 | Merge branch 'master' of https://github.com/MoonchildProductions/Pale-Moon [Pale Moon]
|\  
| *   156b748 2015-05-06 | Merge pull request #72 from Axiomatic-/Clang-work [Moonchild]
| |\  
| | * c8e246d 2015-05-05 | [!] Minor bug fix. [S. Nordin]
| |/  
* | 253eb61 2015-05-06 | Allow plugin-specific exclusion override for npswf at the user's own risk. If no specific override exists, the previous behavior (always run as OOPP regardless of master switch) will be maintained. [Pale Moon]
|/  
* 2488ac5 2015-05-05 | Revert twitter search plugin change. [Pale Moon]
*   b379dc9 2015-05-05 | Merge pull request #71 from squarefractal/search-engine-work [Moonchild]
|\  
| * a433f0f 2015-05-05 | Remove all Mozilla-specific search parameters. [squarefractal]
|/  
* bcca169 2015-05-04 | Issue #42 - prevent double padlocks while in a loading state. [Pale Moon]
*   0dfce06 2015-05-03 | Merge pull request #70 from BitVapor/mac_clang_3.6 [Moonchild]
|\  
| * 0b0a397 2015-05-02 | https://bugzilla.mozilla.org/show_bug.cgi?id=1135344 [BitVapor]
| *   588326d 2015-05-02 | Merge branch 'master' of github.com:MoonchildProductions/Pale-Moon [BitVapor]
| |\  
| * \   2969235 2015-05-02 | Merge branch 'master' of github.com:MoonchildProductions/Pale-Moon [BitVapor]
| |\ \  
* | \ \   13d4249 2015-05-02 | Merge pull request #64 from trav90/linux-cleanup [Moonchild]
|\ \ \ \  
| * | | | 56adb4d 2015-04-30 | Remove GnomeVFS extension [trav90]
| * | | | fb51e04 2015-04-30 | Only support GIO in nsIOService [trav90]
| * | | | cf4b1b0 2015-04-30 | Only support GIO in Linux nsIconChannel [trav90]
| * | | | 6908a9b 2015-04-30 | Complete removal of nsGnomeVFSService [trav90]
| * | | | 40e3315 2015-04-30 | Remove nsGnomeVFSService [trav90]
| * | | | a2dab96 2015-04-30 | Only support GIO in nsLocalFileUnix [trav90]
| * | | | 57d5e04 2015-04-30 | Only support GIO in Linux file and protocol handler [trav90]
* | | | |   745b714 2015-05-02 | Merge pull request #69 from squarefractal/hsts-update-work [Moonchild]
|\ \ \ \ \  
| |_|_|_|/  
|/| | | |   
| * | | | e36216c 2015-05-02 | HSTS preload update (m-c: f81a6dfd7a19, 2015-05-02 03:30 -0700) [squarefractal]
|/ / / /  
* | | |   cc94397 2015-05-02 | Merge pull request #68 from BitVapor/master [Moonchild]
|\ \ \ \  
| | |/ /  
| |/| |   
| * | | 0abdf71 2015-05-02 | Mac theme fixes and cleanup [BitVapor]
* | | |   7d22896 2015-05-02 | Merge pull request #67 from Axiomatic-/Clang-work [Moonchild]
|\ \ \ \  
| |_|_|/  
|/| | |   
| * | | 98e8fe0 2015-02-25 | [!] Stop Clang builds from spamming 'freorder-blocks' is not a supported optimization flag. (origin/Clang-work) [Axiomatic-]
| * | | 2d7ebc1 2015-02-25 | [!] Fix as detection for 'fno-integrated-as' using configure.in [Axiomatic-]
* | | | e7d4a60 2015-05-01 | Allow users to use a fixed file-based geolocation response. [Pale Moon]
* | | | 6c95453 2015-05-01 | Revert "Add hard-coded English fallbacks for new pref strings missing in already-installed incomplete language packs" [Pale Moon]
| |/ /  
|/| |   
* | | d5f915a 2015-04-30 | Version bump (tag: 25.4.0_beta3) [Pale Moon]
| |/  
|/|   
* | 8a7cc2e 2015-04-30 | Remove parentheses on scoped cache locks [Pale Moon]
* |   7857326 2015-04-29 | Merge branch 'Harmony-work' [Pale Moon]
|\ \  
| * | 010a67b 2015-04-29 | Use JSNative type for math.fround (origin/Harmony-work) [Pale Moon]
| * | d9d521d 2015-04-29 | Implement Math.fround(x) [Pale Moon]
| * | 3b36bc3 2015-04-29 | Implement Number.isSafeInteger(x) [Pale Moon]
| * | 5a0ef7f 2015-04-29 | Fix Math.clz32 and move it to the JS namespace [Pale Moon]
| * |   f74b1e6 2015-04-29 | Merge branch 'master' into Harmony-work [Pale Moon]
| |\ \  
| |/ /  
|/| |   
* | |   62379c8 2015-04-28 | Merge pull request #61 from squarefractal/hsts-update-work [Moonchild]
|\ \ \  
| * | | fee6ddd 2015-04-28 | HSTS update [squarefractal]
|/ / /  
* | |   987350e 2015-04-27 | Merge pull request #59 from squarefractal/search-engine-work [Moonchild]
|\ \ \  
| * | | 69aa164 2015-04-27 | Remove Mozilla specific parameters and pretend to be Firefox for suggestions. [squarefractal]
|/ / /  
* | | 6e6cd40 2015-04-26 | Make DNS caching a lot less aggressive. [Pale Moon]
* | |   946ccae 2015-04-26 | Merge pull request #57 from BitVapor/mac_theme [Moonchild]
|\ \ \  
| * | | 0168142 2015-04-25 | first draft of a Mac theme mimicking the Windows theme [BitVapor]
|/ / /  
* | | 7f1168a 2015-04-25 | Add nullcheck for corrupted signed Mozilla archives. >:/ [Pale Moon]
* | | 43a22cc 2015-04-24 | Add null check to cache metadata destructor [Pale Moon]
* | | e784c25 2015-04-24 | Update and improve fingerprint info in certificate detail displays. - RIP MD5 - Hello SHA256 - Make fingerprints copyable [Pale Moon]
* | |   20b4c5f 2015-04-23 | Merge pull request #55 from BitVapor/master [Moonchild]
|\ \ \  
| * | | e1be859 2015-04-23 | fix Mac build issue due to removal of telemetry functionality [BitVapor]
* | | | 920f751 2015-04-23 | Make sure plugin content can no longer be touched when the instance is destroyed. [Pale Moon]
* | | | 308e932 2015-04-23 | Ensure PluginInstanceOwner -> Destroy() is called before returning from failed plugin instantiation. [Pale Moon]
|/ / /  
* | | 6088af8 2015-04-22 | Enable OSS support on Linux (mutually exclusive with ALSA) (configure with --enable-oss) [Dinosaur]
* | |   0d0cc3b 2015-04-22 | Merge branch 'Code_Cleanup' [Pale Moon]
|\ \ \  
| * | | b188c47 2015-04-14 | Remove Telemetry part16: Places [Pale Moon]
| * | |   d578a62 2015-04-22 | Merge branch 'master' into Code_Cleanup [Pale Moon]
| |\ \ \  
| |/ / /  
|/| | |   
* | | | 797cd16 2015-04-21 | Force a clobber for nsISSLStatus updates [Pale Moon]
* | | |   ea65588 2015-04-20 | Merge pull request #53 from binoc-software/BINOC_OUTBOUND [Moonchild]
|\ \ \ \  
| * | | | 04b5f8c 2015-04-20 | Package the status bar only for the browser on mac [Matt A. Tobin]
|/ / / /  
* | | | 2df3840 2015-04-20 | Re-landed with fix: Classify any encryption with less than 128 bits or including RC4 as weak. [Pale Moon]
* | | | 811ce3f 2015-04-20 | Add full ciphersuite to the nsISSLStatus interface (nsISSLStatus.cipherSuite), this time the complete patch. [Pale Moon]
* | | | cb56769 2015-04-20 | Revert "Classify any encryption with less than 128 bits or including RC4 as weak." [Pale Moon]
* | | | 42680a9 2015-04-20 | Revert "Add full ciphersuite to the nsISSLStatus interface (nsISSLStatus.cipherSuite)" [Pale Moon]
* | | | 7ca6160 2015-04-19 | Classify any encryption with less than 128 bits or including RC4 as weak. [Pale Moon]
* | | |   f16ff82 2015-04-19 | Merge pull request #44 from trav90/master [Moonchild]
|\ \ \ \  
| * | | | dc824eb 2015-04-08 | Show quit warning when set to not remember history in prefs [trav90]
| * | | | c7e7515 2015-04-08 | Clean-up BrowserGlue._onQuitRequest [trav90]
* | | | | 33160d9 2015-04-19 | Add full ciphersuite to the nsISSLStatus interface (nsISSLStatus.cipherSuite) [Pale Moon]
| | * | |   d293ab8 2015-04-19 | Merge branch 'master' into Code_Cleanup [Pale Moon]
| | |\ \ \  
| |_|/ / /  
|/| | | |   
* | | | |   41c87f8 2015-04-19 | Merge pull request #51 from squarefractal/upstream_pullreq [Moonchild]
|\ \ \ \ \  
| * | | | | 4e1115d 2015-04-19 | Bug 896287 - NVIDIA specific GLX server vendor check for pixmap depth and fbConfig depth [Joseph Yasi]
|/ / / / /  
* | | | | e9e2898 2015-04-17 | Version bump (tag: 25.4.0_beta2) [Pale Moon]
* | | | | 2c0217a 2015-04-17 | Stop compiling and including a one-use pre-filled startup cache. [Pale Moon]
* | | | | c81d670 2015-04-16 | Android: make about:reader unlinkable from content. Note: this also adds a flag for any other about: pages that may be created (e.g. by extensions) that can be made un-linkable the same way by setting MAKE_UNLINKABLE if linking should be prevented while still safe for untrusted content. [Pale Moon]
* | | | | 307f825 2015-04-16 | Android: Fix missing includes (MiB) [Pale Moon]
* | | | |   03d8d16 2015-04-15 | Merge pull request #49 from trav90/showcipher [Moonchild]
|\ \ \ \ \  
| * | | | | 1377442 2015-04-14 | Add more SSL/TLS connection information to "Page Info" [trav90]
* | | | | | 2f564ea 2015-04-13 | Add Lightweight Theme support to title bar text [Pale Moon]
* | | | | |   4c7442c 2015-04-13 | Merge pull request #48 from Axiomatic-/master [Moonchild]
|\ \ \ \ \ \  
| |/ / / / /  
|/| | | | |   
| * | | | | 047b64a 2015-04-13 | [Bug 680547] Allow Linux 64-bit to compile with march=native. [S. Nordin]
|/ / / / /  
| | * | | de677b0 2015-04-17 | Re-apply android removals. [Pale Moon]
| | * | | da4d99d 2015-04-16 | Android: Fix missing includes (MiB) [Pale Moon]
| | * | | 43ed41e 2015-04-16 | Android: make sure to set telemetry prefs as disabled for leftover FE code. [Pale Moon]
| | * | | a21659f 2015-04-16 | Revert "Remove Telemetry part 14: Fennec histograms" [Pale Moon]
| | * | | a0b8f5f 2015-04-16 | Revert "Android: remove telemetry pref in HR" [Pale Moon]
| | * | | 90696dd 2015-04-16 | Revert "Android: Stub out health recorder calls." [Pale Moon]
| | * | | 3d08b75 2015-04-16 | Revert "Android: HR build error" [Pale Moon]
| | * | | 269f8a3 2015-04-16 | Android: HR build error [Pale Moon]
| | * | | 523ceb7 2015-04-16 | Android: Stub out health recorder calls. [Pale Moon]
| | * | | 5f31199 2015-04-16 | Android: remove telemetry pref in HR [Pale Moon]
| | * | |   5442798 2015-04-15 | Merge branch 'build-work' into Code_Cleanup [Pale Moon]
| | |\ \ \  
| | | * | | 1b1bd60 2015-04-14 | Remove telemetry includes (except where still required) (origin/build-work) [Pale Moon]
| | | * | | 8b47127 2015-04-14 | Fix build error [Pale Moon]
| | |/ / /  
| | * | | 6076673 2015-04-14 | Remove Telemetry part 15: Clean up various timers and stubs/dead code [Pale Moon]
| | * | | 73de3e1 2015-04-14 | Remove Telemetry part 14: Fennec histograms [Pale Moon]
| | * | | 5bc7c2b 2015-04-13 | Remove Telemetry part13: Remove XPCOM Telemetry initialization call [Pale Moon]
| | * | | fefa23e 2015-04-13 | Remove Telemetry part12: SQLite statistics [Pale Moon]
| | * | | 03ad82c 2015-04-13 | Remove Telemetry part11: sec manager [Pale Moon]
| | * | | 2f8d93f 2015-04-13 | Remove Telemetry part10: Remove JS Callback Telemetry stub+calls [Pale Moon]
| | * | | 7579852 2015-04-12 | Remove Telemetry part9: HTTP and LoadGroup [Pale Moon]
| | * | | 9586fbf 2015-04-12 | Remove Telemetry part8: Network caching locks [Pale Moon]
| | * | | 524a6df 2015-04-12 | Remove Telemetry part7: Remove preload telemetry gathering from domStorageCache [Pale Moon]
| | * | |   77192a3 2015-04-12 | Merge branch 'master' into Code_Cleanup [Pale Moon]
| | |\ \ \  
| |_|/ / /  
|/| | | |   
* | | | | bfd9221 2015-04-12 | Update official vendor naming convention [Pale Moon]
* | | | | 9693542 2015-04-11 | Update xpinstall whitelist domains. [Pale Moon]
* | | | | a930221 2015-04-10 | Optimize NSS Callback routine for SSL/TLS. Adds a comment for giving back the full cipher suite string for future FE parsing. [Pale Moon]
| | * | |   283a00f 2015-04-09 | Merge branch 'master' into Code_Cleanup [Pale Moon]
| | |\ \ \  
| |_|/ / /  
|/| | | |   
* | | | | 3e2c30a 2015-04-09 | Remove old extension version checker service template. [Pale Moon]
* | | | | 568b98a 2015-04-09 | Disable plugin check link from addons manager. [Pale Moon]
* | | | | d078ed2 2015-04-09 | Prevent spurious re-paints with plugins by only passing on window attributes if they have actually changed. [Pale Moon]
* | | | | cdbd413 2015-04-08 | Fix typo [Pale Moon]
* | | | | 5eebe0b 2015-04-08 | Fix bad comment indicator. [Pale Moon]
* | | | | acd0a64 2015-04-08 | Remove the hack-y chemspill workaround from Commit: 5a369ef604cc95b1f9e5e7eb4f3263964500bb34 [5a369ef] and implement a proper and much simpler fix. [Pale Moon]
* | | | | 01691e7 2015-04-08 | Bug 1137326 - Fix out of bounds error in JS_iterateCompartments. [Steve Fink]
* | | | | ab9d542 2015-04-08 | Add sanity checks to ICC reader. [Pale Moon]
* | | | | 3186fff 2015-04-08 | Android: Make use of the better random number generator available in Android 4.1.1 r1 and later [Pale Moon]
* | | | | d9b1e0b 2015-04-07 | Minimize code inside the timer thread scope in which mMonitor is unlocked. [Pale Moon]
* | | | |   070058f 2015-04-05 | Merge pull request #41 from trav90/master [Moonchild]
|\ \ \ \ \  
| |/ / / /  
| * | | | 7d69e63 2015-04-05 | Replace g_slice_set_config with G_SLICE env var (Bug 833117) [trav90]
|/ / / /  
* | | |   da5615c 2015-04-05 | Merge pull request #40 from BitVapor/master [Moonchild]
|\ \ \ \  
| * | | | b640596 2015-04-03 | Added classic status bar [BitVapor]
|/ / / /  
* | | | 71d7201 2015-04-03 | Distrust CNNIC root certificate. [Pale Moon]
* | | | 9685042 2015-04-03 | Add a number of EV root certificates with trust. [Pale Moon]
* | | |   f93710e 2015-03-30 | Merge pull request #38 from themusicgod1/master [Moonchild]
|\ \ \ \  
| * | | | a04b5a9 2015-03-29 | Added check as per issue 37 attempt 2 [Jeff Cliff]
| * | | | 9fdc447 2015-03-29 | Revert "Added check as per #37" [Jeff Cliff]
| * | | | 0b36d39 2015-03-29 | Revert "Merge https://github.com/themusicgod1/Pale-Moon into HEAD" [Jeff Cliff]
| * | | |   0294a8d 2015-03-29 | Merge https://github.com/themusicgod1/Pale-Moon into HEAD [Jeff Cliff]
| |\ \ \ \  
| | * | | | b21f019 2015-03-29 | Create .mozconfig [Jeff Cliff]
| * | | | | db677fc 2015-03-29 | Added check as per #37 [Jeff Cliff]
| |/ / / /  
* | | | | 237a9a7 2015-03-29 | Version bump [Pale Moon]
* | | | | 8f01f00 2015-03-29 | Android: properly set min SDK version in manifest. [Pale Moon]
* | | | | 39c7e80 2015-03-29 | Android: Attempt to fix DNS resolution when using VPNs or switching networks on Android-L [Pale Moon]
|/ / / /  
| * | | ac135b1 2015-03-28 | Remove Telemetry part6: A11y statistics gathering [Pale Moon]
| * | | 809c5df 2015-03-27 | Remove Telemetry part5: Image decoding speed histograms [Pale Moon]
| * | | dd9302d 2015-03-27 | Remove Telemetry part4: gatherCharsetMenuTelemetry [Pale Moon]
| * | |   0f44f1e 2015-03-27 | Merge branch 'master' into Code_Cleanup [Pale Moon]
| |\ \ \  
| |/ / /  
|/| | |   
* | | | 53d3a1e 2015-03-27 | Remove the double-click word selection behavior override on Windows. [Pale Moon]
* | | | b284a2d 2015-03-23 | Update padlock style for low security/mixed mode. - Add classic style low-sec graphic - Update modern style graphic [Pale Moon]
* | | | f06325a 2015-03-23 | Don't let other pages to load while doing scroll-to-anchor. [Pale Moon]
* | | | 99a08c4 2015-03-23 | Bug 1144991 - Be a bit more restrictive about when a URI_IS_UI_RESOURCE source is allowed to link to a URI_IS_UI_RESOURCE URI that doesn't have the same scheme. [Boris Zbarsky]
* | | | 9ed951b 2015-03-22 | Always replace commas with periods in plugin version indicators, regardless of OS or plugin. [Pale Moon]
* | | | 49be495 2015-03-22 | Add a control pref for unloading of idle plugin processes [Pale Moon]
| * | | de6ce21 2015-03-22 | Remove Telemetry part3: remove calls to getHistogramById() [Pale Moon]
| * | | 5ef85d5 2015-03-21 | Remove Telemetry part2: Conditionals, config, preferences [Pale Moon]
| * | | 00eba8a 2015-03-21 | Remove Telemetry part1: Autotimers, accumulator calls [Pale Moon]
|/ / /  
* | | e3afb8a 2015-03-19 | Patch NSPR to add PR_AF_INET6 support to GetAddrInfoByName [Pale Moon]
* | | 3c14113 2015-03-19 | Update repo file system flags for use on *nix systems. [Moonchild]
* | | abcf446 2015-03-17 | Clarify padlock tooltips (hard-coded English) [Pale Moon]
* | | d50831a 2015-03-17 | Add mixed-content styling for padlock. [Pale Moon]
* | | f2c6e58 2015-03-17 | Add conditional shading only for secure sites and make it default. [Pale Moon]
* | | ba4b8a4 2015-03-17 | Allow mixed-mode distinction in the UI (As broken+low sec) [Pale Moon]
* | | b6db7f5 2015-03-15 | Upstream pull of SQLite3 library: 3.7.17 -> 3.8.8.3 [Pale Moon]
* | | 71eecc5 2015-03-15 | Change app update URL to HTTPS protocol [Pale Moon]
* | | b6e8aa6 2015-03-10 | Version bump (new cycle) [Pale Moon]
* | |   a448b98 2015-03-09 | Merge pull request #31 from Axiomatic-/master [Moonchild]
|\ \ \  
| * | | 6c3b327 2015-03-09 | [!] Fully remove the reference. [Axiomatic-]
| * | | e09ce0a 2015-03-09 | [!] Remove reference to about:crashes [Axiomatic-]
|/ / /  
* | | 7153d35 2015-03-06 | Stop using wrong DNS record types in lookups. [Pale Moon]
* | | 39ccdd5 2015-03-06 | Update root certificates in built-in certstore. [Pale Moon]
* | | 1ad609d 2015-03-06 | Android: Stub out ANR releaseNativeStack [Pale Moon]
* | | 1bb75f6 2015-03-05 | Linux: be less specific in the ToT CSS selectors when not using personas. [Pale Moon]
* | | 90d677d 2015-03-05 | Remove non-functional widgetutils extension code. [Pale Moon]
* | | bc25273 2015-03-04 | Add missing PP statement to fix bustage from [3036231] [Pale Moon]
* | | 47e6dd3 2015-03-03 | Null the allocation site table if initialization fails. [Brian Hackett]
* | | 3036231 2015-03-03 | Make updater use current-OS/patch level dll load functions, and make dll load order not matter in fallback. Also, add x64 specific support to fallback method, JIC. [Pale Moon]
* | | cd2ff3e 2015-03-03 | Android: remove the MozCo-specific product announcements service. [Pale Moon]
* | | 04c5474 2015-03-02 | Prevent TCP Socket pref request failures [Pale Moon]
* | | 885fd35 2015-03-02 | Make sure alltab panel page previews always have normal (non-inverted) close buttons because they overlay page content and not UI. [Pale Moon]
* | | c2fb2e8 2015-03-02 | Use inverted close button with dark personas for tabstrip, sidebars, status bar and find bar. [Pale Moon]
* | | c64ec56 2015-03-01 | Improve theme for skinning: - adjust bg tab opacity - adjust navbar toolbar gradient and lwtheme-brighttext tab gradient to provide proper "glue" in ToT mode [Pale Moon]
* | | 02bbd60 2015-03-01 | Remove "Getting started" link from the AppMenu. [Pale Moon]
* | | 21e34ce 2015-03-01 | Linux: Fix selected tab text color on personas. [Pale Moon]
* | | 96f3b6a 2015-02-28 | Change hard-coded "howto" links in Sync setup to our own instructions. [Pale Moon]
* | | b60d094 2015-02-27 | Fix handling of out-of-range PNG tRNS values. DiD: doesn't affect our current PNG decoder lib, but may in the future. [Pale Moon]
* | | 3d9f266 2015-02-27 | Don't assert on booleans when we don't have to. [Pale Moon]
* | | 722e1f6 2015-02-27 | Preemptive crash fix (DiD) [Pale Moon]
* | | 6bcff3f 2015-02-27 | Add some error status checks to prevent potential crashes in cairo. [Pale Moon]
* | | 726b2ae 2015-02-27 | IonMonkey: Augment Nops with Mops to avoid collisions with fixed live ranges. [Pale Moon]
* | | ff321b8 2015-02-27 | Bug 1119579 - Don't GC while iterating compartments in findAllGlobals. [Shu-yu Guo]
* | | c8def3d 2015-02-27 | Fix audio stream case where offset != 0 [Pale Moon]
* | | de31996 2015-02-27 | Fix build bustage :P [Pale Moon]
* | | de5deae 2015-02-26 | Add proper on/off control of the form filling routine. Also add some null checks to prevent crashes. [Pale Moon]
* | | c69cc6a 2015-02-26 | Use consistent realloc() semantics across platforms and compilers. [Pale Moon]
* | | b310239 2015-02-26 | Revert "Bug 952192 - Add Components.utils.getObjectPrincipal()" [Pale Moon]
* | | 9c7b030 2015-02-26 | Bug 952192 - Add Components.utils.getObjectPrincipal() [Gabor Krizsanits]
| |/  
|/|   
* | 2b00c4e 2015-02-25 | Add Windows 10 OS support in manifests (fix VersionEx) [Pale Moon]
* | cefcde3 2015-02-24 | Version bump. (tag: 25.3.0_beta4) [Pale Moon]
* | dd75c77 2015-02-24 | Tweak allocation of small arrays based on performance tests. [Pale Moon]
* | 0a695b7 2015-02-23 | Disable RC4 ciphers by default. [Pale Moon]
* | f6dbcc7 2015-02-23 | Optimize allocation of small arrays. [Pale Moon]
| * f4e1a33 2015-02-24 | Implement intrinsic count leading/trailing zeroes and population. [Pale Moon]
| * e0a14fe 2015-02-23 | ES6: Implement Math.clz32(x) [Pale Moon]
| *   baf9236 2015-02-23 | Merge branch 'master' into Harmony-work [Pale Moon]
| |\  
| |/  
|/|   
* |   06125da 2015-02-23 | Merge branch 'Clang-work' [Pale Moon]
|\ \  
| * | 3d8b9d8 2015-02-23 | [+] Try two in fixing Clang, and GCC. [Axiomatic-]
| * | 2ea3cee 2015-02-22 | [+] Fix GCC error, because of Clang work around. [Axiomatic-]
* | | 91e2f26 2015-02-22 | Revert "[+] Use compiler flag to support libvpx's inline assembly code." [Pale Moon]
|/ /  
* |   62c2c41 2015-02-22 | Merge branch 'Clang-work' [Pale Moon]
|\ \  
| * | 5be8226 2015-02-20 | [+] Use compiler flag to support libvpx's inline assembly code. [!] Used compiler flag -fno-integrated-as [!] This should allow Pale Moon to build with Clang, currently untested though. [Axiomatic-]
* | | 25bca06 2015-02-22 | Fix crash reporter leftover build error on some Linux versions. [Pale Moon]
|/ /  
* | f3b450a 2015-02-19 | Restore control of the number of tabs to restore concurrently when loading. [Pale Moon]
* | 431ceed 2015-02-18 | Follow up on diagnosis in Bug 1121895 - close potential attack vector for CVE-2014-8639. [Pale Moon]
* | 161b15a 2015-02-16 | Blocklist update [Pale Moon]
* | 1d2e756 2015-02-14 | Version bump (tag: 25.3.0_beta3) [Pale Moon]
* | 5a29563 2015-02-14 | Require a clobber for JS and WebGL changes [Pale Moon]
* | 22d2cd2 2015-02-14 | Optimize PresShell visibility check + add nullcheck to fix a crash on shutdown. [Pale Moon]
* |   b4296c2 2015-02-14 | Merge branch 'WebGL-work' [Pale Moon]
|\ \  
| * | ca01a32 2015-02-13 | Implement TexelFormat -> GLFormat conversion for future use. [Pale Moon]
| * | 325445e 2015-02-13 | Fix WebGL framebuffer and bad texture format handling. [Pale Moon]
| * |   3f0c777 2015-02-12 | Merge branch 'master' into WebGL-work [Pale Moon]
| |\ \  
| * | | 00a04a5 2015-02-05 | Add a color texture attachment to depth textures. [Pale Moon]
| * | | 4457a9c 2015-02-05 | Add the use of ANGLE depth textures [Pale Moon]
| * | | 7c535ca 2015-02-04 | Fix build errors for prev 2 commits. [Pale Moon]
| * | | 67af9d9 2015-02-04 | Android: Fix GL crashes on canvas surfaces because of OMTC [Pale Moon]
| * | | 6f6b543 2015-02-04 | Create canvas-specific, single-buffered GL compositor clients [Pale Moon]
| | | *   b839d55 2015-02-12 | Merge branch 'master' into Harmony-work [Pale Moon]
| | | |\  
| |_|_|/  
|/| | |   
* | | | 26ca020 2015-02-12 | Apply proper default theme credits (origin/layout-work) [Pale Moon]
* | | | 1b6ffd4 2015-02-12 | Implement a fast path for inserting plain text into DOM HTML element nodes. [Pale Moon]
| |/ /  
|/| |   
* | | ae14ed4 2015-02-11 | Move some preferences from branding into main config. [Pale Moon]
* | | 5128c69 2015-02-11 | Enable webaudio by default in core. [Pale Moon]
* | | 7892c4e 2015-02-11 | Workflow consistency: Move "open link" menu item down in the context menu and rename to "open link in current tab" for clarity of the function. [Pale Moon]
* | | 9acda90 2015-02-11 | Improve UI consistency: Add "Open Link" default choice to context menu on links. [Pale Moon]
* | | d38495b 2015-02-11 | Revert "Remove redundant "Open" context menu item in places." [Pale Moon]
* | | 0158b16 2015-02-10 | Add destructor null checks in computed-view of devtools [Pale Moon]
* | | 0ee553f 2015-02-07 | Remove redundant "Open" context menu item in places. [Pale Moon]
* | | 27b3953 2015-02-07 | Fix a small error in ScopeObject [Pale Moon]
* | | d6fef27 2015-02-05 | Fix Linux build issues for removal of crash reporter components. [Pale Moon]
|/ /  
* | 97cf823 2015-02-04 | Completely remove CrashReporterURL from AppData modules "I am a designer who pretends to be a programmer" -Tobin (tag: 25.3.0_beta2) [Matt A. Tobin]
* | a5bd810 2015-02-04 | Revert "Back out removal of CrashReporterURL from AppData modules." [Pale Moon]
* | 8a0d0b3 2015-02-04 | Version bump [Pale Moon]
* |   f2e0b80 2015-02-04 | Merge branch 'Code_Cleanup' [Pale Moon]
|\ \  
| * | a4f1d86 2015-02-04 | Back out removal of CrashReporterURL from AppData modules. [Pale Moon]
* | |   5d55c54 2015-02-04 | Merge branch 'master' of https://github.com/MoonchildProductions/Pale-Moon [Pale Moon]
|\ \ \  
| * \ \   a19de43 2015-02-04 | Merge pull request #18 from Self-Referential-Drama/master [Moonchild]
| |\ \ \  
|/ / / /  
| * | | ca71e80 2015-02-03 | Bug 998995 - Reserve stack space for 16 arguments when parsing a CSS function. [Self-Referential-Drama]
|/ / /  
* | |   79c6991 2015-02-02 | Merge branch 'COMPONENTS_REFIT' [Pale Moon]
|\ \ \  
| * | | c1bf4cf 2015-02-02 | Conform ANGLE build files [Matt A. Tobin]
| * | | 6aa0303 2015-02-02 | Update ANGLE to snapshot from 13-08-02 (Essentially Bug 883478) [Matt A. Tobin]
|/ / /  
* | |   6c5fa90 2015-02-02 | Merge branch 'Code_Cleanup' [Pale Moon]
|\ \ \  
| |/ /  
| * | 00a33be 2015-02-02 | Remove SPS profiler front-end [Pale Moon]
| * | b22832b 2015-02-02 | Remove crashreporter/URL references throughout the tree. [Pale Moon]
| * | a44d8f1 2015-02-02 | Remove more crashreporter stubs [Pale Moon]
| * | 6ec4098 2015-02-02 | Remove crashreporter ipc/plugin components [Pale Moon]
| * | 1617d23 2015-02-02 | Remove crashreporter from mobile [Pale Moon]
| * | a06c52b 2015-02-02 | Remove gfx crashreporter utils (/content) [Pale Moon]
| * | 8fa29e7 2015-02-02 | Remove crashreporter/breakpad files [Pale Moon]
| * | a7c3649 2015-02-02 | Remove LSP info gathering and annotation since it will never be sent anywhere [Pale Moon]
| * | 420f59a 2015-02-02 | Remove GfxInfo crash reporter annotation stubs [Pale Moon]
| * | 3e9768a 2015-02-02 | Remove gfx crashreporter utils. [Pale Moon]
| * | d4a1dc8 2015-02-01 | Fix up incomplete conditional crash reporter removal [Pale Moon]
| * | a773d78 2015-02-01 | Remove conditional SPS Profiler code [Pale Moon]
| * | f7489c3 2015-02-01 | Remove conditional crash reporter code [Pale Moon]
|/ /  
* |   811d05d 2015-02-01 | Merge pull request #17 from Self-Referential-Drama/master [Moonchild]
|\ \  
| * | 5a49f54 2015-01-31 | Bug 973187 - typo in nsStyleGradient::HasCalc() [Self-Referential-Drama]
* | | ef3622b 2015-01-31 | Offload PRMJ_Now in its entirety to the Windows kernel when supported [Pale Moon]
* | | 44a7cf6 2015-01-31 | Take advantage of an undocumented NT6 kernel quirk (reimpl) [Pale Moon]
* | | 31643ee 2015-01-31 | Cleanup and optimize JS timer functions [Pale Moon]
* | | af42ec2 2015-01-31 | Organize JS engine startup and shutdown better. [Pale Moon]
|/ /  
* | 8104e88 2015-01-30 | Blocklist update [Pale Moon]
* | 4b1ffdc 2015-01-30 | Deal with comma separators in version strings (Flash plugin) on Linux. [Pale Moon]
* | e52034e 2015-01-29 | Bug 925312 - Fix small bug in ArrayJoin. (tag: 25.3.0_beta1) [Jan de Mooij]
* | 77a3304 2015-01-29 | Optimize and structure joining of arrays (ES5 Array.prototype.join). [Pale Moon]
* | 0a5bed6 2015-01-29 | Fast-path String->buffer operations [Pale Moon]
* | c050083 2015-01-29 | Optimize Int to String conversion [Pale Moon]
* | c445e90 2015-01-29 | Increase efficiency of array initialization and concatenation. [Pale Moon]
* | d14d335 2015-01-29 | Update blocklist for Linux Flash. Split up block rule to allow 11.2.202.440 and later on Linux based on description. [Pale Moon]
* |   b34a69a 2015-01-29 | Merge pull request #15 from Self-Referential-Drama/master [Moonchild]
|\ \  
| * | 8c8e7f4 2015-01-27 | Bug 1084959 - (a) = ...; aborts syntax parsing. [Self-Referential-Drama]
| * | 604d1eb 2015-01-27 | Bug 1078005 - Firefox window with lots of tabs... [Self-Referential-Drama]
| * | 6c7d105 2015-01-27 | Bug 898234 - Wasted work in sctp_setopt() [Self-Referential-Drama]
| * | 10a1f4f 2015-01-27 | SVG Perfect. [Self-Referential-Drama]
|/ /  
* | 040493a 2015-01-27 | Blocklist update [Pale Moon]
* | 0f8734c 2015-01-27 | Update (redundant) install.rdf for status bar code. [Pale Moon]
* |   5fb2e6e 2015-01-27 | Merge branch 'Code_Cleanup' [Pale Moon]
|\ \  
| * | cdd4703 2015-01-26 | Remove plugin finder service code [Pale Moon]
* | | cd84c41 2015-01-26 | Bug 867957 - Location bar ends up empty when displaying invalid URI error pages [Dagger]
|/ /  
* | b38ae0d 2015-01-23 | Remove spurious injection of comment lines by moz-preprocessor. [Pale Moon]
* | b2513a8 2015-01-23 | Short-circuit PFS routine (service no longer active) [Pale Moon]
* | 7d47db5 2015-01-22 | Version bump (new cycle) [Pale Moon]
* | 896e00f 2015-01-21 | Block proxy cookies if the proxy connection fails to prevent malicious injection. Permit deliberate injection by Authenticating proxies for SSO. [Pale Moon]
* | 3e78fe4 2015-01-21 | Fix padding issues for dropdown lists (same method as text input padding calculations) [Pale Moon]
* |   bb899f2 2015-01-16 | Merge branch 'Code_Cleanup' [Pale Moon]
|\ \  
| * | a0632bc 2015-01-16 | Fix incomplete ENSURE_NOT_CHILD_PROCESS_NORET macro [Pale Moon]
| * | c1731f5 2015-01-16 | Fix signed/unsigned issues [Pale Moon]
| * | 1120050 2015-01-16 | Fix incomplete MOZ_NOT_REACHED macros. [Pale Moon]
|/ /  
* | fa0ea27 2015-01-11 | Fix missing menu broadcasters + exclude an additional hotkey for web console when devtools aren't built. [Pale Moon]
| *   5a52f4f 2015-01-11 | Merge branch 'master' into Harmony-work [Pale Moon]
| |\  
| |/  
|/|   
* | 3a5e0e1 2015-01-10 | Bug 987794 - Don't unwrap XrayWrappers in HasPropertyOnPrototype. [Bobby Holley]
* | c9966e1 2015-01-10 | Bug 1098583 - Clean up data channel open request [Nils Ohlmeier]
* | dff6b76 2015-01-10 | Bug 1027300: Check for ioctl error return [Byron Campen]
* | b8ca3f7 2015-01-10 | Adjust cookie handling through proxies. [Pale Moon]
* | d878f46 2015-01-09 | Version bump [Pale Moon]
* | 521cd80 2015-01-09 | Make the use of HSTS configurable. [Pale Moon]
* | e6c1592 2015-01-06 | Mac: Work around bad interaction between jemalloc and Apple unitialized memory bug [Pale Moon]
* | 817e09b 2015-01-06 | Mac: Add OS detection for Mavericks and Yosemite [Pale Moon]
* | a3e6e49 2015-01-06 | Bug 1085175. [Pale Moon]
* | 0e3fc42 2015-01-06 | Bug 1053398 - save xbl bindtountrustedcontent to xul cache as a flag [Gijs Kruitbosch]
* | c9f3dcb 2015-01-06 | Whitelist XBL bindings that may be applied to untrusted content. Based on 1050049 to mitigate CVE-2014-1589 [Pale Moon]
* | 9fa76bb 2015-01-04 | Adjust memory cache capacity calculation algorithm for current/supported hardware [Pale Moon]
* | fc7e808 2015-01-04 | Slightly tweak disk cache parameters [Pale Moon]
* | a4481ad 2015-01-04 | Version bump (tag: 25.2.0_beta3) [Pale Moon]
* | 511764c 2015-01-04 | Simplify cache size handling, enable automatic sizing up to 250MB by default, and set proper cache/element size at the core level. [Pale Moon]
* | 715b39e 2014-12-30 | Only include devtools commands, keys and broadcasters in the front-end if they are built. [Pale Moon]
* | 7b11b87 2014-12-30 | Add devtools toggle access key. [Pale Moon]
| * 71cb103 2014-12-13 | Keep Promise disabled until the implementation is complete. [Pale Moon]
| * 1f5ae69 2014-12-12 | Remove Future, add Promise, and enable the interface by default. [Pale Moon]
|/  
* 9cdb5c2 2014-12-11 | Crash fix: add null check when collapsing elements. [Pale Moon]
* 14947dc 2014-12-09 | Version bump (tag: 25.2.0_beta2) [Pale Moon]
* 4194c5f 2014-12-09 | Restore anchor prefixes (about: page quirk) [Pale Moon]
* e09c5dd 2014-12-09 | Update core license text [Pale Moon]
* 4fa7714 2014-12-09 | Correct App License block [Pale Moon]
* c636914 2014-12-08 | Build bustage fix: remove duplicate function definition. [Pale Moon]
* d7eaaca 2014-12-08 | Missing makefile entry for Commit: 0df8ee547607a8f72e7e35b5f835272004226fb2 [Pale Moon]
* 0df8ee5 2014-12-08 | Webaudio: Be tolerant of loading multi-channel wave files even though they aren't supported for direct playback. [Moonchild]
* a2be2d1 2014-12-08 | Use surround downmix code in Vorbis decoder (ogg) [Pale Moon]
* 709ba76 2014-12-08 | Implement table.createTBody() [Marc Jessome]
* 240a4ae 2014-12-08 | Update branding information: correct typoes, add trademark information, remove leftover erroneous Firefox branding. [Pale Moon]
* cfc8e70 2014-12-07 | Enable CSS overflow-clip-box keyword in builds [Pale Moon]
*   42e6f5d 2014-12-07 | Merge branch 'layout-work' [Pale Moon]
|\  
| * 1d063a0 2014-12-07 | Fix an edge case with text input fields not showing the cursor with the new padding code. [Pale Moon]
| * 2bb79ff 2014-12-07 | Fix text/input padding issues. [Pale Moon]
| * 86ea652 2014-12-06 | Implement overflow-clip-box: content-box in layout. [Pale Moon]
| * 9efd9a4 2014-12-06 | Implement overflow-clip-box: content-box|padding-box CSS in style parser [Pale Moon]
| * 373059e 2014-12-06 | Add placeholder definitions for style additions that are not currently implemented. (Mozilla-parity) [Pale Moon]
| * 00250b6 2014-12-06 | Add granularity for enabling CSS rules in internal style sheets [Pale Moon]
|/  
* 938c913 2014-12-06 | Update UA override for FaceBook (again) to make it work a little better. Minimalistic Opera Presto UA which seems to give a decent feature set while not having a broken comment box. [Pale Moon]
* 535d0d7 2014-12-05 | Force clobber for JS updates [Pale Moon]
* fac381e 2014-12-05 | Version bump (tag: 25.2.0_beta1) [Pale Moon]
*   10b5e1d 2014-12-05 | Merge branch 'Harmony-work' [Pale Moon]
|\  
| * 7406faa 2014-12-03 | Back out "Implement extensible typed arrays" for JS engine bustage. [Pale Moon]
| * 7fd2c83 2014-12-03 | Implement extensible typed arrays [Pale Moon]
| * ee3cd52 2014-11-23 | ES6: Add Binary and Octal numeric literals (0b... & 0o...) [Pale Moon]
| * f02a02e 2014-11-23 | ES6: Add Map.prototype.forEach and Set.prototype.forEach and required iterators for these functions. [Pale Moon]
| * f648c64 2014-11-23 | Bug 946969 - Ionmonkey (ARM): correct AbsI, integer absolute value Align nomenclature with generally used term NotSigned instead of Unsigned [Douglas Crosher]
| * ad0b779 2014-11-23 | Bug 995673 - IonMonkey: Don't remove MToXXX instructions when an object flows through [Hannes Verschore]
| * 5aab96b 2014-11-23 | Feed appropriate math functions to IonMonkey [Pale Moon]
| * f535998 2014-11-23 | Make sure GenericNaN is available for math functions [Pale Moon]
| * bfc370d 2014-11-23 | ES6: Add advanced math functions. [Pale Moon]
| * 3504a2c 2014-11-22 | ES6: Add Number.parseInt and Number.parseFloat [Till Schneidereit]
| * ed3eb18 2014-11-22 | ES6: Add Number.MIN_SAFE_INTEGER and Number.MAX_SAFE_INTEGER [Pale Moon]
| * abd22a7 2014-11-22 | ES6: Add Number.EPSILON [Pale Moon]
| * be14365 2014-11-22 | ES6: Update behavior of accessing indexed values. [Pale Moon]
| * 3e8c865 2014-11-21 | ES6: Add Array.of(items...) [Pale Moon]
| * 654135c 2014-11-21 | ES6: Add IsConstructor(arg) [Pale Moon]
| * d55fcca 2014-11-21 | ES6: Add Array.prototype.find and Array.prototype.findIndex [Pale Moon]
* | 43f864d 2014-12-03 | Update DDG searchplugin to make the search query be last in the resulting URL. [Pale Moon]
* | 7b151a6 2014-12-02 | Mac: Update executable metadata [BitVapor]
* | dc51139 2014-12-02 | Mac: address build bustage in v25 [BitVapor]
* | 44f4486 2014-11-29 | Unregister the PannerNode in the AudioListener when destroying the stream. [Paul Adenot]
* | 322a5d0 2014-11-26 | Android: Bug 1055166 - Catch IllegalStateException when recycling Message [James Willcox]
* | 32a548e 2014-11-26 | Initialize registers for cpuid to prevent misdetection of SIMD instruction sets. [Pale Moon]
* |   6c5b527 2014-11-26 | Merge branch 'Android-lollipop-work' [Pale Moon]
|\ \  
| * | a73405e 2014-11-26 | Remove refactored wrapper function for jEnv [Pale Moon]
| * | b32c19e 2014-11-26 | Only disable custom sigHandler specifically on Android. [Pale Moon]
| * | 34faaf0 2014-11-26 | Disable custom sigHandler in profile locker. [Pale Moon]
| * | 775d9bf 2014-11-26 | Reverse unsupported unwind patch [Pale Moon]
| * | 2aac0d4 2014-11-26 | Revert "Detect broken signal handlers and be more resilient if so." [Pale Moon]
| * | ebc4642 2014-11-25 | Detect broken signal handlers and be more resilient if so. [Pale Moon]
| * | 596e1a9 2014-11-25 | Update ELF loader for nonstandard signal handling [Pale Moon]
| * | 1761f1d 2014-11-25 | Android: Prevent surface init crash on EGL [Pale Moon]
* | | ead9e94 2014-11-25 | Android: Prevent surface init crash on EGL [Pale Moon]
|/ /  
* | 6609e21 2014-11-25 | Remote issetugid() because LP64 won't support it [Pale Moon]
* | 4739024 2014-11-24 | Add control for tab_modal prompts to grab focus on the tab or not. [Pale Moon]
* | 9a449db 2014-11-24 | Enable the use of syscalls in BionicGlue [Pale Moon]
* | ee33f84 2014-11-24 | Android: prevent startup crashes on Lollipop due to use of __fork [Pale Moon]
* | 6cb4600 2014-11-23 | Hunspell: optimize loops and fix formatting [Pale Moon]
|/  
* 750ec2a 2014-11-21 | Update UA overrides for Netflix and Facebook [Pale Moon]
* 5a93a2b 2014-11-20 | Align programmatic access to geolocation with the spec [Pale Moon]
* 544c0f0 2014-11-20 | Update addon-sdk doc branding and base frame to align with Pale Moon. [Pale Moon]
* 815ee63 2014-11-18 | Add inverted alltabs button for dark personas [Pale Moon]
* 0b32321 2014-11-18 | Crash fix: prevent crash from excessive tag depths in data files. [Pale Moon]
* 6fb0a31 2014-11-15 | Disable WebRTC by default in configure [Pale Moon]
* bae6c80 2014-11-15 | Disable core-integrated parental controls by default in configure. [Pale Moon]
* 1f37961 2014-11-15 | Disable accessibility by default in configure. [Pale Moon]
* 04d3f53 2014-11-15 | Don't hook up session history if e10s navigation hasn't been initialized. [Pale Moon]
* 8e5e130 2014-11-13 | Remove unused update channel code from about box [Pale Moon]
* cbf964b 2014-11-10 | Version bump (tag: 25.1.0_Release) [Pale Moon]
* d3d769e 2014-11-10 | Clobber required [Pale Moon]
* 6056509 2014-11-10 | Fix iframe with inline content "view source" parsing. [Pale Moon]
*   932abef 2014-11-10 | Merge pull request #12 from binoc-software/BINOC_OUTBOUND [Moonchild]
|\  
| * 5f3a7dc 2014-11-09 | Bug 893537 - Crash after unloading an iframe with srcdoc attribute set [Matt A. Tobin]
| * 82cc69a 2014-11-09 | Bug 885289 - Improve context menu behaviour for srcdoc iframes [Matt A. Tobin]
| * 6d5696a 2014-11-09 | Bug 802895 - Tests for srcdoc iframe (Part 9) [Matt A. Tobin]
| * 5b548e2 2014-11-09 | Bug 802895 - Parser changes to support srcdoc attributes for iframes (Part 8) [Matt A. Tobin]
| * 3589843 2014-11-09 | Bug 802895 - hide frame menu options for srcdoc iframes (Part 7) [Matt A. Tobin]
| * d3933d8 2014-11-09 | Bug 802895 - Implement srcdoc attribute for iframe (Part 6) [Matt A. Tobin]
| * e041a6a 2014-11-09 | Bug 802895 - Add srcdoc iframe support to session restore (Part 5) [Matt A. Tobin]
| * db7f2be 2014-11-09 | Bug 802895 - Docshell related changes for srcdoc iframe (Part 4) [Matt A. Tobin]
| * 04144cd 2014-11-09 | Bug 802895 - ns(I)document changes for iframe srcdoc implementation (Part 3) [Matt A. Tobin]
| * babde9d 2014-11-09 | Bug 802895 - Add about:srcdoc as both resolvable and not resolvable. (Part 2) [Matt A. Tobin]
| * 448ca17 2014-11-09 | Bug 802895 - add srcdoc support to (InputStream|ViewSource)Channels (Part 1) [Matt A. Tobin]
|/  
* 81c29d0 2014-11-09 | HSTS preload list update [Pale Moon]
* 8166117 2014-11-09 | Remove NVidia 3D Vision utility lib [Pale Moon]
* da59292 2014-11-09 | Blocklist update [Pale Moon]
* c0ed879 2014-11-09 | Android: Improve some UI texts [Pale Moon]
* 3b28dc2 2014-11-08 | Android: ID-10T error: restore session pref should be public, not private. [Pale Moon]
* ad3e86b 2014-11-08 | Android: use proper preference ref for session restore [Pale Moon]
* d517d75 2014-11-08 | Android: Raise priority of user-chosen restoring of tabs. [Pale Moon]
* 20af777 2014-11-08 | Installer: Remove some Firefox crossover entries that shouldn't be there. [Pale Moon]
* b5812e8 2014-11-08 | Installer: Add code to fix potentially bad file associations (overriding global handlers) [Pale Moon]
* 1eef39a 2014-11-08 | Installer: Functionalize association code and add file associations for a few ogg formats. [Pale Moon]
* 6335b11 2014-11-08 | Filter out XPConnect wrapped input streams from XHR [Pale Moon]
* cc8d155 2014-11-08 | Fix a number of issues in the HTML parser [Pale Moon]
* 5363700 2014-11-08 | Android: Add user tab restore option for other UI also [Pale Moon]
*   7e35cf7 2014-11-06 | Merge branch 'CSP-work' [Pale Moon]
|\  
| * f41118a 2014-11-06 | Ignore paths in source expressions in accordance with the CSP 1.0 spec [Pale Moon]
|/  
* c2eaf30 2014-11-06 | Version bump (tag: 25.1.0_beta3) [Pale Moon]
* 6f9d913 2014-11-05 | Replace invalid MOZ_CRASH calls with NS_NOTREACHED in new flexbox code (Linux build bustage with W=E) [Moonchild]
* 4ad8405 2014-11-05 | Android: improve session restore + add user option checkbox. [Pale Moon]
* 03ad487 2014-11-04 | Fix build bustage when not building with MOZ_MEDIA_NAVIGATOR [Pale Moon]
* cbca141 2014-11-03 | Clarify configure text for Google's SafeBrowsing [Pale Moon]
* c3260c4 2014-11-03 | Disable crashreporter by default in configure. [Pale Moon]
* 864a924 2014-11-03 | Clean up browser confvars.sh [Pale Moon]
* c6d5307 2014-11-03 | Remove media navigator check from nsdocument [Pale Moon]
* a38c382 2014-11-03 | Don't use undefined error function. [Pale Moon]
* 38f1e53 2014-11-03 | Back out rare OOM js crash fix for build bustage. [Pale Moon]
* 66b8dae 2014-11-03 | Bug 1079729: Fix handling of increasing number of SCTP channels used by DataChannels [Randell Jesup]
* e5ed146 2014-11-03 | Bug 1074280 - Use AsContainerLayer() in order to avoid a bad cast [Markus Stange]
* 038f213 2014-11-03 | Initialize mSurface for DrawTargets [Pale Moon]
* fbdeead 2014-11-03 | Bug 1069584: Bail if a cairo surface is in an invalid state. [Bas Schouten]
* 2e98412 2014-11-03 | Fix JS crash in some rare OOM situations [Pale Moon]
* 9827aa9 2014-11-03 | Bug 1068218 - (CVE-2014-1581) [Simon Montagu]
* 45a0074 2014-11-03 | Bug 1062981 (CVE-2014-1586) Navigating away from a page with camera sharing in an iframe leaves camera recording. [Jan-Ivar Bruaroey]
* de9b4f8 2014-11-03 | Give user control over media sharing. [Pale Moon]
* 19cf8c0 2014-11-03 | Prevent errors about incomplete e10s webNavigation when opening a new browser window [Pale Moon]
* 8116d8a 2014-11-02 | Version bump (tag: 25.1.0_beta2) [Pale Moon]
*   4d95f64 2014-11-02 | Merge branch 'CSP-work' [Pale Moon]
|\  
| * bcb0a5c 2014-11-02 | CSP1.0 sec fix: Treat XSLT as script, not as style, in accordance with the spec. (CVE-2014-1485) [Christoph Kerschbaumer]
| * b47c968 2014-11-02 | Revert "Always disable FF compatmode on Facebook to prevent CSP violation errors." [Pale Moon]
| * 1b5ad2a 2014-11-02 | Fix Bug #916881 bustage: add missing parenthesis [Pale Moon]
| * a50d824 2014-11-02 | Don't return early when "*" is found (breaks "style-src * 'unsafe-inline'" etc.) [Pale Moon]
| * e47eddd 2014-11-02 | Bug 925186 - Prioritize CSP 1.0 headers over X-CSP headers [Garrett Robinson]
| * 9fee54b 2014-11-02 | Bug 916881 - Remove stray refinePolicy entry in CSPUtils.jsm [Sid Stamm]
| * 2bf7c4b 2014-11-02 | Update tests for multi-policy CSP [Pale Moon]
| * 01d1aa7 2014-11-02 | Implement multi-policy CSP (CSP 1.0 spec) [wolfbeast]
| * e016eff 2014-11-01 | Bug 909241 - Remove console logging from sendReports() and into its own function, logToConsole() [Frederik Braun]
| * b4b56b4 2014-11-01 | Bug 607067 CSP violation messages for base restrictions are awful [Frederik Braun]
| * 1196493 2014-11-01 | Limit CSP cache key size [Cervantes Yu]
|/  
* 7ff5fee 2014-11-01 | Move AMO UA override to firefox.js + pass on the OS [Pale Moon]
* 35d04f1 2014-11-01 | Always disable FF compatmode on Facebook to prevent CSP violation errors. [Pale Moon]
* 28b90c8 2014-10-31 | Take offsets into account for reflowed floating divs (relative positioning rework bugfix) [Pale Moon]
* cd97bcc 2014-10-30 | Add mach installer and mach mar for Windows Installer and MAR file generation [Matt A. Tobin]
*   18b7f67 2014-10-30 | Merge branch 'multiline_flexbox-work' [Pale Moon]
|\  
| * cb5007d 2014-10-30 | Add assertions for absolutely positioned children. [Pale Moon]
| * 997df75 2014-10-30 | Add reftests for collapsed flexbox items. [Pale Moon]
| * 1092653 2014-10-30 | Bug 783470 part 3: Use the strut metadata we've saved to actually build special "strut" FlexItems on our second pass through reflow. [Daniel Holbert]
| * cd0d5a0 2014-10-30 | Bug 783470 part 2: Create an array with information about each visibility:collapse "strut" that we need to build. [Daniel Holbert]
| * c227f9e 2014-10-30 | Bug 783470 part 1: Split most of flex reflow into a helper-function, so that we can easily restart it by reinvoking that helper. [Daniel Holbert]
|/  
* fb712eb 2014-10-29 | Bump Firefox Compatibility Mode version to 31.x [Pale Moon]
* 1af5533 2014-10-29 | Remove mention of no-longer-present menu entry. [Pale Moon]
* 623a3fb 2014-10-28 | Fix for oversized menu arrows on Win8.1/HiDPI [Pale Moon]
*   90edec9 2014-10-28 | Merge branch 'Code_Cleanup' [Pale Moon]
|\  
| *   8146d26 2014-10-28 | Merge branch 'master' into Code_Cleanup [Pale Moon]
| |\  
| |/  
|/|   
* |   1c54176 2014-10-28 | Merge branch 'multiline_flexbox-work' [Pale Moon]
|\ \  
| * | 7a29fdc 2014-10-28 | Small fixup for ApplyRelativePositioning() [Pale Moon]
| * | 8e1ea07 2014-10-28 | Add flex-flow CSS property [Pale Moon]
| * | 7581e20 2014-10-28 | Wrap items when overflow is hidden. [Pale Moon]
| * | 1f31944 2014-10-27 | Update some tests. [Pale Moon]
| * | bc81574 2014-10-27 | Add flex-wrap and align-content to CSS style parser [Pale Moon]
| * | a9a4497 2014-10-27 | Multiline flexbox base commit (layout) [Pale Moon]
| * | 49e5829 2014-10-27 | Add FrameList sorting routines [Pale Moon]
| * | acfa59f 2014-10-27 | Fix up height/pos assumptions [Pale Moon]
| * | 96ef03f 2014-10-27 | Rework (relative) positioning [Pale Moon]
| * | f1d8cd5 2014-10-27 | Rework height computations [Pale Moon]
* | | b5b61b1 2014-10-28 | Version bump (25.1b1) [Pale Moon]
* | | 2355e05 2014-10-28 | Adjust lightweight theme tab handling to improve contrast and intensify hover effect [Pale Moon]
|/ /  
| * b93560c 2014-10-23 | Remove redundant backup package-manifest file [Pale Moon]
| * 3a06f1c 2014-10-23 | Clean up removed files manifest in updater [Pale Moon]
|/  
* 94fb646 2014-10-21 | Change in UA approach + UA update. See announce: https://forum.palemoon.org/viewtopic.php?f=1&t=6200 [Pale Moon]
* 4f8f8c8 2014-10-19 | Update domain-specific UA overrides. [Pale Moon]
* 38d9aa3 2014-10-19 | Fix UA-sniffing devtools insanity for Pale Moon/New Moon branding. [Pale Moon]
* ed0d9b2 2014-10-19 | Android: avoid server hang-ups due to server-side http-ka-timeout [Pale Moon]
* d803912 2014-10-15 | Fix add-on update checks when not using AMO directly. Strict cert checks will never work behind an SSL CDN anyway. [Pale Moon]
* 3893db7 2014-10-15 | Remove redundant redundancy for extension installation. [Pale Moon]
* 6dfb659 2014-10-15 | By default, disable the SSL 3.0 protocol. [Pale Moon]
* 29670f4 2014-10-15 | Improve active tab display to avoid issues on particularly dark personas. [Pale Moon]
* b47edc2 2014-10-15 | Add hard-coded English fallbacks for new pref strings missing in already-installed incomplete language packs This avoids failure to render due to missing entities. XML entities are locked in on first match. If present in the language pack, the localized one will be used. If not present, the added hard-coded fallbacks will be used. [Pale Moon]
* 691c09c 2014-10-15 | Add Firefox compatibility checkbox to options. [Pale Moon]
* f4b5411 2014-10-12 | Revert "Fix for  CVE-2014-1586: Navigating away from a page with camera sharing in an iframe leaves camera recording" [Pale Moon]
* 70a4f0b 2014-10-12 | Revert "Add additional templates + failsafe." [Pale Moon]
* ba26a73 2014-10-12 | Update NSS to 3.16.2.2-RTM [Pale Moon]
* 725c30e 2014-10-12 | Fix for  CVE-2014-1586: Navigating away from a page with camera sharing in an iframe leaves camera recording [Pale Moon]
* 3d19018 2014-10-12 | Bug 1015540 - Prevent Alarms API from performing unsafe toJSON conversions on content objects. [Sean Lin]
* 6faf196 2014-10-12 | Add additional templates + failsafe. [Pale Moon]
* f696fbe 2014-10-12 | Bug 1063327 - Reject vp9 frames with invalid tiles. [Ralph Giles]
* 7fb4f93 2014-10-12 | Bug 1011354 - Use a mutex to guard access to nsHttpTransaction::mConnection. [Valentin Gosu]
* 010fb1b 2014-10-12 | Properly handle all X-Ray Wrapper cases. [Bobby Holley]
* f973c81 2014-10-12 | Update releasenotes URL [Pale Moon]
* 84a5798 2014-10-11 | Update add-on SDK compatibility limited engine modules with PaleMoon. (Jetpack extension compat fix) [Pale Moon]
* 0397c65 2014-10-04 | By default, cancel downloads when the browser is shut down (and warn the user). [Pale Moon]
* 27b3cb0 2014-10-03 | Add de-ade l10n to status bar code [Pale Moon]
*   022a092 2014-10-01 | Merge pull request #8 from binoc-software/BINOC_OUTBOUND [Moonchild]
|\  
| * cbe9271 2014-10-01 | Switch Add-on Manager Discover URL from https to http to avoid ocsp error [Matt A. Tobin]
* | 991332a 2014-10-01 | Update document icon with higher res image [Pale Moon]
|/  
* a4cb8bb 2014-09-30 | Fix packager for 7ZSFX packaging. (Bustage from commit: [2e62743]) [Pale Moon]
* 2881281 2014-09-30 | Update German status bar options locale. [Pale Moon]
*   aab0612 2014-09-30 | Merge pull request #7 from binoc-software/BINOC_OUTBOUND [Moonchild]
|\  
| * 7b397a9 2014-09-30 | Update Add-on Manager internal link prefs to point to Pale Moon Add-ons site [Matt A. Tobin]
* | c427eba 2014-09-29 | Slightly improve dark persona tab distinction. [Pale Moon]
|/  
* dddfe51 2014-09-29 | Expose security.ssl.allow_unsafe_ocsp_response pref [Pale Moon]
* fcadb25 2014-09-29 | Add RFC6066 exception (behind a pref) for expired stapled OCSP responses. [Pale Moon]
* 3c090fd 2014-09-27 | Android: disable non-functional App menu and about:apps part 2 [Pale Moon]
* 1e0e0c8 2014-09-27 | Pre-process addonrepository module for added #ifdef [Pale Moon]
* 968adeb 2014-09-27 | Properly #ifdef add-on manager dual GUID code [Pale Moon]
* d5204ae 2014-09-27 | Update AMO URLs [Pale Moon]
* 7376dcb 2014-09-27 | Add dual GUID to add-on manager checks [Pale Moon]
* 1168ccc 2014-09-27 | Android: change about:firefox to about:palemoon [Pale Moon]
* 1d32b15 2014-09-27 | Android: disable non-functional App menu and about:apps [Pale Moon]
* 4498d9b 2014-09-27 | Android: hook up formhelper.* preferences to allow selection of input zooming. Always disable dynamic zooming on tablets. [Pale Moon]
* 793229f 2014-09-27 | Clarify comment and fix formatting for commit [8b6b576] [Pale Moon]
* 8b6b576 2014-09-26 | Prevent installation of language packs in Firefox Compatibility mode [Pale Moon]
* f705779 2014-09-25 | Remove EA influence ;-) [Pale Moon]
* 14c37c8 2014-09-25 | Remove EA influence ;-) [Pale Moon]
* c320430 2014-09-25 | Version bump RC/Final [Pale Moon]
* 8574d17 2014-09-25 | Update NSS to 3.16.2.1-RTM (CVE-2014-1568) [Pale Moon]
*   88b8539 2014-09-25 | Merge branch 'Code_Cleanup' [Pale Moon]
|\  
| * c80b937 2014-09-25 | Build bustage fix: cairo requires this define [Pale Moon]
| * 8d646d6 2014-09-25 | Remove OS/2 code part 3 [Pale Moon]
| * b568942 2014-09-24 | Remove OS/2 code part 2 [Pale Moon]
| * 93b9490 2014-09-24 | Remove OS/2 code part 1 [Pale Moon]
* | 657410e 2014-09-25 | Make sure to require a clobber on update to v25 [Pale Moon]
|/  
* f89dce3 2014-09-24 | Broaden new dll blocklist entries to fix build bustage. [Pale Moon]
* fe787e3 2014-09-23 | Android: Update system area logos for v11 devices [Pale Moon]
* f106687 2014-09-23 | Update external dll blocklist (address 7 crashes) [Pale Moon]
* a1a398e 2014-09-22 | Fix !resumeAfter for JSOP_LOOPENTRY in Ion-to-Baseline bailout [Pale Moon]
* ef6cbe9 2014-09-22 | Android: Disable incorrect code generation optimization for mod (%) on ARM, JIT compiler (CVE-2014-1553) [Pale Moon]
* dda368f 2014-09-22 | Fit Javascript JIT crash on windows with particularly large stack frames. [Pale Moon]
* fc40e05 2014-09-19 | Mobile version bump (tag: 25.0.0_beta3) [Pale Moon]
* 4340140 2014-09-18 | Disable plugins on Tegra + KitKat (4.4) because of OpenGL deadlocks. See https://code.google.com/p/android/issues/detail?id=65086 [Pale Moon]
* 320ffd7 2014-09-18 | Android: prevent invalidation hang with Flash [Pale Moon]
* 6d9a874 2014-09-18 | Android: Stub out symbols that Flash depends on that were changed in KitKat (4.4) [Pale Moon]
* 5ccc84f 2014-09-18 | Always try to reload invalid plugins on Android. [Pale Moon]
* 30259e8 2014-09-16 | Don't use a frame before initializing it in CreateContinuingTableFrame (Crashfix) [Pale Moon]
* 0a6cfb0 2014-09-16 | Improve tabbed browser tab display when lightweight themes are in use. [Pale Moon]
* 8352449 2014-09-16 | Implement absolute positioning in table cells (CSS/TABLE) [Pale Moon]
* 619acc9 2014-09-16 | Version bump [Pale Moon]
* b393881 2014-09-15 | Clear jumplist cache when history is cleared. [Pale Moon]
* 2839a7e 2014-09-15 | Formatting fixup [Pale Moon]
* 44453bf 2014-09-08 | Mobile package name change to work around false claim in Google Play store. [Pale Moon]
* 2664d78 2014-09-07 | Add an accessibility theme override switch for content. [Pale Moon]
* e8483e4 2014-09-06 | Follow system colors for logopage. [Pale Moon]
* 7deb4ea 2014-09-06 | Respect explicit setting of about:blank as home page [Pale Moon]
* b3f4311 2014-09-05 | Update status bar code styling [Pale Moon]
* 5a15080 2014-09-03 | Mobile version bump (tag: 25.0.0_beta2) [Pale Moon]
* 9c4f319 2014-09-01 | Reword a few preferences [Pale Moon]
* fe5259d 2014-09-01 | Use the logo page for more types of blank pages [Pale Moon]
*   6bf6c52 2014-09-01 | Merge pull request #4 from binoc-software/BINOC_OUTBOUND [wolfbeast]
|\  
| * 50981c6 2014-09-01 | Part 2 - Make multi-GUID support browser-only [Matt A. Tobin]
| * 2e62743 2014-09-01 | Adapt toolkit installer code to only package s4e for browser only [Matt A. Tobin]
* | aa56ea4 2014-09-01 | Make vendor more flexible [Pale Moon]
|/  
* b6fadea 2014-09-01 | Enable cache compression by default and bump cache version to prevent stale issues. [Pale Moon]
* ba55414 2014-08-31 | Re-enable HQ downscaling: Switch to Lanczos scaling from Hamming to get a wider range of acceptable fast downscaling. Selectively use HQ when scaling factor becomes too large (less than 33.5%). [Pale Moon]
* e2fee8f 2014-08-31 | Fix missing libvpx encoder paths/files for ARM [Pale Moon]
* fc5f46e 2014-08-29 | Make Libvpx build on ARM [Pale Moon]
* 865f69c 2014-08-29 | Make multi-GUID support browser-only [Pale Moon]
*   419eb4f 2014-08-28 | Merge branch 'libvpx-work' [Pale Moon]
|\  
| * 9ba586d 2014-08-28 | Enable VP9 playback in HTML5 elements. [Pale Moon]
| * 9d74c4c 2014-08-28 | Update patent grant as released by Google. [Pale Moon]
| * 29d3bdf 2014-08-24 | Add Opus audio to WebM media decoder [Pale Moon]
| *   1906840 2014-08-24 | Merge pull request #3 from binoc-software/BINOC_OUTBOUND [wolfbeast]
| |\  
| | * d972fe6 2014-08-24 | Part 1: Update libvpx build files (x86) [Matt A. Tobin]
| | * de5b0c8 2014-08-24 | Always build libvpx encoder files regardless of --disable-webrtc [Matt A. Tobin]
| | * 34affec 2014-08-24 | Revert "Partial update of MozillaBuild make files." [Matt A. Tobin]
| |/  
| * 11563cb 2014-08-21 | Partial update of MozillaBuild make files. Marker: {Progress Placeholder} [Pale Moon]
| * 31b502b 2014-08-21 | Update LibVPX base code to 1.3.0 [Pale Moon]
* | 444992e 2014-08-28 | Disable version insertion in about: page to prevent errors. [Pale Moon]
* | a5c694a 2014-08-27 | Version bump [Pale Moon]
* | 278518f 2014-08-27 | Logopage part 3 - use as blank new tab page [Pale Moon]
* | eb58cc4 2014-08-27 | Logopage part 2 - handle address bar display + focus [Pale Moon]
* | 1ff6c0b 2014-08-27 | Logopage part 1 - add logopage [Pale Moon]
* | d212700 2014-08-27 | Update about:logo text styling [Pale Moon]
* | d766cc4 2014-08-27 | Update unofficial branding about:logo [Pale Moon]
* | 1a9cdc5 2014-08-27 | Revert newtab page preloading. [Pale Moon]
* | f573a38 2014-08-27 | Move the classic downloads window pref to core preferences. [Pale Moon]
* | 24b7c3c 2014-08-26 | Update VE splash, about: and about:logo branding [Pale Moon]
* | 223014f 2014-08-25 | Resource leak fix. [Pale Moon]
* | 245358a 2014-08-25 | Fix build bustage for commit 90e5eff [Pale Moon]
* | 2863d7d 2014-08-25 | Revert "Resource leak fix." [Pale Moon]
* | 866d72c 2014-08-25 | Resource leak fix. [Pale Moon]
* | 35fdc09 2014-08-24 | Preload the new tab page. [Pale Moon]
* | 90e5eff 2014-08-24 | Image documents: Pull an updated size from the content frame to account for any size change due to CSS properties like "image-orientation". [Pale Moon]
* | 82da1db 2014-08-24 | HSTS preload list update [Pale Moon]
* | d729794 2014-08-24 | Blocklist update [Pale Moon]
* | a511169 2014-08-23 | Improve bookmark menu item-dragging (Fixes bugs 225434, 419911 and 555474) [Pale Moon]
|/  
* 73230c4 2014-08-20 | HSTS preload list update [Pale Moon]
* 6bafc5c 2014-08-20 | Bug 1054359 - Add is-object check to IonBuilder::makeCallHelper. [Jan de Mooij]
* 879814e 2014-08-20 | Split SetDirectionFromChangedTextNode into TextNodeWillChangeDirection and TextNodeChangedDirection. [Pale Moon]
* ccc71a0 2014-08-20 | Update and tidy the blocklist (take-2) [Pale Moon]
* faf671e 2014-08-20 | Revert "Update and tidy the blocklist XML" [Pale Moon]
* 2e10a35 2014-08-19 | Clamp Firefox GUID extension version to 24.9, regardless of Pale Moon app version. [Pale Moon]
*   3679e29 2014-08-18 | Merge branch 'layout-work' [Pale Moon]
|\  
| * 34f1c35 2014-08-18 | Implement CSS drop-shadow filter, and CSS filter animations [Pale Moon]
| * aa9de81 2014-08-18 | Move nsStyleConsts.h to layout/style [Pale Moon]
|/  
* 7fc5e7c 2014-08-18 | Implement CSS basic filters, CSS hue-rotate, CSS image-orientation, and EXIF reader. [Pale Moon]
* d3f28b1 2014-08-17 | Avoid some root hazards in style parser. [Pale Moon]
* 3116ce1 2014-08-16 | Use un-prefixed CSS box-sizing in tests (tag: 25.0.0_beta1) [Pale Moon]
* 2a27aa6 2014-08-16 | Use un-prefixed CSS box-sizing internally in the browser. [Pale Moon]
* 1802783 2014-08-16 | Un-prefix CSS box-sizing [Pale Moon]
* b86f847 2014-08-16 | Move WebApp RT switch to /browser and flip [Pale Moon]
* a0654ac 2014-08-15 | Fix build bustage for Win8 HC theme patch. [Pale Moon]
* 85737f6 2014-08-15 | Android: Remove explicit sync server declaration for android, let it pick up the default from /services. [Pale Moon]
* 2d3a94b 2014-08-15 | Properly apply the use of high contrast themes on Windows 8/8.1 [Pale Moon]
* 5ecf633 2014-08-15 | Editor: add zoom controls to the e-mail composer (for mail client). [Pale Moon]
* 0959046 2014-08-15 | Android & any ARM processor: Use integers for audio. [Pale Moon]
* b9d3564 2014-08-15 | Release XPCOM timer immediately after firing to prevent a race condition. [JW Wang]
* f9e5c84 2014-08-15 | Avoid negative audio ratios. [Pale Moon]
* 3efa22e 2014-08-15 | Properly derive the host of a URL [Valentin Gosu]
* 569f26d 2014-08-14 | By default, do NOT sync add-ons. Syncing between different devices will likely not want you to sync the add-ons in use. There's a reason you're using different devices ;P [Pale Moon]
* c3337f7 2014-08-14 | Fix resource file to no longer refer to missing firefox manifest. [Pale Moon]
* 3f35f6d 2014-08-14 | Change Windows version check for XP support in installer [Pale Moon]
* ef8c0fe 2014-08-13 | Remove forced XP support from build files. [Pale Moon]
* e15364f 2014-08-13 | HSTS preload list update [Pale Moon]
* ced8cae 2014-08-13 | Update and tidy the blocklist XML [Pale Moon]
* 4dc09fd 2014-08-13 | Remove unused Firefox manifest [Pale Moon]
* 583eee9 2014-08-13 | Stop building the WebApp runtime by default [Pale Moon]
* 7b8c0e7 2014-08-13 | Never build MozCo service tools and flag off MAR signatures that are never used. [Pale Moon]
* 89ae4ad 2014-08-13 | MILESTONE: Version bump (tag: Milestone_25) [Pale Moon]
*   2620435 2014-08-13 | Merge branch 'guid-work' [Pale Moon]
|\  
| * 2f4ef2e 2014-08-13 | Prevent about dialog component error when distribution.id is not defined on alpha [Pale Moon]
| *   f0d1ad8 2014-08-09 | Merge branch 'master' into guid-work [Pale Moon]
| |\  
| * | 7ea945f 2014-08-05 | Milestone bump [Pale Moon]
| * | b4bcc03 2014-08-05 | Browser version bump [Pale Moon]
| * | 2ef6f47 2014-08-05 | Disable Firefox compatibility mode by default. [Pale Moon]
| * | 026b055 2014-08-05 | Disconnect Firefox compat version from UA/product version [Pale Moon]
| * |   1d8b0e0 2014-08-05 | Merge branch 'master' into guid-work [Pale Moon]
| |\ \  
| * \ \   803d586 2014-07-14 | Merge branch 'master' into guid-work [Pale Moon]
| |\ \ \  
| * \ \ \   b6499b2 2014-07-11 | Merge branch 'master' into guid-work [Pale Moon]
| |\ \ \ \  
| * \ \ \ \   0d80895 2014-07-10 | Merge branch 'master' into guid-work [Pale Moon]
| |\ \ \ \ \  
| * | | | | | bfe51d4 2014-07-02 | Add PaleMoon entries to add-on SDK. [Pale Moon]
| * | | | | | 114d439 2014-07-02 | Correct typo + add Firefox ID as permitted app.id in relevant checks. [Pale Moon]
| * | | | | | 2f05601 2014-07-02 | Add firefox ID check to update checker + consts [Pale Moon]
| * | | | | |   00020a5 2014-07-02 | Merge branch 'master' into guid-work [Pale Moon]
| |\ \ \ \ \ \  
| * \ \ \ \ \ \   3612644 2014-06-26 | Merge branch 'master' into guid-work (tag: GUID_working_base) [Pale Moon]
| |\ \ \ \ \ \ \  
| * \ \ \ \ \ \ \   3e659f1 2014-06-26 | Merge branch 'master' into guid-work [Pale Moon]
| |\ \ \ \ \ \ \ \  
| * \ \ \ \ \ \ \ \   ee3aeb9 2014-06-10 | Merge branch 'master' into guid-work [Pale Moon]
| |\ \ \ \ \ \ \ \ \  
| * \ \ \ \ \ \ \ \ \   4260c80 2014-06-07 | Merge branch 'master' into guid-work [Pale Moon]
| |\ \ \ \ \ \ \ \ \ \  
| * | | | | | | | | | | 28924d9 2014-06-07 | Replace hard-coded Firefox GUIDs with Pale Moon GUID [Pale Moon]
| * | | | | | | | | | |   b162711 2014-06-07 | Merge branch 'master' into guid-work [Pale Moon]
| |\ \ \ \ \ \ \ \ \ \ \  
| * \ \ \ \ \ \ \ \ \ \ \   2b86e52 2014-06-04 | Merge branch 'master' into guid-work [Pale Moon]
| |\ \ \ \ \ \ \ \ \ \ \ \  
| * \ \ \ \ \ \ \ \ \ \ \ \   b402f35 2014-05-29 | Merge branch 'master' into guid-work [Pale Moon]
| |\ \ \ \ \ \ \ \ \ \ \ \ \  
| * | | | | | | | | | | | | | 2de40f2 2014-05-21 | Preliminary work for dual GUID (recommit) [Pale Moon]
* | | | | | | | | | | | | | | 9741445 2014-08-09 | Adjust sync server URL to make it *actually* work with the new server. [Pale Moon]
| |_|_|_|_|_|_|_|_|_|_|_|_|/  
|/| | | | | | | | | | | | |   
* | | | | | | | | | | | | | 4845d8e 2014-08-09 | Set the correct pmsync status URL. [Pale Moon]
* | | | | | | | | | | | | | ec3ea73 2014-08-06 | Use (i) icon for error console informational messages instead of (?) [Pale Moon]
* | | | | | | | | | | | | | e9bef09 2014-08-06 | Avoid error in removeObserver (padlock) on unload [Pale Moon]
| |_|_|_|_|_|_|_|_|_|_|_|/  
|/| | | | | | | | | | | |   
* | | | | | | | | | | | | 1ce430c 2014-08-05 | HSTS preload list update. [Pale Moon]
* | | | | | | | | | | | | 52932f4 2014-08-05 | Blocklist update [Pale Moon]
* | | | | | | | | | | | |   d73008c 2014-08-03 | Merge branch '24.7_RelBranch' [Pale Moon]
|\ \ \ \ \ \ \ \ \ \ \ \ \  
| * | | | | | | | | | | | | eda9b96 2014-08-03 | Return to original sync server settings. :P (tag: 24.7.1_Release) [Pale Moon]
| * | | | | | | | | | | | | ee82818 2014-08-03 | Revert "Revert "Set up pref for new sync service."" [Pale Moon]
| * | | | | | | | | | | | | 8e54335 2014-08-03 | Revert "Set up pref for new sync service." [Pale Moon]
| * | | | | | | | | | | | | 82cd428 2014-08-03 | Fix sync 1.1 client error logging. [Pale Moon]
| * | | | | | | | | | | | | 6dd32ba 2014-07-30 | Remove Google.com UA override to fix Google Maps [Pale Moon]
| * | | | | | | | | | | | | 09c3cc3 2014-08-02 | Set up pref for new sync service. [Pale Moon]
| * | | | | | | | | | | | | 77cefe1 2014-08-02 | Version bump [Pale Moon]
| * | | | | | | | | | | | | 0e2dd89 2014-08-02 | Fix Overdraw layer text rendering. [Pale Moon]
| * | | | | | | | | | | | | ad8e320 2014-07-26 | Bump mobile version (release) (tag: 24.7.0_Release_Android) [Pale Moon]
| * | | | | | | | | | | | | dfed32b 2014-07-26 | Add DHE/AES-128 and AES-256 to PM Android Sync [Pale Moon]
* | | | | | | | | | | | | | 3531620 2014-08-03 | Fix sync 1.1 client error logging. [Pale Moon]
* | | | | | | | | | | | | | 67d03d5 2014-08-02 | Fix Overdraw layer text rendering. [Pale Moon]
* | | | | | | | | | | | | | 0328ec5 2014-08-02 | Set up pref for new sync service. [Pale Moon]
* | | | | | | | | | | | | | e3c5f19 2014-07-30 | Remove Google.com UA override to fix Google Maps [Pale Moon]
* | | | | | | | | | | | | | 4618e19 2014-07-27 | HSTS preload list update [Pale Moon]
* | | | | | | | | | | | | | 3d369e0 2014-07-27 | Blocklist update. [Pale Moon]
* | | | | | | | | | | | | | 2503141 2014-07-26 | Add DHE/AES-128 and AES-256 to PM Android Sync [Pale Moon]
* | | | | | | | | | | | | | 415b799 2014-07-25 | Bug 1035551 - Add an in-tree config for marionette tests. [Chris Manchester]
* | | | | | | | | | | | | |   acf69b0 2014-07-25 | Merge branch '24.7_RelBranch' [Pale Moon]
|\ \ \ \ \ \ \ \ \ \ \ \ \ \  
| |/ / / / / / / / / / / / /  
| * | | | | | | | | | | | | f22fb83 2014-07-25 | Prevent large delays in print enumeration on Windows. (tag: 24.7.0_Release) [Pale Moon]
| * | | | | | | | | | | | | cb6bcac 2014-07-25 | HSTS preload list update [Pale Moon]
| * | | | | | | | | | | | | 3b400f6 2014-07-25 | Blocklist update [Pale Moon]
| * | | | | | | | | | | | | c16554c 2014-07-25 | Remove permanently failing jetpack test. [Pale Moon]
| * | | | | | | | | | | | | 046a639 2014-07-15 | Fix missing click-to-play overlay on some zoom levels for plugins embedded in an iframe. [Pale Moon]
| * | | | | | | | | | | | |   e149d92 2014-07-13 | Merge branch 'master' into 24.7_RelBranch (tag: 24.7.0_Release_build1) [Pale Moon]
| |\ \ \ \ \ \ \ \ \ \ \ \ \  
| | | |_|_|_|_|_|_|_|_|_|_|/  
| | |/| | | | | | | | | | |   
| * | | | | | | | | | | | | 935c502 2014-07-12 | Update domain-specific UAs [Pale Moon]
| | |_|_|_|_|_|_|_|_|_|_|/  
| |/| | | | | | | | | | |   
* | | | | | | | | | | | | 9eaca16 2014-07-15 | Fix missing click-to-play overlay on some zoom levels for plugins embedded in an iframe. [Pale Moon]
* | | | | | | | | | | | | 5968bdb 2014-07-15 | Version bump [Pale Moon]
| |/ / / / / / / / / / /  
|/| | | | | | | | | | |   
* | | | | | | | | | | | 951222f 2014-07-13 | HSTS preload list update [Pale Moon]
* | | | | | | | | | | | 9e185a7 2014-07-13 | Blocklist update [Pale Moon]
* | | | | | | | | | | | f810060 2014-07-12 | Update domain-specific UAs [Pale Moon]
* | | | | | | | | | | | f1cc7b7 2014-07-12 | License file update & clarification. [Pale Moon]
|/ / / / / / / / / / /  
* | | | | | | | | | |   8334a0b 2014-07-11 | Merge branch 'D2D_region_work' (tag: 24.7.0_RC1) [Pale Moon]
|\ \ \ \ \ \ \ \ \ \ \  
| * | | | | | | | | | | 1848431 2014-07-11 | Part 4: export pixman region symbols [Pale Moon]
| * | | | | | | | | | | bb35bb3 2014-07-11 | Part 3: Simplify complex shapes by extending the area. Do this before the texture is cleared to prevent input box bolding. [Pale Moon]
| * | | | | | | | | | | b58e2f9 2014-07-11 | Part 2: Implement clip region simplification by area [Pale Moon]
| * | | | | | | | | | | f4fe3af 2014-07-11 | Part 1: refactor D2D regions to pixman structures. [Pale Moon]
* | | | | | | | | | | | f67d08e 2014-07-11 | Version bump (RC) [Pale Moon]
* | | | | | | | | | | | 12fa2a2 2014-07-11 | Update site-specific UAs [Pale Moon]
* | | | | | | | | | | | 68d0f5b 2014-07-11 | Disable HQ image downscaling. Workaround for broken HQ downscaling back-end causing constant invalidations if 2 downscaled images with the same source are in view. [Pale Moon]
|/ / / / / / / / / / /  
* | | | | | | | | | | 5f907d6 2014-07-10 | Mobile version bump (tag: 24.7.0_beta4) [Pale Moon]
| |_|_|_|_|_|_|_|_|/  
|/| | | | | | | | |   
* | | | | | | | | | 0f978fa 2014-07-09 | Add granular referral control [Pale Moon]
* | | | | | | | | | e82e26c 2014-07-08 | Update tests [Pale Moon]
* | | | | | | | | | 2a2f093 2014-07-08 | Update list of known domain suffixes. -> Clear backlog of updates. [Pale Moon]
* | | | | | | | | | bf0fff3 2014-07-06 | Fix address bar highlighting with status overlay. [Pale Moon]
* | | | | | | | | | c5c2e23 2014-07-04 | Build devtools by default, switch configure parameter to optionally disable. When switching Developer Tools to enabled by default, the configure option needed would be to disable them (countering the default). Combined the previous commit for confvars with this one for easy reversal of defaults if desired in the future. [Pale Moon]
* | | | | | | | | | d6ae3ae 2014-07-04 | Revert "Enable building devtools by default in /browser/confvars.sh" [Pale Moon]
* | | | | | | | | | 6b7e491 2014-07-03 | Refcount font faces [Pale Moon]
* | | | | | | | | | c7621f1 2014-07-03 | Make building devtools optional - Clean up context menu + styles. [Pale Moon]
* | | | | | | | | |   42f3942 2014-07-03 | Merge pull request #2 from binoc-software/vNext_outbound [wolfbeast]
|\ \ \ \ \ \ \ \ \ \  
| * | | | | | | | | | b12e52b 2014-07-03 | Enable building devtools by default in /browser/confvars.sh [Matt A. Tobin]
| * | | | | | | | | | f17b9d1 2014-07-03 | Make building devtools optional (part 3) | Only track Scratchpad in Session Manager if devtools are built [Matt A. Tobin]
| * | | | | | | | | | 1402a2d 2014-07-03 | Revert "Stop tracking Scratchpad state in Session Manager" [Matt A. Tobin]
| * | | | | | | | | | 3d1f83b 2014-07-03 | Make building devtools optional (part 2) | Add a per application configure.in (starting with --enable-devtools) [Matt A. Tobin]
| * | | | | | | | | | 68367f6 2014-07-03 | Make building devtools optional [Matt A. Tobin]
* | | | | | | | | | | 9248bc9 2014-07-03 | Version bump [Pale Moon]
* | | | | | | | | | | 25cc9ea 2014-07-02 | A few small license updates. [Pale Moon]
* | | | | | | | | | |   ee40129 2014-07-02 | Merge pull request #1 from binoc-software/vNext_outbound [wolfbeast]
|\ \ \ \ \ \ \ \ \ \ \  
| |/ / / / / / / / / /  
| | | | | | | | | | /   
| |_|_|_|_|_|_|_|_|/    
|/| | | | | | | | |     
| * | | | | | | | | 77707b6 2014-07-02 | Remove tests from /browser (except /browser/metro) [Matt A. Tobin]
| * | | | | | | | | 432326d 2014-07-01 | Stop tracking Scratchpad state in Session Manager [Matt A. Tobin]
|/ / / / / / / / /  
* | | | | | | | | 841d643 2014-07-01 | Blocklist update [Pale Moon]
* | | | | | | | | a4fc74b 2014-06-29 | Fix overlay layer texture rendering while preserving cleartype. [Pale Moon]
* | | | | | | | | 6e1ba38 2014-06-28 | Add a null pointer guard [Dinosaur]
* | | | | | | | | 06caddf 2014-06-28 | Bug 1012694 - IonMonkey (ARM): Use the second scratch register to avoid clobbering the scratch register. [Douglas Crosher]
* | | | | | | | | c21658c 2014-06-28 | NSS upgrade to 3.16.2 (RTM) [Pale Moon]
| |_|_|_|_|_|_|/  
|/| | | | | | |   
* | | | | | | | 438b62a 2014-06-26 | Prevent an invalid pointer state in docloader. [Pale Moon]
| |_|_|_|_|_|/  
|/| | | | | |   
* | | | | | | 833fbc5 2014-06-26 | Reduce the size of the mobile logo a little to prevent overlap. [Pale Moon]
* | | | | | | 70542bf 2014-06-26 | Prevent unnecessary SafeBrowsing JS if it is disabled. [Dinosaur]
* | | | | | | 7307d33 2014-06-25 | Make sure security.xul actually gets preprocessed, too >:-/ [Pale Moon]
* | | | | | | 5c00e8e 2014-06-25 | Remove safebrowsing prefs. [Pale Moon]
* | | | | | | 15fd188 2014-06-25 | Remove UI controls if Safebrowsing is not built. [Pale Moon]
* | | | | | | ddd71c9 2014-06-25 | Version bump (tag: 24.7.0_beta3) [Pale Moon]
* | | | | | | 890f185 2014-06-25 | Stop using Google Safebrowsing (defunct) [Pale Moon]
* | | | | | | c824810 2014-06-25 | Bug 1024765 - Make refcounting logic around PostTimerEvent more explicit. [Byron Campen]
* | | | | | | a1a4bc4 2014-06-24 | Mobile version bump + reconfig [Pale Moon]
* | | | | | | 9f59718 2014-06-24 | Mobile branding, Part 8 [Pale Moon]
* | | | | | | a05a41d 2014-06-24 | Add quit option to mobile app menu. [Pale Moon]
* | | | | | | 5678814 2014-06-24 | Mobile branding, Part 7 [Pale Moon]
* | | | | | | e540c8d 2014-06-23 | Mobile Branding, Part 6 [Pale Moon]
* | | | | | | a347d62 2014-06-23 | Update mobile sync branding. [Pale Moon]
* | | | | | | 7447cfe 2014-06-23 | Always put the user in control when checking for updates from the about box. [Pale Moon]
* | | | | | | 56d8b3e 2014-06-23 | Update statusbar code to 5.2.2 [Pale Moon]
* | | | | | | 8ef88e7 2014-06-22 | HSTS preload list update [Pale Moon]
* | | | | | | 4d6ae22 2014-06-22 | Blocklist update [Pale Moon]
* | | | | | | 8757476 2014-06-21 | Remove incomplete "in-content" preferences [Matt A. Tobin]
* | | | | | | 9e61a9c 2014-06-21 | Unify address bar click behavior for Linux. [Pale Moon]
* | | | | | | 1deb292 2014-06-20 | Re-land Bug 995603 [Pale Moon]
* | | | | | | 45f9d47 2014-06-20 | Bug 913805 - Hold a lock on the RasterImage in ScaleRequest so that the srcFrame doesn't go away if we need to discard images to free up memory. [George Wright]
* | | | | | | 697c5a6 2014-06-20 | Bug 1023618 - Always call FlushRendering in the reftest harness. [Seth Fowler]
* | | | | | | 17ec7e9 2014-06-20 | Enable Firefox compatibility mode on mobile. [Pale Moon]
* | | | | | | 7283774 2014-06-20 | Mobile branding, Part 5 [Pale Moon]
* | | | | | | 5ef37f0 2014-06-20 | Mobile version bump [Pale Moon]
* | | | | | | dddb069 2014-06-20 | Mobile branding, Part 4 [Pale Moon]
* | | | | | | dc4c918 2014-06-18 | Create more visible tab close buttons for dark personas [Pale Moon]
* | | | | | | f6a0d83 2014-06-18 | Mobile branding, Part 3 [Pale Moon]
* | | | | | | 1216eb3 2014-06-18 | Update mobile package name for clarity [Pale Moon]
* | | | | | | aef37d9 2014-06-18 | Bug 919592+1019684 - Ionmonkey (ARM) sec fixes. Guard against branches being out of range and bail out if so. (tag: 24.7.0_beta2) [Douglas Crosher]
* | | | | | | 6af90f1 2014-06-18 | Prevent version obfuscation in gecko/fxcompat UA version. UA string were hard-coded to ".0" which really doesn't work well for browsers that don't tap their major version number every month. Re-including Minor revision like before. [Pale Moon]
* | | | | | | 061b980 2014-06-18 | Don't force Cairo+(Skia/CG) Azure back-ends on Linux and Darwin to prevent crashes. [Pale Moon]
* | | | | | | 7f38824 2014-06-17 | Return "maybe" for canPlayType('video/webm') Since not all codecs are supported in PM and WebM doesn't supply a codecs parameter, webm video capabilities should return "maybe", and not "probably", as per the spec. [Pale Moon]
* | | | | | | e165879 2014-06-17 | Increase default status hiding timeout. [Pale Moon]
* | | | | | | 3f0c951 2014-06-16 | Line ending fixup (no code changes) [Pale Moon]
* | | | | | | 9cc4b8e 2014-06-16 | Explicitly set sync server URL [Pale Moon]
* | | | | | | a49913a 2014-06-15 | Mobile branding, Part 2 [Pale Moon]
* | | | | | | a615e4e 2014-06-15 | Mobile branding, Part 1 [access2godzilla]
* | | | | | | ff14209 2014-06-15 | Fix CSS outline: properties to outline actual objects and not bounding boxes. [Pale Moon]
* | | | | | | c87c1d3 2014-06-15 | Version bump [Pale Moon]
* | | | | | | d975376 2014-06-14 | Update some tests. [Pale Moon]
* | | | | | | 8a58d1e 2014-06-14 | Blocklist + HSTS preload list update [Pale Moon]
* | | | | | | 2ce0e6e 2014-06-13 | Backed out changeset 6402fb9a21cb (bug 995603) for causing bug 1021815. [Ryan VanderMeulen]
* | | | | | | 5585b38 2014-06-12 | Don't switch back from cleartype to greyscale subpixel AA in D2D [Pale Moon]
| |_|_|_|_|/  
|/| | | | |   
* | | | | | beade19 2014-06-09 | Version bump [Pale Moon]
* | | | | | 80a3574 2014-06-09 | Prevent crashes due to the allocation of source surfaces to errored surfaces. [Pale Moon]
* | | | | | 3d253ba 2014-06-09 | Remove superfluous azure pref check. [Pale Moon]
* | | | | | 8141fe5 2014-06-09 | Fix missing declaration [Pale Moon]
* | | | | | db28464 2014-06-09 | Automate rendering back-end selection and remove gfx.content.azure.enabled pref [Pale Moon]
* | | | | | 2f72b30 2014-06-09 | Thebes: Use correct device offsets. [Pale Moon]
* | | | | | 425568e 2014-06-09 | Cairo: Prevent falling back to padding when not strictly needed. [Pale Moon]
* | | | | | ed6d3c6 2014-06-09 | Fix subpixel rendering in menus when on cairo backend [Pale Moon]
* | | | | | 6b1cf9e 2014-06-09 | Prevent address bar from changing its highlighting if the focus shift is on address bar elements other than the input field (e.g. plugin/password tag) [Pale Moon]
* | | | | | e1cfd6d 2014-06-08 | Rename hidden pref to better reflect effect [Pale Moon]
* | | | | | ceffa47 2014-06-08 | Ensure proper detection of Azure being enabled [Pale Moon]
| |_|_|_|/  
|/| | | |   
* | | | | f4f1554 2014-06-07 | Revert "Prevent startup crashes on Intel chips." [Pale Moon]
* | | | | 19ad155 2014-06-07 | Exclude additional object directories [Pale Moon]
* | | | | dbb88bf 2014-06-07 | Prevent startup crashes on Intel chips. [Pale Moon]
| |_|_|/  
|/| | |   
* | | | 19c1175 2014-06-07 | Port over misc patches from m-c [Pale Moon]
* | | | e0ffdf6 2014-06-07 | Port over TypedArray JS patches from m-c [Pale Moon]
* | | | 6e13129 2014-06-07 | Handle invalid PDF plugin overlay state [Pale Moon]
* | | | eb68d41 2014-06-07 | Restore GDI compatibility for D3D10 accelerated layers [Pale Moon]
* | | | 9064125 2014-06-04 | Discard superfluous audio packets in a simpler way. [Pale Moon]
| |_|/  
|/| |   
* | | c0f5341 2014-06-03 | Recommit b2g subtree with proper line endings. [Pale Moon]
* | | 329fcc5 2014-06-03 | Fix configure.in line endings [Pale Moon]
* | | 6b7cca3 2014-06-03 | Release version bump [Pale Moon]
* | | 3985e1a 2014-06-03 | Add .gitattributes [Pale Moon]
* | | 3bc29f3 2014-06-02 | HSTS preload list update (tag: 24.6.0_RC_Build1) [Pale Moon]
* | | efa6a86 2014-06-02 | Prevent assertions when shutting down the browser with new jumplist code. [Pale Moon]
* | | fca371d 2014-05-30 | Fix styled HTML form input alignment + add tests [Pale Moon]
* | | b15d193 2014-05-30 | Reduce gstreamer CPU overhead [Pale Moon]
* | | 9c32801 2014-05-30 | Update branding for other OSes [Pale Moon]
* | | 436e92f 2014-05-30 | Back out 1b54c653b59c99181301a3b09e063f1e5f2b2078 for build bustage. Switching the confvar breaks the build; why is it still there if so? -> research [Pale Moon]
* | | 01ef4a4 2014-05-29 | Derpfix: clear it, don't set it to 0. it's #ifdef'ed [Pale Moon]
* | | 1b54c65 2014-05-29 | Switch back to using application.ini instead of statically linking it. [Pale Moon]
| |/  
|/|   
* | 6372f40 2014-05-29 | Bug 1005552 - Futzing around with marquee some more. [Bobby Holley]
* | c594ec8 2014-05-29 | Update status bar code to 5.2.1 [Pale Moon]
* | e80db83 2014-05-29 | Enhance document icon [Pale Moon]
* | 833747d 2014-05-29 | Enhance branding icon. [Pale Moon]
* | 1436ced 2014-05-29 | Improve WebGL error handling for some situations. [Dan Glastonbury]
* | 684f6e5 2014-05-29 | Bug 1007940 - Improve the performance of editor initialization. [Ehsan Akhgari]
* | 6c6532b 2014-05-29 | Fix several issues in the IonMonkey JIT compiler [Pale Moon]
* | 99a9d7b 2014-05-27 | Add code + pref to selectively ignore autocomplete directives on login pages so passwords can be saved in the password manager. (tag: 24.6.0_beta5) [Pale Moon]
* | 3d9031b 2014-05-27 | Update status bar code to 5.2 [Pale Moon]
* | 9a84d62 2014-05-24 | Version bump for next release window. [Pale Moon]
* | d044e83 2014-05-24 | Remove old Windows Jumplist favicons. On some systems, favicons from Windows jump lists would keep piling up. This is both a privacy concern and performance/resources issue. [Pale Moon]
* | 3fdcfd0 2014-05-24 | Blocklist & HSTS preload update [Pale Moon]
* | b1fcae5 2014-05-22 | Backed out changeset of bug 998303 for mochitest-bc failures. [Ryan VanderMeulen]
* | 86ebaca 2014-05-22 | Follow-up for marquee binding to fix test failures. [Bobby Holley]
* | c15cbbe 2014-05-21 | Update git ignore file for misc files. [Pale Moon]
* | e7d0d3b 2014-05-21 | Wrangle git into actually including object files that are part of the source tree. >:-/ [Pale Moon]
* | 432e386 2014-05-21 | Wrangle git into actually including object files that are part of the source tree. >:-/ [Pale Moon]
* | 571b7a0 2014-05-21 | Update Sync branding to match Pale Moon Sync server [Pale Moon]
* | b867bc6 2014-05-21 | Fix some leftover incorrect line endings. [Pale Moon]
|/  
* 16eb1cc 2014-05-21 | Track Mozdebug file [Pale Moon]
* 1a4b189 2014-05-21 | Fix region subpixel rendering issues and update to latest beta (meta-commit) (tag: 24.5.1_beta4) [Pale Moon]
* d25ba7d 2014-05-21 | Recommit working copy to repo with proper line endings. [wolfbeast]
* a942906 2014-05-21 | Create new repo after line endings mishap. [wolfbeast]