Commit Graph

211693 Commits

Author SHA1 Message Date
Karl Tomlinson
1de28feb17 b=520030 increase --enable-system-cairo required version to ensure fixes for @font-face crashes r=jdaggett
--HG--
extra : rebase_source : 63192b9609ccccdd153b66ab32ea8cd4f9050460
2009-10-22 13:15:19 +13:00
Karl Tomlinson
205a73dcf7 b=494901 textbox misaligned when using align=baseline r=dbaron
--HG--
extra : rebase_source : 6322f30a5eabd9c4662a1cc817dde8abaecacaaa
2009-10-22 13:11:25 +13:00
Karl Tomlinson
b8fe553799 b=494901 remove some things from nsSprocketLayout that don't do anything r=dbaron
--HG--
extra : rebase_source : 065b7ecdf4d570683fe94a3bf7e4d2bfb967ed36
2009-10-22 13:05:25 +13:00
Daniel Holbert
a151e00614 Followup to Bug 522320 bustage fix: in modified chunk of nsCSSDeclaration, check nsCSSValue unit before querying its integer value 2009-10-21 17:25:30 -07:00
Daniel Holbert
0902ed0ee1 Bug 522320 bustage fix (handle 'normal' value for font-variant/font-style in two other places). 2009-10-21 17:05:07 -07:00
Daniel Holbert
d8c59c3f5f Bug 520486 (patch 2): Enable SVG/SMIL animation of properties with enumerated values. r=roc 2009-10-21 14:57:57 -07:00
Daniel Holbert
03220db402 Bug 520486 (patch 1): Extend nsStyleAnimation to support enumerated values. r=dbaron 2009-10-21 14:57:57 -07:00
Daniel Holbert
3cb73212d1 Bug 522320: Put auto/none/normal keywords in CSS keyword tables for properties that take enum values. Patch 2 (handle remaining properties). r=dbaron 2009-10-21 14:57:57 -07:00
Daniel Holbert
4b1567d0cb Bug 522320: Put auto/none/normal keywords in CSS keyword tables for properties that take enum values. Patch 1 addendum (handle font-style, font-variant, overflow). r=dbaron 2009-10-21 14:57:57 -07:00
Daniel Holbert
86e58b6697 Bug 522320: Put auto/none/normal keywords in CSS keyword tables for properties that take enum values. Patch 1 (handle single-valued SVG-animatable properties). r=dbaron 2009-10-21 14:57:57 -07:00
Dão Gottwald
3f64a387fa Backed out changeset 1afef31990f3 2009-10-21 23:25:04 +02:00
Reed Loden
3149826059 Fix whitespacing in browser/base/content/aboutSupport.xhtml to match what is being used on 1.9.2 in order to help make creating patches for both trunk and branch easier. Whitespacing only change. No bug. 2009-10-21 15:02:50 -05:00
Olli Pettay
06825d0f17 Bug 523569 - remove initXXXEventNS methods, r=sicking
--HG--
extra : rebase_source : fa251f645567f0bc63c1debbc64062d7145c5374
2009-10-21 21:35:42 +03:00
Benjamin Smedberg
3ff2200833 Bug 523438 - make nsFrameLoader* available to content/layout, r=bz
--HG--
extra : rebase_source : 60958c8e1cfeb150f8f48f549b2043637c910e99
2009-10-20 17:33:59 -04:00
Robert Longson
17d11a85e8 Bug 521207 - tiles do not work if they extend beyond the filter subregion bounds 2009-10-21 18:47:59 +01:00
Honza Bambas
d832ddc396 Bug 475156 - forgotten nit fixes 2009-10-21 19:34:47 +02:00
Jeff Muizelaar
445b58dc3f Add a test for gif comment parsing. 2009-10-21 13:31:04 -04:00
Jeff Muizelaar
6028d14806 Bug 500200. cairo-ddraw: Fallback if the source surface is larger than the maximum texture size. r=vlad
If the source surface is larger than the maximum texture size we fallback to software compositing
instead of drawing the wrong things.
2009-10-21 12:49:20 -04:00
Markus Stange
e505d83e7c Bug 520637 - Draw lightweight themes in the titlebar. r=dao, r=enndeakin 2009-10-21 18:02:43 +02:00
Markus Stange
45c2c60f84 Merge backout of bug 300904. 2009-10-21 17:09:45 +02:00
Markus Stange
2f5f7937fe Backed out changeset 3ee95c194798, bug 300904 (tracking rects) in order to investigate the Mac DHTML performance regression. 2009-10-21 17:09:19 +02:00
Brian Crowder
61cb30c406 Backed out bug 517109 due to Ts regression. 2009-10-21 07:59:29 -07:00
Brian Crowder
3b1d66f144 Backed out changeset 899023a9fbb0 due to Ts regression (was bug 517109) 2009-10-21 07:58:53 -07:00
Brian Crowder
722cfcbbad Backing out bug 519843 due to Ts regression. 2009-10-21 07:57:48 -07:00
Brian Crowder
3e3dabb996 Backed out changeset 9992a4a638e2 due to Tp regression (was bug 519843) 2009-10-21 07:57:08 -07:00
L. David Baron
4d6a859d90 Add support for animation of stroke-dasharray to nsStyleAnimation. (Bug 523355) r=dholbert sr=bzbarsky 2009-10-21 10:17:40 -04:00
Jonathan Watt
6b816ecdd6 Bug 523481. Restore the group opacity optimization that was broken by the patch for bug 455984. r=longsonr@gmail.com 2009-10-21 13:32:57 +02:00
L. David Baron
4c0fa8e623 Add support for animation of text-shadow and -moz-box-shadow (the first complex value types that we animate). (Bug 523196) r=dholbert sr=bzbarsky 2009-10-21 06:53:46 -04:00
L. David Baron
f85d2aae1c Serialize type selectors with original case. (Bug 523341) r=bzbarsky 2009-10-21 06:53:46 -04:00
Olli Pettay
9cc46b81b2 Bug 523080 - Unlink HTMLDocument members, r=peterv
--HG--
extra : rebase_source : e8b1faf6f58613826803b101ee314f64ecab3350
2009-10-21 12:41:18 +03:00
Olli Pettay
e32bd468dc Bug 523111 - DOMEvent implementations should inherit first the base class, r=jwatt, sr=jst
--HG--
extra : rebase_source : 81cba369792644a99f42c1901dbf04196d007d53
2009-10-21 12:38:39 +03:00
Honza Bambas
8f6a5222bd Bug 475156 - correcting cache behavior when using custom conditional request headers, r=bzbarsky 2009-10-21 12:18:08 +02:00
Honza Bambas
1d0897eeec Bug 367373 - DOM storage quota should exclude offline-app allowed domains, r+sr=jst 2009-10-21 12:18:08 +02:00
Alfred Kayser
22713a7cc0 [Bug 523065] libjar: use malloc instead of calloc for zlib. r=tglek 2009-10-21 11:58:49 +02:00
Dão Gottwald
88e9c6bf08 Bug 523312 - address some nits in aboutSupport.xhtml. r=gavin 2009-10-21 11:18:48 +02:00
Markus Stange
b1658e903d Bug 513158 - Titlebar drawing support for Mac OS X. r=josh 2009-10-21 09:05:39 +02:00
Markus Stange
6c3dfba67c Bug 515880 - Add drawintitlebar attribute to XUL root elements and sync it to the window widget. r=neil, sr=roc 2009-10-21 09:05:34 +02:00
Markus Stange
f9476a0ed2 Bug 300904 - Use tracking rects to determine whether the mouse is over a different app and block mouse move events when that's the case. r=josh 2009-10-21 09:04:40 +02:00
Markus Stange
f546a633e4 Bug 520044 - Crash [@ ChildViewMouseTracker::MouseMoved]. r=josh 2009-10-21 09:02:13 +02:00
Chris Pearce
0a4ce07599 Bug 523335 - Abort seek operation on underlying stream close. r=roc 2009-10-21 16:24:21 +13:00
Phil Ringnalda
6368d78331 Bug 523056 - Remove nonlocalized, inappropriate progresstext attribute that hasn't done anything since 0.6, r=mayhemer 2009-10-20 20:21:29 -07:00
Phil Ringnalda
a8bea96637 Bug 523290 - Bogus copy-pasted id for OthersOverlay.xul's overlay element, r=mayhemer 2009-10-20 20:21:26 -07:00
L. David Baron
824e696346 Disable test_deadlock_detector for failing on OS X. (Bug 523378) 2009-10-20 20:26:04 -04:00
Peter Kasting
0dbf5b0a98 Bug 520056 - Update Effective TLD list for .za.net and .za.org
r=gerv
2009-10-21 00:18:24 +02:00
Serge Gautherie
b31d61984c Bug 381467 - Switch application/x-javascript to application/javascript; (Av1) /security/manager/pki/*
r=honzab
2009-10-21 00:07:42 +02:00
Brian Crowder
92f6d220fd Backed out changeset 1a7c75165427 (landed way more than whitespace changes, woops) 2009-10-20 12:33:42 -07:00
Brian Crowder
18b3b9db47 fixing whitespace here, r=blassey 2009-10-20 12:26:03 -07:00
Brian Crowder
d97319d72d Bug 517109 - Make the Faststartup component use memory-pressure notification and periodically restart itself, r=dolske 2009-10-20 12:17:20 -07:00
Brian Crowder
b9e81a1582 Bug 519843 - better behavior of js shell under Windows Mobile (no TTY), r=mrbkap 2009-10-20 12:11:51 -07:00
David Mandelin
1e4ad3b192 Bug 522817: move on-trace method write barrier after shape guard, r=brendan 2009-10-20 10:55:15 -07:00