Commit Graph

154255 Commits

Author SHA1 Message Date
Martijn Wargers
6c3566d1d2 Bug 463785 - Crashtest. 2013-11-12 14:37:22 +00:00
Eric Faust
03b15ed205 Bug 929261 - Fix for GetElementIC. r=shu 2013-11-12 09:34:10 -05:00
Birunthan Mohanathas
3e7174ca76 Bug 936848 - Add "DRM", "DVR", and "millennia" to the en-US dictionary; r=ehsan 2013-11-12 09:16:59 -05:00
Joan Montané
dcf43e0dba Bug 257073 - Handle the Catalan middle dot correctly in the spell checker; r=ehsan 2013-11-12 09:16:34 -05:00
Nicholas D. Matsakis
8b22f3db80 Bug 937391 - Refactor prop/elem optimizations r=jandem 2013-11-11 20:29:53 -05:00
Nicholas D. Matsakis
3482f154ba Bug 933764 - Hide specific members of a TypeRepresentationSet r=jandem 2013-11-01 10:46:19 -04:00
Nicholas D. Matsakis
d81408d514 Bug 930057 - Incorrectly returning false r=jandem 2013-10-23 13:26:43 -04:00
Nicholas D. Matsakis
15d55f6130 Bug 922172 - Add redimension method r=till 2013-09-20 16:19:37 -04:00
Ehsan Akhgari
eec9d2d76e Bug 936913 - Part 2: Build the editor in unified mode; r=roc 2013-11-12 08:56:28 -05:00
Ehsan Akhgari
abca81f5e3 Bug 936913 - Part 1: Remove the unused editor noisy debug output code; r=roc 2013-11-12 08:55:43 -05:00
Olli Pettay
721a4ec61c Bug 937303 - Make CC logger to pass information about compartments, r=mccr8 2013-11-12 15:53:51 +02:00
Rik Cabanier
c247d648ae Bug 932500 - PathD2D::TransformedCopyToBuilder ignores even odd fill. r=Bas 2013-11-12 08:47:24 -05:00
Andy Wingo
07947c6e76 Bug 932276 - Reimplement GetBlockChainAtPC using JSScript::blockScopes(). r=jorendorff 2013-11-12 09:58:18 +01:00
Andy Wingo
0ac7a843a5 Bug 932276 - Bytecode emitter records static scope extents. r=jorendorff 2013-10-29 14:42:10 +01:00
Andy Wingo
22d47fa02a Bug 932276 - Reserve space in JSScript for an optional block scope array. r=jorendorff 2013-10-29 14:39:58 +01:00
Jed Davis
7ee3876782 Bug 914190 - Use std::getline instead of C getline to parse /proc/N/maps. r=BenWa
Android's C getline (present in JB and up) calls libc's malloc directly,
but its caller in Gecko is linked to jemalloc's free via mozglue; this
caused a crash on profiler startup.
2013-11-12 08:47:23 -05:00
Dan Gohman
b516b2e2e4 Bug 937128 - IonMonkey: Minor code simplifications. r=bhackett 2013-11-12 05:46:43 -08:00
Dan Gohman
3edf84656f Bug 937124 - IonMonkey: Backtracking: expose the considerCopy flag to isRegisterUse to allow trySplitAfterLastRegisterUse to use it. r=bhackett 2013-11-12 05:46:43 -08:00
Dan Gohman
c23d32434e Bug 937121 - IonMonkey: Assert some interesting invariants. r=bhackett 2013-11-12 05:46:43 -08:00
Dan Gohman
181687037e Bug 937121 - IonMonkey: Improved register allocation debug output. r=bhackett 2013-11-12 05:46:43 -08:00
Dan Gohman
fb3df87d49 Bug 936993 - IonMonkey: Create the MCheckOverRecursed before unboxing arguments. r=bhackett 2013-11-12 05:46:43 -08:00
Dan Gohman
000105e7a8 Bug 936891 - IonMonkey: Fix safepoint handling to mind the differences between LSRA and Backtracking. r=bhackett 2013-11-12 05:46:43 -08:00
Dan Gohman
24534d92fa Bug 933104 - IonMonkey: Check for empty ranges after intersecting fractional ranges. r=nbp 2013-11-12 05:46:43 -08:00
Dan Gohman
066abd2a72 Bug 931489 - IonMonkey: Use range analysis to avoid testing for special cases in PowHalf. r=nbp 2013-11-12 05:46:43 -08:00
Nelson Benítez León
10af230243 Bug 417952 - Open Containing Folder doesn't highlight/select file in Nautilus. r=karlt
If the File Manager DBus Interface[1] is present, use it to
launch file manager and select the file, otherwise fallback to
existing code for backwards compatibility.

[1] http://www.freedesktop.org/wiki/Specifications/file-manager-interface/
2013-11-12 08:31:33 -05:00
Jeff Gilbert
3e6c5bc27a Bug 936738 - 'uniform{2,3,4}i' should not check for valid sampler texUnit values. r=bjacob 2013-11-12 08:31:32 -05:00
David Major
25afc23f7c Bug 932100 - Part 2: Move DLL blocklist code to mozglue. r=bsmedberg, r=glandium
--HG--
rename : toolkit/xre/nsWindowsDllBlocklist.cpp => mozglue/build/WindowsDllBlocklist.cpp
2013-11-12 08:31:32 -05:00
David Major
77a026dbd4 Bug 932100 - Part 1: Remove load-time dependency on user32. r=bsmedberg 2013-11-12 08:31:32 -05:00
Bob Owen
9615bf0391 Bug 885140 - Test 4: Move testAttempted() call to before click and iframe to navigate to before test iframe. r=smaug 2013-11-11 11:55:35 +00:00
Jonathan Kew
36c65fd2cd bug 909344 - reftest for display of stray control characters. r=roc 2013-11-12 12:58:18 +00:00
Jonathan Kew
538136cf67 bug 909344 - render stray control characters as hexboxes instead of invisible. r=roc 2013-08-26 16:32:55 -07:00
Jonathan Kew
93bb626a3f bug 909344 - testcase 398332-3.html might not trigger assertions. r=roc 2013-11-12 12:57:39 +00:00
Jonathan Kew
055c1d1d05 bug 909344 - load testcase 388367-1 as a crashtest rather than reftest. r=roc
--HG--
rename : layout/reftests/bugs/388367-1.html => layout/generic/crashtests/388367-1.html
2013-11-12 12:57:22 +00:00
Olli Pettay
0d05c3f233 Bug 930381 - Follow the COM rules when calling ProcessSynthMouseMoveEvent. r=mats, smaug, tnikkel 2013-11-12 07:54:10 -05:00
Nathan Froyd
c06e306931 Bug 841373 - use STRIP_FLAGS with STRIP consistently; r=glandium 2013-11-11 11:01:22 -05:00
Nathan Froyd
64d8238e51 Bug 933320 - part 2 - inform WebRTC of our chosen target when invoking gyp; r=ted 2013-10-31 13:34:32 -04:00
Nathan Froyd
31627ade59 Bug 933320 - part 1 - make find_sdk.py silently comply if we're not running on a Mac host; r=ted 2013-10-31 13:34:02 -04:00
Florian Quèze
94a37f4594 Bug 831759 - PeerConnection set*Description callbacks can be overwritten prematurely, r=abr. 2013-11-12 13:09:26 +01:00
Jon Coppeard
e9f9210b38 Bug 935136 - Always barrier assignments to Heap<Value> r=terrence 2013-11-12 11:21:01 +00:00
Jonathan Kew
f1a0044783 backout 739edf98ca0b (bug 909344) for reftest failure in layout/reftests/bugs/388367-1.html. 2013-11-12 10:13:10 +00:00
Ralph Giles
32a1231d44 Bug 888789 - Update nestegg with VP9 and Opus support. r=kinetik
Update our in-tree source to the upstream master branch.
2013-11-11 21:44:00 +13:00
Ralph Giles
2143fa47c1 Bug 931060 - Add encoder files to in-tree libvorbis. r=xiphmont
Add vorbisenc.c and its dependent headers to the libvorbis build
and export the relevant symbols. Based on a patch by Benjamin Chen.
2013-11-12 09:30:16 +13:00
Ralph Giles
f8121f034b Bug 930718 - Revert os.h to upstream version. r=cpearce
Forgot to re-run update.sh after removing the Solaris patch.
2013-11-11 17:01:38 +13:00
Ralph Giles
716b5ab0fd Bug 930718 - Remove reference to Solaris patch in readme. r=cpearce
Forgot this in the original commit.
2013-11-11 16:53:34 +13:00
Henri Sivonen
b6a969b20d Bug 930281 - Use nsINode instead of nsIContent. r=smaug. 2013-11-12 10:45:22 +02:00
Henri Sivonen
aa7d753d3c Bug 936440 - Report UTF-16LE or UTF-16BE instead of UTF-16 as the BOM-sniffed encoding. r=emk. 2013-11-12 10:45:22 +02:00
Jonathan Kew
7001ac9184 bug 909344 - render stray control characters as hexboxes instead of invisible. r=roc 2013-08-26 16:32:55 -07:00
Matt Woodrow
54d53a85a0 Bug 926023 - Use the value of SetPermitSubpixelAA for DrawTargetCairo. r=Bas 2013-11-05 17:50:56 +13:00
Garrett Robinson
c85b794065 Bug 902654 - refactor CSP call sites for readability r=dholbert r=mrbkap 2013-11-11 14:25:55 -08:00
Daniel Holbert
debd9697ab Bug 937298 part 2: De-virtualize nsIFrame::GetOffsetFromView, since it only has one implementation. r=mats 2013-11-11 23:57:44 -08:00