Commit Graph

21308 Commits

Author SHA1 Message Date
Wes Kocher
e875772511 Backed out changeset 58ba97597854 (bug 947914) for introducing a new intermittently failing browser-chrome test 2014-02-20 19:05:16 -08:00
Wes Kocher
8539cd2209 Backed out 5 changesets (bug 326743) for m-oth failures
Backed out changeset d498b3fa8908 (bug 326743)
Backed out changeset 820d24250606 (bug 326743)
Backed out changeset 334ddf5ad1fb (bug 326743)
Backed out changeset becbe15a0b5d (bug 326743)
Backed out changeset dbc693bc48c5 (bug 326743)
2014-02-20 16:30:26 -08:00
Mike de Boer
a829ba4860 Bug 326743: update tests to know about the Find Clipboard on OSX. r=Unfocused 2014-02-20 20:49:50 +01:00
Mike de Boer
507cee41f5 Bug 326743: use cmd-e to set find-in-page search term to currently selected text. r=Unfocused 2014-02-20 20:49:45 +01:00
Gijs Kruitbosch
666a1bd1d8 Bug 970321 - Australis' UITour: make menu panel not break if tour tab is opened in new window, r=Unfocused 2014-02-20 22:42:33 +00:00
Mihaela Velimiroviciu
aec52d5a34 Bug 947914 - tests for panel menu default buttons existence and functionality, r=gijs 2014-01-24 15:24:34 +02:00
Carsten "Tomcat" Book
6bfd8eda72 merge fx-team to mozilla-central 2014-02-20 12:55:32 +01:00
Dão Gottwald
ed577eed04 Bug 970020 - Remove min-width from urlbar-input-box that's not useful anymore since urlbar-container has a min-width. r=jaws 2014-02-20 08:02:14 +01:00
Makoto Kato
6e9d82170d Bug 973489 - Part 1. Support toast notification on desktop mode. r=jimm 2014-02-20 11:28:57 +09:00
Ryan VanderMeulen
a25e1a410f Merge inbound to m-c. 2014-02-19 15:37:55 -05:00
Ryan VanderMeulen
b9164deb9a Merge fx-team to m-c. 2014-02-19 15:35:01 -05:00
Gregor Wagner
f37b226c93 Bug 974100 - Don't expose SettingsService in non b2g builds. r=bent 2014-02-19 10:26:49 -08:00
Mihai Sucan
4ada48fe50 Bug 952190 - Pretty output for native objects from chrome windows; r=past 2014-02-19 14:33:56 +02:00
Mihai Sucan
7742d28613 Bug 955820 - console.group doesn't group messages when timestamps are disabled; r=robcee 2014-02-18 22:10:41 +02:00
Tim Abraldes
b49f182048 bug 952121. When uninstalling a metro-enabled Firefox whose CommandExecuteHandler is the current "DelegateExecute" handler for our file and protocol handlers, remove the "DelegateExecute" value from our file and protocol handlers. r=bbondy 2014-02-19 09:00:14 -08:00
Jim Mathies
2a2b6839aa Bug 974364 - Decrease the command execute handler heart beat timer to decrease restart delays. r=bbondy 2014-02-19 09:50:51 -06:00
Wes Kocher
ee4dc7e89c Merge m-c to fx-team 2014-02-18 19:10:03 -08:00
Justin Dolske
b3fea90acd Bug 967349 - PopupNotifications should support a "Learn More" link. r=mattn 2014-02-18 19:05:34 -08:00
Wes Kocher
e94ae59d91 Merge inbound to m-c 2014-02-18 18:49:28 -08:00
Heather Arthur
ac3c1e3b02 Bug 973741 - Linked CSS file path is wrong when server directory is same as file directory; r=pbrosset
--HG--
rename : browser/devtools/styleeditor/test/sourcemaps.css => browser/devtools/styleeditor/test/sourcemap-css/sourcemaps.css
rename : browser/devtools/styleeditor/test/sourcemaps.css.map => browser/devtools/styleeditor/test/sourcemap-css/sourcemaps.css.map
rename : browser/devtools/styleeditor/test/sourcemaps.scss => browser/devtools/styleeditor/test/sourcemap-sass/sourcemaps.scss
2014-02-18 13:47:26 -08:00
Ryan VanderMeulen
77e1eb4e84 Merge m-c to inbound. 2014-02-18 15:25:07 -05:00
Ryan VanderMeulen
6bcf42d1bf Merge inbound to m-c. 2014-02-18 15:18:19 -05:00
Ryan VanderMeulen
12c242f94b Bug 973974 - Disable browser_profiler* tests for frequent crashes/timeouts. 2014-02-18 12:37:46 -05:00
Ed Morley
e25f3268a0 Backed out changeset 6ea78f586fdc (bug 972797) for browser-chrome failures 2014-02-18 16:52:15 +00:00
Georg Fritzsche
9efded2c0a Bug 896418 - Improve naming for CtP popupNotification centerActions. r=jaws 2014-02-17 14:41:10 +01:00
Aleh Zasypkin
889428e517 Bug 972428 - Grippers not appearing under the URL field when adding text. Handle both XUL and HTML input elements. r=jimm 2014-02-14 18:32:13 +01:00
Marina Samuel
ea7ba95d42 Bug 950174: Part 2: Form data and scroll position save and restore. r=mbrubeck 2014-02-19 11:28:04 -05:00
Marina Samuel
ace2ecf6af Bug 950174: Part 1: Move required session store files from browser/ to toolkit/modules. r=gps, ttaubert
--HG--
rename : browser/components/sessionstore/src/FormData.jsm => toolkit/modules/sessionstore/FormData.jsm
rename : browser/components/sessionstore/src/ScrollPosition.jsm => toolkit/modules/sessionstore/ScrollPosition.jsm
rename : browser/components/sessionstore/src/XPathGenerator.jsm => toolkit/modules/sessionstore/XPathGenerator.jsm
2014-02-19 11:28:00 -05:00
Henri Kinnunen
394c0be056 Bug 922161 - hide Browser Console JS input field if devtools.chrome.enabled is false; r=msucan 2014-02-19 14:38:39 +02:00
David Rajchenbach-Teller
b31dd6e9c1 Bug 972797 - More telemetry on SessionStore data collection. r=ttaubert 2014-02-18 09:20:26 -05:00
Ryan VanderMeulen
e6a295e593 Merge m-c to fx-team. 2014-02-18 15:24:27 -05:00
Gijs Kruitbosch
ed2a40f7a9 Bug 949297 - adjust warning message severity for Australis customizableUI widget removals, r=jaws 2014-02-18 18:31:26 +00:00
Gijs Kruitbosch
c935f2fbd9 Bug 969780 - Australis - places controller gets lost if bookmarks button is moved to overflow or moved outside of customize mode, r=mak
--HG--
extra : rebase_source : dca1ab1dd901468f9dacaff4b7466c27bef84b47
2014-02-18 18:29:51 +00:00
David Rajchenbach-Teller
84fd72b7c8 Bug 972797 - More telemetry on SessionStore data collection. r=ttaubert 2014-02-18 18:51:23 +01:00
Brian Grinstead
cd5ddb8a04 Bug 972064 - Fix Spectrum.js warning in browser console. r=jwalker 2014-02-13 11:54:05 -06:00
Steve Fink
b7a26f20aa Bug 961314 - Make hazard mozconfig avoid the stuff that breaks the analysis, r=glandium
DONTBUILD because nothing uses it yet. I will land a mozharness change later that will enable it.

--HG--
rename : browser/config/mozconfigs/hazards => browser/config/mozconfigs/linux64/hazards
2014-02-12 22:38:26 -08:00
Honza Bambas
91218ee3b4 Bug 967693 - Temporarily turn on HTTP cache v2 on for Desktop Firefox Nightly users, r=jduell+ehsan 2014-02-18 19:06:06 +01:00
Aleh Zasypkin
040a9e3ea2 Bug 960484 - Download button should notify user on every completed download in case of multiple downloads. Signaling via concentric ring effect. r=sfoster 2014-02-12 22:00:02 +01:00
Boopathi K
6f572ed617 Bug 934177 - [App manager] Make "Hosted" and "Packaged" strings localizable. r=jryans 2014-02-18 09:20:24 -05:00
Manish Goregaokar
8ae96543e5 Bug 910670 - Preference for proxy autologin. r=adw 2014-02-18 09:20:24 -05:00
Dão Gottwald
3984f3139b Bug 973189 - Get rid of the browser.ctrlTab.recentlyUsedLimit pref. r=ttaubert
--HG--
extra : rebase_source : 353e5533fa5c88624a0c3e94170c131485841609
2014-02-18 14:44:31 +01:00
Dão Gottwald
d26056bd87 Bug 966698 - Tabs toolbar shouldn't have a top margin in fullscreen mode. r=Gijs
--HG--
extra : rebase_source : f40fdd8ef1bf2c1fea9ba0dfa7d60136e700297c
2014-02-18 14:44:04 +01:00
Tim Taubert
4768f19be3 Bug 966124 - focusing the "Manage" link in Sync preferences produces a weird huge focus outline r=markh 2014-02-18 12:16:44 +01:00
Tim Taubert
d14b51a9c5 Bug 971258 - Sync email should not be bold in the Australis menu r=markh 2014-02-18 11:27:42 +01:00
Tim Taubert
0f98e74c72 Bug 967197 - "Create Account" and "Sign In" links in Sync preferences should go to separate pages r=markh 2014-02-18 12:05:13 +01:00
Phil Ringnalda
f6cb06c649 Merge f-t to m-c 2014-02-17 20:56:06 -08:00
Phil Ringnalda
243fc36595 Merge m-c to f-t 2014-02-17 15:27:12 -08:00
Masatoshi Kimura
efe4a42cf0 Bug 973313 - Remove reference to vccorlib. r=jimm 2014-02-18 01:20:19 +09:00
Georg Fritzsche
b30796027d Bug 971171 - Measure with telemetry how many times people see about:newtab. r=ttaubert,bsmedberg 2014-02-14 12:00:49 +01:00
Girish Sharma
a58a6ffb25 Bug 971276 - Hitting enter should insert the currently selected item from an autocomplete list in the Style Editor, r=harth 2014-02-16 13:56:26 +05:30