Commit Graph

121794 Commits

Author SHA1 Message Date
Daniel Holbert
dd4b08c8cf Bug 821775: Set mHResize & mVResize flags when doing the actual reflow of a flex item, if we did an earlier "measuring" reflow and we're now stretching the item in either or both dimensions. r=dbaron 2013-02-15 14:01:48 -08:00
Joey Armstrong
3e5212c327 bug 746277: replace hg commands with functions 2013-02-15 17:00:12 -05:00
Matt Brubeck
02821b5d2c Bug 841893 - Fix exception in ContentPermissionPrompt [r=fryn] 2013-02-15 13:47:19 -08:00
Matt Brubeck
7863bf8297 Bug 841572 - Change default toggle labels from Yes/No to On/Off [r=ally] 2013-02-15 13:46:42 -08:00
Scott Johnson
caf5c85c56 Bug 840331: Rev IID of B2GKeyboard interface. [r=bsmedberg] 2013-02-14 16:26:38 -06:00
Scott Johnson
8d33c681fa Bug 840341: Rev the IID of nsICameraCapabilities. [r=bsmedberg]
--HG--
extra : rebase_source : d5d2ada4afb1733e7b92c8329e86c109488af911
2013-02-14 16:26:28 -06:00
Ms2ger
2d89096734 Bug 841466 - Add GetParentObject() for WebIDL objects with a form owner; r=bz 2013-02-15 21:53:59 +01:00
Chris Jones
63f195022b Bug 841830: Allow scrolling while tap/pan gesture is still ambiguous, for perceived responsiveness. r=vingtetun
--HG--
extra : rebase_source : efb68d082921d1a41120c5b447b72637ea72ab73
2013-02-15 11:41:23 -08:00
Jonathan Griffin
742f50b32f Bug 841836 - Update emulator, r=armenzg 2013-02-15 13:14:50 -08:00
Joe Drew
10af218c81 Bug 841661 - Remove the observer in this test when it finishes so we don't get failures from it in unrelated tests. r=mcmanus
--HG--
extra : rebase_source : ba49ab425632c6b090b018818df2aa29c73d9cc9
2013-02-15 15:43:27 -05:00
Sriram Ramasubramanian
bda89e419a Bug 841567: Make the opacity behind the thumbnail title better. [r=mfinkle]
--HG--
extra : rebase_source : 42317c3481401aa86582dbc39085a22069287ef8
2013-02-15 12:51:30 -08:00
Till Schneidereit
90ea1b7f27 Bug 841467 - Fix assert to properly handle requests to allocate 0 bytes. r=n.nethercote
--HG--
extra : rebase_source : 96f4ca364285904c7b1580cfa6097399134788c6
2013-02-15 21:39:36 +01:00
Ryan VanderMeulen
821c1a15ee Backed out changeset b069f50c139e (bug 817638) for unexpected failures on a CLOSED TREE. 2013-02-15 15:44:56 -05:00
Fabrice Desré
440edaf33f Bug 838308 - mozKeyboard should require a permission to use r=vingtetun a=tef+ 2013-02-15 12:35:18 -08:00
Kartikaya Gupta
02904237fe Bug 841810 - Allow java addons to receive and respond to events. r=mfinkle 2013-02-15 15:21:41 -05:00
Seth Fowler
c3b7f9351d Bug 840841 - Remove mObserver from RasterImage and VectorImage. r=joe 2013-02-12 19:00:03 -08:00
Tetsuharu OHZEKI
ff4ae413b9 Bug 840722 - Add an object which represents the viewport metadata in browser.js.r=kats 2013-02-15 15:20:52 -05:00
Trevor Saunders
196ea3da67 bug 841706 - remove nsSelectionIterator r=smaug 2013-02-15 05:52:57 -05:00
Nathan Froyd
045c18a318 Bug 837271 - part 4 - add test for extended statistics not being recorded; r=taras 2013-02-15 10:22:25 -05:00
Nathan Froyd
adc9d9eb38 Bug 837271 - part 3 - flag histograms as OK for extended statistics computation in Histograms.json; r=vladan 2013-02-13 12:55:21 -05:00
Nathan Froyd
2f7975da8a Bug 837271 - part 2 - add extended_statistics_ok mechanism to histogram machinery; r=vladan 2013-02-13 10:51:24 -05:00
Nathan Froyd
fc99d79f90 Bug 837271 - part 1 - add means to control computation of extended statistics to histogram code; r=vladan 2013-02-13 10:31:25 -05:00
Avi Halachmi
ad77774fb9 Bug 838758: Cache GradientStops instead of gfxPattern. r=jrmuizel
Our gfxPattern cache is currently way too specific, which causes lots of
unnecessary cache misses. The only thing that we actually need to key on is the
color stops.

This switches the cache to hold GradientStops instead of gfxPatterns. This
improves our cache hit rate and is simpler. It also avoids doing caching when
not using Azure, which currently has no benefit.

Average paint times results (in ms)
(on windows 7 x64, i7-3630qm, HD4000)
-------------------------------------
m-c
open: 3.5 close: 3.3

m-c cache-key
open: 2.6 close: 2.4

ux
open: 7.3 close: 5.2

ux cache-key
open: 6.9 close: 5.3
2013-02-15 20:54:49 +02:00
Fernando Jiménez
451869247e Bug 839435 - [Packaged apps] Only allow numbers in the 'size' manifest field; r=fabrice 2013-02-15 19:13:02 +01:00
Martijn Wargers
7d48e0b06e Bug 817638 - Enable content mochitests for B2G, r=jgriffin 2013-02-15 10:08:42 -08:00
Ryan VanderMeulen
9d4ca5da29 Bug 838532 - Fix bustage on a CLOSED TREE. 2013-02-15 12:28:02 -05:00
Andrea Marchesini
8e88bdc658 Bug 838532 - Convert HTMLLegendElement to WebIDL. r=Ms2ger 2013-02-15 11:55:53 -05:00
Andrea Marchesini
a50da65990 Bug 838532 - Rename nsHTMLLegendElement to HTMLLegendElement. r=Ms2ger
--HG--
rename : content/html/content/src/nsHTMLLegendElement.cpp => content/html/content/src/HTMLLegendElement.cpp
rename : content/html/content/src/nsHTMLLegendElement.h => content/html/content/src/HTMLLegendElement.h
2013-02-15 11:55:53 -05:00
Joshua Kalpin
3bc7987424 Bug 839670 - Remove usage of gXULAppInfo and createAppInfo in toolkit/components/search/tests/xpcshell/ and replace with updateAppInfo(). r=MattN 2013-02-15 11:55:53 -05:00
Ryan VanderMeulen
2836f14147 Merge m-c to inbound. 2013-02-15 11:55:36 -05:00
Dave Townsend
77c3430a18 Bug 554780: Make plugins provider correctly handle plugins being added and removed through detection at runtime. r=Unfocused 2013-02-15 10:12:44 -06:00
Simone Carletti
062c7735c1 Bug 841733 - update PSL for .id. r=gerv. 2013-02-15 15:43:06 +00:00
Adam Roach [:abr]
1e0937b29c Bug 841457 - Convert stream logging to non-stream when stream operators are not used r=ehugg 2013-02-15 09:24:51 -06:00
Ryan VanderMeulen
bd99dbd7f0 Merge inbound to m-c. 2013-02-15 09:39:34 -05:00
Jonathan Kew
f96e8d4cc7 bug 841313 - update harfbuzz to upstream commit a0cb9f3... (v0.9.12+) to pick up Myanmar/SEAsian shapers and Indic fixes. r=jdaggett 2013-02-15 10:37:41 +00:00
Tim Taubert
4196c69b7e merge m-c to fx-team 2013-02-15 10:40:59 +01:00
Gregory Szorc
511003fd6f Bug 840177 - Part 6: Record urlbar searches in Firefox Health Report; r=gavin 2013-02-14 14:47:49 -08:00
Gregory Szorc
ddad85b037 Bug 840177 - Part 5: Add observer notification for keyword searches; r=gavin
The intent is for this to be captured by Firefox Health Report.
2013-02-14 14:47:47 -08:00
Richard Newman
34f99d0956 Merge m-c to s-c. 2013-02-14 14:33:37 -08:00
Ryan VanderMeulen
a98395cd45 Merge the last PGO-green inbound changeset to m-c. 2013-02-14 17:16:49 -05:00
Anton Kovalyov
acce6ed2ab Bug 834878 - Make link arrows open files, r=robcee 2013-02-14 14:08:47 -08:00
Brian R. Bondy
570adc3412 Bug 841197 - Upgrading from older nightly that has been set as default browser now shows metro tile. r=jimm 2013-02-14 16:44:20 -05:00
Trevor Saunders
9e05c005e5 bug 841484 - add most of the webidl HTMLSelectElement API r=Ms2ger 2013-02-14 15:54:23 -05:00
Benjamin Peterson
76c7a349da Bug 841407 - Replace usage of enablePrivilege in inspector tests. r=bholley 2013-02-15 09:34:46 -05:00
Mike Hommey
2ab70fd99b Bug 841456 - Enable metro on windows l10n builds. r=jimm DONTBUILD 2013-02-14 21:08:02 +01:00
Randell Jesup
1abf09a6e0 Bug 829907: release video capture device on MainThread (mac only) r=bsmedberg 2013-02-14 14:59:27 -05:00
Anton Kovalyov
f3f0c7b0d2 Bug 840238 - Make 'Complete Profile' string localizable, r=robcee 2013-02-14 10:20:17 -08:00
Alexandre Poirot
de5f64d948 Bug 834515 - Updating to a packaged app with a new name via introducing a locale override allows changing the app name r=fabrice 2013-02-14 09:23:58 -08:00
Brian Hackett
3a2fc8c816 Bug 824249 - Fix bustage on a CLOSED TREE 2013-02-14 09:41:36 -07:00
Ed Morley
53d135515b Merge latest green inbound changeset to mozilla-central 2013-02-14 10:44:41 +00:00