Commit Graph

9105 Commits

Author SHA1 Message Date
Shane Caraveo
e6d1763f17 Bug 1014332 activation support for share panel, r=jaws 2014-10-09 12:02:21 -07:00
Shane Caraveo
b6d3499e7a Bug 1014332 share button CUI widget, r=jaws 2014-10-09 12:02:13 -07:00
Shane Caraveo
863051bfdd Bug 1014332 error page fixes for share panel and about:providerdirectory support, r=jaws 2014-10-09 12:01:48 -07:00
Shane Caraveo
5209cc90f8 Bug 1014332 new about:providerdirectory page that appears in share panel, r=jaws
--HG--
rename : browser/themes/osx/aboutSocialError.css => browser/themes/shared/aboutSocialError.css
2014-10-09 12:01:39 -07:00
Brian Grinstead
bcd40c3be8 Bug 1053434 - Add listeners for devedition prefs in browser.js and stub CSS files;r=Gijs 2014-10-08 16:05:46 -05:00
Wes Kocher
520452a06c Merge fx-team to m-c a=merge 2014-10-08 16:46:52 -07:00
Andrea Marchesini
57fa89d6de Bug 1047483 - patch 1 - Porting DOMFile/DOMBlob to WebIDL, r=bz, r=bkelly, r=bholley 2014-10-08 17:15:22 +01:00
Carsten "Tomcat" Book
81ed9538db merge fx-team to mozilla-central a=merge 2014-10-08 15:53:14 +02:00
Adam Roach [:abr]
f0b7cf0604 Bug 1017257 - Attach Loop CSP Policy r=sstamm,dmose 2014-10-06 15:25:04 -05:00
Tim Taubert
973f75a6c8 Bug 1078085 - Simplify preference checking code in the newtab preloader r=gijs 2014-10-07 17:54:31 +02:00
Jared Wein
54fc5f02e6 Bug 1016434 - Backout of bug 759252 from mozilla-beta for blurry throbbers. 2014-10-07 10:34:45 +02:00
Vikneshwar
0f8a6a8ee8 Bug 1039500 - Created a field with a WeakMap to record the tab for each browser and made _getTabForBrowser non-private. r=dao 2014-10-05 12:57:00 +02:00
Ryan VanderMeulen
91d19ee405 Merge fx-team to m-c. a=merge 2014-10-03 16:13:24 -04:00
Tomasz Kołodziejski
c7f9ceaf7a Bug 1077200 - Include searchSuggestionUI.js before newTab.js in case it's used synchronously. r=ttaubert 2014-10-03 10:30:29 -07:00
Blake Kaplan
fe16c4ab95 Bug 1026099 - Rework the spellchecker context menu to not use CPOWs. r=ehsan/billm/felipe
This patch fixes a few nits and typos in the C++ spellchecking code as well as
fixing the Finnish dictionary and multiple installed dictionaries in general (r=ehsan).

It reworks the spellchecking context menu to use async message passing (in JS)
and reduces, by a little, the CPOW use in the context menu code (r=felipe).

Finally, the spellcheck IPDL no longer needs to be 'rpc' since we no longer
nest spellchecking calls, so it can go back to being 'sync' (r=billm).
2014-10-03 10:52:37 -04:00
mferretti@mozilla.com
aa208d3233 Bug 994280 - Improve badged button for Australis. r=enn
- moved badged button XBL from browser to toolkit
 - made the XBL applied by CSS class instead of button's type
 - added australis look & feel to badged button
 - fixed OS X badge position
2014-10-02 11:52:50 +01:00
Ed Morley
6a5defd4d0 Merge mozilla-central and fx-team 2014-10-03 15:15:58 +01:00
anirudhgp
4c850827cd Bug 1076626 - Global notification bars should be hidden in fullscreen mode. r=dao 2014-10-03 13:29:57 +02:00
Ehsan Akhgari
385bcaef9f Bug 1079331 - Simplify test_contextmenu.html by removing privateBrowsingMode.js; r=jdm 2014-10-07 16:14:20 -04:00
Carsten "Tomcat" Book
7c8e6dc208 Merge m-c to fx-team 2014-10-08 16:02:16 +02:00
Tim Taubert
01035dfc6b Bug 1077369 - Remove border between search term and globe icon for actiontype!=switchtab r=dao 2014-10-08 01:37:54 +02:00
Gijs Kruitbosch
93cb482407 Bug 1057166 - move FHR reporting out of docshell and fix test to work in e10s, r=bz
--HG--
extra : rebase_source : d5b9122803f306ab08deb85b953bbc7129e182f0
2014-09-11 14:50:55 +01:00
Felipe Gomes
45ff6761e7 Bug 1053456 - Pass a serialized SSL status to the parent process so that "Add exception" from about:certerror works. r=dkeeler 2014-10-02 01:17:13 -03:00
Mark Hammond
cbf953ceb6 Bug 1075341 - tests disabled in Linux due to bug 1073339 are now also disabled for e10s. r=unfocused
--HG--
extra : rebase_source : 633c203e3836223466d77b698053e04d25fb0d5d
2014-10-02 09:29:40 +10:00
Wes Kocher
0793729361 Merge inbound to m-c a=merge despite the CLOSED TREE 2014-10-01 16:26:44 -07:00
Dão Gottwald
63f279e69d Bug 1075069 - Backed out search term highlighting in the location bar (bug 1047469). r=ttaubert
--HG--
extra : rebase_source : de556821938f8d11a30487bbef0fb28a1a9f7ec7
2014-10-01 20:33:56 +02:00
Gijs Kruitbosch
f02ab2f460 Backed out changeset 3cc898b3ef5d (bug 1057166) for build bustage
--HG--
extra : rebase_source : 724c8cb9e4c021a523a58af7e2f53a23aaa1901a
2014-10-01 11:46:28 +01:00
Gijs Kruitbosch
d7422eeb81 Bug 1057166 - move FHR reporting out of docshell and fix test to work in e10s, r=bz 2014-09-11 14:50:55 +01:00
Erik Vold
60fb4c8e1e Bug 1075211 - Remove the self hack from content/newtab/updater.js r=ttaubert 2014-09-30 23:42:03 +01:00
Wes Kocher
bf97099d0a Merge fx-team to m-c a=merge 2014-09-30 16:55:14 -07:00
Neil Deakin
424e165e6b Bug 1071771, disable dictionary list when it cannot be accessed from another process. This makes the context menu work again after using it on a misspelled word, r=mconley 2014-09-30 12:05:53 -04:00
Mike Conley
e3297e86fb Bug 1069075 - Send location along with CTP messages. r=gfritzsche.
Before, we were comparing Principals sent up from PluginContent against the
Principal of the selected browser - this was in order to account for races
(and intermittent oranges) where the browser has moved away from a page before
a CTP message has been received by the parent.

Comparing Principals works beautifully, except in the case of Data URIs, since
Data URIs inherit the Principals of the page they were linked from. That means
that if we're on a page with a link to a Data URI that embeds a plugin, if we
quickly browse to that page and back before a CTP message reaches the parent,
when the CTP message finally arrives, the Principals will match. We solve this
by sending the location as well as the Principal, to do a final comparison if
the Principals do match.

--HG--
extra : rebase_source : 095706306d241a254f62b28527a96a427d7e55c3
extra : histedit_source : 3afe814271166f70afce6a423bbb7809c5a983c7
2014-09-28 11:01:29 -04:00
Mike Conley
1018b54fa6 Bug 1069075 - Fix race condition in flushing pluginData cache in PluginContent.jsm. r=gfritzsche.
--HG--
extra : rebase_source : 0a0c801e0a8802e0a8ae04ac34e9977576f64e1e
extra : histedit_source : 03138083b2ac0892c2d66898db918528dda01fe0
2014-09-26 17:17:36 -04:00
Carsten "Tomcat" Book
3d0ce0976d merge fx-team to mozilla-central a=merge 2014-09-30 15:10:47 +02:00
Camilo Viecco
7caba5f564 Bug 787133 - (hpkp) Part 2/2. Tests r=keeler 2014-09-29 20:31:08 -07:00
Phil Ringnalda
afb1afe7e4 Backed out 2 changesets (bug 1070778, bug 1073846) for bc1 bustage
Backed out changeset c5f1d81d3849 (bug 1070778)
Backed out changeset b327a052e47f (bug 1073846)

--HG--
extra : rebase_source : 49d62043ba91398f370997868bba693ccc6d8251
2014-09-29 20:34:54 -07:00
Blair McBride
b329a5bcbb Bug 1070778 - Selecting a moz-action: result then typing more can result in "Search X for moz-action:..." item. r=mak
--HG--
extra : transplant_source : P/b%9D%B6T%85%22%A8%1B%F0%18%3A%827%C2qx%F6%97
2014-09-30 13:56:06 +13:00
Mark Hammond
ab938f2994 Bug 1073855 - fix browser_datareporting_notification tests for dialog-based prefs. r=gfritzsche 2014-09-30 09:52:39 +10:00
Gavin Sharp
fe9294db1b Bug 1031018: Add a "Tools->Apps" menu item pointing to marketplace, r=MattN
--HG--
extra : rebase_source : f1ff6847c646dcba9d6001e79bb285ac35f27298
2014-09-18 15:20:38 -07:00
Matt Brubeck
435d352548 Bug 731865 - Show blocked popups when clicking 'Allow popups' [r=florian] 2014-09-29 08:00:32 -07:00
Blair McBride
db53b53c1c Backout 262b6ad34702 (bug 1070778) due to bc1 failures. r=backout 2014-09-30 02:38:29 +13:00
Blair McBride
19fd3187ae Bug 1070778 - Selecting a moz-action: result then typing more can result in "Search X for moz-action:..." item. r=mak
--HG--
extra : transplant_source : %2C%E3F%B4%B9%A9%3A%AD1s%1C%E3Y%C1S%DC%A1%99%DF%C2
2014-09-30 01:49:52 +13:00
Alex Bardas
eb67e9eaca Bug 1071164 - Display magnifying glass for search results in awesomebar (follow-up of bug 1040725). r=Unfocused 2014-09-27 16:58:00 +02:00
Tim Taubert
f50879194c Backed out changeset c9ef2c9434b5 (bug 1071164) 2014-09-29 02:21:49 -07:00
Alex Bardas
9bd668bd8a Bug 1071164 - Display magnifying glass for search results in awesomebar (follow-up of bug 1040725). r=Unfocused 2014-09-27 16:58:00 +02:00
Tomasz Kołodziejski
5803d2ce61 Bug 1032324 - about:newtab can't switch search engine if icon/logo/image is not available. r=adw 2014-09-26 09:37:00 +02:00
Gijs Kruitbosch
98290efadb Bug 1069300 - add a privacy/forget/panic button, r=jaws
--HG--
extra : rebase_source : cc94c6449aab3fc64f7b034cb553cc6cf0879395
2014-09-24 17:22:05 +01:00
Sudheesh Singanamalla
6291f6cdb0 Bug 1054492: move DirectoryLinksProvider.jsm to browser/ since it's Firefox-specific, r=gavin
--HG--
rename : toolkit/modules/DirectoryLinksProvider.jsm => browser/modules/DirectoryLinksProvider.jsm
rename : toolkit/modules/tests/xpcshell/test_DirectoryLinksProvider.js => browser/modules/test/xpcshell/test_DirectoryLinksProvider.js
2014-09-22 13:23:19 +05:30
Dão Gottwald
e4c5538f00 Bug 1071821 - fullscr-toggler element needs to be hidden in DOM fullscreen. r=mconley 2014-09-26 21:22:55 +02:00
Ayush Mishra
8c0ab67b82 Bug 1072889 - Replace array.indexOf(...) != -1 with array.contains(...) in browser/base/ ; r=dao 2014-09-26 20:51:09 +02:00
Tim Taubert
ae5e4caec0 Bug 1073175 - Fix 'this.formatValue is not a function' errors r=dao 2014-09-26 17:45:33 +02:00
Tim Taubert
52bfe61f91 Bug 1072198 - updateBrowserRemoteness() needs to keep .permanentKey when updating browsers r=billm 2014-09-24 12:19:46 +02:00
Blair McBride
7f485beb93 Bug 1067899 - Add autocomplete result type for arbitrary URLs. r=mak
--HG--
extra : transplant_source : %B4%5C%83%26%B0%3EL%F1%B0%0E%B4%822y%E5%8B%0B%A4%01%3D
2014-09-27 01:17:25 +12:00
Ed Lee
3eaf85b2dd Bug 1062256 - Improve the design of the »What is this« bubble on about:newtab [r=adw]
Move customize item to outside the panel. Update various panel styling: spacing, sizing, colors.
2014-09-24 21:41:22 -07:00
Mark Hammond
8a6117812d Bug 932651 - getClipboardData in specialpowersAPI uses the chrome window so it works in e10s. r=ted 2014-09-26 14:03:41 +10:00
Blair McBride
5fc84319e1 Bug 1067896 - Add autocomplete result type for searching via alias of a search engine. r=mak
--HG--
extra : transplant_source : %16%CB%E8%D5%3F%3D%B6%2C%90%1F%0F4%0B%1C%ED%DFvC%F1%28
2014-09-26 15:32:07 +12:00
Blair McBride
48cbf76ce3 Bug 1072320 - Intermittent browser_action_searchengine.js | Test timed out - expected PASS. r=Mossop,mak
--HG--
extra : transplant_source : r%F0%95%94%5C%A4%A7%BE%28%0D%27J%A3E%12%8A%8CSN%91
2014-09-26 15:31:55 +12:00
Blair McBride
432060b95a Bug 1067888 - Add autocomplete result type for searching via current search engine. r=mak
--HG--
rename : toolkit/components/places/tests/unifiedcomplete/test_searchEngine.js => toolkit/components/places/tests/unifiedcomplete/test_searchEngine_restyle.js
extra : transplant_source : n%86%86%E2%23%85d%15%A8%0D%DD%F0%9A%A4%8B%E8y-%3DY
2014-09-25 17:04:06 +12:00
Dave Townsend
0a19cff8ae Bug 999239: Copy session history when recreating browser element for the remote -> non-remote transition. r=bz, r=felipe, sr=gavin 2014-09-25 11:35:45 -07:00
Tim Taubert
7a4cc69ce3 Bug 1071638 - Add test to ensure there are no uninterruptible reflows when loading about:newtab r=adw 2014-09-23 17:48:38 +02:00
Tim Taubert
a190a2b66c Bug 1071635 - Get rid of uninterruptible reflows caused by checkSizing() and onPageFirstSized() r=adw 2014-09-23 19:08:56 +02:00
Tim Taubert
b4218ed34c Bug 998267 - Don't always show the throbber when opening new tabs in e10s r=billm 2014-09-25 05:34:47 +02:00
Ed Lee
31d238073f Bug 1070022 - Improve Contrast of Text on New Tab Page [r=adw] 2014-09-23 16:19:52 -07:00
Ed Lee
5be20d1029 Bug 1071822 - update the learn more link in the tiles intro popup [r=adw]
Add a separate const for separate links.
2014-09-23 14:01:49 -07:00
Ed Lee
d37e7f9992 Bug 1064515 - update learn more link for sponsored tiles overlay [r=adw] 2014-09-23 13:59:27 -07:00
Ryan VanderMeulen
2d2336f54b Merge m-c to fx-team. a=merge 2014-09-24 17:13:47 -04:00
Ryan VanderMeulen
72911fffa8 Merge m-c to inbound. a=merge
CLOSED TREE
2014-09-24 16:08:33 -04:00
Dave Townsend
477c9a9f03 Bug 1072118: Catch uncaught promise rejection from gmpInstallManager.simpleCheckAndInstall. r=netzen 2014-09-24 08:38:46 -07:00
Ed Morley
6508c4365d Backed out changeset dcd7ac495365 (bug 1067888) for failures in browser_action_searchengine.js; CLOSED TREE 2014-09-24 16:09:01 +01:00
Mihaela Velimiroviciu
294222bddb Bug 1064280 - Add automated test for changing the URL in a pinned tab. r=dao 2014-09-24 10:21:57 +03:00
Mike Conley
9f4aac9c31 Bug 1070053 - Avoid spurious hidden-plugin notifications when changing locations by doing a Principal comparison. r=gfritzsche
When the PluginRemoved event is fired when changing locations, it's fired
asynchronously such that the document that the plugin belongs to has already
been unloaded. This was causing the hidden plugin notification to appear in
some cases when users browsed away from documents that had hidden plugins
in them. Now we pass the Principal for the unloading document back to the
parent and do a comparison with the current browser Principal to ensure
that they match before showing the hidden plugin notification.

--HG--
rename : browser/base/content/test/plugins/plugin_small.html => browser/base/content/test/plugins/plugin_small_2.html
extra : rebase_source : e748e3b09de77cc7796b1a78f8e39a23af64049a
2014-09-24 10:30:18 -04:00
Neil Deakin
a2e7f62584 Bug 1006040, animate star panel when pressing escape, add argument to hidePopup to allow indication of whether the popup is being cancelled or not, r=neil 2014-09-24 12:15:49 -04:00
Florian Quèze
7007307667 Bug 1056179 - WebRTC global indicator fails to open the sharing doorhanger if there's another notification before it, r=gavin. 2014-09-24 12:21:57 +02:00
Florian Quèze
2c3a0e0255 Bug 1067444 - Clicking the microphone button on the global webrtc sharing indicator opens a doorhanger with a camera icon, r=gavin. 2014-09-24 12:21:57 +02:00
Blair McBride
466f5a124a Bug 1067888 - Add autocomplete result type for searching via current search engine. r=mak
--HG--
rename : toolkit/components/places/tests/unifiedcomplete/test_searchEngine.js => toolkit/components/places/tests/unifiedcomplete/test_searchEngine_restyle.js
extra : transplant_source : t%CE%24%5D%2C%FF%18%CF%F5%21%BC%D0%C4%B9%EB%FD%06%F4%DB%BE
2014-09-24 18:33:07 +12:00
vladikoff
1ffd93ad81 Bug 1071225 - Fix closing the FxAccountsOAuthClient tab with e10s. r=MattN
--HG--
extra : rebase_source : 5ffdd51c674dfc22ac301ab54b317b9219d8e07f
2014-09-23 17:57:00 -07:00
Ryan VanderMeulen
8f5f79c776 Backed out changeset 9debd2833863 (bug 1067888) for mochitest-bc failures.
CLOSED TREE

--HG--
rename : toolkit/components/places/tests/unifiedcomplete/test_searchEngine_restyle.js => toolkit/components/places/tests/unifiedcomplete/test_searchEngine.js
2014-09-23 14:26:16 -04:00
Blair McBride
4d31d707bf Bug 1067888 - Add autocomplete result type for searching via current search engine. r=mak
--HG--
rename : toolkit/components/places/tests/unifiedcomplete/test_searchEngine.js => toolkit/components/places/tests/unifiedcomplete/test_searchEngine_restyle.js
extra : transplant_source : %851%B0%7BmD%40w/%86%89%CA%AF%25%60k%FE%9Am%F7
2014-09-24 05:21:48 +12:00
Tim Taubert
93430489d1 Bug 1067173 - Bail out early if _resizeGrid() is called before the page has loaded f=Mardak r=adw 2014-09-20 20:41:18 +02:00
Mark Hammond
d6460825be Bug 1050080 - add default permissions for uitour and addon installations, and remove PermissionsUtils. r=MattN 2014-09-23 16:33:35 +10:00
Florian Quèze
49c5014ea3 Bug 973001 - getUserMedia UI doesn't work with e10s - fix test, r=felipe. 2014-09-22 20:39:58 +02:00
Florian Quèze
cb4e72da7e Bug 973001 - getUserMedia UI doesn't work with e10s - fix the permission requests, r=felipe. 2014-09-22 20:39:58 +02:00
Florian Quèze
e0e5522562 Bug 973001 - getUserMedia UI doesn't work with e10s - fix the urlbar indicators and show the global indicators, r=felipe. 2014-09-22 20:39:57 +02:00
Blair McBride
8e6d6ba1e2 Bug 1066358 - Improve how keyword autocomplete results are displayed. r=mak
--HG--
extra : transplant_source : %EC%9E%D7%F8%C7-%87%90%F67%8Ah8%1E%60%CCh%23%9F-
2014-09-20 15:44:36 +12:00
Jim Mathies
19c5e2c685 Bug 1072417 - Remove the browser.tabs.remote pref and turn everything it controls on by default. r=felipe 2014-09-29 16:11:08 -05:00
Jim Mathies
c26e725ce1 Bug 1074299 - Fix navbar shortcut dragging in e10s. r=gavin 2014-09-29 16:51:55 -05:00
Bill McCloskey
ffbf1b0a24 Bug 1039528 - [e10s] Make "Inspect element" context menu item work (r=pbrosset) 2014-09-29 13:05:22 -07:00
Bobby Holley
c143ee2f2b Bug 1030420 - QI the pref service to the appropriate interface. r=billm
nsIPrefService and nsIPrefBranch are implemented by the same XPCOM object, but
getBranch lives on nsIPrefService rather than nsIPrefBranch. The bug here is
only noticeable if nobody has already QIed the per-scope-singleton object to
nsIPrefService. If we create two scopes where there previously was one, that's
more likely to be the case, and manifest itself as the bc1 orange we see on TBPL.
2014-09-24 09:17:34 +02:00
Asaf Romano
683a1f73db Fix the 'bustage' of browser_parsable_script.js coming from bug 1067954 by whitelisting controller.js. It broke due to bug 1015578 (see mak's comment 2 there). CLOSED TREE 2014-09-19 18:23:20 +03:00
Blair McBride
10b37235a1 Bug 1065303 - Prepare autocomplete.xml/UnifiedComplete for adding new special result types and heuristics. r=mak
--HG--
extra : transplant_source : %96%27%20FGCQ%D9%B5%FC%8E%CAV%F3%80%5DN%88%0F.
2014-09-19 23:58:46 +12:00
Mike Conley
4a7d5fcd4f Bug 1069567 - [e10s] Make remote browser contentPrincipals not be CPOWs. r=billm.
--HG--
extra : rebase_source : 4f47430a2ff95737e579ddca1655d410656bb64a
2014-09-18 19:26:50 -04:00
Jared Wein
055ee02db0 Bug 1047181 - Change the Loop toolbar button when FxA sign in completes. r=MattN 2014-09-18 16:14:44 -04:00
Wes Kocher
250c667952 Backed out changeset 5710731f09e9 (bug 1047181) for bc1 orange 2014-09-18 14:47:24 -07:00
Iaroslav Sheptykin
6136d8fc40 Bug 620565 - Proper handling of question mark in the action field of a form when creating a search keyword bookmark. r=MattN 2014-09-18 13:54:04 -07:00
Jared Wein
cde6854c0b Bug 1047181 - Change the Loop toolbar button when FxA sign in completes. r=MattN
--HG--
extra : rebase_source : e0821ac3fdb8e5840ef241f24c4d9e675388dbf3
2014-09-18 16:14:44 -04:00
Justin Dolske
0437e18b82 Bug 836415 - Kill PFS. r=bsmedberg 2014-09-18 10:01:23 -07:00
Gijs Kruitbosch
62cf8b6ea7 Bug 990045 - focusNextFrame should special-case panels and notificationpopups, with the latter getting noautofocus by default, r=Enn, f=MarcoZ
--HG--
extra : rebase_source : a0fe3fba430301560433db3dbb825d5bbd7bfb9b
2014-09-18 13:29:03 +02:00
Drew Willcoxon :adw
92ecfb0b0b Bug 1068852 - Highlight search suggestions on hover/mouseover. r=MattN 2014-09-17 13:37:00 +02:00
Alex Bardas
f97c2dcc37 Bug 1043805 - Add tests for checking mixedblockdisabled and trackingblockdisabled attributes. r=adw 2014-09-17 10:39:00 +02:00
Alex Bardas
0fc4fd9343 Bug 1043805 - Added red shield when protection is disabled in blocked content doorhanger. r=Unfocused 2014-09-11 15:13:00 +02:00
Mike Conley
d158ef0aef Bug 899347 - [e10s] Make click-to-play work with e10s. Originally written by mbrubeck. r=gfritzsche,felipe,Unfocused.
We now use message passing and content scripts in order to implement click-to-play. This allows
us to use click-to-play in e10s windows.

--HG--
extra : rebase_source : 6239a4b49e0af89800c5618e4589f8aef03f58d4
2014-09-17 16:06:58 -04:00
Felipe Gomes
cd4e7c9b02 Bug 1068210 - Make the tab crashed Try Again button reload only the selected tab. r=ally
This is a temporary solution while we wait for bug 1065785 because this is causing many users to lose their session
2014-09-17 18:32:27 -03:00
Jim Mathies
c1ffe267e7 Follow up for back out of bug 1047603, disable browser_social_flyout.js test that's failing in e10s. a=RyanVM CLOSED TREE 2014-09-17 15:28:36 -05:00
Ryan VanderMeulen
d99a7c76a1 Backed out changesets 1e0e069b5cc7 and dc6a44c16a37 (bug 1047603) for causing bug 1067164. a=me 2014-09-17 14:19:58 -04:00
Drew Willcoxon
a945abddc6 Bug 1060888 - Autocomplete drop down list item should not be copied to the search fields when mouse over the list item. r=MattN 2014-09-17 09:11:06 -07:00
Drew Willcoxon
496c466867 Bug 1066794 - Make the search suggestions popup on about:home/about:newtab more consistent with the main search bar's popup. r=MattN 2014-09-17 09:11:04 -07:00
Alex Bardas
6a96b10c05 Bug 1063115 - Grey out text for mixed content and tracking protection if the corresponding type has been disabled. r=Unfocused r=dao 2014-09-16 17:57:00 +02:00
Mark Hammond
c256240af4 Bug 1053969 - get more social tests working with e10s. r=mixedpuppy 2014-09-17 14:52:44 +10:00
Ehsan Akhgari
e979509566 Bug 1067514 - Don't attempt to capture a tab preview in e10s; r=dao 2014-09-16 19:03:59 -04:00
Tim Taubert
1c8e3b738e Bug 1067128 - [e10s] _setupSwipeGesture() tries to access content when scrolling down r=spohl 2014-09-15 21:49:47 +02:00
Alex Bardas
1ce770d408 Bug 1058412 - Add access keys to disable / re-enable tracking protection doorhanger. r=jaws 2014-09-15 13:24:00 +02:00
Carsten "Tomcat" Book
862c435c18 Merge m-c to fx-team 2014-09-16 07:07:55 +02:00
Ryan VanderMeulen
519655d343 No bug - Revert browser-plugins.js to revision 687318d464a5. a=me 2014-09-15 23:20:24 -04:00
Nigel Babu
0976c93e76 Merge fx-team to m-c with bustage fix, a=merge 2014-09-16 08:43:45 +05:30
Shu-yu Guo
6fc52fcb90 Bug 1001090 - Followup: fix merge error in browser-plugins.js on a CLOSED TREE. r=bustage 2014-09-15 18:23:03 -07:00
Wes Kocher
42b3b1714c Merge m-c to inbound a=merge 2014-09-15 16:41:45 -07:00
Shu-yu Guo
9baa236495 Bug 1001090 - Part 5: Fix errors in tests throughout the tree. (r=robcee,gavin) 2014-09-15 16:30:47 -07:00
Shu-yu Guo
4a62c95f46 Bug 1001090 - Part 4: Fix errors in chrome code. (r=zombie,gavin,fitzgen,dcamp,bgrins,fabrice,gwagner,margaret,mrbkap,mak,njn,vicamo) 2014-09-15 16:30:46 -07:00
Wes Kocher
7d7ce89891 Merge fx-team to m-c a=merge 2014-09-15 16:24:37 -07:00
Blair McBride
ef6bd23945 Bug 1065265 - Improve infrastructure dealing with moz-action: autocomplete results. r=mak
--HG--
extra : transplant_source : %EC%FDu%A45%17%A73%1D%BF%E92%FC%1F%D7%1B%E6J/%B3
2014-09-16 16:01:58 +12:00
Mike Conley
3f5ec0cde2 Bug 899347 - [e10s] Make click-to-play work with e10s. Originally written by mbrubeck. r=gfritzsche,felipe,Unfocused.
We now use message passing and content scripts in order to implement click-to-play. This allows
us to use click-to-play in e10s windows.

--HG--
extra : rebase_source : 719afe669c638ba4883f76f18aee38df6b60b4ad
2014-09-15 13:33:50 -04:00
Wes Kocher
ec7a1fc6c3 Merge m-c to fx-team a=merge 2014-09-15 16:49:06 -07:00
Mark Hammond
8459b5b770 Bug 1063696 - fix datareporting timeout orange by not closing the prefs tab prematurely. r=gfritzsche 2014-09-16 09:22:55 +10:00
Ryan VanderMeulen
cd02d2ec36 Backed out changeset 5747034f2bcc (bug 899347) for mochitest-bc failures.
CLOSED TREE
2014-09-15 15:30:39 -04:00
Tim Taubert
b6978f6c09 Bug 1047469 - Implement search terms hilighting r=dao 2014-09-08 11:54:00 +02:00
Phil Ringnalda
68a8b1ecd1 Merge m-i to m-c, a=merge 2014-09-13 09:28:33 -07:00
Mike Conley
4efb5d9ad4 Bug 1047603 - [e10s] Follow-up to disable test for Linux until OMTC is enabled by default. rs=dholbert on a CLOSED TREE.
--HG--
extra : rebase_source : 6ff1875d4df4c6451e1aa4fd1205e32cc5e2a64c
extra : histedit_source : a7b120d39b38b936325908b28ac1ea4ea68a15ae
2014-09-12 17:56:06 -04:00
Bobby Holley
b7213a703d Bug 1066340 - Handle null/undefined alternativeURI.host. r=Gijs
Without this, we fail in [1] and friends when we pass the host value to
asyncResolve.

[1] browser/base/content/test/general/browser_keywordSearch.js
2014-09-15 14:17:32 +02:00
Bill McCloskey
b0da653c22 Bug 1059007 - [e10s] Allow remote chrome: URLs (r=mconley) 2014-09-23 15:48:53 -07:00
Bill McCloskey
960897ceaf Bug 1067527 - [e10s] Use contentWindowAsCPOW in context menu code (r=mconley) 2014-09-23 15:48:53 -07:00
Bill McCloskey
635ad76c63 Bug 1069059 - [e10s] Convert isWindowPrivate calls to isBrowserPrivate/isContentWindowPrivate as appropriate (r=mconley,margaret) 2014-09-23 15:48:52 -07:00
Carsten "Tomcat" Book
026b6469d9 Merge m-c to mozilla-inbound 2014-10-01 15:41:25 +02:00
Christian Holler
ecb5e4862a Bug 982600 - Disable tests that only make sense with crashreporter. r=markh
--HG--
extra : rebase_source : f67e498380f53cfe60a45431e300bc0937d2b6e9
2014-09-30 14:59:41 +02:00
Felipe Gomes
980a0ca844 Bug 1076314 - Re-prompt nightly users to enable e10s. r=mconley 2014-10-08 22:56:26 -03:00
Wes Kocher
8af4c063d8 Merge m-c to inbound a=merge CLOSED TREE 2014-10-08 17:14:42 -07:00
Jan Jongboom
7354f7fd14 Bug 1067255 - Disallow cut and copy in password fields. r=ehsan 2014-10-08 16:27:31 -07:00
Camilo Viecco
a55729c3d9 Bug 1075081 - Enhance pinning test to ensure the neterror page the one found. r=keeler 2014-10-02 10:49:56 -07:00
Ryan VanderMeulen
eb2dc32974 Merge m-c to inbound. a=merge 2014-10-02 13:14:06 -04:00
Till Schneidereit
ef79207c09 Bug 1075059 - Part 1: Backout of Array.prototpype.contains usages. r=me
--HG--
extra : rebase_source : c40bca2849fdfee824560253c7ffe8fb93f9b774
2014-10-02 17:37:48 +02:00
Bill McCloskey
3bb55d0503 Bug 1047751 - Disable HTML-controlled context menu in e10s (r=mconley) 2014-09-12 12:58:23 -07:00
Felipe Gomes
59468368ea Bug 1065880 - Measure e10s usage through telemetry. r=bsmedberg,mconley 2014-09-12 16:14:41 -03:00
Alexandre Lissy
61989226ec Bug 1066044 - Make Mochitest pass on Mulet r=jmaher,ochameau
To get Mochitest green with Mulet, we need to disable a couple more of
tests. We also need to disable the crash on non local connections, as it
is being done for runtestsb2g.
2014-09-11 22:59:00 +02:00
Ryan VanderMeulen
a88fbc2248 Backed out changeset 3afb6445a73c (bug 1066044) for B2G desktop mochitest perma-fail. 2014-09-11 20:38:06 -04:00
Alexandre Lissy
5df340dbef Bug 1066044 - Make Mochitest pass on Mulet. r=jmaher, r=ochameau
To get Mochitest green with Mulet, we need to disable a couple more of
tests. We also need to disable the crash on non local connections, as it
is being done for runtestsb2g.
2014-09-11 07:37:00 -04:00
Carsten "Tomcat" Book
ca0a81a939 merge fx-team to mozilla-central a=merge 2014-09-11 15:29:54 +02:00
Bill McCloskey
048f442ea6 Bug 1058543 - Make page info work again in e10s (r=mconley) 2014-09-10 17:15:41 -07:00
Bill McCloskey
3ed36bfc9e Bug 1057663 - Make sure content process crashes always get reported (r=felipe) 2014-09-10 17:15:40 -07:00
Ryan VanderMeulen
81796d368a Merge m-c to inbound. a=merge
CLOSED TREE
2014-09-10 18:36:26 -04:00
Dave Townsend
dba66f2949 Bug 1062522 - Fix intermittent failure in browser_bug575561.js. r=ttaubert 2014-09-09 13:58:26 -07:00
Alan K
392bf15680 Bug 1045046 - Handle manual sync event and broadcast to registered cloudsync adapters. r=ttaubert 2014-09-08 07:23:00 +02:00
Blair McBride
47a2f49667 Bug 1064130 - Improve handling of a11y labels for autocomplete results. r=mak
--HG--
extra : transplant_source : %99%EDK%AF4%ACH%8D%C4%2B%07%A8%0E%C6%0D%FE%E2%40%E9/
2014-09-10 13:08:23 +12:00
Carsten "Tomcat" Book
1c90c7fae7 Merge m-c to fx-team 2014-09-09 16:03:23 +02:00
Carsten "Tomcat" Book
dcc7d1b527 Backed out changeset 71198624da7b (bug 1045046) for bc2 test failures 2014-09-09 12:58:27 +02:00
Alex Bardas
d29b58e3e4 Bug 1053939 - pass entry point to fxa content server when opening about:accounts + tests. r=markh 2014-09-10 13:39:00 +02:00
Alan K
1bb6223874 Bug 1045046 - Handle manual sync event and broadcast to registered cloudsync adapters. r=ttaubert 2014-09-08 07:23:00 +02:00
Blake Winton
b2a6eea560 Bug 1036912 - Log selections of searchSuggestTable in newtab. r=mak 2014-09-08 11:13:30 -04:00
Blake Winton
9b53272515 Bug 1036908 - Log search suggestion selections from about:home. r=mak 2014-09-05 16:43:28 -04:00
Tim Taubert
7a39e3d2d0 Bug 1064217 - Fix closed window list for menu bar of hidden window on OS X r=gijs 2014-09-08 14:25:05 +02:00
Carsten "Tomcat" Book
b59beed523 Backed out changeset b556a4fdfe52 (bug 1036908) for bc1 test errors 2014-09-08 10:19:50 +02:00
Carsten "Tomcat" Book
0cb2ed4c11 Backed out changeset ceb9328526e0 (bug 1036912) for bc1 test errors 2014-09-08 10:19:39 +02:00
Blake Winton
665d276c75 Bug 1036912 - Log selections of searchSuggestTable in newtab. r=mak 2014-09-04 11:03:57 -04:00
Blake Winton
0a829ffb43 Bug 1036908 - Log search suggestion selections from about:home. r=mak 2014-09-05 16:43:28 -04:00
Ryan VanderMeulen
8020e3abbf Merge m-c to inbound. a=merge
--HG--
rename : mobile/android/tests/browser/junit3/src/tests/BrowserTestCase.java => mobile/android/tests/browser/junit3/src/BrowserTestCase.java
rename : mobile/android/tests/browser/junit3/src/tests/TestDistribution.java => mobile/android/tests/browser/junit3/src/TestDistribution.java
rename : mobile/android/tests/browser/junit3/src/tests/TestGeckoMenu.java => mobile/android/tests/browser/junit3/src/TestGeckoMenu.java
rename : mobile/android/tests/browser/junit3/src/tests/TestGeckoProfilesProvider.java => mobile/android/tests/browser/junit3/src/TestGeckoProfilesProvider.java
rename : mobile/android/tests/browser/junit3/src/tests/TestGeckoSharedPrefs.java => mobile/android/tests/browser/junit3/src/TestGeckoSharedPrefs.java
rename : mobile/android/tests/browser/junit3/src/tests/TestImageDownloader.java => mobile/android/tests/browser/junit3/src/TestImageDownloader.java
rename : mobile/android/tests/browser/junit3/src/tests/TestJarReader.java => mobile/android/tests/browser/junit3/src/TestJarReader.java
rename : mobile/android/tests/browser/junit3/src/tests/TestRawResource.java => mobile/android/tests/browser/junit3/src/TestRawResource.java
rename : mobile/android/tests/browser/junit3/src/tests/TestSuggestedSites.java => mobile/android/tests/browser/junit3/src/TestSuggestedSites.java
rename : mobile/android/tests/browser/junit3/src/tests/TestTopSitesCursorWrapper.java => mobile/android/tests/browser/junit3/src/TestTopSitesCursorWrapper.java
extra : rebase_source : 45e2cb5230292b398a90b74756ec65f86bfb03ef
2014-09-08 19:31:10 -04:00
Bobby Holley
c6b5157f3b Bug 1062631 - Stop leaking observers in search tests. r=Gijs 2014-09-08 13:36:22 -07:00
Bobby Holley
dc20021abf Bug 1062631 - Handle null ownerDoc in browser.js and content.js for the benefit of browser_newtab_drag_drop_ext.js. r=ttaubert 2014-09-08 13:36:22 -07:00
Bobby Holley
2e0d05ae66 Bug 1062631 - Watch out for dead object proxies in gXPInstallObserver. r=Gijs
In browser_navigateaway2.js we end up with an XPCWrappedJS double-wrapped
DeadObjectProxy here, which triggers an exception when it's inserted into
the WeakMap.
2014-09-08 13:36:21 -07:00
Bobby Holley
eb37dd3a49 Bug 1062631 - Handle null originatingURI in browser-addons.js. r=Gijs 2014-09-08 13:36:21 -07:00
Felipe Gomes
ec6008b223 Bug 1063848 - Disable e10s in safe mode. r=bsmedberg,ally. 2014-09-10 15:53:55 -03:00
Ryan VanderMeulen
54ee9076fd Merge m-c to inbound. a=merge 2014-09-05 12:15:01 -04:00
Ryan VanderMeulen
f160f22ae6 Merge fx-team to m-c. a=merge 2014-09-05 11:54:57 -04:00
Gijs Kruitbosch
2854e8424e Bug 1035536 - move CSS to themes directory, r=dao
--HG--
rename : browser/base/content/aboutneterror/netError.xhtml => browser/base/content/aboutNetError.xhtml
rename : browser/base/content/aboutneterror/info.svg => browser/themes/shared/aboutNetError_info.svg
extra : rebase_source : c78b55b877ded23ad05aa942ab7983516a688cd8
2014-09-05 15:14:27 +02:00
David Keeler
eebd63d1c8 bug 775370 - (part 2/2) use DataStorage as back-end to nsSiteSecurityService r=briansmith 2014-09-04 10:42:31 -07:00
Alan K
046e199a2e Bug 993584 - Initial landing for CloudSync. r=rnewman 2014-09-04 21:44:00 +02:00
Ehsan Akhgari
81f6325404 Bug 1063020 - Do not attempt to capture screenshots in e10s yet; r=dao 2014-09-04 23:17:42 -04:00
Wes Kocher
9e2ce1f1c2 Merge inbound to m-c a=merge 2014-09-04 18:30:01 -07:00
Tim Taubert
fc894fb9f0 Backed out changeset 1917953b1f89 (bug 961867) on a CLOSED TREE r=bustage 2014-09-04 15:08:57 -04:00
Tim Taubert
40240005ea Backed out changeset bf39866cc3a5 (bug 1047469) on a CLOSED TREE 2014-09-04 13:39:45 -04:00
Dave Townsend
7011c226a0 Backing out bug 961867 for causing an intermittent test failure. 2014-09-04 11:37:55 -04:00
Tim Taubert
f8731ea2b6 Bug 1047469 - Implement search terms hilighting r=dao 2014-08-07 14:42:50 +02:00
Gijs Kruitbosch
198a027d6b Bug 1035536 - add blank theme file for net error pages, r=Unfocused 2014-09-02 13:23:46 +01:00
Ryan VanderMeulen
52e6657393 Merge inbound to m-c. a=merge 2014-09-03 16:38:57 -04:00
Dão Gottwald
02092022ab Bug 1058237 - Ctrl-Tab previews should use the PageThumbs API. r=ttaubert 2014-09-03 19:14:01 +02:00
Bill McCloskey
2b8c94ee67 Bug 1061013 - Disable various browser chrome tests when running with e10s. r=jimm 2014-09-02 13:47:12 -05:00
Adam Roach [:abr]
8f9969556e Bug 1055319 - Add DNS-based soft-start mechanism for Loop in release builds r=dolske 2014-08-18 17:52:26 -05:00
Jared Wein
bdf5bceb4c Bug 1055239 - SVG icons and theming for SocialAPI/Loop. r=MattN 2014-09-02 11:20:39 -04:00
Matthew Noorenberghe
02eee2b68c Bug 1047284 - Update the Loop toolbar icon upon errors and "Do not disturb". f=Standard8 r=jaws 2014-09-01 17:37:23 -04:00
Mark Banner
122b3557d6 Backout cset b2bae68e3809 / bug 1055319 due to test failures 2014-09-01 22:11:03 +01:00
Adam Roach [:abr]
bf8f3f3cce Bug 1055319 - Add DNS-based soft-start mechanism for Loop in release builds r=dolske 2014-08-18 17:52:26 -05:00
Mike Conley
ababcac00f Bug 1057966 - Fix Help menu in e10s windows. r=billm.
The help menu wasn't populating properly because gSafeBrowsing was attempting
to get the URI for the loaded page by getting content.document.documentURI.
Since bug 1051017 landed, content is unavailable for e10s windows. We use
the selected browser's currentURI instead.

--HG--
extra : rebase_source : 7dfa0f74b99ed35563bc4507c2a5ff70a703af3e
2014-08-29 19:54:32 -04:00
Carsten "Tomcat" Book
d9df5fe009 merge fx-team to mozilla-central a=merge 2014-08-29 15:13:15 +02:00
Monica Chew
73c39703ef Bug 1058133: Telemetry for tracking protection events (r=bmcbride) 2014-08-28 09:29:14 -07:00
Carsten "Tomcat" Book
6486c70d50 Merge mozilla-central to mozilla-inbound 2014-08-28 16:13:13 +02:00
Carsten "Tomcat" Book
b8fcf0d104 merge mozilla-inbound to mozilla-central a=merge 2014-08-28 13:07:10 +02:00
Wes Kocher
c0d923d6f3 Merge m-c to fx-team a=merge 2014-08-27 17:07:39 -07:00
Shane Caraveo
43f304ad43 Bug 1057596 fix manifest updating and worker reload, r=markh 2014-08-27 16:11:36 -07:00
Ryan VanderMeulen
a5690968ac Merge m-c to inbound. a=merge
CLOSED TREE

--HG--
extra : amend_source : e59af3fa8b325da192204b3a227c24de690055c7
2014-08-27 15:54:44 -04:00
Ryan VanderMeulen
f74a9325b6 Merge fx-team to m-c. a=merge 2014-08-27 15:49:46 -04:00
Birunthan Mohanathas
5740fcfe6c Bug 1059623 - Remove the report file in browser_CTP_crashreporting.js. r=jaws 2014-08-28 21:03:09 -07:00
Florian Quèze
90c7c49ca7 Bug 1057006 - Implement UI for app sharing, r=Gijs. 2014-08-27 16:52:22 +02:00
Wes Kocher
9a9da55e96 Merge m-c to inbound a=merge 2014-08-26 18:19:08 -07:00
Wes Kocher
793ce93659 Merge m-c to inbound a=merge 2014-08-26 17:49:52 -07:00
Tetsuharu OHZEKI
dcaf627bb7 Bug 1058708 - [e10s] View Page Source of context menu does not work in e10s. r=mconley 2014-08-27 05:35:02 +09:00
Gijs Kruitbosch
03734a1363 Bug 670587 - include protocol when dragging URLs from the URL bar, r=dao
--HG--
extra : rebase_source : d2d72590306779f561f3178de096af940da7e2b7
2014-08-26 19:58:11 +01:00
Bill McCloskey
f1713aac9a Bug 1046761 - e10s context menu should handle preventDefault (r=felipe) 2014-08-26 11:44:10 -07:00
David Keeler
12915c796a bug 800882 - make about:certerror clear as to why overrides don't work on HSTS sites r=dao ui-r=phlsa 2014-08-26 11:31:34 -07:00
Monica Chew
2f480b3373 Bug 1058348: Make disable protection string match mockup (r=adw) 2014-08-25 17:52:30 -07:00
Harshit Harchani
dd5b044a1b Bug 898166 - Remove try/catch in SocialUI.observe. r=jaws 2014-08-27 05:33:19 +05:30
Wes Kocher
d0c2ce5342 Merge inbound to m-c a=merge 2014-08-25 17:19:50 -07:00
Gijs Kruitbosch
1ab26bebb8 Bug 991757 - add telemetry for the context menu, r=mconley,bgrins,f=bwinton 2014-08-14 20:44:59 +02:00
Ryan VanderMeulen
3b99d0fa33 Merge inbound to m-c. a=merge
CLOSED TREE
2014-08-25 11:49:37 -04:00
Florian Quèze
ebf1690158 Bug 1041658 - write tests for the global webrtc sharing indicator, r=Gijs. 2014-08-25 15:35:10 +02:00
Georgios Kontaxis
eb936191e9 Bug 1043801: tests asserting doorhanger correctly reflects tracking protection state r=adw 2014-08-22 20:26:46 -07:00
Georgios Kontaxis
18b710a812 Bug 1043801: tracking protection notifications show up in the generic security notification doorhanger, interactions with permissionManager to disable/enable tracking protection for a page r=adw 2014-08-22 20:26:31 -07:00
Georgios Kontaxis
cd563545d7 Bug 1045809: mixedContentChannel is set to null and page is reloaded to re-engage mixed content blocking r=jaws 2014-08-22 20:26:14 -07:00
Georgios Kontaxis
cd6f7af784 Bug 1043803: checkIdentity following onSecurityChange now shows doorhanger on STATE_LOADED_MIXED_ACTIVE_CONTENT. Doorhanger now acknowledges this new state. r=adw 2014-08-22 20:26:03 -07:00
Georgios Kontaxis
e4617593b3 Bug 1043797: extended popup notifications to create a generic doorhanger for all security notifications incl. mixed content r=adw
--HG--
rename : browser/themes/linux/mixed-content-blocked-16.png => browser/themes/linux/bad-content-blocked-16.png
rename : browser/themes/linux/mixed-content-blocked-64.png => browser/themes/linux/bad-content-blocked-64.png
rename : browser/themes/osx/mixed-content-blocked-16.png => browser/themes/osx/bad-content-blocked-16.png
rename : browser/themes/osx/mixed-content-blocked-16@2x.png => browser/themes/osx/bad-content-blocked-16@2x.png
rename : browser/themes/osx/mixed-content-blocked-64.png => browser/themes/osx/bad-content-blocked-64.png
rename : browser/themes/osx/mixed-content-blocked-64@2x.png => browser/themes/osx/bad-content-blocked-64@2x.png
rename : browser/themes/windows/mixed-content-blocked-16.png => browser/themes/windows/bad-content-blocked-16.png
rename : browser/themes/windows/mixed-content-blocked-64.png => browser/themes/windows/bad-content-blocked-64.png
2014-08-22 15:34:25 -07:00
Wes Kocher
73fd76fdb6 Merge m-c to fx-team a=merge 2014-08-22 17:10:53 -07:00
Wes Kocher
1330f3416d Merge inbound to m-c a=merge 2014-08-22 16:47:32 -07:00
Gijs Kruitbosch
4cf5a289b1 Bug 1004418 - annnnd disable on ASAN as well... 2014-08-22 19:01:32 +02:00
Gijs Kruitbosch
dc30f43bc7 Bug 1004418 - followup, disable test on debug for timing out, rs=ttaubert over IRC
--HG--
extra : rebase_source : cf05defc0e67a82fa972e47dcf5391ad6723d536
2014-08-22 16:53:05 +02:00
Gijs Kruitbosch
1737040709 Bug 1004418 - create a mochitest to verify all JS we ship parses, r=ttaubert
--HG--
extra : rebase_source : 94af2c3b26c3fca0f3c697b56c5e7b7d6488fce6
2014-08-19 15:43:31 +02:00
Ed Lee
7a531f1de2 Bug 1040369 - Replace sponsored icon with identifying text [r=adw]
Add sponsored text next to title that triggers explanation text. Remove unused sponsored icon and related files.
2014-08-21 19:21:38 -07:00
Nigel Babu
821b09b394 Merge m-c to fx-team 2014-08-22 07:17:47 +05:30
Wes Kocher
0eade3f8f0 Merge inbound to m-c a=merge 2014-08-21 18:22:11 -07:00
Wes Kocher
34db6e9491 Merge fx-team to m-c a=merge 2014-08-21 17:44:40 -07:00
Shane Caraveo
35d3f4c996 Bug 1047316 part 2: dont use docshell swapping for marks button, r=jaws 2014-08-21 15:53:19 -07:00
Jared Wein
f3a146aa3e Bug 1007336 - Set lightweight themes in customization mode. r=gijs 2014-08-21 15:57:41 -04:00
Mike Conley
094e9227fc Backing out 893fa8436b70 (bug 1041917) for multiple problems. 2014-08-21 15:12:22 -04:00
Shane Caraveo
f227bc6874 Bug 1047316 dont display panels using docshell swapping in panelviews, r=jaws 2014-08-21 07:44:17 -07:00
Shane Caraveo
367f1225de Bug 1056415 fix updating the marks buttons during tabchange, r=jaws 2014-08-21 07:41:23 -07:00
Ed Morley
6df189a31c Merge latest green inbound changeset and mozilla-central; a=merge 2014-08-21 13:22:44 +01:00
Mike Conley
b7f37af5ce Bug 1056152 - Fix reference to undefined event variable in content.js. rs=jaws 2014-08-20 11:27:03 -04:00
Ed Morley
269820d2ad Backed out changeset b3632bd4c076 (bug 1014332) for intermittent test failures 2014-08-21 12:27:40 +01:00
Ed Morley
c173e03b4a Backed out changeset 93cd3fc35cfc (bug 1014332) 2014-08-21 12:27:16 +01:00
Ed Morley
1e166e3cd3 Backed out changeset bfe0d5c41edd (bug 1014332) 2014-08-21 12:27:12 +01:00
Sang Mercado
6acab3943f Bug 1043257 - Bookmark toolbar items overflow completely instead of only the not fitting ones, if on the Navigation Bar. r=jaws 2014-08-19 13:06:09 -05:00
Jared Wein
3c01d931ea Bug 1037049 - In-content preference subdialogs that contain a <resizer> need to have their <resizer> removed and passed in as a "resizable" window opening parameter. r=Gijs 2014-08-20 17:22:55 -04:00
Ryan VanderMeulen
aff546e81b Merge inbound to m-c. a=merge 2014-08-20 16:14:23 -04:00
Mike Conley
2eec752f9f Bug 1050447 - Skip focusing content if we're opening a new about:blank or about:newtab tab. r=dao, feedback=jimm.
This fixes a change in order of focus events for e10s after bug 1009628 landed.
We were accidentally focusing the content after focusing the URL bar for new
tabs. We now skip focusing the content entirely when opening a new tab.

--HG--
extra : histedit_source : a6c140d4e2b4677209b039880922c29e7c24b584
2014-08-20 11:23:43 -04:00
Alex Bardas
bbea439661 Bug 1054931 - Ctrl-K focuses an invisible search bar in about:newtab in blank mode. r=adw 2014-08-19 14:16:00 -04:00
Markus Stange
acc00c2502 Disable the test for bug 1015721 on Windows because it fails.
CLOSED TREE
2014-08-20 19:00:45 +02:00
Ehsan Akhgari
3caf5e69ef Bug 1055507 - Avoid calling drawWindow in e10s mode when using tab previews until bug 698371 gets fixed; r=dao 2014-08-20 22:24:27 -04:00
Ed Morley
a177c6b3c5 Merge mozilla-central and fx-team 2014-08-20 15:18:31 +01:00
Ed Morley
9e018ab910 Merge latest green fx-team changeset and mozilla-central; a=merge 2014-08-20 15:14:31 +01:00
Mike Conley
f66800f7f8 Bug 961362 - DOM Fullscreen API support for e10s. r=smaug,billm. 2014-08-19 16:58:00 -04:00
Bill McCloskey
8c7634f2ac Bug 1054840 - Ignore popups shown during onunload (r=felipe) 2014-08-19 17:24:21 -07:00
Shane Caraveo
5557845cc7 Bug 1047340 fix annotation of marks by using the browser url rather than cannonical url, r=jaws 2014-08-19 09:01:52 -07:00
Florian Quèze
f73d3ad92e Bug 1048230 - Global indicator inaccessible when taskbar is on top of the screen, r=Enn. 2014-08-19 17:50:10 +02:00
Mike Conley
7c95d7d05f Bug 1041917 - Make it possible to transition from non-remote to remote browsers while browsing away from about: pages. r=billm. feedback=mrbkap.
--HG--
extra : histedit_source : f6bc00b11d21d68cc1a09c5da70d81a1c054085e
2014-08-13 14:03:32 -04:00
Jim Mathies
43d30069a9 Bug 903022 - Parent save-as file pickers to the browser window rather than the content window. r=gavin 2014-08-25 11:48:58 -05:00