Commit Graph

12199 Commits

Author SHA1 Message Date
Brian Grinstead
112231abb0 Bug 1180583 - Remove old 'browser.devedition.theme.enabled' pref;r=Gijs
--HG--
extra : commitid : 7iOfwtQvng
2015-07-10 13:37:33 -07:00
Gijs Kruitbosch
7bd528cc17 Bug 1181963 - ssl v3 error has too many stop signs, r=jaws
--HG--
extra : commitid : KTi6doo1U78
extra : rebase_source : 6ac2f79e0e7901fe13fec2d97a8b845d97982b99
extra : histedit_source : 30d5778da9f103dd7464460060952dad52918311
2015-07-10 08:47:54 +01:00
Carsten "Tomcat" Book
faca8471fb merge mozilla-inbound to mozilla-central a=merge 2015-07-10 12:17:18 +02:00
Wes Kocher
97bb5a6f42 Merge m-c to fx-team, a=merge 2015-07-09 18:08:05 -07:00
Wes Kocher
2c7068c994 Merge inbound to central, a=merge 2015-07-09 18:01:25 -07:00
Brian Grinstead
440d6b2252 Bug 1182333 - Add trackingprotection tag for relevant tests;r=MattN
--HG--
extra : commitid : I2SEfoYlkCc
2015-07-09 17:03:58 -07:00
Brian Grinstead
20cdff0134 Bug 1178985 - Show tracking protection section in control center when enabled in private browsing mode;r=ttaubert
--HG--
extra : commitid : BOvYMkPSkBl
2015-07-09 16:19:30 -07:00
Nihanth Subramanya
f89fce22d7 Backed out changeset 05e99d3230d8 (bug 1171344) for bc1 failures on a CLOSED TREE.
--HG--
extra : rebase_source : 796c4b2b0a484c5c3a7aa054086fae7dd3a6e791
2015-07-09 15:14:20 -07:00
Nihanth Subramanya
e47776117e Backed out changeset 05e99d3230d8 (bug 1171344) for bc1 failures on a CLOSED TREE.
--HG--
rename : browser/base/content/test/general/browser_contentSearchUI.js => browser/base/content/test/general/browser_searchSuggestionUI.js
rename : browser/base/content/test/general/contentSearchUI.html => browser/base/content/test/general/searchSuggestionUI.html
rename : browser/base/content/test/general/contentSearchUI.js => browser/base/content/test/general/searchSuggestionUI.js
extra : rebase_source : 390a564766ee8a5e5e188de45c4a56ae98e50838
2015-07-09 15:11:59 -07:00
Ryan VanderMeulen
f416bf7777 Merge m-c to fx-team. a=merge 2015-07-09 13:53:46 -04:00
Carsten "Tomcat" Book
f494aa659e merge mozilla-inbound to mozilla-central a=merge 2015-07-09 17:54:48 +02:00
Ryan VanderMeulen
dc954fae3a Merge m-c to inbound. a=merge
CLOSED TREE
2015-07-09 13:52:22 -04:00
Mike Kaply
9bf24ee6ee Bug 1129957 - Add in missing test to fix bustage CLOSED TREE 2015-07-09 12:34:53 -05:00
Neil Rashbrook
1170dbe319 Bug 1129957 - RemoteWebNavigation doesn't accept postdata or headers. r=Mossop 2015-07-09 12:18:11 -05:00
Maxim Zhilyaev
dc31dd4a7f Bug 1178966 - Add FHR probe to measure eyeball time spent on newtab [r=bsmedberg] 2015-07-08 21:41:10 -07:00
Marco Bonardo
12e476cb67 Bug 1180419 - Cannot load URLs from the address bar if places.sqlite is corrupt. r=ttaubert 2015-07-08 22:51:49 +02:00
Maxim Zhilyaev
2b90bd3e49 Bug 1178586 - Pinned suggested tile loses "history" type after a click [r=adw] 2015-07-08 07:28:13 -07:00
Ryan VanderMeulen
edce9d010f Merge inbound to m-c. a=merge
CLOSED TREE
2015-07-08 14:33:24 -04:00
Carsten "Tomcat" Book
57d4c559b2 Backed out changeset 53a5746425f9 (bug 834830) 2015-07-08 15:28:35 +02:00
Tracy Walker
75214765b8 Bug 1093756 - Re-enable several test cases under e10s by removing skip-if e10s statements for browser_bug623155.js, browser_bug678392.js, browser_bug880101.js, browser_favicon_change_not_in_document.js, browser_identity_UI.js, browser_keywordSearch.js, browser_parsable_css.js, browser_searchSuggestionUI.js, browser_syncui.js, browser_tabfocus.js and browser_visibleTabs_tabPreview.js. r=jimm 2015-07-08 11:52:18 -05:00
Mike Conley
c0de51a8a1 Bug 1181601 - Make sure RemoteWebProgress is instantiated for preloaded browsers. r=ttaubert
When remoting the about:newtab page, we noticed that the parent still thought that
the preloaded about:newtab browsers were all pointed at about:blank still. This
was because the preloaded browsers didn't have their RemoteWebProgress's
initialized in time to receive the location change messages from the child.

--HG--
extra : commitid : CzPtTYPvHCg
extra : rebase_source : 5bf11e9f4fcd0dc03acedb538c3eac6110a9182c
extra : amend_source : 6d4d8c21cdeabb936a5044b0301f68adb0e82441
2015-07-08 17:38:03 -04:00
Tim Taubert
7a511699aa Bug 1175678 - Update icons for different Mixed Content Blocking states in the URL bar r=MattN 2015-07-07 19:34:37 +02:00
Tim Taubert
6a9dee22bb Bug 950661 - Fix "this.editor is null" failure in urlbarBindings.xml r=dao 2015-07-08 15:40:30 +02:00
Tim Taubert
95067e7817 Bug 834830 - Strike through https in location bar for sites that have mixed active content loaded r=dao 2015-07-08 15:45:42 +02:00
Mike Conley
03b699b5f3 Bug 1146454 - Stop using CPOWs for printing. r=billm
We were passing around content window CPOWs before to indicate
which content to send to the printer. This was, naturally, causing
unsafe CPOW usage warnings - especially when attempting to get at
the content window of an iframe with the context menu printing
command.

This patch changes the printing mechanism to use outer window IDs
instead of CPOWs.

--HG--
extra : commitid : 7bG2asTYoDR
extra : rebase_source : 3d8d10dbd0d7ce4b2891d81b5f15d71341b79f84
2015-07-03 16:06:04 -04:00
Nihanth Subramanya
5e74ed3e43 Bug 1179058 - Implement shouldAddToSessionHistory in WebBrowserChrome JS object. r=adw
--HG--
extra : rebase_source : b21952075a68b39cbfbbb36cde0713096c700c46
2015-07-02 11:04:06 -07:00
Brad Lassey
857ea25644 bug 1158561 - [e10s] Browser hang in PluginModuleParent::NPP_ClearSiteData() r=jimm,mak 2015-06-30 18:08:19 -04:00
Nihanth Subramanya
b88302697c Bug 1171344 - Update in-content search UI tests. r=adw
--HG--
rename : browser/base/content/test/general/browser_searchSuggestionUI.js => browser/base/content/test/general/browser_contentSearchUI.js
rename : browser/base/content/test/general/searchSuggestionUI.html => browser/base/content/test/general/contentSearchUI.html
rename : browser/base/content/test/general/searchSuggestionUI.js => browser/base/content/test/general/contentSearchUI.js
2015-06-29 13:52:22 -07:00
Nihanth Subramanya
d4a34acc76 Bug 1171344 - Implement "flare" design and one-off searches in in-content search UI. r=adw
--HG--
rename : browser/base/content/searchSuggestionUI.css => browser/base/content/contentSearchUI.css
rename : browser/base/content/searchSuggestionUI.js => browser/base/content/contentSearchUI.js
2015-06-29 13:52:20 -07:00
Edouard Oger
2398878f3a Bug 1181352 - Disable sync menu in hamburger menu when in customization mode. r=markh 2015-07-07 17:06:00 +02:00
Tim Taubert
2093a5c78a Bug 834830 - Strike through https in location bar for sites that have mixed active content loaded r=dao 2015-07-07 09:58:17 +02:00
Carsten "Tomcat" Book
da83a15284 Merge mozilla-central to fx-team 2015-07-08 12:04:53 +02:00
Tim Taubert
d5f5eaa491 Bug 1180642 - [Control Center] Close panel when an element outside the panel receives focus r=Gijs 2015-07-07 12:25:06 +02:00
Steven Englehardt
73079800c9 Bug 1153010 - Disambiguate error messages for mixed content and weak/broken cipher. r=keeler,tanvi,dolske 2015-07-08 09:04:11 +02:00
Trevor Rowbotham
1982e7b8fe Bug 980943 - Test that the overlay cannot be interacted with after the user closes the overlay. r=mconley 2015-07-08 11:58:00 +02:00
Franziskus Kiefer
e97220a88e Bug 1174913 - anchor and area referrer attributes. r=ckerschb, r=bz 2015-06-05 15:25:24 -07:00
Carsten "Tomcat" Book
09a56713cb Merge mozilla-central to mozilla-inbound to fix merged around permafailure
--HG--
extra : rebase_source : b57f7cfbb1a30d75e519cab752ec67c8e9eb0e5e
2015-07-07 08:24:15 +02:00
Carsten "Tomcat" Book
08f9af710d Backed out changeset 0024c5cfa25b (bug 1093756) for perma orange in OS X browser_bug678392.js 2015-07-07 08:22:03 +02:00
Tim Taubert
9c194deb0d Bug 1171085 - [Control Center] Implement keyboard navigation r=Gijs 2015-06-30 17:38:35 +02:00
Tracy Walker
3a6b220dc1 Bug 1093756 - Re-enable several test cases under e10s by removing skip-if e10s statements for browser_bug623155.js, browser_bug678392.js, browser_bug880101.js, browser_favicon_change_not_in_document.js, browser_identity_UI.js, browser_keywordSearch.js, browser_parsable_css.js, browser_searchSuggestionUI.js, browser_syncui.js, browser_tabfocus.js and browser_visibleTabs_tabPreview.js. r=jimm
--HG--
extra : rebase_source : 589e095a464fbbe9b24b5d7b86a7c88c85ac872c
2015-06-30 16:54:10 -05:00
Phil Booth
dcd7989cd1 Bug 1074251 - change button label "Manage" => "Sync preferences" on about:accounts. r=markh
--HG--
extra : rebase_source : 5fd74fa6e80e8274099364107e0941fcbdec4a26
2015-07-02 10:27:00 +02:00
Bill McCloskey
05b14b00e2 Bug 1177013 - Use sendRpcMessage for context menu (r=mrbkap) 2015-07-06 19:58:43 -07:00
Tim Taubert
f77e3a9feb Bug 1179998 - Fix intermittent browser_876926_customize_mode_wrapping.js failures by checking whether a window was closed before trying to update the FxA parts of the UI r=Gijs 2015-07-05 09:45:05 +02:00
Phil Ringnalda
900c693e30 Merge m-c to m-i 2015-07-03 19:15:06 -07:00
Michael Layzell
6265522c59 Bug 1170200 - Part 2: Update JavaScript consumers of nsIPermissionManager::Remove; r=ehsan 2015-07-03 17:12:27 -04:00
Ehsan Akhgari
4484832cb5 Backout bug 1170200 because of test failures on a CLOSED TREE 2015-07-03 16:43:47 -04:00
Nick Alexander
d2e4f01390 Bug 1174458 - Move WebChannel message support to toolkit/content. r=markh
This makes WebChannel support available to all XUL applications that
use toolkit/, including browser/ and mobile/android/.

The new Robocop tests are necessary because we can't run the existing
browser-chrome tests on Android (yet).

--HG--
extra : commitid : EEWHFSpeQSo
extra : rebase_source : 9fde40b33a9f45003692989584f0fc76c9a6ddb8
extra : histedit_source : aac63d2d5fdeeb6de931c9cbf66d4ad79ad3caa1
2015-06-30 11:46:27 -07:00
Marco Bonardo
6517f36330 Bug 1173748 - Part 2: mixup search suggestions at a given frecency threshold. r=adw 2015-07-03 13:37:41 +02:00
Mark Hammond
2564420a2a Bug 1180106 - don't attempt to fetch an FxA user profile when no user is logged in. r=oeger 2015-07-03 15:04:22 +10:00
Ryan VanderMeulen
ffdc1661d7 Merge m-c to fx-team. a=merge 2015-07-02 16:00:46 -04:00
Edouard Oger
a451044e6c Bug 1139698 - Add Firefox Account avatar in Hamburger Menu. r=markh 2015-06-29 20:06:00 -04:00
Tim Taubert
04da99cac5 Bug 1177524 - Don't hide the subview until after the transition is done r=Gijs 2015-06-30 06:01:16 +02:00
Carsten "Tomcat" Book
90ad3cb68a merge mozilla-inbound to mozilla-central a=merge 2015-07-02 15:44:14 +02:00
Wes Kocher
9e61cb09b7 Backed out changeset 9e0475a23d21 (bug 1158561) for assertions in test_clear_site_data.html CLOSED TREE 2015-07-01 16:25:26 -07:00
Michael Layzell
39a5778c7e Bug 1170200 - Part 2: Update JavaScript consumers of nsIPermissionManager::Remove; r=ehsan 2015-07-03 14:18:23 -04:00
Dave Townsend
abac6981f3 Bug 1162144: Add link to search settings to AwesomeBar. r=dao
--HG--
extra : commitid : FudQ0ZGJwZl
extra : rebase_source : eef3695f2631b8c46084193e9cc1ef5898ddef74
extra : amend_source : 7ceac9e62af5d09e57ea1d16830f22e0e0752482
2015-05-21 14:20:06 -07:00
Brian Grinstead
5d075eb9ea Bug 1175239 - Minor tracking protection test cleanup;r=ttaubert
--HG--
extra : commitid : Kf0lnWVTFb9
2015-07-01 11:50:59 -07:00
Brian Grinstead
21970642e6 Bug 1175239 - Replace tracking protection drop-down control with a button;r=ttaubert
--HG--
extra : commitid : EeG2ft8OgHR
2015-07-01 11:50:57 -07:00
Wes Kocher
b877fa7a3a Merge m-c to fx-team, a=merge 2015-06-30 16:58:23 -07:00
Wes Kocher
62c2f9ffbe Merge inbound to central, a=merge 2015-06-30 16:38:53 -07:00
Brian Grinstead
9669f268c9 Bug 1175327 - Move existing Tracking Protection functionality from shield doorhanger to Control Center;r=ttaubert
--HG--
extra : commitid : 7qOU4Qysqqt
2015-06-30 14:02:39 -07:00
Carsten "Tomcat" Book
60a21fdda0 Merge mozilla-central to fx-team 2015-06-30 14:25:40 +02:00
Tim Taubert
b3e9af2a44 Bug 1177437 - [Control Center] Show security subview with a warning for unsecure connections r=MattN 2015-06-29 07:00:38 +02:00
Carsten "Tomcat" Book
90ccc67e4e merge mozilla-inbound to mozilla-central a=merge 2015-06-29 14:17:02 +02:00
Matthew Noorenberghe
16853474ad Bug 1168707 - Run password autofill code when a password field is added to a document outside of a <form>. r=dolske
--HG--
rename : toolkit/components/passwordmgr/test/test_formless_submit.html => toolkit/components/passwordmgr/test/test_formless_autofill.html
extra : commitid : 21T06K7Wsbw
extra : rebase_source : 004502682fc071c2e9cbef6554b97f2f50266628
2015-06-29 00:11:22 -07:00
Tim Taubert
0444f4ae58 Bug 1178160 - [Control Center] Show cropped URL for file:// URIs in the security section r=MattN 2015-06-29 06:36:22 +02:00
Stephen Horlander
96606a3c7e Bug 1173736 - Increase URL and search bar height and text size on Windows 10. r=dao 2015-06-28 19:25:38 +02:00
Drew Willcoxon
fd34e282bf Bug 1176107 - Search suggestions in awesomebar: update input and perform search with selected suggestion. r=mak 2015-06-27 22:14:45 -07:00
Neil Deakin
1885e7075c Bug 1149745, on Windows, menulist should select the value when the cursor keys are used to navigate items, r=neil 2015-06-26 09:32:25 -07:00
Mike Hommey
a99e964614 Bug 1094324 - Set browser.newtabpage.enhanced default in prefs. r=adw
The current behavior is that if there is no user pref, it is set to true or
false depending on the value of privacy.donottrackheader.enabled, but
completely ignoring the global default.

This patch changes the behavior such that:
- browser.newtabpage.enhanced's default value is set as a global default
- it is also set as sticky, so that even when the same value as the default is
  set, prefHasUserValue is true.
- The introduction is not shown when the default for browser.newtabpage.enhanced
  is false. It is however shown when the pref is flipped for the first time.
2015-06-30 07:30:33 +09:00
Carsten "Tomcat" Book
66f9f77e3d merge mozilla-inbound to mozilla-central a=merge 2015-06-26 13:19:12 +02:00
Phil Ringnalda
6a687b9e76 Back out 1fd1058d6099 (bug 1139698) for JP, bc and dt bustage
CLOSED TREE

--HG--
rename : browser/themes/shared/fxa/default-profile-image.svg => browser/themes/shared/incontentprefs/default-profile-image.svg
2015-06-25 19:30:06 -07:00
Edouard Oger
2654623ec6 Bug 1139698 - Add Firefox Account avatar in Hamburger Menu. r=markh
--HG--
rename : browser/themes/shared/incontentprefs/default-profile-image.svg => browser/themes/shared/fxa/default-profile-image.svg
2015-06-25 17:16:28 -07:00
Dão Gottwald
55045a2e55 Bug 1177185 - Work around the inDOMFullscreen attribute being removed too late by checking inFullscreen too. r=xidorn 2015-06-25 21:33:54 +02:00
Carsten "Tomcat" Book
a3ba8f387e merge mozilla-inbound to mozilla-central a=merge 2015-06-25 11:09:46 +02:00
Panos Astithas
ed8a0b3572 Display the update badge on the hamburger menu when staging is not possible (bug 1171852). r=rstrong 2015-06-24 16:00:12 -07:00
Xidorn Quan
d21321be36 Bug 1176519 - Restore the position the fullscreen toolbox collapsed flag is set. r=dao
--HG--
extra : source : 2ea2927d4476d86d12c60af71e25fc67fd0312cd
2015-06-24 14:08:53 -07:00
Tim Taubert
01b12bf7b9 Bug 942520 - Fix intermittent browser_sanitizeDialog.js failures by accounting for async Sanitizer window initialization r=mak 2015-06-23 15:15:31 -07:00
Tim Taubert
5e2d730ccc Bug 1170759 - Move detailed security information to a subpanel r=Gijs 2015-06-11 14:26:17 +02:00
Tim Taubert
99aaaa3faf Bug 1170759 - Update permissions section when switching between tabs with the keyboard while the identity panel is shown r=Gijs 2015-06-15 14:06:09 +02:00
Dave Townsend
2a37c3fd31 Bug 1174471: Override autocomplete's default handling of left, right and home key presses. r=markh
--HG--
extra : commitid : 1vRg6fFBcwM
extra : rebase_source : 88a409c3cc7097ba51c0c09e9b4be150bad07e54
extra : amend_source : 3c5a10f0af3e464d1776b9283cbb08522f66a567
2015-06-18 11:02:11 -07:00
Carsten "Tomcat" Book
7fd037905e merge mozilla-inbound to mozilla-central a=merge 2015-06-24 16:01:47 +02:00
Cykesiopka
a2d19a1f2c Bug 1176587 - Add "psm" tag for browser_blockHPKP.js. r=dkeeler 2015-06-21 22:11:00 +02:00
Carsten "Tomcat" Book
f9f82df89d Merge mozilla-central to fx-team 2015-06-22 14:46:50 +02:00
Carsten "Tomcat" Book
87e3154dff merge mozilla-inbound to mozilla-central a=merge 2015-06-22 14:03:17 +02:00
Ursula Sarracini
a28e692609 Bug 1176517 - A white square is hiding text in New Tab tour. r=mardak 2015-06-21 01:14:51 -04:00
Mark Banner
15705f9f4c Backout 391241169bec (bug 1171852) for unit test failures 2015-06-20 20:21:26 +01:00
Dão Gottwald
aaf3a98ac3 Bug 1176233 - Simplify fullscreen code. r=xidorn
--HG--
extra : rebase_source : dde25eafcc102169b716a03873e3d0598f626b39
2015-06-20 12:35:10 +02:00
Panos Astithas
82a94e2f73 Display the update badge on the hamburger menu when staging is not possible (bug 1171852). r=rstrong 2015-06-20 19:45:10 +03:00
Andrea Marchesini
fa7eeb2ade Bug 1167296 - patch 3 - Use of removeAndPropagate r=nsm 2015-06-21 12:20:08 +01:00
Ryan VanderMeulen
bbdd38fdde Merge inbound to m-c. a=merge
CLOSED TREE
2015-06-19 16:33:59 -04:00
Franziskus Kiefer
196c201118 Bug 1145199 - Disable browser_referrer_open_link_in_private.js and browser_referrer_open_link_in_window.js on Linux for frequent intermittent failures.
CLOSED TREE
2015-06-19 08:36:01 -07:00
Christoph Kerschbaumer
1b37d7f28f Bug 1136055 - 'Save link as' does not follow HTTP 302 response / redirection. r=gijs
--HG--
extra : rebase_source : e9add66a53f8f2627ed08d15e8462653563edd85
2015-06-18 10:19:32 -07:00
Ryan VanderMeulen
b56e92700c Backed out changeset 9dc97d73b64f in favor of using a revised patch.
--HG--
extra : rebase_source : 6f35fc24e484beed9f117a5d262532bb66aed786
2015-06-19 10:19:11 -04:00
Mike Conley
aaf0b00113 Bug 1166351 - Add instrumentation to try to figure out why tabbrowser-remote-browser binding is sometimes removed. r=felipe.
--HG--
extra : commitid : 1s4eJ2vMO1W
extra : rebase_source : 891fb1234554dac25b9aeadb16e749e284dfaf80
extra : amend_source : e0ce278be8277fcd892c5aea300a58df2cfd65de
2015-06-18 16:18:43 -04:00
Ryan VanderMeulen
7b7e4f1c9b Merge inbound to m-c. a=merge
CLOSED TREE
2015-06-18 16:03:38 -04:00
Masayuki Nakano
946144c33c Bug 549674 part.2 SearchSuggestionUIController shouldn't set input.value from input event handler and ignore input events which is caused by commiting composition at setting value r=adw 2015-06-18 23:56:21 +09:00
Marina Samuel
6016450080 Bug 1169366 - Bucket updates & escaping html characters. r=Mardak 2015-06-16 16:14:54 -07:00
Ursula
cc9b1206a6 Bug 1175657 - The newtab customize panel is on the wrong side of the screen in RTL mode. r=mconley.
--HG--
extra : commitid : BH1ya1Q41DW
extra : rebase_source : 33a557ef7717b8992fbc0a08e74ff4aa5c9a7a76
2015-06-17 16:12:46 -04:00
Gijs Kruitbosch
73671f497a Bug 1172468 - skip browser_parsable_script.js on linux opt+pgo 32-bit, rs=me 2015-06-18 14:13:55 +01:00