Commit Graph

124424 Commits

Author SHA1 Message Date
Jeff Walden
c9db1e0ce7 Bug 847480 - Remove DeprecatedAbs uses from the SpiderMonkey ARM backend. r=mjrosenb 2013-03-06 15:29:47 -08:00
Jeff Walden
ef52f8dea5 Bug 847480 - Remove all DeprecatedAbs uses from range analysis code in SpiderMonkey, fixing a couple bugs and adding tests for those bugs. r=nbp 2013-03-06 15:29:26 -08:00
Jeff Walden
0f05fc70d8 Bug 847480 - Convert DeprecatedAbs uses that can relatively obviously be changd to Abs, to Abs. r=Ms2ger 2013-03-05 15:43:53 -08:00
Jeff Walden
cc0ac55d6b Bug 847480 - Convert DeprecatedAbs overloads taking floating point (except for nscoord uses, when nscoord is optionally a floating point type) to Abs. r=Ms2ger 2013-03-05 15:43:44 -08:00
Jeff Walden
83a067942d Bug 847480 - Make mozilla::Abs return the unsigned type, for the integral types. r=bjacob 2013-03-05 15:43:38 -08:00
Jeff Walden
0bfefb7eed Bug 847480 - Blindly convert all existing mozilla::Abs users to mozilla::DeprecatedAbs. Individualized conversions to the reformed mozilla::Abs will continue until mozilla::DeprecatedAbs is unused, at which point it will be removed. r=Ms2ger 2013-03-05 15:43:30 -08:00
Jeff Walden
dc8144eec0 Bug 847480 - Copy the existing mozilla::Abs as mozilla::DeprecatedAbs, to allow mozilla::Abs to return an unsigned type when possible. r=Ms2ger 2013-03-05 15:43:23 -08:00
Jeff Walden
f2df78d4e2 Bug 848747 - Detect a likely-overflowing case early and bail on it. r=nbp 2013-03-07 11:51:33 -08:00
Gregory Szorc
70f019c2a7 Bug 845127 - Record Telemetry for wire size of Bagheera documents; r=rnewman 2013-03-13 10:14:41 -07:00
Gabriele Svelto
09be4479db Bug 850607 - Properly react to changes to the 'memory.free_dirty_pages' preference. r=jlebar 2013-03-13 12:24:04 +01:00
Sriram Ramasubramanian
b457ecf0eb Bug 849495: LWTheme bitmap should be at least as wide as the device width. [r=mfinkle]
--HG--
extra : rebase_source : 71484a2d894d3c369cc01412d177f611b7391ceb
2013-03-12 14:45:01 -07:00
Bobby Holley
3d33242f84 Bug 848939 - De-field marquee. r=jaws 2013-03-13 10:01:37 -07:00
Bobby Holley
f7202cb844 Bug 848939 - De-field videocontrols.xml. r=jaws,dao 2013-03-13 10:01:36 -07:00
Bobby Holley
c1d42c0add Bug 848939 - De-field scale.xml. r=jaws 2013-03-13 10:01:36 -07:00
Bobby Holley
70a841abe2 Bug 813901 - Tests. r=mrbkap 2013-03-13 10:01:36 -07:00
Bobby Holley
e6017346d0 Bug 850000 - Don't clobber exceptions set in security wrapper check() hooks. r=mrbkap 2013-03-13 10:01:36 -07:00
Sriram Ramasubramanian
4ae861c1fa Bug 846949: Cleanup browser toolbar animation. [r=lucasr]
--HG--
extra : rebase_source : ba77407efe264e20a8dfb013ee77def241042a6a
2013-02-27 14:18:28 -08:00
L. David Baron
00a602afdd Bug 804944, patch 2: Also condition @-moz-keyframes parsing on the animations preference. r=bzbarsky 2013-03-13 09:58:39 -07:00
L. David Baron
c2879a9a1a Make gAliases be just an array of ids. (Bug 849656, patch 4) r=bzbarsky 2013-03-13 09:58:39 -07:00
L. David Baron
3b8425c455 Move enabled state for aliases from gAliases to gPropertyEnabled. (Bug 849656, patch 3) r=bzbarsky 2013-03-13 09:58:39 -07:00
L. David Baron
893787aaa9 Move names for aliases from gAliases into kCSSRawProperties. (Bug 849656, patch 2) r=bzbarsky 2013-03-13 09:58:39 -07:00
L. David Baron
179b6637e9 Add ids for CSS property aliases to the nsCSSProperty enum. (Bug 849656, patch 1) r=bzbarsky
Note that this uses the method_ field of the CSS_PROP_ALIAS macro, which
is not consistent in style with the other values of nsCSSProperty.
However, these enum values are unlikely to be used explicitly, and it
avoids having to add an extra parameter to the macro.  (It might even be
better to change the other values to work this way.)
2013-03-13 09:58:39 -07:00
Kyle Huey
5cc4b3a90c Bug 788999: Disable the test on Mountain Lion. 2013-03-13 09:40:55 -07:00
Gregory Szorc
ab7ba47f73 Bug 841568 - Timer for daily data collection; r=rnewman 2013-03-13 09:34:41 -07:00
Brian Nicholson
0de7248c2d Bug 835022 - Switch to correct tab when a tab is closed. r=mfinkle
--HG--
extra : rebase_source : 9a73a8be6d9b7ce6e3779bf27a73811eb17a539a
2013-02-15 22:44:14 -08:00
Bill McCloskey
62c720a784 Bug 846890 - Disable security.fileuri.strict_origin_policy for reftests (r=dbaron,dholbert) 2013-03-08 18:53:06 -08:00
Bill McCloskey
ebac0ef5a9 Bug 846890 - Fix leak from cycle between parser and XULContentSinkImpl (r=smaug) 2013-03-08 18:53:00 -08:00
Bill McCloskey
50f50ed54e Bug 846890 - Avoid check for native anonymous content when possible (r=bholley) 2013-03-08 18:49:36 -08:00
Margaret Leibovic
e3bfda031a Bug 772598 - Use "Site settings" instead of "Site preferences" in clear private data dialog. r=mfinkle 2013-03-13 09:04:59 -07:00
Margaret Leibovic
2fedb80b2f Bug 847849 - Hostname in site settings dialog is misaligned. r=wesj 2013-03-13 09:04:59 -07:00
Margaret Leibovic
3e4e94606b Bug 850307 - Get rid of unused strings in browser.properties. r=mfinkle 2013-03-13 09:04:59 -07:00
Fernando Herrera
22e58d7870 Bug 612331 - nsIAccessibleText getText related functions test in multiline text, r=surkov, tbsaunde 2013-03-14 01:04:23 +09:00
Gregory Szorc
2c3e072f0a Merge mozilla-central into inbound 2013-03-13 09:03:20 -07:00
Gregory Szorc
ed102f4876 Merge mozilla-central into build-system 2013-03-13 08:20:09 -07:00
Ed Morley
5d684ce113 Merge latest green inbound changeset to mozilla-central 2013-03-13 12:27:45 +00:00
Jonathan Watt
13556394b9 Bug 849524 - Avoid reflowing when <input type=range>'s thumb position needs to be updated due to its value changing. r=dholbert 2013-03-13 11:48:27 +00:00
Kartikaya Gupta
526c6d9695 Bug 827347 - Allow force-downloading and installing of updates from about:firefox. r=snorp,blassey 2013-03-13 15:47:38 +00:00
Randell Jesup
7e724d9df2 Bug 848401: switch from ReentrantMonitors and PR_Lock/Condvar to Monitor. Fix {picture:true} for desktop r=khuey,dao 2013-03-13 11:42:18 -04:00
Ed Morley
ea19569087 Bug 736036 - Disable several intermittent Panorama tests since it is going away soon so they won't be fixed 2013-03-13 10:54:34 +00:00
Ed Morley
ba87eae066 Backed out changeset d398e268b1db (bug 723281) since it relies on the now backed out bug 847890 on a CLOSED TREE 2013-03-13 10:25:00 +00:00
Ed Morley
7572e97316 Backed out changeset 40c15b9a5d14 (bug 723281) 2013-03-13 10:24:17 +00:00
Ed Morley
6a8c65a07f Backed out changeset eaf182f23c3a (bug 847890) for failures in test_bug847890_paintFlashing.html on a CLOSED TREE 2013-03-13 10:06:34 +00:00
Richard Newman
d0f5c94f16 Backed out changeset ab05fe92799d (Bug 844407) for robocop bustage on a CLOSED TREE. 2013-03-13 00:03:53 -07:00
Phil Ringnalda
c246268759 Back out 7d1510d544d9 (bug 836968) on suspicion of causing bug 850547
CLOSED TREE
2013-03-12 23:38:11 -07:00
Hannes Verschore
73acb83475 Bug 850536: Only get the chars of a string once in FlattenSubstrings, r=sstangl 2013-03-13 06:08:35 +01:00
Brian Nicholson
1712757a04 Bug 844407 - Make Tabs thread-safe. r=rnewman,bnicholson 2013-03-12 21:07:56 -07:00
Paul Rouget
d6060925e6 merge fx-team to m-c 2013-03-12 20:51:12 -07:00
Paul Rouget
2fdbcaae9f Bug 723281 - Add the ability to enable/disable paint flashing as a [gcli] command. r=jwalker 2013-03-12 18:46:16 -07:00
Paul Rouget
196f09ccb6 Bug 723281 - Add the ability to enable/disable paint flashing as a [gcli] command. r=jwalker 2013-03-12 18:22:01 -07:00
Gary Kwong
496c0fca18 Suppress bug 850134 on 64-bit Linux builds. DONTBUILD 2013-03-12 17:58:20 -07:00