Justin Dolske
|
887077198c
|
Bug 613714 - Switch tab modal prompts from blur to slight dim. r=dao, a=blocking
--HG--
rename : toolkit/themes/pinstripe/mozapps/extensions/background-texture.png => toolkit/themes/pinstripe/global/icons/tabprompts-bgtexture.png
rename : toolkit/themes/winstripe/mozapps/extensions/background-texture.png => toolkit/themes/winstripe/global/icons/tabprompts-bgtexture.png
|
2010-11-30 19:02:00 -08:00 |
|
Dão Gottwald
|
d269c63efe
|
Bug 617876 - Fix up theme code from bug 601183. r=gavin
|
2010-12-09 11:56:44 +01:00 |
|
Joe Walker
|
ada5c5a247
|
Bug 601183 - Investigate Bespin/Safari-style completion styling for the Web Console a=approval2.0 r=gavin
|
2010-10-05 12:01:44 +01:00 |
|
Daniel Brooks
|
597dd0c5a7
|
back out about:startup due to crashes during mochitests (a89f24bf1798) a=bustage
|
2010-12-08 03:43:33 -06:00 |
|
Daniel Brooks
|
115293a267
|
Bug 593743 - about:startup page showing historical startup timings; final merge with trunk. ui-r=beltzner feedback=mak77 r=mossop sr=vlad a=bsmedberg
|
2010-12-07 22:10:14 -06:00 |
|
Patrick Walton
|
cdca331ab3
|
Bug 611851 - Restyle the Web Console splitter. r=dao, a=gavin
|
2010-12-07 12:45:31 -08:00 |
|
Neil Deakin
|
b722cf2bf2
|
Bug 606343, part 2, centre arrow on anchor in notification panel, r=dao, a=blocking
|
2010-12-05 17:10:36 -05:00 |
|
Daniel Brooks
|
37d3c66f90
|
about:startup - merge vlad's review comments with the trunk
--HG--
rename : testing/mochitest/runtests.py.in => testing/mochitest/runtests.py
|
2010-11-23 09:49:19 -06:00 |
|
Daniel Brooks
|
0a8b7cdc4a
|
about:startup - merge with trunk, again. try: -b o -p linux,linux64,macosx64,win32 -m all -u crashtest -t all
|
2010-11-05 21:50:30 -05: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 |
|
Daniel Brooks
|
2895410af9
|
about:config - merge with trunk
|
2010-10-29 14:18:58 -05:00 |
|
Daniel Brooks
|
cca997bad2
|
about:startup - address remaining review comments
|
2010-10-29 14:16:28 -05:00 |
|
Daniel Brooks
|
f281524424
|
about:startup - address Gavin's review comments. try: -b do -p macosx64 -m none -u all -t tp4
|
2010-10-25 06:49:42 -05:00 |
|
Daniel Brooks
|
4e4c6fce15
|
about:startup - merge with trunk
|
2010-10-24 16:24:58 -05: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 |
|
Daniel Brooks
|
45773d35d8
|
about:startup - merge with trunk
|
2010-09-21 15:06:04 -04: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 |
|
Daniel Brooks
|
f5544e18b4
|
about:startup - propagate theme chages to the other themes
|
2010-09-13 11:14:40 -04:00 |
|
Daniel Brooks
|
5c4bc4b225
|
about:startup - show the legend
|
2010-09-12 13:19:28 -04:00 |
|
Daniel Brooks
|
4e1f337c83
|
about:startup - get the graphs sized and scaled correctly
|
2010-09-12 10:29:27 -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 |
|
Margaret Leibovic
|
a00ac2babd
|
Bug 615481 - Doorhanger (popup) notifications need a maximum width and the text needs to wrap if necessary [r=gavin, a=blocking-2.0:betaN+]
|
2010-12-03 13:39:11 -08:00 |
|
Rob Campbell
|
8c2c08f308
|
Bug 612300 - Web Console opening and closing transition is too slow; f=pwalton r+a=gavin.sharp
|
2010-12-02 06:50:29 -04:00 |
|
Patrick Walton
|
0677b5d80f
|
Bug 601667 - Web Console toolbar styling, part 2; f=mihai.sucan,ddahl r=l10n,sdwilsh,dao,kdangoor, a=blocking2.0
|
2010-12-02 06:50:29 -04: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 |
|
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 |
|