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

426334 Коммитов

Автор SHA1 Сообщение Дата
Jarda Snajdr 47c69a34b7 Bug 1169667 - DevTools: Flashpainting icon has wrong color when toggled on/off. r=jwalker 2015-06-12 14:00:29 +02:00
Martyn Haigh 7a46f2ca45 Bug 1164959 - Remove empty private tabs tray content, replace with simple empty state (r=mcomella)
--HG--
extra : rebase_source : 5c2e2baa75d5f404fa2f2a951d210c6c73f1d538
2015-06-15 13:28:57 +01:00
David Rajchenbach-Teller fa2507f8b0 Bug 1157870 - Performance Groups should have a unique ID (high-level). r=mossop
--HG--
extra : transplant_source : Lb%D7%F6M%06Z%0B%C2%B8%E4%CD%3E%3B%E3%BD%DF%08%9E%05
2015-05-18 16:40:34 +02:00
David Rajchenbach-Teller 6983f9efc8 Bug 1157870 - Performance Groups should have a unique ID (low-level). r=jandem
--HG--
extra : transplant_source : .%DB%86%B6%B8%84%EB%94%EF%2B%12Of%28%ED%09U%5C%16%2A
2015-05-18 16:40:22 +02:00
Simon Lindholm 8b2b1647a0 Bug 1174291 - Fix ctrl-return for e10s findbar. r=evilpie 2015-06-12 13:07:00 -04:00
Simon Lindholm 8538d005f3 Bug 1174289 - Remove fake focus-ring after e10s findbar is closed. r=evilpie 2015-06-12 13:09:00 -04:00
Dão Gottwald bf15f241b7 Bug 1173749 - Use a lighter blue for URLs in the URL bar's autocomplete popup. r=Gijs 2015-06-12 05:09:00 -04:00
Sami Jaktholm 5fe27ac7e1 Bug 1173196 - Add 'transitionend' listener to the toolbox frame before triggering the transition to avoid missing the event. r=pbrosset 2015-06-13 09:01:04 +03:00
Margaret Leibovic cf1008339b Bug 1173895 - Hide enable/disable context menu items for app disabled add-ons. r=liuche
--HG--
extra : rebase_source : ef56d1b01d71fe33dc0b124e9a1eda6040c8347e
2015-06-11 11:52:41 -04:00
Margaret Leibovic 4cf3440434 Bug 1170851 - Warn about add-ons detected as no longer signed. r=mfinkle,Mossop
--HG--
extra : rebase_source : b5895802073f699215483e0f1ec284752cbe91fd
2015-06-10 08:48:01 -04:00
Carsten "Tomcat" Book 05025d4d2c Backed out changeset 0b55b1cac565 (bug 1164564) for dt failures in browser_dbg_WorkerActor.attachThread.js 2015-06-15 15:16:34 +02:00
Patrick Brosset 66995680f3 Bug 1155663 - More tests for the timeline-based animation inspector UI; r=bgrins
--HG--
rename : browser/devtools/animationinspector/test/browser_animation_timeline_waits_for_delay.js => browser/devtools/animationinspector/test/browser_animation_playerWidgets_scrubber_delayed.js
rename : browser/devtools/animationinspector/test/browser_animation_timeline_is_enabled.js => browser/devtools/animationinspector/test/browser_animation_playerWidgets_scrubber_enabled.js
rename : browser/devtools/animationinspector/test/browser_animation_timeline_animates.js => browser/devtools/animationinspector/test/browser_animation_playerWidgets_scrubber_moves.js
extra : rebase_source : 0dc84ca300bc1180998defd99664ae2ef29032fb
2015-06-15 12:03:54 +02:00
Patrick Brosset 774b49304f Bug 1155663 - Show animations as synchronized time blocks in animation inspector; r=bgrins
This is the first step towards the animation-inspector UI v3 (bug 1153271).
The new UI is still hidden behind a pref, and this change doesn't implement
everything that is in the current v2 UI.
This introduces a new Timeline graph to represent all currently animated nodes
below the currently selected node.
v2 used to show them as independent player widgets. With this patch, we now show
them as synchronized time blocks on a common time scale.
Each animation has a preview of the animated node in the left sidebar, and a time
block on the right, the width of which represents its duration. The animation name
is also displayed.
There's also a time graduations header and background that gives the user information
about how long do the animations last.
This change does *not* provide a way to know what's the currentTime nor a way to
set it yet.
This also makes the existing animationinspector tests that still make sense with
the new timeline-based UI run with the new UI pref on.

--HG--
extra : rebase_source : 65634e8f5e618f15e8d33c36a90217ba07a310f4
2015-06-11 15:45:57 +02:00
Gijs Kruitbosch cc921d71fa Bug 1172270 - don't cause extra flushes for reader mode, r=margaret,smaug
--HG--
rename : browser/base/content/test/general/browser_readerMode.js => browser/base/content/test/general/browser_readerMode_hidden_nodes.js
rename : browser/base/content/test/general/readerModeArticle.html => browser/base/content/test/general/readerModeArticleHiddenNodes.html
extra : rebase_source : 184f260d55a83e866b20befda517ffe42a704002
extra : histedit_source : 4da59cfad20b681e6af20d53df03d4ed4b1ab2fb
2015-06-08 16:56:34 +01:00
Eddy Bruël 14464863a6 Bug 1164564 - Implement WorkerActor.attachThread;r=jlong 2015-06-15 12:18:35 +02:00
Alessio Placitelli 5560e83bc3 Bug 1169159 - Refactor the |enableTelemetryRecording| logic in TelemetryController.jsm. r=gfritzsche 2015-06-12 06:09:00 +02:00
Alessio Placitelli 5e87aa2a8a Bug 1169159 - Add basic test coverage for Telemetry child payloads. r=gfritzsche 2015-06-08 00:12:00 +02:00
Alessio Placitelli 61d2710314 Bug 1169159 - Make xpcshells run_test_in_child() and do_await_remote_message() return promises. r=ted,gfritzsche 2015-06-03 04:41:00 +02:00
Alessio Placitelli 98693e4d13 Bug 1174111 - |test_sendTimeout| in test_TelemetryControllerShutdown.js must not wait on ping submission. r=gfritzsche 2015-06-12 03:10:00 +02:00
Jordan Santell 91df9dbb13 Bug 1152992 - If markers do not have a definition, classify them as "Unknown" in the perftools. r=vp 2015-06-09 20:34:51 -07:00
Phil Ringnalda 19cfc15257 Merge m-i to m-c, a=merge 2015-06-14 15:54:58 -07:00
James Graham a3572f0028 Bug 1131287 - Rename gainnode test to work around treeherder limitation, r=Ms2ger
Gecko CI infrastructure has naive algorithm for matching intermittent
tests so gets confused by filenames like test.html

--HG--
rename : testing/web-platform/tests/webaudio/the-audio-api/the-gainnode-interface/test.html => testing/web-platform/tests/webaudio/the-audio-api/the-gainnode-interface/test-gainnode.html
extra : rebase_source : 255908d0ef3cfa6263cc5a6348ac39f3bfb6af53
2015-06-14 17:29:50 +01:00
Kartikaya Gupta 9ee72e55b9 Bug 1125325 - Follow-up to stop sending over bad values to the child process when a widget is not available. r=smaug 2015-06-14 12:19:55 -04:00
Marina Samuel 1654f7f7a0 Bug 1158858 - Move 'suggested' and 'sponsored' labels to the top left of the tile. r=Mardak 2015-06-13 20:26:51 -07:00
Phil Ringnalda fca7cc1fcd Merge m-i to m-c, a=merge 2015-06-13 19:49:13 -07:00
Phil Ringnalda 2f4d09b07a Merge f-t to m-c, a=merge 2015-06-13 18:32:23 -07:00
Phil Ringnalda d73cdd33ea Back out fd36716d1f9d (bug 1162986) for mostly-Win8-debug devtools crashes
CLOSED TREE
2015-06-13 14:41:15 -07:00
Phil Ringnalda 86b70fa229 Back out 2 changesets (bug 977805) for OS X crashes @js::jit::PatchJump
CLOSED TREE

Backed out changeset 33f3b919ef1b (bug 977805)
Backed out changeset 9fa312e065e1 (bug 977805)
2015-06-13 13:06:42 -07:00
Gabriel Luong 978033514e Bug 1172788 - Add tooltip for pseudo class toggle button in the rule view r=bgrins
--HG--
extra : commitid : 6uuIB5Xonry
2015-06-13 13:00:53 -07:00
Bernardo P. Rittmeyer efd1a00914 Bug 1169702 - Toggle viewing the password contents in the capture doorhanger upon focus/blur. r=MattN
--HG--
extra : commitid : JakmHmRm6Zu
2015-06-13 12:36:12 -07:00
Bernardo P. Rittmeyer d85ad75b3a Bug 1153217 - Allow editing the password in the capture doorhanger. r=MattN
The main action button is disabled if the password is empty since empty passwords aren't allowed.

--HG--
extra : commitid : LjKNIhKqPAC
extra : rebase_source : cba0d856a95b94ceafb349bd03df2714e4e421a1
2015-06-13 12:35:05 -07:00
Ted Mielczarek f40bc629cb bug 977805 - pacify JS style checker. r=bustage
--HG--
extra : commitid : FSfDiw1Uya2
2015-06-13 15:29:16 -04:00
Jared Wein 5ea451673a Bug 777680 - followup, only update the broadcaster when it is defined. r=me 2015-06-13 13:48:34 -04:00
Alexandre Lissy 8e54f9dc78 Bug 1174420 - Package PushService launcher on B2G r=kitcambridge 2015-06-13 10:30:39 -07:00
Alexandre Lissy 9b3c82e504 Bug 1174422 - Add system principal for UDPSocket init r=kitcambridge 2015-06-13 10:30:25 -07:00
Jared Wein 07c79c8b90 Bug 777680 - "Bookmark This Page" in context menu should be highlighted. r=mak
--HG--
extra : rebase_source : 5c3676692d33e07f934adefa9097658a269b0edf
2015-06-13 11:52:17 -04:00
Chenxia Liu 273d9fd04e Bug 1161200 - Only show "Edit Site Settings" when actionable. r=margaret
--HG--
extra : rebase_source : da68bc3f70e499ccb793fe383edce86c37729593
2015-06-12 18:03:04 -07:00
B2G Bumper Bot e6cab642a0 Bumping manifests a=b2g-bump 2015-06-12 17:42:51 -07:00
B2G Bumper Bot 903394dfe9 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/79a7d364c5b7
Author: Sam Foster <sam@sam-i-am.com>
Desc: Merge pull request #30391 from sfoster/scrollsnap-cardview-bug-1161229

Bug 1161229 - Use CSS Scroll Snapping in card view. r=etienne

========

https://hg.mozilla.org/integration/gaia-central/rev/567e8b1ea2cf
Author: Sam Foster <sfoster@mozilla.com>
Desc: Bug 1161229 - Use CSS Scroll Snapping in card view. r=etienne

* Add CSS scroll-snapping to card view (etienne, jetvillegas)
  https://github.com/jetvillegas/gaia/tree/APZC-card-view
* Restore support for vertical swiping to kill apps.
* Unknown scroll-snap properties added to csslint's xfail list
* Move width/height/margin card props to CSS
* Move cross-slide via translateY to Card
* Maintain _stackIndex as default pointer into stack to return to
* Slide to fill gap from right, fix initial/return-to position
* Re-enable wheel event handling, update a11y attributes on each wheel DOM_D
* Update Card and TaskManager unit tests
* Update wait_for_card_ready in python CardView class
2015-06-12 17:40:28 -07:00
Wes Kocher 6bf5b720ef Merge m-c to b2ginbound, a=merge 2015-06-12 17:20:23 -07:00
Wes Kocher a9e2fe1637 Merge inbound to central, a=merge 2015-06-12 17:17:43 -07:00
B2G Bumper Bot 59ce2b019c Bumping manifests a=b2g-bump 2015-06-12 15:57:30 -07:00
B2G Bumper Bot cf43734af7 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/09c37eb1de45
Author: Rob Wood <rwood@mozilla.com>
Desc: Merge pull request #30569 from rwood-moz/bug1174237

Bug 1174237 - Change raptor task group names, r=garndt

========

https://hg.mozilla.org/integration/gaia-central/rev/76c9bab653dd
Author: Rob Wood <rwood@mozilla.com>
Desc: Bug 1174237 - Change raptor task group names, r=garndt

========

https://hg.mozilla.org/integration/gaia-central/rev/b920cdce1daa
Author: Gareth Aye <gaye@mozilla.com>
Desc: Merge pull request #30571 from eliperelman/bug-1174297

Bug 1174297 - Introduce npm scripts

========

https://hg.mozilla.org/integration/gaia-central/rev/5730c9a24c2f
Author: Eli Perelman <eli@eliperelman.com>
Desc: Bug 1174297 - Introduce npm scripts, Makefile changes to reference npm scripts
2015-06-12 15:55:35 -07:00
B2G Bumper Bot 97ae7f9e86 Bumping manifests a=b2g-bump 2015-06-12 15:22:12 -07:00
B2G Bumper Bot b8d1c4ec2a Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/619aee196955
Author: Gareth Aye <gaye@mozilla.com>
Desc: Merge pull request #30575 from gaye/bug-1172363-followup

Bug 1172363 followup

========

https://hg.mozilla.org/integration/gaia-central/rev/300346efb26d
Author: gaye <gaye@mozilla.com>
Desc: Bug 1172363 - Remove build/test/integration/node_modules_test.js

========

https://hg.mozilla.org/integration/gaia-central/rev/ca77725d9f2a
Author: gaye <gaye@mozilla.com>
Desc: Revert "Revert "Bug 1172363 - gaia/package.json shouldn't depend on jsmarionette dependencies r=gaye""

This reverts commit bdc3410972358afb7ecc8f60d92b88aaf6c96f97.
2015-06-12 15:20:16 -07:00
B2G Bumper Bot fb7533a5e0 Bumping manifests a=b2g-bump 2015-06-12 15:02:20 -07:00
B2G Bumper Bot 2754481703 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/ee8d4b35b345
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Revert "Bug 1172363 - gaia/package.json shouldn't depend on jsmarionette dependencies r=gaye"

This reverts commit dbee856b7361213e74e5f65fdc7e52bf9c1be179.
2015-06-12 15:00:24 -07:00
B2G Bumper Bot 26339c070d Bumping manifests a=b2g-bump 2015-06-12 13:57:19 -07:00
B2G Bumper Bot adae45d343 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/6d6376879d0b
Author: Wes Kocher <kwierso@gmail.com>
Desc: Revert "Merge pull request #30549 from marshall/bug1169349_ftuImei" for ftu_ping_test.js failures

This reverts commit a95d9af4f46edf35b5b9c59ea9bf81529d2ecb2f, reversing
changes made to 9fd5cfaf137f0ec0a8493890f2e1108e49052059.
2015-06-12 13:55:24 -07:00
B2G Bumper Bot e395b9b4bc Bumping manifests a=b2g-bump 2015-06-12 13:07:17 -07:00