Commit Graph

31 Commits

Author SHA1 Message Date
L. David Baron
a36ec05ea2 Unprefix uses of -moz-box-shadow and -moz-border-radius that have crept back in to the tree, prior to removing support for the prefixed forms. (Bug 693510) r=Mossop 2012-02-22 14:14:51 -08:00
William Chen
b0811ec877 Bug 497995: Part 5 - Change existing border-image uses in the tree to match the new spec. r=dbaron
--HG--
extra : rebase_source : 2adf368c0a144fe9de4958da626988694e914098
2011-12-22 18:35:20 -05:00
Brian O'Keefe
02a4c1c6d9 Bug 564388 - Make the 'quality' parameter to ToDataURL work for image/jpeg. Also fixes bug 401795 (handle excess arguments to ToDataURL by ignoring them). r=bz,roc 2011-05-26 09:28:26 +02:00
Jono S Xia
04591f6a37 Bug 658598: Test Pilot surveys should be able to run code on pageLoad like studies can. r=dtownsend DONTBUILD 2011-05-23 11:57:07 -07:00
Dave Townsend
e23f0e503a Bug 654530: Sync in-tree test pilot with AMO version. r=dtownsend
DONTBUILD as it is NPOTB on m-c
2011-05-03 12:41:40 -07:00
Jono S Xia
5067a66e67 Bug 603009: Catch and report all exceptions thrown during test pilot study execution. r=dtownsend
Bug 646122: Holding on to Exception objects causes crash in garbage collector. r=dtownsend
Bug 645092: Stop using [deprecated] Storage methods (testpilot). r=mfinkle
DONTBUILD as it is NPOTB on m-c
2011-05-03 12:41:28 -07:00
Jono X
6640b227f7 Bug 648829 - Show happy/sad menu items to all Feedback users regardless of version [r=mark.finkle] 2011-04-11 22:30:44 -04:00
Jono X
a574e87cfe Bug 640260 - Toolbar icon briefly appear on startup with TP enabled [r=mark.finkle] 2011-04-11 22:30:44 -04:00
Jono S Xia
9b949a97bd Bug 617393: Extend support for major release input submission methods on desktop firefox feedback addon. r+a=dtownsend DONTBUILD 2011-02-09 16:16:12 -08:00
Jono S Xia
6d54a108d3 Bug 604253: Decide which UI to show based on the update channel. r+a=dtownsend 2011-02-08 10:00:20 -08:00
Jono S Xia
b3b811f3d8 Bug 622227: Make it easier for Test Pilot to switch index files. r+a=dtownsend 2011-01-03 12:27:29 -08:00
Jono S Xia
d99a96dda7 Bug 622225: Don't die if window opens before TestPilotSetup is defined. r+a=dtownsend 2011-01-03 11:59:00 -08:00
Jono S Xia
1633542a04 Bug 604691: TP should allow non-numeric study ids. r+a=dtownsend 2011-01-03 11:58:21 -08:00
Jono S Xia
fb67752cc5 Bug 576482: If a survey changes, TP attempts to apply your old survey answers to the new survey questions. r+a=dtownsend 2011-01-03 11:52:49 -08: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
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
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
Jono X
fd79a08030 Bug 581611: Restart FX will automatically recheck "notify me when a new study comes". r+a=dtownsend
--HG--
extra : rebase_source : d085de61306c18fd9490c44b89d277bb1edef02f
2010-08-27 15:33:33 -07:00
Jono X
cdd703cdba Bug 591436: Element #nav-bar sometimes not present on Test Pilot startup. r+a=dtownsend
--HG--
extra : rebase_source : 6a09b05353cf059345924e02fbb819a3faf47cd6
2010-08-27 15:31:51 -07:00
Andres Hernandez
74de3604e2 Bug 579707 - Hard-coded strings need to be replaced with entities; r+a=dtownsend 2010-08-13 12:07:36 -07:00
Jono S Xia
9efbcd7177 Bug 580486 - Allow getting back to a web survey in-case it wasn't submitted; r=dtownsend approval2.0=dtownsend 2010-08-11 10:09:58 -07:00
Andres Hernandez
94a9d6d3e9 Bug 579906 - Feedback button does not play well with personas; r=dtownsend approval2.0=dtownsend 2010-08-11 10:08:57 -07:00
Jono S Xia
3089816159 Bug 576321: Add "You missed this study" icon to legacy studies user didn't participate in. r+a=dtownsend 2010-07-29 11:56:30 -07:00
Jono S Xia
0418de798b Bug 580856 - Race condition in Test Pilot experiment details page. r+a=dtownsend 2010-07-26 14:34:18 -07:00
Jono S Xia
d5f358c5b0 Bug 568367: Allow downloading a different survey based on the user's locale. r=dtownsend 2010-07-19 18:38:26 -07:00
Jono S Xia
df1b26400f Bug 562552: Set test pilot window size dynamically based on the available screen size. r=dtownsend 2010-07-19 18:14:52 -07:00
Jono S Xia
2821c60eb0 Bug 579688: Notification about study about to start should say "about to start", not "is starting". r=dtownsend 2010-07-19 15:47:12 -07:00
Jono S Xia
fd40f90d4a Bug 575080: l10n review of test pilot/feedback. r=pike 2010-07-13 10:00:10 -07:00
Jono S Xia
b276daaae9 Bug 575597: Stop Feedback notifications from appearing early and make sure the toolbar button is immediately visible. r=dtownsend
--HG--
extra : transplant_source : i%B7%1A%C3%27%81O%F9j%D8%DD%AF%BDd%ED%EFT%BB%C2%81
2010-06-29 16:06:40 -07:00
Dave Townsend
bbeecd60ba Bug 573079: Import the Beta Feedback extension into the tree. r=beltzner 2010-06-24 16:36:15 -07:00