Commit Graph

32334 Commits

Author SHA1 Message Date
Ryan VanderMeulen
9a378a0290 Merge inbound to m-c. a=merge 2015-01-09 14:45:50 -05:00
Ryan VanderMeulen
93ece15acd Backed out changeset 86ac3a19e456 (bug 1118806) for mochitest-dt failures.
CLOSED TREE
2015-01-09 11:18:46 -05:00
Ryan VanderMeulen
f82bd1466b Backed out changeset 0defe8745bb9 (bug 1105652) for mochitest-dt failures. 2015-01-09 11:18:34 -05:00
Ryan VanderMeulen
55829f16ee Backed out changeset 46822560ac53 (bug 1118804) for mochitest-dt failures.
CLOSED TREE
2015-01-09 11:16:00 -05:00
Masatoshi Kimura
0274da9657 Bug 1113780 - Use SSL_ERROR_UNSUPPORTED_VERSION for SSLv3 error page. r=gijs 2015-01-09 06:23:00 +00:00
Carsten "Tomcat" Book
8dcc0a4943 Merge mozilla-central to fx-team 2015-01-09 15:51:09 +01:00
Eddy Bruël
48776d7b77 Bug 1105652 - Handle uncaught promise rejections in the style editor;r=bgrins 2015-01-09 15:45:33 +01:00
Eddy Bruël
36bfc29c55 Bug 1118806 - Handle uncaught promise rejections in the storage inspector;r=pbrosset 2015-01-09 15:26:54 +01:00
Eddy Bruël
cd3032e1c1 Bug 1118804 - Handle uncaught promise rejections in the inspector;r=pbrosset 2015-01-09 15:09:28 +01:00
Carsten "Tomcat" Book
9182dc1158 merge fx-team to mozilla-central a=merge 2015-01-09 14:16:30 +01:00
Mark Banner
e1a12512a0 Bug 1119485 - Link clicker UI no longer resets to the stat conversation view after giving feedback. r=nperriault 2015-01-09 09:07:46 +00:00
Richard Marti
439ead04fd Bug 1118888 - Remove extra space around Tracking Protection preferences. r=jaws 2015-01-08 22:14:14 +01:00
Jordan Santell
9964c79a32 Bug 1118299 - Performance tool now provides default blueprint for its waterfall and markers-overview graphs to work. r=vp 2015-01-08 11:17:00 +01:00
Jan Odvarko
8636b80799 Bug 1118179 - Assume light theme colors for the font inspector as the default. r=bgrins 2015-01-07 17:38:33 +01:00
Blair McBride
37950e9923 Bug 1094567 - Remove the star for non-bookmark behavior. r=paolo 2015-01-08 22:38:48 +13:00
Wes Kocher
1d86126a67 Merge mozilla-central to fx-team a=merge 2015-01-08 17:17:13 -08:00
Wes Kocher
0474fa769c Merge fx-team to mozilla-central a=merge 2015-01-08 16:58:52 -08:00
Jared Wein
a8a9e513dc Bug 1119368 - Enable in-content preferences for EARLY_BETA_OR_EARLIER before Beta 36. r=gijs 2015-01-08 13:51:39 -05:00
Mike de Boer
1cafd19d79 Bug 1114957: cleanup LoopRooms event listeners when the conversation window is closed. r=Niko 2015-01-08 18:52:10 +01:00
Drew Willcoxon
e9f2d67e3c Bug 1112440 - Make the infobar update correctly to reflect "needs verified user" on about:accounts during Sync migration. r=markh 2015-01-08 09:28:55 -08:00
Ryan VanderMeulen
e4f5a3e534 Backed out changeset 66ec04bc10eb (bug 1067145) for leaks. 2015-01-08 10:32:33 -05:00
Carsten "Tomcat" Book
8d58845e46 merge fx-team to mozilla-central a=merge 2015-01-08 14:36:19 +01:00
Wes Kocher
184311a9f1 Merge m-c to fx-team a=merge 2015-01-07 15:54:40 -08:00
Wes Kocher
0cf53b165b Merge inbound to m-c a=merge CLOSED TREE 2015-01-07 15:41:20 -08:00
Mark Banner
80b07b1774 Bug 1117863 - Correct Loop's language fallback to use all of accept languages properly. r=mikedeboer 2015-01-07 20:08:01 +00:00
Jordan Santell
f3763d8c9a Bug 1118071 - Update web-audio-automation-timeline library to fix setTargetAtTime only calculating once for web audio editor's getAutomationData. r=vp 2015-01-07 13:57:00 -05:00
Neil Deakin
6be56d2934 Bug 1088540, fix email link for content processes, r=gijs 2015-01-07 20:52:20 -05:00
Mike Hommey
08e140cb0d Bug 1110760 - Build and Package Chromium Sandbox wow_helper. r=gps 2015-01-08 10:44:41 +09:00
Nick Fitzgerald
4b658eea13 Bug 1114962 - Update the in-tree copies of acorn and pretty-fast. r=past
acorn is now at db59bd0296c16796a07e82d2dc284861f464603e (untagged commit after
0.11.0 release).

pretty-fast is now at abc8c1133cc5443fb3bb50c426731821d27300a6 (tagged 0.2.0).
2015-01-06 15:24:00 -05:00
James Long
896979644d Bug 1111058 - Clean up initialization of source actors and sourcemaps to handle race conditions and invalid sourcemaps better. r=fitzgen 2015-01-07 18:13:00 -05:00
Dave Townsend
da3564ca03 Bug 1094312: Fix browser_bug553455.js:test_cancel_restart by pausing the download for long enough for the progress notification to show reliably. r=Gijs
test_cancel_restart needs the progress notification to show reliably so it can
cancel the pending install. To ensure this a sjs script is used to
asynchronously deliever the XPI data. It starts responding but sends no data
until a second request is made to tell it to complete. So the test can start
the install, then do what it likes with the progress dialog before finally
telling the server to complete the download for the install.

--HG--
extra : rebase_source : 9bd5c617a28ee4edaa8e18599ad8eca0b52f7133
2014-12-26 14:06:43 -08:00
Dave Townsend
dd39072355 Bug 1094312: Fix browser_bug553455.js to handle the cases where the progress notification is hidden before it has fully appeared. r=Gijs
This test includes a race condition between showing the install progress
doorhanger and the XPI download completing. When the download completes before
the popup finishes showing (there is some animating going on there) the popup
is hidden and never shows properly, the test promptly breaks. Something about
the e10s support changes made this far more frequent.

This change makes us only listen for the popupshowing event for progress
notifications and then move on to wait for the following notification or dialog
that we care about after that.

test_cancel_restart is the exception that actually needs to interact with the
progress dialog so it is disabled here and will be fixed in a separate change.

--HG--
extra : rebase_source : 2a1d8c1b89a88275e37f6ecb6e13afeac0e98f8f
2014-12-26 09:05:42 -08:00
Dave Townsend
58d687e019 Bug 1094312: Properly destroy browsers when switching between remote and non-remove pages and override the default destroy method in remote-browser.xml. r=mconley
In some cases removing an element from a document doesn't call its XBL
constructor. tabbrowser knows this and so calls a destroy method on browser
elements when removing them.

When remote-browser was added we forgot to add a specific destroy method so the
base browser binding's would be used. This would mean remote-browsers aren't
being destroyed correctly.

Also when we switch from remote to non-remote browsers or vice versa we don't
call the destroy method at all so sometimes the browser isn't destroyed properly
and observer notifications get fired on dead browser elements.

--HG--
extra : rebase_source : d54ca85d912fdd736495c500910ff51fb5e15b6a
2014-12-29 17:09:52 -08:00
Drew Willcoxon
4e67e98eaf Bug 1110336 - Update sync old-dialog-based preferences UI to match FxA migration flows, part 2. r=markh 2015-01-08 15:03:25 -08:00
Mark Hammond
67df6f0217 Bug 1110336 - Update sync old-dialog-based preferences UI to match FxA migration flows, part 1. r=adw 2015-01-08 15:03:22 -08:00
Dan Mosedale
f0a3a7e379 Bug 1118402-Close panel after sign-in/sign-up clicked to avoid user confusion, r=MattN 2015-01-08 14:58:59 -08:00
Paul Rouget
6ccd40c82a Bug 1067145 - Make responsive design e10s-ready. r=ochameau 2015-01-07 22:47:00 -05:00
Romain Gauthier
63c44a298e Bug 1113613: Show the telefonica logo only on first use. r=NiKo` 2015-01-08 15:00:12 +01:00
David Carter
0cb421eefd Bug 986970 - Fix for padding alignment issue for bookmarks label in customize->additional tools and features on OS X, r=gijs
--HG--
extra : rebase_source : 7f0e7428f902ac4c03092e7e2097ca751a82040d
2014-12-28 19:33:37 +01:00
Carsten "Tomcat" Book
5a7b26e30e Backed out changeset 52db8d5bfea6 (bug 932179) 2015-01-08 12:17:24 +01:00
Carsten "Tomcat" Book
3e21e365c3 Backed out changeset 321dfaa82c02 (bug 932179) 2015-01-08 12:17:22 +01:00
Carsten "Tomcat" Book
2712806979 Backed out changeset c5feceed953a (bug 1094567) 2015-01-08 12:17:20 +01:00
Sebastian Hengst
44fd2e843b Bug 1118226 - Allow to add number to string for removing selected cookies to improve localizability. r=dao 2015-01-07 12:40:29 +01:00
Blair McBride
f8efcaaf01 Bug 1094567 - Remove the star for non-bookmark behavior. r=paolo 2015-01-08 22:38:48 +13:00
Richard Marti
95a8b158b5 Bug 1013689 - In-content pages - Alignment fixes. r=jaws 2015-01-08 09:05:39 +01:00
Sami Jaktholm
a38978f717 Bug 932179 - Part 3: Fix intermittent timeout in browser_net_security-state.js. r=vporof 2015-01-07 09:38:00 +01:00
Sami Jaktholm
fc3d9a92cb Bug 932179 - Part 2: UI to present security info in NetMonitor. r=vporof 2015-01-06 02:59:00 +01:00
Brian Grinstead
eacd9aa1ee Bug 1115222 - Only call performTest once the appropriate load event is received for webconsole response header test;r=past 2015-01-07 09:16:12 -08:00
Mike de Boer
59bd93c975 Bug 1102477: pass HAWK request errors through to content. r=Standard8 2015-01-07 16:44:50 +01:00
Mark Banner
bf113904c7 Bug 1079227 - Loop feedback form should always allow comments. r=nperriault 2015-01-07 11:52:57 +00:00