Justin Dolske
|
894eece94b
|
Bug 598786 - Visual design for tab-modal prompts. r=dao, a=me
|
2010-11-19 21:23:30 -08:00 |
|
Justin Dolske
|
67a598434f
|
Bug 59314 - Alerts should be content-modal, not window-modal. r=gavin, a=blocking+
|
2010-11-19 21:23:25 -08:00 |
|
Margaret Leibovic
|
11b59c62f2
|
Bug 610688: Style buttons for popup notifications without secondary actions on Mac, r=dao, a=dolske
--HG--
extra : rebase_source : f54ec027c07c8506f43bac6c44984b4c3859b1f8
|
2010-11-16 16:38:24 -05:00 |
|
Ben Turner
|
7b428214f3
|
Bug 586216 - Don't use one timer per animated widget. r=roc a=b
|
2010-11-13 09:19:38 +01:00 |
|
Margaret Leibovic
|
e4acfb3c9c
|
Bug 595201 - popup notification menuitem highlight is broken (black on blue) in winstripe and pinstripe themes. r=neil a=b
|
2010-11-13 08:54:48 +01:00 |
|
Patrick Walton
|
fe01095407
|
Bug 596315 - Animate the opening and closing of the Web Console, r=dietrich, a=johnath
|
2010-11-10 11:10:26 -05:00 |
|
Patrick Walton
|
1924ccaad6
|
Bug 607163 - Part 3: Remove !important from the Web Console CSS, r=dao, a=gavin
|
2010-11-10 11:10:25 -05:00 |
|
Patrick Walton
|
a45f6bfe30
|
Bug 607163 - Part 2: Move the Web Console CSS to browser.xul and fix a small ensuing styling regression, r=dao, a=gavin
|
2010-11-10 11:10:25 -05:00 |
|
Patrick Walton
|
9e97e5169f
|
Bug 607163 - Part 1: Make the Web Console's CSS conform to the Mozilla CSS performance guidelines, r=dao, a=gavin
|
2010-11-10 11:10:25 -05:00 |
|
Dão Gottwald
|
d551e35e9d
|
bug 610123 bustage fix
|
2010-11-06 17:05:55 +01:00 |
|
Margaret Leibovic
|
428173560d
|
Bug 577931 - Mac OS X specific styling of menu buttons in popup notifications. r=dao a=blocking-betaN
|
2010-11-05 14:03:42 -07:00 |
|
Wesley Johnston
|
2eab630d72
|
Bug 465839 - Add a binding for touch enabled video and audio controls. a=blocking-fennec-2.0b2, r=dolske
|
2010-10-25 09:24:00 -04:00 |
|
Dão Gottwald
|
2217bacf89
|
whitespace cleanup
|
2010-10-24 11:17:06 +02:00 |
|
Dão Gottwald
|
067090bdd6
|
whitespace cleanup
|
2010-10-24 11:03:47 +02:00 |
|
Markus Stange
|
6a4c9d83fd
|
Bug 594484 - Don't override cursor and color styles for the number box text input because it breaks disabled="true" styling. r=dao a=gavin
--HG--
extra : rebase_source : 2aab724e58b26ae4f46f960e6dc0da63528f1808
|
2010-10-15 12:23:11 +02:00 |
|
Neil Deakin
|
71674132a2
|
Bug 554937 - Implement arrow panels and use them for some notifications, r=gavin, a=betaN+
|
2010-10-13 15:41:37 -04:00 |
|
Patrick Walton
|
6e9e88b888
|
Bug 573840 - Web Console styling is broken with a Persona, r=dao, a=blocking2.0
|
2010-09-17 12:45:11 -03:00 |
|
Dão Gottwald
|
e7895315a7
|
Whitespace cleanup after bug 590039
|
2010-09-12 11:54:51 +02:00 |
|
L. David Baron
|
5859a14a99
|
Rename -moz-box-shadow to box-shadow: mechanical changes. (Bug 590039) r=bzbarsky a2.0=blocking2.0:beta6
Generated with:
find * -type f -exec sed -i -e 's/\<MozBoxShadow\>/boxShadow/g;s/-moz-box-shadow/box-shadow/gi' {} \;
|
2010-09-11 09:27:12 -07:00 |
|
L. David Baron
|
7476de1256
|
Change blur radii in themes and in some tests to match change in how we interpret text-shadow and -moz-box-shadow blur radii. (Bug 590039) r=dao a2.0=blocking2.0:beta6
|
2010-09-11 09:27:12 -07:00 |
|
Joe Walker
|
0f8cb96362
|
Bug 588014 - Format clickable output to look like being clickable, r+a=dietrich
|
2010-09-07 23:37:47 +01: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 |
|
Patrick Walton
|
b6e0bcffd5
|
Bug 581231 - Part 2: Add the Close button to the Web Console and style it on the Mac. r=dietrich a=dietrich
|
2010-09-08 17:08:29 -07:00 |
|
Patrick Walton
|
578e14f50c
|
Bug 581231 - Part 1: Surround the Web Console's input field in a containing hbox r=dietrich a=dietrich
|
2010-09-08 17:08:23 -07:00 |
|
L. David Baron
|
9cbac68621
|
Fix uses of percentage -moz-outline-radius in themes for new definition of percent. (Bug 471643) r=dao a2.0=blocking:beta6+
|
2010-09-07 15:20:35 -07:00 |
|
David Dahl
|
12bb05537a
|
Bug 583101 - Web Console input and output display should use the same font and size r=dietrich a=dietrich
|
2010-09-01 12:56:06 -07:00 |
|
L. David Baron
|
f51578d775
|
Fix uses of percentage border-radius in themes for new definition of percent. (Bug 471643) r=Mossop a2.0=blocking+
|
2010-08-31 16:46:41 -04:00 |
|
Julian Viereck
|
0f36d719e3
|
Bug 573103 - Implement WebConsole Network Panel, r=dietrich, a=blocking2.0 (beta5)
|
2010-08-28 21:31:12 -07:00 |
|
Rob Campbell
|
09c3eaf639
|
backing out bugs 587574, 588540, 573103, 568634 to clear leaks, a=#developers
|
2010-08-28 14:51:40 -03:00 |
|
Julian Viereck
|
a30a8f456b
|
Bug 573103 - Implement WebConsole Network Panel, r=dietrich, a=blocking2.0 (beta5)
|
2010-08-13 12:14:01 +02:00 |
|
Dão Gottwald
|
fd001ecdb0
|
Bug 590053 - Rename headsUpDisplay.css to webConsole.css. r=gavin
--HG--
rename : toolkit/themes/gnomestripe/global/headsUpDisplay.css => toolkit/themes/gnomestripe/global/webConsole.css
rename : toolkit/themes/pinstripe/global/headsUpDisplay.css => toolkit/themes/pinstripe/global/webConsole.css
rename : toolkit/themes/winstripe/global/headsUpDisplay.css => toolkit/themes/winstripe/global/webConsole.css
extra : rebase_source : df2660db02f2ec5ba7694731a9a30320b9aab9ba
|
2010-08-25 20:03:28 +02:00 |
|
Mounir Lamouri
|
1410b0f83d
|
Bug 457801 (2/2) - Fix default placeholder style for XUL textboxes. r=dao a2.0=blocking
|
2010-08-25 06:39:55 +02:00 |
|
Mounir Lamouri
|
a998cdc78c
|
Backing out unintentional push ba7b3f3d3451, b21458f2e3a2 and f69cabe709ca. a=backout
|
2010-08-25 02:40:47 +02:00 |
|
Mounir Lamouri
|
6bf2d28262
|
Bug 457801 (2/3) - Fix default placeholder style for XUL textboxes. r=enndeakin
|
2010-08-24 21:23:27 +02:00 |
|
Neil Rashbrook
|
4664a4e9b7
|
Bug 589570 Disabled splitters should use the default cursor r=dao a=gavin
|
2010-08-24 23:39:33 +01:00 |
|
Patrick Walton
|
9657eb463e
|
Bug 583359 - Filter options on the Web Console should filter all messages. Part 3: Remove the old filtering logic in the Web Console r=dietrich a=blocking2.0
|
2010-08-18 16:53:57 -07:00 |
|
Patrick Walton
|
02b882302d
|
Bug 583359 - Filter options on the Web Console should filter all messages. Part 2: Make string filtering live in the Web Console r=dietrich a=blocking2.0
|
2010-08-18 16:53:53 -07:00 |
|
Patrick Walton
|
d0b6646f67
|
Bug 583359 - Filter options on the Web Console should filter all messages. Part 1: Implement live filtering for the category checkboxes on the Web Console r=dietrich a=blocking2.0
|
2010-08-18 16:53:49 -07:00 |
|
Dão Gottwald
|
184cb7b51b
|
CSS formatting cleanup
|
2010-08-18 09:33:54 +02:00 |
|
Patrick Walton
|
2527ad2118
|
Bug 583145 - Theme the Web Console filter bar appropriately on the Mac r=dietrich a=dietrich
|
2010-08-17 13:46:23 -07:00 |
|
Patrick Walton
|
9f57b40628
|
Bug 586514 - Web Console should be 100% XUL, r+a=dietrich
|
2010-08-13 14:36:05 -03:00 |
|
Julian Viereck
|
c0a7707a45
|
Bug 576642 - JSTerm: expanding/shrinking inputNode, r=enndeakin, a=bsmedberg
|
2010-08-10 19:04:43 -03:00 |
|
stefanh@inbox.com
|
981e9e386f
|
Bug 585487 - [Pinstripe] Make findbar-textbox slightly transparent in lwthemes. r=dao, a=gavin.
|
2010-08-10 18:44:52 +02:00 |
|
Mihai Sucan
|
a6d906ab11
|
Bug 574036 - HUD Console should allow copying text, r=sdwilsh
|
2010-08-10 09:37:29 -03:00 |
|
Rob Campbell
|
ae5fb1827b
|
merge Bug 576642 - Backed out changeset cfc0accaf8b2
|
2010-08-10 08:05:46 -03:00 |
|
Rob Campbell
|
d7e547215d
|
merge Bug 576642 - Backed out changeset cfc0accaf8b2
|
2010-08-10 08:04:32 -03:00 |
|
Rob Campbell
|
27d53034b2
|
Bug 576642 - Backed out changeset cfc0accaf8b2
|
2010-08-10 08:02:56 -03:00 |
|
Rob Campbell
|
c2dbd859e2
|
Bug 583145 - Backed out changeset 371d935c6f1a
|
2010-08-10 08:01:58 -03:00 |
|
Patrick Walton
|
f0462048b9
|
addendum to Bug 581183 - Divide the Console filters into categories, and rename them for clarity, r+a=dietrich, missed styling
|
2010-08-10 07:58:37 -03:00 |
|
Julian Viereck
|
b1e5ef3b7e
|
Bug 576642 - JSTerm: expanding/shrinking inputNode, r=enn, a=bsmedberg
|
2010-08-09 16:02:20 -03:00 |
|