aceman
8f886e3e67
Bug 631909 - make label 'Modified Preferences' in about:support more accurate. r=gavin
2012-01-11 10:45:05 +01:00
Ms2ger
281c274704
Bug 623610 - Remove support for geostd8; r=smontagu
2012-01-02 19:05:20 +01:00
Quentin Headen
6236efde57
Bug 352037 - Add an "Undo add to dictionary" item to spell checker's context menu item; r=ehsan
2011-12-29 16:06:56 -05:00
aceman
c475fda161
Bug 122213 - Display time and date of messages in toolkit's Error Console. r=neil sr=bz
2011-12-17 05:22:26 +01:00
Jared Wein
fc3bd03082
Bug 708150 - Error text for media resource 404 is misleading when the requested media resource format or mime type is unsupported. r=dolske
2011-12-14 23:21:16 -08:00
Jared Wein
b02a0cedfa
Bug 513405 - Add text to video controls to describe the cause of errors. r=dolske
2011-12-05 14:00:28 -08:00
James Hobin
0c438ffc32
Bug 570760 - Make ctrl-f and / focus the search box in the add-ons manager. r=dtownsend,dao
2011-12-02 13:35:32 +01:00
Paul O’Shannessy
8053d9d44f
Bug 615479 - Password manager prompts can now ask a more complete question [r=dolske]
2011-11-28 13:02:47 -08:00
aceman
7c06d7480d
Bug 502492 - Change about:config text box label to Search:. r=dtownsend ui-r=limi
2011-11-26 14:07:52 +01:00
Ed Morley
256ae8eb4b
Merge last green changeset of mozilla-inbound to mozilla-central
2011-11-24 15:50:30 +00:00
Jared Wein
c3c7c234cc
Bug 470628 - Part 1: CSS, JS, XBL, and locale changes (with fall-back support). r=dolske ui-r=shorlander f=fryn
2011-11-23 14:42:18 -05:00
Felix Fung
e337f8e76f
Bug 397424 - Downloads cause high CPU usage. r=gavin
...
This addresses an issue with the download manager that can cause high CPU usage
when there is an active download. The underlying issue is the frequency of
updates that the download progress listener receives.
Things changed:
- reduced the number of null checks in DownloadUtils.jsm's getDownloadStatus
function by one (down to two from three).
- obtain and format strings from the nsIStringBundle. This removes all the
calls to String.replace in DownloadUtils.jsm.
- modifies the download manager back-end to update the percentComplete and size
property on downloads before dispatching a state changed notification for
downloads entering the DOWNLOAD_DOWNLOADING state. This saves us two calls to
setAttribute on downloads that we know how big they are, and saves us the same
two calls to setAttribute for indeterminate downloads as well as not
dispatching a ValueChange event on the progressmeter every time
onProgressChange is called on the DownloadProgressListener.
- has nsDownload implement nsIClassInfo so we do not need to QueryInterface when
going through the list of active downloads in both the download manager's UI
and the browser's taskbar UI.
2011-11-03 15:25:55 -07:00
Joe Walker
41a59a667f
Bug 687851 - Create a locales directory in the devtools module, move all devtools l10n strings to it; r=rcampbell,mfinkle,l10n
...
--HG--
rename : browser/locales/en-US/chrome/browser/inspector.properties => browser/locales/en-US/chrome/browser/devtools/inspector.properties
rename : browser/locales/en-US/chrome/browser/scratchpad.dtd => browser/locales/en-US/chrome/browser/devtools/scratchpad.dtd
rename : browser/locales/en-US/chrome/browser/scratchpad.properties => browser/locales/en-US/chrome/browser/devtools/scratchpad.properties
rename : browser/locales/en-US/chrome/browser/styleinspector.dtd => browser/locales/en-US/chrome/browser/devtools/styleinspector.dtd
rename : browser/locales/en-US/chrome/browser/styleinspector.properties => browser/locales/en-US/chrome/browser/devtools/styleinspector.properties
rename : toolkit/locales/en-US/chrome/global/webConsole.dtd => browser/locales/en-US/chrome/browser/devtools/webConsole.dtd
rename : toolkit/locales/en-US/chrome/global/headsUpDisplay.properties => browser/locales/en-US/chrome/browser/devtools/webconsole.properties
2011-10-27 12:35:13 -03:00
Felix Fung
28bddf9d7b
Bug 665196 - Change in-content plugin crash UI to submit a crash report and reload the page in one step. r=dolske
2011-09-23 22:28:56 -07:00
Brad Lassey
a519c9888a
bug 687265 - Front-end support for flash on Android Fennec r=mbrubeck,blassey,dolske,jst
2011-10-07 13:46:02 -04:00
Dave Townsend
7360d96f36
Bug 652376: Migrate XPInstall dialog into the extensions directory. r=robstrong
...
--HG--
rename : toolkit/locales/en-US/chrome/mozapps/xpinstall/xpinstallConfirm.dtd => toolkit/locales/en-US/chrome/mozapps/extensions/xpinstallConfirm.dtd
rename : toolkit/locales/en-US/chrome/mozapps/xpinstall/xpinstallConfirm.properties => toolkit/locales/en-US/chrome/mozapps/extensions/xpinstallConfirm.properties
rename : toolkit/mozapps/xpinstall/content/xpinstallConfirm.css => toolkit/mozapps/extensions/content/xpinstallConfirm.css
rename : toolkit/mozapps/xpinstall/content/xpinstallConfirm.js => toolkit/mozapps/extensions/content/xpinstallConfirm.js
rename : toolkit/mozapps/xpinstall/content/xpinstallConfirm.xul => toolkit/mozapps/extensions/content/xpinstallConfirm.xul
rename : toolkit/mozapps/xpinstall/content/xpinstallItem.xml => toolkit/mozapps/extensions/content/xpinstallItem.xml
rename : toolkit/themes/pinstripe/mozapps/xpinstall/xpinstallConfirm.css => toolkit/themes/pinstripe/mozapps/extensions/xpinstallConfirm.css
rename : toolkit/themes/winstripe/mozapps/xpinstall/xpinstallConfirm.css => toolkit/themes/winstripe/mozapps/extensions/xpinstallConfirm.css
2011-11-23 15:04:56 -08:00
Jesper Kristensen
0c375c8e29
Bug 591780 - Frontend support for restartless dictionaries. r=ehsan, r=Mossop
2011-10-06 12:06:18 -07:00
Jared Wein
3142bbfabf
Bug 669260 - Add statistics overlay to video element. r=dolske
2011-10-03 20:47:41 -07:00
Ed Morley
75ae874a24
Bug 660718 - Add a link from about:support to about:memory; r=ehsan
2011-09-23 00:24:49 +01:00
Margaret Leibovic
5b575af948
Bug 685302 - Use "website" instead of "web site" consistently across all strings in the UI. r=dao
2011-09-13 16:42:37 -07:00
Kailas
4eaefa188e
Bug 680812 - Excessive space between "280" and "KB" in download dialog; r=dolske
2011-09-12 10:24:02 -04:00
Justin Wood
411db89672
reland Bug 680113 - Select Add-ons dialog lists distribution add-ons as installed by the user. r=Mossop ui-r=faaborg
2011-09-08 04:11:17 -04:00
Phil Ringnalda
4851b6a0f8
Back out 4f7f1840152b (bug 680113) for orange
2011-09-09 22:18:19 -07:00
Justin Wood
1c9e69c53b
Bug 680113 - Select Add-ons dialog lists distribution add-ons as installed by the user. r=Mossop ui-r=faaborg
2011-09-08 04:11:17 -04:00
Mike Ratcliffe
0b8cb6dd25
Bug 582596 - Style view centered around answering common CSS questions, f=l10n, r=dolske, msucan
2011-08-30 09:12:02 -03:00
Rob Campbell
d8672088b4
merged m-c to fx-team, browser_595601-restore_hidden.js conflicted
2011-08-16 12:21:00 -03:00
Kailas
f99ea6739e
Bug 595888 - Show file size when attempting to download a file. r=sdwilsh, r=dolske, ui-r=faaborg
2011-08-15 12:53:03 -07:00
Dave Townsend
d9cbf2900c
Bug 596343: Users should have exclusive control over selecting their add-ons. r=Unfocused
2011-08-12 16:55:34 -07:00
Dave Townsend
14105d23b0
Backed out changeset 6d6e8fecaf37 from bug 596343 due to build failures
2011-08-12 15:47:34 -07:00
Dave Townsend
026995192b
Bug 596343: Users should have exclusive control over selecting their add-ons. r=Unfocused
2011-08-12 13:45:45 -07:00
Dave Townsend
ae1c38cd55
Bug 476430: Disable third-party add-ons by default and offer them to the user. r=Unfocused, r=robstrong
2011-08-12 13:50:47 -07:00
Benoit Jacob
0752dd28ef
Back out Bug 591057 / cset 02d5f1c5d438 because of 4% Ts regression
2011-08-11 14:24:52 -04:00
Ali Juma
44ed9bbbe5
Bug 591057 - Identify active GPU in about:support and crash reports - r=jrmuizel
2011-08-10 18:25:22 -04:00
Ali Juma
58644cb240
Bug 591057 - List both GPUs in about:support and crash reports. - r=jrmuizel
2011-08-12 09:46:41 -04:00
Marc Wegner
6c406d2659
Bug 526802 - Add about:crashes to the Troubleshooting Information page. r=dao ui-r=faaborg
2011-07-27 09:44:28 +02:00
Mihai Sucan
9764ae3b68
Bug 667422 - Add localization note for the Web Console panel title string; r=ehsan
...
DONTBUILD
2011-06-27 19:32:05 +03:00
Rob Campbell
a1b0eafcc2
merge m-c to devtools, conflict in inspector.js
2011-06-24 15:50:35 -03:00
Mihai Sucan
3f1a3761ff
Bug 663443 - No indication to which tab a Web Console window belongs (esp. an empty one); r=ddahl,dietrich
2011-06-18 17:42:14 +03:00
Blair McBride
ac0532ca49
Bug 660732 - about:support "Try updating your graphics driver" should link to instructions. r=gavin
2011-06-08 22:46:16 +12:00
Geoff Lankow
e72b1230df
Bug 662012 - Add more settings types to addon manager inline settings (file and directory types), r=Mossop
2011-06-15 12:15:55 +12:00
Dave Townsend
8e712d7c74
Backing out changeset 010b73990286 from bug 660732 due to it breaking about:support (bug 662901).
2011-06-12 08:47:34 -07:00
Justin Dolske
bd0c676d22
Bug 545070 - plugin-problem UI shouldn't say "click here". r=gavin
2011-05-22 18:46:33 -07:00
Dave Camp
fb4b971064
Merge m-c to devtools
2011-05-21 17:43:04 -07:00
Dave Townsend
82669da0f1
Bug 595848: Dynamically generate the list of categories. r=Unfocused
2011-05-20 10:36:28 -07:00
Mihai Sucan
eb0bb19d53
Bug 585991 - Show a popup listing possible completions; r=rcampbell,dtownsend sr=neil
2011-05-17 18:07:33 +03:00
Mihai Sucan
610715a8a8
Bug 577721 - allow repositioning of the web console: above, below and out into a panel/window; r=rcampbell,sdwilsh
2011-05-18 14:08:54 +03:00
Hernán Rodriguez Colmeiro
606f92fb24
Bug 656269: Add link to Mozilla plugin check from Add-ons Manager. r=dtownsend
2011-05-17 12:57:38 -07:00
John Daggett
375ce049e0
Bug 650723. Add ClearType parameter data to about:support. r=gavin,jrmuizel
2011-05-11 09:30:20 +09:00
Rob Campbell
7729d517f9
merge m-c to devtools
2011-05-06 13:03:37 -03:00
Rob Campbell
7316e1183a
merge m-c to devtools
2011-05-02 16:15:53 -03:00
Benoit Jacob
49511f9226
Bug 642502 - about:support improvements - r=gavin.sharp
2011-05-03 16:07:17 -04:00
Rob Campbell
2b975e0f42
merge m-c to devtools
2011-04-25 10:13:36 -03:00
Rob Campbell
ca348c2e47
merge m-c to devtools
2011-04-14 09:40:08 -03:00
Mounir Lamouri
bf2870ba02
Bug 646854 - Let the user change the filter in the file picker when opening a file on MacOS X. r=joshmoz
2011-04-21 19:39:12 +02:00
Mihai Sucan
5128602d66
Bug 585956 - Implement console.trace() in web console; f=ddahl r=rcampbell,jonas
2011-04-11 20:48:15 +03:00
timeless@mozdev.org
e4ba3540e8
Bug 620627 PlacesSQLQueryBuilder::SelectAsDay() is not l12y friendly.
...
Further modified by Marco Bonardo (f=gandalf)
r=mak
2011-04-28 19:55:06 +02:00
Ed Morley
1408fdfa33
Bug 438284 - Remove incorrect translation note from profileSelection.properties
2011-04-12 16:12:02 -04:00
Neil Rashbrook
c4a7ef452c
Bug 616811 Remove extraneous CRs r=dao a=beltzner
2011-02-16 21:41:59 +00:00
Mehdi Mulani
74449704b7
Bug 523784 - Soft blocked items are not disabled if user clicks "Cancel". r=Unfocused+Pike a=blocking+beltzner
2011-02-13 17:19:03 -08:00
Patrick Walton
45e01f726d
Bug 611440 - Smart abbreviation for URLs in the Web Console; f=mihai.sucan,dolske r=dolske approval2.0=dolske
2011-01-24 12:05:05 -04:00
Blair McBride
bef69aac9c
Bug 593535 - Failure to download extension causes about:addons to list the addon with no way to restart the download; frontend; f=dtownsend r=dtownsend,robert.bugzilla a=blocking2.0
2011-01-10 15:58:10 +13:00
Patrick Walton
cb40fc1d90
Bug 605621 - Web Console output box should be reskinned - part 1; f=mihai.sucan r=sdwilsh a=blocking2.0
...
--HG--
rename : toolkit/components/console/hudservice/tests/browser/browser_webconsole_bug_586142_insert_newlines.js => toolkit/components/console/hudservice/tests/browser/browser_webconsole_copying_multiple_messages_inserts_newlines_in_between.js
2010-12-23 11:59:19 -04:00
Vladimir Vukicevic
dd83d0dfa6
b=619485; add WebGL info to about:support; r=jrmuizel,a=beltzner
2010-12-16 12:49:54 -08:00
Margaret Leibovic
cee522be13
Bug 615318 - Add a "not now" choice to all doorhanger notification split buttons. r=gavin, a=blocking-beta9
...
--HG--
extra : rebase_source : 8b350d4d9c5ce5c8a5c6b75c3d0ad45fd5abc2ec
2010-12-16 09:53:24 -08:00
Gavin Sharp
4ece6d1175
Bug 612715: add l10n note clarifying the use of update-related menu items in about:addons, f=Cedric, r=Unfocused, a=me
...
--HG--
extra : rebase_source : afaefebd010d464f38e2d221e59f1719b07c0ad9
2010-12-02 14:54:57 -05:00
Dave Townsend
e11a0c43ae
Bug 617261: Replace 'donation' with 'contribution'. r=Unfocused, a=blocks-beta9
2010-12-08 14:41:50 -08: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
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
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
Patrick Walton
a8494cc71c
Bug 601667 - Web Console toolbar styling - part 0 strings r=l10n a=beta7+
2010-10-27 14:20:26 -05:00
Daniel Brooks
4e4c6fce15
about:startup - merge with trunk
2010-10-24 16:24:58 -05:00
Daniel Brooks
7961ced955
about:startup - merge with trunk
2010-09-27 05:38:17 -05:00
Daniel Brooks
45773d35d8
about:startup - merge with trunk
2010-09-21 15:06:04 -04:00
Daniel Brooks
e66665f40c
about:startup - handle application brand name and localizable extension names correctly
2010-09-18 17:54:32 -04:00
Daniel Brooks
d10e37da3e
about:startup - store extension install/uninstall/enable/disable events in the startup database
2010-09-18 00:30:06 -04:00
Daniel Brooks
55808d3dc2
about:start - let the user toggle between graphs and tables, with graphs as the default
2010-09-13 09:46:22 -04:00
Daniel Brooks
fc6d184702
about:startup - add the code that will display extension events as marks on the graph. also adds some boilerplate to make serializing async code easy again and uses it to serialize different queries to the database
2010-09-13 07:35:50 -04:00
Daniel Brooks
01f1d6c7b4
about:startup - fix glitch in the dtd
2010-09-12 02:47:35 -04:00
Daniel Brooks
72fc2c5600
about:startup - add a few more explanatory localization notes
2010-09-10 19:14:06 -04:00
Patrick Walton
5fcf59d56a
Bug 597502 - Web Console network inspector saves all network requests, causing Firefox to become unusably slow, r=sdwilsh, a=blocking2.0
2010-09-21 21:00:15 -03:00
Daniel Brooks
b593726530
about:startup - some string changes
2010-09-09 20:45:01 -04:00
Daniel Brooks
97ac2fce7f
about:startup - move UI files to toolkit
...
--HG--
rename : browser/base/content/aboutStartup.js => toolkit/content/aboutStartup.js
rename : browser/base/content/aboutStartup.xhtml => toolkit/content/aboutStartup.xhtml
rename : browser/locales/en-US/chrome/browser/aboutStartup.dtd => toolkit/locales/en-US/chrome/global/aboutStartup.dtd
rename : browser/locales/en-US/chrome/browser/aboutStartup.properties => toolkit/locales/en-US/chrome/global/aboutStartup.properties
2010-09-09 20:14:56 -04:00
Joe Drew
3ef9ce1660
Bug 590841 - Add the ability for a DOM window to let us know when it's accelerated, and use that value in about:support. r=gavin sr=roc a=blocking2.0:beta6+
2010-09-03 14:01:05 -04:00
Johnathan Nightingale
1eb3d35816
Bug 591776 - Add user agent to about:support r=sdwilsh a=blocking2.0beta6+
2010-09-02 14:42:04 -04:00
Julian Viereck
85440a9356
Bug 575789: Implements helper $, 2519, clear, keys, values, inspect and pprint. r=sdwilsh a=beta6+
2010-09-02 14:30:45 -07:00
Johnny Stenback
80fa2ae7df
Fixing bug 61098. Give users a way out of inifinite modal dialog loops. Original patch by Nochum Sossonko. r=jonas@sicking.cc a=beta7+
2010-09-16 18:24:14 -07:00
Blair McBride
dd8b4ea480
Bug 591876 - Change the tooltip of utilities button. r=dtownsend, a=dtownsend
2010-09-17 10:48:13 +12:00
Dave Townsend
b9c625a90f
Follow-up strings fix for bug 562790. r=Unfocused, a=blocks-beta7
2010-09-15 21:58:11 -07:00
Blair McBride
96a147785f
Bug 593535 - Failure to download extension causes about:addons to list the addon with no way to restart the download (strings only); r=dtownsend, a=blocks-beta7
2010-09-15 19:45:28 -07:00
Kurt Schultz
523fd3dfb9
Bug 590756 - The 'Update Add-ons Now' entry in the add-ons manager sounds as if updates were found and ready to be installed; r=bmcbride ui-r=limi a=dtownsend
2010-09-15 19:44:16 -07:00
Dave Townsend
17a2868b4e
Bug 562790: Support the add-ons marketplace in the add-ons manager (strings only). r=Unfocused, a=blocks-beta7
2010-09-15 19:42:01 -07:00
Kurt Schultz
93bc86aa53
Bug 590754: The 'Install from file' in the add-ons manager needs to be clearer. r=Unfocused, a=dtownsend
2010-09-14 20:10:46 -07:00
Patrick Walton
b65ca132c3
Bug 595744 - Remove the "Check for Updates Automatically" menu item from the Add-ons Manager; r=Mossop a=blocking-betaN+
2010-09-15 11:23:02 -04:00
Vladimir Vukicevic
8cdfe3a4c9
b=562902; typo fix followup
2010-09-01 15:04:40 -04:00
Tyler Downer
6ffec1f34a
Bug 592295: Remove question mark from Undo?. r=dtownsend, a=blocking-b6
2010-09-01 10:31:12 -07:00
Dave Townsend
c49f35d6c9
Bug 565300: Rename the themes pane to Appearance. r=Unfocused, a=blocking-b6
2010-09-01 10:04:09 -07:00
Dave Townsend
67efe7fc18
Bug 563135: Add-ons manager should expose outdated plugins. r=Unfocused, a=blocking-b6
2010-09-01 09:58:42 -07:00
Dave Townsend
6d35b5b2bf
Bug 562902: Implement the final detail view mockups. r=Unfocused, a=blocking-b6
2010-09-01 09:57:48 -07:00
Rob Campbell
d2220d2d65
Backout of bug 575789 and bug 589089 due to oranges, a=#developers
2010-08-31 17:04:23 -03:00
Julian Viereck
78adc5dd3d
Bug 589089 - NetworkPanel: Show hint if response content-type can't be displayed, r=sdwilsh, a=blocking2.0
2010-08-31 14:31:48 -03:00
Julian Viereck
fa4d41f45b
Bug 575789 - JSTerm: helper functions, r=sdwilsh, a=blocking2.0
2010-08-31 14:31:48 -03:00
Blair McBride
bd83ae935b
Backed out changeset 6fe388a0fb5e (Bug 581076) due to test failures. a=bustage
...
--HG--
extra : rebase_source : f726613cbce0938d25fd58a9547a5a25d15c1433
2010-08-30 17:35:21 +12:00
Blair McBride
c46068002a
Bug 581076 - No "See all results" link present when searching for add-ons and not all are displayed (extensions.getAddons.maxResults). r=dtownsend, a=blocking-beta5
2010-08-28 14:45:11 +12:00
Julian Viereck
02b3e1994e
Bug 587574 - Display cached content in the NetworkPanel, r=sdwilsh, a=blocking2.0 (beta5)
2010-08-28 21:31:49 -07:00
Julian Viereck
0f46f160ba
Bug 588540 - NetworkPanel: Display submitted form data formated, r=sdwilsh, a=sdwilsh
2010-08-28 21:31:33 -07:00
Julian Viereck
0f36d719e3
Bug 573103 - Implement WebConsole Network Panel, r=dietrich, a=blocking2.0 (beta5)
2010-08-28 21:31:12 -07:00
Julian Viereck
7343896533
Bug 568634 - Update networking log entries with subsequent http transactions, r=sdwilsh, a=blocking2.0, beta5
2010-08-28 21:30:49 -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
c6e6c890ae
Bug 587574 - Display cached content in the NetworkPanel, r=sdwilsh, a=blocking2.0 (beta5)
2010-08-28 13:07:42 -03:00
Julian Viereck
3c2e086cd1
Bug 588540 - NetworkPanel: Display submitted form data formated, r=sdwilsh, a=sdwilsh
2010-08-28 13:07:42 -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
Julian Viereck
efa9802440
Bug 568634 - Update networking log entries with subsequent http transactions, r=sdwilsh, a=blocking2.0, beta5
2010-08-13 12:13:32 +02:00
Gavin Sharp
16d1199283
Bug 589343 followup: change entity names to indicate semantic change to the string, a=l10nfix
...
--HG--
extra : rebase_source : 4b317476b17888ad9a1a4be39da95cb4a841f041
2010-08-28 02:10:28 -04:00
David Dahl
6127b855c9
Bug 589344 - Add tooltip to utilities button r=bmcbride a=beta5+
2010-08-27 22:29:09 -07:00
David Dahl
49f19dd728
Bug 589343 - Preferences button should be called Options on Windows r=bmcbride a=beta5+
2010-08-27 22:29:05 -07:00
Dave Townsend
d7342d297f
Bug 562797: Add-ons Manager needs to integrate with browser session history. r=Unfocused, r=sdwilsh, a=blocking-beta5
...
--HG--
extra : rebase_source : 8fe1d34d8b6f906799de9b2740f12c383a5feed0
2010-08-27 15:23:53 -07:00
Robert Strong
c33be2e05f
Bug 583408 - Notify user when the certificate attribute check fails. r=dtownsend ui-r=beltzner a=blocking
2010-08-28 02:35:01 +02:00
Blair McBride
c89bea4e77
Bug 581073 - Search pane needs to expose the relevancy sort order. r=dtownsend, a=blocking-beta5
2010-08-28 10:01:36 +12:00
David Dahl
05e757f0af
Bug 590086 - Make capitalization of menu items consistent r=bmcbride a=beta5+
2010-08-27 13:25:32 -07:00
Jeff Muizelaar
802d9f8d13
Bug 586046. Export graphics card/driver details to script using GfxInfo. r=gavin
2010-08-27 11:49:02 -04:00
Dave Townsend
18b43b4231
Bug 581084: List of search results doesn't visually differentiate between installed add-ons and available add-ons. r=Unfocused, a=blocking-beta5
2010-08-24 11:23:46 -07:00
Dave Townsend
0ec1659dfa
Bug 585950: Implement the new list view mockups. r=Unfocused, a=blocking-beta5
2010-08-23 10:46:05 -07:00
Blair McBride
01eabf2227
Bug 567127 - Add install button to the add-ons manager. r=dtownsend, ui-r=Boriss, a=blocking-beta5
2010-06-02 13:41:41 +12:00
Julian Viereck
db7bdc6625
Bug 588345 - Fix l10n comments for JS/DOM Object Introspector a=dtownsend r=gavin.sharp
2010-08-19 18:09:34 -07:00
Patrick Walton
c62ab1f657
Bug 582400 - Move the Clear button in the Web Console to a context menu. r+a=dietrich ui-r=limi
2010-08-10 15:04:36 -07:00
Rob Campbell
1ec7ffb904
Bug 608627 - Drop jsWorkspaceTitle from headsUpDisplay.properties, r+a=mossop
2010-11-15 10:24:31 -04:00
Brian Carpenter
ae907fe71a
b=502974 add commas in correct locations ui-r=faaborg a=bsmedberg
2010-11-15 08:38:58 +13:00
Simon Montagu
b3b2d6b236
Make the 'More Encodings' submenus non-localizable. Bug 610638, r=emk, a=bsmedberg
2010-11-14 16:41:43 +02:00
Steffen Wilberg
4ed3f0f9ef
Bug 606289: Fix logo link in about:. r+a=gavin
2010-11-12 21:26:14 +01:00
Simon Montagu
b82cf81784
Block some Mac charsets. Bug 601429, r=emk, sr=dveditz, a=blocker
2010-11-08 12:27:40 +02:00
Simon Montagu
f0a9415110
Backout changeset 97aca07b7f32 due to test failures, a=backout
2010-11-07 14:26:52 +02:00
Simon Montagu
b042b40b6a
Block some Mac charsets. Bug 601429, r=emk, sr=dveditz, a=blocker
2010-11-07 01:39:02 -08:00
Dave Townsend
ae446713c2
Add a localization note for bug 605499, a=beltzner
...
--HG--
extra : transplant_source : %AB%D4mk54%7B%0BU%3AR%0ENp%E7%87%D7%A9/%F6
2010-10-20 09:54:07 -07:00
Dave Townsend
92c4da50f3
Bug 605499: Add-ons manager doesn't display EULA for available add-ons that have one. r=Unfocused, a=blocks-beta7
...
--HG--
extra : transplant_source : %22%A3%C0%FC%B8%F1z%21%81%B67%E2%7F%C9%D0%FAXD%11z
2010-10-19 14:12:29 -07:00
Julian Viereck
581c279801
Bug 589089 - NetworkPanel: Show hint if response content-type can't be displayed, r=sdwilsh, a=blocking2.0
2010-10-13 09:05:51 -03:00
Dave Townsend
cb3f9f6e72
Backing out string removal from bug 597178 so localizers don't get confused. a=backout
2010-10-06 21:40:08 -07:00
Benoit Jacob
075394daa7
Bug 600620 - 2/2 - Expose feature status block reason in about:support - r=jmuizelaar, a=blocking2.0-b7
2010-10-06 21:40:08 -07:00
Dave Townsend
cd60b15799
Bug 597178: Remove redundant back and forward buttons. r=Unfocused, a=blocks-final
2010-09-30 12:39:15 -07:00
Benoit Jacob
6257218313
Backed out changeset f9ef76b7dbc2
2010-10-06 17:04:30 -04:00
Benoit Jacob
c741c6ce2d
Bug 600620 - 2/2 - Expose feature status block reason in about:support - r=jmuizelaar, a=blocking2.0-b7
2010-10-06 16:43:29 -04:00
Robert Strong
c0d500d755
strings needed for b7 for Bug 315278 - Update process produces a broken application when disk space is low. r=mossop, ui-r=beltzner, a=blocks a blocker
2010-10-06 13:22:20 -07:00
Rob Campbell
7cbb46d626
merge backout, a=developers
2010-10-04 20:56:12 -03:00
Rob Campbell
2c049c5678
Backed out changeset c42cebfbcdf7, bug 589089, a=backout
2010-10-04 20:30:29 -03:00
Rob Campbell
f3e66470a5
Bug 589089 - NetworkPanel: Show hint if response content-type can't be displayed, r=sdwilsh, a=blocking2.0
2010-10-04 18:51:00 -03:00
Dave Townsend
01ce1352ec
Bug 601143: Remove brandname from new strings.
2010-10-04 11:01:10 -07:00
Dave Townsend
826fc49b7b
Bug 601143: Add loading and error states to the get add-ons view (strings). r=Unfocused, a=strings
2010-10-01 14:23:50 -07:00
Mike Beltzner
0dde85af3a
Bug 531881 - Improve crash reporter UI around the mail address r=beltzner a=blocking-beta7
2010-10-01 10:44:30 -07:00
Patrick Walton
c9fbf062a8
Bug 598452: add access key to "Clear Console" button, r=gavin, a=blocking
...
--HG--
extra : rebase_source : f656f37acba8804a98705f7d62dd72a027fd7195
2010-09-27 18:06:04 -04:00
Margaret Leibovic
5dd54baa6b
Bug 594572 - String changes for password manager doorhangers (remember, change) r=dolske ui-r=faaborg a=blocking
2010-09-14 16:18:04 -07:00