Commit Graph

157294 Commits

Author SHA1 Message Date
Daniel Holbert
161bd27105 Bug 939896 part 8: Make FlexLine store the sums of its items' hypothetical inner & outer main sizes. r=mats 2013-11-26 10:27:52 -08:00
Daniel Holbert
4c8bc74531 Bug 939896 part 7: Move ResolveFlexibleLengths() to live on FlexLine. r=mats 2013-11-26 10:27:52 -08:00
Daniel Holbert
648997d8bb Bug 939896 part 6: Make ComputeFlexContainerMainSize take a FlexLine. r=mats 2013-11-26 10:27:52 -08:00
Daniel Holbert
d108bffd8c Bug 939896 part 5: Move PositionItemInMainAxis to live on FlexLine, and make it position all the line's items. r=mats 2013-11-26 10:27:52 -08:00
Daniel Holbert
bb73dce218 Bug 939896 part 4: Move PositionItemInCrossAxis to live on FlexLine, and make it position all the line's items. r=mats 2013-11-26 10:27:52 -08:00
Daniel Holbert
038b8568d7 Bug 939896 part 3b: Keep track of line cross-size and baseline-alignment offset in FlexLine instead of in (more ephemeral) SingleLineCrossAxisPositionTracker. r=mats 2013-11-26 10:27:51 -08:00
Daniel Holbert
2980590329 Bug 939896 part 3a: Make FlexItem compute its own baseline offset from cross-start edge (and support bottom-to-top cross axis). r=mats 2013-11-26 10:27:51 -08:00
Daniel Holbert
6c2d7335f6 Bug 939896 part 2: Make ComputeLineCrossSize take a FlexLine. r=mats 2013-11-26 10:27:51 -08:00
Daniel Holbert
3c494be356 Bug 939896 part 1: Introduce a FlexLine object, which manages a nsTArray of FlexItems on a single line in a flex container. r=mats 2013-11-26 10:27:50 -08:00
Jordan Lund
f44ce4ccb0 Bug 941659 - adjust android automation to run tsvgx with fewer cycles, fix typo, r=jmaher 2013-11-26 10:18:26 -08:00
David Major
b2caa83014 Bug 943051 - Fix VirtualAlloc and VirtualFree flags for gBreakpadReservedVM. r=bsmedberg
--HG--
extra : rebase_source : ef9c8fca8bf36d27fd070a7dddadadc876f27b0d
2013-11-26 13:22:01 -05:00
Chris Lord
bc95d9ddc6 Bug 907743 - Align display port to tile boundaries when tiles are enabled. r=botond,kats
This aligns display ports to tile boundaries, taking care to compensate for
the difference between the requested scroll position and the actual scroll
position.
2013-09-10 18:21:04 -04:00
Ehsan Akhgari
d6792974b0 Bug 942033 - Build security/manager in unified mode; r=bsmith
--HG--
extra : rebase_source : d48b78001772e0421a6dfc2ecd204434c33cd2d4
2013-11-26 13:18:21 -05:00
Jordan Lund
d071a4a16c Bug 941659 - adjust android automation to run tsvgx with fewer cycles, r=jmaher 2013-11-26 10:04:42 -08:00
George Wright
6f59021f75 Bug 904483 - Fix out of order destruction problem when destroying GrContext r=mattwoodrow 2013-11-25 20:37:50 -05:00
Vivien Nicolas
8482c08c29 Bug 935561 - [Messaging] Attach icon is kept like pressed when tapping on it and cancel selecting a content to attach (followup). r=fabrice 2013-11-26 18:30:12 +01:00
Daniel Holbert
621989b424 Bug 943238: Mark xpcom/io as FAIL_ON_WARNINGS. r=froydnj 2013-11-26 09:53:54 -08:00
Kannan Vijayan
7a09076aaf Bug 942604 - Add correct Float32 handling to MSetFrameArgument. r=bbouvier 2013-11-26 12:46:33 -05:00
Daniel Holbert
09205b59c4 Bug 943391: Use MOZ_THIS_IN_INITIALIZER_LIST to silence MSVC warning C4355 in nsPipe3.cpp. r=froydnj 2013-11-26 09:42:59 -08:00
Daniel Holbert
388f79a1c8 Bug 943235: undef LOG at the end of nsStorageStream.cpp, to prevent it from polluting other .cpp files and triggering "redefined" build warnings when we build in unified mode. r=froydnj 2013-11-26 09:42:58 -08:00
Ed Morley
00d712484e Backed out changeset 8c69c6e6fc39 (bug 942633) for build failures on a CLOSED TREE 2013-11-26 17:30:55 +00:00
Ehsan Akhgari
60735d7532 Bug 943035 - Use fallible allocation in nsScriptableInputStream::Read; r=bsmedberg 2013-11-26 11:52:48 -05:00
Ted Mielczarek
b13edd521c bug 942207 - Update NSPR to NSPR_4_10_3_BETA1
--HG--
extra : rebase_source : cece0860369aeebbb0cac304d069ecc91e08b48a
2013-11-22 14:42:35 -05:00
Ehsan Akhgari
a76144f248 Bug 942635 - Build dom/ipc in unified mode; r=bzbarsky 2013-11-26 11:39:19 -05:00
Ehsan Akhgari
2f9e193735 Bug 942633 - Build more dom/ code in unified mode; r=bzbarsky 2013-11-26 11:38:52 -05:00
Mike Conley
0bddec5c31 Bug 940807 - Modify UITelemetry.jsm to allow registration of simple measures functions. r=mfinkle, Yoric. 2013-11-26 11:39:21 -05:00
Andrea Marchesini
6469d7c0ae Bug 923625 - DataStore sends the principal as argument in sendAsyncMessage, r=ehsan 2013-11-26 16:31:07 +00:00
Ehsan Akhgari
348b7ceaec Bug 943347 - Build js/jsd in unified mode; r=glandium
--HG--
extra : rebase_source : 533f6189d1e4cf52692ed3433cf5ee117ab21d5e
2013-11-26 11:15:35 -05:00
Jan de Mooij
60d7b16619 Bug 943327 - Fix GVN to not store an instruction's value number if we don't need it. r=h4writer 2013-11-26 17:12:49 +01:00
Chenxia Liu
91696c5d11 Bug 932092 - Add data to telemetry ping. r=mfinkle,Yoric 2013-11-26 11:06:59 -05:00
Phil Ringnalda
4e094d1599 Bug 943208 - Stop force-enabling logging for ftp on Windows, and go back to building ftp unified, r=mcmanus
--HG--
extra : rebase_source : a0a638816f5330568b7560339c09a50bc3ee1688
2013-11-25 21:49:12 -08:00
Simon Montagu
c8ccc2266f Test for bug 826163 2013-01-30 01:10:22 -08:00
Simon Montagu
2c92244d9c Test for bug 831287 2013-04-07 02:02:44 -07:00
Simon Montagu
713fca5b10 test for bug 832644 2013-04-07 02:02:44 -07:00
Simon Montagu
c736a98683 Test for bug 830098 2013-04-07 02:02:43 -07:00
Simon Montagu
0231bb6dba Test for bug 819014 2013-04-07 02:02:43 -07:00
Simon Montagu
d261139f9b Test for bug 849732 2013-11-26 17:09:30 +02:00
Simon Montagu
fbb96e2117 Test for bug 849727 2013-11-26 17:09:30 +02:00
Simon Montagu
a6cd99a601 Second testcase from bug 845093 2013-11-26 17:09:30 +02:00
Simon Montagu
5432f00b9f First testcase from bug 845093 2013-11-26 17:09:30 +02:00
Simon Montagu
17965f9457 Second testcase from bug 838489 2013-11-26 17:09:29 +02:00
Simon Montagu
a5f1b16cb1 First testcase from bug 838489 2013-11-26 17:09:29 +02:00
Benjamin Smedberg
041396b09d Bug 938794 - Annotate OOM size as infallible string or data structures abort, r=froydnj
--HG--
extra : rebase_source : f84278dfbba92c6d75458b525a559b6f8598500f
2013-11-25 15:06:17 -05:00
Gabor Krizsanits
8063a270c7 Bug 939696 - Tests for IsScriptedProxy consumers. r=bholley 2013-11-26 14:54:28 +01:00
Gabor Krizsanits
cf1b15e91b Bug 939696 - isProxy for export helpers. r=bholley 2013-11-26 14:54:17 +01:00
Gabor Krizsanits
a79d22bbdd Bug 939696 - isProxy for Cu. r=bholley 2013-11-26 14:54:02 +01:00
Gabor Krizsanits
1854dc8568 Bug 939696 - IsScriptedProxy. r=bholley 2013-11-26 14:53:20 +01:00
Vivien Nicolas
dbcf779f0c Bug 942021 - Reduce the delay blocking events in order to show the highlight. r=fabrice 2013-11-26 14:50:21 +01:00
Carsten "Tomcat" Book
acc9c41827 Merge m-c to mozilla-inbound 2013-11-26 13:59:58 +01:00
Henri Sivonen
8bd0e92016 Bug 942802 - Make nsDocShell::SetForcedCharset check its argument. r=smaug. 2013-11-26 14:49:42 +02:00