Nicholas Nethercote
a8699ee61d
Bug 1325234 (part 1) - Streamline nsIWidget::NotifyIME. r=jimm.
...
This patch changes it from |NS_IMETHOD| to |virtual nsresult|. The callsites
were a mix of checked and unchecked so using |MOZ_MUST_USE| didn't feel
appropriate.
--HG--
extra : rebase_source : 471ca43dcd565ddd1761d01df344c30e4e04a9ec
2016-12-20 09:55:30 +11:00
Bobby Holley
f46d514349
Bug 1328651
- Move servo initialization/shutdown back to nsLayoutStatics.cpp. r=heycam
2017-01-08 17:42:29 -08:00
Nicholas Nethercote
ceb22bead5
Bug 1325541 - Expand comments for MOZ_MUST_USE. r=froydnj.
...
DONTBUILD because it's a comment-only change.
--HG--
extra : rebase_source : 1b2343279f15a05ba633a0407f3eba07d6231083
2016-12-23 16:11:33 +11:00
Trevor Saunders
971e419e21
bug 1184217 - make CheckDocTree check the entire document tree not just the subtree r=davidb
2017-01-08 17:30:54 -05:00
Mats Palmgren
2d0ba23745
Bug 1327902 - Test selecting over a user-select:none node next to an <input>.
2017-01-08 21:27:00 +01:00
Mats Palmgren
8eb3b6cd3a
Bug 1327902 - Set the range boundary point outside (before) the node if it HasIndependentSelection(). r=smaug
2017-01-08 21:27:00 +01:00
Mats Palmgren
5aa21118d5
Bug 1327129 - Test key events on various <select> elements with selectedIndex=-1.
2017-01-08 21:26:59 +01:00
Mats Palmgren
17041c7c62
Bug 1327129 - Make key events act on the first non-disabled <option> (if any) when no <option> is selected (i.e. selectedIndex=-1). r=smaug
2017-01-08 21:26:59 +01:00
Franziskus Kiefer
eaa4460622
Bug 1317947 - bump NSS version in old-configure, r=me
2017-01-08 07:15:20 -05:00
Ryan VanderMeulen
1a1fd2a00e
Merge inbound to m-c. a=merge
2017-01-07 22:14:35 -05:00
Nathan Froyd
d489d17c87
Bug 1322553
- part 3 - add profiler start/end markers for sync IPC; r=mstange
...
This is gnarly IPDL code, but the generated code is probably easier to
review. Before when sending a sync message, we had:
bool sendok__ = (GetIPCChannel())->Send(msg__, (&(reply__)));
if ((!(sendok__))) {
return false;
}
Now, we have:
bool sendok__;
{
GeckoProfilerTracingRAII syncIPCTracer(
"IPC",
"PJavaScript::Msg_PreventExtensions");
sendok__ = (GetIPCChannel())->Send(msg__, (&(reply__)));
}
if ((!(sendok__))) {
return false;
}
2017-01-07 15:56:49 -05:00
Nathan Froyd
a747eb3f2c
Bug 1322553
- part 2 - use the new constructor of GeckoProfilerTracingRAII; r=mstange
...
This patch is not strictly relevant to the current bug, but doing the
work here nicely illustrates how the constructor we added in part 1 can
be used in existing parts of the codebase.
2017-01-07 15:56:49 -05:00
Nathan Froyd
9f924cc32c
Bug 1322553
- part 1 - add a non-backtrace-taking constructor for GeckoProfilerTracingRAII; r=mstange
...
Sometimes there's no backtrace available, but you still want to denote
an interesting event.
2017-01-07 15:56:49 -05:00
Ryan VanderMeulen
da6a7dfab8
Merge inbound to m-c. a=merge
2017-01-07 15:32:04 -05:00
Sebastian Hengst
00f044376d
Backed out changeset a3c50d608b69 (bug 1308271) for various test failures. r=backout on a CLOSED TREE
...
--HG--
rename : browser/extensions/webcompat/test/browser.ini => browser/extensions/webcompat/test/browser/browser.ini
rename : browser/extensions/webcompat/test/browser_check_installed.js => browser/extensions/webcompat/test/browser/browser_check_installed.js
2017-01-07 18:51:24 +01:00
Andrew McCreight
542343e117
Bug 1325438 - Remove leak checking whitelist for tests/dom/xhr/tests. r=jmaher
...
MozReview-Commit-ID: 48elhM564zJ
--HG--
extra : rebase_source : b1f665ab81afa26ed4ec06aa021251636bb462a1
2017-01-06 13:15:53 -08:00
Randell Jesup
2663bd16e0
Bug 1326463 - Fix OpenBSD build broken by webrtc.org 49 update. r=gaston, r=jesup
...
--HG--
extra : histedit_source : e18f813ace63db9f9ea6b35437e9b87bb84f4e26%2C9da31e71e8591e1ba49000c0261b55404802b32d
2017-01-06 11:36:00 -05:00
Thomas Wisniewski
c6aea6cc68
Bug 1329365 - Follow-up adding 201, 202, and 205 to the list of response codes which suppress XML parsing errors. r=bz
2017-01-06 23:23:56 -05:00
Thomas Nguyen
40bcddbe8a
Bug 1329065 - Check the correct policy when setting referrer header. r=mcmanus
...
MozReview-Commit-ID: JG5DVBqGczS
2017-01-06 11:26:24 +08:00
André Bargull
f1745c546c
Bug 843758 - Generate currency information for Intl with make_intl_data.py. r=Waldo
...
--HG--
extra : rebase_source : b7e4007e48a1aea21ef52f28a15e1b1358e239d7
2017-01-06 14:09:58 -08:00
Dragana Damjanovic
1b10767070
Bug 1320252 - Send early-data even without alpn. r=keeler
...
--HG--
extra : rebase_source : b1d45d7014ed58cb8531d09374f1a5c27668e6ac
2017-01-06 11:51:00 -05:00
Jalen Adams
5f953f5097
Bug 1326581 - Rewrite PointerlockFsWarning.Timeout to use ES6-class. r=jaws
...
MozReview-Commit-ID: ISK3gO2vo1r
--HG--
extra : rebase_source : 8d14f337816a9ab084a85e4a07ba34395398246e
2017-01-05 19:30:54 -05:00
Edouard Oger
cc7fbb3df8
Bug 1201335 - Display notification when a new device is added to Sync account. r=markh
...
MozReview-Commit-ID: D03prgIdL1M
--HG--
extra : rebase_source : 424372a3499e121cb76553f55d94057b017f2482
2017-01-04 19:21:36 -05:00
Jared Wein
b33bfba51a
Bug 1329017 - Enable the no-useless-return rule for eslint and use eslint --fix to autofix the errors. r=standard8
...
MozReview-Commit-ID: 2MhpvzUDgtK
--HG--
extra : rebase_source : 1df2b81badfe556928f6424c8990e4b3fde7056f
2017-01-06 12:09:28 -05:00
Jared Wein
43cacee3a5
Bug 1328995 - Remove unnecessary Promise.resolve() wrapper on return from async function. r=kmag
...
MozReview-Commit-ID: Jp40DyphLDj
--HG--
extra : rebase_source : 072fe57dd78e2f227703ba194b11156fcfe070b4
2017-01-05 15:55:30 -05:00
djmdev
66788a726d
Bug 1325567 - Added tooltip to rotate viewport button. r=jryans
...
--HG--
extra : rebase_source : bd7ef1797251da80290ed5ed5cf85b8aa82a95bb
2017-01-05 01:59:08 +05:30
Jason Laster
621c3be280
Bug 1328679 - Uplift a couple bugs. r=ttromey
...
--HG--
extra : rebase_source : 0c2c61dc0a67174dc6e0c2c5b04072c1539de799
2017-01-04 12:05:00 -05:00
Dennis Schubert
4869a6b0d9
Bug 1308271 - Import sources of the WebCompat Go Faster add-on V1. r=felipe
...
--HG--
rename : browser/extensions/webcompat/test/browser/browser.ini => browser/extensions/webcompat/test/browser.ini
rename : browser/extensions/webcompat/test/browser/browser_check_installed.js => browser/extensions/webcompat/test/browser_check_installed.js
extra : rebase_source : 8cee8e333864b29ab13b11c4bd68a00958b6490d
2017-01-06 17:46:57 +01:00
Nathan Froyd
4ccf79d833
Bug 1329185 - remove check for __attribute__((always_inline)); r=mshal
...
We never use the result of this check, and every place that would care
about this just does the check via compiler preprocessor checks.
2017-01-07 11:23:42 -05:00
Ryan VanderMeulen
1e6f972917
Merge inbound to m-c. a=merge
2017-01-07 11:22:47 -05:00
Ryan VanderMeulen
c68b271d72
Merge autoland to m-c. a=merge
2017-01-07 11:20:04 -05:00
Ryan VanderMeulen
f35d8f4f3b
Backed out changeset 2a694bf4a9de (bug 1323241) for causing frequent GC crashes in CI.
2017-01-07 10:45:47 -05:00
Ryan VanderMeulen
e9ea578bba
Backed out changesets 29bc945061a0 and 1c11ff13ba6c (bug 1324773) for causing frequent GC crashes in CI.
2017-01-07 10:45:39 -05:00
ffxbld
6827750e66
No bug, Automated HPKP preload list update from host bld-linux64-spot-546 - a=hpkp-update
2017-01-07 06:36:03 -08:00
ffxbld
92a362582c
No bug, Automated HSTS preload list update from host bld-linux64-spot-546 - a=hsts-update
2017-01-07 06:36:00 -08:00
Iris Hsiao
7adb57a57f
merge autoland to mozilla-central a=merge
2017-01-06 11:06:17 -05:00
Iris Hsiao
1e82e8d079
merge mozilla-inbound to mozilla-central a=merge
2017-01-06 10:59:19 -05:00
ffxbld
68a729dd6b
No bug, Automated blocklist update from host bld-linux64-spot-039 - a=blocklist-update
2017-01-06 07:23:27 -08:00
ffxbld
04434ca4a5
No bug, Automated HPKP preload list update from host bld-linux64-spot-039 - a=hpkp-update
2017-01-06 07:23:25 -08:00
ffxbld
0278abfdb1
No bug, Automated HSTS preload list update from host bld-linux64-spot-039 - a=hsts-update
2017-01-06 07:23:22 -08:00
Masayuki Nakano
b2778c3a90
Bug 1272623 part.3 HTMLEditRules::ReapplyCachedStyles() shouldn't set style to TypeInState if it's currently applied r=smaug
...
The target node of HTMLEditRules::ReapplyCachedStyles() may be styled with its parent. When HTMLEditRules::ReapplyCachedStyles() is called, it shouldn't restore another style cache if it's already specified in current DOM tree.
MozReview-Commit-ID: DKCpQ8YyW7
--HG--
extra : rebase_source : 854b4cc6382f5357919bce1e106e71fe66b15444
2017-01-06 22:35:48 +09:00
Xidorn Quan
cddd3c28b2
Bug 1329076 followup - Fix bustage.
...
MozReview-Commit-ID: ESupMqRP4ff
2017-01-06 22:10:08 +11:00
Wes Kocher
0f254a30d6
Merge inbound to central, a=merge
...
MozReview-Commit-ID: 1ij6nLf8f8s
2017-01-05 17:30:35 -08:00
Wes Kocher
33ad0c8ef8
Merge autoland to central, a=merge
...
MozReview-Commit-ID: FuAgy3YQ0De
2017-01-05 17:24:15 -08:00
Iris Hsiao
c3cda2a39a
Backed out changeset 5ddb2e58bb74 (bug 1287099)
2017-01-05 12:21:35 -05:00
Iris Hsiao
8ca3b2dc24
Backed out changeset 724fdfe8f396 (bug 1324870)
2017-01-05 12:21:31 -05:00
Iris Hsiao
e0c5cc1d8d
Backed out changeset 38f4f50cd295 (bug 1324862) for linux web platform failures
2017-01-05 12:21:28 -05:00
Iris Hsiao
4615a8f12c
Backed out changeset 5593f1b533da (bug 1328121) for bustage
2017-01-05 11:33:51 -05:00
Geoff Brown
d5bd5dcc64
Bug 1324862 - Set wpt expected status to NOTRUN for object-src-2_1 and object-src-2_2 on linux32 only, for tc migration; r=jgraham
...
--HG--
extra : rebase_source : 6f12ae4d9f6a7ee3807617bdc18709f89d75f30b
2017-01-05 09:15:12 -07:00
Geoff Brown
4fdfff0c12
Bug 1324870 - Skip test_bug803225.html and test_ext_downloads_misc.js on linux32 only, to enable taskcluster migration; r=jmaher
...
--HG--
extra : rebase_source : eb4c1e94381f46d54619f0a3ba65e3f5beed2221
2017-01-05 09:15:11 -07:00