Commit Graph

82691 Commits

Author SHA1 Message Date
Matt Woodrow
63e3a252af Bug 695845 - Part 4: Move BasicShadowableLayer into ImageLayers.h. r=cjones 2011-12-19 14:49:45 -05:00
Matt Woodrow
a9922d609f Bug 695845 - Part 3: Add Flush() and Disconnect() methods to ImageContainer. r=cjones 2011-12-19 14:49:45 -05:00
Matt Woodrow
9898776457 Bug 695845 - Part 2: Add ShadowImplData. r=cjones 2011-12-19 14:49:45 -05:00
Matt Woodrow
5c7862842a Bug 695845 - Part 1: Add ImplData to ImageContainer. r=roc 2011-12-19 14:49:45 -05:00
Margaret Leibovic
c793a7040f Bug 710703 - Use "plugins" instead of "flash" in strings. r=mfinkle 2011-12-19 11:43:39 -08:00
Jim Mathies
6c364b00ad Bug 711073 - fixup vista sdk build bustage post landings in bug 661991. r=neil 2011-12-19 13:27:11 -06:00
Jeff Gilbert
1da9894cfb Bug 711649 - Resolve OGL canvas layer in UpdateSurface - r=mattwoodrow 2011-12-19 11:21:56 -08:00
Rafael Ávila de Espíndola
2553cc03e2 Bug 711536 - finalize statements and close connection. r=mak. 2011-12-19 13:55:08 -05:00
Sriram Ramasubramanian
f3032298b2 Bug 704864: New tabs tray with thumbnails [r=mfinkle] 2011-12-14 14:31:39 -08:00
Matt Brubeck
73adaab87c Bug 699052 - Android back button should close the selected tab and return to the parent tab when possible [r=mfinkle] 2011-12-19 10:44:52 -08:00
Matt Brubeck
62cc037b2e Back out bcf9ce858829 and a3bade82ac92 (bug 711799) for build failures 2011-12-19 10:43:08 -08:00
Matt Brubeck
446588a020 Back out c68ddc33f098 and 18332142caa5 (bug 624621) for jsreftest failures 2011-12-19 10:42:27 -08:00
Joel Maher
e813699d3d Bug 710877 - allow reftest to use FileUtils and remove quit.js code. r=dbaron 2011-12-19 13:29:28 -05:00
Jeff Walden
6094c94827 Bug 711799 - Fix a few implicit-declaration warnings in trace-malloc. r=dbaron
--HG--
extra : rebase_source : 67dc7295b8a2022e02f892f7eac74414e61b1c86
2011-12-17 22:56:55 -05:00
Jeff Walden
17fa340376 Bug 711799 - Add MOZ_FINAL a bunch of places to silence Clang warnings. r=dbaron
--HG--
extra : rebase_source : 8ca811fe7427626e39f677a672986a27829b0feb
2011-12-17 22:47:45 -05:00
Rafael Ávila de Espíndola
5e9766a415 Bug 711494 - close _dbConnection. r=mak.
--HG--
extra : rebase_source : 4c8c7838b30c25fe7dea4a1b9f5d8cb7b0b9e6c5
2011-12-19 13:10:18 -05:00
Daniel Holbert
6cda14be64 Bug 710990: Replace duplicate aStartVal check with aEndVal check, in SVGOrientSMILType::Interpolate. r=jwatt
--HG--
rename : layout/reftests/svg/smil/anim-marker-orient-01.svg => layout/reftests/svg/smil/anim-marker-orient-02.svg
2011-12-19 10:03:45 -08:00
Kartikaya Gupta
4b76dae543 Bug 711232 - Fix multiple useless zooms during page load. r=pcwalton 2011-12-16 17:01:02 -05:00
Kartikaya Gupta
2bedc5c02c Bug 711232 - Avoid unnecessary bounce animations. r=pcwalton 2011-12-16 17:01:02 -05:00
Kartikaya Gupta
6c2c87e744 Bug 708745 - Do a better job of opening new tabs. r=mfinkle 2011-12-16 17:01:03 -05:00
Boris Zbarsky
54be144bc9 Bug 624621 part 3. Use the pre-redirect filename as the script filename and the channel principal as the origin principal, and base our cross-origin check on the origin principal. r=mrbkap 2011-12-19 12:48:12 -05:00
Boris Zbarsky
3960bc9a31 Bug 624621 part 2. Add an origin principal argument on nsIScriptContext::EvaluateString and pass that through to the JS engine. r=mrbkap 2011-12-19 12:47:52 -05:00
Josh Matthews
6dee57e2f6 Bug 709262 - Disable disk cache if the user chooses to sanitize private data on shutdown. r=michal.novotny 2011-12-19 12:18:29 -05:00
Justin Lebar
82004e3f2e Bug 711490 - Add telemetry and memory reporters for counting low-memory events. r=njn 2011-12-19 11:57:57 -05:00
Wes Johnston
4dd5300b6c Bug 708273 - Add save image support. r=mfinkle 2011-12-19 08:44:48 -08:00
Mats Palmgren
5c9659eaaf Bug 690187 - Clip or suppress a marker if it makes the line empty. r=roc 2011-12-19 15:48:31 +01:00
Mats Palmgren
967bd28c2b Bug 690187 - Make the edge analysis report back if text or atomic inline-level content is visible between the marker edges. r=roc 2011-12-19 15:48:31 +01:00
Mats Palmgren
0e86931ccf Bug 690187 - Use a bit on each marker to track if it's active (only text-overflow:clip means inactive for now); check the flag rather setting the clip edge at infinity to disable ellipsing on a side. r=roc 2011-12-19 15:48:30 +01:00
Kartikaya Gupta
0b7c833306 Bug 711453 - Avoid potentially corrupting the fling velocity. r=pcwalton 2011-12-19 09:26:41 -05:00
Kartikaya Gupta
1925b6adfa Bug 695170 - Fix incorrect comment caught by gcp. r=gcp 2011-12-19 09:26:20 -05:00
Jonathan Kew
4edea00ea1 bug 631479 followup - re-enable Graphite now that PGO builds are possible again. rs=khuey 2011-12-19 13:50:20 +00:00
Tom Schuster
e2cb5cc400 Bug 708819 - Avoid recursion through Error.prototype.toString/toSource r=luke
--HG--
extra : rebase_source : 7e6437b497886bbd8109a6c8a392923fff537c84
2011-12-19 14:17:00 +01:00
Tom Schuster
2405d33867 Bug 708695 - Fix issues found by clang's scan-build. r=Waldo
--HG--
extra : rebase_source : 5b1970539b2f5b211ebeb97765d8c549371cb888
2011-12-19 14:16:53 +01:00
Jacek Caban
2da79dd182 Bug 711385 - DrawTargetD2D.h fails to compile on mingw r=bas.schouten 2011-12-19 14:06:10 +01:00
Jacek Caban
fbea1247ba Bug 711381 - v8-support.h fails to compile on mingw r=felipc 2011-12-19 14:05:54 +01:00
Jacek Caban
484dec1072 Bug 670096 - cairo fails to compile on mingw with D2D and DWrite enabled r=jones.chris.g 2011-12-19 14:04:39 +01:00
Dão Gottwald
89b4c6e83d Bug 706100 - Deduplicate skin files shared between gnomestripe and winstripe. r=dolske 2011-12-19 13:19:05 +01:00
Dão Gottwald
0633d627e7 Bug 706108 - Remove unused largeIcon logic from applications.js. r=dolske 2011-12-19 13:08:13 +01:00
Marco Bonardo
e4788b3955 Merge mozilla-central to mozilla-inbound 2011-12-19 12:51:55 +01:00
Marco Bonardo
951b7a56f6 Merge last green PGO changeset from mozilla-inbound to mozilla-central 2011-12-19 12:47:41 +01:00
Masatoshi Kimura
bca08a24f4 Bug 700057 - Create artificial names if English names not found in the name table. r=jfkthame 2011-12-19 10:48:46 +00:00
Jonathan Kew
ebaa9ad3ce bug 711357 - release the CGFontRef after creating our font entry (which holds its own reference). r=jdaggett 2011-12-19 10:36:05 +00:00
Jonathan Kew
0236199d36 bug 711352 - don't CFRelease objects when we don't have an owning reference. r=jdaggett 2011-12-19 10:33:37 +00:00
Robert Longson
79c95191d5 Bug 705206 - applying filters to non-rendered shapes results in the item not being rendered. r=dholbert 2011-12-19 10:06:45 +00:00
Vivien Nicolas
6768352cb8 Bug 707734 - Disable 'click and drag' text selection in nsFrame.cpp for touch enable devices r=roc 2011-12-19 10:11:16 +01:00
Vivien Nicolas
410f52f412 Bug 711488 - Replace some forgotten PR_TRUE with true in dom/battery && dom/sms r=mounir 2011-12-19 10:11:16 +01:00
Mark Finkle
a60f7d9bf4 Bug 711855 - Unable to access the Add-Ons Manager - URL is not valid and cannot be loaded [r=mbrubeck] 2011-12-19 01:28:44 -05:00
Phil Ringnalda
595ce8403f Bug 695345 - Bring back ISO8601DateUtils.jsm, a=akeybl 2011-12-18 18:50:13 -08:00
Matt Brubeck
188cf8f235 Merge last PGO-green changeset from mozilla-inbound to mozilla-central 2011-12-18 12:12:54 -08:00
Kyle Huey
d68c40573e Back out Bug 629668 because it breaks pymake builds. 2011-12-18 14:08:21 -05:00