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

417623 Коммитов

Автор SHA1 Сообщение Дата
Bill McCloskey 86e65c20f2 Bug 1154990 - Better error messages when IPC send fails (r=bent) 2015-04-20 23:32:59 -07:00
Bill McCloskey 8a525c8781 Bug 1138520 - Don't wait for ForceKill to finish (r=jchen) 2015-04-20 23:32:58 -07:00
Masayuki Nakano d9544ae02d Bug 1128787 part.2 nsHTMLDocument should clear focus before making itself editable when designMode is enabled and it makes the focused content non-focusable r=smaug+enndeakin 2015-04-21 15:27:10 +09:00
Masayuki Nakano 49d482da52 Bug 1128787 part.1 Add test r=ehsan 2015-04-21 15:27:09 +09:00
L. David Baron 5b90d1fe31 Bug 1156111 patch 2 - Add BUG_COMPONENT metadata for tests in layout/reftests/. r=gps 2015-04-20 23:10:40 -07:00
L. David Baron 55d067f4a6 Bug 1156111 patch 1 - Give layout/reftests/ its own moz.build file. r=gps 2015-04-20 23:10:40 -07:00
L. David Baron 0007f88a82 Bug 1144885 - Add reftests for font-size:0 and font-size-adjust:0. r=jdaggett 2015-04-20 23:10:40 -07:00
L. David Baron 026c5518c7 Bug 1144885 - Treat font-size-adjust: none as separate from font-size-adjust: 0. r=jdaggett
Without the patch, the addition to property_database.js leads to
failures related to the "0.0" and "0" values in
layout/style/test/test_value_computation.html .
2015-04-20 23:10:40 -07:00
L. David Baron 5d62e2d221 Make split-profile run jprof in the directory with the jprof-log. No bug. 2015-04-20 23:10:40 -07:00
Dan Glastonbury 5893d8a315 Bug 1048747 - Cleanup how uniform interface blocks are handled. r=jgilbert 2015-04-21 15:38:30 +10:00
Lars T Hansen 8c317a09dd Bug 1154705 - clone test functions to trigger inlining. r=jandem 2015-04-21 06:39:16 +02:00
Lars T Hansen 555cb57d4d Bug 1156386 - UXTH instruction. r=dougc 2015-04-21 06:39:12 +02:00
Chris Pearce 5dd903a2e0 Bug 1154513 - [EME] GMP crash crashes browser in Nightly - Remember if actor is destroyed, so that no messages are sent from subsequent Shutdown() - r=cpearce 2015-04-21 16:32:15 +12:00
Ehsan Akhgari 3b9c04bb47 Bug 1156432 - Part 2: Use different error messages for the hello-after-extracting.gz test; r=nsm
This helps make it eaiser to tell whether this or the hello.gz
test failed by just looking at the logs.
2015-04-21 00:25:15 -04:00
Ehsan Akhgari 97eba20d5d Bug 1156432 - Part 1: Unregister the service worker when we are done with it; r=nsm
This lets us for example use the --run-until-failure mochitest option.
2015-04-21 00:25:08 -04:00
Ehsan Akhgari 20c06b408e Bug 1155989 - Dump the rejection of the promise returned by ServiceWorkerRegistration.unregister() in our tests; r=nsm 2015-04-21 00:24:44 -04:00
Ehsan Akhgari c6e94fa106 Bug 1155988 - Use the ready promise more often in service worker tests; r=nsm 2015-04-21 00:23:22 -04:00
Ehsan Akhgari d84695c24e Bug 1155987 - Unregister the service workers registered in tests; r=nsm
Without this, test_periodic_update.html is going to try to update all
of them which is unnecessary.
2015-04-21 00:21:30 -04:00
Luke Wagner e2ba59ce7e Bug 1156600 - asmjscache: fix assert when reading metadata file for cache write fails (r=janv) 2015-04-20 23:18:59 -05:00
Luke Wagner 76c069769d Bug 1154556 - OdinMonkey: fix staticalllyLink to handle cloned, profile-enabled code (r=bbouvier) 2015-04-20 22:59:34 -05:00
Luke Wagner a74bda6c4a Bug 1154556 - OdinMonkey: simplify icache flushing (r=bbouvier) 2015-04-20 22:48:00 -05:00
Luke Wagner fceca9b3b1 Bug 1154556 - OdinMonkey: remove a dead field from AsmJSActivation (r=bbouvier) 2015-04-20 22:43:59 -05:00
Timothy Nikkel c92044ef7a Bug 1156598. Remove old, dead scroll layer item code. r=mstange 2015-04-20 22:48:10 -05:00
Dan Glastonbury cc538e0a09 Bug 1048724 - Look up glBindTransformFeedback symbol. r=jgilbert 2015-04-21 12:33:29 +10:00
Brian Birtles 974f89ccdd Bug 1154615 part 9 - Rename test files; r=jwatt
--HG--
rename : dom/animation/test/css-animations/test_animation-player-currenttime.html => dom/animation/test/css-animations/test_animation-currenttime.html
rename : dom/animation/test/css-animations/test_animation-player-finished.html => dom/animation/test/css-animations/test_animation-finished.html
rename : dom/animation/test/css-animations/test_animation-player-playstate.html => dom/animation/test/css-animations/test_animation-playstate.html
rename : dom/animation/test/css-animations/test_animation-player-ready.html => dom/animation/test/css-animations/test_animation-ready.html
rename : dom/animation/test/css-animations/test_animation-player-starttime.html => dom/animation/test/css-animations/test_animation-starttime.html
rename : dom/animation/test/css-animations/test_element-get-animation-players.html => dom/animation/test/css-animations/test_element-get-animations.html
rename : dom/animation/test/css-transitions/test_animation-player-currenttime.html => dom/animation/test/css-transitions/test_animation-currenttime.html
rename : dom/animation/test/css-transitions/test_animation-player-ready.html => dom/animation/test/css-transitions/test_animation-ready.html
rename : dom/animation/test/css-transitions/test_animation-player-starttime.html => dom/animation/test/css-transitions/test_animation-starttime.html
rename : dom/animation/test/css-transitions/test_element-get-animation-players.html => dom/animation/test/css-transitions/test_element-get-animations.html
2015-04-21 10:22:10 +09:00
Brian Birtles c04588b2f3 Bug 1154615 part 8 - Rename references to players in animation observers; r=jwatt 2015-04-21 10:22:10 +09:00
Brian Birtles 2cfdd7ac06 Bug 1154615 part 7 - Rename CSSAnimationPlayer and CSSTransitionPlayer; r=jwatt 2015-04-21 10:22:10 +09:00
Brian Birtles 13834006d7 Bug 1154615 part 6 - Rename references to players within layout/; r=jwatt
We will rename CSSAnimationPlayer/CSSTransitionPlayer in a separate patch
2015-04-21 10:22:10 +09:00
Brian Birtles 8f5fbac8a9 Bug 1154615 part 5 - Rename AnimationPlayerCollection to AnimationCollection; r=jwatt 2015-04-21 10:22:10 +09:00
Brian Birtles bd4c87f07a Bug 1154615 part 4 - Rename references to players in dom/animation; r=jwatt
This patch does not, however,  update references to
AnimationPlayerCollection/CSSTransitionPlayer etc. which we will fix when we get
to layout/style.
2015-04-21 10:22:09 +09:00
Brian Birtles a691fc0c34 Bug 1154615 part 3 - Rename internal members of PendingAnimationTracker; r=jwatt 2015-04-21 10:22:09 +09:00
Brian Birtles 4f7bf25c27 Bug 1154615 part 2 - Rename PendingPlayerTracker to PendingAnimationTracker; r=jwatt
This patch also updates the method names on PendingAnimationTracker but leaves
a number of local variables which will be fixed in a subsequent patch.

--HG--
rename : dom/animation/PendingPlayerTracker.cpp => dom/animation/PendingAnimationTracker.cpp
rename : dom/animation/PendingPlayerTracker.h => dom/animation/PendingAnimationTracker.h
2015-04-21 10:22:09 +09:00
Brian Birtles 5c7929fd2a Bug 1154615 part 1 - Rename AnimationPlayer to Animation in WebIDL; r=smaug
This patch is a fairly minimal rename of the AnimationPlayer interface. It
leaves a bunch of local variables and helper classes still using the word
"player". These will be addressed in subsequent patches that don't require DOM
peer review.

--HG--
rename : dom/animation/AnimationPlayer.cpp => dom/animation/Animation.cpp
rename : dom/animation/AnimationPlayer.h => dom/animation/Animation.h
rename : dom/webidl/AnimationPlayer.webidl => dom/webidl/Animation.webidl
2015-04-21 10:22:09 +09:00
Jeff Gilbert 7aa0b18d60 Bug 1127336 - Label HW-decoded frames with correct origin. - r=vlad 2015-04-20 17:49:25 -07:00
Mason Chang 48393980ae Bug 1134385. Silk documentation. r=kats 2015-04-20 17:28:25 -07:00
Mason Chang 577ec284ef Bug 1134385. Delete main thread assertion in CompositorVsyncDispatcher. r=kats 2015-04-20 17:28:25 -07:00
Jonathan Watt 10b49eebc0 Bug 1149990 - Support replaying of finished CSS transitions by supporting setting of currentTime/startTime. r=birtles 2015-04-06 23:48:55 +01:00
Wes Kocher afda1781f5 Merge m-c to inbound a=merge CLOSED TREE 2015-04-20 17:16:03 -07:00
Wes Kocher 1d3fd84d27 Merge fx-team to m-c a=merge CLOSED TREE 2015-04-20 17:04:09 -07:00
Wes Kocher aa6cf3235f Merge inbound to m-c a=merge CLOSED TREE
--HG--
rename : dom/bluetooth/bluetooth1/BluetoothRilListener.cpp => dom/bluetooth/BluetoothRilListener.cpp
2015-04-20 16:44:05 -07:00
Wes Kocher 8b8b05831e Merge b2g-inbound to m-c a=merge CLOSED TREE 2015-04-20 14:55:05 -07:00
Wes Kocher 9becf2d33f Backed out 3 changesets (bug 1141867) for reftest orange CLOSED TREE
Backed out changeset 8dcfc3ace301 (bug 1141867)
Backed out changeset aeaa345b9aeb (bug 1141867)
Backed out changeset b1091955192c (bug 1141867)
2015-04-20 14:12:41 -07:00
B2G Bumper Bot 872f90faee Bumping manifests a=b2g-bump 2015-04-20 13:17:32 -07:00
B2G Bumper Bot 2431eb9389 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/b3bc7b2c5020
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1043903 - merge pull request #28458 from azasypkin:bug-1043903-integration-test-scroll to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/54af1eb8fa64
Author: Aleh Zasypkin <azasypkin@mozilla.com>
Desc: Bug 1043903 - [Messages][Tests] Add integration tests for the thread panel with a large number of messages. r=julien

========

https://hg.mozilla.org/integration/gaia-central/rev/db4192b77d48
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1152073 - merge pull request #29598 from KevinGrandon:bug_1152073_system_dialog_style to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/3547cb16714b
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1152073 - Update system dialog styles r=apastor
2015-04-20 13:15:21 -07:00
B2G Bumper Bot a5623f4a30 Bumping manifests a=b2g-bump 2015-04-20 12:42:59 -07:00
B2G Bumper Bot bb7b0a929a Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/09ee05e26db9
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1153808 - merge pull request #29479 from azasypkin:bug-1153808-when-thread-list-ui-ready to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/6a4825ec6cca
Author: Aleh Zasypkin <azasypkin@mozilla.com>
Desc: Bug 1153808 - [Messages] Thread is not marked as read (in UI only) when thread is opened from notification. r=julien

========

https://hg.mozilla.org/integration/gaia-central/rev/93eda672a822
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1156403 - merge pull request #29599 from KevinGrandon:bug_1156403_email_unit_test_jshint to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/30ded64c4935
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1156403 - [Email] Fix jshint issues for unit tests
2015-04-20 12:40:21 -07:00
B2G Bumper Bot 1dfa56473a Bumping manifests a=b2g-bump 2015-04-20 11:52:20 -07:00
B2G Bumper Bot 0c444b6fde Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/36d921c001c4
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1056770 - merge pull request #29434 from albertopq:1056770-back-forward-animation to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/a6817d945ed3
Author: albertopq <albert.pastor@gmail.com>
Desc: Bug 1056770 - Improving back and forward chrome animations
2015-04-20 11:50:08 -07:00
Robert Strong cfb61fedee backout of bug 1154603 due to breaking gonk in bug 1155704. r=backout, a=RyanVM, DONTBUILD 2015-04-20 11:49:42 -07:00
Jonathan Kew d6d23c7bc2 Backout changeset 0b070d503800 (bug 1153510) for mochitest orange on a CLOSED TREE 2015-04-20 18:51:20 +01:00