Commit Graph

4637 Commits

Author SHA1 Message Date
Drew Willcoxon
a1af007ded Bug 1190366 - Fix accessibility labels for results in the urlbar. r=mak
--HG--
extra : commitid : 6xiS9VVv7U1
2015-08-08 15:16:08 +02:00
Drew Willcoxon
5ca042183f Bug 1176437 - Don't show fallback "Search with" result when the awesomebar is empty. r=mak 2015-08-07 15:00:08 -07:00
Olli Pettay
0e27942cc2 Bug 1191299 - ensure test_mousecapture.xul will work also in branches which don't have pointer events enabled, r+a=RyanVM, CLOSED TREE 2015-08-07 17:04:01 +03:00
Carsten "Tomcat" Book
bfa6580a77 merge mozilla-inbound to mozilla-central a=merge 2015-08-07 13:13:06 +02:00
Drew Willcoxon
63591bbd24 Bug 959567 - Change urlbar search suggestions from opt-out to opt-in, add opt-in prompt to urlbar popup. r=mak 2015-08-06 20:13:00 -07:00
Ehsan Akhgari
9c982244a4 Bug 1189759 - Part 1: Implement <xul:menuitem endimage> as a way to display an image at the end of a menu item; r=jaws 2015-08-06 13:38:04 -04:00
Jed Davis
f9cdea85fa Bug 1101100 - Multiprocess-enable nsWebBrowserPersist. r=billm
The high-level overview is that the parts of nsWebBrowserPersist which
access the DOM have been factored out (as WebBrowserPersistLocalDocument)
and abstracted (nsIWebBrowserPersistDocument) such that they can be
implemented in the cross-process case using IPC.
2015-08-05 14:25:39 -07:00
Carsten "Tomcat" Book
592d83d1f5 merge mozilla-inbound to mozilla-central a=merge 2015-08-05 13:12:59 +02:00
Wes Kocher
26d416417a Backed out changeset e87075045bf3 (bug 1180495) for browser_purgehistory_clears_sh.js e10s permafails CLOSED TREE 2015-08-04 15:51:45 -07:00
Ehsan Akhgari
f0163e1f6e Bug 1191123 - Make sure that DOMAudioPlaybackStarted/Stopped events are not cancelable; r=smaug 2015-08-04 21:09:19 -04:00
Ehsan Akhgari
778c91d13d Bug 1190082 - Rename media-playback and the related stuff to audio-playback; r=smaug
Given that we only dispatch this for audio, media-playback sounds
like a misnomer.
2015-08-04 21:07:41 -04:00
Felipe Gomes
bdf12fb5ec Bug 1180495 - [e10s] Ensure that clearing history also clears the session history of remote tabs. r=mconley 2015-08-04 14:15:57 -03:00
Mark Banner
0956f25bb8 Bug 1190440 - Add React License for latest versions of React. r=gerv 2015-08-04 21:01:00 +01:00
Ryan VanderMeulen
ba1fcc1f0a Merge m-c to fx-team. a=merge
CLOSED TREE
2015-08-04 15:55:24 -04:00
Carsten "Tomcat" Book
0141a51d55 Merge mozilla-central to mozilla-inbound 2015-08-04 13:35:10 +02:00
Sebastian Hengst
d473261264 Bug 1190782 - about:telemetry: CSS warnings about setting height and padding-top to 'NaNem'. r=gfritzsche 2015-08-04 11:49:42 +02:00
Dan Mosedale
d55fa0f2d7 Bug 1176280 - make links in Hello chat clickable, r=mikedeboer, r=gerv for license.html changes 2015-08-03 14:53:16 -07:00
Dão Gottwald
890907ce57 Bug 1190209 - tabbox.xml should still set the visuallyselected attribute. r=mconley
CLOSED TREE
2015-08-02 12:50:00 -04:00
Mike Conley
d9bdc6c0c8 Bug 1190344 - Add outerWindowID read-only property to editor binding. r=ehsan
--HG--
extra : rebase_source : 075dcc430a215cdeecb9c2695abd03a02950778e
2015-08-04 13:04:31 -04:00
Marco Bonardo
19e86a8419 Bug 1172937 - Action row doesn't always update correctly with unified autocomplete. r=adw
Original patch by Felipe Gomes <felipc@gmail.com>

--HG--
extra : commitid : Cen9r3nQixn
2015-07-30 16:54:27 +02:00
Ryan VanderMeulen
4bd08c521b Merge m-c to inbound. a=merge 2015-07-30 16:09:17 -04:00
Dão Gottwald
3509d8e6bc Bug 1187219 - Remove _visuallySelected, _logicallySelected from tabbox.xml, avoid code duplication with tabbrowser.xml. r=mconley 2015-07-29 17:33:31 +02:00
Ryan VanderMeulen
0cdb86e630 Merge fx-team to m-c. a=merge 2015-07-29 13:49:24 -04:00
Jimmy Wang
df7dcddd7e Bug 1040947 - Opening page info from a remote tab is sluggish. r=florian 2015-07-08 17:18:38 -04:00
Nikhil Marathe
079c3d0a1b Bug 1188937 - Only add Push API interfaces to build if the feature is enabled. r=kitcambridge
--HG--
extra : commitid : BRZ0gZEecxz
extra : amend_source : fb91b88616e837bf5e09a6a19c31acb1b94e4e64
extra : transplant_source : %84W%27%B8%40A%7F%26%04%0E%C6%A9%13o%25%D4SOD6
2015-07-29 09:12:51 -07:00
Neil Deakin
832b22079d Bug 1099491, e10s, middle click over autoscroll cursor doesn't close it, r=felipe 2015-07-29 06:30:06 -04:00
Carsten "Tomcat" Book
060e1dcfe0 Backed out changeset 7edc58c272f1 (bug 1075089) for causing OS X 10.6 marionette failures in test_single_finger_desktop.py testSingleFingerMouse.test_double_tap on a CLOSED TREE 2015-07-31 14:49:40 +02:00
Nick Robson
58f8aa5dac Bug 1075089 - Moved popup menu frame offset to LookAndFeel, fixed default offset for OS X. r=enn 2015-07-30 15:00:00 +02:00
Eitan Isaacson
3055640112 Bug 1184626 - Add a per-process push message listener. r=smaug
--HG--
rename : dom/push/PushServiceChildPreload.js => dom/push/PushServiceChildPreload.jsm
extra : commitid : JVUONa2Klhc
extra : transplant_source : %8D%A86%94%B2%D7%3F%99%D6%C0%BE/%D8%8A%60%95%EE4%CCt
2015-07-17 14:54:38 -07:00
Geoff Lankow
bb305ad6c5 Bug 1177370 - TabAttrModified event when visuallyselected attribute changes; r=mconley 2015-07-23 13:03:01 +12:00
Andrea Marchesini
5509be2d98 Bug 1185303 - HTMLMediaElement should not be paused when visibility changed and when muted by the AudioChannel policy, r=ehsan 2015-07-22 00:04:57 +01:00
Marco Bonardo
9ea56c4310 Bug 1047613 - Reduce awesomebar results pane flickering. r=adw
--HG--
extra : commitid : Dk3cmu4UgbL
2015-07-21 10:57:39 +02:00
Boris Zbarsky
a435429163 Bug 909154. Remove the prefixed mozRequestAnimationFrame and its accoutrements. r=bkelly 2015-07-20 10:14:24 -04:00
Carsten "Tomcat" Book
0551dfb053 merge mozilla-inbound to mozilla-central a=merge 2015-07-20 11:36:42 +02:00
Justin Dolske
1d2b719b44 bug 1076833 - extra logging to help diagose intermittent orange. 2015-07-17 12:15:14 -07:00
George Wright
d9c58c62bb Bug 1168691 - Preserve the text direction for the select element itself r=mconley 2015-07-13 22:03:51 -04:00
Jan-Ivar Bruaroey
c49c2b6556 Bug 1184426 - Unprefix RTCIceCandidatePairStats.priority (formerly mozPriority). r=bwc, r=smaug
--HG--
extra : transplant_source : %5C%F5Yk%F3%90A%99%89%0F%0AW%CB-%1333FTQ
2015-07-15 22:43:37 -04:00
Andrea Marchesini
4d18f7a4df Bug 1183700 - Don't prevent playback of media elements in a muted tab on desktop, r=ehsan
--HG--
rename : toolkit/content/tests/browser/browser_mediaPlayback.js => toolkit/content/tests/browser/browser_mediaPlayback_mute.js
rename : toolkit/content/tests/browser/browser_mute.js => toolkit/content/tests/browser/browser_mute2.js
rename : toolkit/content/tests/browser/file_mediaPlayback.html => toolkit/content/tests/browser/file_mediaPlayback2.html
rename : toolkit/content/tests/browser/file_mediaPlaybackFrame.html => toolkit/content/tests/browser/file_mediaPlaybackFrame2.html
2015-07-16 19:34:30 +01:00
Neil Rashbrook
b8b129d285 Bug 1029937 Use superior XUL implementation for badged buttons to avoid reflows r=Gijs 2015-07-15 21:13:24 +01:00
Magnus Melin
422a1bbf1d Bug 1152517 - Recipient autocomplete wrongly considers last mouse-hovered contact from results dropdown "selected" and then uses that unintended, random recipient upon blur (via Tab, Enter, or when moving to subject or body). r=mak
--HG--
extra : rebase_source : 8b11a0a5d6b9a41fbe3102ff17f83f452d1601b9
2015-07-15 16:22:54 +03:00
Neil Deakin
6f23584db6 Bug 1178373, recreate menulist to prevent maintaining any state between the two test parts, r=test-only 2015-07-14 16:03:54 -04:00
Boris Zbarsky
64fe037420 Bug 1181762. Remove uses of mozRequestAnimationFrame from toolkit code. r=gijs 2015-07-14 15:28:57 -04:00
Carsten "Tomcat" Book
4d0773212e merge mozilla-inbound to mozilla-central a=merge 2015-07-14 12:23:09 +02:00
Mark Capella
86564eb5cd Bug 1121515 - Update test results to match new expected behaviour, r=roc 2015-07-13 20:15:47 -04:00
Sylvestre Ledru
2cfaca06a1 Bug 1176533 - Rename the variable MOZ_APP_VERSION_ABOUT for something more general r=glandium
--HG--
rename : browser/config/version_about.txt => browser/config/version_display.txt
2015-07-11 19:37:54 -06:00
Sylvestre Ledru
81f419951c Bug 1145171 - Show the detailed version in about:support (usefull for beta, no impact for the rest) r=dolske 2015-07-11 19:36:42 -06:00
Geoff Brown
52d4e225a0 Bug 1026290 - Update mochitest-chrome manifests for android; r=jgriffin 2015-07-10 14:41:59 -06:00
Carsten "Tomcat" Book
faca8471fb merge mozilla-inbound to mozilla-central a=merge 2015-07-10 12:17:18 +02:00
Wes Kocher
97bb5a6f42 Merge m-c to fx-team, a=merge 2015-07-09 18:08:05 -07:00
Neil Rashbrook
1170dbe319 Bug 1129957 - RemoteWebNavigation doesn't accept postdata or headers. r=Mossop 2015-07-09 12:18:11 -05:00