Mike Hommey
2c44fc1958
Bug 1157299 - Use HTTPS for mach pastebin. r=gps
...
Submitting to HTTP just redirects to the main page on HTTPS, without storing the paste.
2015-04-25 08:28:24 +09:00
Geoff Brown
f55f3002b3
Bug 1158005 - Disable testAppMenuPathways on Android 4.3 for intermittent failures; r=trivial,test-only
2015-04-24 17:19:28 -06:00
Geoff Brown
c90283cf66
Bug 1158384 - Disable testBrowserDiscovery on Android 4.3; r=trivial,test-only
2015-04-24 17:19:27 -06:00
Geoff Brown
7880da8a32
Bug 1158363 - Disable testTrackingProtection on Android 4.3; r=trivial, test-only
2015-04-24 17:19:26 -06:00
Geoff Brown
1736a4a6a5
Bug 1078287 - Disable test_Range-mutations on Android 4.3 for intermittent failures; r=trivial,test-only
2015-04-24 17:19:25 -06:00
Kyle Huey
2923e02236
Bug 1158366: Remove nsIDOMHTML[BR|Div|Heading|TableCaption|Table|Title]Element.idl. r=ehsan
2015-04-24 16:09:30 -07:00
Dan Glastonbury
32c4bc4c66
Bug 1048724 - Sort out Transform Feedback Varyings. r=jgilbert
2015-04-25 08:26:50 +10:00
Martin Thomson
062ace4d96
Bug 1158296 - Allow ECDSA key export in WebCrypto, r=rbarnes
2015-04-24 12:56:46 -07:00
Nikhil Marathe
d4c645f0cb
Bug 1154494 - Hit network only once. r=baku,bkelly
2015-04-13 21:05:28 -07:00
Nikhil Marathe
20e49fd469
Bug 1157692 - Add dom.caches.enabled pref to test. r=bkelly
2015-04-23 08:46:03 -07:00
Wes Kocher
11cdaec5cf
Backed out changeset 517b9b831685 (bug 1157066) for build bustage
2015-04-24 14:56:55 -07:00
Timothy Nikkel
65c9025b1a
Bug 1157066. When reading back the OMTA transfrom of a layer don't include transforms from async panning or zooming. r=kats,birtles
...
Containerless scrolling means that the pan zoom controller applies it's transforms (to compensate for differences between the state of layout the last time we painted and the current state as composited to the screen) to the layers that are scrolled instead of the container layer that contains the layers that scroll.
When running test_animations_omta.html there is a zoom of 1.306122 applied, and the page is scrolled down to 67 screen pixels (before the test starts, not sure why exactly). Gecko scrolls as close to 67 screen pixels as it can: 67/1.306122 = 51.29689 css pixels, which is 3077.813 appunits. Gecko scrolls to 3078 app units. When AsyncCompositionManager::TransformScrollableLayer runs we calculate the scroll position of gecko and the current scroll position that the pan zoom controller is using. Since there are no async pan or zoom operations taking place these should match. However when the gecko scroll position is calculated we get 3078/60*1.306122 = 67.0040586. So it applies a transform of 0.0040586 to the container layer for the transform that test_animations_omta.html is animating off main thread. When test_animations_omta.html reads the transform of this layer it fails because it's expecting 0 and 0.0040586 is outside of it's epsilon for considering it to be close enough.
2015-04-24 16:41:56 -05:00
Ben Kelly
cbb5adc74f
Bug 1158319 Cache should throw SecurityError if the principal is incorrect. r=ehsan
2015-04-24 14:36:02 -07:00
Tom Schuster
7fe6a58a20
Bug 1154296 - Small GetOwnPropertyDescriptor cleanup. r=jorendorff
2015-04-24 22:06:16 +02:00
Wes Kocher
f14d066052
Backed out changeset a12f0f05779c (bug 1125205) for dt4 failures CLOSED TREE
2015-04-24 13:06:46 -07:00
Ryan VanderMeulen
918a8d6141
Backed out changesets a486dcc9c233 and 7164a2488b28 (bug 1157908) for various Android test failures.
...
CLOSED TREE
2015-04-24 16:01:17 -04:00
Ryan VanderMeulen
fdd8fb6cd1
Merge m-c to inbound. a=merge
...
CLOSED TREE
2015-04-24 15:58:56 -04:00
Nathan Froyd
cbba27555a
Bug 1155816 - followup - delete trailing whitespace, DONTBUILD for whitespace-only change; r=tidybot
2015-04-24 15:46:45 -04:00
Ryan VanderMeulen
78196ec059
Merge inbound to m-c. a=merge
2015-04-24 15:42:31 -04:00
B2G Bumper Bot
f9d5ecd745
Bumping manifests a=b2g-bump
2015-04-24 09:47:33 -07:00
B2G Bumper Bot
0a9e084dd7
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/70ab08a2dadc
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1157741 - merge pull request #29691 from KevinGrandon:bug_1157741_event_safety_scope to mozilla-b2g:master
========
https://hg.mozilla.org/integration/gaia-central/rev/999da2100de7
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1157741 - Filter transitionend calls within eventSafety library r=etienne
2015-04-24 09:45:21 -07:00
B2G Bumper Bot
1355d0599c
Bumping manifests a=b2g-bump
2015-04-24 09:30:04 -07:00
B2G Bumper Bot
4e5dfacf2a
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/5a94154908da
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1157885 - merge pull request #29704 from KevinGrandon:bug_1157885_search_escape_terms to mozilla-b2g:master
========
https://hg.mozilla.org/integration/gaia-central/rev/cb0ad67c803d
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1157885 - [Search] Encode rocketbar search parameter r=daleharvey
2015-04-24 09:27:53 -07:00
David Major
1ebb4c286e
Bug 1130061: Block version 1.5 of vwcsource.ax. r=bsmedberg
2015-04-24 11:29:40 -04:00
Bas Schouten
3dcaa37622
Bug 1143806: Tolerate timeouts occurring if a device driver is in the process of resetting. r=jrmuizel
2015-04-24 17:09:42 +02:00
Nicolas B. Pierron
cace683f14
Bug 1149119 - Do not inline bound functions with non-atomized arguments. r=jandem
2015-04-24 16:26:08 +02:00
Nicolas B. Pierron
2db4437682
Bug 1149119 - Use Atoms in the template object hold by Baseline. r=jandem
2015-04-24 16:26:07 +02:00
David Anderson
1560992fa3
Mark unaccelerated antialiasing reftest failures with APZ as fuzzy. (bug 1157716, r=mstange)
...
With APZ, we always layerize the first scrollable element of the page,
if the page itself is not scrollable. These additional layers can cause
fuzzy reftest failures in two ways: differences in blending, and by
disabling sub-pixel test anti-aliasing. The latter is only a problem
with unaccelerated drawing, because we don't support component alpha
layers with BasicLayers. (We also don't support them with
BasicCompositor, but "Reftest unaccelerated" only tests BasicLayers).
2015-04-24 10:13:32 -04:00
Lee Salzman
7be5bfbc87
Bug 1158154 - Add gtk_window_set_auto_startup_notification to mozgtk stubs. r=nical
2015-04-24 16:09:46 +02:00
Ryan VanderMeulen
c9d69c37a2
Backed out changeset 5f97bf645c13 (bug 1157343) for tp crashes.
2015-04-24 10:09:23 -04:00
Sotaro Ikeda
eb84ead282
Bug 1154411 - Do not close same fd twice r=bent
2015-04-24 06:18:13 -07:00
Andreas Tolfsen
89bd95d8ae
Bug 1158113: Removing two straggling error codes from Marionette
...
r=davehunt
2015-04-24 12:06:43 +01:00
Carsten "Tomcat" Book
180d5aad20
Merge mozilla-central to mozilla-inbound
2015-04-24 14:57:12 +02:00
Carsten "Tomcat" Book
c76ef69f41
merge mozilla-inbound to mozilla-central a=merge
2015-04-24 14:37:13 +02:00
Carsten "Tomcat" Book
f18d57884c
merge fx-team to mozilla-central a=merge
2015-04-24 14:24:46 +02:00
Brian Hackett
7204f53c8e
Bug 1157809 - Optimizing scanning of unboxed plain objects and typed objects during nursery collections, r=terrence.
2015-04-24 05:50:03 -06:00
Aryeh Gregor
5559b42167
Bug 1154701 part 14 - Remove unused nsCOMArray cruft; r=ehsan
2015-04-24 14:27:36 +03:00
Aryeh Gregor
ceee182c20
Bug 1154701 part 13 - Clean up nsHTMLEditor::SetCSSBackgroundColor; r=ehsan
2015-04-24 14:27:36 +03:00
Aryeh Gregor
42e024a5e1
Bug 1154701 part 12 - Switch nsEditor::mDocStateListeners to nsTArray; r=ehsan
2015-04-24 14:27:36 +03:00
Aryeh Gregor
c0859eb2c9
Bug 1154701 part 11 - Switch nsEditor::mEditorObservers to nsTArray; r=ehsan
2015-04-24 14:27:36 +03:00
Aryeh Gregor
84b82b8a8a
Bug 1154701 part 10 - Switch nsEditor::mActionListeners to nsTArray; r=ehsan
2015-04-24 14:27:36 +03:00
Aryeh Gregor
b9e21bcba1
Bug 1154701 part 9 - Clean up nsHTMLEditor::RelativeFontChange; r=ehsan
2015-04-24 14:27:36 +03:00
Aryeh Gregor
0a91545372
Bug 1154701 part 8 - Clean up nsHTMLEditor::SetInlinePropertyOnNode; r=ehsan
2015-04-24 14:27:35 +03:00
Aryeh Gregor
ec4f9082a8
Bug 1154701 part 7 - Clean up nsHTMLEditor::SetInlineProperty; r=ehsan
2015-04-24 14:27:35 +03:00
Aryeh Gregor
55df320c95
Bug 1154701 part 6 - Clean up nsHTMLEditor::SetInlinePropertyOnNodeImpl; r=ehsan
2015-04-24 14:27:35 +03:00
Aryeh Gregor
8ee8ed29c6
Bug 1154701 part 5 - Switch nsHTMLEditor::objectResizeEventListeners to nsTArray; r=ehsan
2015-04-24 14:27:35 +03:00
Aryeh Gregor
879c23b05e
Bug 1154701 part 4 - Switch nsHTMLEditor::mContentFilters to nsTArray; r=ehsan
2015-04-24 14:27:35 +03:00
Aryeh Gregor
3822444332
Bug 1154701 part 3 - Clean up nsHTMLEditor::GetListAndTableParents, DiscoverPartialListsAndTables, ScanForListAndTableStructure, ReplaceOrphanedStructure; r=ehsan
2015-04-24 14:27:35 +03:00
Aryeh Gregor
d9f91a37a9
Bug 1154701 part 2 - Use more OwningNonNull in editor; r=ehsan
2015-04-24 14:27:35 +03:00
Aryeh Gregor
1bcd6b15f3
Bug 1154701 part 1 - Clean up nsHTMLEditor::CreateListOfNodesToPaste; r=ehsan
2015-04-24 14:27:35 +03:00