Граф коммитов

419350 Коммитов

Автор SHA1 Сообщение Дата
Trevor Saunders 0e9103d0b1 bug 1159722 - make atk expose more interfaces for proxied accessibles 2015-04-30 14:57:02 -04:00
Daniel Holbert 37bc14ef82 Bug 1156847 followup: annotate workers helper-class "ScriptLoaderRunnable" OnStartRequest/OnStopRequest as override. rs=ehsan 2015-04-30 11:42:16 -07:00
Daniel Holbert d60e0e177e (no bug) Remove a stale reference to a fixed bug in a comment. DONTBUILD, comment-only 2015-04-30 11:42:15 -07:00
Mats Palmgren 167c7e473b Bug 1151201 - [css-grid] Update parsing of 'auto' in track-sizing functions to latest version of the spec. r=simon.sapin 2015-04-30 18:42:50 +00:00
Mats Palmgren f247a57b0a Bug 1146051 part 9 - [css-grid] More grid placement tests and new grid clamping tests. 2015-04-30 18:42:50 +00:00
Mats Palmgren 8140bec714 Bug 1146051 part 8 - [css-grid] Iterate all items again instead of collecting the ones with a definite position in an array which wouldn't be much of win anyway. r=dholbert 2015-04-30 18:42:50 +00:00
Mats Palmgren ba5c6f4116 Bug 1146051 part 7 - [css-grid] Make LineRange::mStart/mEnd into a union with both a signed/unsigned members to make it clear when we're working with translated line numbers and when not. r=dholbert 2015-04-30 18:42:50 +00:00
Mats Palmgren fe5823cb40 Bug 1146051 part 6b - [css-grid] Clamp grid lines after resolving 'auto'. r=dholbert 2015-04-30 18:42:50 +00:00
Mats Palmgren 998fe0239a Bug 1146051 part 6 - [css-grid] Make the grid zero-based after resolving definite lines. r=dholbert 2015-04-30 18:42:50 +00:00
Mats Palmgren fc5f8ce8f9 Bug 1146051 part 5b - [css-grid] Clamp resolved definite lines for abs.pos. to the untranslated grid bounds. r=dholbert 2015-04-30 18:42:50 +00:00
Mats Palmgren 4a11f80b65 Bug 1146051 part 5 - [css-grid] Resolve definite lines such that they expand the implicit grid also to the top/left as needed. Also, implement the 'If not enough lines with that name exist, all lines in the implicit grid are assumed to have that name' spec change when resolving <custom-ident> with <integer> or span. r=dholbert 2015-04-30 18:42:50 +00:00
Mats Palmgren 06a768fad0 Bug 1146051 part 4 - [css-grid] Translate the grid so that the top-/left-most implicit line becomes 1,1. r=dholbert 2015-04-30 18:42:50 +00:00
Mats Palmgren 4fbe133028 Bug 1146051 part 3 - [css-grid] Simplify some code because ResolveLine() never returns kAutoLine. r=dholbert 2015-04-30 18:42:50 +00:00
Mats Palmgren 2f3504012c Bug 1146051 part 2 - [css-grid] Remove dead code because ResolveLine() never returns kAutoLine. r=dholbert 2015-04-30 18:42:50 +00:00
Mats Palmgren e999493eb2 Bug 1146051 part 1 - [css-grid] Change the representation of 'auto' from zero to kAutoLine - an arbitrary number outside the range we clamp definite lines to. r=dholbert 2015-04-30 18:42:50 +00:00
Mats Palmgren 6c806ea505 Bug 1147423 part 2 - [css-grid] Clamp grid lines to the -10000 .. 10000 range. r=dholbert 2015-04-30 18:42:50 +00:00
Mats Palmgren c4cf89e642 Bug 1147423 part 1 - [css-grid] Use a signed integer type for some line variables in preparation for negative implicit lines. r=dholbert 2015-04-30 18:42:50 +00:00
Jonathan Watt f73d9b5a0d Bug 1159053 - Cache SVG getBBox and objectBoundingBox calculations for better performance. r=heycam 2015-04-27 11:15:36 +01:00
Jonathan Watt 53667f9488 Bug 1159208 - Rename variable to avoid misleading prefix. r=longsonr 2015-04-22 17:14:27 +01:00
Sotaro Ikeda fb70b24e9f Bug 1156981 - Split CompositorParent's scheduling of composition to CompositorScheduler r=mchang 2015-04-30 11:35:13 -07:00
Kartikaya Gupta a839cee2fc Bug 1148350 - Add a test. r=botond 2015-04-30 14:30:38 -04:00
Kartikaya Gupta 87abd92743 Bug 1148350 - Have ConvertToGecko use a live screen-to-apzc transform to avoid transform mismatches. r=botond 2015-04-30 14:30:38 -04:00
Kartikaya Gupta 03de57ce9a Bug 1159455 - Fix assorted debugging strings in APZ code. r=botond 2015-04-30 14:30:37 -04:00
Terrence Cole 38655a0b62 Bug 1159402 - Remove the zone-specialized Value barriers; r=sfink
--HG--
extra : rebase_source : f9d2f2f797f8826ef946409e788b166bb8969a8e
2015-04-30 11:29:21 -07:00
Chris Manchester 17cb2cc298 Bug 1160164 - Run "all the tests" when invoking xpcshell's mach command with no arguments instead of passing "all" to the test resolver.;r=ahal DONTBUILD 2015-04-30 11:30:10 -07:00
Tim Taubert f519f0182c Bug 1160098 - XULElement::LoadSrc() should check whether we successfully created a new frameLoader before trying to call SetIsPrerendered() on it r=smaug 2015-04-30 11:50:39 +02:00
David Major 8433a30b6f Bug 1155836: Template on aComputeData in the DoGetStyle* helpers. r=dbaron f=bz 2015-04-15 10:55:56 +12:00
Boris Zbarsky 5844aafa2d Bug 1159743. Stop forcing the dom.animations-api.core.enabled preference on in the test harness. r=birtles
--HG--
rename : dom/animation/test/css-animations/test_animation-cancel.html => dom/animation/test/css-animations/file_animation-cancel.html
rename : dom/animation/test/css-animations/test_animation-currenttime.html => dom/animation/test/css-animations/file_animation-currenttime.html
rename : dom/animation/test/css-animations/test_animation-finish.html => dom/animation/test/css-animations/file_animation-finish.html
rename : dom/animation/test/css-animations/test_animation-finished.html => dom/animation/test/css-animations/file_animation-finished.html
rename : dom/animation/test/css-animations/test_animation-pausing.html => dom/animation/test/css-animations/file_animation-pausing.html
rename : dom/animation/test/css-animations/test_animation-playstate.html => dom/animation/test/css-animations/file_animation-playstate.html
rename : dom/animation/test/css-animations/test_animation-ready.html => dom/animation/test/css-animations/file_animation-ready.html
rename : dom/animation/test/css-animations/test_animation-starttime.html => dom/animation/test/css-animations/file_animation-starttime.html
rename : dom/animation/test/css-animations/test_animations-dynamic-changes.html => dom/animation/test/css-animations/file_animations-dynamic-changes.html
rename : dom/animation/test/css-animations/test_effect-name.html => dom/animation/test/css-animations/file_effect-name.html
rename : dom/animation/test/css-animations/test_effect-target.html => dom/animation/test/css-animations/file_effect-target.html
rename : dom/animation/test/css-animations/test_element-get-animations.html => dom/animation/test/css-animations/file_element-get-animations.html
rename : dom/animation/test/css-transitions/test_animation-cancel.html => dom/animation/test/css-transitions/file_animation-cancel.html
rename : dom/animation/test/css-transitions/test_animation-currenttime.html => dom/animation/test/css-transitions/file_animation-currenttime.html
rename : dom/animation/test/css-transitions/test_animation-finished.html => dom/animation/test/css-transitions/file_animation-finished.html
rename : dom/animation/test/css-transitions/test_animation-pausing.html => dom/animation/test/css-transitions/file_animation-pausing.html
rename : dom/animation/test/css-transitions/test_animation-ready.html => dom/animation/test/css-transitions/file_animation-ready.html
rename : dom/animation/test/css-transitions/test_animation-starttime.html => dom/animation/test/css-transitions/file_animation-starttime.html
rename : dom/animation/test/css-transitions/test_effect-name.html => dom/animation/test/css-transitions/file_effect-name.html
rename : dom/animation/test/css-transitions/test_effect-target.html => dom/animation/test/css-transitions/file_effect-target.html
rename : dom/animation/test/css-transitions/test_element-get-animations.html => dom/animation/test/css-transitions/file_element-get-animations.html
rename : dom/animation/test/document-timeline/test_document-timeline.html => dom/animation/test/document-timeline/file_document-timeline.html
rename : dom/animation/test/mozilla/test_deferred_start.html => dom/animation/test/mozilla/file_deferred_start.html
rename : layout/style/test/test_animations_pausing.html => layout/style/test/file_animations_pausing.html
2015-04-30 14:25:03 -04:00
Boris Zbarsky ecba4cbc0c Bug 1159756. Stop forcing the media.mediasource.enabled preference to true and the media.mediasource.whitelist preference to false in the test harness. r=kinetik 2015-04-30 14:25:03 -04:00
Ryan VanderMeulen 4e0f4f8c6c Merge inbound to m-c. a=merge 2015-04-30 13:56:09 -04:00
Ryan VanderMeulen 5e083ec726 Merge fx-team to m-c. a=merge 2015-04-30 13:45:40 -04:00
B2G Bumper Bot c9167a6ece Bumping manifests a=b2g-bump 2015-04-30 09:09:49 -07:00
B2G Bumper Bot dc873480c8 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/d88d79f407d1
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1159787 - merge pull request #29817 from mwargers:1159787 to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/4acdfd80840f
Author: Martijn Wargers <mwargers@mozilla.com>
Desc: Bug 1159787 - test_marketplace_packaged_app.py: TimeoutException
2015-04-30 09:07:37 -07:00
B2G Bumper Bot 89cd3ab750 Bumping manifests a=b2g-bump 2015-04-30 08:19:53 -07:00
B2G Bumper Bot b6ec2335e2 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/327b3a00754a
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1158043 - merge pull request #29798 from hfiguiere:bug1158043-bidi to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/1294daf33fb3
Author: Hubert Figuière <hub@figuiere.net>
Desc: Bug 1158043 - Fix ellipsis in the song title.
2015-04-30 08:17:42 -07:00
Ryan VanderMeulen 0b0575c1a3 No bug - Bump mozharness.json to revision fa7ea67fc5a2.
CLOSED TREE
2015-04-30 10:42:18 -04:00
B2G Bumper Bot ca84f45d15 Bumping manifests a=b2g-bump 2015-04-30 07:29:49 -07:00
B2G Bumper Bot e2d0833667 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/d76e7a44a824
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Merge pull request #29804 from arcturus/bug-1158093

Bug 1158093 - [Contacts]Russian:The birthday field does not fit screen width.

========

https://hg.mozilla.org/integration/gaia-central/rev/7f6243d9cb4b
Author: Francisco Jordano <fjordano@mozilla.com>
Desc: Bug 1158093 - [Contacts]Russian:The birthday field does not fit screen width. r=ferjm
2015-04-30 07:27:37 -07:00
Ryan VanderMeulen 8a7d485a34 Bug 1160149 - Skip basic/testManyVars.js on SM(cgc) builds for frequent timeouts.
CLOSED TREE
2015-04-30 09:59:12 -04:00
B2G Bumper Bot f35bcc37d6 Bumping manifests a=b2g-bump 2015-04-30 06:39:51 -07:00
Steve Fink c99ba2f8d2 Bug 1159999 - Suppress command echo for timeout failure setup. r=sphink 2015-04-30 09:38:57 -04:00
B2G Bumper Bot 2f6be93357 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/f1bd1cd5e7aa
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1156625 - merge pull request #29607 from azasypkin:bug-1156625-thread-list-and-thread-split-js to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/5f817282e180
Author: Aleh Zasypkin <azasypkin@mozilla.com>
Desc: Bug 1156625 - [Messages] ThreadList&Thread separation: separate JS files. r=schung, julien
2015-04-30 06:37:39 -07:00
Ryan VanderMeulen 1d0ad1ef62 Backed out changesets 2bbe38dcb529 and f6bd5a0a047d (bug 1150614) for being the more-likely cause of B2G reftest failures.
CLOSED TREE
2015-04-30 09:08:20 -04:00
Brian Birtles a606228cd8 Bug 1159082 - Rename *Readonly animation interfaces to *ReadOnly. r=smaug 2015-04-30 09:06:43 -04:00
B2G Bumper Bot 477d4aa2c6 Bumping manifests a=b2g-bump 2015-04-30 04:29:48 -07:00
B2G Bumper Bot a15fdb9341 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/0ba143a595e7
Author: Evan Tseng <itoyxd@gmail.com>
Desc: Merge pull request #29763 from evanxd/bug-1115652

Bug 1115652 - Set 10 seconds timeout to idle in Lockscreen app after booting r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/72d452ed344c
Author: Evan Xd <itoyxd@gmail.com>
Desc: Bug 1115652 - Set 10 seconds timeout to idle when Lockscreen app is displayed
2015-04-30 04:27:37 -07:00
Thomas Zimmermann c77d10209c Bug 1159709: Cleanup inherited methods of |ListenSocket|, r=kmachulis
This patch cleans up the inherited methods of |ListenSocket|. Methods
of the same base class are grouped within the file, and each method is
labeled with 'override'.
2015-04-30 12:55:37 +02:00
Thomas Zimmermann 914d030f16 Bug 1159709: Cleanup inherited methods of BlueZ's |BluetoothSocket|, r=kmachulis
This patch cleans up the inherited methods of BlueZ's |BluetooothSocket|.
Methods of the same base class are grouped within the file, and each
method is labeled with 'override'.
2015-04-30 12:55:37 +02:00
Thomas Zimmermann 36282f45ee Bug 1159709: Cleanup inherited methods of Bluedroid's |BluetoothSocket|, r=kmachulis
This patch cleans up the inherited methods of Bluedroid's
|BluetooothSocket|. Methods of the same base class are grouped
within the file, and each method is labeled with 'override'.
2015-04-30 12:55:37 +02:00
Thomas Zimmermann 74910a62cf Bug 1159709: Cleanup inherited methods of |StreamSocket|, r=kmachulis
This patch cleans up the inherited methods of |StreamSocket|. Methods
of the same base class are grouped within the file, and each method
is labeled with 'override'.
2015-04-30 12:55:37 +02:00