Ehsan Akhgari
|
1b83407ce9
|
Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc
This patch was automatically generated by the following script:
#!/bin/bash
# Command to convert PRUnichar to char16_t
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*modules/libmar*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name prtypes.h \
! -name Char16.h \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert PRUnichar char16_t
|
2014-01-04 10:02:17 -05:00 |
Ms2ger
|
720834258c
|
Bug 939048 - Part f: Move mochitests to manifests in dom/workers; r=jst
|
2013-12-31 10:06:11 +01:00 |
Olli Pettay
|
e979b883fc
|
Bug 949722 - Assigning to '.onerror' of XHR appends an event listener, rather than overwriting it (only in workers), r=khuey
|
2013-12-21 02:22:13 +02:00 |
Boris Zbarsky
|
04abdddba3
|
Bug 949890. Fix rooting hazard in workers::XMLHttpRequest::Send. r=khuey
|
2013-12-20 14:28:18 -05:00 |
Ben Turner
|
86e30d86c0
|
Bug 951671, Periodic Worker activity during idle. r=khuey.
|
2013-12-20 14:03:19 -05:00 |
Andrea Marchesini
|
549b9bddc1
|
Bug 949456 - MessageEventInit updated to the latest spec, r=bz
|
2013-12-20 08:51:03 +00:00 |
Ehsan Akhgari
|
4fa04d6a28
|
Bug 951555 - Clean up dead code from dom/workers/RuntimeService.cpp after removal of heuristic detection from the File API; r=bent
|
2013-12-18 22:54:26 -05:00 |
Terrence Cole
|
9bf909fcdc
|
Bug 951407 - Fix two hazards introduced by bug 951282; r=sfink
|
2013-12-17 14:24:22 -08:00 |
Henri Sivonen
|
cc6db4c2e7
|
Bug 848842 - Stop using heuristic detection in the File API. r=bzbarsky.
|
2013-12-17 12:47:25 +02:00 |
Wes Kocher
|
51be634cd2
|
Backed out changeset ef0eeaec74a8 (bug 949183) on the theory that it somehow broke every single b2g test on a CLOSED TREE
|
2013-12-16 18:27:43 -08:00 |
Ben Turner
|
357b12898a
|
Bug 914762 - Switch Workers to use a normal nsThread event loop, r=mrbkap.
--HG--
extra : transplant_source : /%93%60%CC%3A%16%B16%A1%5Bmx%9F%FA%7B%10JD%F0%E7
|
2013-10-23 06:16:49 -07:00 |
Sean Stangl
|
59305924cb
|
Bug 949183 - Fix jsid static constructor explosion. r=Waldo
|
2013-12-16 14:40:05 -08:00 |
Chris Peterson
|
8c13061a40
|
Bug 949353 - Fix -Wsometimes-uninitialized warnings in dom/workers/WorkerPrivate.cpp. r=khuey
|
2013-12-11 21:13:24 -08:00 |
Andrea Marchesini
|
aeb5063aca
|
Bug 887836 - URLSearchParams and URL, r=ehsan, r=bz, r=smaug
--HG--
rename : dom/workers/test/urlSearchparams_worker.js => dom/workers/test/urlSearchParams_worker.js
|
2013-12-12 19:30:27 +00:00 |
Andrea Marchesini
|
41741d7eb0
|
Bug 887836 - patch 2 - URLQuery in workers, r=khuey
|
2013-12-12 19:30:20 +00:00 |
Ryan VanderMeulen
|
f88ec242eb
|
Merge inbound to m-c.
|
2013-12-11 13:32:11 -05:00 |
Ryan VanderMeulen
|
464d00d6ad
|
Merge b2g-inbound to m-c.
|
2013-12-11 13:24:26 -05:00 |
Andrea Marchesini
|
2d0f4a55fe
|
Bug 487070 - a pref for enabling the lastest version of JS in Web Workers, r=baku, r=bent
|
2013-12-10 11:43:16 +00:00 |
Carsten "Tomcat" Book
|
730750085e
|
Backed out changeset 10800c0df8b5 (bug 487070) for build bustage on a CLOSED TREE
|
2013-12-11 10:56:23 +01:00 |
Andrea Marchesini
|
af2dd4beb8
|
Bug 487070 - a pref for enabling the lastest version of JS in Web Workers, r=baku, r=bent
|
2013-12-10 11:43:16 +00:00 |
Ben Turner
|
4932a60252
|
Bug 924089 - 'Enable SharedWorker by default', r=ehsan+khuey.
|
2013-12-09 11:57:40 -08:00 |
Ehsan Akhgari
|
e004ec8ac0
|
Bug 947736 - Build modules/libpref/ in unified mode; r=bsmedberg
|
2013-12-10 18:10:01 -05:00 |
Ryan VanderMeulen
|
6a9890da79
|
Backed out changeset dc5b1daf5fbb (bug 487070) for B2G mochitest-8 orange.
--HG--
extra : rebase_source : 83864e72c5b5082ccd2956cd89e25e1a6f16fee8
|
2013-12-10 14:28:44 -05:00 |
Andrea Marchesini
|
9abe98f247
|
Bug 487070 - a pref for enabling the lastest version of JS in Web Workers
|
2013-12-10 11:43:16 +00:00 |
Nicholas Nethercote
|
8bbe1e2dc1
|
Bug 947798 (part 2) - Remove MemoryMultiReporter, because it's no longer helpful. r=mccr8.
--HG--
extra : rebase_source : f6f74de69d8c1d79d38b84b19dff5439efc41075
|
2013-12-07 21:39:47 -08:00 |
Nicholas Nethercote
|
6e5e55931d
|
Bug 947798 (part 1) - Rename NS_MEMORY_REPORTER_MALLOC_SIZEOF_FUN as MOZ_DEFINE_MALLOC_SIZE_OF. r=mccr8.
--HG--
extra : rebase_source : ec09d4c31264c15befb020375bf001a1ad1df6b8
|
2013-12-07 21:38:32 -08:00 |
Luke Wagner
|
855ca467e3
|
Bug 941830 - Extend asm.js compiled code caching to Workers (r=bent)
--HG--
extra : rebase_source : 4fed947b2fa76e26054d8293cec31433ceb61c8d
|
2013-12-03 13:31:30 -06:00 |
Kyle Huey
|
c097e70a19
|
Bug 935692: Don't try to fire error events on non-DOM globals. r=bent
|
2013-12-09 13:59:15 -08:00 |
Kyle Huey
|
6332c0c9a4
|
Back out bug 935692 on this CLOSED TREE due to warnings-as-errors bustage.
|
2013-12-09 10:46:18 -08:00 |
Kyle Huey
|
69b8b5436e
|
Bug 935692: Don't try to fire error events on non-DOM globals. r=bent
|
2013-12-09 10:20:06 -08:00 |
Birunthan Mohanathas
|
3440613a39
|
Bug 713082 - Part 2: Rename Util.h to ArrayUtils.h. r=Waldo
--HG--
rename : mfbt/Util.h => mfbt/ArrayUtils.h
|
2013-12-08 21:52:54 -05:00 |
Birunthan Mohanathas
|
68b00083fd
|
Bug 713082 - Part 1: Remove unnecessary Util.h includes. r=Waldo
|
2013-12-08 21:52:33 -05:00 |
Ryan VanderMeulen
|
84787e77aa
|
Merge b2g-inbound to m-c.
|
2013-12-05 17:53:41 -05:00 |
Nicholas Nethercote
|
b413e441cf
|
Bug 943660 (part 2) - Remove remnants of Remove nsIMemoryReporter::name.
--HG--
extra : rebase_source : 900bd1c641b26623cccf14d952b5387223b489eb
|
2013-12-03 20:01:24 -08:00 |
Nicholas Nethercote
|
42309eb2d5
|
Bug 927740 (part 4) - Make workers CC on memory-pressure. r=khuey.
--HG--
extra : rebase_source : 372b3de683342634a182d3e782016718c067cead
|
2013-12-02 20:07:02 -08:00 |
Nicholas Nethercote
|
0cd410a29a
|
Bug 927740 (part 3) - Make workers respond to "child-cc-request" notifications. r=khuey.
--HG--
extra : rebase_source : 34a15c4bf15bb0fd1601675e7e7cc4b5117ed433
|
2013-12-02 20:07:02 -08:00 |
Martijn Wargers
|
f8d03252bb
|
Bug 927196 - Check more stuff in XHR. r=jonas
|
2013-10-16 19:20:51 +02:00 |
Nicholas Nethercote
|
39004db706
|
Bug 936964 (part 7, attempt 2) - Make lots of classes report their own memory consumption, instead of using a separate reporter class. r=mccr8,sr=bz.
* * *
Bug 936964 (part 7b) - Fix a use-after-free found by ASan.
--HG--
extra : rebase_source : d38ab6b63e9d576773baf8e55fa4f7182c33915e
|
2013-11-07 16:35:30 +11:00 |
Ehsan Akhgari
|
a903aefdc0
|
Backed out 9 changesets (bug 943660, bug 936964) because of ASAN use-after-free crashes on browser-chrome and mochitest-other
Backed out changeset 85486c4aa3d8 (bug 936964)
Backed out changeset 25312eb71998 (bug 936964)
Backed out changeset 6dbb8333960c (bug 936964)
Backed out changeset da6465ad476f (bug 936964)
Backed out changeset a87ffc992f38 (bug 936964)
Backed out changeset 4ae3a61182db (bug 936964)
Backed out changeset 34e9c3137804 (bug 936964)
Backed out changeset fd1459e71585 (bug 936964)
Backed out changeset 3e8a701d8bdc (bug 943660)
Landed on a CLOSED TREE
--HG--
rename : content/canvas/src/WebGLMemoryTracker.h => content/canvas/src/WebGLMemoryReporterWrapper.h
|
2013-11-27 20:05:00 -05:00 |
Nicholas Nethercote
|
bc475c75df
|
Bug 936964 (part 7) - Make lots of classes report their own memory consumption, instead of using a separate reporter class. r=mccr8,sr=bz.
--HG--
rename : content/canvas/src/WebGLMemoryReporterWrapper.h => content/canvas/src/WebGLMemoryTracker.h
extra : rebase_source : 611e8d35907959b163aeced1c4ffe1d265048fe6
|
2013-11-07 16:35:30 +11:00 |
Joshua Cranmer
|
ae71929347
|
Bug 884676 - Convert JSPrincipals::refcount to Atomic<int32_t> in JS_THREADSAFE builds, and remove JS_ATOMIC_*. r=Waldo
|
2013-11-27 09:37:10 -06:00 |
Phil Ringnalda
|
6c467f231c
|
Bug 936700 - Warning fix 2 of 2
CLOSED TREE
|
2013-11-24 12:49:15 -08:00 |
Nikhil Marathe
|
34b13d7ba2
|
Bug 936700 - Unused variable fix on a CLOSED TREE. r=bustage
--HG--
extra : amend_source : 578c954f8b91dcaedb3c757584a98e382f7141d9
|
2013-11-24 12:01:50 -08:00 |
Nikhil Marathe
|
e8f2e2d695
|
Bug 936700 - Worker Preferences cache. r=bent
|
2013-11-24 11:27:15 -08:00 |
Nikhil Marathe
|
c78157de46
|
Bug 915233 - DOM Promises on Workers. r=baku,bent,smaug,bz sr=sicking
|
2013-11-24 11:26:07 -08:00 |
Terrence Cole
|
bde6f281c2
|
Bug 941784 - Fix an exact rooting hazard false positive in XMLHttpRequest::Send; r=bent
--HG--
extra : rebase_source : d27bf81bb50528c49ad1036e19fcef6040ae4575
|
2013-11-21 10:56:35 -08:00 |
Steve Fink
|
9a66cefbf3
|
Bug 940779 - MessageEventInit is a dictionary, r=bent
--HG--
extra : rebase_source : 37d006cf615cc6e7ed2a7141df54d9b948248946
|
2013-11-21 12:42:50 -08:00 |
Steve Fink
|
98cb213cf3
|
Backed out changeset 4088133a80e6 (bug 940779). It was the wrong fix.
--HG--
extra : rebase_source : 91ba320384e6ad196d0f8ce923e7bc33de45388a
|
2013-11-21 12:39:43 -08:00 |
Boris Zbarsky
|
299e9bc2b3
|
Bug 941437 part 2. Remove the unused cx argument from UNWRAP_OBJECT and UNWRAP_WORKER_OBJECT. r=smaug
|
2013-11-21 07:51:16 -05:00 |
Boris Zbarsky
|
ae8b4cf576
|
Bug 941437 part 1. Remove the unused cx argument from dom::UnwrapObject. r=smaug
|
2013-11-21 07:51:15 -05:00 |