Commit Graph

132736 Commits

Author SHA1 Message Date
Derrick Moser
e6bc675453 Bug 872497 - Remove problematic "optimization" in NS_QuickSort. r=jlebar
This change allows us to avoid O(n^2) performance when partially sorted data
is given to NS_QuickSort.  We no longer attempt an insertion sort if the input
appears pre-sorted.  This brings the expected performance back to O(n*log(n))
but also eliminates the possibility of O(n) best case performance.  Attempts
to achieve O(n) performance should be the responsibility of callers as they
are in a better position to evaluate the costs/benefit trade-off of looking
for special cases that can be sorted quicker.
2013-05-18 15:16:02 -04:00
Andrea Marchesini
38fc5d8909 Bug 870856 - Convert DOMError to WebIDL. r=Ms2ger, r=bz 2013-05-18 13:52:06 -04:00
ffxbld
80e4613996 No bug, Automated HSTS preload list update from host bld-linux64-ix-019 - a=hsts-update 2013-05-18 03:18:40 -07:00
Ryan VanderMeulen
858432fc75 Merge inbound to m-c. 2013-05-17 21:41:13 -04:00
Fabrice Desré
21a4485e0e Bug 865022 - Set the http cache size to match the size of the /cache partition r=vingtetun 2013-05-17 15:57:10 -07:00
Richard Newman
98a21eb729 Bug 870930 - Shut up GeckoAboutHomeTopSites. r=trivial 2013-05-17 15:51:44 -07:00
Ryan VanderMeulen
6bacae6252 Merge m-c to birch on a CLOSED TREE. 2013-05-17 17:35:34 -04:00
Ryan VanderMeulen
9a0ba8199c Merge m-c to inbound on a CLOSED TREE. 2013-05-17 17:34:54 -04:00
Ryan VanderMeulen
0b28853762 Backed out changesets 073791f33ab7 and 7ac5779a426c (bug 859756) for causing intermittent Windows build failures.
CLOSED TREE
2013-05-17 17:30:20 -04:00
Reuben Morais
435764efee Bug 873647 - Teach codegen how to wrap Dates in constructors. r=bz
--HG--
extra : rebase_source : f4267f15b7076aacb47fb94e4173a05dac8de255
2013-05-17 13:52:32 -07:00
Ryan VanderMeulen
c1c1345fe3 Bug 871530 - Update pdf.js to version 0.8.169. r=dtownsend 2013-05-17 16:46:26 -04:00
John Schoenick
2379359996 Bug 867891 - Add touch events to the popup blocker whitelist. r=smaug 2013-05-17 13:23:21 -07:00
Dave Hylands
a70d0d649d Bug 873391 - Volume state changes may get processed out of order in child processes. r=qDot 2013-05-17 12:55:14 -07:00
Ryan VanderMeulen
5b065dbbfb Merge fx-team to m-c. 2013-05-17 15:38:26 -04:00
Ryan VanderMeulen
b34b45bbc7 Merge m-c to fx-team. 2013-05-17 12:51:20 -04:00
Mats Palmgren
9d44be346b Bug 813372 - Tweaking the test a bit to try to avoid intermittent failures. 2013-05-17 16:36:25 +00:00
Joel Maher
67409bc79f Bug 871575 - Set prefs to ensure we don't hit the network in the background during reftest-harness tests on Android, particularly during shutdown when that'll give us NSS crashes, r=philor 2013-05-17 11:20:00 -04:00
philringnalda@gmail.com
dc97a160cc No bug, Automated blocklist update from host slice 2013-05-18 18:56:23 -07:00
Gene Lian
24edfe2dfb Bug 866366 - [Buri][Alarm]it will not start alarm until light up the LCD (follow-up patch, part 2). r=jlebar,fabrice a=tef+ 2013-05-17 20:18:35 +08:00
Gene Lian
2011b60d38 Bug 866366 - [Buri][Alarm]it will not start alarm until light up the LCD (follow-up patch, part 1). r=jlebar,fabrice a=tef+ 2013-05-23 17:53:40 +08:00
Kyle Machulis
29f9b9a792 Bug 854517: Clobber update due to gecko/js configure.in changes for B2G valgrind; r=killer 2013-05-23 12:48:28 -07:00
Kyle Machulis
48f2fcc631 Bug 875016: Fix return type for UpdateSdpRecords; r=echou 2013-05-23 12:27:54 -07:00
Kyle Machulis
0fa5578aa0 Bug 854517: Gecko configure.in changes for B2G Valgrind support; r=khuey 2013-05-23 12:26:52 -07:00
rlin@mozilla.com
ad670953ca Bug 875227 - No call sound when the call established, r=mwu 2013-05-23 18:28:20 +08:00
Vivien Nicolas
29284d0091 Bug 864382 - Send a click event after a contextmenu event if the later has not been caught. f=amarchesini,r=jlebar,a=tef 2013-05-23 17:52:06 +02:00
Vivien Nicolas
97ccd34a21 Bug 855543 - Opening app content that generates a certificate error results in the 'app not loading properly' modal dialog on top of the cert error handling page, making it impossible to provide a cert exception to the web content. r=jlebar 2013-05-23 17:52:05 +02:00
Vivien Nicolas
f311bc4fb2 Bug 864892 - dom/browser-element/BrowserElementPanning.js kinetic panning does not work with hand made touch events. r=fabrice 2013-05-23 17:52:04 +02:00
Vivien Nicolas
3779416f95 Bug 832412 - Location permissions screen overlays screen until an option is selected. r=etienne 2013-05-23 17:52:04 +02:00
Alexandre Poirot
87e634da22 Bug 874984 - Scrollbars repaint incorrectly on b2g desktop. r=vingtetun 2013-05-23 17:52:03 +02:00
Ed Morley
0f51279675 Merge mozilla-central and birch 2013-05-23 12:47:30 +01:00
Vicamo Yang
afbbfc5e24 Bug 872219 - 2/2: marionette test cases. r=gene 2013-05-23 19:42:33 +08:00
Vicamo Yang
a4f483fe2e Bug 872219 - 1/2: B2G SMS - check number of segments in getSegmentInfoForText(). r=gene 2013-05-23 19:42:29 +08:00
Mihai Sucan
62517c4722 Bug 859756 - [browserconsole] Show nsIConsoleMessages in the Browser Console; r=robcee 2013-05-17 13:36:56 +03:00
Martijn Wargers
ddac9471c0 Bug 859401 - pushPermissions missing PROMPT_ACTION case. r=jmaher 2013-05-17 10:46:36 +02:00
Mats Palmgren
83ecb92ec5 Bug 873083 - Disable the crash test for bug 813372 on all platforms except Linux. 2013-05-18 19:37:30 +00:00
Mats Palmgren
7858c99743 Bug 873083 - Disable the crash test for bug 813372 on Windows. 2013-05-18 19:34:31 +00:00
Martijn Wargers
3a5d75a4b3 Bug 665218 - crash test 2013-05-18 18:38:34 +00:00
Nils
d7d1770e1a Bug 641388 - crash tests 2013-05-18 18:38:34 +00:00
Aki Helin
29be5669cb Bug 619021 - crash test 2013-05-18 18:38:34 +00:00
Martijn Wargers
09f76b9ab2 Bug 589787 - crash test 2013-05-18 18:38:34 +00:00
Olli Pettay
0623aad899 Bug 585815 - crash test 2013-05-18 18:38:34 +00:00
Martijn Wargers
a6fdfc65c0 Bug 576878 - crash test 2013-05-18 18:38:34 +00:00
Jesse Ruderman
abc784380e Bug 571995 - crash test 2013-05-18 18:38:33 +00:00
Aki Helin
fcc734e2e8 Bug 570451 - crash test 2013-05-18 18:38:33 +00:00
Martijn Wargers
5c7282c44c Bug 555462 - crash test 2013-05-18 18:38:33 +00:00
Martijn Wargers
1da57d7a03 Bug 526217 - crash test 2013-05-18 18:38:33 +00:00
Martijn Wargers
ccb95c2fea Bug 509839 - crash tests 2013-05-18 18:38:33 +00:00
XtC4UaLL
57010c1407 Bug 507119 - crash test 2013-05-18 18:38:33 +00:00
Martijn Wargers
fe3708d920 Bug 502869 - crash test 2013-05-18 18:38:33 +00:00
Martijn Wargers
2f443314e9 Bug 502103 - crash test 2013-05-18 18:38:33 +00:00