Commit Graph

8129 Commits

Author SHA1 Message Date
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
Matthew Noorenberghe
df0f3f0956 Bug 973855 - [Australis] Include browser-bottombox in the customization mode padding. r=jaws 2014-04-04 00:23:44 -07:00
Jan Beich
95ffdf1e19 Bug 948946 - Use private-browsing indicator with GTK theme on non-Linux as well. r=MattN 2014-04-03 02:22:00 +02:00
Valentin Tsatskin
6837cd6fe3 Bug 968509 - Move about:certerror from components to content. r=Unfocused
--HG--
rename : browser/components/certerror/content/aboutCertError.css => browser/base/content/aboutcerterror/aboutCertError.css
rename : browser/components/certerror/content/aboutCertError.xhtml => browser/base/content/aboutcerterror/aboutCertError.xhtml
rename : browser/components/certerror/test/browser_bug431826.js => browser/base/content/test/general/browser_bug431826.js
rename : browser/components/certerror/test/browser_bug633691.js => browser/base/content/test/general/browser_bug633691.js
2014-04-03 00:39:02 -07:00
Mark Hammond
7136abf330 Bug 991057 - avoid continuing to initialize about:accounts if it has started closing. r=ttaubert 2014-04-03 18:20:54 +11:00
Mike Conley
9f2ed6b948 Bug 984455 - Bookmarks menu and toolbar context menus can be broken after underflowing from nav-bar chevron. r=mak,mdeboer,Gijs. 2014-03-28 10:30:00 -04:00
Jared Wein
fb7441e902 Bug 991254 - [about:home] RTL + HiDPI shows the Restore Previous Session button really large. r=mikedeboer 2014-04-04 16:01:39 -07:00
Mark Hammond
bca2d16ead Bug 987468 - remove sync delayed notification. r=ttaubert 2014-04-03 09:56:59 +11:00
Ryan VanderMeulen
d57e3ee7c2 Backed out changeset 8b94363b10f1 (bug 984455) for debug OSX mochitest-bc failures. 2014-04-02 14:48:13 -04:00
Ed Morley
757c230f65 Merge mozilla-central and fx-team 2014-04-02 18:25:23 +01:00
Carsten "Tomcat" Book
4ec1d90211 merge fx-team to mozilla-central 2014-04-02 15:56:06 +02:00
Ed Morley
b8e1625bb0 Backed out changeset 535756591289 (bug 939040) for ticking an assertion after the latest m-c merge; CLOSED TREE 2014-04-02 09:29:16 +01:00
Richard Newman
d3e0a0369a Bug 990872 - Eliminate Places dependency in Sync utils. r=gps 2014-04-01 21:33:42 -07:00
Jan Horak
a792b82fba Bug 423434 - Remove File/Page setup from app menu and browser menubar in Linux. r=gavin 2014-04-02 11:17:21 -04:00
Ryan VanderMeulen
6a8b93fcf9 Merge m-c to fx-team. 2014-04-01 16:47:14 -04:00
Ryan VanderMeulen
52484dbcb0 Merge inbound to m-c. 2014-04-01 16:45:00 -04:00
Heather Arthur
f927c8c973 Bug 939040 - Add eyedropper tool and include it in the color picker tooltip; r=pbrosset 2014-03-31 15:26:53 -07:00
Mike Conley
e364d801e7 Bug 984455 - Bookmarks menu and toolbar context menus can be broken after underflowing from nav-bar chevron. r=mak,mdeboer,Gijs. 2014-03-28 10:30:00 -04:00
Mark Hammond
763885adb1 Bug 987404 - Disable failing mochitest-browser tests in e10s. r=ted. 2014-04-02 10:53:55 +11:00
Masayuki Nakano
a63f35fff1 Bug 984271 part.2 Rename nsEventStateManager to mozilla::EventStateManager r=smaug
--HG--
rename : dom/events/nsEventStateManager.cpp => dom/events/EventStateManager.cpp
rename : dom/events/nsEventStateManager.h => dom/events/EventStateManager.h
2014-04-01 13:09:23 +09:00
Wes Kocher
63b9dd398e Backed out changeset 3f245df4a3cd (bug 974745) for frequently turning Jetpack tests orange. 2014-03-31 15:00:06 -07:00
Asaf Romano
1dd342a6e3 Backout bug 977730 due to bustage [CLOSED TREE] 2014-03-31 21:55:15 +03:00
Gijs Kruitbosch
68a5c4b748 Bug 988191 - change to WCAG algorithm for titlebar font, r=jaws 2014-03-29 22:08:20 +00:00
Asaf Romano
b7e2875e88 Bug 977730 - Count total pages visited by all test users. r=bsmedberg. 2014-03-31 20:47:11 +03:00
Mike Connor
6003bee3a2 bug 940685 - open about:home instead of searchForm if the search bar isn't available, r=gavin
--HG--
extra : rebase_source : 2bd877e984aab76cd3cdca3973a5f40952c6e1e1
2014-03-31 11:58:03 -04:00
Valentin Tsatskin
bde96be7d9 Bug 985824 - Search for link text context menu item should pay attention to selection. r=Unfocused 2014-04-01 08:57:24 -04:00
Tim Taubert
cf0546a764 Bug 969405 - Skip browser_lastAccessedTab.js on Windows because of intermittent failures due to Date.now() being non-monotonic r=adw 2014-03-31 13:16:37 +02:00
Asaf Romano
752d2666e4 Bug 977730 - Count total pages visited by all test users. r=bsmedberg. 2014-04-01 11:27:03 +03:00
Wes Kocher
57614a1474 Backed out changeset 8032e6ff1372 (bug 939040) for Windows mochitest-4 failures. 2014-03-31 17:02:29 -07:00
Maxim Zhilyaev
8569521d43 Bug 974745 - Create click event on Sponsored Tiles to show explanation panel [r=adw]
Have the page know how to show a panel on a sponsored icon click.
2014-03-31 01:51:23 -07:00
Heather Arthur
412e884d65 Bug 939040 - Add eyedropper tool and include it in the color picker tooltip; r=pbrosset 2014-03-31 15:26:53 -07:00
Paolo Amadini
8e98374f53 Bug 989984 - getShortcutOrURIAndPostData should have a synchronous callback behavior. r=mano 2014-03-31 15:22:18 +02:00
Maxim Zhilyaev
2719440ad9 Bug 974745 - Create click event on Sponsored Tiles to show explanation panel [r=adw]
Have the page know how to show a panel on a sponsored icon click.
2014-03-31 01:51:23 -07:00
Maxim Zhilyaev
4a387a93b4 Bug 975210 - Augment Site._render logic to allow for Sponsored Tiles images & text [r=adw]
For type={affiliate,organic,sponsored} tiles, show the appropriate imageURISpec instead of thumbnail.
2014-03-31 01:51:23 -07:00
Maxim Zhilyaev
3734e8f647 Bug 974736 - Add icon to title bar of Sponsored Tiles [r=adw]
Also fixes bug 976638 by moving controls.png to the shared directory.
Add an always visible sponsored icon for tiles that are type=sponsored. Also add ignorehover to the cell to prevent styling when pointing at the sponsored icon that happens to be a child of the cell.
2014-03-31 01:51:22 -07:00
Ed Lee
43351de41e Bug 972936 - Overall impressions metrics for New Tab [r=adw]
Add a histogram for each of the 3 directory link types and count how many were shown.
2014-03-31 01:51:22 -07:00
Ed Lee
cb6817d738 Bug 972930 - Clicks (raw number) for tiles [r=adw]
Provide an array of expected directory link types to count how many were clicked.
2014-03-31 01:51:22 -07:00
Olivier Yiptong
ff05a5a71a Bug 975228 - Create logic to merge frecency-pages and Tiles (Tile equiv 1000 frecency) [r=adw]
Use DirectoryLinksProvider for Firefox and make PlacesProvider match in expected Links format.
Make sure there's at least 2 of each type so Telemetry doesn't know for sure which links were used.
2014-03-31 01:51:21 -07:00
Drew Willcoxon
5911ea4ee6 Bug 911307 - Reflect changes to top sites immediately in about:newtab (part 2, front-end patch). r=ttaubert 2014-03-28 23:31:05 -07:00
Phil Ringnalda
d969de5efb Back out 43663582cfdb (bug 987404) because it looks like it disabled things even without e10s being defined 2014-03-30 23:18:57 -07:00
Mark Hammond
d2d06f28f8 Bug 987404 - Disable failing mochitest-browser tests in e10s. r=ted. 2014-03-31 14:11:49 +11:00
Phil Ringnalda
a160ec0d23 Backed out 2 changesets (bug 911307) for frequent timeouts in browser_newtab_perwindow_private_browsing.js
Backed out changeset 70638b7c97f1 (bug 911307)
Backed out changeset 3951f7e82b4c (bug 911307)
2014-03-29 12:13:11 -07:00
Drew Willcoxon
1d7cde8400 Bug 911307 - Reflect changes to top sites immediately in about:newtab (part 2, front-end patch). r=ttaubert 2014-03-28 23:31:05 -07:00
Mike de Boer
d4d9a90d4d Bug 987461: prevent bookmark menu button dropmarker icon to stretch when placed in certain toolbars. r=Gijs 2014-03-28 14:58:44 +01:00