Commit Graph

495747 Commits

Author SHA1 Message Date
Ehsan Akhgari
4a51ebacfa Bug 1310378 - Remove support for mozwidget; r=baku 2016-10-17 13:15:36 -04:00
Ehsan Akhgari
e2fdfd7548 Bug 1310366 - Remove support for app redirects; r=baku 2016-10-17 13:15:36 -04:00
Ehsan Akhgari
2680a1d8e9 Bug 1310097 - Remove MessageBroadcaster.jsm; r=myk 2016-10-17 13:15:36 -04:00
Neil Deakin
9214951d19 Bug 1305362, skip disabled menuitems in menulists on all platforms, r=ksteuber 2016-10-17 11:56:34 -04:00
Gabriele Svelto
ddc06141af Bug 1280484 - Add stack traces to the crash ping r=bsmedberg 2016-10-17 12:56:45 +02:00
Luke Wagner
8eaccfbc2e Bug 1310239 - Baldr: include field name in error message (r=bbouvier)
MozReview-Commit-ID: 4kQJsrrTSH0
2016-10-17 09:14:46 -05:00
Ehsan Akhgari
1978fee9f2 Bug 1310385 - Remove support for UndoManager; r=smaug
There hasn't been any traction on this feature, and we keep
paying the maintenance and code size and memory usage penalty
of having this implementation.

We can revive this from VCS history in the future if we decide
to start working on it again.  In the mean time, it's better
to remove it.
2016-10-17 10:06:11 -04:00
Ehsan Akhgari
80ad2ce758 Bug 1310436 - Remove support for verifying the presence of app in the presentation API; r=baku 2016-10-17 10:05:12 -04:00
Ehsan Akhgari
ceb6c867f9 Bug 1310350 - Fix the return value of nsDocShell::GetInheritPrivateBrowsingId(); r=baku
This function was mistakenly returning mPrivateBrowsingId instead of
mInheritPrivateBrowsingId.  Thankfully this function isn't being used
anywhere yet.
2016-10-17 10:05:12 -04:00
Masatoshi Kimura
bffddec572 Bug 1286694 - Part 2: Add TLS version configuration function to nsITLSServerSocket. r=dragana
MozReview-Commit-ID: CNiDXV9Um27

--HG--
extra : rebase_source : 8b96737d137977fe47f4deac861ba9c11c78ee21
extra : source : 8f53b724f0a483e7a6381c2647f0cb2bf33cbe92
2016-07-16 22:50:12 +09:00
Hannes Verschore
09a9fcf1ee Bug 1308220 - TraceLogger: generally report non-jit calls in ionmonkey, r=bbouvier 2016-10-17 15:31:57 +02:00
Hannes Verschore
044bc31c56 Bug 1308906: TraceLogger - Make sure it is more clear what internal time in TraceLogger means, r=bbouvier 2016-10-17 15:26:41 +02:00
Michal Novotny
9b2bf11843 Bug 1310205 - remove MOZ_ASSERT(entry->mRec->mFrecency == 0 || entry->mRec->mFrecency > mOldFrecency)), r=honzab 2016-10-17 15:39:57 +02:00
Randell Jesup
6255d1be72 Bug 1257620: undo disabling of identity tests (backout previous patch) r=ryanvm 2016-10-17 09:01:02 -04:00
Benjamin Bouvier
fcf5a05013 Bug 1307768: Don't include wasmGuardPages with the rest of the ClassInfo fields; r=njn
MozReview-Commit-ID: 9tqQdAn2Ywa

--HG--
extra : rebase_source : 0a8ed1a2637968285f497ef3e41aa3b75a8ed49f
extra : amend_source : 759c252412b2e5ba99805cf5bb05828ff947f833
2016-10-14 14:53:08 +02:00
Kershaw Chang
cecf55afac Bug 1310607 - Add links to the spec, r=bz 2016-10-17 02:19:00 +02:00
Munro Mengjue Chiang
c7407c854f Bug 1308792 - clear DeviceInfoDSSingleton::GetInfo() in DeviceInfoDS dtor to prevent illegal access crash; r=jesup,jib
MozReview-Commit-ID: Fy6Qu6sONgr
2016-10-16 01:15:13 +08:00
Carsten "Tomcat" Book
c481713ead Merge mozilla-central to mozilla-inbound 2016-10-17 11:34:49 +02:00
Carsten "Tomcat" Book
d6850a3a86 merge mozilla-inbound to mozilla-central a=merge 2016-10-17 11:19:02 +02:00
Carsten "Tomcat" Book
b7d6ef8099 merge fx-team to mozilla-central a=merge 2016-10-17 11:17:46 +02:00
Carsten "Tomcat" Book
767ac1d187 Backed out changeset 45f9fc18cf3d (bug 1308227) for causing merge conflicts with mozilla-central 2016-10-17 10:48:55 +02:00
Carsten "Tomcat" Book
ced37f9cb7 merge autoland to mozilla-central a=merge 2016-10-17 10:44:33 +02:00
Jonathan Kew
e6711537be Bug 1309582 - For text-transform:capitalize, apply capitalization after a literal newline as well as after a space character. r=m_kato 2016-10-17 08:53:15 +01:00
Jonathan Kew
0b5fcf0427 Bug 1309582 - Reftest for text-transform:capitalize with literal newlines in preformatted text. r=m_kato 2016-10-17 08:52:25 +01:00
JerryShih
97b02a50fb Bug 1302787 - add a test for old-style and css-color-4 color function syntax in devtool. r=ttromey
MozReview-Commit-ID: KXIJzAxcLCJ
2016-10-17 02:12:05 -04:00
JerryShih
0f4c70379d Bug 1302787 - add a mode for css-color-4 color parser to accept the old style syntax only. r=ttromey
MozReview-Commit-ID: GBxnc1H1qIb
2016-10-17 02:12:05 -04:00
JerryShih
ec3759530b Bug 1302787 - set a new invalid rgb color value for devtool test case. r=ttromey
The "rgb(24, 25, 45, 1)" is valid now. Turn to use "rgb(24, 25%, 45, 1)".

MozReview-Commit-ID: InH3z7XcDbq
2016-10-17 02:12:05 -04:00
JerryShih
9ebf5c5a5e Bug 1302787 - remove the now-unused requireComma() function in devtool colorUtils. r=ttromey
MozReview-Commit-ID: GuUWNZPcX7C
2016-10-17 02:12:05 -04:00
JerryShih
0abcdb0c25 Bug 1302787 - implement css-color-4 color function changes in devtool parser. r=ttromey
MozReview-Commit-ID: JQQJcDsXFlp
2016-10-17 02:12:05 -04:00
Iris Hsiao
a391785045 Backed out changeset 02c03ca774ee (bug 1302787) 2016-10-17 12:05:36 +08:00
Iris Hsiao
d5ca568bcd Backed out changeset 0b3435dc45f8 (bug 1302787) 2016-10-17 12:05:32 +08:00
Iris Hsiao
b123135303 Backed out changeset 8597a7e99ac8 (bug 1302787) 2016-10-17 12:05:27 +08:00
Iris Hsiao
1094bfbff3 Backed out changeset 281ed6b1d3b4 (bug 1302787) 2016-10-17 12:05:23 +08:00
Iris Hsiao
0f997e08dd Backed out changeset 554359eddb93 (bug 1302787) for lint failure 2016-10-17 12:05:17 +08:00
Mike Taylor
08a11e7624 Bug 1310252. Update webcompatURL to point to new simplified reporting endpoint. r=sebastian 2016-10-17 11:44:18 +08:00
ffxbld
4e247de866 No bug, Automated HPKP preload list update from host bld-linux64-spot-134 - a=hpkp-update 2016-10-16 06:21:50 -07:00
ffxbld
9a7e67a66a No bug, Automated HSTS preload list update from host bld-linux64-spot-134 - a=hsts-update 2016-10-16 06:21:48 -07:00
ffxbld
9162fce48a No bug, Automated HPKP preload list update from host bld-linux64-spot-080 - a=hpkp-update 2016-10-15 06:28:56 -07:00
ffxbld
202e5b97d9 No bug, Automated HSTS preload list update from host bld-linux64-spot-080 - a=hsts-update 2016-10-15 06:28:53 -07:00
Sebastian Hengst
7b8b2787d9 Merge mozilla-central to fx-team. r=backout-merge a=backout-merge 2016-10-15 11:14:07 +02:00
Sebastian Hengst
81339f4bfd Backed out changeset 62ccb498db3e (bug 1309722) for very frequent timeouts in Linux debugger tests. r=backout a=backout
MozReview-Commit-ID: 194u2Js0S8W
2016-10-15 11:08:01 +02:00
Sebastian Hengst
6b5c3baeae Backed out changeset c544bfb79ca0 (bug 1210357) for unexpected pass of layout/reftests/ogg-video/encoded-aspect-ratio-1.html on Windows XP. r=backout a=backout
MozReview-Commit-ID: 4s31c2d2fv1
2016-10-15 11:07:47 +02:00
Gabriel Luong
6f26c12a04 Bug 1308227 - Add a CSS Grid accordion container to the layout panel r=jdescottes 2016-10-14 20:31:04 -04:00
Wes Kocher
20e2de11f0 Backed out changeset e7b9263ae9f1 (bug 1308227) for browser_parsable_css.js failures a=backout 2016-10-14 14:55:50 -07:00
Wes Kocher
af57ec737a Merge m-c to fx-team, a=merge 2016-10-14 14:51:15 -07:00
Wes Kocher
42083975b0 Merge inbound to central, a=merge 2016-10-14 14:40:49 -07:00
Wes Kocher
03c85fb5d5 Merge autoland to central, a=merge 2016-10-14 14:23:59 -07:00
Wes Kocher
7df86d1999 Backed out 3 changesets (bug 1309699) because this wasn't supposed to land on trunk a=backout
Backed out changeset b10e48ea5d20 (bug 1309699)
Backed out changeset 829c16e72fb7 (bug 1309699)
Backed out changeset 559fa765dbf1 (bug 1309699)
2016-10-14 12:20:24 -07:00
Carsten "Tomcat" Book
70a3e2d8a3 Bug 1263665 - fix talos g4 perma failures. r=jmaher 2016-10-14 15:41:52 +02:00
ffxbld
93292bd3af No bug, Automated HPKP preload list update from host bld-linux64-spot-086 - a=hpkp-update 2016-10-14 06:11:47 -07:00