Commit Graph

106715 Commits

Author SHA1 Message Date
L. David Baron
1289ea726f Refix bug 731521 in the new setup for forcing comparison in nsStyleContext::CalcDifference, since we can no longer rely on nsStyleBorder::ForceCompare. (Bug 779968, patch 5) r=bzbarsky 2012-09-07 10:13:36 -07:00
L. David Baron
b3b996ffe4 Abstract nsChangeHint_NonInherited_Hints into a function so that it accurately reports the reflow cases to all callers. (Bug 779968, patch 4) r=bzbarsky
This is in preparation for adding an additional caller.

nsChangeHint_NonInherited_Hints will be reintroduced in patch 6, but as
the maximum set of such hints rather than the minimal set, and with the
less confusing name nsChangeHint_Hints_NotHandledForDescendants.
2012-09-07 10:13:36 -07:00
L. David Baron
1fd1c02860 Remove maxHint from nsStyleContext::CalcStyleDifference. (Bug 779968, patch 3) r=bzbarsky 2012-09-07 10:13:36 -07:00
L. David Baron
84a4d732fd Use nsStyleStruct MaxDifference methods instead of maxHint for hint handling in nsStyleContext::CalcStyleDifference. (Bug 779968, patch 2) r=bzbarsky 2012-09-07 10:13:36 -07:00
L. David Baron
ddbd47b18f Move nsStyleStruct MaxDifference methods inline, and make them available unconditionally rather than DEBUG-only. (Bug 779968, patch 1) r=bzbarsky 2012-09-07 10:13:36 -07:00
John Ford
b8c5989568 bug 776783 - package profile into B2G desktop builds r=ted 2012-09-07 10:00:10 -07:00
Boris Zbarsky
e39fd641bb Back out bug 786946 because it fails <select> font-inflation tests. r=bustage 2012-09-07 12:18:48 -04:00
Boris Zbarsky
cb8dfbe04d Bug 788369 followup. Fix test to reflect the new world. r=bustage 2012-09-07 12:11:04 -04:00
William Lachance
bb6e24e544 Bug 789458 - Restore watcher service if it comes back with a null intent;r=jmaher, a=test-only
This could happen if the watcher gets killed due to memory pressure on
Android
2012-09-07 12:00:52 -04:00
Etienne Segonzac
f0222450ff Bug 788751 - Bubble the manifestURL in the webapps-launch mozChromeEvent. r=vingtetun 2012-09-07 17:41:26 +02:00
Boris Zbarsky
41c2bbabd7 Bug 788369. Allow passing strings to the XHR constructor, since CoffeeScript seems to want to do it. r=peterv 2012-09-07 11:07:12 -04:00
Boris Zbarsky
32f516b2f5 Bug 780529. Make people poking XHR via random XPCOM interfaces actually work as long as they stick to GetInterface. r=peterv 2012-09-07 10:51:35 -04:00
Boris Zbarsky
878b553056 Bug 786946. Don't propagate text-decoration to <select> by default. r=dbaron
--HG--
rename : layout/reftests/text-decoration/underline-button-1-ref.html => layout/reftests/text-decoration/underline-select-1-ref.html
rename : layout/reftests/text-decoration/underline-button-1.html => layout/reftests/text-decoration/underline-select-1.html
rename : layout/reftests/text-decoration/underline-button-1-ref.html => layout/reftests/text-decoration/underline-select-2-ref.html
rename : layout/reftests/text-decoration/underline-button-1.html => layout/reftests/text-decoration/underline-select-2.html
2012-09-07 10:51:34 -04:00
Joel Maher
6f00c66257 Bug 789213 - Delay SUTAgent "ready" until the SDCard is ready. r=wlach 2012-09-07 10:21:23 -04:00
Hsin-Yi Tsai
cd89fc4933 Bug 784220 - B2G telephony: expose call waiting status. r=philikon 2012-09-05 17:36:01 +08:00
Paul Adenot
d576633fa5 Bug 567077 - Fix an assertion failure when the decoder is cloned. r=cpearce 2012-09-04 16:25:02 -07:00
Paul Adenot
dc91169769 Bug 567077 - Tests for sniffing the types of media files that are served with no Content-Type. r=cpearce 2012-09-04 16:24:34 -07:00
Paul Adenot
f746c93f81 Bug 567077 - Avoid sniffing when recreating a channel. r=cpearce 2012-09-04 17:49:46 -07:00
Paul Adenot
b0c64370c2 Bug 567077 - Sniff types of media files that are served with no Content-Type. r=cpearce 2012-09-04 16:22:34 -07:00
Ryan VanderMeulen
611d3d1f4f Merge m-c to inbound. r=backedoutbykylehuey.com 2012-09-05 19:10:11 -04:00
Sean Stangl
5e343cbcdb No bug - Exciting adventures in rebasing. r=red 2012-09-04 16:12:50 -07:00
Sean Stangl
49641201de Bug 787292 - Faster x64 boxed loads/stores. r=dvander 2012-09-04 15:42:03 -07:00
Sean Stangl
906af1043e Bug 787343 - Support unboxed input to MPassArg. r=dvander 2012-09-04 15:20:32 -07:00
Chris Peterson
01932747b4 Bug 769894 - Part 3: Skip some unnecessary conditional code when creating PromptService's AlertDialog. r=mfinkle 2012-09-04 15:10:43 -07:00
Robert Longson
a936c01668 Back out 92f2cf2f42b2 (bug 754592) for causing regression 2012-09-04 14:53:04 -07:00
Chris Peterson
bb6838ce10 Bug 769894 - Part 2: Assert that PromptService's AlertDialog is called back on the UI thread. r=mfinkle 2012-09-04 14:43:38 -07:00
Brian Nicholson
b47cdd2b58 Bug 788609 - Check for about: URIs in isMarketPlace(). r=mfinkle 2012-09-06 11:04:55 -07:00
Lucas Rocha
cfcd20a62f Bug 788119 - Don't even parse home pages in Reader's worker thread (r=mfinkle) 2012-09-06 18:55:24 +01:00
Ehsan Akhgari
5880ff1bc0 Bug 787574 - Add a script for creating stub implementations of Web IDL interfaces; r=bzbarsky
DONTBUILD since this is just a script, and NPOTB.
2012-09-06 13:53:43 -04:00
Ed Morley
a895f50c8c Backout a3a7de3e2938 (bug 784294), cddd665d83f0 (bug 787927) for failures in browser_dbg_bfcache.js 2012-09-06 18:50:34 +01:00
Wes Kocher
567ba343ac Merge 2012-09-06 10:34:48 -07:00
Wes Kocher
3f53268ef5 Update Jetpack tests in Firefox to pick up bug 774709's tentative fix. 2012-09-06 10:33:59 -07:00
Steve Fink
e0840e2df4 Bug 787709 - Crash test for bug 787775. r=woof!
--HG--
extra : rebase_source : 803db5d08bead4908d5fa2d487848a0912dcd538
2012-09-06 10:29:19 -07:00
Doug Turner
21ec42c80e Bug 786922 - Device Storage - use a properties file instead of the mime service. r=bent 2012-09-05 14:30:36 -07:00
Doug Turner
ad40ed02f2 Bug 786922 - Device Storage - use a properties file instead of the mime service. The properties. r=djf 2012-09-05 14:30:36 -07:00
Shane Caraveo
bc21084859 Bug 782793. Per-platform chat window icons. r=felipe 2012-09-04 14:42:06 -07:00
Shane Caraveo
0797d529cb Bug 785951. Remove padding from social panels. r=dao,felipe 2012-09-06 16:13:37 -07:00
Marty Rosenberg
1bf6d4f0c6 Fix CodeGenerator::visitAbsI's handling of snapshot (no bug, r=dvander) 2012-09-04 17:00:13 -04:00
Michael Wu
38a2fa1577 Bug 694484 - OpenSL backend for libcubeb, r=kinetik 2012-09-04 17:45:08 -03:00
Joel Maher
7773dee6d7 Bug 788235 - update a new talos.zip to capture xperf io tracking and correct product info for datazilla. r=armenzg 2012-09-04 15:43:40 -04:00
Chris Peterson
d8b33dba0f Bug 769894 - Part 1: Create PromptService's AlertDialog on the UI thread. r=mfinkle 2012-09-04 12:33:07 -07:00
andrew.quartey@gmail.com
f78e495142 Bug 701299 - crash nsGlobalWindow::LeaveModalState, r=smaug,khuey 2012-09-05 21:25:53 +03:00
Olli Pettay
ed667ac966 Bug 787961 - Remove mDocument from WorkerPrivate, r=bent
--HG--
extra : rebase_source : 6f2560f658e365b89bb602d498b082cf84bdaef9
2012-09-05 20:47:57 +03:00
Eric Faust
da661150b7 Bug 781388 - Fix build. (r=ImAMoron) 2012-09-04 15:23:25 -04:00
Sean Stangl
e39a2adb53 Backout 5059a4152b84. 2012-09-04 12:20:23 -07:00
Eric Faust
23a1bd7732 Bug 781388 - Optimize codegen for infallible DOM methods. (r=sstangl) 2012-09-04 15:18:50 -04:00
David Anderson
39f8b65332 Inline constants when deciding OSR types (bug 787301, r=kannan). 2012-09-04 11:58:21 -07:00
Brian Nicholson
75bf2eff96 Bug 784386 - Fix comment for Array.join() string concatenation. r=me 2012-09-04 11:24:52 -07:00
Jan de Mooij
d2d0c36fdd Bug 788111 - Fix double condition in OutOfLineTruncate. r=dvander 2012-09-04 20:20:40 +02:00
Siddharth Agarwal
90c02e100f Merge mozilla-central to build-system. 2012-09-04 21:16:02 +05:30