trav90
fa8d24c264
Remove DirectShowReader Part 4: Tests
2019-02-16 00:20:59 +08:00
trav90
f9d8a59a89
Remove DirectShowReader Part 3: Directories
2019-02-16 00:20:58 +08:00
trav90
f457d25da7
Remove DirectShowReader Part 2: Build system
2019-02-16 00:20:56 +08:00
trav90
93510088fb
Remove DirectShowReader Part 1: Conditional code
2019-02-16 00:20:54 +08:00
NTD
2180b84b22
[PALEMOON] Complete making Sync optional at build time - Part 2: Packaging
2019-02-16 00:20:53 +08:00
NTD
38e84217a3
[PALEMOON] Complete making Sync optional at build time
2019-02-16 00:20:51 +08:00
wolfbeast
528de62070
Limit the CSS string length for resolved variables to sane values.
...
This resolves #891
2019-02-16 00:20:50 +08:00
NTD
088c74605c
Issue #889 - Clean up the Pale Moon tree - Part 2b: Make jar.mn consistent
2019-02-16 00:20:48 +08:00
NTD
e954ea3e95
Issue #889 - Clean up the Pale Moon tree - Part 2a: Make moz.build consistent
2019-02-16 00:20:47 +08:00
NTD
00c0692c36
Issue #889 - Clean up the Pale Moon tree - Part 1d: Move sync to components
2019-02-16 00:20:44 +08:00
NTD
814b709ef8
Issue #889 - Clean up the Pale Moon tree - Part 1c: Move pageinfo to components
2019-02-16 00:20:43 +08:00
NTD
a07ec61fe6
Issue #889 - Clean up the Pale Moon tree - Part 1b: Move newtab to components
2019-02-16 00:20:41 +08:00
NTD
36d7d6d67a
Issue #889 - Clean up the Pale Moon tree - Part 1a: Move abouthome to components
2019-02-16 00:20:40 +08:00
NTD
ed5d1e2167
Issue #890 - Port cpp aboutRedirector to javascript
2019-02-16 00:20:38 +08:00
wolfbeast
11d4109cb8
Update GMP AUS URL
2019-02-16 00:20:36 +08:00
JustOff
388ca23b51
Revert "[PALEMOON] Sanitize - "Form and search history" sanitize also the Findbar text and history (Ctrl-Z)"
...
This reverts commit a97887a67742aa3f95c47ad79b3c4c3827565944.
2019-02-16 00:20:35 +08:00
wolfbeast
dc990a5720
Fix typo for Firefox compatmode prefs.
...
Fixes regression from ec2e3bc0273f69592e46249578b9aec4cf6e9e85
2019-02-16 00:20:33 +08:00
NTD
abf14355e1
[TychoAM] Give the second <hbox> an ID so it can be targeted in extensions.xul
2019-02-16 00:20:32 +08:00
trav90
fa5aa7b3d8
Update HSTS preload list
...
Tag #447
2019-02-16 00:20:30 +08:00
wolfbeast
7cc01b1884
Remove VR Hardware input support (gamepad type)
...
This resolves #881
2019-02-16 00:20:29 +08:00
wolfbeast
9b1124ccbd
Remove VR hardware support.
...
This resolves #881
2019-02-16 00:20:27 +08:00
trav90
f75592fd13
Remove OMX_PLATFORM_GONK
2019-02-16 00:20:25 +08:00
trav90
e99eefeb84
Remove remaining MOZ_GONK_MEDIACODEC code
2019-02-16 00:20:24 +08:00
wolfbeast
989fd6953d
Fix debug assertion.
...
See: 622098073e (commitcomment-31390051)
2019-02-16 00:20:22 +08:00
wolfbeast
82e68ebad1
Fix blank pixel color for truncated GIFs
2019-02-16 00:20:20 +08:00
wolfbeast
e03052f3d3
Split out FrameTimeout into its own header file for re-use.
2019-02-16 00:20:18 +08:00
wolfbeast
7a3a9214a5
Unrefactor mRawVeggies back to mVBuffMeat ;P
...
(mRawSurface -> mVBuf)
2019-02-16 00:20:17 +08:00
wolfbeast
d3b77513d5
Fix pasta error
2019-02-16 00:20:15 +08:00
wolfbeast
7937138cb0
Bug 1462355 - Part 1c. Make individual image decoders to use updated Decoder/SurfacePipe methods.
...
Extend this change to nsWebPDecoder.cpp
2019-02-16 00:20:14 +08:00
wolfbeast
a08160ac44
Bug 1462355 - Part 1b. Update Decoder and SurfacePipe plumbing to use updated imgFrame methods.
2019-02-16 00:20:12 +08:00
wolfbeast
75cb341c44
Bug 1462355 - Part 1a. Make imgFrame animation parameters threadsafe.
...
We currently choose to set the animation parameters (blend method, blend
rect, disposal method, timeout) in imgFrame::Finish instead of
imgFrame::InitForDecoder. The decoders themselves already have access to
the necessary information at the time InitForDecoder is called, so there
is no reason to do this. Moving the configuration to initialization will
allow us to relax the mutex protection on these parameters.
This part simply reorganizes imgFrame, and subsequent parts will
introduce the necessary changes to SurfacePipe and decoders.
2019-02-16 00:20:11 +08:00
wolfbeast
dfe6efae2f
Port WebP decoder changes.
...
This breaks animated WebP for the moment, but adds QCMS color management and lexer changes.
Tag #831
2019-02-16 00:20:09 +08:00
Moonchild
b504989570
Update package.json
...
Update request version dependency
2019-02-16 00:20:08 +08:00
wolfbeast
2057017d69
Add a nullcheck on pipelined HTTP connections' pushback.
2019-02-16 00:20:06 +08:00
FranklinDM
b9aabb76c0
Hide mute menu item and disable mute hotkey with existing pref
2019-02-16 00:20:04 +08:00
FranklinDM
0785204717
Fix undefined isSameDocument
2019-02-16 00:20:03 +08:00
FranklinDM
fabc5f1c19
Follow-up: Add missing getTabFromAudioEvent method
2019-02-16 00:20:01 +08:00
FranklinDM
4b17e666d5
Issue #638 - Part 10: Rename all tabs sound icon to be consistent with others
...
- alltabs => allTabs
2019-02-16 00:20:00 +08:00
FranklinDM
97c36203a5
Issue #638 - Part 9: Add sound icon to all tabs menu
2019-02-16 00:19:58 +08:00
FranklinDM
b0a98ca25b
Issue #638 - Part 8: Add overlay sound icon for pinned tabs
...
- This also moves some styles to tabbrowser.css
2019-02-16 00:19:57 +08:00
FranklinDM
3e51f5e6cf
Issue #638 - Part 7: Remove hover and active states for sound indicator
2019-02-16 00:19:55 +08:00
FranklinDM
ec5d4d77e3
Issue #638 - Part 6: Fix up remaining references
...
- Refactor _tabAttrModified to accept two parameters
- Modify consumers of _tabAttrModified to pass details
- Add missing _soundPlayingAttrRemovalTimer field
- Add missing checks for mute/unmute around the tab browser
- Tab sound icon should inherit 'selected' attribute instead of 'visuallyselected'
2019-02-16 00:19:53 +08:00
FranklinDM
b0beabea4c
Issue #638 - Part 5: Add mute/unmute option to tab context menu
2019-02-16 00:19:51 +08:00
FranklinDM
8714e0d4f7
Issue #638 - Part 4: Add tab sound icon to tab drop-down list
2019-02-16 00:19:50 +08:00
FranklinDM
208e5e8705
Issue #638 - Part 3: Add a keyboard shortcut for toggling the tab mute state
2019-02-16 00:19:48 +08:00
FranklinDM
d6e21c05d3
Issue #638 - Part 2: Add tooltip to mute/unmute buttons
2019-02-16 00:19:46 +08:00
FranklinDM
6dc555939c
Issue #638 - Part 1: Provide a visual indicator for muting/unmuting tabs
2019-02-16 00:19:45 +08:00
wolfbeast
6bc2881988
Belated new cycle version bump
2019-02-16 00:19:43 +08:00
wolfbeast
34d846ba55
Strip Inkscape data from toolbar SVGs and remove obsolete PNGs.
...
Tag #576
2019-02-16 00:19:42 +08:00
JustOff
12a5dc96b5
[PALEMOON] Align the places component with the updated PlacesUtils API
2019-02-16 00:19:40 +08:00