Commit Graph

183774 Commits

Author SHA1 Message Date
Bobby Holley
239818f4e1 Bug 997440 - Fix an XPConnect test bug. r=bz
This failure is currently being silently squelched on trunk.
2014-05-20 22:52:19 -07:00
Bobby Holley
0f933598b0 Bug 997440 - Push some more cxes in jsd. r=bz 2014-05-20 22:52:18 -07:00
Robert O'Callahan
2e946b1671 Bug 1001320. Part 5: Use #pragma GCC visibility on B2G. r=glandium
--HG--
rename : config/gcc_hidden.h => config/gcc_hidden_dso_handle.h
2014-05-11 23:37:14 -07:00
Dan Gohman
e1805ef6cd Bug 1004363 - IonMonkey: Eliminate the UnsplitEdges pass and just have Codegen know how to skip past trivial blocks. r=mjrosenb 2014-05-20 20:28:49 -07:00
Dan Gohman
4a31f96ccb Bug 1004363 - IonMonkey: Better basic block and graph dumping. r=mjrosenb 2014-05-20 20:28:49 -07:00
Luke Wagner
1bca15de31 Bug 1013658 - Handle null ScriptSource in AutoFilename::get (r=bholley)
--HG--
extra : rebase_source : d154d1c974c8ec69744773c14d57c278e75a77f5
2014-05-20 21:12:23 -05:00
Nicholas Nethercote
07424e1651 Bug 1013652 - Add a "DMD" button to about:memory when DMD is enabled. r=mccr8.
--HG--
extra : rebase_source : 368251faf2fbadad106a2d5fab3be56d455d16e9
2014-05-20 19:29:37 -07:00
Mike Hommey
b4bc306d1d Bug 1013646 - Fix build failure with GCC < 4.7 after bug 992357. r=jchen 2014-05-21 11:28:39 +09:00
Mike Hommey
195b02093e Bug 1013055 - Update sccache to e27061a. r=mshal 2014-05-21 11:28:13 +09:00
Mike Hommey
bbacb8fb5e Bug 957721 - Transform mach into a shell script that reexecutes itself with python. r=mshal 2014-05-21 11:27:30 +09:00
Dan Gohman
fcc00b93f4 Bug 1010586 - IonMonkey: Make MUse enforce use-list invariants automatically. r=nbp 2014-05-20 18:43:16 -07:00
Dan Gohman
cadf002007 Bug 1007027 - IonMonkey: Don't do backedge type processing for resume points in deleted blocks. r=nbp 2014-05-20 18:43:16 -07:00
Dan Gohman
640a53f88f Bug 1010586 - IonMonkey: Eliminate the isObserved flag and compute observability on demand. r=nbp 2014-05-20 18:43:15 -07:00
Dan Gohman
5939d1f221 Bug 1010586 - IonMonkey: Shrink the MUse class by making the index field unnecessary. r=nbp 2014-05-20 18:43:15 -07:00
Jed Davis
c7dae997a6 Bug 920372 - Fix socketcall whitelisting on i386. r=kang 2014-05-20 18:38:14 -07:00
Jed Davis
1523066770 Bug 920372 - Allow tgkill only for threads of the calling process itself. r=kang 2014-05-20 18:38:06 -07:00
Jed Davis
3a308504da Bug 920372 - Use Chromium seccomp-bpf compiler to dynamically build sandbox program. r=kang 2014-05-20 18:37:53 -07:00
Jed Davis
3b103d307f Bug 920372 - Import Chromium seccomp-bpf compiler, rev 4c08f442d2588a2c7cfaa117a55bd87d2ac32f9a. r=kang
Newly imported:
* sandbox/linux/seccomp-bpf/
* sandbox/linux/sandbox_export.h
* base/posix/eintr_wrapper.h

Updated:
* base/basictypes.h
* base/macros.h

At the time of this writing (see future patches for this bug) the only
things we're using from sandbox/linux/seccomp-bpf/ are codegen.cc and
basicblock.cc, and the header files they require.  However, we may use
more of this code in the future, and it seems cleaner in general to
import the entire subtree.
2014-05-20 18:37:45 -07:00
Shu-yu Guo
f9ede83832 Bug 717749 - Part 3: Terminate instead of resume debuggee script on tab closure. (r=past) 2014-05-20 18:27:25 -07:00
Shu-yu Guo
0e3c29e660 Bug 717749 - Part 2: Hook up the debugger to the slow script debug service. (r=past) 2014-05-20 18:27:25 -07:00
Shu-yu Guo
6e40fc005f Bug 717749 - Part 1: Add a slow script debug handler service. (r=smaug) 2014-05-20 18:27:24 -07:00
Nicholas Nethercote
a0bec3a4ef Bug 1013078 (part 2) - Remove some dead code in tools/jprof/stub/libmalloc.h. r=dbaron.
--HG--
extra : rebase_source : 6d94aa82432e255684dacefb3e39891cb1bdc208
2014-05-20 18:05:17 -07:00
Nicholas Nethercote
03023e2bf9 Bug 1013078 (part 1) - Remove some dead code left over from the removal of the Leaky tool. r=dbaron.
--HG--
extra : rebase_source : 2382c476375c0f51c14800c1e8f363363737807e
2014-05-20 18:03:27 -07:00
Nicholas Nethercote
fd10dc315b Bug 1013014 - Disable Trace Malloc on TBPL debug builds. r=glandium.
--HG--
extra : rebase_source : 7f1286b7b64cb80f2b5f3efe605ba4437ead73ab
2014-05-19 18:16:42 -07:00
Jeff Gilbert
94fc6997e4 Bug 1013648 - Removed premultiplied super luminescent reftest. - r=jgilbert 2014-05-20 16:21:59 -07:00
Brian Hackett
ab0bca3a73 Bug 1012642 - Trigger a read barrier earlier when copying RegExpShared from one object to another, r=billm. 2014-05-20 16:12:49 -07:00
Sid Stamm
57aafadedf Bug 994320 - Implement permitsAncestry CSP in C++. r=ckerschb,grobinson 2014-05-20 14:59:51 -07:00
Sid Stamm
f184b5192e Bug 994318 - Implement caching for ShouldLoad to speed things up. r=ckerschb,grobinson 2014-05-20 14:59:47 -07:00
Nathan Froyd
68ff4ac7db Bug 1013475 - give inIDeepTreeWalker all of nsIDOMTreeWalker's methods/attributes, rather than inheriting them; r=bz 2014-05-20 14:17:27 -04:00
Nikhil Marathe
25ee8c2808 Bug 1008467 - Callbacks to then() resolve Promise asynchronously. r=bz 2014-05-20 14:55:36 -07:00
Eitan Isaacson
ae8d652307 Bug 1004294 - Improve explore by touch performance. r=yzen 2014-05-20 14:39:09 -07:00
Nikhil Marathe
7f1cb23bae Bug 1009569 - Promise then() must be called on a clean stack. r=bz 2014-05-20 14:21:13 -07:00
EKR
b0ca419e1e Bug 1012999: When STUN global rate limit is exceeded, record this in telemetry. r=ekr 2014-05-19 19:16:38 -07:00
Dan Gohman
9a5cfdeacc Bug 1012964 - IonMonkey: Follow-up patch to give a variable a better name. r=me DONTBUILD 2014-05-20 13:51:22 -07:00
Terrence Cole
550d6b3006 Bug 1010655 - Always use the faster version of IsInsideNursery when possible; r=jonco
--HG--
extra : rebase_source : 18c195a3a5897529275deb210bfa7f57f8e29bd8
2014-05-14 19:48:09 -07:00
Dan Gohman
ddd7d7f120 Bug 1012964 - IonMonkey: Optimize LiveInterval::addRange. r=bhackett 2014-05-20 13:36:40 -07:00
Patrick McManus
4de8618b54 bug 1012853 - kill switch for https proxying r=hurley 2014-05-19 16:29:46 -04:00
Patrick McManus
3794ffe8c0 bug 1012827 - release https proxy connect serialization earlier r=hurley 2014-05-19 15:37:58 -04:00
Patrick McManus
ab3d1b6589 bug 1012825 - https proxying over http/2 connect stream r=hurley 2014-05-19 15:37:35 -04:00
Mike Conley
00f236ed86 Bug 616134 - Content processes should annotate URLs for crashes. r=felipe. 2014-05-17 12:39:14 -04:00
Monica Chew
b35189dfe7 Bug 1013504: Introduce error file for genHPKPStaticPins.js (r=keeler) 2014-05-20 13:25:02 -07:00
Boris Zbarsky
8c61f72f11 Bug 999315. Revert alert(undefined) to showing the string "undefined" again, like it used to, pending the spec getting sorted out. r=peterv 2014-05-20 16:07:17 -04:00
Boris Zbarsky
a60e0561f2 Bug 1012944. Hide window.home/back/forward from web pages, since those are non-standard and cause pages to not set up their own thins with the same names. r=peterv 2014-05-20 16:07:17 -04:00
Boris Zbarsky
6982a0c80d Bug 1000175. Make sure error events on window only fire if the active document has not changed from when the exception was thrown. r=smaug 2014-05-20 16:07:17 -04:00
Ms2ger
16c47c80e1 Bug 874212 - Move document.all to WebIDL; r=bz
The static jsids in nsDOMClassInfo are newly unused, except for sEnumerate_id,
which was unused before.

This also removes the test_nondomexception.html test, which relied on an
obscure detail of the exception being thrown from document.all; I haven't
found another API which does something equally silly.
2014-05-20 21:52:21 +02:00
Ms2ger
3e6905c911 Bug 1007243 - Remove nsJSContext::GarbageCollectNow's unused IsCompartment argument; r=bholley
It has been unused since changeset 82f8c3925056 in bug 903212.
2014-05-20 21:50:59 +02:00
Ms2ger
50eed20628 Bug 968804 - Part g: Add outer window assertions to AreDialogsEnabled; r=peterv 2014-05-20 21:50:59 +02:00
Ms2ger
cabf378984 Bug 968804 - Part f: Add outer window assertions to DispatchDOMWindowCreated; r=peterv 2014-05-20 21:50:59 +02:00
Ms2ger
e291d34d50 Bug 968804 - Part e: Add outer window assertions to PreloadLocalStorage; r=peterv 2014-05-20 21:50:58 +02:00
Ms2ger
30085d357e Bug 968804 - Part d: Add outer window assertions to SetInitialPrincipalToSubject; r=peterv 2014-05-20 21:50:58 +02:00