Wes Kocher
948c30703f
Merge fx-team to m-c a=merge
2015-01-13 17:44:56 -08:00
Gijs Kruitbosch
4ef490ab06
Bug 1113299 - hide tab mirroring feature if unavailable, r=jaws
2014-12-22 15:05:06 +00:00
JW Wang
6e1b040e3a
Bug 1111788 - Part 1 - include timestamps for "browser:purge-session-history" notification. r=gavin.
2015-01-08 18:50:00 +01:00
Carsten "Tomcat" Book
738b922077
Backed out changeset 8ab6c26d26f5 (bug 1118618)
2015-01-13 08:43:32 +01:00
Bill McCloskey
1b1c057069
Bug 1118618 - [e10s] Slow script/plugin hang UI (r=mrbkap,mconley)
2015-01-12 23:06:54 -08:00
Birunthan Mohanathas
aae23211c4
Bug 1093101 - Use user-set browser.newtab.url pref for new tabs in private windows. r=dao
2015-01-13 06:41:15 +02:00
Dave Townsend
6f42a65173
Bug 1118135: Clicking the magnifying glass while the suggestions are open should close the popup and not re-open it. r=felipe
...
The popup gets closed when native events trigger rollup. This is before the any
mousedown event reaches the DOM so it is difficult to detect the case where it
was a click on the magnifying glass icon that closed the popup. Here a field
is added to the popup that is set to true when rollup is triggered and false
on the next tick of the event loop which will be after the mousedown event
reaches the DOM. This allows us to detect the case and ignore the click on the
magnifying glass.
--HG--
extra : rebase_source : 521d024b33011d0f501a5cd6a1317363f585ffed
2015-01-06 11:05:32 -08:00
Carsten "Tomcat" Book
64250a3a9f
Merge mozilla-central to fx-team
2015-01-12 15:15:24 +01:00
Carsten "Tomcat" Book
a95e320814
merge fx-team to mozilla-central a=merge
2015-01-12 13:01:26 +01:00
Paolo Amadini
fcc0d2239f
Bug 1114614 - Remove nsIDownloadManagerUI from Firefox for Desktop. r=mak
2015-01-12 12:49:06 +00:00
Abdelrhman Ahmed
7899af9e6e
Bug 1109854 - Fix the string displayed above the one-off search buttons whwhen the search field is empty, r=florian.
2015-01-11 20:51:11 +01:00
Dão Gottwald
9950dcda56
Bug 1115307 - Search bar alignment fixes and cleanup. r=florian
...
--HG--
extra : rebase_source : 18c3eacd8e946f17d2b18fcc42ec3873d666310d
2015-01-09 19:00:51 +01:00
Neil Deakin
e4fc31f0ac
Bug 1089005, add a third consume option that never consumes even over the anchor. This allows clicks on the location field to adjust the caret position, r=dao
2015-01-09 21:12:10 -05:00
Masatoshi Kimura
e22607aacf
Bug 1113780 - Use SSL_ERROR_UNSUPPORTED_VERSION for SSLv3 error page. r=gijs
2015-01-09 06:23:00 +00:00
Carsten "Tomcat" Book
91d1296031
Merge mozilla-central to fx-team
2015-01-09 15:51:09 +01:00
Carsten "Tomcat" Book
e478167826
merge fx-team to mozilla-central a=merge
2015-01-09 14:16:30 +01:00
Blair McBride
8f17fda978
Bug 1094567 - Remove the star for non-bookmark behavior. r=paolo
2015-01-08 22:38:48 +13:00
Wes Kocher
529fc3ce40
Merge mozilla-central to fx-team a=merge
2015-01-08 17:17:13 -08:00
Wes Kocher
6991bac6f9
Merge fx-team to mozilla-central a=merge
2015-01-08 16:58:52 -08:00
Drew Willcoxon
98f17cde03
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
Neil Deakin
5f6fe195ec
Bug 1088540, fix email link for content processes, r=gijs
2015-01-07 20:52:20 -05:00
Dave Townsend
4432095fd7
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
07d61c444d
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
87c71b8022
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
Carsten "Tomcat" Book
c854a16b1a
Backed out changeset c5feceed953a (bug 1094567)
2015-01-08 12:17:20 +01:00
Blair McBride
903ddf9633
Bug 1094567 - Remove the star for non-bookmark behavior. r=paolo
2015-01-08 22:38:48 +13:00
Gijs Kruitbosch
fd419f1b69
Bug 1098371 - create localized version of sslv3 error page, r=mconley
...
--HG--
extra : rebase_source : 4aaa3e4b7a2de50d0c4e9ec47aa347d3d04b871c
2014-12-19 20:10:56 +00:00
Sai Prathik
d214a5b522
Bug 1118768 - Redundant PopupNotifications.transitionsEnabled code removed, r=gijs
2015-01-08 23:56:00 +00:00
Mark Goodwin
8532a88103
Bug 1096197
- Ensure SSL Error reports work when there is no failed certificate chain. r=keeler
...
--HG--
rename : browser/base/content/test/general/browser_bug846489.js => browser/base/content/test/general/browser_ssl_error_reports.js
rename : browser/base/content/test/general/browser_bug846489_content.js => browser/base/content/test/general/browser_ssl_error_reports_content.js
2015-01-07 02:28:00 -05:00
Chris
385cde08ce
Bug 1117153 - Added 'keyword' param for location bar searches triggered by search engine keyword. r=gavin
2015-01-04 17:14:26 -08:00
Blake Winton
04323c7981
Bug 1102937 - Add UITelemetry for the improved search bar UI. r=florian, r=felipe
2015-01-06 13:09:43 -05:00
Mark Hammond
ecc0c95902
Bug 1117033 - all sync migration states in the hamburger menu take us to Sync prefs. r=adw
2015-01-07 13:57:38 +11:00
Mark Hammond
56a6091ae8
Bug 1114445 - update sync migration flows to reflect latest requirements. r=adw
2015-01-07 13:57:38 +11:00
Tim Taubert
6cd4f30812
Bug 1008029 - Fix intermittent browser_newtab_update.js failures r=Gijs
2014-11-14 20:21:17 +01:00
Blair McBride
22433fc4ac
Bug 1099046 - Autocomplete popup displays "moz-action:searchengine,..." for keyword searches while pressing Shift. r=mak
2015-01-06 19:13:46 +13:00
Blair McBride
099b9e9b54
Bug 1098071 - Move uitour.js library out of test directory. r=MattN
...
--HG--
rename : browser/modules/test/uitour.js => browser/components/uitour/UITour-lib.js
rename : browser/modules/UITour.jsm => browser/components/uitour/UITour.jsm
rename : browser/base/content/content-UITour.js => browser/components/uitour/content-UITour.js
rename : browser/modules/test/browser_UITour.js => browser/components/uitour/test/browser_UITour.js
rename : browser/modules/test/browser_UITour2.js => browser/components/uitour/test/browser_UITour2.js
rename : browser/modules/test/browser_UITour3.js => browser/components/uitour/test/browser_UITour3.js
rename : browser/modules/test/browser_UITour_annotation_size_attributes.js => browser/components/uitour/test/browser_UITour_annotation_size_attributes.js
rename : browser/modules/test/browser_UITour_availableTargets.js => browser/components/uitour/test/browser_UITour_availableTargets.js
rename : browser/modules/test/browser_UITour_detach_tab.js => browser/components/uitour/test/browser_UITour_detach_tab.js
rename : browser/modules/test/browser_UITour_loop.js => browser/components/uitour/test/browser_UITour_loop.js
rename : browser/modules/test/browser_UITour_modalDialog.js => browser/components/uitour/test/browser_UITour_modalDialog.js
rename : browser/modules/test/browser_UITour_observe.js => browser/components/uitour/test/browser_UITour_observe.js
rename : browser/modules/test/browser_UITour_panel_close_annotation.js => browser/components/uitour/test/browser_UITour_panel_close_annotation.js
rename : browser/modules/test/browser_UITour_registerPageID.js => browser/components/uitour/test/browser_UITour_registerPageID.js
rename : browser/modules/test/browser_UITour_resetProfile.js => browser/components/uitour/test/browser_UITour_resetProfile.js
rename : browser/modules/test/browser_UITour_sync.js => browser/components/uitour/test/browser_UITour_sync.js
rename : browser/modules/test/head.js => browser/components/uitour/test/head.js
rename : browser/modules/test/image.png => browser/components/uitour/test/image.png
rename : browser/modules/test/uitour.html => browser/components/uitour/test/uitour.html
2015-01-06 19:13:46 +13:00
Gavin Sharp
cf4a2cbe84
Bug 1115696: fix browser_aboutHome.js to work correctly with inContent prefs enabled/disabled, r=mak
...
--HG--
extra : rebase_source : 32f8ce678741f5f92fe9e997eca8d575694ae5b0
2015-01-05 07:59:12 -08:00
Ehsan Akhgari
80fc5b9947
Bug 1116669 - Wait for focus before running test_offlineNotification.html; r=dao
2015-01-03 12:25:48 -05:00
Dave Townsend
3bd65ce688
Bug 1102050: Set consumeoutsideclicks="false" whenever the popup is opened. r=felipe
...
showHistoryPopup in autocomplete.xml always sets consumeoutsideclicks to true
so we have to override that when the popup is actually opened.
The test here isn't a very good one. For some reason the events generated by
EventUtils aren't consumed regardless of consumeoutsideclicks, I'm not sure
there is a great way to test this automatically.
--HG--
extra : rebase_source : 1e413c645cc0445089f0214a6d3b68365b47ca80
2014-12-31 13:36:28 -08:00
Paolo Amadini
17634166b8
Bug 432425 - Remove unused test for downloads in the Clear Recent History dialog. r=gavin
2014-12-30 21:05:12 +00:00
Paolo Amadini
5a4af1158c
Bug 480169 - Remove unused tree view test for the Clear Recent History dialog. r=mak
2014-12-30 21:05:12 +00:00
Wes Kocher
8ce8626a85
Merge mozilla-central to inbound a=merge
2015-01-08 17:14:55 -08:00
Tom Schuster
6714d35a4b
Bug 1110759 - Remove Iterator() from some tests. r=smaug
2015-01-08 19:58:45 +01:00
Gijs Kruitbosch
5e453d4256
Bug 1096319
2014-12-29 12:12:02 -08:00
Florian Quèze
2bdb92f14f
Bug 881331 - PopupNotifications added in background windows should show their anchor icon, r=MattN.
2013-11-14 08:06:45 +05:30
Abdelrhman Ahmed
2c8bd551f7
Bug 1115038 - Ctrl-Tab panel's "Show all X tabs" button should read "List All X Tabs" instead. r=dao
2014-12-26 14:37:32 +01:00
Gijs Kruitbosch
9cf533e765
Bug 1079303 - part 2: fix tests to not expect sync behaviour from notification.reshow, r=dolske
2014-11-25 01:06:36 +00:00
Gijs Kruitbosch
9d09d5893f
Backed out changeset c8f1dab5c9e5 (bug 305085)
2014-12-24 16:14:09 +00:00
Gijs Kruitbosch
26cae9daf2
Backed out changeset 618a0ea01af9 (bug 305085)
2014-12-24 16:14:07 +00:00
Gijs Kruitbosch
8b9af4190a
Bug 305085 - fix permitUnload usages in tab/window closing so we never show a permitUnload twice for the same page, r=jaws
...
--HG--
extra : rebase_source : 29d6d43e3ee8d831b3debc97a1e12c422e5c0bb8
extra : histedit_source : cd3004e8f6da17acb8af122b0755bf85e3d8fb0c
2014-12-04 18:10:12 -08:00