Граф коммитов

12043 Коммитов

Автор SHA1 Сообщение Дата
Margaret Leibovic 9ec275a85b Bug 588309 - Convert change password to a doorhanger panel. r=dolske, a=blocking2.0 2010-09-09 19:08:26 -07:00
Margaret Leibovic 6d401b471c Bug 567814 - Convert Remember Password notification bar to a doorhanger notification. Initial p=fryn@frankyan.com, r=dolske, a=blocking2.0 2010-09-09 19:08:26 -07:00
Margaret Leibovic e89c762801 Bug 594454 - fix keyboard shortcuts for Firefox button menu items. r+a=gavin.sharp 2010-09-09 19:08:26 -07:00
Ehsan Akhgari de81794fdc Merge backout; a=orange 2010-09-09 19:25:58 -04:00
Ehsan Akhgari 6ed781c06b Backed out changeset 4bc623a55708 (bug 588999) because of orange on Windows 7 2010-09-09 19:24:11 -04:00
Michael Yoshitaka Erlewine 889f62e41b Bug 588999 - Add Tab Candy escape button to Tab Candy view [r+a=dietrich] 2010-09-09 10:20:35 +08:00
Michael Yoshitaka Erlewine 53b67f7dfc Bug 591167 - border trenches should be triggered even if the edge only overlaps, but is not contained by the active range of the trench 2010-09-08 21:48:51 -04:00
Michael Yoshitaka Erlewine eac35b1c4c Bug 591706 - GroupItem.add: don't compute findInsertionPoint if we don't have a dropPos [r+a=dietrich] 2010-09-08 20:52:16 -04:00
Johnathan Nightingale d32d9deff3 Bug 591481 - Bump maxVersion of Feedback for beta6. Bumping compat to 4.0.* - r=dtownsend, a=blocking2.0-beta6 2010-09-09 12:19:50 -07:00
Zack Weinberg ext:(%2C%20L.%20David%20Baron%20%3Cdbaron%40dbaron.org%3E) 8537cb241d 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
Dão Gottwald 8ffa58d3c2 Backed out bug 587901's winstripe changes. a=backout 2010-09-09 17:07:10 +02:00
Dão Gottwald a9491aa147 Backed out changeset bd19f9a62a34 (merge) a=backout 2010-09-09 15:39:05 +02:00
Dão Gottwald d7c9624567 Backed out changeset bd19f9a62a34 2010-09-09 15:32:34 +02:00
Dão Gottwald c886a42334 followup to 23e49f8ab15b, remove leftover :hover styling 2010-09-09 14:02:58 +02:00
Tyler Downer 5562ffa38e Bug 590022 - Enable smooth scrolling by default on Windows. r=gavin a=blocking 2010-09-09 13:46:39 +02:00
Dão Gottwald fef4fa4653 Bug 587901 - tweak identity box styling. r=dolske 2010-09-09 13:44:44 +02:00
Dão Gottwald 54dc549c09 Bug 593836 - don't mess with setTabTitle in WindowsPreviewPerTab.jsm. r+a=gavin 2010-09-09 09:48:33 +02:00
Dão Gottwald eeff4ab44a 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 30b273fdf2 Bug 593872 - Send events for when tabs become pinned/unpinned; r,a=gavin 2010-09-08 20:15:24 -04:00
Ben Turner b88dc31fa2 Bug 591516 - 'IndexedDB: Add some UI to prompt for IndexedDB permissions'. r=sicking+gavin. 2010-09-09 15:15:40 -07:00
Rob Campbell d3b4b506dd Bug 593538 - Hide the Error Console behind a preference, r=gavin, a=blocking2.0 2010-09-09 19:00:53 -03:00
Rob Campbell 65872005a0 Backed out changeset 743e2ea36e51, botched commit message, a=developers 2010-09-09 18:59:24 -03:00
Rob Campbell 33dc57e93c Bug 593536 - Hide the Inspector behind a pref, r=gavin, a=blocking2.0 2010-09-09 18:52:43 -03:00
Rob Campbell 31c536a26c Bug 593536 - Hide the Inspector behind a pref, r=gavin, a=blocking2.0 2010-09-09 18:52:43 -03:00
Rob Campbell cac2fbc4d8 Bug 592525 - Txul Regression between 1PM-3PM PDT, r=gavin, a=blocking2.0 2010-09-09 18:52:43 -03:00
Michael Yoshitaka Erlewine 74e1599ac6 Bug 586685 - Pull out hard coded strings for localization [r=dietrich a=blocking-b6] 2010-09-09 10:06:00 -04:00
Raymond Lee 675b945047 Bug 594684 - Remove legacy code in the dragdrop test file [r+a=dietrich] 2010-09-09 15:21:50 +08:00
Dão Gottwald e189e449af Bug 587901 - Make the identity box draggable. r+a=dolske
--HG--
extra : rebase_source : cb1b8aa08d86db86199bfb28a35dc758f9f4270f
2010-09-08 17:10:46 +02:00
Byron Milligan 28bc5f31c3 Bug 559942, Part 4: UI change allowing user to turn smart sizing on or off.
r=gavin, a=beta6+
2010-09-08 17:49:17 -07:00
Byron Milligan 567cc5b7df Bug 559942: Set cache size based on disk space available. Synchronous. r=jduell, a=beta6+ 2010-09-08 17:49:17 -07:00
Michael Yoshitaka Erlewine 92cc84ffa8 Bug 590742 - Incorporate new CSS for Tab Candy appearance polish [r+a=dietrich] 2010-09-08 19:47:58 -04:00
Michael Yoshitaka Erlewine b6710672ce Bug 591147 Let TabItem spacing used in Items.arrange be specified via CSS [r+a=dietrich] 2010-09-08 19:44:16 -04:00
Michael Yoshitaka Erlewine 937b10f594 Bug 592586 Remove code for "group tab by sites" [r+a=dietrich] 2010-09-08 19:33:40 -04:00
Raymond Lee d2ead05c34 Bug 592045 - Add Live Filter Search to Panorama [r=dietrich a=beltzner] 2010-09-09 02:37:50 +08:00
Raymond Lee 59b20d85d5 Bug 594213 - Make our tests more robust [r+a=dietrich] 2010-09-09 02:52:07 +08:00
Edward Lee 3a8d3120de Bug 594152 - Give function names to tabview.js objects [r=dietrich a=dietrich]
Give function names as object_func for various object prototypes and singletons. Also cleans up some var Name = function() patterns into just function Name.
2010-09-08 10:02:08 -07:00
Marco Bonardo aefe4bc7c2 Bug 594183 - Remove useless title tooltips from about:home. r+a=gavin 2010-09-08 16:06:42 +02:00
Dão Gottwald 0d50508fa8 Bug 587901 - test and nsSidebar.js fixes. r+a=dolske 2010-09-08 15:30:44 +02:00
Kyle Huey 6a7619752b Backed out changeset 1633907c75b7 2010-09-08 07:39:35 -04:00
Dão Gottwald 424cf2073f Bug 587901 - Remove favicon from Location Bar and add indicator for sites without identity information. r+a=dolske 2010-09-08 09:47:49 +02:00
Philipp von Weitershausen daaf977b19 Bug 590805 - Sync UI: Revamp setup wizard (part 5), r=mconnor a=blocking2.0
Restyle the setup wizard.
2010-09-08 03:37:46 +02:00
Philipp von Weitershausen 676450c72d Bug 590805 - Sync UI: Revamp setup wizard (part 4), r=mconnor a=blocking2.0
Change flow of setup wizard
2010-09-08 03:37:46 +02:00
Philipp von Weitershausen 0041ac4399 Bug 590805 - Sync UI: Revamp setup wizard (part 3), r=mconnor a=blocking2.0
Generate Sync Key: Fix up the Change/Update Passphrase dialog in the preference pane.
2010-09-08 03:37:46 +02:00
Philipp von Weitershausen 07df33d720 Bug 590805 - Sync UI: Revamp setup wizard (part 2), r=mconnor a=blocking2.0
Generate Sync Key: Change the setup wizard to generate the Sync Key
2010-09-08 03:37:46 +02:00
Philipp von Weitershausen 18e0208e34 Bug 590805 - Sync UI: Revamp setup wizard (part 1), r=mconnor a=blocking2.0
Generate Sync Key: Implement key generation and backup (email/print/save)
2010-09-08 03:37:46 +02:00
Philipp von Weitershausen ef86f3f067 Bug 590613 - Sync UI: Avoid accessing Weave.Service (= importing service.js), r=mconnor a=gavin 2010-09-08 03:37:46 +02:00
Ehsan Akhgari 38437f07ac Merge backout, a=bustage-fix 2010-09-07 19:23:47 -04:00
Ehsan Akhgari c6263bc52c Back out bug 592592, bug 588999, bug 591706 and bug 592586 because of test failures 2010-09-07 19:23:29 -04:00
L. David Baron 5e57f47064 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
Michael Yoshitaka Erlewine 20c3695f52 Bug 592586 Remove code for "group tab by sites" [r+a=dietrich] 2010-09-03 15:00:09 -04:00