Stephen Pohl
8ad576d66a
Bug 1091109: Don't sign webapprt-stub on OSX because webapps fail to launch due to quarantine bit. r=smichaud,myk
2014-11-03 17:13:16 -05:00
Nicolas Perriault
1c0f91beb6
Bug 1074676 - Allow deleting a Loop room. r=Standard8
2014-11-03 21:53:56 +00:00
Ryan VanderMeulen
4af93d7500
Merge fx-team to m-c. a=merge
2014-11-03 16:47:18 -05:00
Ryan VanderMeulen
5d0037fefe
Bug 1087114 - Disable browser_subdialogs.js on e10s for frequent failures.
2014-11-03 14:46:23 -05:00
Paul Rouget
5cbd702e33
Bug 1093198 - fix coordinates of webide widget on osx. r=jryans
2014-11-03 21:35:43 +02:00
Gijs Kruitbosch
3b42eb56ec
Bug 1080801 - update bug links for swapFrameLoaders e10s test enabling, rs=comment-only
...
DONTBUILD because comments-only
--HG--
extra : rebase_source : c0dd8aac64373f6f4660bfdb93dce82686b67d7e
2014-11-03 18:06:30 +00:00
Mike de Boer
bffc95cab8
Bug 1074666: add support for room updates, fix event dispatching and support room participant processing. r=Standard8
2014-11-03 18:08:16 +01:00
Mark Banner
08318f64c8
Bug 1074678 - Open a room window when the user selects the room in the Loop panel. r=mikedeboer
2014-11-03 16:34:03 +00:00
Mark Banner
c299359b02
Bug 1090209 - Part 2 Use MozLoopService to manage window ids centrally, and store the data for the window opening. r=mikedeboer
...
Use LoopCalls directly to handle busy statuses.
2014-11-03 16:34:03 +00:00
Mark Banner
6787686cbf
Bug 1090209 - Part 1 Drop the window type from the url that opens a Loop conversation window, and pass it in the call data instead. r=nperriault
...
Also creates a ConversationAppStore for managing the overall window data and selection of the type of window it is for the views.
2014-11-03 16:34:02 +00:00
Gijs Kruitbosch
e39580d877
Bug 1080801 - clean up e10s-disabled tests - about:home, rs=comment-only
...
DONTBUILD because comments-only
2014-11-03 16:18:07 +00:00
Mike de Boer
576d28e104
Bug 1093027: stop using Promise.defer in Loop mochitests. r=Standard8
2014-11-03 15:11:21 +01:00
Carsten "Tomcat" Book
c824b84e49
Backed out changeset c9cf7f0d8a21 (bug 1026568) for bc2 test failures
2014-11-03 10:31:39 +01:00
Blake Winton
d34e2f8277
Bug 1026568 - Add placeholder text to the newtab page. r=adw, ui-r=clarkbw
2014-10-31 16:00:34 -04:00
Panos Astithas
3ea96a913b
Use the full name as the short name (bug 1090324). r=gavin
...
--HG--
extra : rebase_source : a5e6721a8ef53f611e36747c5ef3a7cec01f9f35
2014-10-28 20:59:17 +02:00
Brian Grinstead
b405635ed5
Bug 1053434 - Shared theme changes for window and navbar for devedition;r=Gijs,r=MattN
2014-10-31 19:06:06 -07:00
Brian Grinstead
8ab72ab297
Bug 1053434 - Listen for lightweight theme changes and call relevant listeners for devedition theme;r=Gijs
2014-11-02 21:27:18 -08:00
Gavin Sharp
f3ac90a91d
Re-land patch from bug 1088904
2014-11-02 14:56:17 -08:00
Phil Ringnalda
7de4cd4e03
Merge f-t to m-c, a=merge
2014-11-02 08:55:19 -08:00
Phil Ringnalda
3bb307d604
Merge m-i to m-c, a=merge
2014-11-02 08:27:08 -08:00
Brian Grinstead
e6caeafb00
backout 019609619a48 for Windows e10s bc1 permaorange on CLOSED TREE
2014-11-01 18:24:14 -07:00
Akshendra Pratap
7a428ac9fe
Bug 515196 - Added padding to toolbar autohide. r=dao
2014-11-01 21:01:18 +01:00
stefanh@inbox.com
7b547af509
Bug 1085134 - Native theming for Mac OS X disclosure buttons, css part. r=Mano.
2014-11-01 17:13:30 +01:00
Brian Grinstead
b4ce47f9ad
Bug 1091656 - Set --toolbarbutton-hover-boxshadow for the back button;r=Gijs
2014-11-01 07:11:08 -07:00
ffxbld
c78bf7e552
No bug, Automated blocklist update from host b-linux64-ix-0009 - a=blocklist-update
2014-11-01 03:19:50 -07:00
Ryan VanderMeulen
f4b0acaa11
Merge fx-team to m-c. a=merge
2014-10-31 16:16:38 -04:00
Ryan VanderMeulen
e5e7502644
Bug 1092281 - Disable Panorama tests in e10s mode.
...
--HG--
extra : rebase_source : 362a83c8298d015ceda305f63ad5e6dd8aa772f3
2014-10-31 14:47:33 -04:00
Ryan VanderMeulen
f51d06f131
Bug 1092160 - Update pdf.js to version 1.0.937. r=bdahl
2014-10-31 14:05:49 -04:00
Ryan VanderMeulen
b1e25526d8
Backed out changeset 5eebce6c8845 (bug 1091109) for webapp test failures.
2014-11-01 00:15:44 -04:00
Michael Ratcliffe
16eb368506
Bug 1072181 part 3 - New Aurora channel prefs r=paul
...
--HG--
extra : rebase_source : 9998025d99157cb150e87a47e18fe145b38ecbc2
2014-10-31 12:47:28 +00:00
Ehsan Akhgari
8bbff19061
Bug 1090214 - Replace the Windows setup.sh tooltool script with one that can extract LLVM packages; r=catlee
...
This is the source for the new setup.sh:
#!/bin/sh
rm -rf sccache
tar -xjf sccache.tar.bz2
if test -d LLVM; then
rm -rf LLVM
fi
if test -f LLVM-*-win32.zip; then
unzip LLVM-*-win32.zip
mv LLVM-*-win32 LLVM
fi
2014-10-31 10:40:56 -04:00
Mihaela Velimiroviciu
9ab3556a51
Bug 1087303 - Add test for the functionality of remaining Panel Menu buttons in Australis (fullscreen, preferences). r=Gijs
2014-10-29 15:19:01 +02:00
Stephen Horlander
f02a3f5304
Bug 1072181 part 2 - Use new assets for the aurora channel. r=gavin
...
--HG--
extra : rebase_source : cbddebecf0bc46479a77b73305cf7889b83633b9
2014-10-29 08:37:00 +02:00
Panos Astithas
b9918fe9b8
Bug 1072181 part 1 - Use developer-focused branding and configuration for aurora. r=gavin, f=rstrong
...
--HG--
extra : rebase_source : 2752b788cc1fdcf60aed7907162c1e214623543d
2014-11-01 15:41:51 +02:00
Brian Grinstead
ae70a1e85c
Bug 1053434 - Shared theme changes for window and navbar for devedition;r=Gijs,r=MattN
2014-10-31 19:06:06 -07:00
Drew Willcoxon
78863fbec9
Bug 1087120 - Fix intermittent browser_ContentSearch.js failure by increasing timeout for remote search suggestions. r=MattN
2014-10-31 15:07:59 -07:00
Ryan VanderMeulen
d748f21f2a
Merge m-c to fx-team. a=merge
2014-10-31 16:35:46 -04:00
Panos Astithas
58f7caecb2
The windows installer shouldn't bypasses the profile selection logic when it tries to launch the installed app (bug 1091605). r=rstrong
2014-10-31 22:10:10 +02:00
Gavin Sharp
da2274bd07
Bug 717824: make --with-macbundle-prefix dependent on update channel in nightly mozconfigs, r=bhearsum/catlee
2014-10-31 12:40:59 -07:00
Carsten "Tomcat" Book
7611a1f3ee
Merge mozilla-central to mozilla-inbound
2014-10-31 14:23:10 +01:00
Carsten "Tomcat" Book
311c76e3c8
merge fx-team to mozilla-central a=merge
2014-10-31 14:19:30 +01:00
Carsten "Tomcat" Book
a6e979f82f
Backed out changeset c0f433bceae7 (bug 1053434) for frequent windows 7 debug memory leaks
2014-10-31 08:03:57 +01:00
Mike Conley
8924ec66f6
Bug 1085694: Add SessionStore tests for crashed tabs. r=ttaubert,smacleod.
...
--HG--
extra : rebase_source : 4957b2264ac7afcc165f8a472ac9608f812688a8
2014-10-31 01:38:58 -04:00
Carsten "Tomcat" Book
f3db1d50c3
Backed out changeset 780d8f101fe0 (bug 1079563)
2014-10-31 06:20:36 +01:00
Mark Hammond
d5771ccad3
Bug 1079563 (part 2) - allow white-listed sites to request troubleshooting info. r=MattN
2014-10-31 11:29:54 +11:00
Mark Hammond
f721cff87e
Bug 1091320 - fix legacy sync password and passphrase operations with incontent prefs. r=adw
2014-10-31 11:26:22 +11:00
Brian Grinstead
b51ceaf6d7
Bug 1053434 - Listen for lightweight theme changes and call relevant listeners for devedition theme;r=Gijs
2014-10-30 15:52:18 -07:00
David Rajchenbach-Teller
05ddb95d48
Bug 1083989
- Adapting e10s mochitests that expect Promise.jsm in the scope. r=yoric
2014-10-30 23:39:48 +01:00
Mike Conley
d4bf97a6a6
Bug 1067721 - [e10s] Make "Save Snapshot As" context menu item work for e10s. r=felipe.
...
--HG--
rename : browser/base/content/test/general/bug564387.html => browser/base/content/test/general/web_video.html
rename : browser/base/content/test/general/bug564387_video1.ogv => browser/base/content/test/general/web_video1.ogv
rename : browser/base/content/test/general/bug564387_video1.ogv^headers^ => browser/base/content/test/general/web_video1.ogv^headers^
extra : rebase_source : 1c2fad8158ef3803d653014d7dc1c8ce022dfc40
2014-10-30 15:21:47 -04:00
Ryan VanderMeulen
618a8fabc6
Merge m-c to inbound. a=merge
...
--HG--
rename : dom/tv/test/file_app.sjs => dom/tv/test/mochitest/file_app.sjs
rename : dom/tv/test/file_app.template.webapp => dom/tv/test/mochitest/file_app.template.webapp
rename : dom/tv/test/file_tv_non_permitted_app.html => dom/tv/test/mochitest/file_tv_non_permitted_app.html
rename : dom/tv/test/mochitest.ini => dom/tv/test/mochitest/mochitest.ini
rename : dom/tv/test/test_tv_non_permitted_app.html => dom/tv/test/mochitest/test_tv_non_permitted_app.html
extra : rebase_source : 43e1262bc9912ae6b97ec9302a1bc149e51c8e1e
2014-10-30 16:19:07 -04:00