Commit Graph

7403 Commits

Author SHA1 Message Date
Daniel Brooks
45773d35d8 about:startup - merge with trunk 2010-09-21 15:06:04 -04:00
Daniel Brooks
9d0c9562c9 about:startup - store the restored timestamp on the app startup and adjust the page to match 2010-09-20 18:55:49 -04:00
Daniel Brooks
0c5bdc467f about:startup - license blocks 2010-09-19 13:41:02 -04:00
Daniel Brooks
b93052b983 about:startup - wrap some things at 80 columns, even though it's not always strictly an improvement 2010-09-19 12:42:08 -04:00
Daniel Brooks
7d0685d791 about:startup - remove alert 2010-09-19 12:12:02 -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
479c0e8aeb about:startup - remove some debug logging, and add some comments 2010-09-18 16:41:46 -04:00
Patrick Walton
02ab0e8c37 Bug 595350 - Fix leaks when closing windows or tabs with the Web Console still open. r=sdwilsh a=blocking-betaN+ 2010-09-18 11:43:17 -07:00
Justin Wood
64f971535e Bug 594707 - browser_settitle.js does not pass |finish| and should (instead of calling). r=gavin a=gavin
[MacOSX SeaMonkey] mochitest-browser-chrome: "browser_visituri.js | Test timed out"
2010-09-18 11:08:58 +01:00
Justin Wood
29c2415b89 Test for Bug 594509 does not unregister its load listener. (Bug 595188). r=gavin
[SeaMonkey 2.1, mochitest-browser-chrome] TEST-UNEXPECTED-FAIL | chrome://mochikit/content/browser/toolkit/content/tests/browser/browser_bug594509.js | about:rights content loaded
a=gavin
2010-09-18 11:07:01 +01: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
c1f393c2f7 about:startup - remove mention of aboutStartup.css from faststripe 2010-09-14 04:38:12 -04:00
Daniel Brooks
e421e300e8 about:startup - fix sql syntax error (oops) 2010-09-13 15:15:19 -04:00
Daniel Brooks
f5544e18b4 about:startup - propagate theme chages to the other themes 2010-09-13 11:14:40 -04:00
Daniel Brooks
20842b7a22 about:startup - hide the platform version/build fields from the duration table, because in Firefox the platform version changes only when the app version changes 2010-09-13 09:51:33 -04:00
Daniel Brooks
4a0da7c8eb use the correct query for the events table 2010-09-13 09:50:22 -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
9b8aee075d about:startup - take a stab at setting the colors of the graph 2010-09-13 05:03:50 -04:00
Daniel Brooks
0f44a77862 about:startup - small cleanup 2010-09-13 04:51:36 -04:00
Daniel Brooks
8cd02ebcdc about:startup - hide empty message when the duration table isn't empty 2010-09-13 04:28:00 -04:00
Daniel Brooks
5c4bc4b225 about:startup - show the legend 2010-09-12 13:19:28 -04:00
Daniel Brooks
cd385f79a2 about:startup - display timings in milliseconds instead of microseconds 2010-09-12 10:34:42 -04:00
Daniel Brooks
4e1f337c83 about:startup - get the graphs sized and scaled correctly 2010-09-12 10:29:27 -04:00
Daniel Brooks
01f1d6c7b4 about:startup - fix glitch in the dtd 2010-09-12 02:47:35 -04:00
Chí-Thanh Christopher Nguyễn
749f1ffe1b Bug 596106 - Ensure we can link when using gcc instead of Sun Studio Compiler. r=khuey 2010-09-18 10:15:33 +02:00
Benedict Hsieh
21844dc918 Bug 582840: Remove nsIWebProgressListener(2) support from TabChild and TabParent. r=smaug a=blocker 2010-09-17 19:11:05 -07:00
Daniel Brooks
19631409ca about:startup - add the Flot graphing code to toolkit and use it on the about:startup page to graph the recorded startup history 2010-09-11 05:41:04 -04:00
Daniel Brooks
72fc2c5600 about:startup - add a few more explanatory localization notes 2010-09-10 19:14:06 -04:00
Mike Connor
6d0a4102af Bug 595954: use setAttribute for setting notificationbox properties on newly created elements (whose bindings may not yet be attached), r=gavin, a=blocking
--HG--
extra : rebase_source : f8551c7d221e7308aec776528327df7bf2140c61
2010-09-17 15:30:53 -04:00
Gavin Sharp
a122069cf6 Bug 597244: refactor and simplify PopupNotifications event callbacks, r=dolske, a=blocking-b7+
--HG--
extra : rebase_source : b4422707ee3a090110a0a3a16a8af88303d2716a
2010-09-16 19:10:04 -04:00
Dave Townsend
6ac7e5573a Bug 596607: Broken extension registrations in the windows registry causes the extension manager to fail. r=robstrong, a=blocks-beta7 2010-09-17 12:29:53 -07: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
Daniel Brooks
5955a44c09 about:startup - record app and platform version numbers on every startup, so that we can show changes in those versions on the graph. also, move back to an xhtml file for l10n
--HG--
rename : browser/base/content/aboutStartup.html => browser/base/content/aboutStartup.xhtml
2010-09-09 07:57:53 -04:00
Daniel Brooks
5b7b3a2b69 about:startup - record results in database after startup has finished, and show the records in the about:startup page as a chart 2010-09-05 16:09:55 -04:00
Daniel Brooks
375c183104 about:startup - Windows implementation of nsXULAppInfo::GetLaunchTimestamp 2010-09-03 15:55:27 -04:00
Daniel Brooks
f681241ef1 about:startup - update to trunk 2010-09-03 15:52:52 -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
Michael Wu
9ae07d3f92 Bug 589175 - Comment out binary-component entries, r=bsmedberg a=blocking2.0 2010-09-03 14:56:04 +12:00
Robert Strong
14f475c8d3 followup test only fix for SeaMonkey and Thunderbird for bug 583408. r=dtownsend, a=test bustage fix 2010-09-03 14:27:06 +12:00
Frank Yan
d10ba6b3bb Bug 544816 - Attach combined Stop/Go/Refresh button to the Location Bar. r=dolske, ui-r=shorlander, a=dolske 2010-09-02 19:20:12 -07:00
Chris Pearce
726c1253e3 Bug 485288 - Don't process video controls events after bindings detached. r=dolske a=blocking2.0 2010-09-03 12:03:03 +12:00
Wan-Teh Chang
f747eaea4e Bug 580679: do not define ZLIB_INTERNAL when compiling files outside
zlib.  This reverts some of the zlib-related changes in Dec. 2004 for
libxul (bug 272783 and bug 273876).  r=bsmedberg. a=bsmedberg.
2010-09-02 16:47:06 -07: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
Patrick Walton
e15d159819 Bug 592410 - WebConsole: Reloading page while requests are not done causes exception r=sdwilsh a=gavin.sharp 2010-09-02 14:30:48 -07: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
Mihai Sucan
75a007b4e6 Bug 588342 - console should restore focus to proper place when closed, r+a=dietrich 2010-09-17 13:41:33 -03:00
Joe Walker
2cc8adc8d3 Bug 590621 - Console panels feature a confusing control, r+a=gavin 2010-09-13 11:15:48 +01:00
Patrick Walton
6e9e88b888 Bug 573840 - Web Console styling is broken with a Persona, r=dao, a=blocking2.0 2010-09-17 12:45:11 -03:00