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

14803 Коммитов

Автор SHA1 Сообщение Дата
Ian Gilman 6105a5d01b Bug 595076 - App tab icons should be updated when the tab's favicon becomes available; r=dietrich a=blocking-betaN+ 2010-09-11 22:51:19 -04:00
Robert Sayre 411ce23490 jaegermonkey. what. a=arewefastyet 2010-09-11 15:06:33 -04:00
L. David Baron 8a7fe3ff4d 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 c77957d25b 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
Dão Gottwald b1e46c2530 Bug 544601 - remove weak reference cruft from this test. a=testfix 2010-09-11 16:15:45 +02:00
Robert Sayre 1e38f2645f Merge mozilla-central to tracemonkey. 2010-09-10 11:47:11 -04:00
Marco Bonardo 0adef6e864 Bug 594675 - add &channel=np search parameter to about:home. r=dao a=blocking 2010-09-10 12:17:31 +02:00
Dão Gottwald 99e8635653 Bug 571783 - Split-menu buttons are misaligned in the Firefox button menu. r=gavin a=blocking
--HG--
extra : rebase_source : ee3f2ea18c4587b6e4a71d930403563e6eda75f9
2010-09-10 10:10:45 +02:00
Dão Gottwald b3717f82ec Bug 589121 - Hovering over menuitem shows black on blue instead of white. r=gavin
--HG--
extra : rebase_source : d84f9f142b60786977ee94b4e99e83e7b157a9c0
2010-09-10 10:09:30 +02:00
Dão Gottwald 71cc7ae19c Bug 593626 - Update the title bar when setting the selected tab's title. r=gavin
--HG--
extra : rebase_source : 175a636a5d3c95712fd9ad97b539db27508773b0
2010-09-10 10:05:36 +02:00
Dão Gottwald 0a62aa0e13 Bug 593569 - Repeat the tab border image's middle part rather than stretching it. r=gavin
--HG--
extra : rebase_source : a18e821caa682e16c21932a3c2693ac31311ef38
2010-09-10 10:04:52 +02:00
Masayuki Nakano ba2397546b Bug 587243 Textbox of tab group lost focus immediately by Enter keypress during IME composition r=dolske+ian, a=blocking2.0 final+ 2010-09-10 16:22:39 +09:00
David Zbarsky dd34daf837 Bug 556007 (2/3) - Use values from datalist in autocomplete popups. r=dolske ui-r=limi a2.0=sicking 2010-09-10 07:19:20 +02:00
Doug Turner 13ad615a00 Bug 573588 - Implement Desktop Notifications r=smaug, a=beltzner
--HG--
extra : rebase_source : 05ec761dd838e4f85a63df677c6335e456a8dfd6
2010-09-09 22:00:14 -07:00
Doug Turner 7785a93ed9 Bug 594261 - Factor out geolocation prompt into something that can be reused. r=olli,gavin a=stuart
--HG--
extra : rebase_source : cd9b27a7c81f3eb61b79642e327ce086306a2535
2010-09-09 21:59:51 -07:00
Margaret Leibovic 2b13eddf26 Bug 588309 - Convert change password to a doorhanger panel. r=dolske, a=blocking2.0 2010-09-09 19:08:26 -07:00
Margaret Leibovic 5cda6ff221 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 3bb1478026 Bug 594454 - fix keyboard shortcuts for Firefox button menu items. r+a=gavin.sharp 2010-09-09 19:08:26 -07:00
Ehsan Akhgari 98dfdee9e3 Merge backout; a=orange 2010-09-09 19:25:58 -04:00
Ehsan Akhgari 85df70b5d5 Backed out changeset 4bc623a55708 (bug 588999) because of orange on Windows 7 2010-09-09 19:24:11 -04:00
Michael Yoshitaka Erlewine 17835c8901 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 9ca014040e 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 2503009f7d 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 6133750cdd 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) 00f202c9fa 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 b177b9ca89 Backed out bug 587901's winstripe changes. a=backout 2010-09-09 17:07:10 +02:00
Dão Gottwald f5bd8f882d Backed out changeset bd19f9a62a34 (merge) a=backout 2010-09-09 15:39:05 +02:00
Dão Gottwald c1930bba53 Backed out changeset bd19f9a62a34 2010-09-09 15:32:34 +02:00
Dão Gottwald 2997849855 followup to 23e49f8ab15b, remove leftover :hover styling 2010-09-09 14:02:58 +02:00
Tyler Downer da779e01b8 Bug 590022 - Enable smooth scrolling by default on Windows. r=gavin a=blocking 2010-09-09 13:46:39 +02:00
Dão Gottwald e0a117aa70 Bug 587901 - tweak identity box styling. r=dolske 2010-09-09 13:44:44 +02:00
Dão Gottwald cb7cb94b8a Bug 593836 - don't mess with setTabTitle in WindowsPreviewPerTab.jsm. r+a=gavin 2010-09-09 09:48:33 +02:00
Dão Gottwald 281e3c6726 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 eeb35cfe89 Bug 593872 - Send events for when tabs become pinned/unpinned; r,a=gavin 2010-09-08 20:15:24 -04:00
Ben Turner 84a494fa2a Bug 591516 - 'IndexedDB: Add some UI to prompt for IndexedDB permissions'. r=sicking+gavin. 2010-09-09 15:15:40 -07:00
Rob Campbell 641fd7f301 Bug 593538 - Hide the Error Console behind a preference, r=gavin, a=blocking2.0 2010-09-09 19:00:53 -03:00
Rob Campbell 5bad6bb809 Backed out changeset 743e2ea36e51, botched commit message, a=developers 2010-09-09 18:59:24 -03:00
Rob Campbell 3d2d6d9c56 Bug 593536 - Hide the Inspector behind a pref, r=gavin, a=blocking2.0 2010-09-09 18:52:43 -03:00
Rob Campbell 5e77788b95 Bug 593536 - Hide the Inspector behind a pref, r=gavin, a=blocking2.0 2010-09-09 18:52:43 -03:00
Rob Campbell 4a09abbce5 Bug 592525 - Txul Regression between 1PM-3PM PDT, r=gavin, a=blocking2.0 2010-09-09 18:52:43 -03:00
Michael Yoshitaka Erlewine 4a269d20cd Bug 586685 - Pull out hard coded strings for localization [r=dietrich a=blocking-b6] 2010-09-09 10:06:00 -04:00
Raymond Lee 9d7c1e51c9 Bug 594684 - Remove legacy code in the dragdrop test file [r+a=dietrich] 2010-09-09 15:21:50 +08:00
Dão Gottwald 4c0db10dfc Bug 587901 - Make the identity box draggable. r+a=dolske
--HG--
extra : rebase_source : cb1b8aa08d86db86199bfb28a35dc758f9f4270f
2010-09-08 17:10:46 +02:00
Robert Sayre 93a7a7fac9 merge mozilla-central to tracemonkey. 2010-09-08 10:33:07 -04:00
Stephen Horlander 89954648f7 Bug 574681 - Tweak app button appearance. r=dao a=blocking 2010-09-07 12:44:36 +02:00
Dão Gottwald c66432e364 Bug 593650 - Increase contrast between the selected tab and background tabs. r+a=gavin 2010-09-07 09:27:45 +02:00
Phil Ringnalda e1d7714c1b Bug 592599 - Remove unused browser/components/feeds/src/GenericFactory.js, r+a=gavin 2010-08-31 22:26:30 -07:00
Dietrich Ayala b3ba3bb6bd backing out bug 590742, bug 591147, bug 592586, a=dietrich 2010-09-07 00:28:01 +07:00
Michael Yoshitaka Erlewine 0ee773853f Bug 590742 - Incorporate new CSS for Tab Candy appearance polish [r+a=dietrich] 2010-09-06 11:36:55 -04:00
Michael Yoshitaka Erlewine 1c75c7c34c Bug 591147 Let TabItem spacing used in Items.arrange be specified via CSS [r+a=dietrich] 2010-09-06 10:42:41 -04:00