Julian Seward
c118a020d7
Bug 883126 - Improve performance of EXIDX unwinding in Breakpad. r=ted
2013-06-25 15:56:08 +02:00
Ed Morley
bfefd2aa26
Backed out changeset 7f9cf2a04252 (bug 828088) for near-permaorange metro test runs
2013-06-25 14:51:33 +01:00
Ed Morley
edac9670da
Bug 845162 - Disable test_playback.html and test_seek.html on Android for too many intermittent failures
2013-06-25 14:41:34 +01:00
Ed Morley
2dcc79e81f
Backed out changeset 1d5db5f16a32 (bug 874669) for failures in test_bug716822.html
2013-06-25 14:18:52 +01:00
Ed Morley
de6da097d6
Backed out changeset d7c237784ce9 (bug 886230) for B2G mochitest-9 failures in test_bug582181-1.html
2013-06-25 13:45:09 +01:00
Jan de Mooij
8f0987a904
Bug 885660 - Fix Ion bailouts to overwrite arguments on the stack at the end of the bailout. r=djvj
2013-06-25 14:15:08 +02:00
Masatoshi Kimura
879cb0cecb
Bug 874669 - Remove legacy event type constants. r=smaug CLOBBER
2013-06-25 20:29:14 +09:00
Ed Morley
56cd4d45f3
Backed out changeset 8284007baae4 (bug 878674) for Android startup java exceptions
2013-06-25 11:26:00 +01:00
Ed Morley
675b6105ce
Backed out changeset 30bf232b44f7 (bug 878674)
2013-06-25 11:25:30 +01:00
Emanuel Hoogeveen
ea1eb05d97
Bug 886128 - Fix various clang warnings and some potential bugs in nonstandard configurations. r=nnethercote,terrence.
...
--HG--
extra : rebase_source : 0d833ecc9879f5d9fd0a28f9b4eca7793d01aa40
2013-06-24 21:32:05 -07:00
Birunthan Mohanathas
694f519ab3
Bug 857334 - Fix crash in mozilla::a11y::XULTextFieldAccessible::FrameSelection
...
Bug 857334 - Fix crash in mozilla::a11y::XULTextFieldAccessible::FrameSelection, r=tbsaunde
2013-06-22 00:29:00 +02:00
Nicholas Cameron
f00949e74d
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
c6340eaec8
Backed out changeset 02f3a517a7c7 (bug 886225) for breaking mochitest on a CLOSED TREE
2013-06-25 09:46:34 +01:00
Jonathan Kew
9e959c6a86
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
b606d6d74d
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
1a7c2760ed
Bug 886241 - IonMonkey: Enable inlined arguments_get_elem for constant index, r=djvj
2013-06-25 09:57:17 +02:00
Hannes Verschore
091ae510ce
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
1574caaa6a
Bug 886225 - Ci is not defined in SpecialPowersObserverAPI. r=gwagner
2013-06-25 15:28:28 +08:00
L. David Baron
5f034ee3ca
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
10bf116e6a
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
52c7134e66
Back out 8e83da248fc9 (bug 886635) for warnings-as-errors bustage
...
CLOSED TREE
2013-06-24 23:44:52 -07:00
Phil Ringnalda
42e2a3397c
Back out 2332bb3fe186:10f70b8b04fe (bug 858937) for warnings-as-errors bustage
...
CLOSED TREE
2013-06-24 23:42:05 -07:00
Daniel Holbert
6bb8d57c98
Bug 886611 part 2: Rename the nsSVGUtils function SetupCairoStrokeHitGeometry() to SetupCairoStrokeGeometry() . r=longsonr
2013-06-24 23:05:32 -07:00
Daniel Holbert
db757534db
Bug 886611 part 1: Rename the nsSVGUtils function SetupCairoStrokeGeometry() to SetupCairoStrokeBBoxGeometry() . r=longsonr
2013-06-24 23:05:31 -07:00
Cameron McCormack
abf1179f39
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
cb5a6c8733
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
53bb786d27
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
60056772e7
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
ba969e9990
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
467f3a83a2
Bug 870103 - Disable plugins and HTML5 media in BackgroundPageThumbs's browser. r=markh
2013-06-24 22:07:12 -07:00
Phil Ringnalda
113fe63370
Merge m-c to m-i
2013-06-24 21:56:24 -07:00
Phil Ringnalda
0eee06b468
Merge m-i to m-c
2013-06-24 21:54:17 -07:00
Brian Nicholson
b7341e944e
Bug 849847 - Make about:home scrollable with the analog stick. r=Cwiiis
2013-06-24 21:44:07 -07:00
Gaia Pushbot
90f6ea569c
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
9369d44643
Back out b0303f19d6fe (bug 886168) for turning on failing tests
...
CLOSED TREE
2013-06-24 19:11:44 -07:00
Phil Ringnalda
95e183841c
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
29f4d2bf1b
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
214023b763
Merge m-c and inbound on a CLOSED TREE.
2013-06-24 21:00:41 -04:00
Ryan VanderMeulen
6c70133936
Merge birch and m-c.
2013-06-24 20:59:43 -04:00
Phil Ringnalda
bbedbe6765
Back out 398f67b7d629 (bug 874669) for mochitest-1 failures
...
CLOSED TREE
2013-06-24 17:26:36 -07:00
William Lachance
2c446feb25
Bug 885365 - Print testroot in mochitest/reftest for fennec;r=jmaher
2013-06-24 17:15:40 -07:00
Phil Ringnalda
f0f4f8bebd
Merge m-c to m-i
2013-06-24 16:51:59 -07:00
Brian Smith
5db0a4cf74
Bug 759257: Remove InfallableCopyCString [sic], r=hurley
2013-06-24 16:46:08 -07:00
Nicholas Nethercote
e85c430408
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
01313ebd4b
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
0fe5666050
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
87ee810739
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
e3122fb4b8
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
b409769f4f
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
9e557db6e9
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