Commit Graph

503356 Commits

Author SHA1 Message Date
Benjamin Smedberg
835aaa0cad Bug 1306327 part A - NS_EXPORT macro in APKOpen.h can conflict with nscore.h: rename it to APKOPEN_EXPORT to avoid build issues on a CLOSED TREE, r=glandium
MozReview-Commit-ID: 5Y08hwtc7s2

--HG--
extra : source : b1a3d2e42a4e38ca49f7316bef5ac5de9340f940
extra : amend_source : 7858b1690ccf42619c88dd3c9a2984dedebd4e65
2016-11-29 14:27:30 -05:00
Benjamin Smedberg
2246c8a642 Bug 1321593 part B - Unify the startup path between firefox --app and normal Firefox startup, r=glandium
MozReview-Commit-ID: E6m3eWrX3aB

--HG--
extra : rebase_source : 6b365b0a16b70feeafc7f6a2daf4fb36075314d4
extra : histedit_source : 965abd3a83bdf847de2f617e14dd4e4b381d2b1e
2016-12-02 09:08:01 -05:00
Benjamin Smedberg
4df1abc2c0 Bug 1321593 part A - Refactor nsXREAppData: 1) make nsXREAppData strongly own its members 2) rename it to mozilla::XREAppData 3) separate out the static compiled data into StaticXREAppData 4) Remove XRE_CreateAppData and XRE_FreeAppData 5) remove the struct size and related size-checking code which was only ever useful for cross-version compatibility, r=glandium
MozReview-Commit-ID: CQv1UrSaw4D

--HG--
rename : xpcom/build/nsXREAppData.h => xpcom/build/XREAppData.h
rename : xpcom/glue/AppData.cpp => xpcom/glue/XREAppData.cpp
extra : rebase_source : c909ee206d31b110c6a38cc466ef24a465ee2ae5
extra : histedit_source : e86c3900412229f99ade29c5b8e3943d943ec718
2016-12-02 09:07:24 -05:00
Andrew McCreight
fccb0645ed Bug 1323042 - forbid MOZ_COUNT_{CTOR,DTOR} for nsISupports classes; r=froydnj 2016-12-12 09:27:58 -05:00
Nathan Froyd
826598caba Backout aba6c73511a2 (bug 1307961) for massive test bustage resulting in a CLOSED TREE; r=alltheorange 2016-12-12 08:45:46 -05:00
Andrew McCreight
e31b5489da Bug 1307961 - require consistent bloatview reporting for nsISupports classes; r=froydnj 2016-12-12 07:58:33 -05:00
Carsten "Tomcat" Book
d3df6f204d Merge mozilla-central to mozilla-inbound 2016-12-12 17:14:34 +01:00
Masatoshi Kimura
df263f0393 Bug 1322831 - Remove dependence on Windows types from Stopwatch.h. r=jandem
MozReview-Commit-ID: 5SS8eJfQq1G

--HG--
extra : rebase_source : 1bcae6103d3eaf471dc04202153a3e738bcd7f24
extra : source : c932b755dad7a07fcf360e480421685b9d1b92aa
2016-12-10 14:18:25 +09:00
Benjamin Smedberg
80f9ae8dda Bug 1304790 - Add a telemetry probe that measures how long it takes for a content process to start up and communicate back to the parent, r=mconley data-r=francois
MozReview-Commit-ID: 5OaeqZXL6zS

--HG--
extra : rebase_source : 481daa6ef6b05f9c83698ffa39ed7334cd108b8c
2016-12-09 08:52:28 -10:00
Nathan Froyd
8d1051edff Bug 1321883 - remove unused variable in gtk2drawing.c; r=karlt 2016-12-12 03:04:48 -05:00
Gijs Kruitbosch
d54f6b8fe6 Bug 1322701 - define CAN_DRAW_IN_TITLEBAR in the theme moz.build files, r=dao 2016-12-09 13:51:50 -10:00
Honza Bambas
706f18a2c8 Bug 1318759 - Properly query final class in HttpChannelParent::OnStartRequest to prevent evil static_cast, r=jduell 2016-12-09 05:52:00 +01:00
Ruturaj K. Vartak
018ac6cbd9 Bug 1318259 - Firebug theme - Adjust UI of markup view in Inspector panel. r=ntim 2016-12-09 04:10:00 +01:00
André Bargull
7c06eb05a0 Bug 1319926 - Part 1: Warn when deprecated String generics methods are used. r=jandem 2016-11-24 08:58:02 -08:00
Frédéric Wang
17991b4c62 Bug 1322743 - Add STIX Two Math to the list of math fonts. r=karlt 2016-12-09 13:00:00 -05:00
Thinker K.F. Li
db61896b15 Bug 1319669 - Handle TaskTracer at STS thread and Cache thread. r=honzab 2016-12-09 14:09:00 -05:00
Lars T Hansen
76c7159be5 Bug 1246597 - DOM comment change. r=me
--HG--
extra : rebase_source : 26794fefac6d5296b20ab54abba61f5e06bb872f
2016-11-24 14:16:17 +01:00
Lars T Hansen
f4484acb99 Bug 1246597 - support DataView on SharedArrayBuffer. r=waldo
--HG--
extra : rebase_source : 9d9e943a6dac3d20602449314813d1dde571d2eb
2016-12-07 14:21:24 -10:00
Lars T Hansen
842a92723b Bug 1320956 - wasm baseline, do not interrupt tableswitch's jump table with other constants. r=bbouvier
--HG--
extra : rebase_source : 9f405103b5b11f14676d2c5d707b95568e068cd4
2016-12-02 19:42:54 +01:00
James Graham
221562f1a8 Bug 1321956 - Disable flake8 check for 'visually indented line with same indent as next logical line', r=ahal
MozReview-Commit-ID: ChaHkeSDNY8
2016-12-08 09:53:21 -10:00
James Graham
19b6bc91a2 Bug 1321127 - Add temporary annotations for asserts missed by CI, r=dbaron
These asserts appeared during the window when reftest harness assert
count failures were not correctly detected by the CI system. They are
expected to be fixed in followup commits.

MozReview-Commit-ID: JoXtI4c0SSF
2016-12-08 09:53:21 -10:00
James Graham
d8c76e7543 Bug 1321127 - Add a assertion_count action to mozlog, r=ahal
This is intended as a structured replacement for the assertion checks
that previously used unstructured logs. It adds a log action
assertion_count, which takes the actual number of assertions observed
during a test, the minimum expeced number and the maximum expected
number. It also updates the reftest harness to use this logging.

MozReview-Commit-ID: JgjLlaYuvSG
2016-12-08 09:53:21 -10:00
Jim Chen
f2d55370bb Bug 1321568 - Handle null and CharSequence prompt values; r=me
Correctly handle null values and CharSequence values (that are not
Strings) returned by prompt inputs. r=me for trivial patch.
2016-12-08 14:46:08 -05:00
Valentin Gosu
9f386d11f3 Bug 919391 - Incorrect Navigation Timing API: performance.timing.responseStart - performance.timing.requestStart < 0 r=baku,jgraham
MozReview-Commit-ID: 6s5FljTQEAB
2016-12-08 09:37:11 -10:00
George Wright
5391bc3a05 Bug 1317796 - Rebucket and rename GPU_PROCESS_LAUNCH_TIME_MS to cater for launch times up to 64000ms r=dvander data-review=bsmedberg 2016-12-08 11:20:43 -08:00
Kartikaya Gupta
ab17b42149 Bug 1313446 - Detect a git repository when inside a git worktree. r=glandium
MozReview-Commit-ID: 8ngY6kNcp05
2016-12-08 08:28:36 -10:00
Ryan VanderMeulen
205ec1433a Bug 1322494 - Update pdf.js to version 1.6.372. r=bdahl 2016-12-08 12:17:30 -05:00
Sebastian Hengst
a5a02d160f Backed out changeset 3bfbdec4ea08 (bug 1316803) for asserting in wasm.js (low 32 bits don't match) on Windows XP 32-bit. r=backout 2016-12-08 17:26:42 +01:00
Dão Gottwald
f557cc7872 Bug 658467 - Fade out tab label on overflow instead of ellipsis. r=jaws ui-r=shorlander 2016-12-08 17:17:41 +01:00
Andrea Marchesini
516e223da4 Bug 1317173 - Better propagation of private browsing flag when a new window is opened, r=smaug 2016-12-08 05:52:31 -10:00
Andrea Marchesini
2ea55e1e86 Bug 1317173 - Parent window should be frozen when a new child window is opened, r=smaug 2016-12-08 05:51:47 -10:00
vincentliu
00226773fe Bug 1320613 - Add nullptr check for attach. r=jgilbert,
From 8f9578b8bebfdad04ca38eecd5fe0807b725e810 Mon Sep 17 00:00:00 2001
 ethlin
---
 dom/canvas/WebGLFramebuffer.cpp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
2016-12-06 14:34:39 -10:00
Carsten "Tomcat" Book
9c7529527f Merge mozilla-central to mozilla-inbound 2016-12-08 16:28:42 +01:00
Carsten "Tomcat" Book
3e157ac240 merge mozilla-inbound to mozilla-central a=merge 2016-12-08 16:16:48 +01:00
Carsten "Tomcat" Book
e3428d6b2f merge autoland to mozilla-central a=merge 2016-12-08 16:14:47 +01:00
ffxbld
2201a515fd No bug, Automated HPKP preload list update from host bld-linux64-spot-536 - a=hpkp-update 2016-12-08 06:24:27 -08:00
ffxbld
aea8dfc9c6 No bug, Automated HSTS preload list update from host bld-linux64-spot-536 - a=hsts-update 2016-12-08 06:24:25 -08:00
Sebastian Hengst
0772ab2414 Backed out changeset f7e0dfe88d42 (bug 1321901) for failing e.g. reftest text-emphasis-style-property-002.html on unaccelerated Windows 8 x64 instances. r=backout 2016-12-08 11:12:44 +01:00
Tooru Fujisawa
ec5fa62c8d Bug 1322035 - Do not strip leading .* pattern in RegExp.prototype.test with global/sticky flags. r=h4writer 2016-12-08 16:29:19 +09:00
Emilio Cobos Álvarez
76df13c08a Bug 1322446: Use namespaces in stylo's bindings. r=heycam
Servo patch: https://github.com/servo/servo/pull/14472

MozReview-Commit-ID: 1YHF10pP19s

--HG--
extra : rebase_source : bfba38429376648ea44504cb23c42b74719021b6
2016-12-07 17:30:52 -10:00
Mason Chang
0a092e1441 Bug 1321901 - Use IDWriteFontFace::GetRecommendedRenderingMode for font rendering mode in Skia. r=lsalzman 2016-12-07 17:27:04 -10:00
Andrea Marchesini
75af7759bf Bug 1321719 - Location URL should use Get/SetFilePath in nsIURIWithQuery, r=valentin 2016-12-07 16:29:25 -10:00
Andrea Marchesini
1ed1649bb7 Bug 1322440 - Get rid of contextFlags in nsIWindowCreator2, r=smaug 2016-12-07 16:20:08 -10:00
ffxbld
b9c9d25736 No bug, Automated HPKP preload list update from host bld-linux64-spot-570 - a=hpkp-update 2016-12-07 06:27:07 -08:00
ffxbld
7435b5e48a No bug, Automated HSTS preload list update from host bld-linux64-spot-570 - a=hsts-update 2016-12-07 06:27:04 -08:00
Carsten "Tomcat" Book
3711e05144 merge mozilla-inbound to mozilla-central a=merge 2016-12-07 11:30:43 +01:00
Carsten "Tomcat" Book
f218e40ad2 merge autoland to mozilla-central a=merge 2016-12-07 11:29:40 +01:00
James Graham
7d66aa9e4b Bug 1257249 - Replace a use of cStringIO with StringIO to avoid a problem with old Python versions, r=Ms2ger
MozReview-Commit-ID: D1wkrdaejQB
2016-12-06 18:32:36 -10:00
Wander Lairson Costa
5d5f326c05 Bug 1266624: Apply exponential backoff for mozharness download. r=dustin
MozReview-Commit-ID: Ip4MjVJFwT6

--HG--
extra : rebase_source : 62a0c16da8804df0dfcb8d194b6bbc0f1d74b8f8
2016-12-06 15:27:40 -10:00
ffxbld
a8b5f53e7d No bug, Automated HPKP preload list update from host bld-linux64-spot-436 - a=hpkp-update 2016-12-06 07:40:37 -08:00