Nathan Froyd
9b227bf10d
Bug 786703 - fix dom/ build failures from introducing PARALLEL_DIRS; r=glandium
2012-09-11 07:47:42 -04:00
Gabor Krizsanits
0156aa35d9
Bug 737003 - Offer a way to apply user agent stylesheet on a given document; r=bz
2012-09-11 13:51:10 +02:00
Nathan Froyd
d28f455738
Bug 789371 - fix min/max/n_buckets for boolean and flag histograms; r=taras
2012-09-11 04:33:16 -04:00
Arnaud Bienner
ada732679d
Bug 790093 - Remove unnecessary const_cast in nsGfxButtonControlFrame.cpp. r=sicking
2012-09-11 11:26:29 +01:00
Phil Ringnalda
40cf3ec90f
Merge m-c to fx-team
2012-09-07 19:42:51 -07:00
Paul Adenot
256ec127ad
Bug 789077 - Sniff for a media only if the Content-Type is unknown or octet-stream. r=bz
2012-09-07 16:18:59 -07:00
Paul Adenot
f0502d27c7
Bug 789077 - Remove sniffing for mp3 without ID3 because of false positives. r=cpearce
2012-09-07 16:14:05 -07:00
Ryan VanderMeulen
2ff849733d
Backout bug 788914 and bug 789494 because they were backed out on inbound.
2012-09-07 19:40:57 -04:00
Ryan VanderMeulen
a6780e64c5
Merge the last PGO-green inbound changeset to m-c.
2012-09-07 19:48:15 -04:00
David Anderson
f823b5dcc1
Fix bug where forbiding Ion compilation could miss marking an IonScript (bug 786107, r=terrence).
2012-09-07 15:31:35 -07:00
David Anderson
300951e360
Merge from mozilla-central.
2012-09-07 15:17:11 -07:00
Girish Sharma
fec5f5eb4c
Bug 704983 - Make request and response body logging more discoverable in the Web Console. r=msucan
2012-09-08 03:38:54 +05:30
Hao Gao
bf75381039
Bug 787116 - Use self.stream to write Marionette log lines, r=jgriffin, DONTBUILD because NPOTB
2012-09-07 10:04:44 -07:00
Ed Morley
7f8e5478eb
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-09-07 15:27:15 +01:00
Jan de Mooij
72b9ce0878
Bug 788476 - Fold x & -1 to x. r=dvander
2012-09-07 12:53:02 +02:00
Gary Kwong
9934ccaa7f
Bug 641563 - Add test. r=me
2012-09-07 02:20:43 -07:00
Gary Kwong
4dab723cda
Bug 633828 - Fix nit in test. r=nitpick
...
--HG--
extra : rebase_source : a8cb6e6936720d5b5c5694e82aca0b0f7d073345
2012-09-07 02:17:27 -07:00
Jacek Caban
f7eda99736
Bug 787653 - Updated ANGLE to r1267 r=upstream
2012-09-07 11:12:54 +02:00
Ed Morley
8cf4ffc2ea
Backout 5853df66d488, e8fadd906232, d787279d282c, 8c1ed6327355, 94cfcf5da7c8, 87aa103d7e87 (bug 585922) for failures in test_bug411236.html
2012-09-07 09:15:34 +01:00
Eric Chou
53cd1dca1c
Bug 788254 - [b2g-bluetooth] nsTArray should not be passed back as return value, r=qdot
2012-09-07 15:56:12 +08:00
Nicholas Nethercote
9b5d4fba56
Backout 52abdd1fbcc8 (bug 780442) due to lack of appropriate review.
2012-09-06 23:42:12 -07:00
Bobby Holley
263394dbe4
Bug 788914 - Kill the XOW flag. r=mrbkap
...
There are really two questions to be asked: is the caller chrome, and does the
caller subsume the callee. We have other, more precise ways of asking both of
these questions.
2012-09-06 22:55:18 -07:00
Bobby Holley
4a03556c3e
Bug 788914 - Kill partially transparent wrappers. r=mrbkap
2012-09-06 22:55:18 -07:00
Bobby Holley
b5dd375098
Bug 788914 - Remove dynamic UniversalXPConnect checks sprinkled around the wrapper code. r=mrbkap
2012-09-06 22:55:18 -07:00
Bobby Holley
4ca571cde3
Bug 788914 - Recompute cross-compartment wrappers when UniversalXPConnect is enabled. r=mrbkap
2012-09-06 22:55:18 -07:00
Bobby Holley
325c6bae80
Bug 788914 - Generate vanilla cross-compartment wrappers when UniversalXPConnect is enabled. r=mrbkap
2012-09-06 22:55:18 -07:00
Bobby Holley
43dff80a77
Bug 788914 - Remove enablePrivilege from bug 585922 tests. r=mrbkap
...
This test chokes on the changes in the patch for some reason. Fortunately, since
enablePrivilege now exists solely to make our tests go green, changing its semantics
and removing use of it from anywhere that goes orange is a perfectly acceptable
approach. ;-)
2012-09-06 22:55:18 -07:00
Cameron McCormack
09aeb61301
Bug 655877 - Part 23a: Add white-space:-moz-pre-discard-newlines value with white space collapsing behavior like SVG's xml:space="preserve". r=roc,dbaron
2012-09-07 15:42:19 +10:00
Boris Zbarsky
a562efcb37
Bug 767931. Make drawWindow and asyncDrawXULElement ChromeOnly. r=roc
2012-09-07 01:29:47 -04:00
Kan-Ru Chen (陳侃如)
8a00439410
Bug 789385 - Use AGPS_TYPE_SUPL instead of AGPS_TYPE_ANY. r=dougt
2012-09-07 13:04:05 +08:00
L. David Baron
74f7233cd3
Remove last use of enablePrivilege in layout/style mochitests. (Bug 653461, patch 4) r=bzbarsky
2012-09-06 21:16:09 -07:00
L. David Baron
253be7632f
Rename nsIPresShell::InitialReflow to Initialize since it doesn't actually perform reflow. (Bug 788956) r=roc
2012-09-06 21:16:09 -07:00
John Schoenick
5713bd3dc2
Backout 827807082790 (bug 786650) for causing bug 789033
2012-09-06 19:03:22 -07:00
David Anderson
cb5e844dd9
Merge from mozilla-central.
2012-09-06 18:28:59 -07:00
Ryan VanderMeulen
82c0f60280
Merge the last PGO-green inbound changeset to m-c.
2012-09-06 20:37:59 -04:00
Sean Stangl
ed463f424e
Bug 787921 - Fix IonMonkey interrupt detection. r=dvander
2012-09-06 16:34:48 -07:00
Lucas Rocha
4683090a74
Bug 785992 - Sanitize parsed reader mode article when viewing (r=mfinkle)
2012-09-06 19:37:41 +01:00
Kartikaya Gupta
1633a55ae4
Bug 760229 - Factor out a fillRectCoordBuffer function. r=Cwiiis
2012-09-06 14:34:38 -04:00
Kartikaya Gupta
0d58f1cd31
Bug 760229 - Cache some transient objects in ScrollbarLayer to reduce GC stress during composition. r=Cwiiis
2012-09-06 14:34:08 -04:00
Kartikaya Gupta
2542e6270d
Bug 760229 - Cache some transient objects in SingleTileLayer to reduce GC stress during composition. r=Cwiiis
2012-09-06 14:33:44 -04:00
Daniel Holbert
c1f983b3b6
Bug 788862: Initialize 'segType' in SVGPathData::ConstructPath. r=jwatt
2012-09-06 11:33:01 -07:00
Jan Beich
9f6137fce0
Bug 788108 - Remove FreeBSD workaround for double type wrapper. rs=sicking
2012-09-06 11:32:59 -07:00
Girish Sharma
6c797030d3
Bug 751744 - Add a Revert to Saved menu item to the scratchpad; r=harth
2012-09-06 09:50:05 +05:30
Joe Walker
f644c80339
Bug 773185 - [devtb] key sequence should close toolbar if gcli already has focus; r=mikeratcliffe
2012-09-07 14:24:59 +01:00
Quentin Pradet
8f9fc7099c
Bug 764856 - GCLI should allow fuzzy matching of commands; r=jwalker
2012-09-07 14:24:58 +01:00
Joe Walker
c03ba514be
Bug 788486 - GCLI rollup bug fix for bugs 786317, 739947, 708984, 786658, 681623, 787712; r=dcamp
2012-09-07 14:24:58 +01:00
OHZEKI Tetsuharu
65e8c15bee
Bug 785715 - Change the parameter name of GCLI-screenshot to "selector" from "node". r=jwalker
2012-09-07 14:24:58 +01:00
Victor Porof
14844a86d1
Merge m-c to fx-team
2012-09-06 17:39:16 +03:00
Mike Hommey
46341f0cc9
Bug 788954 - Remove export-idl rule. r=ted
2012-09-06 14:46:41 +02:00
Ed Morley
5fe2b31d63
Backout ea472ffba523 & ae4a4bfde41e (bug 786922) for causing bug 789008
2012-09-06 11:58:20 +01:00