Jim Mathies
|
f0a88a37d6
|
merge backout. a=backout
|
2010-09-09 10:50:01 -05:00 |
|
Jim Mathies
|
7b6a3ea3f0
|
Backout of patch in bug 575855 due to bug 594773.
|
2010-09-09 10:49:44 -05:00 |
|
L. David Baron
|
a0ab32f306
|
Add aliases for old names of border-radius properties. (Bug 451134) r=bzbarsky a2.0=blocking2.0:beta6
|
2010-09-09 08:21:48 -07:00 |
|
Zack Weinberg
|
b8aabe9d10
|
Bug 451134 (2/2): switch to the official border-radius property names: by-hand changes. r=dbaron a2.0=blocking2.0:beta6
|
2010-09-09 08:21:48 -07:00 |
|
Zack Weinberg ext:(%2C%20L.%20David%20Baron%20%3Cdbaron%40dbaron.org%3E)
|
e4c76eccb0
|
Bug 451134 (1/2): switch to the official border-radius property names: purely mechanical changes. r=dbaron a2.0=blocking2.0:beta6
This was generated with the command:
LC_ALL=C grep -irlEZe '[-_]moz[-_]border[-_]radius([-_](top|bottom)(right|left))?' * | xargs -0 perl -pi -e \
's/-moz-border-radius-(top|bottom)(left|right)/border-${1}-${2}-radius/gi;
s/_moz_border_radius_(top|bottom)Right/border_${1}_right_radius/g;
s/_moz_border_radius_(top|bottom)Left/border_${1}_left_radius/g;
s/-moz-border-radius/border-radius/gi;
s/_moz_border_radius/border_radius/g;'
|
2010-09-09 08:21:47 -07:00 |
|
L. David Baron
|
1771274bc6
|
Add workaround for bad pixel in pluginproblem reftest. (Bug 459144) a2.0=blocking2.0:beta6
--HG--
rename : modules/plugin/test/reftest/pluginproblemui-direction-ref.html => modules/plugin/test/reftest/pluginproblemui-direction-1-ref.html
rename : modules/plugin/test/reftest/pluginproblemui-direction-ref.html => modules/plugin/test/reftest/pluginproblemui-direction-2-ref.html
rename : modules/plugin/test/reftest/pluginproblemui-direction-1.html => modules/plugin/test/reftest/pluginproblemui-direction-2.html
|
2010-09-09 08:21:47 -07:00 |
|
L. David Baron
|
df6e839771
|
Add reftests for clipping to the border-radius curve. (Bug 459144, Bug 485501) a2.0=blocking2.0:beta6
|
2010-09-09 08:21:47 -07:00 |
|
L. David Baron
|
d99ac32acf
|
Clip replaced elements (for now, images, canvases, videos, and windowless plugins) to the border radius. (Bug 485501) r=roc a2.0=blocking:beta6
|
2010-09-09 08:21:47 -07:00 |
|
L. David Baron
|
d44b4ee882
|
Clip contents of elements with overflow != visible to the border radius. (Bug 459144, patch 14) r=roc a2.0=blocking2.0:beta6
|
2010-09-09 08:21:46 -07:00 |
|
L. David Baron
|
a9d5fab154
|
Add a (wrapping) display item that clips its contents to the curvature of a border-radius. (Bug 459144, patch 13) r=roc a2.0=blocking2.0:beta6
|
2010-09-09 08:21:46 -07:00 |
|
L. David Baron
|
27b2504e3c
|
Make nsIFrame::DisplaySelectionOverlay take an nsDisplayList* instead of nsDisplayListSet&. (Bug 485501) r=roc a2.0=blocking:beta6
|
2010-09-09 08:21:46 -07:00 |
|
L. David Baron
|
4113d6f1f9
|
Remove unneeded nsAbsPosClipWrapper::mContainer. (Bug 459144, patch 12) r=roc a2.0=blocking2.0:beta6
|
2010-09-09 08:21:46 -07:00 |
|
L. David Baron
|
cec33102e4
|
Remove unneeded nsDisplayClip::mClippingFrame. (Bug 459144, patch 11) r=roc a2.0=blocking2.0:beta6
|
2010-09-09 08:21:46 -07:00 |
|
L. David Baron
|
232cb16309
|
Add wctype.h to config/system-headers. (Bug 594492) r=cjones a2.0=bustage
|
2010-09-09 08:21:46 -07:00 |
|
L. David Baron
|
4c8a8b3d3d
|
Add an invalid-value test for text-shadow that we already have for -moz-box-shadow. a2.0=tests
|
2010-09-09 08:21:46 -07:00 |
|
L. David Baron
|
7d8d7e59ed
|
Fix missing computation half of calc() for border-*-width. (Bug 363249) r=bzbarsky a2.0=blocking2.0:beta6
|
2010-09-09 08:21:46 -07:00 |
|
L. David Baron
|
e06e2d58f5
|
Add calc() support for two properties I missed: outline-width and column-gap. (Bug 363249) r=bzbarsky a2.0=blocking2.0:beta6
|
2010-09-09 08:21:46 -07:00 |
|
L. David Baron
|
7a6fa51b18
|
Negative values for stroke-dasharray should be rejected. (Bug 585715) r=bzbarsky a2.0=blocking2.0:beta6
|
2010-09-09 08:21:46 -07:00 |
|
L. David Baron
|
f9bc2d9cef
|
Fix places where I missed clamping negative calc() to 0. (Bug 585715) r=bzbarsky a2.0=blocking2.0:beta6
|
2010-09-09 08:21:46 -07:00 |
|
L. David Baron
|
af2f9eff65
|
Fix missing frame in style system mochitests. (Bug 585715) r=bzbarsky a2.0=blocking2.0:beta6
|
2010-09-09 08:21:46 -07:00 |
|
L. David Baron
|
8aaf22a0f4
|
Add support for calc() on -moz-border-radius and -moz-outline-radius. (Bug 585715) r=bzbarsky a2.0=blocking2.0:beta6
|
2010-09-09 08:21:45 -07:00 |
|
Dão Gottwald
|
3ad8f0a1e4
|
Backed out bug 587901's winstripe changes. a=backout
|
2010-09-09 17:07:10 +02:00 |
|
Alexander Surkov
|
0ee231bcdf
|
Bug 592913 - provide a way to quickly determine whether an accessible object is a descendant of a tab document, r=marcoz, davidb, a=blocking
|
2010-09-09 23:44:56 +09:00 |
|
Serge Gautherie
|
c5cea9abde
|
Bug 591741 - [SeaMonkey] mochitest-a11y: relations/test_tabbrowser.xul times out; (Av1) Bind chrome://navigator/content/navigator.css for SeaMonkey.
r=surkov.alexander a=(test only).
|
2010-09-09 15:57:25 +02:00 |
|
Dão Gottwald
|
bdca3b6745
|
Backed out changeset bd19f9a62a34 (merge) a=backout
|
2010-09-09 15:39:05 +02:00 |
|
Dão Gottwald
|
46e8cdc17a
|
Backed out changeset bd19f9a62a34
|
2010-09-09 15:32:34 +02:00 |
|
Timothy B. Terriberry
|
95840747da
|
Bug 593753 - Update libvpx to 0.9.2. r=cpearce a=blocking
|
2010-09-09 14:06:21 +02:00 |
|
Dão Gottwald
|
7ae89b9f7b
|
followup to 23e49f8ab15b, remove leftover :hover styling
|
2010-09-09 14:02:58 +02:00 |
|
Tyler Downer
|
3f4e7f2981
|
Bug 590022 - Enable smooth scrolling by default on Windows. r=gavin a=blocking
|
2010-09-09 13:46:39 +02:00 |
|
Dão Gottwald
|
aa871cdb76
|
Bug 587901 - tweak identity box styling. r=dolske
|
2010-09-09 13:44:44 +02:00 |
|
Marco Bonardo
|
4ac8501cc2
|
merge backout a=orange
|
2010-09-09 13:31:47 +02:00 |
|
Marco Bonardo
|
9ee88553bb
|
Backed out changeset 4b41b425c4fa
|
2010-09-09 13:29:56 +02:00 |
|
Marco Bonardo
|
5901754999
|
merge backout
|
2010-09-09 13:29:31 +02:00 |
|
Marco Bonardo
|
1d84fc10b1
|
Backed out changeset a2107d95a1fd
|
2010-09-09 13:28:47 +02:00 |
|
Marco Bonardo
|
d2fe55c398
|
Backed out changeset 7dc407aa7123
|
2010-09-09 13:28:01 +02:00 |
|
Marco Bonardo
|
d4f2c826c2
|
fix bustage. a=bustage
|
2010-09-09 12:42:32 +02:00 |
|
Marco Bonardo
|
24c379f2a3
|
bug 563738 (part1) - Add missing information to the URLFormatter. r=dietrich a=blocking
|
2010-09-09 12:20:07 +02:00 |
|
Marco Bonardo
|
19d669a86d
|
Bug 592990 - about:home DOM storage is cleared with cookies and private browsing. r=mayhemer a=blocking
|
2010-09-09 12:20:05 +02:00 |
|
Bas Schouten
|
351e721d3b
|
Bug 594322: Do not assert using CAIRO_HAS_D2D_SURFACE when D2D surfaces are not available. r=jrmuizel a=bustage-fix
|
2010-09-09 09:50:18 +02:00 |
|
Dão Gottwald
|
b376114450
|
Bug 593836 - don't mess with setTabTitle in WindowsPreviewPerTab.jsm. r+a=gavin
|
2010-09-09 09:48:33 +02:00 |
|
Dão Gottwald
|
19f46e7ff9
|
Bug 594163 - don't reset #appmenu-button's background-clip when the window is inactive. r=gavin
|
2010-09-09 09:47:50 +02:00 |
|
Ehsan Akhgari
|
0d4b0ddec9
|
Bug 593872 - Send events for when tabs become pinned/unpinned; r,a=gavin
|
2010-09-08 20:15:24 -04:00 |
|
Ben Turner
|
c769e22813
|
Bug 591516 - 'IndexedDB: Add some UI to prompt for IndexedDB permissions'. Tests.
|
2010-09-09 15:15:44 -07:00 |
|
Ben Turner
|
cf28451779
|
Bug 591516 - 'IndexedDB: Add some UI to prompt for IndexedDB permissions'. r=sicking+gavin.
|
2010-09-09 15:15:40 -07:00 |
|
Ben Turner
|
59b3600f55
|
Bug 592801 - 'IndexedDB: IDBRequest rework, make everything an event target'. r=sicking.
|
2010-09-09 15:15:38 -07:00 |
|
Rob Campbell
|
e2ae3b5174
|
Bug 593538 - Hide the Error Console behind a preference, r=gavin, a=blocking2.0
|
2010-09-09 19:00:53 -03:00 |
|
Rob Campbell
|
01c922a5a3
|
Backed out changeset 743e2ea36e51, botched commit message, a=developers
|
2010-09-09 18:59:24 -03:00 |
|
Rob Campbell
|
5158da74a2
|
Bug 593536 - Hide the Inspector behind a pref, r=gavin, a=blocking2.0
|
2010-09-09 18:52:43 -03:00 |
|
Rob Campbell
|
12966c5056
|
Bug 593536 - Hide the Inspector behind a pref, r=gavin, a=blocking2.0
|
2010-09-09 18:52:43 -03:00 |
|
Rob Campbell
|
9e0b0e29f9
|
Bug 592525 - Txul Regression between 1PM-3PM PDT, r=gavin, a=blocking2.0
|
2010-09-09 18:52:43 -03:00 |
|