Tom Tromey
1b5a2bdb96
Bug 1286877 - do not set c-basic-offset for python-mode; r=gps
...
This removes the unnecessary setting of c-basic-offset from all
python-mode files.
This was automatically generated using
perl -pi -e 's/; *c-basic-offset: *[0-9]+//'
... on the affected files.
The bulk of these files are moz.build files but there a few others as
well.
MozReview-Commit-ID: 2pPf3DEiZqx
2016-07-14 10:16:42 -06:00
Chris Peterson
6c0f810682
Bug 1277106 - Part 2: Expand MOZ_UTF16() strings to u"" string literals. r=Waldo
2016-07-20 22:03:25 -07:00
Carsten "Tomcat" Book
58f5467519
Backed out changeset 684888aeee81 (bug 1287946)
2016-07-21 08:07:12 +02:00
Jim Chen
0ea27022be
Bug 1287946 - Update existing code to use mozilla::java; r=me
2016-07-21 00:42:26 -04:00
James Andreou
d8171e1f43
Bug 1277590 - Changed setting docShell to private to opening a private window. r=ehsan
...
MozReview-Commit-ID: 2NSkp2n0mWy
2016-06-07 18:54:26 -07:00
Chris Peterson
1e35dbdf75
Bug 1272513 - Part 2: Remove redundant -Wshadow CXXFLAGS from moz.build files. r=glandium
2016-05-14 00:54:55 -07:00
Paolo Amadini
29e7952256
Bug 1261344 - Fix race condition with the state of Download objects when Application Reputation blocking occurs. r=mak
...
MozReview-Commit-ID: L0SWRBTnKOh
2016-04-18 14:22:05 +01:00
Paolo Amadini
e73184e12b
Bug 899013 - Interface for customizing the DownloadIntegration module. r=mak
...
MozReview-Commit-ID: HWmcxXlLdLx
2016-04-18 14:21:55 +01:00
Paolo Amadini
3e0a5054f6
Bug 1139914 - Downloads with blocked data should be persisted across sessions. r=mak
...
MozReview-Commit-ID: 4XkSTaNZcLo
2016-03-20 14:25:42 +00:00
Paolo Amadini
8a79832341
Bug 1254100 - Part 2 - Downloads blocked by Application Reputation should provide information about the verdict. r=mak
...
MozReview-Commit-ID: FYH5Tdtbzn
2016-03-16 14:29:23 +00:00
Panos Astithas
f6f9b5b010
Bug 1250581 - Enable the browser_DownloadPDFSaver.js test on e10s. r=me
...
MozReview-Commit-ID: DMVWdfmaIXr
2016-02-26 12:06:36 +02:00
ISHIKAWA, Chiaki
9ee69e3ce0
Bug 1248252 - Improper outdated octal constant syntax in M-C tree. Use '0o' prefix. r=dao
...
Be warned. Do not attemp to change the .js "test" source code in ./js
They are meant to check
- the outdated 0666 octal constant is still parsed correctly,
- the outdated 0666 octal constant raises syntax error flag
in strict mode, etc.
So leave them alone.
2016-02-15 08:57:00 +01:00
Paolo Amadini
ed28d1b8f2
Bug 989960 - Unhandled rejections in DOM Promises should cause xpcshell tests to fail. r=Yoric
2016-02-03 12:58:03 +00:00
Wes Kocher
c8dce5079f
Backed out changeset e8148cda7d85 (bug 989960) for xpcshell bustage
2016-02-01 08:25:19 -08:00
Paolo Amadini
743e1ad1ea
Bug 989960 - Unhandled rejections in DOM Promises should cause xpcshell tests to fail. r=Yoric
2016-01-30 18:53:56 +00:00
Phil Ringnalda
2f2864cc29
Back out 3958782fe187 (bug 989960) for Android crashes in test_watchdog_default.js
2016-01-29 20:12:44 -08:00
Paolo Amadini
4aac6813ea
Bug 989960 - Unhandled rejections in DOM Promises should cause xpcshell tests to fail. r=Yoric
2016-01-29 13:19:53 +00:00
Chris Manchester
92989bf2a3
Bug 1243096 - Remove ini manifests containing only support-files and move their contents to TEST_HARNESS_FILES. r=gps
2016-01-27 17:46:34 -08:00
Christoph Kerschbaumer
e7bc893d1c
Bug 1239913 - Convert toolkit/ to use asyncOpen2 where loadingPrincipal is SystemPrincipal (r=sicking)
2016-01-20 12:42:09 -08:00
Sebastian Kaspari
a95d19a0ad
Bug 1216537 - Check and request storage permission if file download is started. r=nalexander,paolo
2016-01-15 19:38:18 +01:00
Dave Townsend
8dc7f59eb3
Bug 1229142: Link browser and toolkit test directory to the shared eslintrc files. r=Standard8
2015-11-30 13:05:00 -08:00
Mrinal Dhar
b9fcdd077b
Bug 1113736 - Remove tail.js and add cleanup function call in head.js. r=paolo
2015-12-28 15:05:13 +00:00
Dave Townsend
1c4c3fc446
Bug 1229519: Fix download managers to pass eslint checks. r=mak
2015-12-03 10:00:18 -08:00
Christoph Kerschbaumer
6d34f2a6f1
Bug 1225641 - Change default security flags within NetUtil.newChannel (r=sicking)
2015-11-17 17:35:30 -08:00
Christoph Kerschbaumer
e2cb9aea77
Bug 1223437 - Use channel.asyncOpen2 in toolkit/components/jsdownloads/test/unit (r=sicking)
2015-11-15 14:48:38 -08:00
Nigel Babu
dda22d2ceb
Backed out changeset 874285de3dc7 (bug 1223437)
2015-11-16 16:03:15 +05:30
Christoph Kerschbaumer
2d47f157d5
Bug 1223437 - Use channel.asyncOpen2 in toolkit/components/jsdownloads/test/unit (r=sicking)
2015-11-15 14:48:38 -08:00
Nathan Froyd
4e6d8f6705
Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat
...
The bulk of this commit was generated with a script, executed at the top
level of a typical source code checkout. The only non-machine-generated
part was modifying MFBT's moz.build to reflect the new naming.
CLOSED TREE makes big refactorings like this a piece of cake.
# The main substitution.
find . -name '*.cpp' -o -name '*.cc' -o -name '*.h' -o -name '*.mm' -o -name '*.idl'| \
xargs perl -p -i -e '
s/nsRefPtr\.h/RefPtr\.h/g; # handle includes
s/nsRefPtr ?</RefPtr</g; # handle declarations and variables
'
# Handle a special friend declaration in gfx/layers/AtomicRefCountedWithFinalize.h.
perl -p -i -e 's/::nsRefPtr;/::RefPtr;/' gfx/layers/AtomicRefCountedWithFinalize.h
# Handle nsRefPtr.h itself, a couple places that define constructors
# from nsRefPtr, and code generators specially. We do this here, rather
# than indiscriminantly s/nsRefPtr/RefPtr/, because that would rename
# things like nsRefPtrHashtable.
perl -p -i -e 's/nsRefPtr/RefPtr/g' \
mfbt/nsRefPtr.h \
xpcom/glue/nsCOMPtr.h \
xpcom/base/OwningNonNull.h \
ipc/ipdl/ipdl/lower.py \
ipc/ipdl/ipdl/builtin.py \
dom/bindings/Codegen.py \
python/lldbutils/lldbutils/utils.py
# In our indiscriminate substitution above, we renamed
# nsRefPtrGetterAddRefs, the class behind getter_AddRefs. Fix that up.
find . -name '*.cpp' -o -name '*.h' -o -name '*.idl' | \
xargs perl -p -i -e 's/nsRefPtrGetterAddRefs/RefPtrGetterAddRefs/g'
if [ -d .git ]; then
git mv mfbt/nsRefPtr.h mfbt/RefPtr.h
else
hg mv mfbt/nsRefPtr.h mfbt/RefPtr.h
fi
2015-10-18 01:24:48 -04:00
Carsten "Tomcat" Book
036e6d2fa3
Backed out 2 changesets (bug 1202902) to recking bug 1202902 to be able to reopen inbound on a CLOSED TREE
...
Backed out changeset 647025383676 (bug 1202902 )
Backed out changeset d70c7fe532c6 (bug 1202902 )
2015-10-07 14:03:21 +02:00
Carsten "Tomcat" Book
12369728f5
Backed out 1 changesets (bug 1202902) for causing merge conflicts to mozilla-central
...
Backed out changeset cfc1820361f5 (bug 1202902 )
2015-10-07 12:13:45 +02:00
Shu-yu Guo
474f49adb7
Bug 1202902 - Scripted fix the world.
2015-10-06 14:00:31 -07:00
Tooru Fujisawa
afbd2956bc
Bug 1207498 - Part 1: Remove use of expression closure from toolkit/components/, except tests. r=Gijs
2015-09-24 20:32:23 +09:00
Tooru Fujisawa
3d13712ac2
Backed out changeset 036615ba3257 (bug 1207498) for Linux pgo M(oth) failure
2015-09-27 23:42:50 +09:00
Tooru Fujisawa
f2efd2a948
Bug 1207498 - Part 1: Remove use of expression closure from toolkit/components/, except tests. r=Gijs
2015-09-24 20:32:23 +09:00
Chris Peterson
752223fd52
Bug 1207030 - Enable -Wshadow flag in more directories that have no -Wshadow warnings. r=glandium
2015-09-22 21:39:03 -07:00
Shu-yu Guo
37989840cd
Bug 1202902 - Mass replace toplevel 'let' with 'var' in preparation for global lexical scope. (rs=jorendorff)
2015-09-15 11:19:45 -07:00
Aidin Gharibnavaz
822701ee34
Bug 377630 - Preventing filename disclosure, by putting downloaded files in a private directory. r=bz
2015-09-09 09:21:00 +02:00
Nicholas Nethercote
12fec02dfb
Bug 1198334 (part 1) - Replace the opt-in FAIL_ON_WARNINGS with the opt-out ALLOW_COMPILER_WARNINGS. r=glandium.
...
The patch removes 455 occurrences of FAIL_ON_WARNINGS from moz.build files, and
adds 78 instances of ALLOW_COMPILER_WARNINGS. About half of those 78 are in
code we control and which should be removable with a little effort.
2015-08-27 20:44:53 -07:00
Dylan Roeh
f655040584
Bug 1163937 - Added forceSave function to DownloadIntegration and ensured that downloads removed in Sanitizer do not persist. r=margaret
2015-08-11 15:33:57 -05:00
Magnus Melin
5b81504ee1
Bug 1159632 - TEST-UNEXPECTED-FAIL | toolkit/components/jsdownloads/test/unit/test_DownloadImport.js when browser.helperApps.deleteTempFileOnExit true. r=paolo
2015-05-25 21:16:22 +03:00
Wes Kocher
a873030f3a
Backed out changeset ee2d0bbca72c (bug 1159632) for windows xpcshell permafail
2015-06-07 18:57:58 -07:00
Magnus Melin
c928e3cb15
Bug 1159632 - TEST-UNEXPECTED-FAIL | toolkit/components/jsdownloads/test/unit/test_DownloadImport.js. r=paolo
...
The failure occured when browser.helperApps.deleteTempFileOnExit was set to true.
2015-05-25 21:16:22 +03:00
Christoph Kerschbaumer
9ea833fd29
Bug 1162657 - Turn NewChannel deprecation warnings into assertions (r=sworkman,sicking,paolo)
2015-05-13 17:58:52 -07:00
Georg Fritzsche
f1b09b984d
Bug 1149754 - Part 1: Rename TelemetryPing.jsm to TelemetryController.jsm. r=vladan
2015-04-27 18:07:58 +02:00
Kartikaya Gupta
ebe4a3e37e
Bug 1039866 - Rip out a bunch of metro-only code. r=jimm,gavin,rstrong
2015-04-23 15:10:30 -04:00
Andrea Marchesini
18b38ad706
Bug 1156632 - Remove unused forward class declarations - patch 4 - netwerk image and dom, r=ehsan
2015-04-22 08:29:20 +02:00
Ganesh Sahukari
ebe8092b28
Bug 1009465 - Set the read-only attribute for temporary downloads on Windows. r=paolo
2015-04-01 23:43:28 +05:30
Jan Beich
f8d9ac731b
Bug 1147845 - Drop redundant check to keep blocked download data on Tier3 platforms as well. r=jaws
2015-04-01 08:27:00 +02:00
Aime Galmi
60ced7a657
Bug 1132213 - Remove newChannel2 and asyncFetch2 calls in the "jsdownloads" folder. r=paolo
2015-03-22 01:38:01 +01:00
Hiroyuki Ikezoe
c5fc11787e
Bug 1139254 - Use MockRegistrar in toolkit/components. r=Unfocused
2015-03-24 19:47:00 -04:00