Commit Graph

136093 Commits

Author SHA1 Message Date
Nicholas Cameron
619ee71fa7 Bug 878142; be more precise about removing the animation manager from the refresh driver. r=dbaron 2013-06-25 20:58:46 +12:00
Ed Morley
be4af04bc8 Backed out changeset 02f3a517a7c7 (bug 886225) for breaking mochitest on a CLOSED TREE 2013-06-25 09:46:34 +01:00
Jonathan Kew
3d9448c071 bug 878674 - pt 2 - clean up obsolete copies of packaged fonts from the Android filesystem. r=blassey 2013-06-25 09:14:37 +01:00
Jonathan Kew
d3da72928e bug 878674 - pt 1 - load Fennec bundled fonts directly from omnijar without copying them out to the filesystem. r=roc 2013-06-25 09:14:03 +01:00
Hannes Verschore
e16676b51f Bug 886241 - IonMonkey: Enable inlined arguments_get_elem for constant index, r=djvj 2013-06-25 09:57:17 +02:00
Hannes Verschore
4ed67b02f1 Bug 884989: OdinMonkey: Check argument types before enabling ffi fastpath to IM, r=luke 2013-06-25 09:55:33 +02:00
Fernando Jiménez
bb3c75dadd Bug 886225 - Ci is not defined in SpecialPowersObserverAPI. r=gwagner 2013-06-25 15:28:28 +08:00
L. David Baron
5bf449ab35 Bug 858937 patch 2: Make off-main-thread CSS transitions/animations code that should be using nsLayoutUtils::GetStyleFrame do so. r=nrc
The fixes to the miniflush code
(nsTransitionManager::UpdateThrottledStyle and UpdateAllThrottledStyles)
fix the case where we constructed totally incorrect style contexts for
outer table frames (which have special style contexts inheriting from
the table frame) during the miniflush, leading to inconsistent style
data and other bad things, when we should have been touching the style
on the table frame instead.

The fixes to the other OMTA codepaths lead to layer tests being
performed on the same frame that the styles will be applied to, and
probably fix real bugs (which would occur when animating opacity or
transform on a table).
2013-06-24 22:32:10 -07:00
L. David Baron
7ec07e319b Bug 858937 patch 1: Add nsLayoutUtils::GetStyleFrame() variant taking nsIContent*, and use it for two existing users of the variant taking nsIFrame*. r=nrc 2013-06-24 22:32:10 -07:00
Phil Ringnalda
79549f98dd Back out 8e83da248fc9 (bug 886635) for warnings-as-errors bustage
CLOSED TREE
2013-06-24 23:44:52 -07:00
Phil Ringnalda
83b45dda07 Back out 2332bb3fe186:10f70b8b04fe (bug 858937) for warnings-as-errors bustage
CLOSED TREE
2013-06-24 23:42:05 -07:00
Daniel Holbert
9d41eb15f3 Bug 886611 part 2: Rename the nsSVGUtils function SetupCairoStrokeHitGeometry() to SetupCairoStrokeGeometry() . r=longsonr 2013-06-24 23:05:32 -07:00
Daniel Holbert
310aa40a9d Bug 886611 part 1: Rename the nsSVGUtils function SetupCairoStrokeGeometry() to SetupCairoStrokeBBoxGeometry() . r=longsonr 2013-06-24 23:05:31 -07:00
Cameron McCormack
e5f75898fc Bug 886230 - Don't paint SVG text under DrawWindow(..., DRAWWINDOW_DO_NOT_FLUSH) when frames are dirty. r=roc 2013-06-25 16:01:38 +10:00
L. David Baron
5c59bc82cb Bug 886635: HTMLCanvasElement.h (which is included in dom/bindings) should not include nsLayoutUtils.h r=khuey
(It still ends up included in dom/bindings, though.)
2013-06-24 22:32:11 -07:00
L. David Baron
9e55192f4e Bug 858937 patch 2: Make off-main-thread CSS transitions/animations code that should be using nsLayoutUtils::GetStyleFrame do so. r=nrc
The fixes to the miniflush code
(nsTransitionManager::UpdateThrottledStyle and UpdateAllThrottledStyles)
fix the case where we constructed totally incorrect style contexts for
outer table frames (which have special style contexts inheriting from
the table frame) during the miniflush, leading to inconsistent style
data and other bad things, when we should have been touching the style
on the table frame instead.

The fixes to the other OMTA codepaths lead to layer tests being
performed on the same frame that the styles will be applied to, and
probably fix real bugs (which would occur when animating opacity or
transform on a table).
2013-06-24 22:32:10 -07:00
L. David Baron
8a290dce94 Bug 858937 patch 1: Add nsLayoutUtils::GetStyleFrame() variant taking nsIContent*, and use it for two existing users of the variant taking nsIFrame*. r=nrc 2013-06-24 22:32:10 -07:00
Sam Foster
56291d2871 Bug 828088 - Rework richgrid and richgriditem bindings to use css columns for down-then-across grids. r=fryn
--HG--
extra : rebase_source : 797845516ce09fab93cfc0690ee204fa9cc0a157
2013-06-24 18:24:09 -07:00
Drew Willcoxon
9bbf344710 Bug 870103 - Disable plugins and HTML5 media in BackgroundPageThumbs's browser. r=markh 2013-06-24 22:07:12 -07:00
Phil Ringnalda
de1e4005d8 Merge m-c to m-i 2013-06-24 21:56:24 -07:00
Phil Ringnalda
4d8a8aa9ee Merge m-i to m-c 2013-06-24 21:54:17 -07:00
Brian Nicholson
0f7eb3d072 Bug 849847 - Make about:home scrollable with the analog stick. r=Cwiiis 2013-06-24 21:44:07 -07:00
Gaia Pushbot
0a01b9a3cf Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/a0809fcd4886
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #10591 from KevinGrandon/bug_886524_logging_spam

Bug 886524 - Fix CSS error/logging

========

https://hg.mozilla.org/integration/gaia-central/rev/1458ef94db38
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 886524 - Fix CSS error/logging
2013-06-24 19:40:23 -07:00
Phil Ringnalda
c68b279f95 Back out b0303f19d6fe (bug 886168) for turning on failing tests
CLOSED TREE
2013-06-24 19:11:44 -07:00
Phil Ringnalda
8f3424da1c Back out 0e276ed2d7c3 (bug 884651) for Linux test_streams_element_capture.html timeouts
CLOSED TREE
2013-06-24 18:29:34 -07:00
Phil Ringnalda
8caad2f15f Back out 1aa1a42a471f:bf03279e2b50 (bug 885169) for b2g/Android bustage on a CLOSED TREE
--HG--
extra : rebase_source : f3931316d2daa132bbe088a06877a5190b60bbd9
2013-06-24 18:00:46 -07:00
Ryan VanderMeulen
715d9a7de3 Merge m-c and inbound on a CLOSED TREE. 2013-06-24 21:00:41 -04:00
Ryan VanderMeulen
33b0355734 Merge birch and m-c. 2013-06-24 20:59:43 -04:00
Phil Ringnalda
d27bda4e98 Back out 398f67b7d629 (bug 874669) for mochitest-1 failures
CLOSED TREE
2013-06-24 17:26:36 -07:00
William Lachance
ff6f298116 Bug 885365 - Print testroot in mochitest/reftest for fennec;r=jmaher 2013-06-24 17:15:40 -07:00
Phil Ringnalda
bd2fa2877b Merge m-c to m-i 2013-06-24 16:51:59 -07:00
Brian Smith
980eed7f7e Bug 759257: Remove InfallableCopyCString [sic], r=hurley 2013-06-24 16:46:08 -07:00
Nicholas Nethercote
f600113d63 Bug 886205 (part 2) - Move some function definitions from vm/ObjectImpl-inl.h to vm/ObjectImpl.h. r=terrence.
--HG--
extra : rebase_source : c12d632b99542002954f02b7004cbbcfdee7f6c5
2013-06-24 16:03:02 -07:00
Nicholas Nethercote
4f4e32f265 Bug 886205 (part 1) - Move some function definitions from gc/Barrier-inl.h to gc/Barrier.h. r=terrence.
--HG--
extra : rebase_source : d6eeb4f6273c36069a8bbb28033737c2aec40ba0
2013-06-24 15:55:52 -07:00
Gaia Pushbot
ea44ca583a Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/72ed45c245c8
Author: John Ford <john@johnford.info>
Desc: Merge pull request #10539 from beber400/828915-fix-buttons-settings

fix bug 828915 - changed buttons style in Settings app

========

https://hg.mozilla.org/integration/gaia-central/rev/2fc97627d8bc
Author: beber400 <beber4c@gmail.com>
Desc: fix bug 828915 - changed buttons style in Settings app
2013-06-24 15:50:23 -07:00
Gaia Pushbot
116d07c642 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/0418622ce5f3
Author: John Ford <john@johnford.info>
Desc: Merge pull request #10494 from aajain/bug842551

Bug 884969 - SMS status report setting not getting updated correctly r=s...

========

https://hg.mozilla.org/integration/gaia-central/rev/8c1013fc95b9
Author: Anshul Jain <anshulj@codeaurora.org>
Desc: Bug 884969 - SMS status report setting not getting updated correctly r=schung

Change-Id: Id14aa62141b4f247f57e9b176c6be84a3b440339
2013-06-24 15:40:27 -07:00
Gaia Pushbot
c83b68ec6a Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/c9e0afc4d1f5
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #8726 from leob2g/Bug_852361_Device_is_shut_down_when_battery_level_become_two_percents

Bug 852361 - [System] Device is shut down when battery level become two percents

========

https://hg.mozilla.org/integration/gaia-central/rev/41bb7b46f7ed
Author: sungwoo.yoon <sungwoo.yoon@lge.com>
Desc: Bug 852361 - [System] When battery level become two percents, device is shut down
2013-06-24 14:00:23 -07:00
Gaia Pushbot
0532ca7e5d Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/2c1974f22ebb
Author: David Flanagan <dflanagan@mozilla.com>
Desc: Merge pull request #10436 from rexboy7/fix-bug873301

Bug 873301 - [Video] Change path pattern with new device storage API on ... r=davidflanagan

========

https://hg.mozilla.org/integration/gaia-central/rev/217be4d4f6cb
Author: Rex Lee <rexboy@mozilla.com>
Desc: Bug 873303 - [Video] Change path pattern with new device storage API on camera files
2013-06-24 13:15:23 -07:00
Gaia Pushbot
b10fb86481 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/8b43df24bb79
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #10583 from KevinGrandon/bug_864751_add_profile_dir_define

Bug 864751 - Fix typo in Makefile

========

https://hg.mozilla.org/integration/gaia-central/rev/7c5d7781c327
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 864751 - Fix typo
2013-06-24 12:50:32 -07:00
Gaia Pushbot
d0dbea8cae Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/4c52da9436b8
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #10498 from KevinGrandon/bug_864751_add_profile_dir_define

Bug 864751 - Add profile directory define

========

https://hg.mozilla.org/integration/gaia-central/rev/6b3559890576
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 864751 - Add profile directory define
2013-06-24 12:30:26 -07:00
Alex Keybl
fcfa80e959 Merging in version bump NO BUG 2013-06-24 11:37:32 -07:00
Alex Keybl
c3397c9c45 Added tag FIREFOX_AURORA_24_BASE for changeset 8d3810543edc 2013-06-24 11:36:44 -07:00
Tim Taubert
153f29cfba merge m-c to fx-team 2013-06-24 14:29:27 -04:00
Tim Taubert
b023ec7677 Bug 886376 - Reduce interval between swapping in a preloaded newtab page and preloading the next one; r=avih 2013-06-24 14:14:19 -04:00
Josh Matthews
a092057ac7 Bug 886387, bug 886391, bug 886393 - Update missed IIDs for changed interfaces. 2013-06-24 19:07:03 +01:00
Ryan VanderMeulen
a7e4a05bcc Merge m-c and fx-team. 2013-06-24 14:03:47 -04:00
Ryan VanderMeulen
916b217bc7 Merge birch and m-c. 2013-06-24 14:01:24 -04:00
Ryan VanderMeulen
1de906acc0 Merge inbound and m-c. 2013-06-24 14:00:41 -04:00
Gaia Pushbot
c8a0d6ce92 Bumping gaia.json for 2 gaia-central revision(s)
Truncated some number of revisions since the previous bump.

========

https://hg.mozilla.org/integration/gaia-central/rev/8625b71fabf9
Author: James Lal <james@lightsofapollo.com>
Desc: Merge pull request #10309 from lightsofapollo/bug-810007-disallow-zero-length-events

Bug 810007 - Disallow zero length events during event creation

========

https://hg.mozilla.org/integration/gaia-central/rev/0dd20d6fb26e
Author: James Lal <james@lightsofapollo.com>
Desc: Bug 810007 - Disallow zero length events during event creation
2013-06-24 10:53:09 -07:00
Justin Wood
2e2eb45787 Bug 885855 - [Build bustage] gfx\2d\RadialGradientEffectD2D1.h(9) : fatal error C1083: Cannot open include file: 'd2d1_1.h': No such file or directory. r=gps, f=InvisibleSmiley, f=Bas
--HG--
extra : rebase_source : aea4bba00ffa4701315ff563f31be6425a439a23
2013-06-24 13:29:09 -04:00