Commit Graph

200428 Commits

Author SHA1 Message Date
Walter Litwinczyk
db85cd06c6 Bug 974744 - WebGLFramebuffer.cpp add missing STENCIL_ATTACHMENT completeness check for textures. r=jgilbert 2014-08-19 13:24:39 -07:00
Robert Bindar
c03560557d Bug 899585 - Add custom data support in the Notification constructor r=baku 2014-08-20 17:56:12 -07:00
Robert Kaiser
9a3a7e56e5 Bug 1006615 - Update extensions.blocklist.itemURL and extensions.blocklist.url to new blocklist domain, r=Mossop,jason
--HG--
extra : transplant_source : r%C2%9D%05%B3%87%3F%7D%F1%F01%9D%C4%A8VAE%85%00%FF
2014-08-21 02:22:25 +02:00
Max Vujovic
99a125168d Bug 948265 - Add CSS saturate filter to nsCSSFilterInstance. r=mstange,dbaron 2014-08-20 17:52:28 -07:00
Seth Fowler
7c7839561b Bug 1024454 (Part 1) - Eagerly propagate dirty bits so absolute children of table parts get reflowed reliably. r=dbaron 2014-08-20 17:48:56 -07:00
Bobby Holley
7b689eecfd Bug 1056271 - Switch to GetEntryGlobal in DOMParser::Init. r=smaug 2014-08-20 17:45:04 -07:00
Wes Kocher
f1646bf5bb Backed out changeset 2a9cfbab0adc (bug 1053999) for Windows build bustage on a CLOSED TREE 2014-08-20 16:08:04 -07:00
Mike Hommey
0e8672c225 Bug 1045923 - Update sccache to 4d312f8. r=mshal 2014-08-20 12:07:07 +09:00
Mike Hommey
d493b7fade Bug 1025689 - Disable some libopus ARM features on < ARMv6. r=rillian 2014-08-21 07:44:31 +09:00
Aaron Klotz
d614b9af44 Bug 286355: nsIProfileUnlocker for Win32; r=bsmedberg
--HG--
extra : rebase_source : 523d763bc480a4c1b9076225e86193b61524090a
2014-08-20 16:47:11 -06:00
Aaron Klotz
efb7429676 Bug 1046942: Start a new Firefox instance upon successful profile unlock; r=bsmedberg
--HG--
extra : rebase_source : e5120f8bd63a7c3298f02874078e3cae37346115
2014-08-20 16:46:56 -06:00
Max Vujovic
7a521db165 Bug 948265 - Add CSS hue-rotate filter to nsCSSFilterInstance. r=mstange,dbaron 2014-08-20 15:46:59 -07:00
Ralph Giles
8ad88b4ab5 Bug 1056371 - Fix AppleATDecoder dtor counting. r=cpearce
Typo affecting leak detection.
2014-08-20 15:28:00 -07:00
Wes Kocher
d562c3cd3a Backed out 2 changesets (bug 1056032) for bustage
Backed out changeset 18b0e0c795d4 (bug 1056032)
Backed out changeset 15caaf563783 (bug 1056032)
2014-08-20 15:30:23 -07:00
Bill McCloskey
07fa0dbfeb Bug 1053999 - Be more conservative in recursion checks before brain transplants (r=bholley) 2014-08-20 15:16:07 -07:00
Botond Ballo
732ba562fc Bug 1025436 - Gtest for flinging into overscroll. r=kats
--HG--
extra : rebase_source : 04f121408c43826ac67e71acb229cfcaad137c3e
2014-08-20 14:28:41 -04:00
Botond Ballo
e191a7432a Bug 1025436 - Return true from AsyncPanZoomController::AdvanceAnimations() if one of the deferred tasks started a new animation. r=kats
--HG--
extra : rebase_source : 82978c55141b9a3ef05dff2273edd5c84dace479
2014-08-20 14:28:05 -04:00
Botond Ballo
4461a328f0 Bug 1042974 - Gtests for scrollgrab. r=kats
--HG--
extra : rebase_source : 1de35060a59c594bde0c7c003775b32fb71b6d51
2014-08-20 13:22:36 -04:00
Botond Ballo
ed538fb149 Bug 1042974 - Dispatch flings to the right scrollable element in the presence of scrollgrab. r=kats
--HG--
extra : rebase_source : b2282c8fb958d91160d7b89790baf97ada591804
2014-08-18 16:12:43 -04:00
L. David Baron
1cc0c4a825 Bug 1048838 - Add mochitest for transitions and restyles. No review.
The third test fails without the patch, and passes with the patch.
2014-08-20 14:57:21 -07:00
Brian Birtles
bd8fd74043 Bug 1048838 - Properly invalidate the style rule in nsTransitionManager::StyleContextChanged. r=dbaron
This patch fixes a regression from
https://hg.mozilla.org/mozilla-central/rev/31695984cfe2 (bug 1025709). That
patch replaced the EnsureStyleRuleFor method on ElementTransitions and
ElementAnimations with a common method in CommonElementAnimationData.

ElementTransitions::EnsureStyleRuleFor would create a new style rule if
there was no style rule (mStyleRule == nullptr) or if the refresh time was
old (mStyleRuleRefreshTime != aRefreshTime).

ElementAnimations::EnsureStyleRuleFor, however, would create a new style rule
only if mStyleRuleRefreshTime was null or old since a null style rule may
still be valid for animations (unlike transitions). If we bail as soon as we
a null style rule we would never update mNeedsRefreshes when the animation
finishes.

The unified version of EnsureStyleRuleFor in CommonElementAnimationData
adopted the behavior from ElementAnimations checking for a null or old
mStyleRuleRefreshTime.

However, nsTransitionManager::StyleContextChanged sets mStyleRule to nullptr
to indicate that we need to generate a new style rule. This means that we
will fail to create a style rule for the transition in some cases.

This patch addresses this by making nsTransitionManager::StyleContextChanged
set mStyleRuleRefreshTime to a null timestamp. Setting mStyleRule to nullptr
is no longer necessary since EnsureStyleRuleFor will do this when necessary
and nsTransitionManager::mStyleRule is only used after calling
EnsureStyleRuleFor.
2014-08-12 16:57:21 +09:00
Daniel Holbert
9e00e9b79d Bug 1020661: Ignore GCC warning Wunused-local-typedefs inside of webrtc's scoped_ptr.h header. r=jesup 2014-08-20 14:56:12 -07:00
Ralph Giles
6854223d6a Bug 1056232 - Expect fmp4 pref in canPlayType. r=cpearce
The media.fragmented-mp4.exposed pref affects the support status
of video/mp4 reported by canPlayType. Take this into account
in the mochitest.
2014-08-20 11:06:00 -07:00
Ralph Giles
ce24f4bf9e Bug 1056288 - Remove unused OggPacketQueue::PushBack. r=cpearce 2014-08-20 13:27:00 -07:00
Nathan Froyd
e0fec4213c Bug 1056288 - Fix thinko in OggPacketQueue. r=cpearce. 2014-08-20 12:44:00 -07:00
Paul Adenot
beddbe7ebf Bug 1056032 - Test that we can decode an mp3 using decodeAudioData. r=ehsan
--HG--
rename : content/media/test/small-shot.mp3 => content/media/webaudio/test/small-shot.mp3
2014-08-20 17:23:24 -04:00
Paul Adenot
65ddf9adfb Bug 1056032 - Make sure COM is initialized when trying to decode an mp3 using decodeAudioData. r=cpearce 2014-08-20 17:23:22 -04:00
Ryan VanderMeulen
8160a1acfa Backed out changeset 6e6bc1bcf229 (bug 1052740) for mochitest-bc crashes.
CLOSED TREE
2014-08-20 16:34:38 -04:00
Ryan VanderMeulen
655d07d1e0 Merge m-c to inbound. a=merge
CLOSED TREE
2014-08-20 16:23:04 -04:00
Ryan VanderMeulen
9767936074 Merge inbound to m-c. a=merge 2014-08-20 16:14:23 -04:00
Ryan VanderMeulen
e7caadca50 Merge fx-team to m-c. a=merge 2014-08-20 15:56:32 -04:00
Daniel Holbert
e11216a620 Bug 1041951 followup: Fix broken comparison against NS_FONT_VARIANT_CAPS_SMALLCAPS, to use != instead of negation. r=dbaron 2014-08-20 11:07:26 -07:00
B2G Bumper Bot
1357139cee Bumping manifests a=b2g-bump 2014-08-20 10:26:25 -07:00
Jared Wein
371ae6518a Bug 947574 - Switch browser_426329.js to use tasks to avoid intermittent failure. r=Gijs 2014-08-20 13:22:14 -04:00
B2G Bumper Bot
671b2a3623 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/ecfb83057457
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Revert " Bug 1055972 - disable keyboard uninstallation test."

This reverts commit e276b38a14e89c8b5bb36052f475d37716656d2a.
2014-08-20 10:20:32 -07:00
Benjamin Smedberg
6e1f733133 Bug 1012924 diagnostics - increase the log length to 10, r=gfritzsche 2014-08-20 13:07:28 -04:00
Mike Conley
88c631d8bb Bug 1050447 - Skip focusing content if we're opening a new about:blank or about:newtab tab. r=dao, feedback=jimm.
This fixes a change in order of focus events for e10s after bug 1009628 landed.
We were accidentally focusing the content after focusing the URL bar for new
tabs. We now skip focusing the content entirely when opening a new tab.

--HG--
extra : histedit_source : a6c140d4e2b4677209b039880922c29e7c24b584
2014-08-20 11:23:43 -04:00
Dave Hylands
4c3f030ade Bug 1049240 - Integrate MTP with the AutoMounter. r=echou 2014-08-19 13:41:35 -07:00
B2G Bumper Bot
a0390d44ab Bumping manifests a=b2g-bump 2014-08-20 08:42:11 -07:00
B2G Bumper Bot
dba4608cf9 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/839bc16aa4da
Author: Sergi Mansilla <sergi.mansilla@gmail.com>
Desc: Merge pull request #21831 from sergi/blank_screen

Bug 1038815 - Contacts can get into a 'frozen' state in some cases r=francisco

========

https://hg.mozilla.org/integration/gaia-central/rev/71757326ac8c
Author: Sergi Mansilla <sergi.mansilla@gmail.com>
Desc: Bug 1038815 - Contacts can get into a 'frozen' state in some cases
2014-08-20 08:40:32 -07:00
Ed Morley
ac5b975368 Merge mozilla-central and b2g-inbound 2014-08-20 15:19:45 +01:00
Ed Morley
30ed9ba40d Merge latest green fx-team changeset and mozilla-central; a=merge 2014-08-20 15:14:31 +01:00
B2G Bumper Bot
66705cb9ad Bumping manifests a=b2g-bump 2014-08-20 07:01:57 -07:00
Ed Morley
83a5064ff2 Merge latest green b2g-inbound changeset and mozilla-central; a=merge 2014-08-20 14:46:55 +01:00
Ed Morley
636cd76343 Merge latest green inbound changeset and mozilla-central; a=merge 2014-08-20 14:26:11 +01:00
B2G Bumper Bot
f417d90346 Bumping manifests a=b2g-bump 2014-08-20 06:21:50 -07:00
B2G Bumper Bot
715aa24961 Bumping gaia.json for 7 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/07bbb7902390
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Merge pull request #23041 from aosmond/fix_record_error_display

Bug 1055619

========

https://hg.mozilla.org/integration/gaia-central/rev/83bd19b9d82b
Author: Andrew Osmond <aosmond@gmail.com>
Desc: Add brief comment clarifying why we ignore err param

========

https://hg.mozilla.org/integration/gaia-central/rev/ca35d90b391d
Author: Andrew Osmond <aosmond@gmail.com>
Desc: Fix copy and paste error (and source) for error callback prototype

========

https://hg.mozilla.org/integration/gaia-central/rev/3f2a07a4e861
Author: Andrew Osmond <aosmond@gmail.com>
Desc: Make gecko recording errors display a generic error message instead of nothing

========

https://hg.mozilla.org/integration/gaia-central/rev/49fb677abe5b
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Merge pull request #23047 from eliperelman/bug-1048593

Bug 1048593 - Changing system confirm dialogs to account for software home button

========

https://hg.mozilla.org/integration/gaia-central/rev/01eb2885d83a
Author: Eli Perelman <eli@eliperelman.com>
Desc: Bug 1048593 - Changing system confirm dialogs to account for software home button

========

https://hg.mozilla.org/integration/gaia-central/rev/a957930ad1d2
Author: Ed Morley <emorley@mozilla.com>
Desc: Revert "Bug 1052503 - [Rocketbar] Update loading progress bar r=benfrancis" for B2G debug emulator xpcshell timeouts

This reverts commit 3a31d1317cffb14fb0636467ce2dcca15c9b19d3.
2014-08-20 06:15:36 -07:00
B2G Bumper Bot
b62ce66617 Bumping manifests a=b2g-bump 2014-08-20 06:08:45 -07:00
B2G Bumper Bot
3f3d12b31b Bumping manifests a=b2g-bump 2014-08-20 02:56:30 -07:00
B2G Bumper Bot
6828c9cbd1 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/03a4bc3b7d10
Author: Min-Zhong "John" Lu <jlu@mozilla.com>
Desc: Merge pull request #23064 from mnjul/bug_1055908_add_missing_test_for_1035117

Bug 1055908 - Add missing unit-tests for bug 1035117. r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/524d27f447db
Author: John Lu [:mnjul] <jlu@mozilla.com>
Desc: Bug 1055908 - Add missing unit-tests for bug 1035117
2014-08-20 02:50:32 -07:00