Commit Graph

253869 Commits

Author SHA1 Message Date
Olli Pettay
bd01f442a8 Bug 685139 - node.contains(node) should return true, r=bz
--HG--
extra : rebase_source : 28fb40bf63e90ea319c517f0c86104080f20cc1a
2011-09-07 18:04:04 +03:00
Neil Rashbrook
ec8fab59fc Bug 684617 client.mk runs configure twice r=khuey 2011-09-07 20:08:36 +01:00
Ehsan Akhgari
8f876c5ce8 Resolve the merge conflict from bug 674998 correctly by removing InvokeSessionGuard completely, r=luke 2011-09-07 11:34:15 -04:00
Ehsan Akhgari
b663b676ff Merge the last green changeset of mozilla-inbound to mozilla-central 2011-09-07 10:06:22 -04:00
Jeff Walden
e5154a071f Bug 684782 - Readd support for $topsrcdir/mozconfig, exclusive with support for $topsrcdir/.mozconfig (no more than one may be present). f=callek r=ted 2011-09-07 13:42:03 +02:00
Henri Sivonen
ded8517389 Bug 657389 - nsHtml5MetaScanner should use PR_INT32_MAX instead of -1 as a special marker value for indeces. r=jonas. 2011-09-07 12:50:15 +03:00
Makoto Kato
649e4ba503 Bug 684670 - js\src\vm/Debugger.h(406) : warning C4099: 'JSCompartment' : type name first seen using 'struct' now seen using 'class'. r=jorendorff 2011-09-07 16:29:00 +09:00
Makoto Kato
7233165b2c Bug 684664 - js\src\methodjit\BaseAssembler.h(1282) : warning C4146: unary minus operator applied to unsigned type, result still unsigned. r=bhackett 2011-09-07 16:17:55 +09:00
Fabrice Desré
4a3cdfd75c Followup fix for bug 641552. Make sure to enumerate new category on startup. r=jst 2011-09-06 22:53:08 -07:00
Nicholas Nethercote
1f67d797c5 Bug 684111 - Remove codePool and notePool. r=cdleary. 2011-09-06 19:12:09 -07:00
Nicholas Nethercote
7173d43357 Bug 684111 - use a limit instead of a mask to detect when the srcnotes buffer is full. r=cdleary. 2011-09-06 19:12:09 -07:00
Nicholas Nethercote
7f64ef392a Bug 684111 - remove an unused parameter from EmitCheck. r=cdleary. 2011-09-06 19:12:08 -07:00
Mike Hommey
892d941413 Bug 684213 - Directly uncompress libraries into the mmap()ed cache files. r=mwu 2011-09-07 07:56:28 +02:00
Phil Ringnalda
8c67e09e0b Back out fc945dec50bb and de06684dabc4 (bug 642551), 64c328251a24 (bug 683952) and 9d0d13998ebb (bug 684544) for orange on a CLOSED TREE 2011-09-06 21:42:54 -07:00
Matt Brubeck
353c30193a Back out 6cd3556fc807 (bug 674290) because of unittest leaks 2011-09-06 20:42:09 -07:00
Boris Zbarsky
bcb6e0639c Bug 642551 followup to address review comment 2011-09-06 23:04:45 -04:00
Boris Zbarsky
ffc9b17f74 Bug 683952. Speed up iterating over the continuations of the frame when scrolling to it. r=roc 2011-09-06 22:57:46 -04:00
Boris Zbarsky
8f47fec0f3 Bug 642551. Save status info we may want to use in a list so we don't have to walk the entire pending request hashtable looking for one of the rare ones with status info. r=neil 2011-09-06 22:57:46 -04:00
Boris Zbarsky
4ba46f2e78 Bug 684544. Restore missing null-check for location setter. r=mrbkap 2011-09-06 22:57:46 -04:00
Johnny Stenback
b7a702a9e4 Fixing bug 641552. Add mechanism for dynamically registering properties on the navigator object in all pages. r=peterv 2011-09-06 15:01:01 -04:00
Josh Aas
405e95afe0 Bug 682759: Use fixed size integer in NPRemoteWindow to store window reference. r=m_kato r=cjones 2011-09-07 00:54:21 -04:00
Josh Aas
0aea95062a Bug 669036: Fix bad path to child process binary that caused assertions. r=bsmedberg 2011-09-07 00:51:38 -04:00
John Daggett
168034ee1f Bug 3512. Reftests to test font-stretch with different sets of font families. r=jkew 2011-09-07 13:00:15 +09:00
Brian Hackett
c97fd1321c Merge MC->JM 2011-09-06 14:53:24 -07:00
Matt Brubeck
bd37e05667 Bug 684242 - Back out b532e0d93bc5 (bug 681980) because it breaks resume from sleep. 2011-09-06 13:02:39 -07:00
Ed Morley
1e1b62fb5f Backout a422b9ff0a9e (bug 591780 part 1) for causing 8% Ts regression on multiple platforms; a=khuey 2011-09-06 14:41:31 +01:00
Brian Hackett
59fdd3e54e [INFER] Fix red. 2011-09-06 03:08:29 -07:00
Makoto Kato
4afcf12af5 Bug 684771 - js/src/jsscript.cpp(300) : warning C4309: 'specialization' : truncation of constant value. r=wmccloskey 2011-09-06 17:54:36 +09:00
Makoto Kato
718a66a15a Bug 684674 - js/src/methodjit/FastBuiltins.cpp(511) : warning C4146: unary minus operator applied to unsigned type, result still unsigned. r=bhackett 2011-09-06 17:44:36 +09:00
Brian Hackett
cf2f6530a2 Merge MC->JM 2011-09-06 00:45:22 -07:00
Ehsan Akhgari
337600aff0 Merge the latest green changeset of mozilla-inbound to mozilla-central 2011-09-05 14:35:13 -04:00
Brian Hackett
ff209fdf53 [INFER] Fix test failures. 2011-09-05 09:05:45 -07:00
Brian Hackett
bc7af6809a [INFER] Fix bug 684623. 2011-09-05 07:34:27 -07:00
Brian Hackett
0b4b0ae639 [INFER] Allow uncopies of loop temporaries after backedges, bug 684621. 2011-09-05 07:33:06 -07:00
Brian Hackett
80de01cc3c [INFER] Fix bug 684594. 2011-09-05 07:31:30 -07:00
Brian Hackett
97a0af648c [INFER] Fix test for when double entries need to be forgotten after branching to a location their type is unknown, bug 684576. 2011-09-05 07:29:51 -07:00
Mark Finkle
87a7f09e6b Bug 684443 - Make unpacking files from the APK faster [r=dougt] 2011-09-05 10:09:05 -04:00
Kyle Huey
84c2b589e6 Merge last green changeset on m-i to m-c. 2011-09-05 07:57:34 -04:00
Makoto Kato
d0bffae941 Bug 684662 - js\src\methodjit/MethodJIT.h(690) : warning C4305: 'argument' : truncation from 'js::MaybeConstruct' to 'bool'. r=bhackett 2011-09-05 20:10:54 +09:00
Jezreel Ng
9a814664b8 Bug 669272 - Minimize window movement when restoring session; r=zpao 2011-09-05 11:26:06 +01:00
Geoff Lankow
3b7bd889a0 Bug 664895 - Make the details pane not jump when a screenshot image is loaded, r=bmcbride 2011-09-05 11:26:06 +01:00
Jezreel Ng
6aa63f1a99 Bug 666611 - Do not set chunksize if less than 500MiB of storage is available. r=mak 2011-09-05 10:29:06 +01:00
Atul Aggarwal
16c866223b Bug 458722 - gcc warning mainly 64 bit: src/xpcconvert.cpp:1931: warning: comparison is always false due to limited range of data type; r=bz 2011-09-05 10:29:06 +01:00
Atul Aggarwal
f42a7b8dc5 Bug 581474 - Possible uninitialized variable use in nsXPCWrappedJS::GetNewOrUsed; r=mrbkap 2011-09-05 10:29:06 +01:00
Makoto Kato
354fedd04c Bug 684666 - js/src/methodjit/MonoIC.cpp:1357:51: warning: format '%lu' expects type 'long unsigned int', but argument 4 has type 'size_t'. r=bhackett 2011-09-05 17:22:44 +09:00
Jonathan Kew
5d09bdd66d bug 3512 - reftest for support of font-stretch with DejaVuSans[Condensed] family. r=jdaggett 2011-09-05 08:35:12 +01:00
Jonathan Kew
4e54917373 bug 3512 - support font-stretch in the GDI font backend. r=jdaggett 2011-09-05 08:34:40 +01:00
Jonathan Kew
5b0a9d7337 bug 3512 - fix computation of StyleDistance to account for font-stretch more accurately. r=jdaggett 2011-09-05 08:34:12 +01:00
Jonathan Kew
cf247d182b bug 3512 - implement font-stretch property for Linux (fontconfig) backend. r=karlt 2011-09-05 08:33:43 +01:00
Nicholas Nethercote
6cb9ebf8fc Bug 676732 - Fix Windows bustage caused by 7fb15a645955. 2011-09-04 21:58:19 -07:00