Commit Graph

9636 Commits

Author SHA1 Message Date
Mike de Boer
581d4c64ec Bug 1121210: notify UITour when the active tab changes and don't show the get started info panel when the rooms tab is not selected. r=MattN 2015-02-10 23:35:39 +01:00
Ryan VanderMeulen
817924eff7 Merge inbound to m-c. a=merge
CLOSED TREE
2015-02-10 16:03:15 -05:00
Ryan VanderMeulen
332621b1f2 Merge m-c to inbound. a=merge 2015-02-11 16:29:25 -05:00
Bill McCloskey
c436b0ddb8 Bug 1127927 - Make link saving safe for e10s (r=mconley) 2015-02-11 12:55:29 -08:00
Nathan Froyd
52356e8a4b Bug 1118502 - part 2 - ensure addOneTab sees a referrer URI if it was available; r=mconley
addOneTab uses the existence of a referrer URI to determine where to
position the newly opened tab.  Bug 1031264 changed callsites so that a
referrer URI was no longer passed in if the opening link had
rel=noreferrer set on it.  This change, then, broke placement of newly
opened tabs if their opening link had rel=noreferrer on it.

Instead of not passing in the referrer URI if rel=noreferrer, let's
instead explicitly tell addOneTab whether rel=noreferrer was present on
the opening link.  Then addOneTab can hide the referrer URI from the
actual network request, while still using the referrer URI to determine
tab placement.
2015-02-06 14:00:45 -05:00
Nathan Froyd
aeb0b56604 Bug 1118502 - part 1 - fixup grabbing of documentURIObject; r=mconley
The patch for bug 1031264 factored out an _openLinkInParameters
function.  But this new function grabbed the referrerURI from
|document|, rather from the passed in |doc|, whereas all the callers had
obtained |referrerURI| from the (to-be-passed-in) |doc| object.  Let's
fix this mix-up before going any further.
2015-02-06 13:02:44 -05:00
John Tungul
0111a88b7d Bug 1117722 - Changed badge.style.backgroundColor. and badge attribute. r=jaws 2015-02-08 10:38:00 +01:00
Mark Banner
aea50363e3 Bug 1126334 - Hello Icon should change colour when screensharing is active. r=jaws 2015-02-10 09:37:44 +00:00
Blair McBride
514156d692 Bug 1128126 - Enforce safe schemes in isInstallAllowed. r=Mossop 2015-02-10 15:47:50 +13:00
Tim Taubert
869cee9b4a Bug 1129978 - Replace promiseAddVisits() usage with PlacesTestUtils.addVisits() r=mak 2015-02-05 22:36:55 +01:00
Tim Taubert
c13a420c17 Bug 1129978 - Replace custom addVisits() implementations with the one in PlacesTestUtils r=mak 2015-02-05 21:58:58 +01:00
Mike de Boer
73b1f9f5e6 Bug 1113896: toggle the Loop panel upon clicking the toolbar button. r=MattN 2015-02-06 15:31:34 +01:00
Tim Taubert
a6032934fc Bug 1118279 - Remove browser_customize_popupNotification.js r=gavin 2015-02-06 18:17:10 +01:00
Olli Pettay
b7b3faa4e9 Bug 1124245, nsGlobalWindow::IsActive shouldn't depend on the state in nsFocusManager, r=Enn
--HG--
extra : rebase_source : 5fcd4611cc73651d9f7d1d498808847f26ff1d6b
2015-02-06 18:26:29 +02:00
Chris Peterson
cbfd72f3e6 Bug 1129321 - Remove nonstandard let blocks from browser. r=ttaubert 2015-01-24 23:39:14 -08:00
Christoph Kerschbaumer
ab62394a93 Bug 1087726: Make JS callers of ios.newChannel call ios.newChannel2 in browser/ - tests (r=gijs) 2015-02-06 13:54:28 -08:00
Masatoshi Kimura
29bed6b6b1 Bug 1126413 - Part 2: UI changes to display security info on broken secure pages. r=dolske 2015-02-10 04:16:23 +09:00
Carsten "Tomcat" Book
27cd4c3c96 Backed out 6 changesets (bug 1075670) for bustage on a CLOSED TREE
Backed out changeset 4d68750b4e28 (bug 1075670)
Backed out changeset 4d34eb58c46d (bug 1075670)
Backed out changeset d3ac4fd82311 (bug 1075670)
Backed out changeset 8b72b1201661 (bug 1075670)
Backed out changeset cd6cf15b27cc (bug 1075670)
Backed out changeset bf710daef92b (bug 1075670)
2015-02-11 16:03:06 +01:00
David Parks
68343fa91e Bug 1075670 - [e10s] event.screenX and event.screenY is wrong
mapScreenCoordinatesFromContent is now wrong, unnecessary, and gone.
2015-02-04 04:22:30 -08:00
Neil Deakin
3014be5692 Bug 1059219, show text-related items (clipboard, undo, etc) in context menu for input type=number, r=mconley 2015-02-10 21:00:05 -05:00
Neil Deakin
e426e31b16 Bug 1100653, re-enable these tests now that waitForFocus handles child process windows 2015-02-10 20:21:10 -05:00
Mike Conley
75860ac9d5 Bug 1047603 - Disable test browser_bug880101.js for e10s. r=Mossop.
--HG--
extra : rebase_source : c0597af25c4f67824a579d90c7a9a9675171f87d
2015-01-18 00:38:08 -05:00
Mike Conley
19c2968179 Bug 1047603 - Fix passing xul:tab in the initialization of a new e10s window. r=Mossop.
We need to force the initial browser window to be remote right away if the browser
being torn into a new window is remote.

--HG--
extra : rebase_source : 0a138231af295f67cddf1077e5ad39cebe1390df
2015-01-14 14:22:01 -05:00
Mike Conley
2fbcc40efe Bug 1047603 - Re-enable browser_bug562649.js test for e10s. r=Mossop.
--HG--
extra : rebase_source : e170228e01d62e24cc8c947c5d8fbf375d3674f8
2015-01-13 17:05:54 -05:00
Mike Conley
175f4e2c99 Bug 1047603 - Regression test. r=Mossop.
Disabled on Linux without e10s on by default because e10s windows cannot be
opened without OMTC being enabled. OMTC is force-enabled for Linux when e10s
is on by default.

--HG--
extra : rebase_source : 9c349ad9bffb4b067ec72953c67339b278e1cd66
2015-01-29 17:27:23 -05:00
Mike Conley
69a8aed6f6 Bug 1047603 - Make TabParent::AnswerCreateWindow force the initial browser to be remote in a new window. r=smaug.
--HG--
extra : rebase_source : 87551351dc763be7f5a8a47d02de21eb3f10c745
2015-01-13 17:24:52 -05:00
Mike Conley
1b41aa507d Bug 1047603 - Non-remote tabs and chrome in e10s windows do not handle target=_blank or window.open links properly. r=Mossop.
--HG--
extra : rebase_source : 266f880705819da873066f1716b7728066cb7696
2015-01-29 17:27:07 -05:00
Christoph Kerschbaumer
2f68a5b69c Bug 1087726: Make JS callers of ios.newChannel call ios.newChannel2 in browser/ (r=gijs) 2014-10-24 14:36:11 -07:00
Gijs Kruitbosch
2144399143 Bug 1111148 - show doorhanger for EME being played back, r=florian
--HG--
extra : rebase_source : 1b441c55e6e78b6096977dc25dd232c3c6bb653c
2015-02-04 17:13:38 +00:00
Tim Taubert
35d050050f Backed out changeset 470368b135b7 (bug 1118279) 2015-02-06 11:36:07 +01:00
Avijit Gupta
4219cb4edb Bug 1091117 - Used 2x png for about:newtab through media query. r=adw 2015-02-06 02:12:41 +05:30
Tim Taubert
93139036c9 Bug 1118279 - Fix intermittent browser_customize_popupNotification.js failures r=gavin 2015-02-05 21:44:13 +01:00
Wes Kocher
e1292d67e5 Merge inbound to m-c a=merge CLOSED TREE 2015-02-05 16:55:01 -08:00
Dave Townsend
1590ebd9cf Bug 1083281: Use flags to determine which chrome and about URIs are loaded in the content process. r=mconley, r=bsmedberg, r=jduell, r=mratcliffe
--HG--
extra : rebase_source : beda0088e7715eeb41525b0123f308068745bd80
2015-02-05 08:09:15 -08:00
Avijit Gupta
3b96966931 Bug 934748 - Refactored browser_popupNotification_3.js to use addProgressListener+executeSoon rather than addTabsProgressListener. r=smacleod 2015-02-04 00:26:22 +05:30
Mark Hammond
22c2498925 Bug 1126911 - Avoid postMessage from content in browser_aboutAccounts.js and browser_aboutHealthReport.js. r=Gijs 2015-02-05 11:07:40 -08:00
Florian Quèze
4e6de52441 Bug 1102038 - the 'Change Search Settings' button and the open search items cannot be used via the keyboard, r=Mossop. 2015-02-05 00:08:19 +01:00
Florian Quèze
6a96d96d46 Bug 1126816 - a search started before the search panel opens goes to the previously selected one-off engine, r=Mossop. 2015-02-05 00:08:19 +01:00
Florian Quèze
733f615541 Bug 1124904 - cleanup keyboard navigation in the new search panel - simplify the 'selected' attribute handling, r=Mossop. 2015-02-05 00:08:19 +01:00
Wes Kocher
9322b127e1 Backed out 7 changesets (bug 1047603) for mn-e10s and bc1-e10s bustage
Backed out changeset 38c6689adcbb (bug 1047603)
Backed out changeset 931b3b52e8e8 (bug 1047603)
Backed out changeset 9346f1b17ff2 (bug 1047603)
Backed out changeset 02dbbf0b017f (bug 1047603)
Backed out changeset a4ec7ded1155 (bug 1047603)
Backed out changeset dfe6ac341eb3 (bug 1047603)
Backed out changeset d846a8ebe879 (bug 1047603)
2015-02-04 15:05:19 -08:00
Drew Willcoxon
070cf6bca2 Bug 1120716 - Offer "learn more" links in the legacy-Sync-to-FxA migration UI. r=markh,Unfocused 2015-02-04 13:59:47 -08:00
Mike Conley
3b4d33acec Bug 1047603 - Disable test browser_bug880101.js for e10s. r=Mossop.
--HG--
extra : rebase_source : 5297b1ca77903ff4f369023d6d54518397c490d5
2015-01-18 00:38:08 -05:00
Mike Conley
0bc0f3a106 Bug 1047603 - Fix passing xul:tab in the initialization of a new e10s window. r=Mossop.
We need to force the initial browser window to be remote right away if the browser
being torn into a new window is remote.

--HG--
extra : rebase_source : e7a5b90139d04a86edcc0f2349a05cfb77d73c03
2015-01-14 14:22:01 -05:00
Mike Conley
d60724b6fe Bug 1047603 - Re-enable browser_bug562649.js test for e10s. r=Mossop.
--HG--
extra : rebase_source : 2cfa3204942a1dccbc1710ef6f49ef402b7800b9
2015-01-13 17:05:54 -05:00
Mike Conley
e65ceb9649 Bug 1047603 - Regression test. r=Mossop.
Disabled on Linux without e10s on by default because e10s windows cannot be
opened without OMTC being enabled. OMTC is force-enabled for Linux when e10s
is on by default.

--HG--
extra : rebase_source : 8386ace51fe25b359adb15b1b22a507db7539131
2015-01-29 17:27:23 -05:00
Mike Conley
fd98416f35 Bug 1047603 - Make TabParent::AnswerCreateWindow force the initial browser to be remote in a new window. r=smaug.
--HG--
extra : rebase_source : 48bb98774b35daa2dda0edf017734c645e2ea32e
2015-01-13 17:24:52 -05:00
Mike Conley
5c10f2e195 Bug 1047603 - Non-remote tabs and chrome in e10s windows do not handle target=_blank or window.open links properly. r=Mossop.
--HG--
extra : rebase_source : 11cca5713e6fe35c1caf7d2ca306cfab8cb2c941
2015-01-29 17:27:07 -05:00
Tooru Fujisawa
30b2ce0209 Bug 1108930 - Part 4: Call Map with new in browser. r=felipe 2015-02-05 00:59:15 +09:00
Mark Hammond
41f5248b74 Bug 1097406 - FHR data for sync migration. r=adw/gfritzsche 2015-02-04 17:36:44 +11:00
Yury Delendik
6a8d25d8d8 Bug 870553 - Adds whitelist to PlayPreview API. r=joshmoz 2015-02-03 13:41:11 -06:00
Dave Townsend
ea77a76d5e Backing out 580a54390e83 from bug 1083281 due to devtools test failures. CLOSED TREE
--HG--
extra : amend_source : fbfc679388087db7356da23e1d72c4edee1b3ec1
2015-02-03 15:51:24 -08:00
Dave Townsend
a605c3d585 Bug 1083281: Use flags to determine which chrome and about URIs are loaded in the content process. r=mconley, r=bsmedberg, r=jduell
--HG--
extra : rebase_source : bc737209c7da9e36421de641bdbd230e62d8fe79
2015-01-07 15:56:18 -08:00
Mark Banner
fbeec47e2d Bug 1122032 Part 3 - Automatically allow screensharing for the Loop in-desktop pages. r=jesup 2015-02-02 21:53:19 +00:00
Gijs Kruitbosch
6773360839 Bug 1127394 - should be able to close single tab through tabclose button even if we said 'stay on page' initially, r=jaws 2015-01-30 19:54:37 +00:00
Dave Townsend
4cfe09777c Bug 1109650: Add a button to restore all crashed tabs to about:tabcrashed. r=ttaubert
--HG--
extra : rebase_source : 105c07b05f25935b6101346f8860770f75b76cff
extra : amend_source : e6875f05af24575461a9fa19c551e1870bfe3d52
2015-01-13 12:35:57 -08:00
Dave Townsend
053e14970a Bug 1112304: Update about:tabcrashed to match the new UX spec. r=dao
Uses in-content styles for the tab crash page and adds an overlay to the favicon
for crashed tabs. Adds support for closing the crashed tab. The strings here
also refer to being able to restore all tabs, that will be implemented and
landed at the same time in bug 1109650 to avoid l10n churn.

--HG--
extra : rebase_source : 7afc65aff19c4da16959adb09f82006ec541fa31
extra : amend_source : 4a8323e5c1a66fb4e2fafa96e4e5c8cf9814acba
2015-01-13 12:33:26 -08:00
Gijs Kruitbosch
18d24513a7 Bug 1109757 - expose update channel and buildID to about:support data gathering, r=MattN,f=cww,gavin 2015-01-28 01:44:14 +00:00
Abhishek Bhattacharya
5e3931d0a5 Bug 1125498 - Use for..of iteration instead of Array.forEach. r=dao 2015-01-30 06:46:36 +01:00
Giovanny Andres Gongora Granada
910930b8b6 Bug 1126781 - browser-search-autocomplete-result-popup's popupshowing handler shouldn't clobber the popup's style attribute. r=dao 2015-01-30 06:43:29 +01:00
Wes Kocher
875c6041f4 Merge fx-team to m-c a=merge CLOSED TREE 2015-01-29 15:27:17 -08:00
Bill McCloskey
73cced6be2 Bug 1072980 - Don't allow CPOWs to be passed to C++ code (r=mrbkap,ally,mconley) 2015-01-29 11:28:01 -08:00
Curtis Koenig
f7d7c7805d Bug 1126253 - Removed redundant NewTabUtils.jsm import. r=dao 2015-01-29 08:46:48 +01:00
Wes Kocher
0e95cc0fab Merge m-c to fx-team a=merge 2015-01-28 18:45:04 -08:00
Wes Kocher
d8b5525f1a Merge fx-team to m-c a=merge 2015-01-28 18:36:42 -08:00
Giovanny Andres Gongora Granada
d6f3b8a142 Bug 1126738 - Use arrow functions in browser-data-submission-info-bar.js. r=dao 2015-01-28 23:18:14 +01:00
Mike Conley
260af91415 Bug 1126311 - Don't show OMTC warning when opening windows on Linux if e10s enabled by default. r=felipe.
--HG--
extra : amend_source : 333c7b92790cd6060eafbd7dfd36ce47b61da636
2015-01-28 14:15:40 -05:00
Mark Hammond
986c82f230 Bug 1124956 - Fix Sync engine selection after migration to FxA. r=adw 2015-01-29 10:41:00 +11:00
Carsten "Tomcat" Book
713239c2fa merge fx-team to mozilla-central a=merge 2015-01-28 14:24:09 +01:00
shreyas
008befab19 Bug 1119719 - onError function added in urlbarBindings.xml for the search addEngine callback. r=gavin 2015-01-28 00:05:54 -08:00
Tim Nguyen
24f16e5a3c Bug 1105704 - Fix UI issues with SSL error reporting. r=dao 2015-01-27 23:39:05 -08:00
Margaret Leibovic
4a892cb6a8 Bug 1123471 - Create basic browser-chrome test for reader mode toolbar button. r=jaws
--HG--
extra : rebase_source : 035522d7ebf37d3c2272e16a29bb74f33f20d52c
extra : histedit_source : a3aa50ce0097eadd4d5a16c58615cb6ef9f497b5
2015-01-23 15:09:46 -08:00
Margaret Leibovic
51a6b95ba8 Bug 1125364 - Check to make sure content window isn't null after paring document. r=jaws
--HG--
extra : rebase_source : ee5750e0543b7c11780cd3872853b61ada801154
extra : histedit_source : 271c8ab4f7944e28c020e665f892f15ae3ead71e
2015-01-23 15:50:43 -08:00
Masayuki Nakano
36e7ed1018 Bug 917322 part.22 Fix new orange which was caused by bug 1115616 r=smaug 2015-01-28 15:27:33 +09:00
Ehsan Akhgari
540ba83a99 Bug 1108547 - Part 1: Inherit the correct private browsing status on new windows created for targeted navigations; r=jdm 2015-01-27 23:17:33 -05:00
Ryan VanderMeulen
53d6805eb3 Backed out changeset d56201330a5b (bug 1105704) for mochitest-bc failures. 2015-01-27 13:53:39 -05:00
Tim Nguyen
9ba7a91a53 Bug 1105704 - Fix UI issues with SSL error reporting. r=dao 2015-01-27 18:51:10 +01:00
Alexander Dimitrov
2054e6404e Bug 1126259 - Removal of the unload event handler in browser-data-submission-info-bar.js is broken and can go away. r=dao
--HG--
extra : rebase_source : 373c4b2381c71d5b36338ab789cd7696f84bc717
2015-01-27 17:09:04 +01:00
Mike Conley
58c267124c Bug 1108761 - Make the parent process use a menulist popup for <select>'s in the content process. feedback=dao,r=Enn.
--HG--
extra : amend_source : afcdea3002355dbaa6772496bdc2be4105888396
2015-01-05 16:38:48 -05:00
Carsten "Tomcat" Book
39defe4e2f merge fx-team to mozilla-central a=merge 2015-01-27 15:27:01 +01:00
Neil Deakin
9c7ef6ec88 Bug 1091140, add telemetry for sanitize, r=vdjeric 2015-01-26 20:58:22 -05:00
Florian Quèze
2b3d1cc952 Bug 1125661 - Intermittent browser_devices_get_user_media.js | expected notification recording-device-events - Got 0, expected 1. r=felipc 2015-01-26 12:29:08 +01:00
Florian Quèze
c3faafc00b Bug 1106043 - Search icon doesn't show for some open search providers that had an icon on Firefox 33, r=gavin. 2015-01-26 17:12:59 +01:00
Alexander Dimitrov
6bdf8b4283 Bug 1125497 - Removed redundant TelemetryStopwatch.jsm import. r=dao 2015-01-26 14:37:45 +01:00
Swapnil R Patil
7f79125eb8 Bug 1098420 - Set display: none to update status panel if in customize mode, r=gijs 2015-01-25 22:37:00 +00:00
Phil Ringnalda
bfc0a8f26b Merge m-i to m-c, a=merge 2015-01-25 11:43:56 -08:00
Abdelrhman Ahmed
2053d54a1d Bug 1125532 - Correctly clear out removing tabs in tab container's "underflow" event handler. r=dao 2015-01-25 02:05:18 +01:00
Abdelrhman Ahmed
15811e4ccb Bug 1125499 - Use arrow function in allTabs.open. r=dao 2015-01-25 02:04:27 +01:00
Phil Ringnalda
1678a8064e Merge m-c to f-t 2015-01-24 09:10:16 -08:00
Phil Ringnalda
4e483ea448 Merge f-t to m-c, a=merge 2015-01-24 08:34:07 -08:00
sarvjeet
757eb574c1 Bug 1122984 - Use for..of iteration instead of Array.forEach in tabbrowser.xml. r=dao 2015-01-24 11:31:24 +05:30
Phil Ringnalda
ef1df9316b Merge m-c to a CLOSED TREE m-i 2015-01-23 22:00:41 -08:00
Phil Ringnalda
33a78aec54 Bug 1122478 - Disable the newtab tests that fail on OS X 10.10
--HG--
extra : rebase_source : 6c99d82f7b2a188d209d1782231d84a9c3bbd00f
2015-01-23 21:43:07 -08:00
Tim Nguyen
4c6561dfd5 Bug 1087618 - Part 4: Update html structure of about:tabcrashed, sessionrestore and welcomeback. r=jaws 2015-01-21 05:44:00 -05:00
Ryan VanderMeulen
eabb8f7c25 Merge m-c to fx-team. a=merge 2015-01-23 12:33:22 -05:00
Ryan VanderMeulen
39400dced0 Merge fx-team to m-c. a=merge 2015-01-23 12:20:52 -05:00
Gijs Kruitbosch
d7cfcc9571 Bug 1028828 - fix cut-off descenders on Windows in toolbarpalette, r=mconley 2015-01-14 23:23:55 +00:00
Ehsan Akhgari
966aabba4d Bug 1120233 - Ensure that the delete command will stay enabled for password fields; r=roc 2015-01-22 23:26:59 -05:00
Carsten "Tomcat" Book
cd20078ecd Merge mozilla-central to mozilla-inbound 2015-01-22 14:39:29 +01:00
Carsten "Tomcat" Book
22bec65ed2 merge mozilla-inbound to mozilla-central a=merge 2015-01-22 14:30:51 +01:00
Jim Mathies
aaa48a9e24 Bug 1088203 - e10sify PageThumbs support for checking page security and error state. r=Dao 2015-01-22 07:07:56 -06:00
Matthew Noorenberghe
3a00f98d4a Bug 1089000 - UITour: Remove broken code for detaching a tab to a new window. r=Unfocused
--HG--
extra : rebase_source : 5c5aa012a8c3a29e85ad38e1c547a139fb9e0e01
2015-01-21 17:27:47 -08:00
Wes Kocher
6b6ca4243b Merge m-c to fx-team a=merge 2015-01-21 16:28:27 -08:00
Wes Kocher
ed2e775bf5 Merge fx-team to m-c a=merge 2015-01-21 15:28:31 -08:00
Jan Varga
c16c534391 Bug 1123637 - Remove all code relevant to quota prompts; r=bent,ehsan 2015-01-22 09:40:42 +01:00
Matthew Noorenberghe
48c093338b Bug 1110602 - Don't remove tour tabs from originTabs when switching tabs so they can continue to get notifications. r=Unfocused
--HG--
extra : rebase_source : efc2d7b81fe1df31192bef3360846e9508bcbcc3
2015-01-21 13:21:41 -08:00
Gavin Sharp
f06262908b Bug 1046297: change frequency of about:home snippets requests to once every 4 hours, r=mak
--HG--
extra : transplant_source : c%01%A2A%FC%C7%A1%3A%F7%12%E6z%B8%C7tK3%E2F%8B
2015-01-21 13:09:44 -08:00
Ryan VanderMeulen
282ffa2726 Bug 1115131 - Disable browser_share.js for frequent leaks on all platforms.
CLOSED TREE
2015-01-21 13:46:11 -05:00
Monica Chew
3bc9cd46f9 Bug 1122122: Count number of times the doorhanger is shown if tracking protection is active (r=bmcbride) 2015-01-15 10:10:10 -08:00
Tim Taubert
0ed501848e Bug 1113178 - Fix all remaining tests using removeAllPages() r=mak 2015-01-17 19:35:59 +01:00
Tim Taubert
b1c0d840b0 Bug 1113178 - Replace removeAllPages() in browser/base/content/test/general/ r=mak 2015-01-16 20:44:30 +01:00
Olli Pettay
70f1ff23e9 Bug 1089861 - Don't dispatch activate/deactivate to content window objects., r=masayuki
--HG--
extra : rebase_source : 0a6ba0807afeffdbf15176bb2230293881103314
2015-01-21 13:45:47 +02:00
Ryan VanderMeulen
14ee341ae2 Merge inbound to m-c. a=merge 2015-01-20 22:12:46 -05:00
Vikram Jadhav
341259a9c4 Bug 1121471 - Remove use of expression closures from browser-ctrlTab.js. r=dao 2015-01-20 09:31:41 +01:00
Margaret Leibovic
1af82008ca Bug 795981 - (Part 2) Add reader mode button to toolbar. r=jaws,mfinkle
--HG--
extra : rebase_source : e10a6ea5771138cc34e2195e0ac87349968ae8de
2015-01-02 17:20:12 -08:00
Margaret Leibovic
a3d7f88d68 Bug 795981 - (Part 1) Hook up reader mode for desktop. r=jaws
--HG--
extra : rebase_source : d2ecf5b2079f6bdbfc2ccfe6149a86075293967f
2014-12-30 10:44:34 -05:00
Carsten "Tomcat" Book
1d9467746c merge fx-team to mozilla-central a=merge 2015-01-19 16:14:33 +01:00
Blake Kaplan
b6d9283771 Bug 1055508 - Make the findbar respect the search clipboard as well as prefillwithselection in e10s. r=mikedeboer 2015-01-16 15:11:00 +01:00
Phil Ringnalda
3197373f09 Merge f-t to m-c, a=merge 2015-01-17 13:09:20 -08:00
Gijs Kruitbosch
7f8edb2341 Bug 1120236 - fix autocomplete in case search bar doesn't exist, r=florian 2015-01-17 00:21:21 +00:00
Florian Quèze
ca321bf844 Bug 1121550 - One-off button list header half visible when there's no one-off engine to display in the search panel, r=felipe. 2015-01-16 22:24:45 +01:00
Florian Quèze
9f685904df Bug 1120546 - getUserMedia used in frames needs tests, r=felipe. 2015-01-16 22:21:13 +01:00
Vikram Jadhav
1e21312b56 Bug 1122430 - Use for..of iteration instead of Array.forEach in ctrlTab.suspendGUI. r=dao 2015-01-16 07:56:00 -05:00
Gijs Kruitbosch
6630a2d1c3 Bug 1114343 - ensure start of URL is visible when user navigates, r=dao 2015-01-14 12:17:01 +00:00
Hector Zhao
66d83ed299 Bug 1035400 - Fix "restart to update" button. r=felipe 2015-01-14 17:39:01 +08:00
Cosmin Malutan
f636faebb9 Bug 1110677 - Add automated test for 'Change newtab page appearance'. r=ttaubert 2015-01-12 03:36:00 -05:00
Jim Mathies
57ec2113c5 Bug 1106075 - Fix for double click to try again for offline errors. r=Dao 2015-01-14 04:46:55 -06:00
Bill McCloskey
93b0905531 Bug 1118618 - [e10s] Slow script/plugin hang UI (r=mrbkap,mconley,bent) 2015-01-16 18:34:47 -08:00
Wes Kocher
1f7c41def6 Merge inbound to m-c a=merge 2015-01-16 17:33:04 -08:00
Bill McCloskey
7b3fe0714a Backout bug 1118618 on a CLOSED TREE 2015-01-16 14:46:05 -08:00
Phil Ringnalda
1d8b9c525f Bug 792304 - Move the disabling of test_contextmenu.html on OS X 10.8 out of the test and into the manifest, and expand it to disabling the test for all OS X versions other than 10.6
--HG--
extra : rebase_source : 81cab3517ca12b9f69b7c3867949b81df986102c
2015-01-18 17:18:20 -08:00
Bill McCloskey
0d4c1b0760 Bug 1118618 - [e10s] Slow script/plugin hang UI (r=mrbkap,mconley) 2015-01-16 10:11:18 -08:00
Tooru Fujisawa
f7a9fc17d7 Bug 1115616 - Commit composition string forcibly when search suggestion list is clicked. r=gavin,adw 2015-01-21 05:39:27 +09:00
Markus Stange
677bba229d Bug 1122942 - Move -moz-window-dragging rules to places that are theme-independent. r=dao 2015-01-23 13:07:54 -05:00
jp111
66df738a86 Bug 958147 - Choose one of run-if or skip-if and get rid of the other. r=ted 2015-01-28 06:17:00 -05:00
Vlad Filippov
a5a5397a14 Bug 1005085 - Fixes about:accounts keyboard navigation. r=ckarlof 2015-01-20 16:35:00 +01:00
Masatoshi Kimura
800dac5fb8 Bug 1120393 - Mochitest for SSL error reporting. r=felipc 2015-01-16 21:48:38 +09:00
Gijs Kruitbosch
998e231edd Bug 305085 - add a test for beforeunload uses, r=jaws 2014-12-19 21:41:57 +00:00
Gijs Kruitbosch
0942bebcc0 Bug 305085 - fix permitUnload usages in tab/window closing so we never show a permitUnload twice for the same page, r=jaws 2014-12-04 18:10:12 -08:00
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
Wes Kocher
8025281b09 Merge m-c to inbound a=merge
--HG--
rename : toolkit/components/places/tests/expiration/test_removeAllPages.js => toolkit/components/places/tests/expiration/test_clearHistory.js
rename : toolkit/components/places/tests/unit/test_history_removeAllPages.js => toolkit/components/places/tests/unit/test_history_clear.js
extra : rebase_source : 07ea424f44b029b061b0ee863312dff179c760d3
2015-01-21 16:25:22 -08:00
Tooru Fujisawa
a627b97e35 Bug 1115616 - Part 2: Commit composition string forcibly when search suggestion list is clicked in about:home. r=adw 2015-01-22 07:21:21 +09: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
Zachary Carter
13691da45d Bug 1138590 - Create a WebChannel for receiving FxA profile change notifications. r=markh 2015-03-05 11:23:06 -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
Gijs Kruitbosch
dc86766fd3 Bug 305085 - add a test for beforeunload uses, r=jaws
--HG--
extra : rebase_source : 56f5d53be23a811d9a5eeec68a089824f538942b
extra : histedit_source : af42dfab71d3c56a54ff337b0c02e05dde856572
2014-12-19 21:41:57 +00:00
Alexander J. Vincent
870bfbac7a Bug 1108047 - Use instanceof instead of QueryInterface to reduce debugging exception noise. r=gavin 2014-12-08 15:09:03 -08:00
Michael Lopez
87fe2f5da1 Bug 1101162 - Delete replaceQueryString from aOpenParams since it is not used by openUILinkIn. r=jaws 2014-12-17 20:23:00 -05:00
Mike de Boer
1da84db6c1 Bug 1113723: play a sound when someone joins a room. r=MattN 2014-12-23 17:39:32 +01:00
Monica Chew
e7b74f2284 Bug 1114824: Fix TRACKING_PROTECTION_SHIELD (r=bmcbride) 2014-12-22 16:56:17 -08:00
Gijs Kruitbosch
a0332fd40b Bug 1104755 - really disable the test on Linux, implied-rs=mak 2014-12-23 12:21:20 +00:00
Florian Quèze
eeaf0c7548 Bug 1110678 - Re-implement Ctrl+up/down and Alt+up/down in the search field, r=felipe. 2014-12-23 02:12:36 +01:00
Shane Caraveo
acd3fa8369 Bug 1087934 Share panel UI updates, r=markh 2014-12-22 16:11:56 -08:00
Ryan VanderMeulen
093bfc2f39 Merge inbound to m-c. a=merge 2014-12-22 17:55:32 -05:00