Andrea Marchesini
60e8c7e2fb
Bug 1258137 - OSFileSystem should not be kept alive by more than 1 Directory, r=smaug
2016-03-20 11:58:01 +01:00
Andrea Marchesini
f097de1f3b
Bug 1173320 - patch 8/8 - Fix e10s tests for DeviceStorage API, r=smaug
2016-03-20 11:56:11 +01:00
Andrea Marchesini
38efd849d7
Bug 1173320 - patch 7/8 - Tests for FileList and Directories, r=smaug
2016-03-20 11:56:11 +01:00
Andrea Marchesini
2534272582
Bug 1173320 - patch 6/8 - Make FileList clonable to workers if it doesn't contain Directories, r=smaug
2016-03-20 11:56:10 +01:00
Andrea Marchesini
6852883163
Bug 1173320 - patch 5/8 - Cleanup manual string path management, r=smaug
2016-03-20 11:56:10 +01:00
Andrea Marchesini
36c988a737
Bug 1173320 - patch 4/8 - Directory in FileList, r=smaug
2016-03-20 11:56:10 +01:00
Andrea Marchesini
2290fd533f
Bug 1173320 - patch 3/8 - Improve the Windows path management, r=smaug
2016-03-20 11:56:10 +01:00
Andrea Marchesini
c5b6c2add9
Bug 1173320 - patch 2/8 - Proper naming for the FileSystem path serialization, r=smaug
2016-03-20 11:56:10 +01:00
Andrea Marchesini
d10e0b4b34
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
f8a03c5645
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
972d7f0af5
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
2016-03-19 20:37:09 +08:00
Ting-Yu Lin
ba91e0f587
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
2016-03-18 13:47:50 +08:00
Ryan VanderMeulen
ce2f8bbda4
Merge fx-team to inbound. a=merge
2016-03-20 00:25:17 -04:00
Phil Ringnalda
9e96cfb31d
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
3f9cab2937
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
741f289f90
Backed out changeset ed4fe05c868d (bug 125813) for Android test_basic.html failures.
2016-03-19 21:26:57 -04:00
Morgan Phillips
e7a64271a1
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
0c59bcac22
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
ccb3f2b333
Bug 1173320 - patch 8/8 - Fix e10s tests for DeviceStorage API, r=smaug
2016-03-19 22:29:47 +01:00
Andrea Marchesini
dc6c312670
Bug 1173320 - patch 7/8 - Tests for FileList and Directories, r=smaug
2016-03-19 22:29:47 +01:00
Andrea Marchesini
e37cb1ecb9
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
870442b443
Bug 1173320 - patch 5/8 - Cleanup manual string path management, r=smaug
2016-03-19 22:29:47 +01:00
Andrea Marchesini
4e0ff900f3
Bug 1173320 - patch 4/8 - Directory in FileList, r=smaug
2016-03-19 22:29:46 +01:00
Andrea Marchesini
c9d973e9f1
Bug 1173320 - patch 3/8 - Improve the Windows path management, r=smaug
2016-03-19 22:29:46 +01:00
Andrea Marchesini
c3f9559efd
Bug 1173320 - patch 2/8 - Proper naming for the FileSystem path serialization, r=smaug
2016-03-19 22:29:46 +01:00
Andrea Marchesini
97ca49dfa3
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
1388b33044
Bug 1026614 - SDK ui/toolbar not working in permanent private browsing. r=rpl
...
MozReview-Commit-ID: Ap4CTY13P3d
2016-03-17 16:46:53 -04:00
Ryan VanderMeulen
1b0715f409
Bug 1252707. r=terrence
2016-03-19 15:16:30 -04:00
Daniel Stenberg
48c7023105
Bug 1245059 - Disable NotifyIpInterfaceChange use for now. r=mcmanus
2016-03-18 16:26:00 -04:00
Andrew Swan
e3733a9c85
Bug 1256598 - Give AMO access to UITour. r=mattn
...
MozReview-Commit-ID: ECfc6JcNudN
2016-03-15 09:47:58 -07:00
Ryan VanderMeulen
49cb5a5dc5
Merge fx-team to m-c. a=merge
2016-03-19 11:23:43 -04:00
Ryan VanderMeulen
8fc96437cd
Merge inbound to m-c. a=merge
2016-03-19 11:22:28 -04:00
Ryan VanderMeulen
6f71d4f919
Bug 1255176 - Add more chunks to Android mochitest-gl. r=rail, a=test-only
2016-03-19 11:02:16 -04:00
Ryan VanderMeulen
8a1d569031
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
6945709df6
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
43144a6053
Bug 1173320 - patch 8/8 - Fix e10s tests for DeviceStorage API, r=smaug
2016-03-19 14:35:16 +01:00
Andrea Marchesini
e182d27bf0
Bug 1173320 - patch 7/8 - Tests for FileList and Directories, r=smaug
2016-03-19 14:34:57 +01:00
Andrea Marchesini
45a253eeab
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
b414c84f49
Bug 1173320 - patch 5/8 - Cleanup manual string path management, r=smaug
2016-03-19 14:34:05 +01:00
Andrea Marchesini
d215d8e07a
Bug 1173320 - patch 4/8 - Directory in FileList, r=smaug
2016-03-19 14:33:43 +01:00
Andrea Marchesini
3d39866a21
Bug 1173320 - patch 3/8 - Improve the Windows path management, r=smaug
2016-03-19 14:33:27 +01:00
Andrea Marchesini
efcaa5137b
Bug 1173320 - patch 2/8 - Proper naming for the FileSystem path serialization, r=smaug
2016-03-19 14:32:58 +01:00
Andrea Marchesini
0b3e2a0af9
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
495f754285
No bug, Automated blocklist update from host bld-linux64-spot-543 - a=blocklist-update
2016-03-19 04:43:34 -07:00
ffxbld
ca7afdb95a
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
fc95f3faae
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
715daf4eb1
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
32a8330a20
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
270b346b9f
Bug 1256307: Only print via the parent in Nightly. r=jimm
2016-03-19 10:56:40 +00:00
Jan de Mooij
f6259b5ba2
Bug 1257408 - Fix VS2015 C4312 warnings in js/src. r=nbp
2016-03-19 11:04:33 +01:00