Commit Graph

363862 Commits

Author SHA1 Message Date
Sotaro Ikeda
32ae4b65c0 Bug 1016805 - fix AsyncTransactionTracker handling r=nical 2014-06-04 15:11:00 -07:00
Jeff Walden
2dad99b5fc Bug 1019334 - Require that Init be called on a newly-constructed TypedArray struct to use it. r=bz 2014-06-03 18:31:43 -07:00
Jeff Walden
1a1b036850 Add a comment next to XDR_BYTECODE_VERSION directing people changing it to update the bytecode docs wiki page as well. No bug, r=trivial 2014-06-04 12:50:41 -07:00
Tooru Fujisawa
fb3658c54a Bug 471713 - Uncomment the sys.exit() in error() in the script to generate documentation for SpiderMonkey opcodes. r=jwalden
--HG--
extra : rebase_source : 488896716573a7309de239485a1cea268675e97c
2014-05-10 02:10:39 +09:00
Christoph Kerschbaumer
5d5e2a8ad0 Bug 1020407 - CSP in C++: Log more descriptive console message if parsing fails (r=sstamm) 2014-06-04 10:19:00 -07:00
Brian Hackett
158987035d Bug 1019188 - Transform phi(int32,boolean) into phi(int32,int32) when it is only consumed by test instructions, r=sunfish. 2014-06-04 15:54:32 -06:00
William Chen
667b68b711 Bug 1017896 - Ensure there is a template contents owner when creating template elements. r=bz 2014-06-04 14:47:31 -07:00
Christoph Kerschbaumer
51df54f4c2 Bug 1019984 - CSP in CPP: Update Parser to return error when parsing invalid paths (r=sstamm) 2014-06-03 23:07:27 -07:00
Dan Gohman
638ea3c34f Bug 1020455 - IonMonkey: Optimize LPhi allocation r=sstangl 2014-06-04 14:08:22 -07:00
Dan Gohman
5b9539b68c Bug 1020455 - IonMonkey: Remove LIRGraph's redundant osrBlock field. r=sstangl 2014-06-04 14:08:21 -07:00
Dan Gohman
c06577dff7 Bug 1020455 - IonMonkey: Use a FixedList instead of a Vector for LIR arrays which are never resized r=sstangl 2014-06-04 14:08:21 -07:00
Dan Gohman
b0d85411d9 Bug 1020462 - IonMonkey: Use assumeUnreachable instead of breakpoints in more places. r=h4writer 2014-06-04 14:08:21 -07:00
Ryan VanderMeulen
3d3ce28f0f Backed out 5 changesets (bug 1015871, bug 1020257, bug 1015887, bug 1005888, bug 1015894) for desktop B2G mochitest failures on a CLOSED TREE.
Backed out changeset dbcb9974b640 (bug 1020257)
Backed out changeset 3220b7b2efc9 (bug 1015894)
Backed out changeset 4e23647ae247 (bug 1015887)
Backed out changeset 59df0cdacc15 (bug 1015871)
Backed out changeset e7124b07804b (bug 1005888)
2014-06-04 16:07:06 -04:00
Ryan VanderMeulen
d6d20ed14c Backed out changeset 12536416d070 (bug 991866) for breaking B2G mochitests.
CLOSED TREE
2014-06-04 16:04:14 -04:00
Nathan Froyd
3250d2da42 Bug 996061 - part 4 - throw away unscriptable interfaces that aren't otherwise needed; r=ted 2014-04-15 14:41:08 -04:00
Nathan Froyd
d5634d135b Bug 996061 - part 3 - try to shim param information in xptiInterfaceEntry when possible; r=bholley
This patch does all the interesting work: we check for shims whenever we get
asked about parameter information for methods.  If there's a shim for what we
want, we ask the shim to provide the information.  If not, we fail as usual.
2014-05-16 17:19:26 -04:00
Nathan Froyd
f93652281a Bug 996061 - part 2 - split out a method for getting an interface's typelib index; r=bholley
The code that looks up |xptiInterfaceEntry|s starts by figuring out where in
the typelib the desired entry lives.  We want to do the same thing for the
purpose of getting shims, so we can ask the typelib for the name of the thing
at that index.  Split out a method to do this for us.
2014-05-16 16:49:34 -04:00
Nathan Froyd
e6d354ac8d Bug 996061 - part 1 - add GetEntryNameAt method for typelibs; r=bholley
xpt linking works with two different currencies: UUIDs of interfaces, and names
of interfaces.  Names are how we support linking in unknown-at-compile-time
interfaces at runtime.  Since we need to know names to decide whether we have
shims for interfaces or not, we need a method for exposing the names.
2014-05-16 16:48:29 -04:00
Nathan Froyd
0c64deb27f Bug 996061 - part 0 - make tests use [scriptable] interfaces; r=ted
Smart xpt linking will keep around [scriptable] interfaces and anything
those interfaces depend on.  Modify the tests that deal with xpt linking
so they use [scriptable] interfaces, ensuring that the tests continue to
work in the face of smarter linkers.
2014-05-19 12:35:21 -04:00
Magnus Melin
9d661195b2 Bug 1017883 - Unable to view saved passwords in Thunderbird32.0a1, since _INTL_API not enabled. r=glandium 2014-06-04 22:17:03 +03:00
Markus Stange
92945b98e7 Bug 1013392 - Initialize the new nsDisplayListBuilder fields. 2014-06-04 21:18:20 +02:00
Markus Stange
2086bfa06c Bug 1014804 - Make the gtest make target only compile the tests, and not run them. r=BenWa, r=ted 2014-06-04 21:17:44 +02:00
Andrew Halberstadt
4c459289ac Bug 991866 - Decode mozprocess output before printing to stdout, r=gps 2014-06-04 15:00:01 -04:00
Randell Jesup
7683f60604 Bug 1006641: add telemetry for AudioStream open times r=jib 2014-06-04 14:52:32 -04:00
Randell Jesup
a02f87eea0 Bug 1003712: Codec availability support and prioritization r=ehugg 2014-06-04 14:52:32 -04:00
Randell Jesup
e324737c53 Bug 1003712: Use Media Resource Manager to reserve OMX Codecs r=jhlin 2014-06-04 14:52:31 -04:00
John Lin
edbb0cfe38 Bug 1003712: extend MediaResourceManagerService to support video encoder and no-wait mode. r=rjesup,jhlin,sotaro 2014-06-04 14:52:21 -04:00
James Graham
ecf1a3c65c Bug 1020470 - Package mozlog.structured html formatter support files, r=:ted.mielczarek 2014-06-04 19:30:07 +01:00
Vivien Nicolas
bdc698d575 Bug 1020257 - Dispatch hud events on the main window for system app related events. r=janx 2014-06-04 20:11:06 +02:00
Vivien Nicolas
d1f8d19075 Bug 1015894 - Use window.realFrameElement into b2g/components/ContentPermissionPrompt.js to dispatch the permission request to the correct iframe. r=ochameau 2014-06-04 20:11:06 +02:00
Vivien Nicolas
34a46b6121 Bug 1015887 - Expose realFrameElement to Chrome JS. r=bholley 2014-06-04 20:11:05 +02:00
Vivien Nicolas
d78153d511 Bug 1015871 - Wrong uint32_t type when reading the number of touch events in nsGuiEventIPC.h. r=smaug 2014-06-04 20:11:05 +02:00
Vivien Nicolas
23f352f308 Bug 1005888 - Remove unused #ifdef for gfx/thebes/gfxFT2FontList.cpp. r=jfkthame 2014-06-04 20:11:05 +02:00
David Keeler
8292161969 bug 1003566 - part 2/2: prevent OCSP requests from being upgraded to HTTPS by HSTS r=cviecco 2014-06-04 09:58:28 -07:00
Patrick McManus
b17f6374d4 bug 1003566 - part 1 - allowSTS attribute to nsIHttpChannel r=honzab 2014-06-04 09:57:15 -07:00
Benjamin Bouvier
0eb72f2aae Bug 1007187: Make enableSPSProfilingWithSlowAssertions() return undefined; r=djvj 2014-06-04 19:54:44 +02:00
Benjamin Bouvier
6b567c3353 Bug 1006894: Make disableSPSProfiling() return undefined; r=djvj 2014-06-04 19:54:35 +02:00
Ed Morley
55f6949537 Backed out changeset 11226b2f6088 (bug 997894) for causing intermittent Jetpack failures 2014-06-04 18:49:58 +01:00
Ed Morley
81c385a469 Backed out changeset 5f212af48739 (bug 997894) 2014-06-04 18:49:35 +01:00
Ed Morley
32efc68c65 Backed out changeset e4279ded250d (bug 997894) 2014-06-04 18:49:31 +01:00
Masayuki Nakano
a3b55bafec Bug 1020142 Comment out unused .code value definition for reducing footprint of code name array r=smaug 2014-06-05 02:47:30 +09:00
Sotaro Ikeda
d681c02d13 Bug 1016677 - Add pointer check to ContentClientRemoteBuffer::DestroyBuffers() r=nical 2014-06-04 10:45:00 -07:00
Ed Morley
8d9a53531a Backed out changeset d37aa03d00fb (bug 1016805) for OS X 10.6 reftest failures; CLOSED TREE 2014-06-04 17:52:55 +01:00
Markus Stange
4ec6de4928 Bug 1020389 - Call apzc->Destroy() at the end of AsyncPanZoomControllerTester.Fling and AsyncPanZoomControllerTester.OverScrollPanning in order to avoid leaking the content controller. r=kats 2014-06-04 18:02:53 +02:00
Markus Stange
7180a1e4d1 Bug 944938 - Add default values for some AsyncPanZoom prefs to all.js. r=kats 2014-06-03 15:39:50 +02:00
Ryan VanderMeulen
c7986d8a6f No bug - Touch CLOBBER thanks to bug 1019955. 2014-06-04 11:55:28 -04:00
Sotaro Ikeda
69d675b67c Bug 1019057 - Add pointer check to ContentClientDoubleBuffered::FinalizeFrame() r=nical 2014-06-04 08:21:50 -07:00
Jason Orendorff
249caa3404 Bump the XDR bytecode version number for Arpad Borsos's work on JSOP_SPREAD, bug 1015742, rev 310d82551d3b. r=jandem. DONTBUILD.
--HG--
extra : rebase_source : c4a4bef93b4a515d1a418059aa0826e704dfed58
2014-06-04 11:14:11 -04:00
Douglas Crosher
455c57653b Bug 1019414 - IonMonkey: The exitCodePatch offset needs to be converted to its final offset after assembly. r=jandem 2014-06-03 16:39:31 +10:00
Dave Hunt
ebef083295 Bug 1019043 - Return None when getting the device manager in B2GTestCaseMixin if target is B2G desktop. r=mdas 2014-06-02 09:20:00 -04:00