Commit Graph

444638 Commits

Author SHA1 Message Date
Mark Hammond
89fd15e57d Bug 1212675 - have about:sync-tabs reload the new set of tabs after sync completes. r=adw 2015-10-12 14:04:02 +11:00
Maxim Zhilyaev
d62f1d47f9 Bug 1210091 - New Tab Page Drag&Drop Causes Overlapping Tiles. [r=mcaceres] 2015-10-11 18:44:37 -07:00
Mark Hammond
a8374caab9 Bug 1190262 - don't spin the Sync button during login as it may spin for a very long time. r=adw 2015-10-12 12:05:13 +11:00
Henrik Tjäder
3fb9355756 Bug 1209912 - Use JSON.parse instead of nsIJSON.decode in Telemetry tests. r=Dexter 2015-10-07 22:08:20 +02:00
Hassen ben tanfous
45492f28fb Bug 1074804 - Replace arrays .indexOf with .includes in Places. r=mak 2015-10-11 20:24:32 +02:00
Shaif Chowdhury
8c1250f4fa Bug 1208121 - removed unused images in browser theme. r=ntim 2015-10-11 20:24:32 +02:00
Fabian Furger
b0b92ed59f Bug 1147822 - Add a format version number for sessionstore.js. r=Yoric 2015-10-11 20:24:32 +02:00
Tracy Walker
df2c63cd2d Bug 1100664 - remove skip-if = e10s statements for browser_minimize.js and browser_tab_isActive r=jimm 2015-10-08 14:26:05 -05:00
Tom Tromey
a10b5a346e Bug 1029459 - remove output-parser iteration limit. r=pbrosset 2015-10-11 20:24:31 +02:00
mitchfriedman
99e7c30959 Bug 852931 - cmd+click jumps to function defintion in the debugger. r=jlongster 2015-10-11 20:24:31 +02:00
Mike Conley
7e5606636a Bug 1141041 - Add test to ensure that updating the Page Style menu works. r=jaws
--HG--
extra : commitid : 7LVbpifBDoL
extra : rebase_source : 9d8a72aa578dd368bdc68202e9753d9fa02a113d
extra : amend_source : 515252f8f3c5745d5ebe8327126e495f51ddaead
2015-10-08 17:09:43 -04:00
Mike Conley
15a046e198 Bug 1141041 - Update browser_page_style_menu.js to wait for pageshow event. r=Gijs
The content process sends up the stylesheet info after the pageshow event,
so we should wait for that instead of load.

--HG--
extra : commitid : BthagGJknv6
extra : rebase_source : 9edddd5cc1b8dabc4097502647cbec1136818066
2015-10-02 20:09:53 -04:00
Mike Conley
218c8bb1c0 Bug 1141041 - Stop using CPOWs for the Page Style menu. r=Gijs
Instead of using a CPOW to synchronously grab the stylesheet information
from the currently loaded tab, each tab now sends up the stylesheet
information once they've finished loading for the parent to cache.

Unfortunately, the cache will not be invalidated if the stylesheets on
a page are dynamically altered with script.

--HG--
extra : commitid : 2hUmENX2xHY
extra : rebase_source : c6464f56ebcc2444bd8974b1d81f3fe96660f3ea
2015-10-02 10:03:51 -04:00
Mike Conley
8954b74bea Bug 1211799 - Add a requestLongerTimeout to browser_aboutTabCrashed to avoid intermittent timeouts. r=felipe
--HG--
extra : commitid : 6ZkbKWwkJmE
extra : rebase_source : cb456259f060be82e33113a755851725eaf8d929
extra : histedit_source : 04870872ff5deb2b392e10cdeeb8d282f65e7a04
2015-10-08 11:09:33 -04:00
Mike Conley
627a971b90 Bug 1211799 - Split about:tabcrashed tests to avoid timeouts. r=felipe
--HG--
extra : commitid : AtENJEygubQ
extra : rebase_source : f2fbdbd5f0098ccaef0b9dc98176c92c2bd0e7b5
extra : histedit_source : a1466c351dc9f8807ce4d9fb5971a662eb98a869
2015-10-07 17:21:37 -04:00
Nick Alexander
23d5c4a8b2 Bug 1213418 - Part 2: Use Fennec APKs in |mach artifact|; use mozversion to extract build IDs. r=me
DONTBUILD NPOTB

This downloads to a temporary file named uniquely but consistently
based on the URL, and then extracts a build ID using mozversion to use
as a human readable and sortable prefix.  This approach can be re-used
by |mach artifact| based Desktop builds.

--HG--
extra : commitid : LxorDuq5D0t
extra : rebase_source : 2f280746f486b79dfe45ad928e4b618e0e12f1a0
2015-10-09 18:32:52 -07:00
Nick Alexander
b47fb2c75a Bug 1213418 - Part 1: Use mozregression to download in |mach artifact|. r=me
DONTBUILD NPOTB

--HG--
extra : commitid : LU7F5VjVj4m
extra : rebase_source : 5c9e36c01c7aa757d41a9994877b6f7d7568f4e3
2015-10-09 17:47:17 -07:00
Nick Alexander
02b12c9443 No bug - Message which upstream pushhead is used in |mach artifact|. r=me
DONTBUILD NPOTB

--HG--
extra : commitid : D93W2OFUaWF
extra : rebase_source : 5c6a0b8a097d358175dd3158499129a4a4bb935a
2015-10-09 17:23:46 -07:00
Mark Finkle
00f87cff3c Bug 1213430 - Add more Toast telemetry r=liuche 2015-10-09 19:54:32 -04:00
Mark Finkle
a9e2300f1e Bug 1213416 - Add a specific Extra to LOAD_URL telemetry in the Awesomescreen r=liuche 2015-10-09 19:54:29 -04:00
Wes Kocher
c52b5a2511 Merge m-c to fx-team, a=merge 2015-10-09 16:46:49 -07:00
J. Ryan Stinnett
555622129c Bug 1196047 - Move tern to client/sourceeditor. r=bgrins
--HG--
rename : devtools/shared/tern/README => devtools/client/sourceeditor/tern/README
rename : devtools/shared/tern/browser.js => devtools/client/sourceeditor/tern/browser.js
rename : devtools/shared/tern/comment.js => devtools/client/sourceeditor/tern/comment.js
rename : devtools/shared/tern/condense.js => devtools/client/sourceeditor/tern/condense.js
rename : devtools/shared/tern/def.js => devtools/client/sourceeditor/tern/def.js
rename : devtools/shared/tern/ecma5.js => devtools/client/sourceeditor/tern/ecma5.js
rename : devtools/shared/tern/infer.js => devtools/client/sourceeditor/tern/infer.js
rename : devtools/shared/tern/signal.js => devtools/client/sourceeditor/tern/signal.js
rename : devtools/shared/tern/tern.js => devtools/client/sourceeditor/tern/tern.js
rename : devtools/shared/tern/tests/unit/head_tern.js => devtools/client/sourceeditor/tern/tests/unit/head_tern.js
2015-10-09 18:26:10 -05:00
J. Ryan Stinnett
959c1c861a Bug 1196047 - Move shared/shared perf files to server/performance. r=jsantell
--HG--
rename : devtools/shared/shared/framerate.js => devtools/server/performance/framerate.js
rename : devtools/shared/shared/memory.js => devtools/server/performance/memory.js
rename : devtools/shared/shared/profiler.js => devtools/server/performance/profiler.js
2015-10-09 18:26:09 -05:00
J. Ryan Stinnett
6b3d9a67b6 Bug 1196047 - Move most of shared/performance to client or server. r=jsantell
--HG--
rename : devtools/shared/performance/legacy/compatibility.js => devtools/client/performance/legacy/compatibility.js
rename : devtools/shared/performance/utils.js => devtools/shared/performance/recording-utils.js
2015-10-09 18:26:08 -05:00
J. Ryan Stinnett
efa19c21f3 Bug 1196047 - Move worker*.js to devtools/shared. r=jsantell
--HG--
rename : devtools/shared/worker-loader.js => devtools/shared/worker/loader.js
rename : devtools/shared/shared/tests/browser/browser.ini => devtools/shared/worker/tests/browser/browser.ini
2015-10-09 18:26:07 -05:00
J. Ryan Stinnett
e0e2e60e56 Bug 1196047 - Move async-storage.js to devtools/shared. r=bgrins
--HG--
rename : devtools/shared/shared/async-storage.js => devtools/shared/async-storage.js
2015-10-09 18:26:06 -05:00
J. Ryan Stinnett
4a4e300f9f Bug 1196047 - Move indentation.js to devtools/shared. r=bgrins
--HG--
rename : devtools/shared/shared/indentation.js => devtools/shared/indentation.js
2015-10-09 18:26:05 -05:00
J. Ryan Stinnett
71e780cfde Bug 1196047 - Move system.js to devtools/shared. r=jsantell
--HG--
rename : devtools/shared/shared/system.js => devtools/shared/system.js
2015-10-09 18:26:04 -05:00
Wes Kocher
232c21d537 Merge b2ginbound to central, a=merge 2015-10-09 16:16:31 -07:00
Dipti Nirmale
fc11977a3a Bug 1140048 - Add "Send to other device" Shareplane to top level menu. r=mcomella
--HG--
extra : commitid : 4xRGvDayrUV
extra : rebase_source : 895f0b3443a9a8b73a403a604e9ea84adc47f317
2015-10-09 16:07:36 -07:00
Dipti Nirmale
8e3c298727 Bug 1140048 - Move 'share' button down, replacing quick share view in menu. r=mcomella
--HG--
extra : commitid : 5GfoZXzBPJX
extra : rebase_source : 1fb1319b4e7fde6892acd81a9c7752834ad03c16
2015-10-09 16:07:35 -07:00
Dipti Nirmale
6c24b057da Bug 1140048 - Remove 'Send to other device' menu item from share menu. r=mcomella
--HG--
extra : commitid : 7f4gdqpKcWF
extra : rebase_source : 8ab9a9cabeee8280b7bdc0bba0ceeeb2fb381864
2015-10-09 16:07:35 -07:00
Dipti Nirmale
8c14390cdd Bug 1140048 - Remove quick share bar and set the action view to Default. r=mcomella
--HG--
extra : commitid : DhTv3E2Q7cN
extra : rebase_source : c067db307548e736c437e1a767ff37ef0ad86333
2015-10-09 16:07:35 -07:00
Dipti Nirmale
cbefb95577 Bug 1140048 - Add 'send to device' and remove quick share item in toolbar menu. r=mcomella
--HG--
extra : commitid : 5uEroTeLbIF
extra : rebase_source : c524953b4bbcfb28f79880ba5a1c779359ecc79f
2015-10-09 16:07:35 -07:00
Chris Rafuse
85db519b95 Bug 1201308 - Leave / Exit conversation button always present, r=dmose 2015-10-09 14:51:35 -07:00
Wes Kocher
4bea09d64c Merge fx-team to central, a=merge 2015-10-09 13:38:52 -07:00
B2G Bumper Bot
2867e09374 Bumping manifests a=b2g-bump 2015-10-09 12:53:19 -07:00
B2G Bumper Bot
f750f0eec2 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/f97062868fc8
Author: Hubert Figuière <hub@figuiere.net>
Desc: Merge pull request #32285 from hfiguiere/bug1211932-percent

Bug 1211932 - Fix problem with escaping for URI r=justindarc

========

https://hg.mozilla.org/integration/gaia-central/rev/c9fb5b9c77fa
Author: Hubert Figuière <hub@figuiere.net>
Desc: Bug 1211932 - Generate lighter-weight model object and properly encode URL.

Fetch on non webworker no longer need encodeURI
getSectionName callback are lighter too
2015-10-09 12:50:36 -07:00
B2G Bumper Bot
123057038e Bumping manifests a=b2g-bump 2015-10-09 11:44:02 -07:00
B2G Bumper Bot
e48f798978 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/7fc0cebbbcdb
Author: lissyx <lissyx+github@lissyx.dyndns.org>
Desc: Merge pull request #32325 from lissyx/bug1212295

Bug 1212295 - Send ready event from SystemApp to receive update error event r=mhenretty

========

https://hg.mozilla.org/integration/gaia-central/rev/b805802c0028
Author: Alexandre Lissy <lissyx+github@lissyx.dyndns.org>
Desc: Bug 1212295 - Send ready event from SystemApp to receive update error event r=mhenretty
2015-10-09 11:40:36 -07:00
B2G Bumper Bot
45667887e2 Bumping manifests a=b2g-bump 2015-10-09 10:28:20 -07:00
B2G Bumper Bot
14b341d51a Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/31f27289f2e3
Author: Johan Lorenzo <jlorenzo@mozilla.com>
Desc: Merge pull request #32330 from JohanLorenzo/bug-1212796

Bug 1212796 - gaiatest --help throws an exception (and doesn't displa…

========

https://hg.mozilla.org/integration/gaia-central/rev/d39671cc5a11
Author: Johan Lorenzo <jlorenzo@mozilla.com>
Desc: Bug 1212796 - gaiatest --help throws an exception (and doesn't display the help)
2015-10-09 10:25:27 -07:00
B2G Bumper Bot
96c919807b Bumping manifests a=b2g-bump 2015-10-09 09:29:49 -07:00
Alexandre Lissy
a2105aec6c Bug 1037056 - Adding support for producing Gecko/Gaia FOTA for Flame r=wcosta,jlund,catlee 2015-10-09 11:18:45 -04:00
B2G Bumper Bot
416dfaf780 Bumping manifests a=b2g-bump 2015-10-09 07:58:11 -07:00
B2G Bumper Bot
1abbee8c6d Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/a405d6f549a6
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Merge pull request #32297 from Cwiiis/bug1212345-new-homescreen-remove-longpress-menu

Bug 1212345 - Remove long-press menu. r=gmarty

========

https://hg.mozilla.org/integration/gaia-central/rev/f72339f0fbfc
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Bug 1212345 - Remove long-press menu. r=gmarty

========

https://hg.mozilla.org/integration/gaia-central/rev/aa37bf20c0ee
Author: No-Jun Park <npark@mozilla.com>
Desc: Merge pull request #32306 from npark-mozilla/1208553

Bug 1208553 - Convert gaia ui tests for music-nga app

========

https://hg.mozilla.org/integration/gaia-central/rev/25c7d3687074
Author: No-Jun Park <npark@mozilla.com>
Desc: Bug 1208553 - Convert gaia ui tests for music-nga app
2015-10-09 07:55:19 -07:00
Neil Deakin
40faae43d4 Bug 1131626, fix autoscroll tests to work in e10s, r=felipe 2015-10-09 08:50:13 -04:00
Neil Deakin
8ff28e901c Bug 1173330, fix to use content tasks and BrowserTestUtils, and reenable browser_bug638292.js, r=felipe 2015-10-09 08:50:13 -04:00
Neil Deakin
ff8a21e00e Bug 1102020, fix and reenable browser_bug537474.js, r=gijs 2015-10-09 08:50:13 -04:00
Neil Deakin
79a594a069 Bug 1200870, allow -1 as a value to popup.moveTo, r=tn 2015-10-09 08:50:13 -04:00