Commit Graph

681 Commits

Author SHA1 Message Date
Vladimir Vukicevic
cf0a566779 b=619485; add WebGL info to about:support; r=jrmuizel,a=beltzner 2010-12-16 12:49:54 -08:00
Margaret Leibovic
3624c54d2e 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
2ef44d13c5 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
bffddf0eb2 Bug 617261: Replace 'donation' with 'contribution'. r=Unfocused, a=blocks-beta9 2010-12-08 14:41:50 -08:00
Daniel Brooks
5d4df79b2c back out about:startup due to crashes during mochitests (a89f24bf1798) a=bustage 2010-12-08 03:43:33 -06:00
Daniel Brooks
3c81e78044 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
3b27def312 about:config - merge with trunk 2010-10-29 14:18:58 -05:00
Daniel Brooks
ae76a14286 about:startup - address remaining review comments 2010-10-29 14:16:28 -05:00
Patrick Walton
413f17b048 Bug 601667 - Web Console toolbar styling - part 0 strings r=l10n a=beta7+ 2010-10-27 14:20:26 -05:00
Daniel Brooks
362fafd9da about:startup - merge with trunk 2010-10-24 16:24:58 -05:00
Daniel Brooks
43ef59fdff about:startup - merge with trunk 2010-09-27 05:38:17 -05:00
Daniel Brooks
d0a43f8734 about:startup - merge with trunk 2010-09-21 15:06:04 -04:00
Daniel Brooks
38f18264c9 about:startup - handle application brand name and localizable extension names correctly 2010-09-18 17:54:32 -04:00
Daniel Brooks
60a234d54b about:startup - store extension install/uninstall/enable/disable events in the startup database 2010-09-18 00:30:06 -04:00
Daniel Brooks
baede1a008 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
d86fbac4ee 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
a6087d3278 about:startup - fix glitch in the dtd 2010-09-12 02:47:35 -04:00
Daniel Brooks
f7f2f24fd3 about:startup - add a few more explanatory localization notes 2010-09-10 19:14:06 -04:00
Patrick Walton
1bb26f1b7d 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
4d7c3a0ceb about:startup - some string changes 2010-09-09 20:45:01 -04:00
Daniel Brooks
ba45c80d1c 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
dbb9a82fc2 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
e859c42f9d Bug 591776 - Add user agent to about:support r=sdwilsh a=blocking2.0beta6+ 2010-09-02 14:42:04 -04:00
Julian Viereck
1f534c996b 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
16a2846c1a 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
c6b579e1e1 Bug 591876 - Change the tooltip of utilities button. r=dtownsend, a=dtownsend 2010-09-17 10:48:13 +12:00
Dave Townsend
69a3349a5c Follow-up strings fix for bug 562790. r=Unfocused, a=blocks-beta7 2010-09-15 21:58:11 -07:00
Blair McBride
b767691192 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
42efc71c46 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
3cf7d290ed 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
ec2f257314 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
9f50a37e79 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
9db3fa45ac b=562902; typo fix followup 2010-09-01 15:04:40 -04:00
Tyler Downer
d8c7a770c7 Bug 592295: Remove question mark from Undo?. r=dtownsend, a=blocking-b6 2010-09-01 10:31:12 -07:00
Dave Townsend
20b36ecc81 Bug 565300: Rename the themes pane to Appearance. r=Unfocused, a=blocking-b6 2010-09-01 10:04:09 -07:00
Dave Townsend
8fea742a3e Bug 563135: Add-ons manager should expose outdated plugins. r=Unfocused, a=blocking-b6 2010-09-01 09:58:42 -07:00
Dave Townsend
a29c57459f Bug 562902: Implement the final detail view mockups. r=Unfocused, a=blocking-b6 2010-09-01 09:57:48 -07:00
Rob Campbell
0e8c0c45f3 Backout of bug 575789 and bug 589089 due to oranges, a=#developers 2010-08-31 17:04:23 -03:00
Julian Viereck
c67d5a0c6c 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
82da26d250 Bug 575789 - JSTerm: helper functions, r=sdwilsh, a=blocking2.0 2010-08-31 14:31:48 -03:00
Blair McBride
d7ea82d234 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
7715ab61cf 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
e72ec8f9e6 Bug 587574 - Display cached content in the NetworkPanel, r=sdwilsh, a=blocking2.0 (beta5) 2010-08-28 21:31:49 -07:00
Julian Viereck
9018ca5f35 Bug 588540 - NetworkPanel: Display submitted form data formated, r=sdwilsh, a=sdwilsh 2010-08-28 21:31:33 -07:00
Julian Viereck
48694b9903 Bug 573103 - Implement WebConsole Network Panel, r=dietrich, a=blocking2.0 (beta5) 2010-08-28 21:31:12 -07:00
Julian Viereck
ec21282fad 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
08f159e29c backing out bugs 587574, 588540, 573103, 568634 to clear leaks, a=#developers 2010-08-28 14:51:40 -03:00
Julian Viereck
c176716ced Bug 587574 - Display cached content in the NetworkPanel, r=sdwilsh, a=blocking2.0 (beta5) 2010-08-28 13:07:42 -03:00
Julian Viereck
2e31f81d1f Bug 588540 - NetworkPanel: Display submitted form data formated, r=sdwilsh, a=sdwilsh 2010-08-28 13:07:42 -03:00
Julian Viereck
cfa5bdaff1 Bug 573103 - Implement WebConsole Network Panel, r=dietrich, a=blocking2.0 (beta5) 2010-08-13 12:14:01 +02:00