Ed Lee
3ba0d9efda
Bug 994185 - When dragging tiles on a 3x2 view, a third row of tiles shows up inexplicably [r=adw]
...
Also fixes Bug 988907 - Context menu and clicking-to-focus do not work in empty space above/below newtab grid
Cover up the sites that become position: absolute (and escape the flow for overflow: hidden) with an explicit background color for the bottom margin.
2014-04-18 17:55:06 -07:00
Edward Lee
d49c2ec1e0
Bug 998387 - Middle click on newtab block button blocks the site [r=me]
...
Update test to check middle click not blocking by potentially triggering the block() codepath in onClick.
2014-04-18 14:22:50 -07:00
Edward Lee
9e49a38d29
Bug 998163 - 8% Tp5 Optimized regression on inbound for most all platforms [r=adw]
...
Bug 998387 - Middle click on newtab block button blocks the site
Only add click listener once at the page level and filter/delegate click handling looking for primary/middle clicks.
2014-04-18 13:58:24 -07:00
Dão Gottwald
03de42ec13
Bug 997382 - The tab label and close button shouldn't be animated in closing tabs. r=jaws
2014-04-18 18:52:11 +02:00
Ryan VanderMeulen
ee76280adc
Merge inbound to m-c.
2014-04-17 22:31:17 -04:00
Florian Quèze
279816f19f
Bug 993495 - Update WebRTC UI and add test, r=felipe.
2014-04-18 00:37:59 +02:00
Praveenkumar
133de4becf
Bug 996632 - Close tab' option from the tab context menu should be active for the last tab. r=dao
2014-04-17 03:26:00 +02:00
Tim Taubert
c3a93c2128
Bug 966098 - Handle inactive/no windows case for "sync started" notification r=markh
2014-04-09 16:59:16 +02:00
Mike Conley
d5f90edd83
Bug 997227 - Entering and exiting tabview makes items in tabs toolbar collide with fullscreen button. r=Gijs, MattN.
2014-04-16 19:48:01 -04:00
Mike Conley
ab076913da
Backout 47845138fae1 (bug 996148) because the solution from bug 997227 is better. r=backout.
2014-04-16 19:47:32 -04:00
Florian Quèze
6e082922a8
Bug 971048 - Run language detection on webpages and display infobar when language is not the current UI locale, r=felipe.
2014-04-17 00:02:33 +02:00
Jared Wein
e52a9f66d5
Bug 985509 - Edit Bookmark panel button doesn't have an open state. r=mconley
...
--HG--
extra : rebase_source : 7b8ccb4da59629dda5102be02e4ec6eee219dc2a
2014-04-16 17:45:43 -04:00
Gavin Sharp
e8ca6f53e8
Bug 989825: remove broken Sync UI code, r=rnewman
...
--HG--
extra : transplant_source : %E2F%BD%9E%B9i%A3U%B6%98LP%C1%B1%C6%3B%EA%B8%D4U
2014-04-16 14:06:59 -07:00
Valentin Tsatskin
2672ecf027
Bug 986153 - Consolidate browser fonts. r=zaach, r=Unfocused
...
--HG--
rename : browser/base/content/aboutaccounts/fonts/clearsans-regular.woff => browser/base/content/fonts/ClearSans-Regular.woff
rename : browser/base/content/aboutaccounts/fonts/firasans-light.woff => browser/base/content/fonts/FiraSans-Light.woff
rename : browser/base/content/aboutaccounts/fonts/firasans-regular.woff => browser/base/content/fonts/FiraSans-Regular.woff
2014-04-16 17:04:47 -04:00
Carsten "Tomcat" Book
b2148d7f1c
merge fx-team to mozilla-central
2014-04-16 14:52:39 +02:00
Randell Jesup
44384d2552
Bug 993495: Update MediaManager UI r=jesup,florian,smaug
2014-04-16 02:22:19 -04:00
Nathan Froyd
e3346a5a98
Bug 996019 - fix browser_bug435325.js to not connect to example.com; r=ehsan
2014-04-15 16:14:10 -04:00
Mike Conley
a1b253d755
Bug 996148 - With tabs in titlebar disabled, the private browsing mask can be incorrectly positioned in certain modes. r=MattN.
...
The positioning of the private browsing mask depends on us correctly setting the fullscreen placeholder
width. Unfortunately, we only ever did that when kicking off the tabs-in-titlebar code. This patch makes
it so that we set the width regardless of whether or not tabs in titlebar is enabled.
2014-04-15 14:11:19 -04:00
Marco Bonardo
2b41888dd7
bug 959573 - Land UnifiedAutocomplete (disabled by default). rs=ttaubert
2014-04-14 13:10:16 +02:00
Dão Gottwald
59ff5a3d22
Bug 995626 - Fade in tab titles and close buttons when opening a tab. r=jaws
...
--HG--
extra : rebase_source : 1f0579ad698d3d54e5896ec2fbd60b9b56251234
2014-04-11 03:13:36 -04:00
Mark Hammond
df6265d9a7
Bug 992371 - Avoid promise rejection messages from FxAccounts. r=ttaubert
2014-04-10 17:13:53 +10:00
Ed Lee
a04b78f621
Bug 991210 - [new tab page] Tiles are sometimes arranged all in a single line (wrapping as appropriate, e.g. to two lines with 5 items and then 4 items), instead of 3x3 grid [r=adw]
...
Always Grid_init before "load", defer size calculation to "load", and only wait for links cache for site rendering. Clean up timers triggered from previous tests to avoid unexpected updates.
--HG--
extra : rebase_source : aba79dc12fd3660c50d8004197a6b2f5a23419cb
2014-04-15 12:14:09 -07:00
Ed Lee
72f2f5bf48
Bug 991111 - Middle clicks on tiles are not counted [r=adw]
...
Move the click listener to the xul window to correctly get the click event to filter for site-related clicks.
--HG--
extra : rebase_source : 3fd8b2c658a695fbc9aa79d09f461acaeef2078f
2014-04-15 12:14:08 -07:00
Ryan VanderMeulen
00f0552ac3
Backed out changeset 15877522f55d (bug 980360) for intermittent mochitest-dt failures.
2014-04-12 22:38:03 -04:00
Mike Conley
5573ca1b38
Bug 973694 - Fix glitchy-looking private browsing indicator on OS X when tabs in titlebar are disabled. r=MattN
...
This also has the benefit of fixing bug 989604.
2014-04-12 11:10:17 -04:00
Valentin Tsatskin
3e42a6aa2d
Bug 951618 - Always show the close button on the last tab. r=dao
2014-04-12 15:54:21 +02:00
Jared Wein
36eaaf4ce2
Bug 980360 - Fade in tab titles and close buttons when opening a tab. r=Gijs
2014-04-11 03:13:36 -04:00
Heather Arthur
fedc6105dc
Bug 939040 - Add eyedropper tool and include it in the color picker tooltip; r=pbrosset
2014-03-31 15:26:53 -07:00
Mike de Boer
418c886c28
Bug 989466: revert clip-path change made in bug 893661 to fix font scaling. r=dao
2014-04-11 14:36:33 +02:00
Maxim Zhilyaev
4521f6727d
Bug 993329 - Remove inline event handlers in newTab.xul [r=adw]
...
Add listener from page's init instead of inline.
--HG--
extra : rebase_source : 3a635d20bbb2b35caa23c4d7a5823172d066aee9
2014-04-10 23:15:59 -07:00
Gavin Sharp
4020424477
Properly disable the problematic portions of browser_aboutHome.js for bug 992485, undoing the dumb thing khuey did on a CLOSED TREE
2014-04-10 22:07:45 -04:00
Kyle Huey
661954ff3b
Bug 992485: Disable browser_aboutHome.js on this CLOSED TREE.
2014-04-10 16:52:42 -07:00
Tim Taubert
2d570228a2
Bug 616853 - Make the beforeunload prompt tab-modal r=dao,bz
2014-04-02 08:21:14 +02:00
Jared Wein
93ab79817f
Bug 993299 - Australis - There is no minimum width set in customization mode. r=mconley
2014-04-08 09:38:00 +02:00
Matthew Noorenberghe
1b9b5a6c2f
Bug 993802 - Re-enable browser_save_private_link_perwindowpb.js on Linux which bug 987404 accidentally re-disabled. r=markh
2014-04-08 19:02:00 +02:00
Tim Taubert
1f96da09e0
Bug 895359 - [New Tab Page] Switch from promise.js to Promise.jsm r=jaws
2014-04-09 11:43:11 +02:00
Olivier Yiptong
4ea3a48af1
Bug 992327 - Change directoryLinks and NewTabUtils to imageURI instead of imageURISpec [r=adw]
...
Replace reference data and uses of s/Spec//.
2014-04-08 17:02:24 -07:00
Maxim Zhilyaev
5fa30b4fe7
Bug 990977 - Sponsored tiles: don't expose explanation URL as a localizable string [r=adw]
...
Hardcode the url into xul instead of dtd.
2014-04-08 17:02:17 -07:00
Ryan VanderMeulen
2f2ac69120
Merge m-c to fx-team.
2014-04-08 18:25:06 -04:00
Ryan VanderMeulen
a3431ee9b8
Merge inbound to m-c.
2014-04-08 18:17:58 -04:00
Jared Wein
5b4d0804cb
Bug 971630 - Australis: Far right/left selected overflow tabs look bad on session restore. r=mconley
...
--HG--
extra : rebase_source : b0179a2890f7b59a6b855ee0d1433874f20b1698
2014-04-08 16:56:12 -04:00
Tim Taubert
c18e728b93
Bug 989083 - Stop leaking aCallback and remove aScope from asyncGetBookmarkIds r=mak
2014-03-30 21:49:28 +02:00
Dão Gottwald
b38529fe35
Bug 992526 - mCurrentBrowser should never be null. r=ttaubert
2014-04-08 17:02:37 +02:00
Ryan VanderMeulen
99055ac4b3
Merge m-c to fx-team.
2014-04-07 22:37:51 -04:00
Florian Quèze
f1a4d21492
Bug 991202 - The event callback of popup notifications should have a way to prevent the panel from showing, r=felipe.
...
--HG--
extra : rebase_source : 3005a199a081d8cc9aa803c0f7d6e426d8af03a0
2014-04-07 19:37:50 +02:00
Florian Quèze
accde734ef
Bug 974460 - Add translation icon to URL bar structure, r=felipe.
...
--HG--
extra : rebase_source : 0f91743c05b89d766686dbb2998ca5a6726746a1
2014-04-07 19:37:07 +02:00
Jan Beich
3539331a31
Bug 992593 - Remove File->Page setup menu item for other GTK/QT platforms as well. r=gavin
2014-04-05 15:43:00 -07:00
Phil Ringnalda
c5638212cb
Merge m-i to a CLOSED TREE m-c
2014-04-06 09:51:58 -07:00
Phil Ringnalda
6b9fe80941
Bug 992485 - Reduce browser-chrome logs by 1.2MB by not getting complaints while setting "background-color: undefined", rs=ttaubert
...
CLOSED TREE
2014-04-05 18:23:46 -07:00
Blake Kaplan
3745131216
Bug 899648 - Initial patch to make tab-modal prompts work. Original patch from Tom Schuster <evilpies@gmail.com>. r=dolske
2014-04-04 14:50:42 -07:00