Andrea Marchesini
69278a33e5
Bug 1173320 - patch 5/8 - Cleanup manual string path management, r=smaug
2016-03-20 11:56:10 +01:00
Andrea Marchesini
548dc7f03a
Bug 1173320 - patch 4/8 - Directory in FileList, r=smaug
2016-03-20 11:56:10 +01:00
Andrea Marchesini
f11df067d2
Bug 1173320 - patch 3/8 - Improve the Windows path management, r=smaug
2016-03-20 11:56:10 +01:00
Andrea Marchesini
4c6e588645
Bug 1173320 - patch 2/8 - Proper naming for the FileSystem path serialization, r=smaug
2016-03-20 11:56:10 +01:00
Andrea Marchesini
18858bf144
Bug 1173320 - patch 1/8 - Implement Directory object as string and not as BlobImpl, r=smaug
2016-03-20 11:56:10 +01:00
Julian Seward
96a413ffed
Bug 1248915 - TSan: data race on global 'mozilla::net::CacheObserver::sDiskCacheCapacity'. r=honzab.moz, n.nethercote.
2016-03-20 10:08:57 +01:00
Ting-Yu Lin
22224242ba
Bug 1249556 - Implement toggling details by keyboard. r=smaug
...
The user can switch to the main <summary> by tab key, and toggle the
<details> by either 'space' key or 'enter' key.
'return' key is handled with 'keypress', and the 'space' key is handled
with 'keyup' like the HTMLInputElement.
MozReview-Commit-ID: HE6IduUGCpj
--HG--
extra : rebase_source : 34598d95f35bf6b5bd927457ee09e42eb6ec0a68
2016-03-19 20:37:09 +08:00
Ting-Yu Lin
03310cda94
Bug 1249556 - Rename override to disallowOverridingFocusability. r=bz
...
Rename 'override' to 'disallowOverridingFocusability' in
nsGenericHTMLElement::IsHTMLFocusable() to make the implementation
reflect the semantic that the subclass is disallow to override the value
returned in aIsFocusable described in nsGenericHTMLElement.h.
Also 'override' is a new specifier since C++11. Rename it make the
syntax highlight looks right.
MozReview-Commit-ID: CShdChjBv7j
--HG--
extra : rebase_source : 6cf17cf1771c3f75fb31d1d6f882daffa015ab1c
2016-03-18 13:47:50 +08:00
Ryan VanderMeulen
233f30f237
Merge fx-team to inbound. a=merge
2016-03-20 00:25:17 -04:00
Phil Ringnalda
b47ec4d2bd
Backed out 8 changesets (bug 1173320) for adding dom/filesystem/tests/test_basic.html without making it work on Android
...
Backed out changeset 7e3a105b9160 (bug 1173320)
Backed out changeset 094819fbb07f (bug 1173320)
Backed out changeset 23b0e55ff1db (bug 1173320)
Backed out changeset 8bf8e2fcedad (bug 1173320)
Backed out changeset 3de390c6f47f (bug 1173320)
Backed out changeset fb298010e12e (bug 1173320)
Backed out changeset f1a965c2f796 (bug 1173320)
Backed out changeset 176128ba757f (bug 1173320)
2016-03-19 19:44:22 -07:00
Shu-yu Guo
b4a736d2a2
Backed out changesets b61921a307e9 and e9e74f6bd12a (bug 1054759) for breaking web compat by implementing Symbol.unscopables without Array.prototype[@@unscopables].
2016-03-19 19:18:12 -07:00
Ryan VanderMeulen
04e76674fe
Backed out changeset ed4fe05c868d (bug 125813) for Android test_basic.html failures.
2016-03-19 21:26:57 -04:00
Morgan Phillips
bfae7eddf8
Bug 1257053 - Only make use of error stashing (via PossibleError) when it is necessary; r=jorendorff
...
By un-necessarily stashing errors we make it difficult to reason about what's happening in the code,
introducing situations where it's possible for errors to "pile up" and attempt to clobber one another.
2016-03-18 14:47:45 -07:00
Andrea Marchesini
fdc204437a
Bug 1258137 - OSFileSystem should not be kept alive by more than 1 Directory, r=smaug
2016-03-19 22:30:24 +01:00
Andrea Marchesini
f8fd9ba926
Bug 1173320 - patch 8/8 - Fix e10s tests for DeviceStorage API, r=smaug
2016-03-19 22:29:47 +01:00
Andrea Marchesini
6f10afaf24
Bug 1173320 - patch 7/8 - Tests for FileList and Directories, r=smaug
2016-03-19 22:29:47 +01:00
Andrea Marchesini
7aba2fa5e8
Bug 1173320 - patch 6/8 - Make FileList clonable to workers if it doesn't contain Directories, r=smaug
2016-03-19 22:29:47 +01:00
Andrea Marchesini
f9925e6480
Bug 1173320 - patch 5/8 - Cleanup manual string path management, r=smaug
2016-03-19 22:29:47 +01:00
Andrea Marchesini
2fdbbe6373
Bug 1173320 - patch 4/8 - Directory in FileList, r=smaug
2016-03-19 22:29:46 +01:00
Andrea Marchesini
5692c003d2
Bug 1173320 - patch 3/8 - Improve the Windows path management, r=smaug
2016-03-19 22:29:46 +01:00
Andrea Marchesini
f43b2ad7ea
Bug 1173320 - patch 2/8 - Proper naming for the FileSystem path serialization, r=smaug
2016-03-19 22:29:46 +01:00
Andrea Marchesini
232e5767b0
Bug 1173320 - patch 1/8 - Implement Directory object as string and not as BlobImpl, r=smaug
2016-03-19 22:29:46 +01:00
Matteo Ferretti
c6650b1edb
Bug 1026614 - SDK ui/toolbar not working in permanent private browsing. r=rpl
...
MozReview-Commit-ID: Ap4CTY13P3d
--HG--
extra : transplant_source : %AEn%60%F3R%E4%DA%C5%9C%B5%DD%EF%C4%DF%AC%F3%AE%DC%27%09
2016-03-17 16:46:53 -04:00
Ryan VanderMeulen
71d53d758e
Bug 1252707. r=terrence
2016-03-19 15:16:30 -04:00
Daniel Stenberg
88a9b28195
Bug 1245059 - Disable NotifyIpInterfaceChange use for now. r=mcmanus
2016-03-18 16:26:00 -04:00
Andrew Swan
b1872b4329
Bug 1256598 - Give AMO access to UITour. r=mattn
...
MozReview-Commit-ID: ECfc6JcNudN
--HG--
extra : transplant_source : %B7%FC%ACr%D4d%1BZ%14T%EA%2A%2A%96%7C%24%14/%F45
2016-03-15 09:47:58 -07:00
Ryan VanderMeulen
a3c1075fc6
Merge fx-team to m-c. a=merge
2016-03-19 11:23:43 -04:00
Ryan VanderMeulen
dd9dced81d
Merge inbound to m-c. a=merge
2016-03-19 11:22:28 -04:00
Ryan VanderMeulen
7c08140310
Bug 1255176 - Add more chunks to Android mochitest-gl. r=rail, a=test-only
2016-03-19 11:02:16 -04:00
Ryan VanderMeulen
d37d8fbb9a
Bug 1257708 - Move dom/push/test back into mochitest-plain instead of a separate test suite.
2016-03-19 11:02:04 -04:00
Ryan VanderMeulen
ac97cbbe14
Backed out 8 changesets (bug 1173320) for bustage.
...
Backed out changeset e5c224d964bc (bug 1173320)
Backed out changeset db971ba7c26d (bug 1173320)
Backed out changeset cd7e79d9a750 (bug 1173320)
Backed out changeset 56bbea4fe199 (bug 1173320)
Backed out changeset e94ced2f8e3c (bug 1173320)
Backed out changeset 401c1e7df8ea (bug 1173320)
Backed out changeset bf65b38f759e (bug 1173320)
Backed out changeset ac58a56021ac (bug 1173320)
DONTBUILD CLOSED TREE
2016-03-19 10:52:12 -04:00
Andrea Marchesini
613f13dae7
Bug 1173320 - patch 8/8 - Fix e10s tests for DeviceStorage API, r=smaug
2016-03-19 14:35:16 +01:00
Andrea Marchesini
346e100de6
Bug 1173320 - patch 7/8 - Tests for FileList and Directories, r=smaug
2016-03-19 14:34:57 +01:00
Andrea Marchesini
508d8a34f8
Bug 1173320 - patch 6/8 - Make FileList clonable to workers if it doesn't contain Directories, r=smaug
2016-03-19 14:34:35 +01:00
Andrea Marchesini
59bd516853
Bug 1173320 - patch 5/8 - Cleanup manual string path management, r=smaug
2016-03-19 14:34:05 +01:00
Andrea Marchesini
abfa0bb4b2
Bug 1173320 - patch 4/8 - Directory in FileList, r=smaug
2016-03-19 14:33:43 +01:00
Andrea Marchesini
dabfb6722d
Bug 1173320 - patch 3/8 - Improve the Windows path management, r=smaug
2016-03-19 14:33:27 +01:00
Andrea Marchesini
7b03cbb0a6
Bug 1173320 - patch 2/8 - Proper naming for the FileSystem path serialization, r=smaug
2016-03-19 14:32:58 +01:00
Andrea Marchesini
f1f32823dd
Bug 1173320 - patch 1/8 - Implement Directory object as string and not as BlobImpl, r=smaug
2016-03-19 14:32:18 +01:00
ffxbld
0c0b5ebb4c
No bug, Automated blocklist update from host bld-linux64-spot-543 - a=blocklist-update
2016-03-19 04:43:34 -07:00
ffxbld
ce9073e1b8
No bug, Automated HPKP preload list update from host bld-linux64-spot-543 - a=hpkp-update
2016-03-19 04:43:32 -07:00
ffxbld
a593c802bf
No bug, Automated HSTS preload list update from host bld-linux64-spot-543 - a=hsts-update
2016-03-19 04:43:30 -07:00
Bob Owen
1f36475812
Bug 1257825: Remove checks for paper height and width <= 0 in nsPrintSettings. r=dvander
...
Also added the check for invalid width / height into nsDeviceContextSpecProxy that was added into nsDeviceContextSpecWin.
2016-03-19 11:07:16 +00:00
Bob Owen
0640767db4
Bug 1257791: Return correct DPI and printing scale from nsDeviceContextSpecWin when printing to PDF. r=jimm
2016-03-19 11:01:30 +00:00
Bob Owen
ea83c5848d
Bug 1256307: Only print via the parent in Nightly. r=jimm
2016-03-19 10:56:40 +00:00
Jan de Mooij
bafee28b4b
Bug 1257408 - Fix VS2015 C4312 warnings in js/src. r=nbp
2016-03-19 11:04:33 +01:00
Jan de Mooij
40674d62ed
Bug 1240502 - Fix debug-only dense elements check in SpreadCallOperation to not fail after a TI OOM. r=arai
2016-03-19 11:02:21 +01:00
Kris Maglione
a6310afd36
Bug 1257581: Disable test_chrome_ext_downloads_misc.html until intermittents are fixed. r=me
...
MozReview-Commit-ID: BXwW3noIbp3
2016-03-19 07:50:09 +01:00
Gijs Kruitbosch
b8a11f0600
Backed out changeset c95124453340 (bug 621158) for mochitest-1 bustage
...
MozReview-Commit-ID: Lm3ex8nnLJ6
2016-03-19 01:52:18 +00:00
Carsten "Tomcat" Book
0e533b219a
merge mozilla-inbound to mozilla-central a=merge
2016-03-18 15:51:43 +01:00