Commit Graph

10398 Commits

Author SHA1 Message Date
Ed Lee
90c9a6f633 Bug 1055261 - Reduce new tab performance impact by only attempting to show 5 columns (from 8) [r=adw] 2014-08-18 20:36:04 -07:00
Alex Bardas
6ff70f9c17 Bug 1054600 - Refactor AboutHomeListener & browser.js document URI checks. r=adw 2014-08-18 17:27:35 -07:00
Alex Bardas
eda17f764c Bug 1054776: Ctrl+K should focus the search bar if it is in the toolbar. r=adw 2014-08-18 17:27:33 -07:00
Bernardo P. Rittmeyer
29a48d1281 Bug 1054712 - Remove duplicate logic from tabbrowser and search bar by using the getImageURLForResolution helper function in PlacesUtils. r=MattN 2014-08-18 14:33:00 -07:00
Bernardo P. Rittmeyer
e5c228e808 Bug 1052174 - Applied -moz-resolution fragment to favicons to enable support for high resolution throughout the UI. r=MattN 2014-08-18 14:42:00 -07:00
Nicholas Nethercote
096656f46a Bug 1050036 (part 1) - Make browser_fxa_oauth.js not depend on pldhash enumeration order. r=roc.
--HG--
extra : rebase_source : a1bad5393e66855b9947315e39559c8feae082d7
2014-08-17 15:42:10 -07:00
Alli Grant
583d37f568 Bug 803812 - Include brandShortName in restart text and update localization key. r=Unfocused 2014-08-17 00:36:18 -05:00
Dão Gottwald
1d204b2160 Bug 990322 - Don't show multiple thumbnails from the same base domain. r=adw 2014-08-09 00:57:46 +02:00
Ed Lee
d81895b599 Bug 1026561 - The New Tab Page should be smarter about showing more tiles when on large screens [r=adw]
Bump up default columns to fit most Firefox users including 2560px wide resolutions.
2014-08-16 20:57:16 -07:00
Andrea
32a967fa88 Bug 991427 - Check if the last character of the string is part of a surrogate pair when truncating text for display in the context menu, to avoid splitting surrogate pairs, r=gavin 2014-08-16 17:06:10 -07:00
Mike Conley
29344471e8 Backing out 3031346b1104 (bug 1050447) for not fixing the bug at all. 2014-08-16 15:44:10 -04:00
Matthew Noorenberghe
bc1c7b6c1d Bug 1054411 - Cancel the HTTP requests in browser_keywordSearch.js to avoid making network contact. r=adw 2014-08-15 16:48:06 -07:00
Shane Caraveo
7d9041304c Bug 1014332 test cleanups that better address some async issues, r=jaws 2014-08-15 14:23:24 -07:00
Shane Caraveo
08ae54b590 Bug 1014332 fix context menu tests to handle share, r=jaws 2014-08-15 14:23:24 -07:00
Shane Caraveo
405e400185 Bug 1014332 enable share button by default with default selection of share providers, r=jaws 2014-08-15 14:23:23 -07:00
Ryan VanderMeulen
be330ee55b Merge m-c to fx-team. a=merge 2014-08-15 17:07:24 -04:00
Ryan VanderMeulen
9c4e668647 Merge fx-team to m-c. a=merge 2014-08-15 16:22:55 -04:00
Alex Bardas
02337431c7 Bug 1041678 - CTRL/Command K should goto search bar in new tab if open, rather than opening about:home. r=Gijs, r=adw 2014-08-14 15:48:00 -04:00
Richard Marti
2864da5d9e Bug 989469 - Move the common files from browser to global. r=Unfocused
--HG--
rename : browser/themes/linux/in-content/common.css => toolkit/themes/linux/global/in-content/common.css
rename : browser/themes/osx/in-content/common.css => toolkit/themes/osx/global/in-content/common.css
rename : browser/themes/shared/in-content/check.png => toolkit/themes/shared/in-content/check.png
rename : browser/themes/shared/in-content/check@2x.png => toolkit/themes/shared/in-content/check@2x.png
rename : browser/themes/shared/in-content/common.inc.css => toolkit/themes/shared/in-content/common.inc.css
rename : browser/themes/shared/in-content/dropdown-disabled.png => toolkit/themes/shared/in-content/dropdown-disabled.png
rename : browser/themes/shared/in-content/dropdown-disabled@2x.png => toolkit/themes/shared/in-content/dropdown-disabled@2x.png
rename : browser/themes/shared/in-content/dropdown.png => toolkit/themes/shared/in-content/dropdown.png
rename : browser/themes/shared/in-content/dropdown@2x.png => toolkit/themes/shared/in-content/dropdown@2x.png
rename : browser/themes/shared/in-content/help-glyph.png => toolkit/themes/shared/in-content/help-glyph.png
rename : browser/themes/shared/in-content/help-glyph@2x.png => toolkit/themes/shared/in-content/help-glyph@2x.png
rename : browser/themes/shared/in-content/sorter.png => toolkit/themes/shared/in-content/sorter.png
rename : browser/themes/shared/in-content/sorter@2x.png => toolkit/themes/shared/in-content/sorter@2x.png
rename : browser/themes/windows/in-content/common.css => toolkit/themes/windows/global/in-content/common.css
2014-08-12 20:54:40 +02:00
Ed Morley
cbcdd8a796 Backed out changeset ad5e5e0f18ea (bug 1026561) for intermittent test failures 2014-08-15 16:21:41 +01:00
Mike Conley
141477bfbd Bug 1050447 - Skip focusing content if we're opening a new about:blank or about:newtab tab. r=Unfocused.
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 : ce4239e776b58992ccec65d2ade578e68978240c%2Cb9bded035324f4bdc3e6533c1edffb8dc0107ff3
2014-08-15 10:42:37 -04:00
Ed Lee
5626bfe92f Bug 1026561 - The New Tab Page should be smarter about showing more tiles when on large screens [r=adw]
Bump up default columns to fit most Firefox users including 2560px wide resolutions.
2014-08-15 02:40:20 -07:00
Ed Lee
fd8aade4c4 Bug 1045769 - Adjust new tab whitespace: whitespace sizing, positioning of undo box [r=adw]
Move undo box to the top left above the seach box which now contains its appropriate padding.
2014-08-14 17:03:46 -07:00
Ed Lee
f0c1aae7dc Bug 1053937 - Visiting localhost prevents later tiles from being shown [r=adw]
Fallback to asciiHost when IP/insufficient levels. Update tests to localhost to trigger failure codepath.
2014-08-14 17:03:46 -07:00
Gijs Kruitbosch
cd45e2edac Bug 1053245 - ignore number-only hosts in showing notification bars for keyword URI redirection, r=jaws
--HG--
extra : rebase_source : bd1932037f7b2db212db5943a12ae7d377b49bbe
2014-08-13 21:04:03 +01:00
Gijs Kruitbosch
520b15271a Bug 1043372 - sharing indicator in main menu for keyboard accessibility, r=florian,ui-r=phlsa
--HG--
extra : rebase_source : e9beec954c65b126c2653032066b4c1e276e6929
2014-08-08 13:34:46 +01:00
Gijs Kruitbosch
c9a9e21bb2 Bug 1052750 - try to fix intermittent timeouts in browser urlbar search test by waiting for focus on the newly opened window, rs=firebot 2014-08-13 10:56:52 +01:00
Alex Bardas
c1dd1b81cb Bug 1052750 - Added info logs for test, r=gijs 2014-08-12 15:13:00 +01:00
Ryan VanderMeulen
d5a4ba923d Merge inbound to m-c. a=merge 2014-08-12 16:24:50 -04:00
Ryan VanderMeulen
cde20a0f37 Backed out changesets ac87dabb3890, 753ebd9be952, and 4dbbffc0b5cd (bug 1014332) for causing bug 1052762. 2014-08-12 16:20:00 -04:00
Shane Caraveo
f379328092 Bug 1014332 fix context menu tests to handle share, r=jaws 2014-08-12 11:04:05 -07:00
Shane Caraveo
4bc6b9c1be Bug 1014332 enable share button by default with default selection of share providers, r=jaws 2014-08-12 11:04:04 -07:00
Richard Marti
357c2078bf Bug 1052316 - Add a min-width to the netError button. r=Unfocused 2014-08-12 10:56:59 +02:00
Bernardo P. Rittmeyer
a9eee42790 Bug 1041845 - Apply image-rendering: -moz-crisp-edges style to favicons throughout the UI when resolution is 2dppx. r=MattN 2014-08-11 14:03:00 -04:00
Alexander Seleznev
21884d692c Bug 1052379 - Fix text color in search field on about:home page, r=gijs 2014-08-12 04:44:00 +01:00
Alex Bardas
2c69b9411c Bug 1048513 - location bar: In Private Browsing mode Firefox shouldn't save browser.fixup.domainwhitelist.* entries. r=Gijs 2014-08-11 13:54:00 +01:00
Allison Naaktgeboren
2bf5772323 Bug 1030451-Update spellchecker context menu suggestions for multiprocess.r=billm 2014-08-11 13:07:54 -07:00
Martijn Wargers
4d71b5379f Bug 1032878 - Fix for various failing mochitest-plain/-chrome tests. r=jmaher, r=akachkach, r=surkov, r=cpearce 2014-08-10 20:03:50 -07:00
Ed Morley
62b7aa6b87 Merge mozilla-central and inbound 2014-08-12 17:56:08 +01:00
Alex Bardas
0647fe4544 Bug 999293 - [e10s] Make charset menu work. r=adw 2014-08-13 13:29:00 -04:00
Tom Schuster
4346420610 Bug 1054221 - [e10s] Make special link click behave correctly on about:newtab. r=jimm 2014-08-15 15:28:10 +02:00
Georg Fritzsche
db980a370f Bug 862563 - Remove implicit acceptance for data reporting notification and notify on first run. r=gps
The data reporting notification was over-complicated. It wasn't
displayed for +24hr after first run and it had a weird, non-required
policy around what constituted acceptance of the policy.

The notification is now shown shortly after first startup.

The logic around "notification accepted" has been greatly simplified by
rolling it into "notification shown." Where we once were checking
whether the notification has been "accepted," we now check whether it
has been displayed. The overly complicated logic around the implicit
acceptance of the policy has also been removed.

The end result is the code for managing the state of the notification is
greatly simplified.
2014-07-09 14:32:29 -07:00
Matthew Noorenberghe
1f7356d529 Bug 1048664 - Fallback to /favicon.ico if an imageDocument is too large to use as a tab icon. r=dao ui-r=phlsa 2014-08-09 02:11:27 -07:00
Ryan VanderMeulen
834e51bc80 Merge fx-team to m-c. a=merge
--HG--
extra : amend_source : 35bb2e9e2b827884507d4fcf12c69150baa3c4b3
2014-08-08 16:17:12 -04:00
Daniel Holbert
abbc77f1fc Bug 1032922 part 2: Rename flex-basis's "auto" keyword to "main-size" (but retain "flex:auto" as shorthand for "1 1 main-size"). r=heycam 2014-08-07 22:11:48 -07:00
Dão Gottwald
62fad0f19e Bug 1022064 - fix messed up test annotations 2014-08-08 16:03:46 +02:00
Gijs Kruitbosch
ef039d5851 Bug 962007 - use correctly-cased accessKey property for ctp access keys, r=dao
--HG--
extra : rebase_source : f1a24ed25774a8f28cede9051874fa8aa1763ac1
2014-08-07 18:12:23 +01:00
Valentin Tsatskin
b1eb2d2892 Bug 1000625 - Merge xul and html common.css rules and update netError to match style. r=jaws, r=Unfocused, ui-r=mmaslaney
--HG--
extra : rebase_source : 630aa57db4f5aa188076651741357d6cde87f2ed
2014-08-07 12:56:35 +02:00
Gijs Kruitbosch
d9eef29f70 Bug 1049545 - use a mutation observer instead of a timeout to wait for the notification, r=mak
--HG--
extra : rebase_source : cdab7bb1fb64d167750de48ed5be92cbd0f1cd1c
2014-08-07 10:55:19 +01:00
Wes Kocher
659f33fb19 Merge m-c to fx-team on a CLOSED TREE 2014-08-05 17:38:06 -07:00