Commit Graph

4892 Commits

Author SHA1 Message Date
Gijs Kruitbosch
0a197aae91 Bug 1088710 - part 2: make it work on e10s, r=mconley
MozReview-Commit-ID: FhlfqJ1gmjR

--HG--
extra : rebase_source : 915ecec63d95583114f2c01894748dfda4025321
2016-02-24 15:24:20 +00:00
Marco Bonardo
41b0a29fd2 Bug 976940 - FormHistory.update() should call handleError if form history is disabled and the operation is not a removal. r=markh
MozReview-Commit-ID: 94FRqGofGsP

--HG--
extra : rebase_source : 331405028ece42f48a8d160edbbe308e4353bc98
2016-02-22 18:17:43 +01:00
Olli Pettay
e80ba3add6 Bug 1249439 - xul:browser adds itself as a strong observer to observer service, r=gijs
--HG--
extra : rebase_source : a2b0012e57d9998504986f8b2b6072f199701fef
2016-02-19 20:18:39 +02:00
Carsten "Tomcat" Book
9953166abf Backed out changeset ef81c79f6266 (bug 1249439) 2016-02-19 14:18:22 +01:00
Olli Pettay
26b2647326 Bug 1249439 - xul:browser adds itself as a strong observer to observer service, r=gijs
--HG--
extra : rebase_source : 11f0cfcec615751c97c8632480c32400825ebe25
2016-02-19 13:10:22 +02:00
Mark Banner
6d679c357f Bug 1245666 - Add license for Loop's slideshow code. r=gerv
--HG--
extra : commitid : LLvlgh1UroT
2016-02-18 10:13:34 +00:00
Carsten "Tomcat" Book
c2a42c6ad4 merge fx-team to mozilla-central a=merge 2016-02-17 12:07:39 +01:00
Dave Townsend
688e1344df Bug 1245916: Add additional browser window scripts to eslint globals. r=felipe
This adds more of the scripts that browser.js relies on and also makes
browser-chrome head files import the browser.js globals.

The MOZ_JSDOWNLOADS block in contentAreaUtils only seems to hide a single
function, I don't see any need to keep hiding that now we're on by default.

MozReview-Commit-ID: 5zvF3JtJrZG

--HG--
extra : rebase_source : 94daff602b51d7ad57a24872d9eba9b304cf2da9
extra : source : b554c7ce41c42f16c2279ae88fd9567da7509bff
2016-02-05 12:16:39 -08:00
Xidorn Quan
18be918951 Bug 743198 part 9 - Use unprefixed Fullscreen API in tests. r=smaug
--HG--
extra : source : da91d7fdadd82fcb7201c237d79c8708d532e371
2016-02-17 08:47:11 +08:00
Xidorn Quan
0671ebf899 Bug 743198 part 8 - Use unprefixed Fullscreen API in chrome code. r=smaug
--HG--
extra : source : a8b39fbf3673e59b0a41db2d748e092a87d4496c
2016-02-17 08:47:11 +08:00
Botond Ballo
ef68053e5c Bug 1238137 - Telemetry pings for main thread autoscrolling. r=mconley
--HG--
extra : commitid : DbDCoiFw70B
extra : rebase_source : 4c1ffe4eca68b4da86da32d0467890b10a386f3c
extra : histedit_source : 0d8990d8229788a691ff14298529787c5de6a253
2016-02-05 18:01:27 -05:00
Phil Ringnalda
a6d7a8a0ce Merge m-i to m-c, a=merge 2016-02-13 19:18:53 -08:00
Carsten "Tomcat" Book
177835f782 Merge mozilla-central to fx-team 2016-02-12 15:21:12 +01:00
Carsten "Tomcat" Book
b0531843fe merge mozilla-inbound to mozilla-central a=merge 2016-02-12 15:15:17 +01:00
Mike de Boer
ffd140607c Bug 1245813: add documentation to explain more about what swapDocShells does and, most importantly, does not do with respect to messageManagers. r=smaug 2016-02-12 13:23:01 +01:00
Carsten "Tomcat" Book
5d0f68bb3f Merge mozilla-central to fx-team 2016-02-11 11:57:05 +01:00
Carsten "Tomcat" Book
bbe3d019dc merge mozilla-inbound to mozilla-central a=merge 2016-02-11 11:52:01 +01:00
Steffen Wilberg
deb846be89 Bug 1246128: F11 displays the audio container in fullscreen instead of the browser. r=bz
MozReview-Commit-ID: IWKJvwDaFsG

--HG--
extra : rebase_source : 7e23ddd384b01282b6c05412764061ebbda5c49a
extra : source : baf5dfffbc347cef3d7152f5b5d7ad7408a3f69d
2016-02-07 17:55:48 +01:00
Vince Tieu
396f41105b Bug 524757 - "Add architecture and operating system to about:support". r=adw 2016-02-09 15:57:00 +01:00
Kris Maglione
6af71ef16a Bug 1213895: Part 2 - Do not use ellipsis in cropped toolbarbutton badge text. r=bwinton
--HG--
extra : commitid : Gm6XJUXPq0i
extra : rebase_source : 79b214fbf1404361bdc5ee39e7e42e5b8ce463a9
2016-02-08 14:35:55 -08:00
Wes Kocher
610f3f5dbb Backed out changeset baf5dfffbc34 (bug 1246128) for an ESLint failure a=backout
--HG--
extra : commitid : 7d6FFCRVMJc
2016-02-08 16:47:51 -08:00
Steffen Wilberg
5f3cb73159 Bug 1246128: F11 displays the audio container in fullscreen instead of the browser. r=bz
MozReview-Commit-ID: IWKJvwDaFsG

--HG--
extra : rebase_source : 9a6d7e44236f37991c6501a281ba7de9ca55d1c0
extra : amend_source : 0debf792d5cde0f76a5580fcf91fb6fb2f4d48a6
2016-02-07 17:55:48 +01:00
Dave Townsend
aad445ae43 Bug 1245649: Enable no-nested-ternary. r=mconley
--HG--
extra : commitid : 197imYXFNid
extra : rebase_source : ce71773fbd8f57118ba30ab395524d9200c42162
2016-02-03 21:17:16 -08:00
Dave Townsend
7a3b0231b9 Bug 1245649: Enable no-negated-in-lhs, no-native-reassign, no-func-assign and no-labels. r=MattN
--HG--
extra : commitid : KgoID6JTBTw
extra : rebase_source : e12b04768b497a335abfbc2be75aae5458cced43
2016-02-03 20:47:08 -08:00
Dave Townsend
c8e4d5fbbc Bug 1245649: Turn on use-isnan, no-unexpected-multiline, no-octal and no-self-compare. r=MattN
--HG--
extra : commitid : oKFzhSyf1r
extra : rebase_source : 0d31d93961cdfb2e5e467e0c7f28edb4ab14a083
2016-02-03 18:21:30 -08:00
Dave Townsend
e496a11771 Bug 1245649: Turn on no-extra-semi. r=markh
--HG--
extra : commitid : HReQFPDOA6x
extra : rebase_source : 303a92f511c3c9dd2d26135975d4dc7c85e823b3
2016-02-03 17:27:36 -08:00
Dave Townsend
33281c75f0 Bug 1245649: Turn on linebreak-style. r=Gijs
--HG--
extra : commitid : 7JJb4UFNKj9
extra : rebase_source : 5c30f388ad82d3b73ce7d14c71a48a1f0ed84db7
2016-02-03 17:04:56 -08:00
Dave Townsend
0a6414b898 Bug 1245649: Turn on no-trailing-spaces. r=Gijs
--HG--
extra : commitid : F2OWKTvXUO4
extra : rebase_source : ec68631342e0edc59d77b6bab1cdc975ad175327
2016-02-03 14:22:33 -08:00
Dave Townsend
541b00204a Bug 1245649: Merge browser and toolkit eslint rule settings. r=felipe
--HG--
extra : commitid : DrYPQokQp9O
extra : rebase_source : e0bacf124280ecdbeccfc34dbf66fd80f5a9d296
2016-02-03 13:12:18 -08:00
Mike de Boer
a8f73b8d27 Bug 1154277: Part 2 - support running Social API documents to run in a remote browser, i.e. the content process. f=mixedpuppy, r=Standard8 2016-02-04 12:50:06 +01:00
Phil Ringnalda
d29ad54afa Merge f-t to m-c, a=merge 2016-01-31 17:52:17 -08:00
Phil Ringnalda
9f2e22e0ac Back out e8d8faa25955 (bug 1241111) for breaking platform.ini, a=bustage 2016-01-31 10:01:22 -08:00
Gijs Kruitbosch
957e08a3bd Bug 1219215 - part 1: remove window-drag bindings and other callers of WindowDraggingUtils, replace with using window-dragging region everywhere, r=dao,felipe
--HG--
extra : commitid : 5eXAZOQmmPY
extra : rebase_source : ff9d7691e203697caddb3a9f2de6cb676a15a6b4
extra : histedit_source : 8c3f2681850b5dd6ee8f26e7b8d9e00f2e4122a8
2016-01-18 15:32:14 +00:00
Drew Willcoxon
85ec17cdc2 Bug 1233672 - Properly encode/decode moz-action URIs. r=mak 2016-01-29 14:02:15 -08:00
Mike Conley
f0718773f5 Bug 1243643 - Deprecate unsafe CPOW usage in contentAreaUtils' saveImage. r=jld
--HG--
extra : commitid : 6cuCDa7OEaU
extra : rebase_source : 1628b0ef02ff2b9be46c6ef12e572f80a7f855aa
2016-01-28 16:23:30 -05:00
Shane Caraveo
5f98155cad Bug 1037483 adopt microformats-shiv for microformats v2 support, r=tantek 2016-01-29 10:58:45 -08:00
Georg Fritzsche
23fb0b9b97 Bug 1241111 - Allow overriding SOURCE_REV_URL, SOURCE_REPO, SOURCE_CHANGESET. r=ted 2016-01-29 18:42:51 +01:00
Phil Ringnalda
9dc941a05d Backed out 5 changesets (bug 1245916) for browser-chrome and devtools bustages
CLOSED TREE

Backed out changeset 70eca07367f4 (bug 1245916)
Backed out changeset 04c1740aa499 (bug 1245916)
Backed out changeset b554c7ce41c4 (bug 1245916)
Backed out changeset 01675e4828b5 (bug 1245916)
Backed out changeset 878db4caf845 (bug 1245916)
2016-02-15 13:58:27 -08:00
Paul Kerr [:pkerr]
447a27169b Bug 1209252: add buttons to clear session and signaling logs. r=jib, r=sicking 2016-01-27 16:05:10 -08:00
Mike Conley
c41732b8a2 Bug 1233497 - Disable tests that use fillInPageTooltip for e10s. r=Enn
--HG--
extra : commitid : HgypbNMmqWJ
extra : rebase_source : 79c6c34a0d35f34b959bc7a0890cf587dd8cde0c
2016-01-05 13:52:38 -05:00
Wes Kocher
5db3056dd4 Backed out 2 changesets (bug 1037483) for many ESLint failures
Backed out changeset de364648e24c (bug 1037483)
Backed out changeset c697940b6f5c (bug 1037483)

--HG--
extra : commitid : Dze5NbyixG6
2016-01-26 11:26:23 -08:00
Shane Caraveo
71d96c6ddf Bug 1037483 adopt microformats-shiv for microformats v2 support, r=tantek 2016-01-26 10:52:59 -08:00
Carsten "Tomcat" Book
41d8030f77 merge mozilla-inbound to mozilla-central a=merge 2016-01-26 11:53:21 +01:00
Drew Willcoxon
9c91646152 Bug 1236364 - Don't reuse existing richlistitem in urlbar when handling a delete. r=mak 2016-01-25 10:13:26 -08:00
Phil Ringnalda
49a9478019 Merge m-c to m-i 2016-01-23 18:18:48 -08:00
Phil Ringnalda
6aeccf0426 Merge f-t to m-c, a=merge 2016-01-23 18:11:37 -08:00
Kit Cambridge
942b8f74cd Bug 1239584, Part 2 - Remove message manager usage from PushService.jsm. r=dragana
--HG--
extra : commitid : E25BNJCu4Wo
extra : rebase_source : 35d653077881c5736611745cf81463118040b0b5
2016-01-13 22:24:37 -07:00
Andrea Marchesini
df8b566adc Bug 1241893 - Remove non-used properties strings about about:profiles, r=ehsan 2016-01-23 01:51:35 +00:00
simplyblue
7d8bac9a35 Bug 1172454 - The about:telemetry environment section should have expandable subsections. r=gfritzsche 2016-01-17 13:10:45 +05:30
Carsten "Tomcat" Book
3d3ee3ca4a Merge mozilla-central to fx-team 2016-01-21 12:30:07 +01:00