Commit Graph

4749 Commits

Author SHA1 Message Date
Carsten "Tomcat" Book
87ca5f5de2 Merge mozilla-central to mozilla-inbound 2015-11-05 12:15:35 +01:00
Steffen Wilberg
9f7aafb6cf Bug 1213568: Maximize standalone video when pressing F11. r=bz
--HG--
extra : commitid : MYYsTaF8BS
extra : rebase_source : 97d336cf5133140a044edade08a9ded1bf46b4e0
2015-10-10 00:27:49 +02:00
Carsten "Tomcat" Book
c1d1624064 Merge mozilla-central to mozilla-inbound 2015-11-03 12:12:18 +01:00
Wes Kocher
902cea2b9a Merge m-c to fx-team, a=merge
--HG--
extra : commitid : 9dyZ3yocWTJ
2015-11-02 15:59:07 -08:00
Wes Kocher
3696443a14 Merge inbound to m-c a=merge
--HG--
extra : commitid : Iy93sktRpdv
2015-11-02 15:12:16 -08:00
Chris H-C
3193935f35 Bug 1220376 - Use %1$S instead of %1$s. r=gfritzsche
'%1$s' only takes the first character of the format parameter.

--HG--
extra : commitid : 1VbdalRLYyh
extra : amend_source : de65bdb1099a3cbd627f15216091a0b085569260
2015-11-02 06:37:00 -08:00
Gijs Kruitbosch
fbf89fb02e Bug 120684 - use ChromeNodeList in toolkit's listboxes' selectedItems implementation, r=dao,smaug
--HG--
extra : commitid : DzQPAIbbhpX
extra : rebase_source : 4bd9ac283e1c789c2577dc5d4cc85511f35ac27d
2015-10-26 17:25:29 +01:00
Wes Kocher
59aa271131 Merge m-c to inbound, a=merge
--HG--
rename : webapprt/application.ini.in => webapprt/webapprt.ini
extra : commitid : BR0bpNo1yny
2015-10-30 16:57:55 -07:00
Ehsan Akhgari
91329749b1 Bug 1202085 - Part 2: Add an optional document argument to imgICache::FindEntryProperties(); r=seth 2015-10-30 16:03:09 -04:00
Marco Bonardo
0757435b88 Bug 1192505 - location bar suggestions disappear if mouse moves. r=adw 2015-10-29 11:11:09 +01:00
Paolo Amadini
b75a370510 Bug 1207089 - Telemetry for permission notifications. r=MattN,vladan
--HG--
extra : commitid : HfXAsBdp6Ji
extra : rebase_source : 2bdc1ac79b043a6d35a0dc85b541c460055ab84b
2015-10-27 14:24:51 +00:00
Xidorn Quan
1a693cf130 Bug 962249 part 3 - Add Window.scrollMin{X,Y} (chrome-only) and convert most of scrollMaxX uses and part of scrollMaxY uses to combinations with the new properties. r=roc,bz
--HG--
extra : source : a07399cae357020c4f6dd33dac16eae82882cc83
2015-10-27 13:38:02 +09:00
Xidorn Quan
9c39f97e15 Bug 962249 part 1 - Add Element.scroll{Top,Left}Min (chrome-only) and convert most of scrollLeftMax uses and part of scrollTopMax uses to combinations with the new properties. r=roc,bz
--HG--
extra : source : 06ea81fe3f64c072d100e42b76678eaa9fb7448c
2015-10-27 13:38:02 +09:00
Eddy Bruel
4bc69d6082 Bug 1216566 - Fix a bug in nsIServiceWorkerManager.getAllRegistrations;r=catalinb 2015-11-02 15:04:41 +01:00
Eddy Bruel
e12ab5ca8b Bug 1219205 - ServiceWorkerInfo should be an XPCOM object;r=catalinb 2015-11-05 07:15:49 +01:00
Nick Robson
acd22ee0b8 Bug 1216284 - Tooltips do not flip correctly on OSX. r=enndeakin
--HG--
extra : rebase_source : fb1847a65adfd3d80cd0dc45e30d49729d840eff
2015-11-02 14:26:00 +01:00
Luis Miguel [:quicksaver]
d81d41d803 Bug 1198465 - Ensure any typed value in the findbar overrides any previous search query and the initial prefill value. r=mikedeboer 2015-10-22 04:18:00 +02:00
Chris H-C
d8dfb0be08 bug 1163971 - Bring the System Info section up just below Environment Data so that data from the root ping is all in one place. r=gfritzsche 2015-10-29 07:37:00 +01:00
Chris H-C
1957bd852a bug 1163971 - Add a simple select to about:telemetry to allow viewing child payloads, when present. r=gfritzsche 2015-10-29 07:36:00 +01:00
Steffen Wilberg
c235eaa461 Bug 1215249 - Keyboard shortcuts don't work with local media files without explicitly focusing the <video> element. r=bz
--HG--
extra : commitid : 2ALBehXJur4
extra : rebase_source : cf59e14cd5f6b908c43afcb1185ca8b1a5e92c8d
extra : amend_source : 941cb7b3b5c5ce41ab917534851aaad47f29fb12
2015-10-16 22:36:40 +02:00
Gijs Kruitbosch
182520fa90 Bug 1071631 - fix findbar re-filling in last character, r=mikedeboer
--HG--
extra : commitid : 3KDFc8SayaU
extra : rebase_source : 01e8ca9fdcf52e3380ef4b634d1134e9a83ad422
2015-10-19 21:20:29 +01:00
Wes Kocher
cf26a3fcc7 Merge m-c to fx-team, a=merge 2015-10-22 16:58:03 -07:00
Felipe Gomes
2c6636669c Bug 1217044 - Experiment branch should be displayed in about:support. r=bsmedberg 2015-10-22 21:37:05 -02:00
Phil Ringnalda
9ea53214d8 Merge f-t to m-c, a=merge 2015-10-17 11:19:46 -07:00
Wes Kocher
1662b03a4f Merge m-c to inbound, a=merge 2015-10-16 12:30:35 -07:00
Iaroslav (yarik) Sheptykin
e3f623f36e Bug 1140512: Ensure FindBar communicates properly with content after remoteness change. r=mikedeboer 2015-10-15 15:13:54 +02:00
Vladan Djeric
a2c41b67dc Bug 1178083: Fix chromehang symbolication code in about:telemetry. r=gfritzsche 2015-10-15 13:51:23 -04:00
Ehsan Akhgari
d94c126262 Bug 994063 - Properly disable the quick-find bar only if an editable element is focused, or if the document is in design mode; r=mikedeboer 2015-10-16 12:43:30 -04:00
Wes Kocher
403b53b231 Merge m-c to fx-team, a=merge 2015-10-15 11:38:00 -07:00
Wes Kocher
ac656a7d21 Merge inbound to central, a=merge 2015-10-15 11:17:56 -07:00
Gijs Kruitbosch
9453c32647 Bug 1162635 - flatten notification styles on Windows and Linux, r=dao
--HG--
extra : commitid : 8dPIxhXV8wl
extra : rebase_source : 53203f85e91fc99f9716f054bb4410803e59f33b
extra : histedit_source : f037b5dbb6cb94bf9ca8e2aa3a9177aa15463f97
2015-10-14 16:52:46 +01:00
Alexandre Poirot
89cb263b54 Bug 1204812 - Keep Console.jsm in toolkit/modules/ r=jryans,Mossop
--HG--
rename : devtools/shared/Console.jsm => toolkit/modules/Console.jsm
2015-10-15 03:45:22 -07:00
Jordan Santell
cd1103e7d0 Bug 1213138 - Add react-redux library to developer tools. r=gerv 2015-10-14 10:07:59 -07:00
Nathan Froyd
70573b80f5 Bug 1164921 - part 3 - make more things depend on CONFIG[MOZ_ANDROID_CXX_STL]; r=glandium 2015-10-15 16:32:25 +09:00
Gijs Kruitbosch
83bbfbe68e Bug 1047595 - make picking colors work in HCM / when author colors are disabled, r=jaws
--HG--
extra : commitid : 6czZkr7SAqT
extra : rebase_source : cbb0635bfa7ae983e1fbf86c19d3612250c140b2
2015-10-13 13:24:14 +01:00
Tooru Fujisawa
65e2703499 Bug 1217082 - Remove for-each from toolkit/. r=Gijs
--HG--
extra : commitid : Ewr7Bixammr
extra : rebase_source : 91e560a7b8b8d4b78debb1db2512867262b18375
2015-10-19 04:57:14 +09:00
Wes Kocher
c52b5a2511 Merge m-c to fx-team, a=merge 2015-10-09 16:46:49 -07:00
Neil Deakin
40faae43d4 Bug 1131626, fix autoscroll tests to work in e10s, r=felipe 2015-10-09 08:50:13 -04:00
Neil Deakin
79a594a069 Bug 1200870, allow -1 as a value to popup.moveTo, r=tn 2015-10-09 08:50:13 -04:00
Steffen Wilberg
42308fe6a6 Bug 1119049 - Keyboard shortcuts should work in MediaDocuments without explicitly focusing the media element. r=bz
--HG--
extra : commitid : 1pFjSo5cBNc
extra : rebase_source : 91d4ddd382c9e8607b61eafa6fa17724a35c212f
extra : amend_source : 3a170b92b18759e767e8fe45505d0c446c273b37
2015-10-04 13:04:55 +02:00
Carsten "Tomcat" Book
6e07fc601b Merge m-c to fx-team 2015-10-08 16:11:56 +02:00
Sebastian Hengst
112744948b Bug 1210347 - Don't automatically uppercase the first character of the connection types in about:webrtc. r=mikedeboer 2015-10-08 12:55:57 +02:00
Wes Kocher
399a23b6c1 Merge inbound to m-c a=merge 2015-10-07 10:29:41 -07:00
Carsten "Tomcat" Book
08997000eb Backed out 2 changesets (bug 1202902) to recking bug 1202902 to be able to reopen inbound on a CLOSED TREE
Backed out changeset 647025383676 (bug 1202902)
Backed out changeset d70c7fe532c6 (bug 1202902)
2015-10-07 14:03:21 +02:00
Sebastian Hengst
cdcff6d0a7 Backed out changeset c6b267589d0d (bug 1202902) for Mulet Reftest, W3C Platform Test and other failures. r=backout a=backout on a CLOSED TREE 2015-10-07 13:36:26 +02:00
Xidorn Quan
965a30f6ea Bug 1196247 - Hide findbar without animation when entering DOM fullscreen. r=mikedeboer
--HG--
extra : source : 9dc1d62b85172813dc0ef9d055cdcc487dc84329
2015-10-07 16:53:43 +11:00
Mike Conley
f29c98bfde Bug 1110511 - Move tab-crashing test helper function to BrowserTestUtils.jsm r=felipe
--HG--
extra : commitid : 4ACRUHc4rlx
extra : source : 0eb0dda094b30354a84991e430a0e49320fde52b
extra : amend_source : 32bd586ee11bb38ddb733ced6d86179b051b7f96
2015-09-29 16:44:50 -04:00
Wes Kocher
c1121ee892 Backed out 6 changesets (bug 1110511) for automation timeouts in mochitest-bc suites
Backed out changeset eddfd7f32a1c (bug 1110511)
Backed out changeset 0eb0dda094b3 (bug 1110511)
Backed out changeset 8e20cd68ca78 (bug 1110511)
Backed out changeset c7b983f65568 (bug 1110511)
Backed out changeset 219d86f78b6b (bug 1110511)
Backed out changeset 0e055b648e10 (bug 1110511)
2015-10-05 16:38:03 -07:00
Mike Conley
8f9fdedf8f Bug 1110511 - Move tab-crashing test helper function to BrowserTestUtils.jsm r=felipe
--HG--
extra : commitid : 3btc3brhudn
extra : rebase_source : 9e9cdf816b78eeeda4157a428b5d5e7fd1632b04
2015-09-29 16:44:50 -04:00
Carsten "Tomcat" Book
e7ef778c9d Backed out 1 changesets (bug 1202902) for causing merge conflicts to mozilla-central
Backed out changeset cfc1820361f5 (bug 1202902)

--HG--
extra : rebase_source : 5d3db72337754bc7ab0ed0c30b2896100411ff92
2015-10-07 12:13:45 +02:00