J. Ryan Stinnett
79ff031964
Bug 912121 - Update misc. DevTools paths and comments. rs=devtools
2015-09-21 12:07:31 -05:00
J. Ryan Stinnett
1fcbd86174
Bug 912121 - Rewrite require / import to match source tree. rs=devtools
...
In a following patch, all DevTools moz.build files will use DevToolsModules to
install JS modules at a path that corresponds directly to their source tree
location. Here we rewrite all require and import calls to match the new
location that these files are installed to.
2015-09-21 12:04:18 -05:00
Phil Ringnalda
d9222b9a18
Merge f-t to m-c, a=merge
2015-09-18 21:46:16 -07:00
Randall Barker
d6a39687fb
Bug 1166961 - Show click to play button on Fennec when autoplay is blocked. r=mfinkle
2015-09-16 16:22:00 +02:00
Wes Kocher
16a989a7b0
Merge m-c to inbound, a=merge CLOSED TREE
2015-09-17 15:27:39 -07:00
Wes Kocher
f8d3714e05
Merge inbound to central, a=merge
2015-09-17 14:59:11 -07:00
Mike Conley
263b1fbc67
Bug 1199434 - Send printer error messages to the parent process to report to the user. r=Mossop
...
The printing back-end used to be in charge of opening up an error dialog
when things go wrong with printing. Now we fire an event and let PrintUtils
do the work of showing the error message. This has the added bonus of making
the error messages work with e10s.
2015-09-16 16:12:54 -04:00
Neil Deakin
f11b887349
Bug 1191897, add a flag for popups which allow shortcut keys to not be consumed, fixes shortcuts not working when an e10s select popup is open, r=neil
2015-09-17 11:20:33 -04:00
Georg Fritzsche
ac9f8aa607
Bug 1178768 - Fix about:telemetry 'change' buttons to work on Android. r=margaret
2015-09-16 15:48:57 +07:00
Dão Gottwald
1a194d0568
Bug 1204845 - Remove the menuitem-iconic-both binding. r=enndeakin
2015-09-17 10:13:27 +02:00
Wes Kocher
34e9dbc511
Merge mozilla-inbound to m-c a=merge CLOSED TREE
2015-09-16 10:52:53 -07:00
Justin Dolske
ebc761036d
Bug 1204154 - Clean up jar manifests that needlessly specify the source file. r=dao
2015-09-15 18:33:57 -07:00
JW Wang
7172710f9f
Bug 1076833 - take snapshots only after network suspended. r=jya.
2015-09-15 10:56:21 +08:00
Justin Dolske
e5f503f473
Bug 1198525 - Fix about:rights in Nightly and Developer edition, r=mossop, r=mfinkle
2015-09-14 13:43:51 +05:30
Shu-yu Guo
45211869c8
Bug 1202902 - Mass replace toplevel 'let' with 'var' in preparation for global lexical scope. (rs=jorendorff)
2015-09-15 11:19:45 -07:00
Jordan Santell
fbf1c50df4
Bug 1204173 - Add licensing information for Redux. r=gerv
2015-09-15 10:40:42 -07:00
Jonathan Kew
f415b60549
Bug 1200098 - patch 2 - Remove the data-shrinker copyright notice that was added for graphite 1.3.0; no longer present in release 1.3.2. r=gerv
2015-09-11 12:31:59 +01:00
Nick Robson
1f2a39fbae
Bug 1194337 - Context menu positioned incorrectly on OSX. r=enn
2015-09-09 14:50:00 +01:00
Carsten "Tomcat" Book
c7883cea3b
merge mozilla-inbound to mozilla-central a=merge
2015-09-09 14:04:59 +02:00
Matthew Noorenberghe
1d07753be3
Bug 1192492 - Support masking of passwords in XUL tree columns. r=Enn,smaug
...
rs=smaug on the webidl change
IGNORE IDL due to only adding a const
2015-09-07 14:25:45 -07:00
Jim Mathies
182e9b9454
Bug 1199765 - Add support to TabParent for querying the active state of remote browsers. r=Mossop
2015-09-04 08:42:01 -05:00
Ehsan Akhgari
a659288022
Bug 1194842 - Fix the width calculation of the textbox for editable XUL tree cells in RTL mode; r=jaws
2015-09-08 20:08:33 -04:00
Carsten "Tomcat" Book
a6ff6a0c61
merge mozilla-inbound to mozilla-central a=merge
2015-09-03 13:14:37 +02:00
Francois Marier
77b2282d48
Bug 1198586 - Add Disconnect's GPL notice to about:license. r=gerv
2015-09-02 15:38:50 -07:00
Drew Willcoxon
af9f433fe6
Bug 1190368 - Suppress a11y focus event when UnifiedComplete is enabled and the urlbar popup's first item is selected. r=mak
2015-09-02 11:44:23 -07:00
rthyberg
eab8dd2cd1
Bug 1171382 - Add logic to not render empty keyed histograms. r=gfritzsche
2015-08-26 12:57:00 -04:00
Ursula
1899fd0235
Bug 1197927 - Sanitize throws exception if browser goes away too quickly. r=felipe
2015-08-24 14:34:56 -04:00
Ehsan Akhgari
559da3d613
Bug 1196361 - Remove the media.useAudioChannelService pref; r=baku
...
We need to rely on the audio channel service for all products now,
so supporting running without it seems pointless at this point.
2015-08-19 21:00:18 -04:00
Ryan VanderMeulen
b14bdb432b
Merge fx-team to m-c. a=merge
2015-08-14 09:20:58 -04:00
YFdyh000
bf1212ed23
Bug 1194503 - make appendNotification not set accesskey="undefined" if passed a structure with no accesskey, r=gijs
2015-08-13 21:38:00 +01:00
Nick Robson
97eeb3e821
Bug 1075089 - Move popup menu frame offset to LookAndFeel and fix default offset for OS X. r=Enn
2015-08-04 16:41:00 -04:00
Ryan VanderMeulen
2bba6eff71
Merge fx-team to m-c. a=merge
2015-08-11 10:52:41 -04:00
Felipe Gomes
b144e060da
Bug 1180495 - [e10s] Ensure that clearing history also clears the session history of remote tabs. r=mconley
2015-08-10 16:15:11 -03:00
Neil Deakin
ca76cffd22
Bug 1134585, remove cpow usage from view selection source, r=mconley
2015-08-10 09:42:51 -04:00
Jonathan Kew
a1c3bc381b
Bug 1191167 pt 2 - Add data-shrinker license to about:license. r=gerv
2015-08-10 09:39:15 +01:00
Drew Willcoxon
0084b952e7
Bug 1190366 - Fix accessibility labels for results in the urlbar. r=mak
2015-08-08 15:16:08 +02:00
Drew Willcoxon
8781905fe7
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
e2b2e4d3f1
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
98c3e14bf0
merge mozilla-inbound to mozilla-central a=merge
2015-08-07 13:13:06 +02:00
Drew Willcoxon
de96a9bd3d
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
c4a44bcb9b
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
45f3942d89
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
b0c6601acf
merge mozilla-inbound to mozilla-central a=merge
2015-08-05 13:12:59 +02:00
Wes Kocher
09be7b2122
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
6cb7806562
Bug 1191123 - Make sure that DOMAudioPlaybackStarted/Stopped events are not cancelable; r=smaug
2015-08-04 21:09:19 -04:00
Ehsan Akhgari
fc6b13788a
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
2b1f07bdca
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
4a436a17fd
Bug 1190440 - Add React License for latest versions of React. r=gerv
2015-08-04 21:01:00 +01:00
Ryan VanderMeulen
ccbfd39738
Merge m-c to fx-team. a=merge
...
CLOSED TREE
2015-08-04 15:55:24 -04:00
Carsten "Tomcat" Book
d5a633b9c7
Merge mozilla-central to mozilla-inbound
2015-08-04 13:35:10 +02:00