Граф коммитов

269458 Коммитов

Автор SHA1 Сообщение Дата
Patrick McManus 1bb8168714 bug 746731 - nsHttpConnection::mIdleTimeout initialization fixes r=honzab 2012-04-24 15:12:06 -04:00
Richard Newman 33500f29a1 Bug 748475 - Bump User-Agent version for trunk. r=trivial, a=blocking-fennec 2012-04-24 12:09:15 -07:00
Kartikaya Gupta 4e7ea4dcd0 Bug 732016 - Re-enable scroll clamping but set the desired scrollport using the new scrollport API. r=Cwiiis 2012-04-24 13:52:37 -05:00
Timothy Nikkel bf94b3bb93 Bug 732016 Allow override of the scroll port size used for clamping scroll positions. r=roc 2012-04-24 13:52:35 -05:00
Richard Newman 0cdab01fea Bug 747065 - Precondition failed on clients PUT. r=nalexander, a=blocking-fennec 2012-04-24 11:50:37 -07:00
Hub Figuière 97b5e3bdb0 Bug 746358 - Implement new role for definition lists. r=tbsaunde 2012-04-24 11:35:23 -07:00
Margaret Leibovic 24d451efe5 Bug 736008 - Show autocomplete suggestions on click instead of on focus. r=mfinkle 2012-04-24 13:37:38 -04:00
Terrence Cole 7642769f1c Bug 748397 - Fix broken JSON when there is a ',' in LC_NUMERIC; r=billm
--HG--
extra : rebase_source : 5e086466273671dbecacb7d877990250d428db6e
2012-04-24 11:25:20 -07:00
Tom Schuster a54448c56d Bug 735036 - Check for OOM in debug only method. r=luke 2012-04-24 20:03:48 +02:00
Jonathan Kew fe5797c0c4 bug 744357 - update case-mapping reftests to take account of SpecialCasing mappings. r=smontagu 2012-04-24 18:53:39 +01:00
Jonathan Kew 7cba3e9c76 bug 744357 - implement mappings from Unicode's SpecialCasing.txt for text-transform. r=smontagu 2012-04-24 18:53:39 +01:00
Simon Montagu 2010c3d770 bug 738101 - test for bidi mirroring. r=jfkthame 2012-04-22 13:47:06 +03:00
Simon Montagu 9235b950bd bug 738101 - Use the new mozilla::unicode::GetIdentifierModification instead of the old ccmap in IsDefaultIgnorable. This is the last client for precompiled ccmaps, so remove the infrastructure for them at the same time. r=jfkthame 2012-04-18 21:54:54 -07:00
Simon Montagu aa166b4d78 bug 738101 - Use the new mozilla::unicode::GetBidiCat instead of the old GetBidiCat. r=jfkthame 2012-04-18 21:54:54 -07:00
Jonathan Kew c73b93163a bug 738101 - add support for more Unicode properties. r=smontagu 2012-04-23 07:20:11 -07:00
Jonathan Kew a62d4c83ae bug 747834 - fix genUnicodePropertyData tool following harfbuzz header changes. r=smontagu 2012-04-24 18:52:09 +01:00
David Bolter f037763211 Bug 563862 - Expand support for aria attribute change events. r=marcoz,surkov 2012-04-24 13:39:03 -04:00
Brian Nicholson 8e84547685 Bug 712975 - Observe plugin pref changes. r=josh a=blocking-fennec 2012-01-05 16:02:51 -08:00
Justin Lebar 36df85c97c Bug 741652 - On Linux, make JS_StartProfiling start the |perf| profiler. r=sfink 2012-04-24 13:12:32 -04:00
Joel Maher 563ce10364 Bug 732638 - After "make reftest" or "make crashtest" run completes w/ failures, the harness says "To rerun your failures please run 'make mochitest-plain-rerun-failures'". r=ted 2012-04-24 12:57:50 -04:00
Gervase Markham ef5897acfb Bug 747871 - add .fr, .re, .pm, .tf, .yt and .wf to IDN TLD whitelist. 2012-04-24 17:16:08 +01:00
Jeff Muizelaar aca6f7c82d Bug 745864. Add SAMPLE_LABELs to layout code. r=roc, a=joe
--HG--
extra : rebase_source : d826780c34692d333442b6bf563791b53bf3aa3d
2012-04-16 14:37:59 -04:00
Luke Wagner d997f288c1 Bug 746843 - change StackFrame::scopeChain() to return a HandleObject (r=bhackett)
--HG--
extra : rebase_source : 8306a740d784a6f8cb7d8160125fb37e3270a64e
2012-04-13 18:06:40 -07:00
Matt Brubeck d56d3c0dba Bug 743325 - Back out 554ab0a2f470 (bug 734503) because it broke touch events in XUL Fennec [r=peterv] 2012-04-24 07:51:56 -07:00
Hsin-Yi Tsai ed78aa90ff Bug 743008 - WebTelephony: support multiprocess. r=philikon a=b2g-only 2012-04-24 12:44:42 -03:00
Ehsan Akhgari 84ba3a71cd Merge mozilla-central into mozilla-inbound; a=merge 2012-04-24 10:40:00 -04:00
Ehsan Akhgari deb698a6fa Merge mozilla-inbound to mozilla-central based on a green PGO changeset with some green mobile specific patches pushed on top of it; a=merge 2012-04-24 10:39:25 -04:00
George Wright e63e39e4b5 Bug 747274 - Add a pref (default to true on Android) to forcible use nearest pixel filtering for background drawing. r=jrmuizel,ajuma a=blassey 2012-04-24 10:28:46 -04:00
Bobby Holley 4a6146adee Bug 743615 - Tests. r=bent, a=blassey 2012-04-24 12:58:18 +02:00
Bobby Holley 9aeabfb031 Bug 743615 - Hook up worker ImageData to the structured clone stream. r=bent 2012-04-24 12:58:08 +02:00
Bobby Holley 8bf021c05d Bug 743615 - Introduce the ImageData object/constructor in workers. r=bent 2012-04-24 12:58:08 +02:00
Bobby Holley c416d420fd Bug 743615 - MainThreadWorkerStructuredCloneCallbacks should not call the WorkerStructuredCloneCallbacks variants. r=bent
Doing so makes no sense. It seems like a no-op right now because we handle all the same cases first. But it's a hazard, and a problem for my upcoming patches.
2012-04-24 12:58:07 +02:00
Bobby Holley b495532ca4 Bug 743615 - Handle ImageData in the main thread runtime callbacks. r=bent 2012-04-24 12:58:07 +02:00
Bobby Holley c1fbbaa1d6 Bug 743615 - Base worker structured clone tags on the dom ones to ensure against collisions. r=bent 2012-04-24 12:58:07 +02:00
Bobby Holley ecee851d11 Bug 743615 - Add the JS_{Read,Write}StructuredClone api. r=jorendorff 2012-04-24 12:58:07 +02:00
Ed Morley 3766b3adc1 Merge last PGO-green changeset of mozilla-inbound to mozilla-central a=merge 2012-04-24 11:14:56 +01:00
Matthew Schranz 9a181354aa Bug 686913 - HTMLProgressElement should no longer be a form control. r=mounir a=mfinkle 2012-04-24 12:03:21 +02:00
Ed Morley 1f4169107a Backout 37b4c6fd16ed, 190aa5af8398, 9924dff6dbe9, 502de391e55b, ea4c7f9fc725 & b43c36197d4f (bug 739679) for XUL Android bustage on a CLOSED TREE a=backout 2012-04-24 09:32:12 +01:00
Phil Ringnalda 7a37813249 Back out b1bf084429e8, ddd8619fdf56, 1ca7c95917fb (bug 737510) for Android XUL and crashtest bustage on a CLOSED TREE, a=bustage 2012-04-24 00:04:28 -07:00
Phil Ringnalda 22e4f98ded Back out e13cfb0b7497 (bug 747816) on suspicion of causing Android reftest bustage on a CLOSED TREE, a=bustage 2012-04-23 23:24:11 -07:00
Kartikaya Gupta 3816a9bf9f Bug 737510 - Compensate for rounding errors in displayport processing that result in not snapping to tiles properly. r=Cwiiis a=blocking-fennec 2012-04-23 23:54:11 -04:00
Kartikaya Gupta 2c452c5e75 Bug 737510 - Compensate for rounding errors in displayport processing that result in not snapping to tiles properly. r=Cwiiis a=blocking-fennec 2012-04-23 23:54:11 -04:00
Kartikaya Gupta 81a50d6330 Bug 737510 - Expand the displayport to fill any partial tiles. r=Cwiiis 2012-04-23 23:53:44 -04:00
Kartikaya Gupta 9107a1b7ae Bug 737510 - Expand the displayport to fill any partial tiles. r=Cwiiis 2012-04-23 23:53:44 -04:00
Kartikaya Gupta 9e44b9992a Bug 737510 - Print something useful when dumping an ImmutableViewportMetrics. r=Cwiiis 2012-04-23 23:52:58 -04:00
Kartikaya Gupta 7f17aea1b1 Bug 737510 - Print something useful when dumping an ImmutableViewportMetrics. r=Cwiiis 2012-04-23 23:52:58 -04:00
Benoit Girard c4dac9ab62 Bug 739679 - Part 7: Enable tiling. r=pcwalton a=blocking-fennec 2012-04-23 23:22:25 -04:00
Benoit Girard d61a9fdc57 Bug 739679 - Part 7: Enable tiling. r=pcwalton a=blocking-fennec 2012-04-23 23:22:25 -04:00
Serge Gautherie 5ffa364520 Bug 744663. (Cv1) Use 'test' pre instead of redundant 'log' pre, Improve on-screen logging. r=smaug.
(a=test-only)
2012-04-24 03:02:33 +02:00
Serge Gautherie 0d9ff0d427 Bug 744663. (Bv1) Inline finishWSTest(), Use executeSoon() between sub-tests, Improve message contents, Receive "end" messages too, Add an additional forcegc(), Nits. r=smaug.
(a=test-only)
2012-04-24 03:01:35 +02:00