Robert O'Callahan
98c2c7100d
Bug 917755. Part 1.5: Make nsImageLoadingContent more robust in unified builds. r=matspal
...
--HG--
extra : rebase_source : be9acaac5b213666d02d1f6a95f132c46a7ada48
2014-03-12 09:11:37 +08:00
Robert O'Callahan
0c395be75f
Bug 917755. Part 1: Add nsLayoutUtils::TransformCSSPoints and nsLayoutUtils::GetFirstNonAnonymousFrame. r=matspal
...
--HG--
extra : rebase_source : 06e2c83a984d12fce29cd23b93dde54a2e05cf43
2013-09-20 22:21:03 +12:00
Daniel Holbert
3fb7e0486a
Bug 985955: Add eStyleUnit_FlexFraction to list of ignored style units in accessibility code that checks text positioning properties. r=tbsaunde
2014-03-21 09:16:23 +08:00
Daniel Holbert
501666c627
Bug 984786 part 1: Add MOZ_FINAL and private destructors to some refcounted classes in layout. r=dbaron
2014-03-21 09:16:20 +08:00
Nicholas Nethercote
7a7cb4581f
No bug. Fix a misplaced comma in build/automationutils.py. r=nalexander.
...
--HG--
extra : rebase_source : 7f82b008c72c15dfa696d240497c01a44a1fadfa
2014-03-20 17:46:13 -07:00
Cameron McCormack
2f79d9a171
Bug 983528 - Enable paint-order by default on Release/Beta. r=jwatt
2014-03-21 11:56:32 +11:00
Timothy Nikkel
a32b8effb8
Bug 874950. Fix variable name to fix the build. on a CLOSED TREE
2014-03-20 18:46:30 -05:00
Jeff Walden
6bb4464a03
Back out bug 985687, likely cause of js1_8_5/extensions/recursion.js cantankering. r=CLOSED TREE
2014-03-20 16:39:30 -07:00
Bill McCloskey
e3c61577ea
Bug 933462 - [e10s] Pop-up blocking notifications (r=felipe)
2014-03-20 16:31:20 -07:00
Timothy Nikkel
b8a6537bd4
Bug 874950. Don't let fixed position conclude occlude async scrolled content. r=roc
...
It would be incorrect to occlude async scrolled content.
Instead of doing a lot of extra frame tree walking just use the flags on display items to tell if they are in fixed position subtrees.
Also, don't let the fixed position flag on display items get set if we start building display items inside a subdocument. If didn't do this non-fixed content in a subdocument that is in fixed content in the parent document would be marked as in fixed position, and no occlusion would occur at all. This means that the fix applies to slightly less cases which are less important so that a more important case works the same as before.
2014-03-20 18:23:16 -05:00
Timothy Nikkel
25725839ca
Bug 874950. Record on display items if they are inside a fixed position subtree. r=roc
2014-03-20 18:23:16 -05:00
Geoff Brown
0f227f399d
Bug 967704 - Disable a few tests on Android 2.3 for intermittent failures
2014-03-20 17:16:40 -06:00
David Keeler
5e94cb110d
backout bug 985021 (de535cd27ee7) for build breakage r=backout
2014-03-20 16:06:15 -07:00
David Keeler
4f8a213abd
bug 985021 - mozilla::pkix: temporarily accept pathLenConstraint in EE basic constraints extensions r=briansmith
2014-03-20 15:50:12 -07:00
Chris Pearce
2a95c98826
Bug 984698 - Reduce the amount of audio prerolled when we are not also decoding video in the same file. r=padenot
2014-03-21 11:47:17 +13:00
David Keeler
d6d6c34306
bug 985201 - follow-up: fix comment mentioning "Insanity" (it should be "mozilla::pkix") r=me DONTBUILD
2014-03-20 15:36:23 -07:00
Julian Seward
bb12e92049
Bug 970643 - Valgrind does not understand OdinMonkey's guard page mechanism. r=luke.
2014-03-20 23:23:48 +01:00
Shu-yu Guo
dc2736131b
Bug 986139 - Purge caches when preserving PJS JIT code. (r=terrence)
2014-03-20 15:07:57 -07:00
Terrence Cole
a375bd024e
Bug 986147 - Loosen assertions to allow IsAboutToBeFinalized to be used during MinorGC; r=sfink
2014-03-20 14:38:43 -07:00
Jeff Walden
b44fa4bf74
Bug 985687 - Remove vestigial tinyid/shortid references, as well as the field in JSPropertySpec. Followup to bug 975069. r=luke
...
--HG--
extra : rebase_source : 4a9d1d783e658648c4ff210760b38f8353631458
2014-03-11 12:03:56 -07:00
Jeff Walden
03d118d71c
Bug 985695 - Rename JSContext::getLazyType to getSingletonType, because that's the only sense in which it's used. r=terrence
...
--HG--
extra : rebase_source : db9807b0c311c334ae38409f0dfee259f968b8d3
2014-02-07 16:50:28 -08:00
David Keeler
b1405bc489
bug 985201 - rename insanity::pkix to mozilla::pkix r=cviecco r=briansmith
...
--HG--
rename : security/insanity/include/insanity/ScopedPtr.h => security/pkix/include/pkix/ScopedPtr.h
rename : security/insanity/include/insanity/bind.h => security/pkix/include/pkix/bind.h
rename : security/insanity/include/insanity/nullptr.h => security/pkix/include/pkix/nullptr.h
rename : security/insanity/include/insanity/pkix.h => security/pkix/include/pkix/pkix.h
rename : security/insanity/include/insanity/pkixtypes.h => security/pkix/include/pkix/pkixtypes.h
rename : security/insanity/lib/pkixbind.cpp => security/pkix/lib/pkixbind.cpp
rename : security/insanity/lib/pkixbuild.cpp => security/pkix/lib/pkixbuild.cpp
rename : security/insanity/lib/pkixcheck.cpp => security/pkix/lib/pkixcheck.cpp
rename : security/insanity/lib/pkixcheck.h => security/pkix/lib/pkixcheck.h
rename : security/insanity/lib/pkixder.cpp => security/pkix/lib/pkixder.cpp
rename : security/insanity/lib/pkixder.h => security/pkix/lib/pkixder.h
rename : security/insanity/lib/pkixkey.cpp => security/pkix/lib/pkixkey.cpp
rename : security/insanity/lib/pkixocsp.cpp => security/pkix/lib/pkixocsp.cpp
rename : security/insanity/lib/pkixutil.h => security/pkix/lib/pkixutil.h
rename : security/insanity/moz.build => security/pkix/moz.build
rename : security/insanity/test/lib/moz.build => security/pkix/test/lib/moz.build
rename : security/insanity/test/lib/pkixtestutil.cpp => security/pkix/test/lib/pkixtestutil.cpp
rename : security/insanity/test/lib/pkixtestutil.h => security/pkix/test/lib/pkixtestutil.h
2014-03-20 14:29:21 -07:00
Bill McCloskey
bf52860243
Bug 985731 - [e10s] Disable beacon tests (r=ted)
2014-03-20 14:27:24 -07:00
Bill McCloskey
aae6baffd3
Bug 924260 -[e10s] Fix assertion on window close (r=felipe)
2014-03-20 14:26:47 -07:00
George Wright
c447e9eb94
[PATCH 6/6] Bug 985217 - Ensure that our GLContext is current and working at GrGLInterface creation time as Skia now determines extensions at creation time r=snorp
2014-03-18 19:37:56 -04:00
George Wright
158e10b759
[PATCH 5/6] Bug 985217 - Stub out CreateTypeface* for Mac r=snorp
2014-03-17 13:17:49 -04:00
George Wright
6d1d477844
[PATCH 4/6] Bug 985217 - Remove client side array functions as Skia no longer uses/wants them, and set the functions differently following refactoring in GrGLInterface r=snorp
2014-03-20 14:08:19 -04:00
George Wright
e7aad60492
[PATCH 3/6] Bug 985217 - Minor changes to gfx/2d for API changes in Skia r=snorp
2014-03-20 14:07:36 -04:00
George Wright
d72760e960
[PATCH 2/6] Bug 985217 - Enable three legacy APIs in the new Skia r=snorp
2014-03-20 14:06:36 -04:00
George Wright
3c5f3ef4aa
[PATCH 1/6] Bug 985217 - Update Skia to r13827 r=upstream
2014-03-17 07:34:32 -04:00
Ryan VanderMeulen
cab6fcbcfb
Merge m-c to inbound on a CLOSED TREE.
2014-03-20 17:25:03 -04:00
Ryan VanderMeulen
3b9993637f
Merge inbound to m-c.
2014-03-20 17:03:59 -04:00
Ryan VanderMeulen
a5e0e0ab4a
Merge fx-team to m-c.
2014-03-20 16:49:14 -04:00
Ryan VanderMeulen
069bec6611
Backed out 8 changesets (bug 917755) for bustage making inbound a CLOSED TREE.
...
Backed out changeset 98e31d225a5a (bug 917755)
Backed out changeset 43bceca43fb6 (bug 917755)
Backed out changeset 5117e3f594e7 (bug 917755)
Backed out changeset ada41f2f74b8 (bug 917755)
Backed out changeset 5272cfbd63f3 (bug 917755)
Backed out changeset f3bbd98021f7 (bug 917755)
Backed out changeset b049571a7cce (bug 917755)
Backed out changeset 472cb7738e14 (bug 917755)
2014-03-20 16:34:25 -04:00
Ryan VanderMeulen
4bcb7700e6
Backed out changesets 716f942b5798, 48edbd324d0f, 3e6446f6d0e6 (bug 918189) for bustage.
2014-03-20 16:33:54 -04:00
B2G Bumper Bot
490ae21fca
Bumping manifests a=b2g-bump
2014-03-20 12:17:44 -07:00
B2G Bumper Bot
305d59adcc
Bumping manifests a=b2g-bump
2014-03-20 11:51:15 -07:00
B2G Bumper Bot
5aa944c469
Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/a9008fd903e2
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Revert "Bug 983777 - [B2G][Contacts] Tapping the Favorite button on an imported facebook contact will break the Edit Contact button"
This reverts commit a9b63fa5001dfe7e1fa8bdffe2e4bdc5d5221027.
2014-03-20 11:46:03 -07:00
Botond Ballo
1272af0064
Bug 980493 - Update references to mScrollOffset and mZoom in APZC_LOG calls. r=kats
...
--HG--
extra : rebase_source : 73cac39c4c6f5900f834ce690fa447808d30e4ad
2014-03-20 14:36:40 -04:00
Benjamin Smedberg
b95d18d5eb
Fix the test for bug 981842 to expect the new data on a CLOSED TREE.
2014-03-20 13:50:05 -04:00
Tom Schuster
0799170130
Bug 355430 - Fix rooting issue on CLOSED TREE
2014-03-20 18:48:43 +01:00
B2G Bumper Bot
40f6bdd877
Bumping manifests a=b2g-bump
2014-03-20 10:48:11 -07:00
B2G Bumper Bot
4e9f876ec6
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/596d2a4031c3
Author: Fernando Campo <fernando.campo@o2.com>
Desc: Merge pull request #16960 from fcampo/fix-jshint-fte
[FTE] Fixed some jshint errors (r=arcturus, f=julienw)
========
https://hg.mozilla.org/integration/gaia-central/rev/d91a3f5b5bae
Author: Fernando Campo <fernando.campo@o2.com>
Desc: Bug 980344 - [FTE] Fixed some jshint errors
2014-03-20 10:48:00 -07:00
Ryan VanderMeulen
d1d39ca3f2
Bug 983015 - Skip all inputmethod tests in the B2G emulator.
2014-03-20 13:43:14 -04:00
B2G Bumper Bot
d4ddbfba89
Bumping manifests a=b2g-bump
2014-03-20 10:27:39 -07:00
B2G Bumper Bot
2e490017be
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/a8200cb53abe
Author: Michal Budzynski <michal@virtualdesign.pl>
Desc: Merge pull request #17390 from michalbe/polish-button-content
Bug 984315 - Fixing flexboxes in contact button
========
https://hg.mozilla.org/integration/gaia-central/rev/ca3d95ce0e95
Author: Michal Budzynski <michal@virtualdesign.pl>
Desc: [Bug 984315] Fixing flexboxes in contact button
[Bug 984315] Add "carrier" class to the element
[Bug 984315] Proper HTML & styles for the carrier
[Bug 984315] Displaying coma when needed
[Bug 984315] Console logs removed
[Bug 984315] Contact button flex fix
[Bug 984315] Call icon padding fix
[Bug 984315] Moving styles to CSS
[Bug 984315] Last polishing
[Bug 984315] Tests update
[Bug 984315] Use L10N instead of plain text
[Bug 984315] New tests for contact details
[Bug 984315] Lint fixes
[Bug 984315] CSS fix for button padding
[Bug 984315] Merge fix
2014-03-20 10:26:13 -07:00
B2G Bumper Bot
258cd3c02e
Bumping manifests a=b2g-bump
2014-03-20 10:20:59 -07:00
B2G Bumper Bot
59f08033a2
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/06b2c2b7e8d6
Author: Arnau <arnau@arnaumarch.com>
Desc: Merge pull request #17190 from rnowm/981882
Bug 981882 - Update input field design
========
https://hg.mozilla.org/integration/gaia-central/rev/dfd3d3277253
Author: rnowm <arnau@arnaumarch.com>
Desc: Bug 981882 - Update input field design
2014-03-20 10:16:19 -07:00
B2G Bumper Bot
23613b44e2
Bumping manifests a=b2g-bump
2014-03-20 09:41:50 -07:00
B2G Bumper Bot
6d670069a7
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/07b71c055adc
Author: steveck-chung <schung@mozilla.com>
Desc: Merge pull request #17326 from azasypkin/sms
Bug 962659 - [B2G][Contacts] Adjust Remove and Cancel button's position and style in contact deletion confirm for better use experience. r=schung.
========
https://hg.mozilla.org/integration/gaia-central/rev/a9a9d800857b
Author: Aleh Zasypkin <azasypkin@mozilla.com>
Desc: Bug 962659 - [B2G][Contacts] Adjust Remove and Cancel button's position and style in contact deletion confirm for better use experience.
2014-03-20 09:35:45 -07:00